| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740174117421743174417451746174717481749 |
- namespace Core.LZMes.Client.UIM
- {
- partial class UIM010071
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- Infragistics.Win.Appearance appearance1 = new Infragistics.Win.Appearance();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UIM010071));
- Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
- this.panel1 = new System.Windows.Forms.Panel();
- this.panel3 = new System.Windows.Forms.Panel();
- this.ultraGrid1 = new Infragistics.Win.UltraWinGrid.UltraGrid();
- this.panel4 = new System.Windows.Forms.Panel();
- this.label1 = new System.Windows.Forms.Label();
- this.panel2 = new System.Windows.Forms.Panel();
- this.panel5 = new System.Windows.Forms.Panel();
- this.textBox_153 = new System.Windows.Forms.TextBox();
- this.pictureBox_153 = new System.Windows.Forms.PictureBox();
- this.textBox_143 = new System.Windows.Forms.TextBox();
- this.pictureBox_143 = new System.Windows.Forms.PictureBox();
- this.textBox_133 = new System.Windows.Forms.TextBox();
- this.pictureBox_133 = new System.Windows.Forms.PictureBox();
- this.textBox_123 = new System.Windows.Forms.TextBox();
- this.pictureBox_123 = new System.Windows.Forms.PictureBox();
- this.textBox_113 = new System.Windows.Forms.TextBox();
- this.pictureBox_113 = new System.Windows.Forms.PictureBox();
- this.textBox_103 = new System.Windows.Forms.TextBox();
- this.pictureBox_103 = new System.Windows.Forms.PictureBox();
- this.textBox_93 = new System.Windows.Forms.TextBox();
- this.pictureBox_93 = new System.Windows.Forms.PictureBox();
- this.textBox_83 = new System.Windows.Forms.TextBox();
- this.pictureBox_83 = new System.Windows.Forms.PictureBox();
- this.textBox_73 = new System.Windows.Forms.TextBox();
- this.pictureBox_73 = new System.Windows.Forms.PictureBox();
- this.textBox_63 = new System.Windows.Forms.TextBox();
- this.pictureBox_63 = new System.Windows.Forms.PictureBox();
- this.textBox_53 = new System.Windows.Forms.TextBox();
- this.pictureBox_53 = new System.Windows.Forms.PictureBox();
- this.textBox_43 = new System.Windows.Forms.TextBox();
- this.pictureBox_43 = new System.Windows.Forms.PictureBox();
- this.textBox_33 = new System.Windows.Forms.TextBox();
- this.pictureBox_33 = new System.Windows.Forms.PictureBox();
- this.textBox_23 = new System.Windows.Forms.TextBox();
- this.pictureBox_23 = new System.Windows.Forms.PictureBox();
- this.textBox_13 = new System.Windows.Forms.TextBox();
- this.pictureBox_13 = new System.Windows.Forms.PictureBox();
- this.textBox_162 = new System.Windows.Forms.TextBox();
- this.pictureBox_162 = new System.Windows.Forms.PictureBox();
- this.textBox_152 = new System.Windows.Forms.TextBox();
- this.pictureBox_152 = new System.Windows.Forms.PictureBox();
- this.textBox_142 = new System.Windows.Forms.TextBox();
- this.pictureBox_142 = new System.Windows.Forms.PictureBox();
- this.textBox_132 = new System.Windows.Forms.TextBox();
- this.pictureBox_132 = new System.Windows.Forms.PictureBox();
- this.textBox_122 = new System.Windows.Forms.TextBox();
- this.pictureBox_122 = new System.Windows.Forms.PictureBox();
- this.textBox_112 = new System.Windows.Forms.TextBox();
- this.pictureBox_112 = new System.Windows.Forms.PictureBox();
- this.textBox_102 = new System.Windows.Forms.TextBox();
- this.pictureBox_102 = new System.Windows.Forms.PictureBox();
- this.textBox_92 = new System.Windows.Forms.TextBox();
- this.pictureBox_92 = new System.Windows.Forms.PictureBox();
- this.textBox_82 = new System.Windows.Forms.TextBox();
- this.pictureBox_82 = new System.Windows.Forms.PictureBox();
- this.textBox_72 = new System.Windows.Forms.TextBox();
- this.pictureBox_72 = new System.Windows.Forms.PictureBox();
- this.textBox_62 = new System.Windows.Forms.TextBox();
- this.pictureBox_62 = new System.Windows.Forms.PictureBox();
- this.textBox_52 = new System.Windows.Forms.TextBox();
- this.pictureBox_52 = new System.Windows.Forms.PictureBox();
- this.textBox_42 = new System.Windows.Forms.TextBox();
- this.pictureBox_42 = new System.Windows.Forms.PictureBox();
- this.textBox_32 = new System.Windows.Forms.TextBox();
- this.pictureBox_32 = new System.Windows.Forms.PictureBox();
- this.textBox_22 = new System.Windows.Forms.TextBox();
- this.pictureBox_22 = new System.Windows.Forms.PictureBox();
- this.textBox_12 = new System.Windows.Forms.TextBox();
- this.pictureBox_12 = new System.Windows.Forms.PictureBox();
- this.textBox_171 = new System.Windows.Forms.TextBox();
- this.pictureBox_171 = new System.Windows.Forms.PictureBox();
- this.textBox_161 = new System.Windows.Forms.TextBox();
- this.pictureBox_161 = new System.Windows.Forms.PictureBox();
- this.textBox_151 = new System.Windows.Forms.TextBox();
- this.pictureBox_151 = new System.Windows.Forms.PictureBox();
- this.textBox_141 = new System.Windows.Forms.TextBox();
- this.pictureBox_141 = new System.Windows.Forms.PictureBox();
- this.textBox_131 = new System.Windows.Forms.TextBox();
- this.pictureBox_131 = new System.Windows.Forms.PictureBox();
- this.textBox_121 = new System.Windows.Forms.TextBox();
- this.pictureBox_121 = new System.Windows.Forms.PictureBox();
- this.textBox_111 = new System.Windows.Forms.TextBox();
- this.pictureBox_111 = new System.Windows.Forms.PictureBox();
- this.textBox_101 = new System.Windows.Forms.TextBox();
- this.pictureBox_101 = new System.Windows.Forms.PictureBox();
- this.textBox_91 = new System.Windows.Forms.TextBox();
- this.pictureBox_91 = new System.Windows.Forms.PictureBox();
- this.textBox_81 = new System.Windows.Forms.TextBox();
- this.pictureBox_81 = new System.Windows.Forms.PictureBox();
- this.textBox_71 = new System.Windows.Forms.TextBox();
- this.pictureBox_71 = new System.Windows.Forms.PictureBox();
- this.textBox_61 = new System.Windows.Forms.TextBox();
- this.pictureBox_61 = new System.Windows.Forms.PictureBox();
- this.textBox_51 = new System.Windows.Forms.TextBox();
- this.pictureBox_51 = new System.Windows.Forms.PictureBox();
- this.textBox_41 = new System.Windows.Forms.TextBox();
- this.pictureBox_41 = new System.Windows.Forms.PictureBox();
- this.textBox_31 = new System.Windows.Forms.TextBox();
- this.pictureBox_31 = new System.Windows.Forms.PictureBox();
- this.textBox_21 = new System.Windows.Forms.TextBox();
- this.pictureBox_21 = new System.Windows.Forms.PictureBox();
- this.textBox_11 = new System.Windows.Forms.TextBox();
- this.pictureBox_11 = new System.Windows.Forms.PictureBox();
- this.label18 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.label16 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.label10 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.label8 = new System.Windows.Forms.Label();
- this.label9 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.ultraTextEditor1 = new Infragistics.Win.UltraWinEditors.UltraTextEditor();
- this.ultraLabel1 = new Infragistics.Win.Misc.UltraLabel();
- this.panel1.SuspendLayout();
- this.panel3.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).BeginInit();
- this.panel4.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel5.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_153)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_143)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_133)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_123)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_113)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_103)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_93)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_83)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_73)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_63)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_53)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_43)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_33)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_23)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_13)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_162)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_152)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_142)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_132)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_122)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_112)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_102)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_92)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_82)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_72)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_62)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_52)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_42)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_32)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_22)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_12)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_171)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_161)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_151)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_141)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_131)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_121)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_111)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_101)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_91)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_81)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_71)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_61)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_51)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_41)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_31)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_21)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_11)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.Controls.Add(this.panel3);
- this.panel1.Controls.Add(this.panel2);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(884, 468);
- this.panel1.TabIndex = 0;
- //
- // panel3
- //
- this.panel3.Controls.Add(this.ultraGrid1);
- this.panel3.Controls.Add(this.panel4);
- this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel3.Location = new System.Drawing.Point(0, 193);
- this.panel3.Name = "panel3";
- this.panel3.Size = new System.Drawing.Size(884, 275);
- this.panel3.TabIndex = 2;
- //
- // ultraGrid1
- //
- appearance1.BackColor = System.Drawing.SystemColors.Window;
- appearance1.BorderColor = System.Drawing.SystemColors.InactiveCaption;
- this.ultraGrid1.DisplayLayout.Appearance = appearance1;
- this.ultraGrid1.DisplayLayout.Override.AllowUpdate = Infragistics.Win.DefaultableBoolean.False;
- this.ultraGrid1.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.SortMulti;
- this.ultraGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.ultraGrid1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraGrid1.Location = new System.Drawing.Point(0, 22);
- this.ultraGrid1.Name = "ultraGrid1";
- this.ultraGrid1.Size = new System.Drawing.Size(884, 253);
- this.ultraGrid1.TabIndex = 2;
- //
- // panel4
- //
- this.panel4.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
- this.panel4.Controls.Add(this.label1);
- this.panel4.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel4.Location = new System.Drawing.Point(0, 0);
- this.panel4.Name = "panel4";
- this.panel4.Size = new System.Drawing.Size(884, 22);
- this.panel4.TabIndex = 0;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(3, 7);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(77, 12);
- this.label1.TabIndex = 0;
- this.label1.Text = "钢卷详细信息";
- //
- // panel2
- //
- this.panel2.BackColor = System.Drawing.SystemColors.Window;
- this.panel2.Controls.Add(this.panel5);
- this.panel2.Controls.Add(this.ultraTextEditor1);
- this.panel2.Controls.Add(this.ultraLabel1);
- this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
- this.panel2.Location = new System.Drawing.Point(0, 0);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(884, 193);
- this.panel2.TabIndex = 0;
- //
- // panel5
- //
- this.panel5.AutoScroll = true;
- this.panel5.Controls.Add(this.textBox_153);
- this.panel5.Controls.Add(this.pictureBox_153);
- this.panel5.Controls.Add(this.textBox_143);
- this.panel5.Controls.Add(this.pictureBox_143);
- this.panel5.Controls.Add(this.textBox_133);
- this.panel5.Controls.Add(this.pictureBox_133);
- this.panel5.Controls.Add(this.textBox_123);
- this.panel5.Controls.Add(this.pictureBox_123);
- this.panel5.Controls.Add(this.textBox_113);
- this.panel5.Controls.Add(this.pictureBox_113);
- this.panel5.Controls.Add(this.textBox_103);
- this.panel5.Controls.Add(this.pictureBox_103);
- this.panel5.Controls.Add(this.textBox_93);
- this.panel5.Controls.Add(this.pictureBox_93);
- this.panel5.Controls.Add(this.textBox_83);
- this.panel5.Controls.Add(this.pictureBox_83);
- this.panel5.Controls.Add(this.textBox_73);
- this.panel5.Controls.Add(this.pictureBox_73);
- this.panel5.Controls.Add(this.textBox_63);
- this.panel5.Controls.Add(this.pictureBox_63);
- this.panel5.Controls.Add(this.textBox_53);
- this.panel5.Controls.Add(this.pictureBox_53);
- this.panel5.Controls.Add(this.textBox_43);
- this.panel5.Controls.Add(this.pictureBox_43);
- this.panel5.Controls.Add(this.textBox_33);
- this.panel5.Controls.Add(this.pictureBox_33);
- this.panel5.Controls.Add(this.textBox_23);
- this.panel5.Controls.Add(this.pictureBox_23);
- this.panel5.Controls.Add(this.textBox_13);
- this.panel5.Controls.Add(this.pictureBox_13);
- this.panel5.Controls.Add(this.textBox_162);
- this.panel5.Controls.Add(this.pictureBox_162);
- this.panel5.Controls.Add(this.textBox_152);
- this.panel5.Controls.Add(this.pictureBox_152);
- this.panel5.Controls.Add(this.textBox_142);
- this.panel5.Controls.Add(this.pictureBox_142);
- this.panel5.Controls.Add(this.textBox_132);
- this.panel5.Controls.Add(this.pictureBox_132);
- this.panel5.Controls.Add(this.textBox_122);
- this.panel5.Controls.Add(this.pictureBox_122);
- this.panel5.Controls.Add(this.textBox_112);
- this.panel5.Controls.Add(this.pictureBox_112);
- this.panel5.Controls.Add(this.textBox_102);
- this.panel5.Controls.Add(this.pictureBox_102);
- this.panel5.Controls.Add(this.textBox_92);
- this.panel5.Controls.Add(this.pictureBox_92);
- this.panel5.Controls.Add(this.textBox_82);
- this.panel5.Controls.Add(this.pictureBox_82);
- this.panel5.Controls.Add(this.textBox_72);
- this.panel5.Controls.Add(this.pictureBox_72);
- this.panel5.Controls.Add(this.textBox_62);
- this.panel5.Controls.Add(this.pictureBox_62);
- this.panel5.Controls.Add(this.textBox_52);
- this.panel5.Controls.Add(this.pictureBox_52);
- this.panel5.Controls.Add(this.textBox_42);
- this.panel5.Controls.Add(this.pictureBox_42);
- this.panel5.Controls.Add(this.textBox_32);
- this.panel5.Controls.Add(this.pictureBox_32);
- this.panel5.Controls.Add(this.textBox_22);
- this.panel5.Controls.Add(this.pictureBox_22);
- this.panel5.Controls.Add(this.textBox_12);
- this.panel5.Controls.Add(this.pictureBox_12);
- this.panel5.Controls.Add(this.textBox_171);
- this.panel5.Controls.Add(this.pictureBox_171);
- this.panel5.Controls.Add(this.textBox_161);
- this.panel5.Controls.Add(this.pictureBox_161);
- this.panel5.Controls.Add(this.textBox_151);
- this.panel5.Controls.Add(this.pictureBox_151);
- this.panel5.Controls.Add(this.textBox_141);
- this.panel5.Controls.Add(this.pictureBox_141);
- this.panel5.Controls.Add(this.textBox_131);
- this.panel5.Controls.Add(this.pictureBox_131);
- this.panel5.Controls.Add(this.textBox_121);
- this.panel5.Controls.Add(this.pictureBox_121);
- this.panel5.Controls.Add(this.textBox_111);
- this.panel5.Controls.Add(this.pictureBox_111);
- this.panel5.Controls.Add(this.textBox_101);
- this.panel5.Controls.Add(this.pictureBox_101);
- this.panel5.Controls.Add(this.textBox_91);
- this.panel5.Controls.Add(this.pictureBox_91);
- this.panel5.Controls.Add(this.textBox_81);
- this.panel5.Controls.Add(this.pictureBox_81);
- this.panel5.Controls.Add(this.textBox_71);
- this.panel5.Controls.Add(this.pictureBox_71);
- this.panel5.Controls.Add(this.textBox_61);
- this.panel5.Controls.Add(this.pictureBox_61);
- this.panel5.Controls.Add(this.textBox_51);
- this.panel5.Controls.Add(this.pictureBox_51);
- this.panel5.Controls.Add(this.textBox_41);
- this.panel5.Controls.Add(this.pictureBox_41);
- this.panel5.Controls.Add(this.textBox_31);
- this.panel5.Controls.Add(this.pictureBox_31);
- this.panel5.Controls.Add(this.textBox_21);
- this.panel5.Controls.Add(this.pictureBox_21);
- this.panel5.Controls.Add(this.textBox_11);
- this.panel5.Controls.Add(this.pictureBox_11);
- this.panel5.Controls.Add(this.label18);
- this.panel5.Controls.Add(this.label14);
- this.panel5.Controls.Add(this.label15);
- this.panel5.Controls.Add(this.label16);
- this.panel5.Controls.Add(this.label17);
- this.panel5.Controls.Add(this.label10);
- this.panel5.Controls.Add(this.label11);
- this.panel5.Controls.Add(this.label12);
- this.panel5.Controls.Add(this.label13);
- this.panel5.Controls.Add(this.label6);
- this.panel5.Controls.Add(this.label7);
- this.panel5.Controls.Add(this.label8);
- this.panel5.Controls.Add(this.label9);
- this.panel5.Controls.Add(this.label5);
- this.panel5.Controls.Add(this.label4);
- this.panel5.Controls.Add(this.label3);
- this.panel5.Controls.Add(this.label2);
- this.panel5.Dock = System.Windows.Forms.DockStyle.Bottom;
- this.panel5.Location = new System.Drawing.Point(0, 39);
- this.panel5.Name = "panel5";
- this.panel5.Size = new System.Drawing.Size(884, 154);
- this.panel5.TabIndex = 38;
- //
- // textBox_153
- //
- this.textBox_153.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_153.Location = new System.Drawing.Point(1182, 11);
- this.textBox_153.Name = "textBox_153";
- this.textBox_153.ReadOnly = true;
- this.textBox_153.Size = new System.Drawing.Size(73, 19);
- this.textBox_153.TabIndex = 279;
- //
- // pictureBox_153
- //
- this.pictureBox_153.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_153.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_153.Image")));
- this.pictureBox_153.Location = new System.Drawing.Point(1179, 0);
- this.pictureBox_153.Name = "pictureBox_153";
- this.pictureBox_153.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_153.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_153.TabIndex = 278;
- this.pictureBox_153.TabStop = false;
- //
- // textBox_143
- //
- this.textBox_143.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_143.Location = new System.Drawing.Point(1104, 11);
- this.textBox_143.Name = "textBox_143";
- this.textBox_143.ReadOnly = true;
- this.textBox_143.Size = new System.Drawing.Size(73, 19);
- this.textBox_143.TabIndex = 277;
- //
- // pictureBox_143
- //
- this.pictureBox_143.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_143.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_143.Image")));
- this.pictureBox_143.Location = new System.Drawing.Point(1101, 0);
- this.pictureBox_143.Name = "pictureBox_143";
- this.pictureBox_143.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_143.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_143.TabIndex = 276;
- this.pictureBox_143.TabStop = false;
- //
- // textBox_133
- //
- this.textBox_133.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_133.Location = new System.Drawing.Point(1026, 11);
- this.textBox_133.Name = "textBox_133";
- this.textBox_133.ReadOnly = true;
- this.textBox_133.Size = new System.Drawing.Size(73, 19);
- this.textBox_133.TabIndex = 275;
- //
- // pictureBox_133
- //
- this.pictureBox_133.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_133.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_133.Image")));
- this.pictureBox_133.Location = new System.Drawing.Point(1023, 0);
- this.pictureBox_133.Name = "pictureBox_133";
- this.pictureBox_133.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_133.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_133.TabIndex = 274;
- this.pictureBox_133.TabStop = false;
- //
- // textBox_123
- //
- this.textBox_123.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_123.Location = new System.Drawing.Point(948, 11);
- this.textBox_123.Name = "textBox_123";
- this.textBox_123.ReadOnly = true;
- this.textBox_123.Size = new System.Drawing.Size(73, 19);
- this.textBox_123.TabIndex = 273;
- //
- // pictureBox_123
- //
- this.pictureBox_123.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_123.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_123.Image")));
- this.pictureBox_123.Location = new System.Drawing.Point(945, 0);
- this.pictureBox_123.Name = "pictureBox_123";
- this.pictureBox_123.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_123.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_123.TabIndex = 272;
- this.pictureBox_123.TabStop = false;
- //
- // textBox_113
- //
- this.textBox_113.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_113.Location = new System.Drawing.Point(870, 11);
- this.textBox_113.Name = "textBox_113";
- this.textBox_113.ReadOnly = true;
- this.textBox_113.Size = new System.Drawing.Size(73, 19);
- this.textBox_113.TabIndex = 271;
- //
- // pictureBox_113
- //
- this.pictureBox_113.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_113.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_113.Image")));
- this.pictureBox_113.Location = new System.Drawing.Point(867, 0);
- this.pictureBox_113.Name = "pictureBox_113";
- this.pictureBox_113.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_113.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_113.TabIndex = 270;
- this.pictureBox_113.TabStop = false;
- //
- // textBox_103
- //
- this.textBox_103.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_103.Location = new System.Drawing.Point(792, 11);
- this.textBox_103.Name = "textBox_103";
- this.textBox_103.ReadOnly = true;
- this.textBox_103.Size = new System.Drawing.Size(73, 19);
- this.textBox_103.TabIndex = 269;
- //
- // pictureBox_103
- //
- this.pictureBox_103.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_103.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_103.Image")));
- this.pictureBox_103.Location = new System.Drawing.Point(789, 0);
- this.pictureBox_103.Name = "pictureBox_103";
- this.pictureBox_103.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_103.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_103.TabIndex = 268;
- this.pictureBox_103.TabStop = false;
- //
- // textBox_93
- //
- this.textBox_93.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_93.Location = new System.Drawing.Point(714, 11);
- this.textBox_93.Name = "textBox_93";
- this.textBox_93.ReadOnly = true;
- this.textBox_93.Size = new System.Drawing.Size(73, 19);
- this.textBox_93.TabIndex = 267;
- //
- // pictureBox_93
- //
- this.pictureBox_93.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_93.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_93.Image")));
- this.pictureBox_93.Location = new System.Drawing.Point(711, 0);
- this.pictureBox_93.Name = "pictureBox_93";
- this.pictureBox_93.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_93.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_93.TabIndex = 266;
- this.pictureBox_93.TabStop = false;
- //
- // textBox_83
- //
- this.textBox_83.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_83.Location = new System.Drawing.Point(636, 11);
- this.textBox_83.Name = "textBox_83";
- this.textBox_83.ReadOnly = true;
- this.textBox_83.Size = new System.Drawing.Size(73, 19);
- this.textBox_83.TabIndex = 265;
- //
- // pictureBox_83
- //
- this.pictureBox_83.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_83.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_83.Image")));
- this.pictureBox_83.Location = new System.Drawing.Point(633, 0);
- this.pictureBox_83.Name = "pictureBox_83";
- this.pictureBox_83.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_83.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_83.TabIndex = 264;
- this.pictureBox_83.TabStop = false;
- //
- // textBox_73
- //
- this.textBox_73.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_73.Location = new System.Drawing.Point(558, 11);
- this.textBox_73.Name = "textBox_73";
- this.textBox_73.ReadOnly = true;
- this.textBox_73.Size = new System.Drawing.Size(73, 19);
- this.textBox_73.TabIndex = 263;
- //
- // pictureBox_73
- //
- this.pictureBox_73.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_73.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_73.Image")));
- this.pictureBox_73.Location = new System.Drawing.Point(555, 0);
- this.pictureBox_73.Name = "pictureBox_73";
- this.pictureBox_73.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_73.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_73.TabIndex = 262;
- this.pictureBox_73.TabStop = false;
- //
- // textBox_63
- //
- this.textBox_63.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_63.Location = new System.Drawing.Point(480, 11);
- this.textBox_63.Name = "textBox_63";
- this.textBox_63.ReadOnly = true;
- this.textBox_63.Size = new System.Drawing.Size(73, 19);
- this.textBox_63.TabIndex = 261;
- //
- // pictureBox_63
- //
- this.pictureBox_63.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_63.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_63.Image")));
- this.pictureBox_63.Location = new System.Drawing.Point(477, 0);
- this.pictureBox_63.Name = "pictureBox_63";
- this.pictureBox_63.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_63.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_63.TabIndex = 260;
- this.pictureBox_63.TabStop = false;
- //
- // textBox_53
- //
- this.textBox_53.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_53.Location = new System.Drawing.Point(402, 11);
- this.textBox_53.Name = "textBox_53";
- this.textBox_53.ReadOnly = true;
- this.textBox_53.Size = new System.Drawing.Size(73, 19);
- this.textBox_53.TabIndex = 259;
- //
- // pictureBox_53
- //
- this.pictureBox_53.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_53.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_53.Image")));
- this.pictureBox_53.Location = new System.Drawing.Point(399, 0);
- this.pictureBox_53.Name = "pictureBox_53";
- this.pictureBox_53.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_53.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_53.TabIndex = 258;
- this.pictureBox_53.TabStop = false;
- //
- // textBox_43
- //
- this.textBox_43.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_43.Location = new System.Drawing.Point(324, 11);
- this.textBox_43.Name = "textBox_43";
- this.textBox_43.ReadOnly = true;
- this.textBox_43.Size = new System.Drawing.Size(73, 19);
- this.textBox_43.TabIndex = 257;
- //
- // pictureBox_43
- //
- this.pictureBox_43.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_43.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_43.Image")));
- this.pictureBox_43.Location = new System.Drawing.Point(321, 0);
- this.pictureBox_43.Name = "pictureBox_43";
- this.pictureBox_43.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_43.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_43.TabIndex = 256;
- this.pictureBox_43.TabStop = false;
- //
- // textBox_33
- //
- this.textBox_33.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_33.Location = new System.Drawing.Point(246, 11);
- this.textBox_33.Name = "textBox_33";
- this.textBox_33.ReadOnly = true;
- this.textBox_33.Size = new System.Drawing.Size(73, 19);
- this.textBox_33.TabIndex = 255;
- //
- // pictureBox_33
- //
- this.pictureBox_33.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_33.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_33.Image")));
- this.pictureBox_33.Location = new System.Drawing.Point(243, 0);
- this.pictureBox_33.Name = "pictureBox_33";
- this.pictureBox_33.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_33.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_33.TabIndex = 254;
- this.pictureBox_33.TabStop = false;
- //
- // textBox_23
- //
- this.textBox_23.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_23.Location = new System.Drawing.Point(168, 11);
- this.textBox_23.Name = "textBox_23";
- this.textBox_23.ReadOnly = true;
- this.textBox_23.Size = new System.Drawing.Size(73, 19);
- this.textBox_23.TabIndex = 253;
- //
- // pictureBox_23
- //
- this.pictureBox_23.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_23.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_23.Image")));
- this.pictureBox_23.Location = new System.Drawing.Point(165, 0);
- this.pictureBox_23.Name = "pictureBox_23";
- this.pictureBox_23.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_23.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_23.TabIndex = 252;
- this.pictureBox_23.TabStop = false;
- //
- // textBox_13
- //
- this.textBox_13.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_13.Location = new System.Drawing.Point(90, 11);
- this.textBox_13.Name = "textBox_13";
- this.textBox_13.ReadOnly = true;
- this.textBox_13.Size = new System.Drawing.Size(73, 19);
- this.textBox_13.TabIndex = 251;
- //
- // pictureBox_13
- //
- this.pictureBox_13.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_13.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_13.Image")));
- this.pictureBox_13.Location = new System.Drawing.Point(87, 0);
- this.pictureBox_13.Name = "pictureBox_13";
- this.pictureBox_13.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_13.TabIndex = 250;
- this.pictureBox_13.TabStop = false;
- //
- // textBox_162
- //
- this.textBox_162.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_162.Location = new System.Drawing.Point(1220, 51);
- this.textBox_162.Name = "textBox_162";
- this.textBox_162.ReadOnly = true;
- this.textBox_162.Size = new System.Drawing.Size(73, 19);
- this.textBox_162.TabIndex = 249;
- //
- // pictureBox_162
- //
- this.pictureBox_162.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_162.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_162.Image")));
- this.pictureBox_162.Location = new System.Drawing.Point(1217, 40);
- this.pictureBox_162.Name = "pictureBox_162";
- this.pictureBox_162.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_162.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_162.TabIndex = 248;
- this.pictureBox_162.TabStop = false;
- //
- // textBox_152
- //
- this.textBox_152.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_152.Location = new System.Drawing.Point(1142, 51);
- this.textBox_152.Name = "textBox_152";
- this.textBox_152.ReadOnly = true;
- this.textBox_152.Size = new System.Drawing.Size(73, 19);
- this.textBox_152.TabIndex = 247;
- //
- // pictureBox_152
- //
- this.pictureBox_152.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_152.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_152.Image")));
- this.pictureBox_152.Location = new System.Drawing.Point(1139, 40);
- this.pictureBox_152.Name = "pictureBox_152";
- this.pictureBox_152.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_152.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_152.TabIndex = 246;
- this.pictureBox_152.TabStop = false;
- //
- // textBox_142
- //
- this.textBox_142.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_142.Location = new System.Drawing.Point(1064, 51);
- this.textBox_142.Name = "textBox_142";
- this.textBox_142.ReadOnly = true;
- this.textBox_142.Size = new System.Drawing.Size(73, 19);
- this.textBox_142.TabIndex = 245;
- //
- // pictureBox_142
- //
- this.pictureBox_142.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_142.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_142.Image")));
- this.pictureBox_142.Location = new System.Drawing.Point(1061, 40);
- this.pictureBox_142.Name = "pictureBox_142";
- this.pictureBox_142.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_142.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_142.TabIndex = 244;
- this.pictureBox_142.TabStop = false;
- //
- // textBox_132
- //
- this.textBox_132.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_132.Location = new System.Drawing.Point(986, 51);
- this.textBox_132.Name = "textBox_132";
- this.textBox_132.ReadOnly = true;
- this.textBox_132.Size = new System.Drawing.Size(73, 19);
- this.textBox_132.TabIndex = 243;
- //
- // pictureBox_132
- //
- this.pictureBox_132.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_132.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_132.Image")));
- this.pictureBox_132.Location = new System.Drawing.Point(983, 40);
- this.pictureBox_132.Name = "pictureBox_132";
- this.pictureBox_132.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_132.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_132.TabIndex = 242;
- this.pictureBox_132.TabStop = false;
- //
- // textBox_122
- //
- this.textBox_122.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_122.Location = new System.Drawing.Point(908, 51);
- this.textBox_122.Name = "textBox_122";
- this.textBox_122.ReadOnly = true;
- this.textBox_122.Size = new System.Drawing.Size(73, 19);
- this.textBox_122.TabIndex = 241;
- //
- // pictureBox_122
- //
- this.pictureBox_122.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_122.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_122.Image")));
- this.pictureBox_122.Location = new System.Drawing.Point(905, 40);
- this.pictureBox_122.Name = "pictureBox_122";
- this.pictureBox_122.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_122.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_122.TabIndex = 240;
- this.pictureBox_122.TabStop = false;
- //
- // textBox_112
- //
- this.textBox_112.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_112.Location = new System.Drawing.Point(830, 51);
- this.textBox_112.Name = "textBox_112";
- this.textBox_112.ReadOnly = true;
- this.textBox_112.Size = new System.Drawing.Size(73, 19);
- this.textBox_112.TabIndex = 239;
- //
- // pictureBox_112
- //
- this.pictureBox_112.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_112.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_112.Image")));
- this.pictureBox_112.Location = new System.Drawing.Point(827, 40);
- this.pictureBox_112.Name = "pictureBox_112";
- this.pictureBox_112.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_112.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_112.TabIndex = 238;
- this.pictureBox_112.TabStop = false;
- //
- // textBox_102
- //
- this.textBox_102.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_102.Location = new System.Drawing.Point(752, 51);
- this.textBox_102.Name = "textBox_102";
- this.textBox_102.ReadOnly = true;
- this.textBox_102.Size = new System.Drawing.Size(73, 19);
- this.textBox_102.TabIndex = 237;
- //
- // pictureBox_102
- //
- this.pictureBox_102.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_102.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_102.Image")));
- this.pictureBox_102.Location = new System.Drawing.Point(749, 40);
- this.pictureBox_102.Name = "pictureBox_102";
- this.pictureBox_102.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_102.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_102.TabIndex = 236;
- this.pictureBox_102.TabStop = false;
- //
- // textBox_92
- //
- this.textBox_92.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_92.Location = new System.Drawing.Point(674, 51);
- this.textBox_92.Name = "textBox_92";
- this.textBox_92.ReadOnly = true;
- this.textBox_92.Size = new System.Drawing.Size(73, 19);
- this.textBox_92.TabIndex = 235;
- //
- // pictureBox_92
- //
- this.pictureBox_92.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_92.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_92.Image")));
- this.pictureBox_92.Location = new System.Drawing.Point(671, 40);
- this.pictureBox_92.Name = "pictureBox_92";
- this.pictureBox_92.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_92.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_92.TabIndex = 234;
- this.pictureBox_92.TabStop = false;
- //
- // textBox_82
- //
- this.textBox_82.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_82.Location = new System.Drawing.Point(596, 51);
- this.textBox_82.Name = "textBox_82";
- this.textBox_82.ReadOnly = true;
- this.textBox_82.Size = new System.Drawing.Size(73, 19);
- this.textBox_82.TabIndex = 233;
- //
- // pictureBox_82
- //
- this.pictureBox_82.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_82.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_82.Image")));
- this.pictureBox_82.Location = new System.Drawing.Point(593, 40);
- this.pictureBox_82.Name = "pictureBox_82";
- this.pictureBox_82.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_82.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_82.TabIndex = 232;
- this.pictureBox_82.TabStop = false;
- //
- // textBox_72
- //
- this.textBox_72.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_72.Location = new System.Drawing.Point(518, 51);
- this.textBox_72.Name = "textBox_72";
- this.textBox_72.ReadOnly = true;
- this.textBox_72.Size = new System.Drawing.Size(73, 19);
- this.textBox_72.TabIndex = 231;
- //
- // pictureBox_72
- //
- this.pictureBox_72.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_72.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_72.Image")));
- this.pictureBox_72.Location = new System.Drawing.Point(515, 40);
- this.pictureBox_72.Name = "pictureBox_72";
- this.pictureBox_72.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_72.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_72.TabIndex = 230;
- this.pictureBox_72.TabStop = false;
- //
- // textBox_62
- //
- this.textBox_62.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_62.Location = new System.Drawing.Point(440, 51);
- this.textBox_62.Name = "textBox_62";
- this.textBox_62.ReadOnly = true;
- this.textBox_62.Size = new System.Drawing.Size(73, 19);
- this.textBox_62.TabIndex = 229;
- //
- // pictureBox_62
- //
- this.pictureBox_62.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_62.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_62.Image")));
- this.pictureBox_62.Location = new System.Drawing.Point(437, 40);
- this.pictureBox_62.Name = "pictureBox_62";
- this.pictureBox_62.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_62.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_62.TabIndex = 228;
- this.pictureBox_62.TabStop = false;
- //
- // textBox_52
- //
- this.textBox_52.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_52.Location = new System.Drawing.Point(362, 51);
- this.textBox_52.Name = "textBox_52";
- this.textBox_52.ReadOnly = true;
- this.textBox_52.Size = new System.Drawing.Size(73, 19);
- this.textBox_52.TabIndex = 227;
- //
- // pictureBox_52
- //
- this.pictureBox_52.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_52.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_52.Image")));
- this.pictureBox_52.Location = new System.Drawing.Point(359, 40);
- this.pictureBox_52.Name = "pictureBox_52";
- this.pictureBox_52.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_52.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_52.TabIndex = 226;
- this.pictureBox_52.TabStop = false;
- //
- // textBox_42
- //
- this.textBox_42.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_42.Location = new System.Drawing.Point(284, 51);
- this.textBox_42.Name = "textBox_42";
- this.textBox_42.ReadOnly = true;
- this.textBox_42.Size = new System.Drawing.Size(73, 19);
- this.textBox_42.TabIndex = 225;
- //
- // pictureBox_42
- //
- this.pictureBox_42.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_42.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_42.Image")));
- this.pictureBox_42.Location = new System.Drawing.Point(281, 40);
- this.pictureBox_42.Name = "pictureBox_42";
- this.pictureBox_42.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_42.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_42.TabIndex = 224;
- this.pictureBox_42.TabStop = false;
- //
- // textBox_32
- //
- this.textBox_32.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_32.Location = new System.Drawing.Point(206, 51);
- this.textBox_32.Name = "textBox_32";
- this.textBox_32.ReadOnly = true;
- this.textBox_32.Size = new System.Drawing.Size(73, 19);
- this.textBox_32.TabIndex = 223;
- //
- // pictureBox_32
- //
- this.pictureBox_32.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_32.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_32.Image")));
- this.pictureBox_32.Location = new System.Drawing.Point(203, 40);
- this.pictureBox_32.Name = "pictureBox_32";
- this.pictureBox_32.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_32.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_32.TabIndex = 222;
- this.pictureBox_32.TabStop = false;
- //
- // textBox_22
- //
- this.textBox_22.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_22.Location = new System.Drawing.Point(128, 51);
- this.textBox_22.Name = "textBox_22";
- this.textBox_22.ReadOnly = true;
- this.textBox_22.Size = new System.Drawing.Size(73, 19);
- this.textBox_22.TabIndex = 221;
- //
- // pictureBox_22
- //
- this.pictureBox_22.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_22.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_22.Image")));
- this.pictureBox_22.Location = new System.Drawing.Point(125, 40);
- this.pictureBox_22.Name = "pictureBox_22";
- this.pictureBox_22.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_22.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_22.TabIndex = 220;
- this.pictureBox_22.TabStop = false;
- //
- // textBox_12
- //
- this.textBox_12.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_12.Location = new System.Drawing.Point(50, 51);
- this.textBox_12.Name = "textBox_12";
- this.textBox_12.ReadOnly = true;
- this.textBox_12.Size = new System.Drawing.Size(73, 19);
- this.textBox_12.TabIndex = 219;
- //
- // pictureBox_12
- //
- this.pictureBox_12.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_12.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_12.Image")));
- this.pictureBox_12.Location = new System.Drawing.Point(47, 40);
- this.pictureBox_12.Name = "pictureBox_12";
- this.pictureBox_12.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_12.TabIndex = 218;
- this.pictureBox_12.TabStop = false;
- //
- // textBox_171
- //
- this.textBox_171.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_171.Location = new System.Drawing.Point(1260, 91);
- this.textBox_171.Name = "textBox_171";
- this.textBox_171.ReadOnly = true;
- this.textBox_171.Size = new System.Drawing.Size(73, 19);
- this.textBox_171.TabIndex = 217;
- //
- // pictureBox_171
- //
- this.pictureBox_171.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_171.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_171.Image")));
- this.pictureBox_171.Location = new System.Drawing.Point(1257, 80);
- this.pictureBox_171.Name = "pictureBox_171";
- this.pictureBox_171.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_171.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_171.TabIndex = 216;
- this.pictureBox_171.TabStop = false;
- //
- // textBox_161
- //
- this.textBox_161.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_161.Location = new System.Drawing.Point(1182, 91);
- this.textBox_161.Name = "textBox_161";
- this.textBox_161.ReadOnly = true;
- this.textBox_161.Size = new System.Drawing.Size(73, 19);
- this.textBox_161.TabIndex = 215;
- //
- // pictureBox_161
- //
- this.pictureBox_161.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_161.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_161.Image")));
- this.pictureBox_161.Location = new System.Drawing.Point(1179, 80);
- this.pictureBox_161.Name = "pictureBox_161";
- this.pictureBox_161.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_161.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_161.TabIndex = 214;
- this.pictureBox_161.TabStop = false;
- //
- // textBox_151
- //
- this.textBox_151.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_151.Location = new System.Drawing.Point(1104, 91);
- this.textBox_151.Name = "textBox_151";
- this.textBox_151.ReadOnly = true;
- this.textBox_151.Size = new System.Drawing.Size(73, 19);
- this.textBox_151.TabIndex = 213;
- //
- // pictureBox_151
- //
- this.pictureBox_151.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_151.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_151.Image")));
- this.pictureBox_151.Location = new System.Drawing.Point(1101, 80);
- this.pictureBox_151.Name = "pictureBox_151";
- this.pictureBox_151.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_151.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_151.TabIndex = 212;
- this.pictureBox_151.TabStop = false;
- //
- // textBox_141
- //
- this.textBox_141.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_141.Location = new System.Drawing.Point(1026, 91);
- this.textBox_141.Name = "textBox_141";
- this.textBox_141.ReadOnly = true;
- this.textBox_141.Size = new System.Drawing.Size(73, 19);
- this.textBox_141.TabIndex = 211;
- //
- // pictureBox_141
- //
- this.pictureBox_141.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_141.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_141.Image")));
- this.pictureBox_141.Location = new System.Drawing.Point(1023, 80);
- this.pictureBox_141.Name = "pictureBox_141";
- this.pictureBox_141.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_141.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_141.TabIndex = 210;
- this.pictureBox_141.TabStop = false;
- //
- // textBox_131
- //
- this.textBox_131.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_131.Location = new System.Drawing.Point(948, 91);
- this.textBox_131.Name = "textBox_131";
- this.textBox_131.ReadOnly = true;
- this.textBox_131.Size = new System.Drawing.Size(73, 19);
- this.textBox_131.TabIndex = 209;
- //
- // pictureBox_131
- //
- this.pictureBox_131.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_131.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_131.Image")));
- this.pictureBox_131.Location = new System.Drawing.Point(945, 80);
- this.pictureBox_131.Name = "pictureBox_131";
- this.pictureBox_131.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_131.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_131.TabIndex = 208;
- this.pictureBox_131.TabStop = false;
- //
- // textBox_121
- //
- this.textBox_121.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_121.Location = new System.Drawing.Point(870, 91);
- this.textBox_121.Name = "textBox_121";
- this.textBox_121.ReadOnly = true;
- this.textBox_121.Size = new System.Drawing.Size(73, 19);
- this.textBox_121.TabIndex = 207;
- //
- // pictureBox_121
- //
- this.pictureBox_121.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_121.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_121.Image")));
- this.pictureBox_121.Location = new System.Drawing.Point(867, 80);
- this.pictureBox_121.Name = "pictureBox_121";
- this.pictureBox_121.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_121.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_121.TabIndex = 206;
- this.pictureBox_121.TabStop = false;
- //
- // textBox_111
- //
- this.textBox_111.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_111.Location = new System.Drawing.Point(792, 91);
- this.textBox_111.Name = "textBox_111";
- this.textBox_111.ReadOnly = true;
- this.textBox_111.Size = new System.Drawing.Size(73, 19);
- this.textBox_111.TabIndex = 205;
- //
- // pictureBox_111
- //
- this.pictureBox_111.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_111.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_111.Image")));
- this.pictureBox_111.Location = new System.Drawing.Point(789, 80);
- this.pictureBox_111.Name = "pictureBox_111";
- this.pictureBox_111.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_111.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_111.TabIndex = 204;
- this.pictureBox_111.TabStop = false;
- //
- // textBox_101
- //
- this.textBox_101.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_101.Location = new System.Drawing.Point(714, 91);
- this.textBox_101.Name = "textBox_101";
- this.textBox_101.ReadOnly = true;
- this.textBox_101.Size = new System.Drawing.Size(73, 19);
- this.textBox_101.TabIndex = 203;
- //
- // pictureBox_101
- //
- this.pictureBox_101.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_101.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_101.Image")));
- this.pictureBox_101.Location = new System.Drawing.Point(711, 80);
- this.pictureBox_101.Name = "pictureBox_101";
- this.pictureBox_101.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_101.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_101.TabIndex = 202;
- this.pictureBox_101.TabStop = false;
- //
- // textBox_91
- //
- this.textBox_91.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_91.Location = new System.Drawing.Point(636, 91);
- this.textBox_91.Name = "textBox_91";
- this.textBox_91.ReadOnly = true;
- this.textBox_91.Size = new System.Drawing.Size(73, 19);
- this.textBox_91.TabIndex = 201;
- //
- // pictureBox_91
- //
- this.pictureBox_91.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_91.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_91.Image")));
- this.pictureBox_91.Location = new System.Drawing.Point(633, 80);
- this.pictureBox_91.Name = "pictureBox_91";
- this.pictureBox_91.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_91.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_91.TabIndex = 200;
- this.pictureBox_91.TabStop = false;
- //
- // textBox_81
- //
- this.textBox_81.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_81.Location = new System.Drawing.Point(558, 91);
- this.textBox_81.Name = "textBox_81";
- this.textBox_81.ReadOnly = true;
- this.textBox_81.Size = new System.Drawing.Size(73, 19);
- this.textBox_81.TabIndex = 199;
- //
- // pictureBox_81
- //
- this.pictureBox_81.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_81.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_81.Image")));
- this.pictureBox_81.Location = new System.Drawing.Point(555, 80);
- this.pictureBox_81.Name = "pictureBox_81";
- this.pictureBox_81.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_81.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_81.TabIndex = 198;
- this.pictureBox_81.TabStop = false;
- //
- // textBox_71
- //
- this.textBox_71.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_71.Location = new System.Drawing.Point(480, 91);
- this.textBox_71.Name = "textBox_71";
- this.textBox_71.ReadOnly = true;
- this.textBox_71.Size = new System.Drawing.Size(73, 19);
- this.textBox_71.TabIndex = 197;
- //
- // pictureBox_71
- //
- this.pictureBox_71.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_71.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_71.Image")));
- this.pictureBox_71.Location = new System.Drawing.Point(477, 80);
- this.pictureBox_71.Name = "pictureBox_71";
- this.pictureBox_71.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_71.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_71.TabIndex = 196;
- this.pictureBox_71.TabStop = false;
- //
- // textBox_61
- //
- this.textBox_61.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_61.Location = new System.Drawing.Point(402, 91);
- this.textBox_61.Name = "textBox_61";
- this.textBox_61.ReadOnly = true;
- this.textBox_61.Size = new System.Drawing.Size(73, 19);
- this.textBox_61.TabIndex = 195;
- //
- // pictureBox_61
- //
- this.pictureBox_61.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_61.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_61.Image")));
- this.pictureBox_61.Location = new System.Drawing.Point(399, 80);
- this.pictureBox_61.Name = "pictureBox_61";
- this.pictureBox_61.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_61.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_61.TabIndex = 194;
- this.pictureBox_61.TabStop = false;
- //
- // textBox_51
- //
- this.textBox_51.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_51.Location = new System.Drawing.Point(324, 91);
- this.textBox_51.Name = "textBox_51";
- this.textBox_51.ReadOnly = true;
- this.textBox_51.Size = new System.Drawing.Size(73, 19);
- this.textBox_51.TabIndex = 193;
- //
- // pictureBox_51
- //
- this.pictureBox_51.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_51.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_51.Image")));
- this.pictureBox_51.Location = new System.Drawing.Point(321, 80);
- this.pictureBox_51.Name = "pictureBox_51";
- this.pictureBox_51.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_51.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_51.TabIndex = 192;
- this.pictureBox_51.TabStop = false;
- //
- // textBox_41
- //
- this.textBox_41.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_41.Location = new System.Drawing.Point(246, 91);
- this.textBox_41.Name = "textBox_41";
- this.textBox_41.ReadOnly = true;
- this.textBox_41.Size = new System.Drawing.Size(73, 19);
- this.textBox_41.TabIndex = 191;
- //
- // pictureBox_41
- //
- this.pictureBox_41.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_41.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_41.Image")));
- this.pictureBox_41.Location = new System.Drawing.Point(243, 80);
- this.pictureBox_41.Name = "pictureBox_41";
- this.pictureBox_41.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_41.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_41.TabIndex = 190;
- this.pictureBox_41.TabStop = false;
- //
- // textBox_31
- //
- this.textBox_31.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_31.Location = new System.Drawing.Point(168, 91);
- this.textBox_31.Name = "textBox_31";
- this.textBox_31.ReadOnly = true;
- this.textBox_31.Size = new System.Drawing.Size(73, 19);
- this.textBox_31.TabIndex = 189;
- //
- // pictureBox_31
- //
- this.pictureBox_31.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_31.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_31.Image")));
- this.pictureBox_31.Location = new System.Drawing.Point(165, 80);
- this.pictureBox_31.Name = "pictureBox_31";
- this.pictureBox_31.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_31.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_31.TabIndex = 188;
- this.pictureBox_31.TabStop = false;
- //
- // textBox_21
- //
- this.textBox_21.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_21.Location = new System.Drawing.Point(90, 91);
- this.textBox_21.Name = "textBox_21";
- this.textBox_21.ReadOnly = true;
- this.textBox_21.Size = new System.Drawing.Size(73, 19);
- this.textBox_21.TabIndex = 187;
- //
- // pictureBox_21
- //
- this.pictureBox_21.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_21.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_21.Image")));
- this.pictureBox_21.Location = new System.Drawing.Point(87, 80);
- this.pictureBox_21.Name = "pictureBox_21";
- this.pictureBox_21.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_21.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_21.TabIndex = 186;
- this.pictureBox_21.TabStop = false;
- //
- // textBox_11
- //
- this.textBox_11.Font = new System.Drawing.Font("Arial Narrow", 7.5F);
- this.textBox_11.Location = new System.Drawing.Point(12, 91);
- this.textBox_11.Name = "textBox_11";
- this.textBox_11.ReadOnly = true;
- this.textBox_11.Size = new System.Drawing.Size(73, 19);
- this.textBox_11.TabIndex = 185;
- //
- // pictureBox_11
- //
- this.pictureBox_11.BackColor = System.Drawing.SystemColors.InactiveBorder;
- this.pictureBox_11.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox_11.Image")));
- this.pictureBox_11.Location = new System.Drawing.Point(9, 80);
- this.pictureBox_11.Name = "pictureBox_11";
- this.pictureBox_11.Size = new System.Drawing.Size(79, 41);
- this.pictureBox_11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
- this.pictureBox_11.TabIndex = 184;
- this.pictureBox_11.TabStop = false;
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label18.Location = new System.Drawing.Point(1284, 122);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(19, 12);
- this.label18.TabIndex = 183;
- this.label18.Text = "17";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label14.Location = new System.Drawing.Point(1209, 122);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(19, 12);
- this.label14.TabIndex = 182;
- this.label14.Text = "16";
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label15.Location = new System.Drawing.Point(1130, 122);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(19, 12);
- this.label15.TabIndex = 181;
- this.label15.Text = "15";
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label16.Location = new System.Drawing.Point(1052, 122);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(19, 12);
- this.label16.TabIndex = 180;
- this.label16.Text = "14";
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label17.Location = new System.Drawing.Point(973, 122);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(19, 12);
- this.label17.TabIndex = 179;
- this.label17.Text = "13";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label10.Location = new System.Drawing.Point(899, 122);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(19, 12);
- this.label10.TabIndex = 178;
- this.label10.Text = "12";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label11.Location = new System.Drawing.Point(821, 122);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(19, 12);
- this.label11.TabIndex = 177;
- this.label11.Text = "11";
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label12.Location = new System.Drawing.Point(743, 122);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(19, 12);
- this.label12.TabIndex = 176;
- this.label12.Text = "10";
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label13.Location = new System.Drawing.Point(666, 122);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(12, 12);
- this.label13.TabIndex = 175;
- this.label13.Text = "9";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label6.Location = new System.Drawing.Point(588, 122);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(12, 12);
- this.label6.TabIndex = 174;
- this.label6.Text = "8";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label7.Location = new System.Drawing.Point(510, 122);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(12, 12);
- this.label7.TabIndex = 173;
- this.label7.Text = "7";
- //
- // label8
- //
- this.label8.AutoSize = true;
- this.label8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label8.Location = new System.Drawing.Point(431, 122);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(12, 12);
- this.label8.TabIndex = 172;
- this.label8.Text = "6";
- //
- // label9
- //
- this.label9.AutoSize = true;
- this.label9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label9.Location = new System.Drawing.Point(353, 122);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(12, 12);
- this.label9.TabIndex = 171;
- this.label9.Text = "5";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label5.Location = new System.Drawing.Point(275, 122);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(12, 12);
- this.label5.TabIndex = 170;
- this.label5.Text = "4";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label4.Location = new System.Drawing.Point(196, 122);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(12, 12);
- this.label4.TabIndex = 169;
- this.label4.Text = "3";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label3.Location = new System.Drawing.Point(118, 122);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(12, 12);
- this.label3.TabIndex = 168;
- this.label3.Text = "2";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label2.Location = new System.Drawing.Point(42, 122);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(12, 12);
- this.label2.TabIndex = 167;
- this.label2.Text = "1";
- //
- // ultraTextEditor1
- //
- this.ultraTextEditor1.DisplayStyle = Infragistics.Win.EmbeddableElementDisplayStyle.OfficeXP;
- this.ultraTextEditor1.Location = new System.Drawing.Point(383, 12);
- this.ultraTextEditor1.Name = "ultraTextEditor1";
- this.ultraTextEditor1.ReadOnly = true;
- this.ultraTextEditor1.Size = new System.Drawing.Size(100, 21);
- this.ultraTextEditor1.TabIndex = 37;
- //
- // ultraLabel1
- //
- appearance2.BackColor = System.Drawing.SystemColors.InactiveCaptionText;
- appearance2.TextVAlignAsString = "Middle";
- this.ultraLabel1.Appearance = appearance2;
- this.ultraLabel1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ultraLabel1.Location = new System.Drawing.Point(12, 6);
- this.ultraLabel1.Name = "ultraLabel1";
- this.ultraLabel1.Size = new System.Drawing.Size(96, 24);
- this.ultraLabel1.TabIndex = 36;
- this.ultraLabel1.Text = "钢卷库堆放现况";
- //
- // UIM010071
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(884, 468);
- this.Controls.Add(this.panel1);
- this.MaximumSize = new System.Drawing.Size(900, 506);
- this.MinimumSize = new System.Drawing.Size(900, 506);
- this.Name = "UIM010071";
- this.Text = "UIM010071";
- this.Load += new System.EventHandler(this.UIM010071_Load);
- this.panel1.ResumeLayout(false);
- this.panel3.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.ultraGrid1)).EndInit();
- this.panel4.ResumeLayout(false);
- this.panel4.PerformLayout();
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.panel5.ResumeLayout(false);
- this.panel5.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_153)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_143)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_133)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_123)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_113)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_103)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_93)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_83)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_73)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_63)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_53)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_43)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_33)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_23)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_13)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_162)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_152)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_142)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_132)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_122)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_112)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_102)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_92)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_82)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_72)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_62)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_52)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_42)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_32)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_22)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_12)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_171)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_161)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_151)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_141)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_131)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_121)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_111)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_101)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_91)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_81)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_71)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_61)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_51)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_41)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_31)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_21)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox_11)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.ultraTextEditor1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Panel panel3;
- private Infragistics.Win.UltraWinGrid.UltraGrid ultraGrid1;
- private System.Windows.Forms.Panel panel4;
- private System.Windows.Forms.Label label1;
- private Infragistics.Win.Misc.UltraLabel ultraLabel1;
- private Infragistics.Win.UltraWinEditors.UltraTextEditor ultraTextEditor1;
- private System.Windows.Forms.Panel panel5;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox textBox_11;
- private System.Windows.Forms.PictureBox pictureBox_11;
- private System.Windows.Forms.TextBox textBox_81;
- private System.Windows.Forms.PictureBox pictureBox_81;
- private System.Windows.Forms.TextBox textBox_71;
- private System.Windows.Forms.PictureBox pictureBox_71;
- private System.Windows.Forms.TextBox textBox_61;
- private System.Windows.Forms.PictureBox pictureBox_61;
- private System.Windows.Forms.TextBox textBox_51;
- private System.Windows.Forms.PictureBox pictureBox_51;
- private System.Windows.Forms.TextBox textBox_41;
- private System.Windows.Forms.PictureBox pictureBox_41;
- private System.Windows.Forms.TextBox textBox_31;
- private System.Windows.Forms.PictureBox pictureBox_31;
- private System.Windows.Forms.TextBox textBox_21;
- private System.Windows.Forms.PictureBox pictureBox_21;
- private System.Windows.Forms.TextBox textBox_153;
- private System.Windows.Forms.PictureBox pictureBox_153;
- private System.Windows.Forms.TextBox textBox_143;
- private System.Windows.Forms.PictureBox pictureBox_143;
- private System.Windows.Forms.TextBox textBox_133;
- private System.Windows.Forms.PictureBox pictureBox_133;
- private System.Windows.Forms.TextBox textBox_123;
- private System.Windows.Forms.PictureBox pictureBox_123;
- private System.Windows.Forms.TextBox textBox_113;
- private System.Windows.Forms.PictureBox pictureBox_113;
- private System.Windows.Forms.TextBox textBox_103;
- private System.Windows.Forms.PictureBox pictureBox_103;
- private System.Windows.Forms.TextBox textBox_93;
- private System.Windows.Forms.PictureBox pictureBox_93;
- private System.Windows.Forms.TextBox textBox_83;
- private System.Windows.Forms.PictureBox pictureBox_83;
- private System.Windows.Forms.TextBox textBox_73;
- private System.Windows.Forms.PictureBox pictureBox_73;
- private System.Windows.Forms.TextBox textBox_63;
- private System.Windows.Forms.PictureBox pictureBox_63;
- private System.Windows.Forms.TextBox textBox_53;
- private System.Windows.Forms.PictureBox pictureBox_53;
- private System.Windows.Forms.TextBox textBox_43;
- private System.Windows.Forms.PictureBox pictureBox_43;
- private System.Windows.Forms.TextBox textBox_33;
- private System.Windows.Forms.PictureBox pictureBox_33;
- private System.Windows.Forms.TextBox textBox_23;
- private System.Windows.Forms.PictureBox pictureBox_23;
- private System.Windows.Forms.TextBox textBox_13;
- private System.Windows.Forms.PictureBox pictureBox_13;
- private System.Windows.Forms.TextBox textBox_162;
- private System.Windows.Forms.PictureBox pictureBox_162;
- private System.Windows.Forms.TextBox textBox_152;
- private System.Windows.Forms.PictureBox pictureBox_152;
- private System.Windows.Forms.TextBox textBox_142;
- private System.Windows.Forms.PictureBox pictureBox_142;
- private System.Windows.Forms.TextBox textBox_132;
- private System.Windows.Forms.PictureBox pictureBox_132;
- private System.Windows.Forms.TextBox textBox_122;
- private System.Windows.Forms.PictureBox pictureBox_122;
- private System.Windows.Forms.TextBox textBox_112;
- private System.Windows.Forms.PictureBox pictureBox_112;
- private System.Windows.Forms.TextBox textBox_102;
- private System.Windows.Forms.PictureBox pictureBox_102;
- private System.Windows.Forms.TextBox textBox_92;
- private System.Windows.Forms.PictureBox pictureBox_92;
- private System.Windows.Forms.TextBox textBox_82;
- private System.Windows.Forms.PictureBox pictureBox_82;
- private System.Windows.Forms.TextBox textBox_72;
- private System.Windows.Forms.PictureBox pictureBox_72;
- private System.Windows.Forms.TextBox textBox_62;
- private System.Windows.Forms.PictureBox pictureBox_62;
- private System.Windows.Forms.TextBox textBox_52;
- private System.Windows.Forms.PictureBox pictureBox_52;
- private System.Windows.Forms.TextBox textBox_42;
- private System.Windows.Forms.PictureBox pictureBox_42;
- private System.Windows.Forms.TextBox textBox_32;
- private System.Windows.Forms.PictureBox pictureBox_32;
- private System.Windows.Forms.TextBox textBox_22;
- private System.Windows.Forms.PictureBox pictureBox_22;
- private System.Windows.Forms.TextBox textBox_12;
- private System.Windows.Forms.PictureBox pictureBox_12;
- private System.Windows.Forms.TextBox textBox_171;
- private System.Windows.Forms.PictureBox pictureBox_171;
- private System.Windows.Forms.TextBox textBox_161;
- private System.Windows.Forms.PictureBox pictureBox_161;
- private System.Windows.Forms.TextBox textBox_151;
- private System.Windows.Forms.PictureBox pictureBox_151;
- private System.Windows.Forms.TextBox textBox_141;
- private System.Windows.Forms.PictureBox pictureBox_141;
- private System.Windows.Forms.TextBox textBox_131;
- private System.Windows.Forms.PictureBox pictureBox_131;
- private System.Windows.Forms.TextBox textBox_121;
- private System.Windows.Forms.PictureBox pictureBox_121;
- private System.Windows.Forms.TextBox textBox_111;
- private System.Windows.Forms.PictureBox pictureBox_111;
- private System.Windows.Forms.TextBox textBox_101;
- private System.Windows.Forms.PictureBox pictureBox_101;
- private System.Windows.Forms.TextBox textBox_91;
- private System.Windows.Forms.PictureBox pictureBox_91;
- }
- }
|