F_PM_0504.Designer.cs 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0504
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, 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 Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0504));
  35. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  36. this.tsbtnDelete = new System.Windows.Forms.ToolStripButton();
  37. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  38. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  39. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  40. this.cmbKilnCarPosition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  41. this.lblUserID = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.lblBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.txtKilnCarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.txtBarcode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.dgvProduction = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  49. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.KilnCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.KilnCarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.KilnCarPosition = new System.Windows.Forms.DataGridViewComboBoxColumn();
  53. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.Status = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.UserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.KilnID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.KilnCarName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.KilnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.KilnCarID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.MouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.IsPublicBody = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  68. this.GroutingNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  71. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  72. this.groupBox1 = new System.Windows.Forms.GroupBox();
  73. this.btnOk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  74. this.txtFiredBatchNo = new Dongke.WinForm.Controls.TxtNumerical();
  75. this.dtpFiredDate = new Dongke.WinForm.Controls.DtpDate();
  76. this.txtKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  77. this.lblKiln = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  78. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  79. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  80. this.tsrOperate.SuspendLayout();
  81. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).BeginInit();
  82. this.groupBox1.SuspendLayout();
  83. this.SuspendLayout();
  84. //
  85. // tsrOperate
  86. //
  87. this.tsrOperate.AutoSize = false;
  88. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  89. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  90. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  92. this.tsbtnDelete,
  93. this.toolStripSeparator1,
  94. this.tsbtnAdaptive,
  95. this.tsbtnClose});
  96. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  97. this.tsrOperate.Name = "tsrOperate";
  98. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  99. this.tsrOperate.ShowItemToolTips = false;
  100. this.tsrOperate.Size = new System.Drawing.Size(927, 35);
  101. this.tsrOperate.TabIndex = 0;
  102. this.tsrOperate.Text = "toolStrip1";
  103. //
  104. // tsbtnDelete
  105. //
  106. this.tsbtnDelete.AutoSize = false;
  107. this.tsbtnDelete.Enabled = false;
  108. this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  110. this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  111. this.tsbtnDelete.Name = "tsbtnDelete";
  112. this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
  113. this.tsbtnDelete.Text = "删除(&D)";
  114. this.tsbtnDelete.Click += new System.EventHandler(this.tsbtnDelete_Click);
  115. //
  116. // toolStripSeparator1
  117. //
  118. this.toolStripSeparator1.AutoSize = false;
  119. this.toolStripSeparator1.Name = "toolStripSeparator1";
  120. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  121. //
  122. // tsbtnAdaptive
  123. //
  124. this.tsbtnAdaptive.AutoSize = false;
  125. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  127. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  128. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  129. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  130. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  131. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  132. //
  133. // tsbtnClose
  134. //
  135. this.tsbtnClose.AutoSize = false;
  136. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  138. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  139. this.tsbtnClose.Name = "tsbtnClose";
  140. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  141. this.tsbtnClose.Text = "关闭(&X)";
  142. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  143. //
  144. // cmbKilnCarPosition
  145. //
  146. this.cmbKilnCarPosition.BackgroundColor = System.Drawing.SystemColors.Window;
  147. this.cmbKilnCarPosition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  148. this.cmbKilnCarPosition.FormattingEnabled = true;
  149. this.cmbKilnCarPosition.Location = new System.Drawing.Point(190, 47);
  150. this.cmbKilnCarPosition.Name = "cmbKilnCarPosition";
  151. this.cmbKilnCarPosition.Size = new System.Drawing.Size(100, 20);
  152. this.cmbKilnCarPosition.TabIndex = 12;
  153. //
  154. // lblUserID
  155. //
  156. this.lblUserID.AutoSize = true;
  157. this.lblUserID.BackColor = System.Drawing.Color.Transparent;
  158. this.lblUserID.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.lblUserID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  160. this.lblUserID.IsMustInput = true;
  161. this.lblUserID.Location = new System.Drawing.Point(6, 51);
  162. this.lblUserID.Name = "lblUserID";
  163. this.lblUserID.Size = new System.Drawing.Size(53, 12);
  164. this.lblUserID.TabIndex = 9;
  165. this.lblUserID.Text = "生产工号";
  166. //
  167. // c_Label1
  168. //
  169. this.c_Label1.AutoSize = true;
  170. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  171. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.c_Label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  173. this.c_Label1.IsMustInput = true;
  174. this.c_Label1.Location = new System.Drawing.Point(131, 24);
  175. this.c_Label1.Name = "c_Label1";
  176. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  177. this.c_Label1.TabIndex = 2;
  178. this.c_Label1.Text = "窑炉车号";
  179. //
  180. // c_Label2
  181. //
  182. this.c_Label2.AutoSize = true;
  183. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  184. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.c_Label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  186. this.c_Label2.IsMustInput = true;
  187. this.c_Label2.Location = new System.Drawing.Point(131, 51);
  188. this.c_Label2.Name = "c_Label2";
  189. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  190. this.c_Label2.TabIndex = 11;
  191. this.c_Label2.Text = "窑车位置";
  192. //
  193. // lblBarcode
  194. //
  195. this.lblBarcode.AutoSize = true;
  196. this.lblBarcode.BackColor = System.Drawing.Color.Transparent;
  197. this.lblBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.lblBarcode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  199. this.lblBarcode.IsMustInput = true;
  200. this.lblBarcode.Location = new System.Drawing.Point(296, 51);
  201. this.lblBarcode.Name = "lblBarcode";
  202. this.lblBarcode.Size = new System.Drawing.Size(53, 12);
  203. this.lblBarcode.TabIndex = 13;
  204. this.lblBarcode.Text = "产品条码";
  205. //
  206. // txtKilnCarCode
  207. //
  208. this.txtKilnCarCode.BackColor = System.Drawing.SystemColors.Window;
  209. this.txtKilnCarCode.BackgroundColor = System.Drawing.SystemColors.Window;
  210. this.txtKilnCarCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  211. this.txtKilnCarCode.ErrorMessage = "";
  212. this.txtKilnCarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.txtKilnCarCode.Location = new System.Drawing.Point(190, 20);
  214. this.txtKilnCarCode.MaxLength = 50;
  215. this.txtKilnCarCode.Name = "txtKilnCarCode";
  216. this.txtKilnCarCode.Size = new System.Drawing.Size(100, 21);
  217. this.txtKilnCarCode.TabIndex = 3;
  218. this.txtKilnCarCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtKilnCarCode_Validating);
  219. //
  220. // txtUserCode
  221. //
  222. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  223. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  224. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  225. this.txtUserCode.Enabled = false;
  226. this.txtUserCode.ErrorMessage = "";
  227. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  228. this.txtUserCode.Location = new System.Drawing.Point(65, 47);
  229. this.txtUserCode.MaxLength = 20;
  230. this.txtUserCode.Name = "txtUserCode";
  231. this.txtUserCode.Size = new System.Drawing.Size(60, 21);
  232. this.txtUserCode.TabIndex = 10;
  233. this.txtUserCode.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txtUserCode_MouseClick);
  234. this.txtUserCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtUserCode_KeyPress);
  235. this.txtUserCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtUserCode_Validating);
  236. //
  237. // txtBarcode
  238. //
  239. this.txtBarcode.BackColor = System.Drawing.SystemColors.Window;
  240. this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window;
  241. this.txtBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  242. this.txtBarcode.ErrorMessage = "";
  243. this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.txtBarcode.Location = new System.Drawing.Point(355, 47);
  245. this.txtBarcode.MaxLength = 11;
  246. this.txtBarcode.Name = "txtBarcode";
  247. this.txtBarcode.Size = new System.Drawing.Size(100, 21);
  248. this.txtBarcode.TabIndex = 14;
  249. this.txtBarcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarcode_KeyPress);
  250. //
  251. // dgvProduction
  252. //
  253. this.dgvProduction.AllowUserToAddRows = false;
  254. this.dgvProduction.AllowUserToDeleteRows = false;
  255. this.dgvProduction.AllowUserToModifyRows = true;
  256. this.dgvProduction.AllowUserToOrderColumns = true;
  257. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  258. this.dgvProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  259. this.dgvProduction.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  260. | System.Windows.Forms.AnchorStyles.Left)
  261. | System.Windows.Forms.AnchorStyles.Right)));
  262. this.dgvProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  263. this.dgvProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  264. this.dgvProduction.CellHeight = 23;
  265. this.dgvProduction.ChildNodeColumnName = null;
  266. this.dgvProduction.ChildNodeColumnText = null;
  267. this.dgvProduction.ColumnDeep = 1;
  268. this.dgvProduction.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  269. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  270. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  271. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  273. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  274. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  275. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  276. this.dgvProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  277. this.dgvProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  278. this.dgvProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  279. this.BarCode,
  280. this.KilnCode,
  281. this.KilnCarCode,
  282. this.KilnCarPosition,
  283. this.GoodsID,
  284. this.Status,
  285. this.GoodsCode,
  286. this.GoodsName,
  287. this.UserID,
  288. this.UserCode,
  289. this.UserName,
  290. this.KilnID,
  291. this.KilnCarName,
  292. this.KilnName,
  293. this.KilnCarID,
  294. this.MouldCode,
  295. this.GroutingDate,
  296. this.GroutingUserCode,
  297. this.IsPublicBody,
  298. this.GroutingNum,
  299. this.LogoCodeName});
  300. this.dgvProduction.ColumnTreeView = null;
  301. this.dgvProduction.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  302. this.dgvProduction.DynamicColumnName = "";
  303. this.dgvProduction.EnableHeadersVisualStyles = false;
  304. this.dgvProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  305. this.dgvProduction.FormatQuantityColumns = null;
  306. this.dgvProduction.HorizontalMergeColumn = null;
  307. this.dgvProduction.IsAutoCountSum = false;
  308. this.dgvProduction.IsAutoResizeColumns = false;
  309. this.dgvProduction.IsClickF12 = false;
  310. this.dgvProduction.IsOpenMergeCellFlag = false;
  311. this.dgvProduction.IsSubTotalFlag = false;
  312. this.dgvProduction.IsTopDeep = false;
  313. this.dgvProduction.Location = new System.Drawing.Point(12, 131);
  314. this.dgvProduction.MergeColumnNames = null;
  315. this.dgvProduction.MergeDetailColumnNames = null;
  316. this.dgvProduction.MergeDetailOnlyColumn = null;
  317. this.dgvProduction.MergeOnlyColumn = null;
  318. this.dgvProduction.MultiSelect = false;
  319. this.dgvProduction.Name = "dgvProduction";
  320. this.dgvProduction.RefreshAtHscroll = false;
  321. this.dgvProduction.RowHeadersWidth = 50;
  322. this.dgvProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  323. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  324. this.dgvProduction.RowsDefaultCellStyle = dataGridViewCellStyle6;
  325. this.dgvProduction.RowTemplate.Height = 21;
  326. this.dgvProduction.Size = new System.Drawing.Size(903, 286);
  327. this.dgvProduction.SortOrderColumnName = null;
  328. this.dgvProduction.TabIndex = 2;
  329. this.dgvProduction.Tag = true;
  330. this.dgvProduction.TotalSumColumns = null;
  331. this.dgvProduction.ViewRowFilter = "";
  332. //
  333. // BarCode
  334. //
  335. this.BarCode.DataPropertyName = "BarCode";
  336. this.BarCode.HeaderText = "产品条码";
  337. this.BarCode.Name = "BarCode";
  338. this.BarCode.ReadOnly = true;
  339. //
  340. // KilnCode
  341. //
  342. this.KilnCode.DataPropertyName = "KilnCode";
  343. this.KilnCode.HeaderText = "窑炉编码";
  344. this.KilnCode.Name = "KilnCode";
  345. this.KilnCode.ReadOnly = true;
  346. //
  347. // KilnCarCode
  348. //
  349. this.KilnCarCode.DataPropertyName = "KilnCarCode";
  350. this.KilnCarCode.HeaderText = "窑车编码";
  351. this.KilnCarCode.Name = "KilnCarCode";
  352. this.KilnCarCode.ReadOnly = true;
  353. //
  354. // KilnCarPosition
  355. //
  356. this.KilnCarPosition.DataPropertyName = "KilnCarPosition";
  357. this.KilnCarPosition.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
  358. this.KilnCarPosition.HeaderText = "窑车位置";
  359. this.KilnCarPosition.Name = "KilnCarPosition";
  360. this.KilnCarPosition.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  361. this.KilnCarPosition.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  362. //
  363. // GoodsID
  364. //
  365. this.GoodsID.HeaderText = "GoodsID";
  366. this.GoodsID.Name = "GoodsID";
  367. this.GoodsID.ReadOnly = true;
  368. this.GoodsID.Visible = false;
  369. //
  370. // Status
  371. //
  372. this.Status.DataPropertyName = "Status";
  373. dataGridViewCellStyle3.NullValue = "本次登车";
  374. this.Status.DefaultCellStyle = dataGridViewCellStyle3;
  375. this.Status.HeaderText = "产品状态";
  376. this.Status.Name = "Status";
  377. this.Status.ReadOnly = true;
  378. //
  379. // GoodsCode
  380. //
  381. this.GoodsCode.DataPropertyName = "GoodsCode";
  382. this.GoodsCode.HeaderText = "产品编码";
  383. this.GoodsCode.Name = "GoodsCode";
  384. this.GoodsCode.ReadOnly = true;
  385. //
  386. // GoodsName
  387. //
  388. this.GoodsName.DataPropertyName = "GoodsName";
  389. this.GoodsName.HeaderText = "产品名称";
  390. this.GoodsName.Name = "GoodsName";
  391. this.GoodsName.ReadOnly = true;
  392. //
  393. // UserID
  394. //
  395. this.UserID.DataPropertyName = "UserID";
  396. this.UserID.HeaderText = "UserID";
  397. this.UserID.Name = "UserID";
  398. this.UserID.ReadOnly = true;
  399. this.UserID.Visible = false;
  400. //
  401. // UserCode
  402. //
  403. this.UserCode.DataPropertyName = "UserCode";
  404. this.UserCode.HeaderText = "生产工号";
  405. this.UserCode.Name = "UserCode";
  406. this.UserCode.ReadOnly = true;
  407. //
  408. // UserName
  409. //
  410. this.UserName.DataPropertyName = "UserName";
  411. this.UserName.HeaderText = "UserName";
  412. this.UserName.Name = "UserName";
  413. this.UserName.ReadOnly = true;
  414. this.UserName.Visible = false;
  415. //
  416. // KilnID
  417. //
  418. this.KilnID.DataPropertyName = "KilnID";
  419. this.KilnID.HeaderText = "KilnID";
  420. this.KilnID.Name = "KilnID";
  421. this.KilnID.ReadOnly = true;
  422. this.KilnID.Visible = false;
  423. //
  424. // KilnCarName
  425. //
  426. this.KilnCarName.DataPropertyName = "KilnCarName";
  427. this.KilnCarName.HeaderText = "窑车名称";
  428. this.KilnCarName.Name = "KilnCarName";
  429. this.KilnCarName.ReadOnly = true;
  430. this.KilnCarName.Visible = false;
  431. //
  432. // KilnName
  433. //
  434. this.KilnName.DataPropertyName = "KilnName";
  435. this.KilnName.HeaderText = "窑炉名称";
  436. this.KilnName.Name = "KilnName";
  437. this.KilnName.ReadOnly = true;
  438. this.KilnName.Visible = false;
  439. //
  440. // KilnCarID
  441. //
  442. this.KilnCarID.DataPropertyName = "KilnCarID";
  443. this.KilnCarID.HeaderText = "KilnCarID";
  444. this.KilnCarID.Name = "KilnCarID";
  445. this.KilnCarID.ReadOnly = true;
  446. this.KilnCarID.Visible = false;
  447. //
  448. // MouldCode
  449. //
  450. this.MouldCode.DataPropertyName = "MouldCode";
  451. this.MouldCode.HeaderText = "模具编号";
  452. this.MouldCode.Name = "MouldCode";
  453. this.MouldCode.ReadOnly = true;
  454. //
  455. // GroutingDate
  456. //
  457. this.GroutingDate.DataPropertyName = "GroutingDate";
  458. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  459. dataGridViewCellStyle4.NullValue = null;
  460. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4;
  461. this.GroutingDate.HeaderText = "注浆日期";
  462. this.GroutingDate.Name = "GroutingDate";
  463. this.GroutingDate.ReadOnly = true;
  464. //
  465. // GroutingUserCode
  466. //
  467. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  468. this.GroutingUserCode.HeaderText = "成型工号";
  469. this.GroutingUserCode.Name = "GroutingUserCode";
  470. this.GroutingUserCode.ReadOnly = true;
  471. //
  472. // IsPublicBody
  473. //
  474. this.IsPublicBody.DataPropertyName = "IsPublicBody";
  475. this.IsPublicBody.FalseValue = "0";
  476. this.IsPublicBody.HeaderText = "公坯标识";
  477. this.IsPublicBody.Name = "IsPublicBody";
  478. this.IsPublicBody.ReadOnly = true;
  479. this.IsPublicBody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  480. this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  481. this.IsPublicBody.TrueValue = "1";
  482. //
  483. // GroutingNum
  484. //
  485. this.GroutingNum.DataPropertyName = "GroutingNum";
  486. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  487. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle5;
  488. this.GroutingNum.HeaderText = "注浆次数";
  489. this.GroutingNum.Name = "GroutingNum";
  490. this.GroutingNum.ReadOnly = true;
  491. //
  492. // LogoCodeName
  493. //
  494. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  495. this.LogoCodeName.HeaderText = "商标";
  496. this.LogoCodeName.Name = "LogoCodeName";
  497. this.LogoCodeName.ReadOnly = true;
  498. //
  499. // btnCancel
  500. //
  501. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  502. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  503. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  504. this.btnCancel.CausesValidation = false;
  505. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  506. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  507. this.btnCancel.ForeColor = System.Drawing.Color.White;
  508. this.btnCancel.Location = new System.Drawing.Point(830, 420);
  509. this.btnCancel.Name = "btnCancel";
  510. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  511. this.btnCancel.TabIndex = 4;
  512. this.btnCancel.Text = "关闭";
  513. this.btnCancel.UseVisualStyleBackColor = true;
  514. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  515. //
  516. // btnSave
  517. //
  518. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  519. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  520. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  521. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  522. this.btnSave.ForeColor = System.Drawing.Color.White;
  523. this.btnSave.Location = new System.Drawing.Point(739, 420);
  524. this.btnSave.Name = "btnSave";
  525. this.btnSave.Size = new System.Drawing.Size(85, 30);
  526. this.btnSave.TabIndex = 3;
  527. this.btnSave.Text = "保存";
  528. this.btnSave.UseVisualStyleBackColor = true;
  529. this.btnSave.Visible = false;
  530. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  531. //
  532. // groupBox1
  533. //
  534. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  535. | System.Windows.Forms.AnchorStyles.Right)));
  536. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  537. this.groupBox1.Controls.Add(this.btnOk);
  538. this.groupBox1.Controls.Add(this.txtFiredBatchNo);
  539. this.groupBox1.Controls.Add(this.dtpFiredDate);
  540. this.groupBox1.Controls.Add(this.txtKiln);
  541. this.groupBox1.Controls.Add(this.lblKiln);
  542. this.groupBox1.Controls.Add(this.cmbKilnCarPosition);
  543. this.groupBox1.Controls.Add(this.lblUserID);
  544. this.groupBox1.Controls.Add(this.txtBarcode);
  545. this.groupBox1.Controls.Add(this.c_Label3);
  546. this.groupBox1.Controls.Add(this.c_Label1);
  547. this.groupBox1.Controls.Add(this.txtUserCode);
  548. this.groupBox1.Controls.Add(this.c_Label2);
  549. this.groupBox1.Controls.Add(this.txtKilnCarCode);
  550. this.groupBox1.Controls.Add(this.c_Label4);
  551. this.groupBox1.Controls.Add(this.lblBarcode);
  552. this.groupBox1.Location = new System.Drawing.Point(12, 38);
  553. this.groupBox1.Name = "groupBox1";
  554. this.groupBox1.Size = new System.Drawing.Size(903, 74);
  555. this.groupBox1.TabIndex = 1;
  556. this.groupBox1.TabStop = false;
  557. this.groupBox1.Text = "基础数据";
  558. //
  559. // btnOk
  560. //
  561. this.btnOk.BackColor = System.Drawing.Color.Transparent;
  562. this.btnOk.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOk.BackgroundImage")));
  563. this.btnOk.CausesValidation = false;
  564. this.btnOk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  565. this.btnOk.ForeColor = System.Drawing.Color.White;
  566. this.btnOk.Location = new System.Drawing.Point(586, 15);
  567. this.btnOk.Name = "btnOk";
  568. this.btnOk.Size = new System.Drawing.Size(85, 30);
  569. this.btnOk.TabIndex = 8;
  570. this.btnOk.Text = "确定";
  571. this.btnOk.UseVisualStyleBackColor = true;
  572. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  573. //
  574. // txtFiredBatchNo
  575. //
  576. this.txtFiredBatchNo.Location = new System.Drawing.Point(520, 20);
  577. this.txtFiredBatchNo.MaxValue = new decimal(new int[] {
  578. 999,
  579. 0,
  580. 0,
  581. 0});
  582. this.txtFiredBatchNo.MinValue = new decimal(new int[] {
  583. 0,
  584. 0,
  585. 0,
  586. 0});
  587. this.txtFiredBatchNo.Name = "txtFiredBatchNo";
  588. this.txtFiredBatchNo.Number = new System.Drawing.Point(3, 0);
  589. this.txtFiredBatchNo.Size = new System.Drawing.Size(60, 21);
  590. this.txtFiredBatchNo.TabIndex = 7;
  591. this.txtFiredBatchNo.Validating += new System.ComponentModel.CancelEventHandler(this.txtFiredBatchNo_Validating);
  592. //
  593. // dtpFiredDate
  594. //
  595. this.dtpFiredDate.AllowNull = false;
  596. this.dtpFiredDate.Location = new System.Drawing.Point(355, 20);
  597. this.dtpFiredDate.Name = "dtpFiredDate";
  598. this.dtpFiredDate.Size = new System.Drawing.Size(100, 21);
  599. this.dtpFiredDate.TabIndex = 5;
  600. this.dtpFiredDate.Value = new System.DateTime(2019, 12, 10, 0, 0, 0, 0);
  601. //
  602. // txtKiln
  603. //
  604. this.txtKiln.BackColor = System.Drawing.SystemColors.Window;
  605. this.txtKiln.BackgroundColor = System.Drawing.SystemColors.Window;
  606. this.txtKiln.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  607. this.txtKiln.ErrorMessage = "";
  608. this.txtKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  609. this.txtKiln.Location = new System.Drawing.Point(65, 20);
  610. this.txtKiln.MaxLength = 20;
  611. this.txtKiln.Name = "txtKiln";
  612. this.txtKiln.Size = new System.Drawing.Size(60, 21);
  613. this.txtKiln.TabIndex = 1;
  614. this.txtKiln.TextValue = "";
  615. this.txtKiln.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtKiln_KeyPress);
  616. this.txtKiln.Validating += new System.ComponentModel.CancelEventHandler(this.txtKiln_Validating);
  617. //
  618. // lblKiln
  619. //
  620. this.lblKiln.AutoSize = true;
  621. this.lblKiln.BackColor = System.Drawing.Color.Transparent;
  622. this.lblKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  623. this.lblKiln.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  624. this.lblKiln.IsMustInput = true;
  625. this.lblKiln.Location = new System.Drawing.Point(6, 24);
  626. this.lblKiln.Name = "lblKiln";
  627. this.lblKiln.Size = new System.Drawing.Size(53, 12);
  628. this.lblKiln.TabIndex = 0;
  629. this.lblKiln.Text = "窑炉编码";
  630. //
  631. // c_Label3
  632. //
  633. this.c_Label3.AutoSize = true;
  634. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  635. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  636. this.c_Label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  637. this.c_Label3.IsMustInput = true;
  638. this.c_Label3.Location = new System.Drawing.Point(461, 24);
  639. this.c_Label3.Name = "c_Label3";
  640. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  641. this.c_Label3.TabIndex = 6;
  642. this.c_Label3.Text = "烧成批次";
  643. //
  644. // c_Label4
  645. //
  646. this.c_Label4.AutoSize = true;
  647. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  648. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  649. this.c_Label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  650. this.c_Label4.IsMustInput = true;
  651. this.c_Label4.Location = new System.Drawing.Point(296, 24);
  652. this.c_Label4.Name = "c_Label4";
  653. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  654. this.c_Label4.TabIndex = 4;
  655. this.c_Label4.Text = "装车日期";
  656. //
  657. // F_PM_0504
  658. //
  659. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  660. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  661. this.CancelButton = this.btnCancel;
  662. this.ClientSize = new System.Drawing.Size(927, 473);
  663. this.Controls.Add(this.groupBox1);
  664. this.Controls.Add(this.btnCancel);
  665. this.Controls.Add(this.btnSave);
  666. this.Controls.Add(this.dgvProduction);
  667. this.Controls.Add(this.tsrOperate);
  668. this.IsSaveFormSize = false;
  669. this.Name = "F_PM_0504";
  670. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  671. this.Text = "F_PM_0504";
  672. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  673. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_PM_0504_FormClosing);
  674. this.Load += new System.EventHandler(this.F_PM_0504_Load);
  675. this.Controls.SetChildIndex(this.tsrOperate, 0);
  676. this.Controls.SetChildIndex(this.dgvProduction, 0);
  677. this.Controls.SetChildIndex(this.btnSave, 0);
  678. this.Controls.SetChildIndex(this.btnCancel, 0);
  679. this.Controls.SetChildIndex(this.groupBox1, 0);
  680. this.tsrOperate.ResumeLayout(false);
  681. this.tsrOperate.PerformLayout();
  682. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).EndInit();
  683. this.groupBox1.ResumeLayout(false);
  684. this.groupBox1.PerformLayout();
  685. this.ResumeLayout(false);
  686. this.PerformLayout();
  687. }
  688. #endregion
  689. private Basics.BaseControls.C_ToolStrip tsrOperate;
  690. private System.Windows.Forms.ToolStripButton tsbtnDelete;
  691. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  692. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  693. private System.Windows.Forms.ToolStripButton tsbtnClose;
  694. private Basics.BaseControls.C_Label lblUserID;
  695. private Basics.BaseControls.C_Label lblBarcode;
  696. private Basics.BaseControls.C_TextBox txtUserCode;
  697. private Basics.BaseControls.C_TextBox txtBarcode;
  698. private Basics.BaseControls.C_DataGridView dgvProduction;
  699. private Basics.BaseControls.C_Button btnCancel;
  700. private Basics.BaseControls.C_Button btnSave;
  701. private Basics.BaseControls.C_Label c_Label1;
  702. private Basics.BaseControls.C_TextBox txtKilnCarCode;
  703. private Basics.BaseControls.C_Label c_Label2;
  704. private Basics.BaseControls.C_ComboBox cmbKilnCarPosition;
  705. private System.Windows.Forms.GroupBox groupBox1;
  706. private Basics.BaseControls.C_TextBox txtKiln;
  707. private Basics.BaseControls.C_Label lblKiln;
  708. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  709. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
  710. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
  711. private System.Windows.Forms.DataGridViewComboBoxColumn KilnCarPosition;
  712. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  713. private System.Windows.Forms.DataGridViewTextBoxColumn Status;
  714. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  715. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  716. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  717. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  718. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  719. private System.Windows.Forms.DataGridViewTextBoxColumn KilnID;
  720. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarName;
  721. private System.Windows.Forms.DataGridViewTextBoxColumn KilnName;
  722. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarID;
  723. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  724. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  725. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  726. private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
  727. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  728. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  729. private WinForm.Controls.DtpDate dtpFiredDate;
  730. private Basics.BaseControls.C_Label c_Label3;
  731. private Basics.BaseControls.C_Label c_Label4;
  732. private WinForm.Controls.TxtNumerical txtFiredBatchNo;
  733. private Basics.BaseControls.C_Button btnOk;
  734. }
  735. }