frmSetHopper.Designer.cs 79 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628
  1. namespace Core.LgMes.Client.LgJobMgt
  2. {
  3. partial class frmSetHopper
  4. {
  5. /// <summary>
  6. /// 必需的设计器变量。
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// 清理所有正在使用的资源。
  11. /// </summary>
  12. /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows 窗体设计器生成的代码
  22. /// <summary>
  23. /// 设计器支持所需的方法 - 不要
  24. /// 使用代码编辑器修改此方法的内容。
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. Infragistics.Win.UltraWinGrid.UltraGridBand ultraGridBand1 = new Infragistics.Win.UltraWinGrid.UltraGridBand("Table1", -1);
  29. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn1 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELCODE");
  30. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn2 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELNAME");
  31. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn3 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELFORSHORT");
  32. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn4 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("WLLXM");
  33. Infragistics.Win.UltraWinGrid.UltraGridColumn ultraGridColumn5 = new Infragistics.Win.UltraWinGrid.UltraGridColumn("MATERIELTYPE");
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSetHopper));
  35. this.panel1 = new System.Windows.Forms.Panel();
  36. this.ultraGroupBox2 = new Infragistics.Win.Misc.UltraGroupBox();
  37. this.panel3 = new System.Windows.Forms.Panel();
  38. this.lblW8 = new System.Windows.Forms.Label();
  39. this.lblW7 = new System.Windows.Forms.Label();
  40. this.lblW6 = new System.Windows.Forms.Label();
  41. this.lblW5 = new System.Windows.Forms.Label();
  42. this.label28 = new System.Windows.Forms.Label();
  43. this.label27 = new System.Windows.Forms.Label();
  44. this.label26 = new System.Windows.Forms.Label();
  45. this.label25 = new System.Windows.Forms.Label();
  46. this.pictureBox28 = new System.Windows.Forms.PictureBox();
  47. this.pictureBox27 = new System.Windows.Forms.PictureBox();
  48. this.pictureBox26 = new System.Windows.Forms.PictureBox();
  49. this.pictureBox25 = new System.Windows.Forms.PictureBox();
  50. this.lblW4 = new System.Windows.Forms.Label();
  51. this.lblW3 = new System.Windows.Forms.Label();
  52. this.lblW2 = new System.Windows.Forms.Label();
  53. this.lblW1 = new System.Windows.Forms.Label();
  54. this.label24 = new System.Windows.Forms.Label();
  55. this.label23 = new System.Windows.Forms.Label();
  56. this.label22 = new System.Windows.Forms.Label();
  57. this.label21 = new System.Windows.Forms.Label();
  58. this.pictureBox24 = new System.Windows.Forms.PictureBox();
  59. this.pictureBox23 = new System.Windows.Forms.PictureBox();
  60. this.pictureBox22 = new System.Windows.Forms.PictureBox();
  61. this.pictureBox21 = new System.Windows.Forms.PictureBox();
  62. this.ultraGroupBox1 = new Infragistics.Win.Misc.UltraGroupBox();
  63. this.panel2 = new System.Windows.Forms.Panel();
  64. this.lblG20 = new System.Windows.Forms.Label();
  65. this.lblG19 = new System.Windows.Forms.Label();
  66. this.lblG18 = new System.Windows.Forms.Label();
  67. this.lblG17 = new System.Windows.Forms.Label();
  68. this.lblG16 = new System.Windows.Forms.Label();
  69. this.lblG15 = new System.Windows.Forms.Label();
  70. this.lblG14 = new System.Windows.Forms.Label();
  71. this.lblG13 = new System.Windows.Forms.Label();
  72. this.lblG12 = new System.Windows.Forms.Label();
  73. this.lblG11 = new System.Windows.Forms.Label();
  74. this.lblG10 = new System.Windows.Forms.Label();
  75. this.lblG9 = new System.Windows.Forms.Label();
  76. this.lblG8 = new System.Windows.Forms.Label();
  77. this.lblG7 = new System.Windows.Forms.Label();
  78. this.lblG6 = new System.Windows.Forms.Label();
  79. this.lblG5 = new System.Windows.Forms.Label();
  80. this.lblG4 = new System.Windows.Forms.Label();
  81. this.lblG3 = new System.Windows.Forms.Label();
  82. this.lblG2 = new System.Windows.Forms.Label();
  83. this.lblG1 = new System.Windows.Forms.Label();
  84. this.label20 = new System.Windows.Forms.Label();
  85. this.label19 = new System.Windows.Forms.Label();
  86. this.label18 = new System.Windows.Forms.Label();
  87. this.label17 = new System.Windows.Forms.Label();
  88. this.label16 = new System.Windows.Forms.Label();
  89. this.label15 = new System.Windows.Forms.Label();
  90. this.label14 = new System.Windows.Forms.Label();
  91. this.label13 = new System.Windows.Forms.Label();
  92. this.label12 = new System.Windows.Forms.Label();
  93. this.label11 = new System.Windows.Forms.Label();
  94. this.label10 = new System.Windows.Forms.Label();
  95. this.label9 = new System.Windows.Forms.Label();
  96. this.label8 = new System.Windows.Forms.Label();
  97. this.label7 = new System.Windows.Forms.Label();
  98. this.label6 = new System.Windows.Forms.Label();
  99. this.label5 = new System.Windows.Forms.Label();
  100. this.label4 = new System.Windows.Forms.Label();
  101. this.label3 = new System.Windows.Forms.Label();
  102. this.label2 = new System.Windows.Forms.Label();
  103. this.label1 = new System.Windows.Forms.Label();
  104. this.pictureBox20 = new System.Windows.Forms.PictureBox();
  105. this.pictureBox19 = new System.Windows.Forms.PictureBox();
  106. this.pictureBox18 = new System.Windows.Forms.PictureBox();
  107. this.pictureBox17 = new System.Windows.Forms.PictureBox();
  108. this.pictureBox16 = new System.Windows.Forms.PictureBox();
  109. this.pictureBox15 = new System.Windows.Forms.PictureBox();
  110. this.pictureBox14 = new System.Windows.Forms.PictureBox();
  111. this.pictureBox13 = new System.Windows.Forms.PictureBox();
  112. this.pictureBox12 = new System.Windows.Forms.PictureBox();
  113. this.pictureBox11 = new System.Windows.Forms.PictureBox();
  114. this.pictureBox10 = new System.Windows.Forms.PictureBox();
  115. this.pictureBox9 = new System.Windows.Forms.PictureBox();
  116. this.pictureBox8 = new System.Windows.Forms.PictureBox();
  117. this.pictureBox7 = new System.Windows.Forms.PictureBox();
  118. this.pictureBox6 = new System.Windows.Forms.PictureBox();
  119. this.pictureBox5 = new System.Windows.Forms.PictureBox();
  120. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  121. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  122. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  123. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  124. this.ultraGroupBox3 = new Infragistics.Win.Misc.UltraGroupBox();
  125. this.chkdevNo = new System.Windows.Forms.CheckBox();
  126. this.rbWS = new System.Windows.Forms.RadioButton();
  127. this.rbHJ = new System.Windows.Forms.RadioButton();
  128. this.rbFZL = new System.Windows.Forms.RadioButton();
  129. this.ultraGroupBox5 = new Infragistics.Win.Misc.UltraGroupBox();
  130. this.label34 = new System.Windows.Forms.Label();
  131. this.btClose = new System.Windows.Forms.Button();
  132. this.btReset = new System.Windows.Forms.Button();
  133. this.btAdd = new System.Windows.Forms.Button();
  134. this.comboBox1 = new System.Windows.Forms.ComboBox();
  135. this.ulgridMtrInfo = new Infragistics.Win.UltraWinGrid.UltraGrid();
  136. this.dsMaterial = new System.Data.DataSet();
  137. this.dataTable1 = new System.Data.DataTable();
  138. this.dataColumn1 = new System.Data.DataColumn();
  139. this.dataColumn2 = new System.Data.DataColumn();
  140. this.dataColumn3 = new System.Data.DataColumn();
  141. this.dataColumn4 = new System.Data.DataColumn();
  142. this.dataColumn5 = new System.Data.DataColumn();
  143. this.label29 = new System.Windows.Forms.Label();
  144. this.label30 = new System.Windows.Forms.Label();
  145. this.pictureBox29 = new System.Windows.Forms.PictureBox();
  146. this.label31 = new System.Windows.Forms.Label();
  147. this.label32 = new System.Windows.Forms.Label();
  148. this.pictureBox30 = new System.Windows.Forms.PictureBox();
  149. this.panel1.SuspendLayout();
  150. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).BeginInit();
  151. this.ultraGroupBox2.SuspendLayout();
  152. this.panel3.SuspendLayout();
  153. ((System.ComponentModel.ISupportInitialize)(this.pictureBox28)).BeginInit();
  154. ((System.ComponentModel.ISupportInitialize)(this.pictureBox27)).BeginInit();
  155. ((System.ComponentModel.ISupportInitialize)(this.pictureBox26)).BeginInit();
  156. ((System.ComponentModel.ISupportInitialize)(this.pictureBox25)).BeginInit();
  157. ((System.ComponentModel.ISupportInitialize)(this.pictureBox24)).BeginInit();
  158. ((System.ComponentModel.ISupportInitialize)(this.pictureBox23)).BeginInit();
  159. ((System.ComponentModel.ISupportInitialize)(this.pictureBox22)).BeginInit();
  160. ((System.ComponentModel.ISupportInitialize)(this.pictureBox21)).BeginInit();
  161. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).BeginInit();
  162. this.ultraGroupBox1.SuspendLayout();
  163. this.panel2.SuspendLayout();
  164. ((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).BeginInit();
  165. ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).BeginInit();
  166. ((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).BeginInit();
  167. ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).BeginInit();
  168. ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).BeginInit();
  169. ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit();
  170. ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit();
  171. ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit();
  172. ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
  173. ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).BeginInit();
  174. ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).BeginInit();
  175. ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).BeginInit();
  176. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).BeginInit();
  177. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
  178. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
  179. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
  180. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  181. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  182. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  183. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  184. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).BeginInit();
  185. this.ultraGroupBox3.SuspendLayout();
  186. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).BeginInit();
  187. this.ultraGroupBox5.SuspendLayout();
  188. ((System.ComponentModel.ISupportInitialize)(this.ulgridMtrInfo)).BeginInit();
  189. ((System.ComponentModel.ISupportInitialize)(this.dsMaterial)).BeginInit();
  190. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).BeginInit();
  191. ((System.ComponentModel.ISupportInitialize)(this.pictureBox29)).BeginInit();
  192. ((System.ComponentModel.ISupportInitialize)(this.pictureBox30)).BeginInit();
  193. this.SuspendLayout();
  194. //
  195. // panel1
  196. //
  197. this.panel1.Controls.Add(this.ultraGroupBox2);
  198. this.panel1.Controls.Add(this.ultraGroupBox1);
  199. this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
  200. this.panel1.Location = new System.Drawing.Point(418, 0);
  201. this.panel1.Name = "panel1";
  202. this.panel1.Size = new System.Drawing.Size(225, 614);
  203. this.panel1.TabIndex = 0;
  204. //
  205. // ultraGroupBox2
  206. //
  207. this.ultraGroupBox2.Controls.Add(this.panel3);
  208. this.ultraGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
  209. this.ultraGroupBox2.Location = new System.Drawing.Point(0, 464);
  210. this.ultraGroupBox2.Name = "ultraGroupBox2";
  211. this.ultraGroupBox2.Size = new System.Drawing.Size(225, 150);
  212. this.ultraGroupBox2.TabIndex = 6;
  213. this.ultraGroupBox2.Text = "喂丝信息";
  214. //
  215. // panel3
  216. //
  217. this.panel3.AutoScroll = true;
  218. this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(250)))), ((int)(((byte)(254)))));
  219. this.panel3.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  220. this.panel3.Controls.Add(this.lblW8);
  221. this.panel3.Controls.Add(this.lblW7);
  222. this.panel3.Controls.Add(this.lblW6);
  223. this.panel3.Controls.Add(this.lblW5);
  224. this.panel3.Controls.Add(this.label28);
  225. this.panel3.Controls.Add(this.label27);
  226. this.panel3.Controls.Add(this.label26);
  227. this.panel3.Controls.Add(this.label25);
  228. this.panel3.Controls.Add(this.pictureBox28);
  229. this.panel3.Controls.Add(this.pictureBox27);
  230. this.panel3.Controls.Add(this.pictureBox26);
  231. this.panel3.Controls.Add(this.pictureBox25);
  232. this.panel3.Controls.Add(this.lblW4);
  233. this.panel3.Controls.Add(this.lblW3);
  234. this.panel3.Controls.Add(this.lblW2);
  235. this.panel3.Controls.Add(this.lblW1);
  236. this.panel3.Controls.Add(this.label24);
  237. this.panel3.Controls.Add(this.label23);
  238. this.panel3.Controls.Add(this.label22);
  239. this.panel3.Controls.Add(this.label21);
  240. this.panel3.Controls.Add(this.pictureBox24);
  241. this.panel3.Controls.Add(this.pictureBox23);
  242. this.panel3.Controls.Add(this.pictureBox22);
  243. this.panel3.Controls.Add(this.pictureBox21);
  244. this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
  245. this.panel3.Location = new System.Drawing.Point(3, 18);
  246. this.panel3.Name = "panel3";
  247. this.panel3.Size = new System.Drawing.Size(219, 129);
  248. this.panel3.TabIndex = 1;
  249. //
  250. // lblW8
  251. //
  252. this.lblW8.AutoSize = true;
  253. this.lblW8.Location = new System.Drawing.Point(114, 320);
  254. this.lblW8.Name = "lblW8";
  255. this.lblW8.Size = new System.Drawing.Size(17, 12);
  256. this.lblW8.TabIndex = 56;
  257. this.lblW8.Text = "XX";
  258. //
  259. // lblW7
  260. //
  261. this.lblW7.AutoSize = true;
  262. this.lblW7.Location = new System.Drawing.Point(114, 277);
  263. this.lblW7.Name = "lblW7";
  264. this.lblW7.Size = new System.Drawing.Size(17, 12);
  265. this.lblW7.TabIndex = 55;
  266. this.lblW7.Text = "XX";
  267. //
  268. // lblW6
  269. //
  270. this.lblW6.AutoSize = true;
  271. this.lblW6.Location = new System.Drawing.Point(114, 234);
  272. this.lblW6.Name = "lblW6";
  273. this.lblW6.Size = new System.Drawing.Size(17, 12);
  274. this.lblW6.TabIndex = 54;
  275. this.lblW6.Text = "XX";
  276. //
  277. // lblW5
  278. //
  279. this.lblW5.AutoSize = true;
  280. this.lblW5.Location = new System.Drawing.Point(114, 191);
  281. this.lblW5.Name = "lblW5";
  282. this.lblW5.Size = new System.Drawing.Size(17, 12);
  283. this.lblW5.TabIndex = 53;
  284. this.lblW5.Text = "XX";
  285. //
  286. // label28
  287. //
  288. this.label28.AutoSize = true;
  289. this.label28.Location = new System.Drawing.Point(18, 320);
  290. this.label28.Name = "label28";
  291. this.label28.Size = new System.Drawing.Size(17, 12);
  292. this.label28.TabIndex = 52;
  293. this.label28.Text = "8#";
  294. //
  295. // label27
  296. //
  297. this.label27.AutoSize = true;
  298. this.label27.Location = new System.Drawing.Point(18, 277);
  299. this.label27.Name = "label27";
  300. this.label27.Size = new System.Drawing.Size(17, 12);
  301. this.label27.TabIndex = 51;
  302. this.label27.Text = "7#";
  303. //
  304. // label26
  305. //
  306. this.label26.AutoSize = true;
  307. this.label26.Location = new System.Drawing.Point(18, 234);
  308. this.label26.Name = "label26";
  309. this.label26.Size = new System.Drawing.Size(17, 12);
  310. this.label26.TabIndex = 50;
  311. this.label26.Text = "6#";
  312. //
  313. // label25
  314. //
  315. this.label25.AutoSize = true;
  316. this.label25.Location = new System.Drawing.Point(18, 191);
  317. this.label25.Name = "label25";
  318. this.label25.Size = new System.Drawing.Size(17, 12);
  319. this.label25.TabIndex = 49;
  320. this.label25.Text = "5#";
  321. //
  322. // pictureBox28
  323. //
  324. this.pictureBox28.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox28.Image")));
  325. this.pictureBox28.Location = new System.Drawing.Point(56, 307);
  326. this.pictureBox28.Name = "pictureBox28";
  327. this.pictureBox28.Size = new System.Drawing.Size(42, 39);
  328. this.pictureBox28.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  329. this.pictureBox28.TabIndex = 48;
  330. this.pictureBox28.TabStop = false;
  331. this.pictureBox28.Tag = "8";
  332. this.pictureBox28.Click += new System.EventHandler(this.PicClickHandler);
  333. //
  334. // pictureBox27
  335. //
  336. this.pictureBox27.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox27.Image")));
  337. this.pictureBox27.Location = new System.Drawing.Point(56, 264);
  338. this.pictureBox27.Name = "pictureBox27";
  339. this.pictureBox27.Size = new System.Drawing.Size(42, 39);
  340. this.pictureBox27.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  341. this.pictureBox27.TabIndex = 47;
  342. this.pictureBox27.TabStop = false;
  343. this.pictureBox27.Tag = "7";
  344. this.pictureBox27.Click += new System.EventHandler(this.PicClickHandler);
  345. //
  346. // pictureBox26
  347. //
  348. this.pictureBox26.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox26.Image")));
  349. this.pictureBox26.Location = new System.Drawing.Point(56, 221);
  350. this.pictureBox26.Name = "pictureBox26";
  351. this.pictureBox26.Size = new System.Drawing.Size(42, 39);
  352. this.pictureBox26.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  353. this.pictureBox26.TabIndex = 46;
  354. this.pictureBox26.TabStop = false;
  355. this.pictureBox26.Tag = "6";
  356. this.pictureBox26.Click += new System.EventHandler(this.PicClickHandler);
  357. //
  358. // pictureBox25
  359. //
  360. this.pictureBox25.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox25.Image")));
  361. this.pictureBox25.Location = new System.Drawing.Point(56, 178);
  362. this.pictureBox25.Name = "pictureBox25";
  363. this.pictureBox25.Size = new System.Drawing.Size(42, 39);
  364. this.pictureBox25.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  365. this.pictureBox25.TabIndex = 45;
  366. this.pictureBox25.TabStop = false;
  367. this.pictureBox25.Tag = "5";
  368. this.pictureBox25.Click += new System.EventHandler(this.PicClickHandler);
  369. //
  370. // lblW4
  371. //
  372. this.lblW4.AutoSize = true;
  373. this.lblW4.Location = new System.Drawing.Point(114, 146);
  374. this.lblW4.Name = "lblW4";
  375. this.lblW4.Size = new System.Drawing.Size(17, 12);
  376. this.lblW4.TabIndex = 44;
  377. this.lblW4.Text = "XX";
  378. //
  379. // lblW3
  380. //
  381. this.lblW3.AutoSize = true;
  382. this.lblW3.Location = new System.Drawing.Point(114, 103);
  383. this.lblW3.Name = "lblW3";
  384. this.lblW3.Size = new System.Drawing.Size(17, 12);
  385. this.lblW3.TabIndex = 43;
  386. this.lblW3.Text = "XX";
  387. //
  388. // lblW2
  389. //
  390. this.lblW2.AutoSize = true;
  391. this.lblW2.Location = new System.Drawing.Point(114, 60);
  392. this.lblW2.Name = "lblW2";
  393. this.lblW2.Size = new System.Drawing.Size(17, 12);
  394. this.lblW2.TabIndex = 42;
  395. this.lblW2.Text = "XX";
  396. //
  397. // lblW1
  398. //
  399. this.lblW1.AutoSize = true;
  400. this.lblW1.Location = new System.Drawing.Point(114, 17);
  401. this.lblW1.Name = "lblW1";
  402. this.lblW1.Size = new System.Drawing.Size(17, 12);
  403. this.lblW1.TabIndex = 41;
  404. this.lblW1.Text = "XX";
  405. //
  406. // label24
  407. //
  408. this.label24.AutoSize = true;
  409. this.label24.Location = new System.Drawing.Point(18, 146);
  410. this.label24.Name = "label24";
  411. this.label24.Size = new System.Drawing.Size(17, 12);
  412. this.label24.TabIndex = 24;
  413. this.label24.Text = "4#";
  414. //
  415. // label23
  416. //
  417. this.label23.AutoSize = true;
  418. this.label23.Location = new System.Drawing.Point(18, 103);
  419. this.label23.Name = "label23";
  420. this.label23.Size = new System.Drawing.Size(17, 12);
  421. this.label23.TabIndex = 23;
  422. this.label23.Text = "3#";
  423. //
  424. // label22
  425. //
  426. this.label22.AutoSize = true;
  427. this.label22.Location = new System.Drawing.Point(18, 60);
  428. this.label22.Name = "label22";
  429. this.label22.Size = new System.Drawing.Size(17, 12);
  430. this.label22.TabIndex = 22;
  431. this.label22.Text = "2#";
  432. //
  433. // label21
  434. //
  435. this.label21.AutoSize = true;
  436. this.label21.Location = new System.Drawing.Point(18, 17);
  437. this.label21.Name = "label21";
  438. this.label21.Size = new System.Drawing.Size(17, 12);
  439. this.label21.TabIndex = 21;
  440. this.label21.Text = "1#";
  441. //
  442. // pictureBox24
  443. //
  444. this.pictureBox24.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox24.Image")));
  445. this.pictureBox24.Location = new System.Drawing.Point(56, 133);
  446. this.pictureBox24.Name = "pictureBox24";
  447. this.pictureBox24.Size = new System.Drawing.Size(42, 39);
  448. this.pictureBox24.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  449. this.pictureBox24.TabIndex = 3;
  450. this.pictureBox24.TabStop = false;
  451. this.pictureBox24.Tag = "4";
  452. this.pictureBox24.Click += new System.EventHandler(this.PicClickHandler);
  453. //
  454. // pictureBox23
  455. //
  456. this.pictureBox23.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox23.Image")));
  457. this.pictureBox23.Location = new System.Drawing.Point(56, 90);
  458. this.pictureBox23.Name = "pictureBox23";
  459. this.pictureBox23.Size = new System.Drawing.Size(42, 39);
  460. this.pictureBox23.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  461. this.pictureBox23.TabIndex = 2;
  462. this.pictureBox23.TabStop = false;
  463. this.pictureBox23.Tag = "3";
  464. this.pictureBox23.Click += new System.EventHandler(this.PicClickHandler);
  465. //
  466. // pictureBox22
  467. //
  468. this.pictureBox22.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox22.Image")));
  469. this.pictureBox22.Location = new System.Drawing.Point(56, 47);
  470. this.pictureBox22.Name = "pictureBox22";
  471. this.pictureBox22.Size = new System.Drawing.Size(42, 39);
  472. this.pictureBox22.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  473. this.pictureBox22.TabIndex = 1;
  474. this.pictureBox22.TabStop = false;
  475. this.pictureBox22.Tag = "2";
  476. this.pictureBox22.Click += new System.EventHandler(this.PicClickHandler);
  477. //
  478. // pictureBox21
  479. //
  480. this.pictureBox21.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox21.Image")));
  481. this.pictureBox21.Location = new System.Drawing.Point(56, 4);
  482. this.pictureBox21.Name = "pictureBox21";
  483. this.pictureBox21.Size = new System.Drawing.Size(42, 39);
  484. this.pictureBox21.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  485. this.pictureBox21.TabIndex = 0;
  486. this.pictureBox21.TabStop = false;
  487. this.pictureBox21.Tag = "1";
  488. this.pictureBox21.Click += new System.EventHandler(this.PicClickHandler);
  489. //
  490. // ultraGroupBox1
  491. //
  492. this.ultraGroupBox1.Controls.Add(this.panel2);
  493. this.ultraGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
  494. this.ultraGroupBox1.Location = new System.Drawing.Point(0, 0);
  495. this.ultraGroupBox1.Name = "ultraGroupBox1";
  496. this.ultraGroupBox1.Size = new System.Drawing.Size(225, 464);
  497. this.ultraGroupBox1.TabIndex = 5;
  498. this.ultraGroupBox1.Text = "料斗信息";
  499. //
  500. // panel2
  501. //
  502. this.panel2.AutoScroll = true;
  503. this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(245)))), ((int)(((byte)(250)))), ((int)(((byte)(254)))));
  504. this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  505. this.panel2.Controls.Add(this.label31);
  506. this.panel2.Controls.Add(this.label32);
  507. this.panel2.Controls.Add(this.pictureBox30);
  508. this.panel2.Controls.Add(this.label29);
  509. this.panel2.Controls.Add(this.label30);
  510. this.panel2.Controls.Add(this.pictureBox29);
  511. this.panel2.Controls.Add(this.lblG20);
  512. this.panel2.Controls.Add(this.lblG19);
  513. this.panel2.Controls.Add(this.lblG18);
  514. this.panel2.Controls.Add(this.lblG17);
  515. this.panel2.Controls.Add(this.lblG16);
  516. this.panel2.Controls.Add(this.lblG15);
  517. this.panel2.Controls.Add(this.lblG14);
  518. this.panel2.Controls.Add(this.lblG13);
  519. this.panel2.Controls.Add(this.lblG12);
  520. this.panel2.Controls.Add(this.lblG11);
  521. this.panel2.Controls.Add(this.lblG10);
  522. this.panel2.Controls.Add(this.lblG9);
  523. this.panel2.Controls.Add(this.lblG8);
  524. this.panel2.Controls.Add(this.lblG7);
  525. this.panel2.Controls.Add(this.lblG6);
  526. this.panel2.Controls.Add(this.lblG5);
  527. this.panel2.Controls.Add(this.lblG4);
  528. this.panel2.Controls.Add(this.lblG3);
  529. this.panel2.Controls.Add(this.lblG2);
  530. this.panel2.Controls.Add(this.lblG1);
  531. this.panel2.Controls.Add(this.label20);
  532. this.panel2.Controls.Add(this.label19);
  533. this.panel2.Controls.Add(this.label18);
  534. this.panel2.Controls.Add(this.label17);
  535. this.panel2.Controls.Add(this.label16);
  536. this.panel2.Controls.Add(this.label15);
  537. this.panel2.Controls.Add(this.label14);
  538. this.panel2.Controls.Add(this.label13);
  539. this.panel2.Controls.Add(this.label12);
  540. this.panel2.Controls.Add(this.label11);
  541. this.panel2.Controls.Add(this.label10);
  542. this.panel2.Controls.Add(this.label9);
  543. this.panel2.Controls.Add(this.label8);
  544. this.panel2.Controls.Add(this.label7);
  545. this.panel2.Controls.Add(this.label6);
  546. this.panel2.Controls.Add(this.label5);
  547. this.panel2.Controls.Add(this.label4);
  548. this.panel2.Controls.Add(this.label3);
  549. this.panel2.Controls.Add(this.label2);
  550. this.panel2.Controls.Add(this.label1);
  551. this.panel2.Controls.Add(this.pictureBox20);
  552. this.panel2.Controls.Add(this.pictureBox19);
  553. this.panel2.Controls.Add(this.pictureBox18);
  554. this.panel2.Controls.Add(this.pictureBox17);
  555. this.panel2.Controls.Add(this.pictureBox16);
  556. this.panel2.Controls.Add(this.pictureBox15);
  557. this.panel2.Controls.Add(this.pictureBox14);
  558. this.panel2.Controls.Add(this.pictureBox13);
  559. this.panel2.Controls.Add(this.pictureBox12);
  560. this.panel2.Controls.Add(this.pictureBox11);
  561. this.panel2.Controls.Add(this.pictureBox10);
  562. this.panel2.Controls.Add(this.pictureBox9);
  563. this.panel2.Controls.Add(this.pictureBox8);
  564. this.panel2.Controls.Add(this.pictureBox7);
  565. this.panel2.Controls.Add(this.pictureBox6);
  566. this.panel2.Controls.Add(this.pictureBox5);
  567. this.panel2.Controls.Add(this.pictureBox4);
  568. this.panel2.Controls.Add(this.pictureBox3);
  569. this.panel2.Controls.Add(this.pictureBox2);
  570. this.panel2.Controls.Add(this.pictureBox1);
  571. this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
  572. this.panel2.Location = new System.Drawing.Point(3, 18);
  573. this.panel2.Name = "panel2";
  574. this.panel2.Size = new System.Drawing.Size(219, 443);
  575. this.panel2.TabIndex = 1;
  576. //
  577. // lblG20
  578. //
  579. this.lblG20.AutoSize = true;
  580. this.lblG20.Location = new System.Drawing.Point(114, 955);
  581. this.lblG20.Name = "lblG20";
  582. this.lblG20.Size = new System.Drawing.Size(17, 12);
  583. this.lblG20.TabIndex = 59;
  584. this.lblG20.Text = "XX";
  585. //
  586. // lblG19
  587. //
  588. this.lblG19.AutoSize = true;
  589. this.lblG19.Location = new System.Drawing.Point(114, 906);
  590. this.lblG19.Name = "lblG19";
  591. this.lblG19.Size = new System.Drawing.Size(17, 12);
  592. this.lblG19.TabIndex = 58;
  593. this.lblG19.Text = "XX";
  594. //
  595. // lblG18
  596. //
  597. this.lblG18.AutoSize = true;
  598. this.lblG18.Location = new System.Drawing.Point(114, 857);
  599. this.lblG18.Name = "lblG18";
  600. this.lblG18.Size = new System.Drawing.Size(17, 12);
  601. this.lblG18.TabIndex = 57;
  602. this.lblG18.Text = "XX";
  603. //
  604. // lblG17
  605. //
  606. this.lblG17.AutoSize = true;
  607. this.lblG17.Location = new System.Drawing.Point(114, 808);
  608. this.lblG17.Name = "lblG17";
  609. this.lblG17.Size = new System.Drawing.Size(17, 12);
  610. this.lblG17.TabIndex = 56;
  611. this.lblG17.Text = "XX";
  612. //
  613. // lblG16
  614. //
  615. this.lblG16.AutoSize = true;
  616. this.lblG16.Location = new System.Drawing.Point(114, 759);
  617. this.lblG16.Name = "lblG16";
  618. this.lblG16.Size = new System.Drawing.Size(17, 12);
  619. this.lblG16.TabIndex = 55;
  620. this.lblG16.Text = "XX";
  621. //
  622. // lblG15
  623. //
  624. this.lblG15.AutoSize = true;
  625. this.lblG15.Location = new System.Drawing.Point(114, 710);
  626. this.lblG15.Name = "lblG15";
  627. this.lblG15.Size = new System.Drawing.Size(17, 12);
  628. this.lblG15.TabIndex = 54;
  629. this.lblG15.Text = "XX";
  630. //
  631. // lblG14
  632. //
  633. this.lblG14.AutoSize = true;
  634. this.lblG14.Location = new System.Drawing.Point(114, 661);
  635. this.lblG14.Name = "lblG14";
  636. this.lblG14.Size = new System.Drawing.Size(17, 12);
  637. this.lblG14.TabIndex = 53;
  638. this.lblG14.Text = "XX";
  639. //
  640. // lblG13
  641. //
  642. this.lblG13.AutoSize = true;
  643. this.lblG13.Location = new System.Drawing.Point(114, 612);
  644. this.lblG13.Name = "lblG13";
  645. this.lblG13.Size = new System.Drawing.Size(17, 12);
  646. this.lblG13.TabIndex = 52;
  647. this.lblG13.Text = "XX";
  648. //
  649. // lblG12
  650. //
  651. this.lblG12.AutoSize = true;
  652. this.lblG12.Location = new System.Drawing.Point(114, 563);
  653. this.lblG12.Name = "lblG12";
  654. this.lblG12.Size = new System.Drawing.Size(17, 12);
  655. this.lblG12.TabIndex = 51;
  656. this.lblG12.Text = "XX";
  657. //
  658. // lblG11
  659. //
  660. this.lblG11.AutoSize = true;
  661. this.lblG11.Location = new System.Drawing.Point(114, 514);
  662. this.lblG11.Name = "lblG11";
  663. this.lblG11.Size = new System.Drawing.Size(17, 12);
  664. this.lblG11.TabIndex = 50;
  665. this.lblG11.Text = "XX";
  666. //
  667. // lblG10
  668. //
  669. this.lblG10.AutoSize = true;
  670. this.lblG10.Location = new System.Drawing.Point(114, 465);
  671. this.lblG10.Name = "lblG10";
  672. this.lblG10.Size = new System.Drawing.Size(17, 12);
  673. this.lblG10.TabIndex = 49;
  674. this.lblG10.Text = "XX";
  675. //
  676. // lblG9
  677. //
  678. this.lblG9.AutoSize = true;
  679. this.lblG9.Location = new System.Drawing.Point(114, 416);
  680. this.lblG9.Name = "lblG9";
  681. this.lblG9.Size = new System.Drawing.Size(17, 12);
  682. this.lblG9.TabIndex = 48;
  683. this.lblG9.Text = "XX";
  684. //
  685. // lblG8
  686. //
  687. this.lblG8.AutoSize = true;
  688. this.lblG8.Location = new System.Drawing.Point(114, 367);
  689. this.lblG8.Name = "lblG8";
  690. this.lblG8.Size = new System.Drawing.Size(17, 12);
  691. this.lblG8.TabIndex = 47;
  692. this.lblG8.Text = "XX";
  693. //
  694. // lblG7
  695. //
  696. this.lblG7.AutoSize = true;
  697. this.lblG7.Location = new System.Drawing.Point(114, 318);
  698. this.lblG7.Name = "lblG7";
  699. this.lblG7.Size = new System.Drawing.Size(17, 12);
  700. this.lblG7.TabIndex = 46;
  701. this.lblG7.Text = "XX";
  702. //
  703. // lblG6
  704. //
  705. this.lblG6.AutoSize = true;
  706. this.lblG6.Location = new System.Drawing.Point(114, 269);
  707. this.lblG6.Name = "lblG6";
  708. this.lblG6.Size = new System.Drawing.Size(17, 12);
  709. this.lblG6.TabIndex = 45;
  710. this.lblG6.Text = "XX";
  711. //
  712. // lblG5
  713. //
  714. this.lblG5.AutoSize = true;
  715. this.lblG5.Location = new System.Drawing.Point(114, 220);
  716. this.lblG5.Name = "lblG5";
  717. this.lblG5.Size = new System.Drawing.Size(17, 12);
  718. this.lblG5.TabIndex = 44;
  719. this.lblG5.Text = "XX";
  720. //
  721. // lblG4
  722. //
  723. this.lblG4.AutoSize = true;
  724. this.lblG4.Location = new System.Drawing.Point(114, 171);
  725. this.lblG4.Name = "lblG4";
  726. this.lblG4.Size = new System.Drawing.Size(17, 12);
  727. this.lblG4.TabIndex = 43;
  728. this.lblG4.Text = "XX";
  729. //
  730. // lblG3
  731. //
  732. this.lblG3.AutoSize = true;
  733. this.lblG3.Location = new System.Drawing.Point(114, 122);
  734. this.lblG3.Name = "lblG3";
  735. this.lblG3.Size = new System.Drawing.Size(17, 12);
  736. this.lblG3.TabIndex = 42;
  737. this.lblG3.Text = "XX";
  738. //
  739. // lblG2
  740. //
  741. this.lblG2.AutoSize = true;
  742. this.lblG2.Location = new System.Drawing.Point(114, 73);
  743. this.lblG2.Name = "lblG2";
  744. this.lblG2.Size = new System.Drawing.Size(17, 12);
  745. this.lblG2.TabIndex = 41;
  746. this.lblG2.Text = "XX";
  747. //
  748. // lblG1
  749. //
  750. this.lblG1.AutoSize = true;
  751. this.lblG1.Location = new System.Drawing.Point(114, 24);
  752. this.lblG1.Name = "lblG1";
  753. this.lblG1.Size = new System.Drawing.Size(17, 12);
  754. this.lblG1.TabIndex = 40;
  755. this.lblG1.Text = "XX";
  756. //
  757. // label20
  758. //
  759. this.label20.AutoSize = true;
  760. this.label20.Location = new System.Drawing.Point(18, 955);
  761. this.label20.Name = "label20";
  762. this.label20.Size = new System.Drawing.Size(23, 12);
  763. this.label20.TabIndex = 39;
  764. this.label20.Text = "20#";
  765. //
  766. // label19
  767. //
  768. this.label19.AutoSize = true;
  769. this.label19.Location = new System.Drawing.Point(18, 906);
  770. this.label19.Name = "label19";
  771. this.label19.Size = new System.Drawing.Size(23, 12);
  772. this.label19.TabIndex = 38;
  773. this.label19.Text = "19#";
  774. //
  775. // label18
  776. //
  777. this.label18.AutoSize = true;
  778. this.label18.Location = new System.Drawing.Point(18, 857);
  779. this.label18.Name = "label18";
  780. this.label18.Size = new System.Drawing.Size(23, 12);
  781. this.label18.TabIndex = 37;
  782. this.label18.Text = "18#";
  783. //
  784. // label17
  785. //
  786. this.label17.AutoSize = true;
  787. this.label17.Location = new System.Drawing.Point(18, 808);
  788. this.label17.Name = "label17";
  789. this.label17.Size = new System.Drawing.Size(23, 12);
  790. this.label17.TabIndex = 36;
  791. this.label17.Text = "17#";
  792. //
  793. // label16
  794. //
  795. this.label16.AutoSize = true;
  796. this.label16.Location = new System.Drawing.Point(18, 759);
  797. this.label16.Name = "label16";
  798. this.label16.Size = new System.Drawing.Size(23, 12);
  799. this.label16.TabIndex = 35;
  800. this.label16.Text = "16#";
  801. //
  802. // label15
  803. //
  804. this.label15.AutoSize = true;
  805. this.label15.Location = new System.Drawing.Point(18, 710);
  806. this.label15.Name = "label15";
  807. this.label15.Size = new System.Drawing.Size(23, 12);
  808. this.label15.TabIndex = 34;
  809. this.label15.Text = "15#";
  810. //
  811. // label14
  812. //
  813. this.label14.AutoSize = true;
  814. this.label14.Location = new System.Drawing.Point(18, 661);
  815. this.label14.Name = "label14";
  816. this.label14.Size = new System.Drawing.Size(23, 12);
  817. this.label14.TabIndex = 33;
  818. this.label14.Text = "14#";
  819. //
  820. // label13
  821. //
  822. this.label13.AutoSize = true;
  823. this.label13.Location = new System.Drawing.Point(18, 612);
  824. this.label13.Name = "label13";
  825. this.label13.Size = new System.Drawing.Size(23, 12);
  826. this.label13.TabIndex = 32;
  827. this.label13.Text = "13#";
  828. //
  829. // label12
  830. //
  831. this.label12.AutoSize = true;
  832. this.label12.Location = new System.Drawing.Point(18, 563);
  833. this.label12.Name = "label12";
  834. this.label12.Size = new System.Drawing.Size(23, 12);
  835. this.label12.TabIndex = 31;
  836. this.label12.Text = "12#";
  837. //
  838. // label11
  839. //
  840. this.label11.AutoSize = true;
  841. this.label11.Location = new System.Drawing.Point(18, 514);
  842. this.label11.Name = "label11";
  843. this.label11.Size = new System.Drawing.Size(23, 12);
  844. this.label11.TabIndex = 30;
  845. this.label11.Text = "11#";
  846. //
  847. // label10
  848. //
  849. this.label10.AutoSize = true;
  850. this.label10.Location = new System.Drawing.Point(18, 465);
  851. this.label10.Name = "label10";
  852. this.label10.Size = new System.Drawing.Size(23, 12);
  853. this.label10.TabIndex = 29;
  854. this.label10.Text = "10#";
  855. //
  856. // label9
  857. //
  858. this.label9.AutoSize = true;
  859. this.label9.Location = new System.Drawing.Point(21, 416);
  860. this.label9.Name = "label9";
  861. this.label9.Size = new System.Drawing.Size(17, 12);
  862. this.label9.TabIndex = 28;
  863. this.label9.Text = "9#";
  864. //
  865. // label8
  866. //
  867. this.label8.AutoSize = true;
  868. this.label8.Location = new System.Drawing.Point(21, 367);
  869. this.label8.Name = "label8";
  870. this.label8.Size = new System.Drawing.Size(17, 12);
  871. this.label8.TabIndex = 27;
  872. this.label8.Text = "8#";
  873. //
  874. // label7
  875. //
  876. this.label7.AutoSize = true;
  877. this.label7.Location = new System.Drawing.Point(21, 318);
  878. this.label7.Name = "label7";
  879. this.label7.Size = new System.Drawing.Size(17, 12);
  880. this.label7.TabIndex = 26;
  881. this.label7.Text = "7#";
  882. //
  883. // label6
  884. //
  885. this.label6.AutoSize = true;
  886. this.label6.Location = new System.Drawing.Point(21, 269);
  887. this.label6.Name = "label6";
  888. this.label6.Size = new System.Drawing.Size(17, 12);
  889. this.label6.TabIndex = 25;
  890. this.label6.Text = "6#";
  891. //
  892. // label5
  893. //
  894. this.label5.AutoSize = true;
  895. this.label5.Location = new System.Drawing.Point(21, 220);
  896. this.label5.Name = "label5";
  897. this.label5.Size = new System.Drawing.Size(17, 12);
  898. this.label5.TabIndex = 24;
  899. this.label5.Text = "5#";
  900. //
  901. // label4
  902. //
  903. this.label4.AutoSize = true;
  904. this.label4.Location = new System.Drawing.Point(21, 171);
  905. this.label4.Name = "label4";
  906. this.label4.Size = new System.Drawing.Size(17, 12);
  907. this.label4.TabIndex = 23;
  908. this.label4.Text = "4#";
  909. //
  910. // label3
  911. //
  912. this.label3.AutoSize = true;
  913. this.label3.Location = new System.Drawing.Point(21, 122);
  914. this.label3.Name = "label3";
  915. this.label3.Size = new System.Drawing.Size(17, 12);
  916. this.label3.TabIndex = 22;
  917. this.label3.Text = "3#";
  918. //
  919. // label2
  920. //
  921. this.label2.AutoSize = true;
  922. this.label2.Location = new System.Drawing.Point(21, 73);
  923. this.label2.Name = "label2";
  924. this.label2.Size = new System.Drawing.Size(17, 12);
  925. this.label2.TabIndex = 21;
  926. this.label2.Text = "2#";
  927. //
  928. // label1
  929. //
  930. this.label1.AutoSize = true;
  931. this.label1.Location = new System.Drawing.Point(21, 24);
  932. this.label1.Name = "label1";
  933. this.label1.Size = new System.Drawing.Size(17, 12);
  934. this.label1.TabIndex = 20;
  935. this.label1.Text = "1#";
  936. //
  937. // pictureBox20
  938. //
  939. this.pictureBox20.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox20.Image")));
  940. this.pictureBox20.Location = new System.Drawing.Point(56, 942);
  941. this.pictureBox20.Name = "pictureBox20";
  942. this.pictureBox20.Size = new System.Drawing.Size(42, 39);
  943. this.pictureBox20.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  944. this.pictureBox20.TabIndex = 19;
  945. this.pictureBox20.TabStop = false;
  946. this.pictureBox20.Tag = "20";
  947. this.pictureBox20.Click += new System.EventHandler(this.PicClickHandler);
  948. //
  949. // pictureBox19
  950. //
  951. this.pictureBox19.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox19.Image")));
  952. this.pictureBox19.Location = new System.Drawing.Point(56, 893);
  953. this.pictureBox19.Name = "pictureBox19";
  954. this.pictureBox19.Size = new System.Drawing.Size(42, 39);
  955. this.pictureBox19.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  956. this.pictureBox19.TabIndex = 18;
  957. this.pictureBox19.TabStop = false;
  958. this.pictureBox19.Tag = "19";
  959. this.pictureBox19.Click += new System.EventHandler(this.PicClickHandler);
  960. //
  961. // pictureBox18
  962. //
  963. this.pictureBox18.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox18.Image")));
  964. this.pictureBox18.Location = new System.Drawing.Point(56, 844);
  965. this.pictureBox18.Name = "pictureBox18";
  966. this.pictureBox18.Size = new System.Drawing.Size(42, 39);
  967. this.pictureBox18.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  968. this.pictureBox18.TabIndex = 17;
  969. this.pictureBox18.TabStop = false;
  970. this.pictureBox18.Tag = "18";
  971. this.pictureBox18.Click += new System.EventHandler(this.PicClickHandler);
  972. //
  973. // pictureBox17
  974. //
  975. this.pictureBox17.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox17.Image")));
  976. this.pictureBox17.Location = new System.Drawing.Point(56, 795);
  977. this.pictureBox17.Name = "pictureBox17";
  978. this.pictureBox17.Size = new System.Drawing.Size(42, 39);
  979. this.pictureBox17.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  980. this.pictureBox17.TabIndex = 16;
  981. this.pictureBox17.TabStop = false;
  982. this.pictureBox17.Tag = "17";
  983. this.pictureBox17.Click += new System.EventHandler(this.PicClickHandler);
  984. //
  985. // pictureBox16
  986. //
  987. this.pictureBox16.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox16.Image")));
  988. this.pictureBox16.Location = new System.Drawing.Point(56, 746);
  989. this.pictureBox16.Name = "pictureBox16";
  990. this.pictureBox16.Size = new System.Drawing.Size(42, 39);
  991. this.pictureBox16.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  992. this.pictureBox16.TabIndex = 15;
  993. this.pictureBox16.TabStop = false;
  994. this.pictureBox16.Tag = "16";
  995. this.pictureBox16.Click += new System.EventHandler(this.PicClickHandler);
  996. //
  997. // pictureBox15
  998. //
  999. this.pictureBox15.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox15.Image")));
  1000. this.pictureBox15.Location = new System.Drawing.Point(56, 697);
  1001. this.pictureBox15.Name = "pictureBox15";
  1002. this.pictureBox15.Size = new System.Drawing.Size(42, 39);
  1003. this.pictureBox15.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1004. this.pictureBox15.TabIndex = 14;
  1005. this.pictureBox15.TabStop = false;
  1006. this.pictureBox15.Tag = "15";
  1007. this.pictureBox15.Click += new System.EventHandler(this.PicClickHandler);
  1008. //
  1009. // pictureBox14
  1010. //
  1011. this.pictureBox14.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox14.Image")));
  1012. this.pictureBox14.Location = new System.Drawing.Point(56, 648);
  1013. this.pictureBox14.Name = "pictureBox14";
  1014. this.pictureBox14.Size = new System.Drawing.Size(42, 39);
  1015. this.pictureBox14.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1016. this.pictureBox14.TabIndex = 13;
  1017. this.pictureBox14.TabStop = false;
  1018. this.pictureBox14.Tag = "14";
  1019. this.pictureBox14.Click += new System.EventHandler(this.PicClickHandler);
  1020. //
  1021. // pictureBox13
  1022. //
  1023. this.pictureBox13.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox13.Image")));
  1024. this.pictureBox13.Location = new System.Drawing.Point(56, 599);
  1025. this.pictureBox13.Name = "pictureBox13";
  1026. this.pictureBox13.Size = new System.Drawing.Size(42, 39);
  1027. this.pictureBox13.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1028. this.pictureBox13.TabIndex = 12;
  1029. this.pictureBox13.TabStop = false;
  1030. this.pictureBox13.Tag = "13";
  1031. this.pictureBox13.Click += new System.EventHandler(this.PicClickHandler);
  1032. //
  1033. // pictureBox12
  1034. //
  1035. this.pictureBox12.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox12.Image")));
  1036. this.pictureBox12.Location = new System.Drawing.Point(56, 550);
  1037. this.pictureBox12.Name = "pictureBox12";
  1038. this.pictureBox12.Size = new System.Drawing.Size(42, 39);
  1039. this.pictureBox12.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1040. this.pictureBox12.TabIndex = 11;
  1041. this.pictureBox12.TabStop = false;
  1042. this.pictureBox12.Tag = "12";
  1043. this.pictureBox12.Click += new System.EventHandler(this.PicClickHandler);
  1044. //
  1045. // pictureBox11
  1046. //
  1047. this.pictureBox11.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox11.Image")));
  1048. this.pictureBox11.Location = new System.Drawing.Point(56, 501);
  1049. this.pictureBox11.Name = "pictureBox11";
  1050. this.pictureBox11.Size = new System.Drawing.Size(42, 39);
  1051. this.pictureBox11.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1052. this.pictureBox11.TabIndex = 10;
  1053. this.pictureBox11.TabStop = false;
  1054. this.pictureBox11.Tag = "11";
  1055. this.pictureBox11.Click += new System.EventHandler(this.PicClickHandler);
  1056. //
  1057. // pictureBox10
  1058. //
  1059. this.pictureBox10.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox10.Image")));
  1060. this.pictureBox10.Location = new System.Drawing.Point(56, 452);
  1061. this.pictureBox10.Name = "pictureBox10";
  1062. this.pictureBox10.Size = new System.Drawing.Size(42, 39);
  1063. this.pictureBox10.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1064. this.pictureBox10.TabIndex = 9;
  1065. this.pictureBox10.TabStop = false;
  1066. this.pictureBox10.Tag = "10";
  1067. this.pictureBox10.Click += new System.EventHandler(this.PicClickHandler);
  1068. //
  1069. // pictureBox9
  1070. //
  1071. this.pictureBox9.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox9.Image")));
  1072. this.pictureBox9.Location = new System.Drawing.Point(56, 403);
  1073. this.pictureBox9.Name = "pictureBox9";
  1074. this.pictureBox9.Size = new System.Drawing.Size(42, 39);
  1075. this.pictureBox9.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1076. this.pictureBox9.TabIndex = 8;
  1077. this.pictureBox9.TabStop = false;
  1078. this.pictureBox9.Tag = "9";
  1079. this.pictureBox9.Click += new System.EventHandler(this.PicClickHandler);
  1080. //
  1081. // pictureBox8
  1082. //
  1083. this.pictureBox8.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox8.Image")));
  1084. this.pictureBox8.Location = new System.Drawing.Point(56, 354);
  1085. this.pictureBox8.Name = "pictureBox8";
  1086. this.pictureBox8.Size = new System.Drawing.Size(42, 39);
  1087. this.pictureBox8.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1088. this.pictureBox8.TabIndex = 7;
  1089. this.pictureBox8.TabStop = false;
  1090. this.pictureBox8.Tag = "8";
  1091. this.pictureBox8.Click += new System.EventHandler(this.PicClickHandler);
  1092. //
  1093. // pictureBox7
  1094. //
  1095. this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
  1096. this.pictureBox7.Location = new System.Drawing.Point(56, 305);
  1097. this.pictureBox7.Name = "pictureBox7";
  1098. this.pictureBox7.Size = new System.Drawing.Size(42, 39);
  1099. this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1100. this.pictureBox7.TabIndex = 6;
  1101. this.pictureBox7.TabStop = false;
  1102. this.pictureBox7.Tag = "7";
  1103. this.pictureBox7.Click += new System.EventHandler(this.PicClickHandler);
  1104. //
  1105. // pictureBox6
  1106. //
  1107. this.pictureBox6.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox6.Image")));
  1108. this.pictureBox6.Location = new System.Drawing.Point(56, 256);
  1109. this.pictureBox6.Name = "pictureBox6";
  1110. this.pictureBox6.Size = new System.Drawing.Size(42, 39);
  1111. this.pictureBox6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1112. this.pictureBox6.TabIndex = 5;
  1113. this.pictureBox6.TabStop = false;
  1114. this.pictureBox6.Tag = "6";
  1115. this.pictureBox6.Click += new System.EventHandler(this.PicClickHandler);
  1116. //
  1117. // pictureBox5
  1118. //
  1119. this.pictureBox5.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox5.Image")));
  1120. this.pictureBox5.Location = new System.Drawing.Point(56, 207);
  1121. this.pictureBox5.Name = "pictureBox5";
  1122. this.pictureBox5.Size = new System.Drawing.Size(42, 39);
  1123. this.pictureBox5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1124. this.pictureBox5.TabIndex = 4;
  1125. this.pictureBox5.TabStop = false;
  1126. this.pictureBox5.Tag = "5";
  1127. this.pictureBox5.Click += new System.EventHandler(this.PicClickHandler);
  1128. //
  1129. // pictureBox4
  1130. //
  1131. this.pictureBox4.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox4.Image")));
  1132. this.pictureBox4.Location = new System.Drawing.Point(56, 158);
  1133. this.pictureBox4.Name = "pictureBox4";
  1134. this.pictureBox4.Size = new System.Drawing.Size(42, 39);
  1135. this.pictureBox4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1136. this.pictureBox4.TabIndex = 3;
  1137. this.pictureBox4.TabStop = false;
  1138. this.pictureBox4.Tag = "4";
  1139. this.pictureBox4.Click += new System.EventHandler(this.PicClickHandler);
  1140. //
  1141. // pictureBox3
  1142. //
  1143. this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
  1144. this.pictureBox3.Location = new System.Drawing.Point(56, 109);
  1145. this.pictureBox3.Name = "pictureBox3";
  1146. this.pictureBox3.Size = new System.Drawing.Size(42, 39);
  1147. this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1148. this.pictureBox3.TabIndex = 2;
  1149. this.pictureBox3.TabStop = false;
  1150. this.pictureBox3.Tag = "3";
  1151. this.pictureBox3.Click += new System.EventHandler(this.PicClickHandler);
  1152. //
  1153. // pictureBox2
  1154. //
  1155. this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
  1156. this.pictureBox2.Location = new System.Drawing.Point(56, 60);
  1157. this.pictureBox2.Name = "pictureBox2";
  1158. this.pictureBox2.Size = new System.Drawing.Size(42, 39);
  1159. this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1160. this.pictureBox2.TabIndex = 1;
  1161. this.pictureBox2.TabStop = false;
  1162. this.pictureBox2.Tag = "2";
  1163. this.pictureBox2.Click += new System.EventHandler(this.PicClickHandler);
  1164. //
  1165. // pictureBox1
  1166. //
  1167. this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
  1168. this.pictureBox1.Location = new System.Drawing.Point(56, 11);
  1169. this.pictureBox1.Name = "pictureBox1";
  1170. this.pictureBox1.Size = new System.Drawing.Size(42, 39);
  1171. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1172. this.pictureBox1.TabIndex = 0;
  1173. this.pictureBox1.TabStop = false;
  1174. this.pictureBox1.Tag = "1";
  1175. this.pictureBox1.Click += new System.EventHandler(this.PicClickHandler);
  1176. //
  1177. // ultraGroupBox3
  1178. //
  1179. this.ultraGroupBox3.Controls.Add(this.chkdevNo);
  1180. this.ultraGroupBox3.Controls.Add(this.rbWS);
  1181. this.ultraGroupBox3.Controls.Add(this.rbHJ);
  1182. this.ultraGroupBox3.Controls.Add(this.rbFZL);
  1183. this.ultraGroupBox3.Dock = System.Windows.Forms.DockStyle.Top;
  1184. this.ultraGroupBox3.Location = new System.Drawing.Point(0, 0);
  1185. this.ultraGroupBox3.Name = "ultraGroupBox3";
  1186. this.ultraGroupBox3.Size = new System.Drawing.Size(418, 66);
  1187. this.ultraGroupBox3.TabIndex = 4;
  1188. this.ultraGroupBox3.Text = "请选择";
  1189. //
  1190. // chkdevNo
  1191. //
  1192. this.chkdevNo.AutoSize = true;
  1193. this.chkdevNo.BackColor = System.Drawing.Color.Transparent;
  1194. this.chkdevNo.Checked = true;
  1195. this.chkdevNo.CheckState = System.Windows.Forms.CheckState.Checked;
  1196. this.chkdevNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1197. this.chkdevNo.Location = new System.Drawing.Point(30, 27);
  1198. this.chkdevNo.Name = "chkdevNo";
  1199. this.chkdevNo.Size = new System.Drawing.Size(72, 16);
  1200. this.chkdevNo.TabIndex = 88;
  1201. this.chkdevNo.Text = "岗位物料";
  1202. this.chkdevNo.UseVisualStyleBackColor = false;
  1203. this.chkdevNo.CheckedChanged += new System.EventHandler(this.chkdevNo_CheckedChanged);
  1204. //
  1205. // rbWS
  1206. //
  1207. this.rbWS.AutoSize = true;
  1208. this.rbWS.Location = new System.Drawing.Point(305, 26);
  1209. this.rbWS.Name = "rbWS";
  1210. this.rbWS.Size = new System.Drawing.Size(47, 16);
  1211. this.rbWS.TabIndex = 5;
  1212. this.rbWS.TabStop = true;
  1213. this.rbWS.Tag = "WS";
  1214. this.rbWS.Text = "喂丝";
  1215. this.rbWS.UseVisualStyleBackColor = false;
  1216. this.rbWS.Click += new System.EventHandler(this.radioButton_Click);
  1217. //
  1218. // rbHJ
  1219. //
  1220. this.rbHJ.AutoSize = true;
  1221. this.rbHJ.Location = new System.Drawing.Point(215, 26);
  1222. this.rbHJ.Name = "rbHJ";
  1223. this.rbHJ.Size = new System.Drawing.Size(71, 16);
  1224. this.rbHJ.TabIndex = 4;
  1225. this.rbHJ.TabStop = true;
  1226. this.rbHJ.Tag = "HJ";
  1227. this.rbHJ.Text = "合金微调";
  1228. this.rbHJ.UseVisualStyleBackColor = false;
  1229. this.rbHJ.Click += new System.EventHandler(this.radioButton_Click);
  1230. //
  1231. // rbFZL
  1232. //
  1233. this.rbFZL.AutoSize = true;
  1234. this.rbFZL.Location = new System.Drawing.Point(137, 26);
  1235. this.rbFZL.Name = "rbFZL";
  1236. this.rbFZL.Size = new System.Drawing.Size(59, 16);
  1237. this.rbFZL.TabIndex = 3;
  1238. this.rbFZL.TabStop = true;
  1239. this.rbFZL.Tag = "FL";
  1240. this.rbFZL.Text = "辅助料";
  1241. this.rbFZL.UseVisualStyleBackColor = false;
  1242. this.rbFZL.Click += new System.EventHandler(this.radioButton_Click);
  1243. //
  1244. // ultraGroupBox5
  1245. //
  1246. this.ultraGroupBox5.Controls.Add(this.label34);
  1247. this.ultraGroupBox5.Controls.Add(this.btClose);
  1248. this.ultraGroupBox5.Controls.Add(this.btReset);
  1249. this.ultraGroupBox5.Controls.Add(this.btAdd);
  1250. this.ultraGroupBox5.Controls.Add(this.comboBox1);
  1251. this.ultraGroupBox5.Dock = System.Windows.Forms.DockStyle.Bottom;
  1252. this.ultraGroupBox5.Location = new System.Drawing.Point(0, 558);
  1253. this.ultraGroupBox5.Name = "ultraGroupBox5";
  1254. this.ultraGroupBox5.Size = new System.Drawing.Size(418, 56);
  1255. this.ultraGroupBox5.TabIndex = 5;
  1256. //
  1257. // label34
  1258. //
  1259. this.label34.AutoSize = true;
  1260. this.label34.Location = new System.Drawing.Point(11, 22);
  1261. this.label34.Name = "label34";
  1262. this.label34.Size = new System.Drawing.Size(35, 12);
  1263. this.label34.TabIndex = 10;
  1264. this.label34.Text = "单位:";
  1265. //
  1266. // btClose
  1267. //
  1268. this.btClose.Location = new System.Drawing.Point(316, 16);
  1269. this.btClose.Name = "btClose";
  1270. this.btClose.Size = new System.Drawing.Size(70, 23);
  1271. this.btClose.TabIndex = 9;
  1272. this.btClose.Text = "关闭";
  1273. this.btClose.UseVisualStyleBackColor = false;
  1274. this.btClose.Click += new System.EventHandler(this.btClose_Click);
  1275. //
  1276. // btReset
  1277. //
  1278. this.btReset.Location = new System.Drawing.Point(238, 16);
  1279. this.btReset.Name = "btReset";
  1280. this.btReset.Size = new System.Drawing.Size(70, 23);
  1281. this.btReset.TabIndex = 8;
  1282. this.btReset.Text = "重置";
  1283. this.btReset.UseVisualStyleBackColor = false;
  1284. this.btReset.Click += new System.EventHandler(this.btReset_Click);
  1285. //
  1286. // btAdd
  1287. //
  1288. this.btAdd.Location = new System.Drawing.Point(159, 16);
  1289. this.btAdd.Name = "btAdd";
  1290. this.btAdd.Size = new System.Drawing.Size(70, 23);
  1291. this.btAdd.TabIndex = 7;
  1292. this.btAdd.Text = "添料";
  1293. this.btAdd.UseVisualStyleBackColor = false;
  1294. this.btAdd.Click += new System.EventHandler(this.btAdd_Click);
  1295. //
  1296. // comboBox1
  1297. //
  1298. this.comboBox1.FormattingEnabled = true;
  1299. this.comboBox1.Items.AddRange(new object[] {
  1300. "KM(千米)",
  1301. "M(米)",
  1302. "DM(分米)",
  1303. "CM(厘米)",
  1304. "千吨",
  1305. "吨",
  1306. "KG(千克)",
  1307. "G(克)",
  1308. "PPM",
  1309. "%",
  1310. "HZ"});
  1311. this.comboBox1.Location = new System.Drawing.Point(54, 18);
  1312. this.comboBox1.Name = "comboBox1";
  1313. this.comboBox1.Size = new System.Drawing.Size(93, 20);
  1314. this.comboBox1.TabIndex = 6;
  1315. //
  1316. // ulgridMtrInfo
  1317. //
  1318. this.ulgridMtrInfo.DataSource = this.dsMaterial;
  1319. ultraGridColumn1.Header.VisiblePosition = 0;
  1320. ultraGridColumn1.Width = 99;
  1321. ultraGridColumn2.Header.VisiblePosition = 1;
  1322. ultraGridColumn2.Width = 85;
  1323. ultraGridColumn3.Header.VisiblePosition = 2;
  1324. ultraGridColumn3.Width = 98;
  1325. ultraGridColumn4.Header.VisiblePosition = 3;
  1326. ultraGridColumn4.Width = 66;
  1327. ultraGridColumn5.Header.VisiblePosition = 4;
  1328. ultraGridBand1.Columns.AddRange(new object[] {
  1329. ultraGridColumn1,
  1330. ultraGridColumn2,
  1331. ultraGridColumn3,
  1332. ultraGridColumn4,
  1333. ultraGridColumn5});
  1334. this.ulgridMtrInfo.DisplayLayout.BandsSerializer.Add(ultraGridBand1);
  1335. this.ulgridMtrInfo.Dock = System.Windows.Forms.DockStyle.Fill;
  1336. this.ulgridMtrInfo.Location = new System.Drawing.Point(0, 66);
  1337. this.ulgridMtrInfo.Name = "ulgridMtrInfo";
  1338. this.ulgridMtrInfo.Size = new System.Drawing.Size(418, 492);
  1339. this.ulgridMtrInfo.TabIndex = 6;
  1340. //
  1341. // dsMaterial
  1342. //
  1343. this.dsMaterial.DataSetName = "NewDataSet";
  1344. this.dsMaterial.Tables.AddRange(new System.Data.DataTable[] {
  1345. this.dataTable1});
  1346. //
  1347. // dataTable1
  1348. //
  1349. this.dataTable1.Columns.AddRange(new System.Data.DataColumn[] {
  1350. this.dataColumn1,
  1351. this.dataColumn2,
  1352. this.dataColumn3,
  1353. this.dataColumn4,
  1354. this.dataColumn5});
  1355. this.dataTable1.TableName = "Table1";
  1356. //
  1357. // dataColumn1
  1358. //
  1359. this.dataColumn1.Caption = "物料编码";
  1360. this.dataColumn1.ColumnName = "MATERIELCODE";
  1361. //
  1362. // dataColumn2
  1363. //
  1364. this.dataColumn2.Caption = "物料名称";
  1365. this.dataColumn2.ColumnName = "MATERIELNAME";
  1366. //
  1367. // dataColumn3
  1368. //
  1369. this.dataColumn3.Caption = "物料简称";
  1370. this.dataColumn3.ColumnName = "MATERIELFORSHORT";
  1371. //
  1372. // dataColumn4
  1373. //
  1374. this.dataColumn4.Caption = "物料类型";
  1375. this.dataColumn4.ColumnName = "WLLXM";
  1376. //
  1377. // dataColumn5
  1378. //
  1379. this.dataColumn5.Caption = "物料类型编码";
  1380. this.dataColumn5.ColumnName = "MATERIELTYPE";
  1381. //
  1382. // label29
  1383. //
  1384. this.label29.AutoSize = true;
  1385. this.label29.Location = new System.Drawing.Point(114, 1005);
  1386. this.label29.Name = "label29";
  1387. this.label29.Size = new System.Drawing.Size(17, 12);
  1388. this.label29.TabIndex = 62;
  1389. this.label29.Text = "XX";
  1390. //
  1391. // label30
  1392. //
  1393. this.label30.AutoSize = true;
  1394. this.label30.Location = new System.Drawing.Point(18, 1005);
  1395. this.label30.Name = "label30";
  1396. this.label30.Size = new System.Drawing.Size(23, 12);
  1397. this.label30.TabIndex = 61;
  1398. this.label30.Text = "21#";
  1399. //
  1400. // pictureBox29
  1401. //
  1402. this.pictureBox29.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox29.Image")));
  1403. this.pictureBox29.Location = new System.Drawing.Point(56, 992);
  1404. this.pictureBox29.Name = "pictureBox29";
  1405. this.pictureBox29.Size = new System.Drawing.Size(42, 39);
  1406. this.pictureBox29.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1407. this.pictureBox29.TabIndex = 60;
  1408. this.pictureBox29.TabStop = false;
  1409. this.pictureBox29.Tag = "20";
  1410. //
  1411. // label31
  1412. //
  1413. this.label31.AutoSize = true;
  1414. this.label31.Location = new System.Drawing.Point(114, 1053);
  1415. this.label31.Name = "label31";
  1416. this.label31.Size = new System.Drawing.Size(17, 12);
  1417. this.label31.TabIndex = 65;
  1418. this.label31.Text = "XX";
  1419. //
  1420. // label32
  1421. //
  1422. this.label32.AutoSize = true;
  1423. this.label32.Location = new System.Drawing.Point(18, 1053);
  1424. this.label32.Name = "label32";
  1425. this.label32.Size = new System.Drawing.Size(23, 12);
  1426. this.label32.TabIndex = 64;
  1427. this.label32.Text = "22#";
  1428. //
  1429. // pictureBox30
  1430. //
  1431. this.pictureBox30.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox30.Image")));
  1432. this.pictureBox30.Location = new System.Drawing.Point(56, 1040);
  1433. this.pictureBox30.Name = "pictureBox30";
  1434. this.pictureBox30.Size = new System.Drawing.Size(42, 39);
  1435. this.pictureBox30.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
  1436. this.pictureBox30.TabIndex = 63;
  1437. this.pictureBox30.TabStop = false;
  1438. this.pictureBox30.Tag = "20";
  1439. //
  1440. // frmSetHopper
  1441. //
  1442. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1443. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1444. this.ClientSize = new System.Drawing.Size(643, 614);
  1445. this.Controls.Add(this.ulgridMtrInfo);
  1446. this.Controls.Add(this.ultraGroupBox5);
  1447. this.Controls.Add(this.ultraGroupBox3);
  1448. this.Controls.Add(this.panel1);
  1449. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  1450. this.MaximizeBox = false;
  1451. this.MinimizeBox = false;
  1452. this.Name = "frmSetHopper";
  1453. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  1454. this.Text = "料仓配置";
  1455. this.Load += new System.EventHandler(this.frmSetHopper_Load);
  1456. this.panel1.ResumeLayout(false);
  1457. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox2)).EndInit();
  1458. this.ultraGroupBox2.ResumeLayout(false);
  1459. this.panel3.ResumeLayout(false);
  1460. this.panel3.PerformLayout();
  1461. ((System.ComponentModel.ISupportInitialize)(this.pictureBox28)).EndInit();
  1462. ((System.ComponentModel.ISupportInitialize)(this.pictureBox27)).EndInit();
  1463. ((System.ComponentModel.ISupportInitialize)(this.pictureBox26)).EndInit();
  1464. ((System.ComponentModel.ISupportInitialize)(this.pictureBox25)).EndInit();
  1465. ((System.ComponentModel.ISupportInitialize)(this.pictureBox24)).EndInit();
  1466. ((System.ComponentModel.ISupportInitialize)(this.pictureBox23)).EndInit();
  1467. ((System.ComponentModel.ISupportInitialize)(this.pictureBox22)).EndInit();
  1468. ((System.ComponentModel.ISupportInitialize)(this.pictureBox21)).EndInit();
  1469. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox1)).EndInit();
  1470. this.ultraGroupBox1.ResumeLayout(false);
  1471. this.panel2.ResumeLayout(false);
  1472. this.panel2.PerformLayout();
  1473. ((System.ComponentModel.ISupportInitialize)(this.pictureBox20)).EndInit();
  1474. ((System.ComponentModel.ISupportInitialize)(this.pictureBox19)).EndInit();
  1475. ((System.ComponentModel.ISupportInitialize)(this.pictureBox18)).EndInit();
  1476. ((System.ComponentModel.ISupportInitialize)(this.pictureBox17)).EndInit();
  1477. ((System.ComponentModel.ISupportInitialize)(this.pictureBox16)).EndInit();
  1478. ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).EndInit();
  1479. ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).EndInit();
  1480. ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit();
  1481. ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();
  1482. ((System.ComponentModel.ISupportInitialize)(this.pictureBox11)).EndInit();
  1483. ((System.ComponentModel.ISupportInitialize)(this.pictureBox10)).EndInit();
  1484. ((System.ComponentModel.ISupportInitialize)(this.pictureBox9)).EndInit();
  1485. ((System.ComponentModel.ISupportInitialize)(this.pictureBox8)).EndInit();
  1486. ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
  1487. ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
  1488. ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
  1489. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  1490. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  1491. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  1492. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  1493. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox3)).EndInit();
  1494. this.ultraGroupBox3.ResumeLayout(false);
  1495. this.ultraGroupBox3.PerformLayout();
  1496. ((System.ComponentModel.ISupportInitialize)(this.ultraGroupBox5)).EndInit();
  1497. this.ultraGroupBox5.ResumeLayout(false);
  1498. this.ultraGroupBox5.PerformLayout();
  1499. ((System.ComponentModel.ISupportInitialize)(this.ulgridMtrInfo)).EndInit();
  1500. ((System.ComponentModel.ISupportInitialize)(this.dsMaterial)).EndInit();
  1501. ((System.ComponentModel.ISupportInitialize)(this.dataTable1)).EndInit();
  1502. ((System.ComponentModel.ISupportInitialize)(this.pictureBox29)).EndInit();
  1503. ((System.ComponentModel.ISupportInitialize)(this.pictureBox30)).EndInit();
  1504. this.ResumeLayout(false);
  1505. }
  1506. #endregion
  1507. private System.Windows.Forms.Panel panel1;
  1508. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox1;
  1509. private System.Windows.Forms.Panel panel2;
  1510. private System.Windows.Forms.Label lblG20;
  1511. private System.Windows.Forms.Label lblG19;
  1512. private System.Windows.Forms.Label lblG18;
  1513. private System.Windows.Forms.Label lblG17;
  1514. private System.Windows.Forms.Label lblG16;
  1515. private System.Windows.Forms.Label lblG15;
  1516. private System.Windows.Forms.Label lblG14;
  1517. private System.Windows.Forms.Label lblG13;
  1518. private System.Windows.Forms.Label lblG12;
  1519. private System.Windows.Forms.Label lblG11;
  1520. private System.Windows.Forms.Label lblG10;
  1521. private System.Windows.Forms.Label lblG9;
  1522. private System.Windows.Forms.Label lblG8;
  1523. private System.Windows.Forms.Label lblG7;
  1524. private System.Windows.Forms.Label lblG6;
  1525. private System.Windows.Forms.Label lblG5;
  1526. private System.Windows.Forms.Label lblG4;
  1527. private System.Windows.Forms.Label lblG3;
  1528. private System.Windows.Forms.Label lblG2;
  1529. private System.Windows.Forms.Label lblG1;
  1530. private System.Windows.Forms.Label label20;
  1531. private System.Windows.Forms.Label label19;
  1532. private System.Windows.Forms.Label label18;
  1533. private System.Windows.Forms.Label label17;
  1534. private System.Windows.Forms.Label label16;
  1535. private System.Windows.Forms.Label label15;
  1536. private System.Windows.Forms.Label label14;
  1537. private System.Windows.Forms.Label label13;
  1538. private System.Windows.Forms.Label label12;
  1539. private System.Windows.Forms.Label label11;
  1540. private System.Windows.Forms.Label label10;
  1541. private System.Windows.Forms.Label label9;
  1542. private System.Windows.Forms.Label label8;
  1543. private System.Windows.Forms.Label label7;
  1544. private System.Windows.Forms.Label label6;
  1545. private System.Windows.Forms.Label label5;
  1546. private System.Windows.Forms.Label label4;
  1547. private System.Windows.Forms.Label label3;
  1548. private System.Windows.Forms.Label label2;
  1549. private System.Windows.Forms.Label label1;
  1550. private System.Windows.Forms.PictureBox pictureBox20;
  1551. private System.Windows.Forms.PictureBox pictureBox19;
  1552. private System.Windows.Forms.PictureBox pictureBox18;
  1553. private System.Windows.Forms.PictureBox pictureBox17;
  1554. private System.Windows.Forms.PictureBox pictureBox16;
  1555. private System.Windows.Forms.PictureBox pictureBox15;
  1556. private System.Windows.Forms.PictureBox pictureBox14;
  1557. private System.Windows.Forms.PictureBox pictureBox13;
  1558. private System.Windows.Forms.PictureBox pictureBox12;
  1559. private System.Windows.Forms.PictureBox pictureBox11;
  1560. private System.Windows.Forms.PictureBox pictureBox10;
  1561. private System.Windows.Forms.PictureBox pictureBox9;
  1562. private System.Windows.Forms.PictureBox pictureBox8;
  1563. private System.Windows.Forms.PictureBox pictureBox7;
  1564. private System.Windows.Forms.PictureBox pictureBox6;
  1565. private System.Windows.Forms.PictureBox pictureBox5;
  1566. private System.Windows.Forms.PictureBox pictureBox4;
  1567. private System.Windows.Forms.PictureBox pictureBox3;
  1568. private System.Windows.Forms.PictureBox pictureBox2;
  1569. private System.Windows.Forms.PictureBox pictureBox1;
  1570. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox2;
  1571. private System.Windows.Forms.Panel panel3;
  1572. private System.Windows.Forms.Label lblW4;
  1573. private System.Windows.Forms.Label lblW3;
  1574. private System.Windows.Forms.Label lblW2;
  1575. private System.Windows.Forms.Label lblW1;
  1576. private System.Windows.Forms.Label label24;
  1577. private System.Windows.Forms.Label label23;
  1578. private System.Windows.Forms.Label label22;
  1579. private System.Windows.Forms.Label label21;
  1580. private System.Windows.Forms.PictureBox pictureBox24;
  1581. private System.Windows.Forms.PictureBox pictureBox23;
  1582. private System.Windows.Forms.PictureBox pictureBox22;
  1583. private System.Windows.Forms.PictureBox pictureBox21;
  1584. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox3;
  1585. private System.Windows.Forms.RadioButton rbWS;
  1586. private System.Windows.Forms.RadioButton rbHJ;
  1587. private System.Windows.Forms.RadioButton rbFZL;
  1588. private Infragistics.Win.Misc.UltraGroupBox ultraGroupBox5;
  1589. private System.Windows.Forms.Label label34;
  1590. private System.Windows.Forms.Button btClose;
  1591. private System.Windows.Forms.Button btReset;
  1592. private System.Windows.Forms.Button btAdd;
  1593. private System.Windows.Forms.ComboBox comboBox1;
  1594. private Infragistics.Win.UltraWinGrid.UltraGrid ulgridMtrInfo;
  1595. private System.Windows.Forms.Label lblW8;
  1596. private System.Windows.Forms.Label lblW7;
  1597. private System.Windows.Forms.Label lblW6;
  1598. private System.Windows.Forms.Label lblW5;
  1599. private System.Windows.Forms.Label label28;
  1600. private System.Windows.Forms.Label label27;
  1601. private System.Windows.Forms.Label label26;
  1602. private System.Windows.Forms.Label label25;
  1603. private System.Windows.Forms.PictureBox pictureBox28;
  1604. private System.Windows.Forms.PictureBox pictureBox27;
  1605. private System.Windows.Forms.PictureBox pictureBox26;
  1606. private System.Windows.Forms.PictureBox pictureBox25;
  1607. private System.Windows.Forms.CheckBox chkdevNo;
  1608. private System.Data.DataSet dsMaterial;
  1609. private System.Data.DataTable dataTable1;
  1610. private System.Data.DataColumn dataColumn1;
  1611. private System.Data.DataColumn dataColumn2;
  1612. private System.Data.DataColumn dataColumn3;
  1613. private System.Data.DataColumn dataColumn4;
  1614. private System.Data.DataColumn dataColumn5;
  1615. private System.Windows.Forms.Label label29;
  1616. private System.Windows.Forms.Label label30;
  1617. private System.Windows.Forms.PictureBox pictureBox29;
  1618. private System.Windows.Forms.Label label31;
  1619. private System.Windows.Forms.Label label32;
  1620. private System.Windows.Forms.PictureBox pictureBox30;
  1621. }
  1622. }