FrmILBaseInfo.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417
  1. namespace Core.LgMes.Client.LgDeviceManager
  2. {
  3. partial class FrmILBaseInfo
  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.Appearance appearance1 = new Infragistics.Win.Appearance();
  29. Infragistics.Win.Appearance appearance2 = new Infragistics.Win.Appearance();
  30. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmILBaseInfo));
  31. this.ulgrpBaseInfoEdit = new Infragistics.Win.Misc.UltraGroupBox();
  32. this.txtProduct = new System.Windows.Forms.TextBox();
  33. this.lab_Product = new System.Windows.Forms.Label();
  34. this.ucmeID = new Infragistics.Win.UltraWinEditors.UltraComboEditor();
  35. this.txtCurrStatus = new System.Windows.Forms.TextBox();
  36. this.txtAgeTS = new System.Windows.Forms.TextBox();
  37. this.lblBaseInfoMemo = new System.Windows.Forms.Label();
  38. this.label1 = new System.Windows.Forms.Label();
  39. this.txtMemo = new System.Windows.Forms.TextBox();
  40. this.lblAge = new System.Windows.Forms.Label();
  41. this.lblLadleID = new System.Windows.Forms.Label();
  42. this.tbAgeBG = new System.Windows.Forms.TextBox();
  43. this.lblIronAccount = new System.Windows.Forms.Label();
  44. this.brnDel = new System.Windows.Forms.Button();
  45. this.btnUpdate = new System.Windows.Forms.Button();
  46. this.btnAdd = new System.Windows.Forms.Button();
  47. this.btnClose = new System.Windows.Forms.Button();
  48. this.toolStrip1 = new System.Windows.Forms.ToolStrip();
  49. this.ADD = new System.Windows.Forms.ToolStripButton();
  50. this.EDIT = new System.Windows.Forms.ToolStripButton();
  51. this.DEL = new System.Windows.Forms.ToolStripButton();
  52. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  53. this.CLOSE = new System.Windows.Forms.ToolStripButton();
  54. this.labTraeWeight = new System.Windows.Forms.Label();
  55. this.txtTraeWeight = new System.Windows.Forms.TextBox();
  56. ((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).BeginInit();
  57. this.ulgrpBaseInfoEdit.SuspendLayout();
  58. ((System.ComponentModel.ISupportInitialize)(this.ucmeID)).BeginInit();
  59. this.toolStrip1.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // ulgrpBaseInfoEdit
  63. //
  64. appearance1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  65. appearance1.FontData.Name = "宋体";
  66. appearance1.FontData.SizeInPoints = 10.5F;
  67. this.ulgrpBaseInfoEdit.Appearance = appearance1;
  68. this.ulgrpBaseInfoEdit.Controls.Add(this.txtTraeWeight);
  69. this.ulgrpBaseInfoEdit.Controls.Add(this.labTraeWeight);
  70. this.ulgrpBaseInfoEdit.Controls.Add(this.txtProduct);
  71. this.ulgrpBaseInfoEdit.Controls.Add(this.lab_Product);
  72. this.ulgrpBaseInfoEdit.Controls.Add(this.ucmeID);
  73. this.ulgrpBaseInfoEdit.Controls.Add(this.txtCurrStatus);
  74. this.ulgrpBaseInfoEdit.Controls.Add(this.txtAgeTS);
  75. this.ulgrpBaseInfoEdit.Controls.Add(this.lblBaseInfoMemo);
  76. this.ulgrpBaseInfoEdit.Controls.Add(this.label1);
  77. this.ulgrpBaseInfoEdit.Controls.Add(this.txtMemo);
  78. this.ulgrpBaseInfoEdit.Controls.Add(this.lblAge);
  79. this.ulgrpBaseInfoEdit.Controls.Add(this.lblLadleID);
  80. this.ulgrpBaseInfoEdit.Dock = System.Windows.Forms.DockStyle.Fill;
  81. this.ulgrpBaseInfoEdit.Font = new System.Drawing.Font("宋体", 10.5F);
  82. this.ulgrpBaseInfoEdit.Location = new System.Drawing.Point(0, 30);
  83. this.ulgrpBaseInfoEdit.Name = "ulgrpBaseInfoEdit";
  84. this.ulgrpBaseInfoEdit.Size = new System.Drawing.Size(304, 220);
  85. this.ulgrpBaseInfoEdit.TabIndex = 0;
  86. //
  87. // txtProduct
  88. //
  89. this.txtProduct.BackColor = System.Drawing.Color.White;
  90. this.txtProduct.Font = new System.Drawing.Font("宋体", 10.5F);
  91. this.txtProduct.ForeColor = System.Drawing.Color.Black;
  92. this.txtProduct.Location = new System.Drawing.Point(92, 97);
  93. this.txtProduct.MaxLength = 10;
  94. this.txtProduct.Name = "txtProduct";
  95. this.txtProduct.Size = new System.Drawing.Size(164, 23);
  96. this.txtProduct.TabIndex = 291;
  97. //
  98. // lab_Product
  99. //
  100. this.lab_Product.AutoSize = true;
  101. this.lab_Product.BackColor = System.Drawing.Color.Transparent;
  102. this.lab_Product.Font = new System.Drawing.Font("宋体", 10.5F);
  103. this.lab_Product.Location = new System.Drawing.Point(27, 101);
  104. this.lab_Product.Name = "lab_Product";
  105. this.lab_Product.Size = new System.Drawing.Size(63, 14);
  106. this.lab_Product.TabIndex = 290;
  107. this.lab_Product.Text = "生产厂家";
  108. //
  109. // ucmeID
  110. //
  111. appearance2.BorderAlpha = Infragistics.Win.Alpha.UseAlphaLevel;
  112. appearance2.BorderColor = System.Drawing.Color.Black;
  113. this.ucmeID.Appearance = appearance2;
  114. this.ucmeID.BorderStyle = Infragistics.Win.UIElementBorderStyle.Solid;
  115. this.ucmeID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  116. this.ucmeID.Location = new System.Drawing.Point(92, 15);
  117. this.ucmeID.Name = "ucmeID";
  118. this.ucmeID.Size = new System.Drawing.Size(164, 19);
  119. this.ucmeID.TabIndex = 289;
  120. this.ucmeID.UseFlatMode = Infragistics.Win.DefaultableBoolean.True;
  121. this.ucmeID.TextChanged += new System.EventHandler(this.cbbID_SelectedIndexChanged);
  122. //
  123. // txtCurrStatus
  124. //
  125. this.txtCurrStatus.BackColor = System.Drawing.Color.White;
  126. this.txtCurrStatus.Font = new System.Drawing.Font("宋体", 10.5F);
  127. this.txtCurrStatus.ForeColor = System.Drawing.Color.Black;
  128. this.txtCurrStatus.Location = new System.Drawing.Point(92, 68);
  129. this.txtCurrStatus.MaxLength = 10;
  130. this.txtCurrStatus.Name = "txtCurrStatus";
  131. this.txtCurrStatus.ReadOnly = true;
  132. this.txtCurrStatus.Size = new System.Drawing.Size(164, 23);
  133. this.txtCurrStatus.TabIndex = 2;
  134. //
  135. // txtAgeTS
  136. //
  137. this.txtAgeTS.Font = new System.Drawing.Font("宋体", 10.5F);
  138. this.txtAgeTS.Location = new System.Drawing.Point(92, 40);
  139. this.txtAgeTS.MaxLength = 10;
  140. this.txtAgeTS.Name = "txtAgeTS";
  141. this.txtAgeTS.ShortcutsEnabled = false;
  142. this.txtAgeTS.Size = new System.Drawing.Size(164, 23);
  143. this.txtAgeTS.TabIndex = 3;
  144. this.txtAgeTS.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBoxNumberEditor_KeyPress);
  145. //
  146. // lblBaseInfoMemo
  147. //
  148. this.lblBaseInfoMemo.AutoSize = true;
  149. this.lblBaseInfoMemo.BackColor = System.Drawing.Color.Transparent;
  150. this.lblBaseInfoMemo.Font = new System.Drawing.Font("宋体", 10.5F);
  151. this.lblBaseInfoMemo.Location = new System.Drawing.Point(55, 159);
  152. this.lblBaseInfoMemo.Name = "lblBaseInfoMemo";
  153. this.lblBaseInfoMemo.Size = new System.Drawing.Size(35, 14);
  154. this.lblBaseInfoMemo.TabIndex = 0;
  155. this.lblBaseInfoMemo.Text = "备注";
  156. //
  157. // label1
  158. //
  159. this.label1.AutoSize = true;
  160. this.label1.BackColor = System.Drawing.Color.Transparent;
  161. this.label1.Font = new System.Drawing.Font("宋体", 10.5F);
  162. this.label1.Location = new System.Drawing.Point(27, 72);
  163. this.label1.Name = "label1";
  164. this.label1.Size = new System.Drawing.Size(63, 14);
  165. this.label1.TabIndex = 0;
  166. this.label1.Text = "当前状态";
  167. //
  168. // txtMemo
  169. //
  170. this.txtMemo.Font = new System.Drawing.Font("宋体", 10.5F);
  171. this.txtMemo.Location = new System.Drawing.Point(92, 153);
  172. this.txtMemo.MaxLength = 300;
  173. this.txtMemo.Multiline = true;
  174. this.txtMemo.Name = "txtMemo";
  175. this.txtMemo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  176. this.txtMemo.Size = new System.Drawing.Size(164, 52);
  177. this.txtMemo.TabIndex = 5;
  178. //
  179. // lblAge
  180. //
  181. this.lblAge.AutoSize = true;
  182. this.lblAge.BackColor = System.Drawing.Color.Transparent;
  183. this.lblAge.Font = new System.Drawing.Font("宋体", 10.5F);
  184. this.lblAge.Location = new System.Drawing.Point(27, 44);
  185. this.lblAge.Name = "lblAge";
  186. this.lblAge.Size = new System.Drawing.Size(63, 14);
  187. this.lblAge.TabIndex = 0;
  188. this.lblAge.Text = "铁水包龄";
  189. //
  190. // lblLadleID
  191. //
  192. this.lblLadleID.AutoSize = true;
  193. this.lblLadleID.BackColor = System.Drawing.Color.Transparent;
  194. this.lblLadleID.Font = new System.Drawing.Font("宋体", 10.5F);
  195. this.lblLadleID.Location = new System.Drawing.Point(27, 17);
  196. this.lblLadleID.Name = "lblLadleID";
  197. this.lblLadleID.Size = new System.Drawing.Size(63, 14);
  198. this.lblLadleID.TabIndex = 0;
  199. this.lblLadleID.Text = "铁包编号";
  200. //
  201. // tbAgeBG
  202. //
  203. this.tbAgeBG.Font = new System.Drawing.Font("宋体", 10.5F);
  204. this.tbAgeBG.Location = new System.Drawing.Point(86, 342);
  205. this.tbAgeBG.MaxLength = 10;
  206. this.tbAgeBG.Name = "tbAgeBG";
  207. this.tbAgeBG.ShortcutsEnabled = false;
  208. this.tbAgeBG.Size = new System.Drawing.Size(119, 23);
  209. this.tbAgeBG.TabIndex = 4;
  210. this.tbAgeBG.Visible = false;
  211. this.tbAgeBG.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBoxNumberEditor_KeyPress);
  212. //
  213. // lblIronAccount
  214. //
  215. this.lblIronAccount.AutoSize = true;
  216. this.lblIronAccount.BackColor = System.Drawing.Color.Transparent;
  217. this.lblIronAccount.Font = new System.Drawing.Font("宋体", 10.5F);
  218. this.lblIronAccount.Location = new System.Drawing.Point(21, 328);
  219. this.lblIronAccount.Name = "lblIronAccount";
  220. this.lblIronAccount.Size = new System.Drawing.Size(63, 14);
  221. this.lblIronAccount.TabIndex = 0;
  222. this.lblIronAccount.Text = "半钢包龄";
  223. this.lblIronAccount.Visible = false;
  224. //
  225. // brnDel
  226. //
  227. this.brnDel.Font = new System.Drawing.Font("宋体", 10.5F);
  228. this.brnDel.Location = new System.Drawing.Point(211, 290);
  229. this.brnDel.Name = "brnDel";
  230. this.brnDel.Size = new System.Drawing.Size(75, 23);
  231. this.brnDel.TabIndex = 3;
  232. this.brnDel.Text = "删除";
  233. this.brnDel.UseVisualStyleBackColor = true;
  234. this.brnDel.Visible = false;
  235. //
  236. // btnUpdate
  237. //
  238. this.btnUpdate.Font = new System.Drawing.Font("宋体", 10.5F);
  239. this.btnUpdate.Location = new System.Drawing.Point(130, 290);
  240. this.btnUpdate.Name = "btnUpdate";
  241. this.btnUpdate.Size = new System.Drawing.Size(75, 23);
  242. this.btnUpdate.TabIndex = 2;
  243. this.btnUpdate.Text = "修改";
  244. this.btnUpdate.UseVisualStyleBackColor = true;
  245. this.btnUpdate.Visible = false;
  246. //
  247. // btnAdd
  248. //
  249. this.btnAdd.Font = new System.Drawing.Font("宋体", 10.5F);
  250. this.btnAdd.Location = new System.Drawing.Point(49, 290);
  251. this.btnAdd.Name = "btnAdd";
  252. this.btnAdd.Size = new System.Drawing.Size(75, 23);
  253. this.btnAdd.TabIndex = 1;
  254. this.btnAdd.Text = "新增";
  255. this.btnAdd.UseVisualStyleBackColor = true;
  256. this.btnAdd.Visible = false;
  257. //
  258. // btnClose
  259. //
  260. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  261. this.btnClose.Font = new System.Drawing.Font("宋体", 10.5F);
  262. this.btnClose.Location = new System.Drawing.Point(292, 290);
  263. this.btnClose.Name = "btnClose";
  264. this.btnClose.Size = new System.Drawing.Size(75, 23);
  265. this.btnClose.TabIndex = 4;
  266. this.btnClose.Text = "关闭";
  267. this.btnClose.UseVisualStyleBackColor = true;
  268. this.btnClose.Visible = false;
  269. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  270. //
  271. // toolStrip1
  272. //
  273. this.toolStrip1.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden;
  274. this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  275. this.ADD,
  276. this.EDIT,
  277. this.DEL,
  278. this.toolStripSeparator3,
  279. this.CLOSE});
  280. this.toolStrip1.Location = new System.Drawing.Point(0, 0);
  281. this.toolStrip1.Name = "toolStrip1";
  282. this.toolStrip1.Size = new System.Drawing.Size(304, 30);
  283. this.toolStrip1.TabIndex = 5;
  284. this.toolStrip1.Text = "toolStrip1";
  285. this.toolStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.toolStrip1_ItemClicked);
  286. //
  287. // ADD
  288. //
  289. this.ADD.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  290. this.ADD.ImageTransparentColor = System.Drawing.Color.Magenta;
  291. this.ADD.Name = "ADD";
  292. this.ADD.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  293. this.ADD.Size = new System.Drawing.Size(72, 27);
  294. this.ADD.Text = "新增(&A)";
  295. this.ADD.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  296. //
  297. // EDIT
  298. //
  299. this.EDIT.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  300. this.EDIT.ImageTransparentColor = System.Drawing.Color.Magenta;
  301. this.EDIT.Name = "EDIT";
  302. this.EDIT.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  303. this.EDIT.Size = new System.Drawing.Size(73, 27);
  304. this.EDIT.Text = "修改(&U)";
  305. this.EDIT.TextImageRelation = System.Windows.Forms.TextImageRelation.TextAboveImage;
  306. //
  307. // DEL
  308. //
  309. this.DEL.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  310. this.DEL.Image = ((System.Drawing.Image)(resources.GetObject("DEL.Image")));
  311. this.DEL.ImageTransparentColor = System.Drawing.Color.Magenta;
  312. this.DEL.Name = "DEL";
  313. this.DEL.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  314. this.DEL.Size = new System.Drawing.Size(73, 27);
  315. this.DEL.Text = "删除(&D)";
  316. //
  317. // toolStripSeparator3
  318. //
  319. this.toolStripSeparator3.Name = "toolStripSeparator3";
  320. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 30);
  321. //
  322. // CLOSE
  323. //
  324. this.CLOSE.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text;
  325. this.CLOSE.Image = ((System.Drawing.Image)(resources.GetObject("CLOSE.Image")));
  326. this.CLOSE.ImageTransparentColor = System.Drawing.Color.Magenta;
  327. this.CLOSE.Name = "CLOSE";
  328. this.CLOSE.Padding = new System.Windows.Forms.Padding(10, 3, 10, 3);
  329. this.CLOSE.Size = new System.Drawing.Size(72, 27);
  330. this.CLOSE.Text = "关闭(&C)";
  331. //
  332. // labTraeWeight
  333. //
  334. this.labTraeWeight.AutoSize = true;
  335. this.labTraeWeight.BackColor = System.Drawing.Color.Transparent;
  336. this.labTraeWeight.Font = new System.Drawing.Font("宋体", 10.5F);
  337. this.labTraeWeight.Location = new System.Drawing.Point(52, 128);
  338. this.labTraeWeight.Name = "labTraeWeight";
  339. this.labTraeWeight.Size = new System.Drawing.Size(35, 14);
  340. this.labTraeWeight.TabIndex = 292;
  341. this.labTraeWeight.Text = "皮重";
  342. //
  343. // txtTraeWeight
  344. //
  345. this.txtTraeWeight.Font = new System.Drawing.Font("宋体", 10.5F);
  346. this.txtTraeWeight.Location = new System.Drawing.Point(92, 125);
  347. this.txtTraeWeight.MaxLength = 10;
  348. this.txtTraeWeight.Name = "txtTraeWeight";
  349. this.txtTraeWeight.ShortcutsEnabled = false;
  350. this.txtTraeWeight.Size = new System.Drawing.Size(164, 23);
  351. this.txtTraeWeight.TabIndex = 293;
  352. this.txtTraeWeight.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TextBoxNumberEditor_KeyPress);
  353. //
  354. // FrmILBaseInfo
  355. //
  356. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  357. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  358. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(213)))), ((int)(((byte)(228)))), ((int)(((byte)(242)))));
  359. this.CancelButton = this.btnClose;
  360. this.ClientSize = new System.Drawing.Size(304, 250);
  361. this.Controls.Add(this.ulgrpBaseInfoEdit);
  362. this.Controls.Add(this.tbAgeBG);
  363. this.Controls.Add(this.toolStrip1);
  364. this.Controls.Add(this.btnClose);
  365. this.Controls.Add(this.brnDel);
  366. this.Controls.Add(this.btnUpdate);
  367. this.Controls.Add(this.lblIronAccount);
  368. this.Controls.Add(this.btnAdd);
  369. this.MaximizeBox = false;
  370. this.MinimizeBox = false;
  371. this.Name = "FrmILBaseInfo";
  372. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  373. this.Text = "铁包基础信息";
  374. this.Load += new System.EventHandler(this.FrmILBaseInfo_Load);
  375. ((System.ComponentModel.ISupportInitialize)(this.ulgrpBaseInfoEdit)).EndInit();
  376. this.ulgrpBaseInfoEdit.ResumeLayout(false);
  377. this.ulgrpBaseInfoEdit.PerformLayout();
  378. ((System.ComponentModel.ISupportInitialize)(this.ucmeID)).EndInit();
  379. this.toolStrip1.ResumeLayout(false);
  380. this.toolStrip1.PerformLayout();
  381. this.ResumeLayout(false);
  382. this.PerformLayout();
  383. }
  384. #endregion
  385. public Infragistics.Win.Misc.UltraGroupBox ulgrpBaseInfoEdit;
  386. private System.Windows.Forms.Label lblBaseInfoMemo;
  387. private System.Windows.Forms.TextBox txtMemo;
  388. private System.Windows.Forms.Label lblIronAccount;
  389. private System.Windows.Forms.Label lblAge;
  390. private System.Windows.Forms.Label lblLadleID;
  391. private System.Windows.Forms.Button btnClose;
  392. private System.Windows.Forms.Button brnDel;
  393. private System.Windows.Forms.Button btnUpdate;
  394. private System.Windows.Forms.Button btnAdd;
  395. private System.Windows.Forms.TextBox tbAgeBG;
  396. private System.Windows.Forms.TextBox txtAgeTS;
  397. private System.Windows.Forms.TextBox txtCurrStatus;
  398. private System.Windows.Forms.Label label1;
  399. private System.Windows.Forms.ToolStrip toolStrip1;
  400. private System.Windows.Forms.ToolStripButton ADD;
  401. private System.Windows.Forms.ToolStripButton EDIT;
  402. private System.Windows.Forms.ToolStripButton DEL;
  403. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  404. private System.Windows.Forms.ToolStripButton CLOSE;
  405. private Infragistics.Win.UltraWinEditors.UltraComboEditor ucmeID;
  406. private System.Windows.Forms.TextBox txtProduct;
  407. private System.Windows.Forms.Label lab_Product;
  408. private System.Windows.Forms.Label labTraeWeight;
  409. private System.Windows.Forms.TextBox txtTraeWeight;
  410. }
  411. }