F_PM_0504.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744
  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.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtKilnCarCode_KeyPress);
  219. this.txtKilnCarCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtKilnCarCode_Validating);
  220. //
  221. // txtUserCode
  222. //
  223. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  224. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  225. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  226. this.txtUserCode.Enabled = false;
  227. this.txtUserCode.ErrorMessage = "";
  228. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.txtUserCode.Location = new System.Drawing.Point(65, 47);
  230. this.txtUserCode.MaxLength = 20;
  231. this.txtUserCode.Name = "txtUserCode";
  232. this.txtUserCode.Size = new System.Drawing.Size(60, 21);
  233. this.txtUserCode.TabIndex = 10;
  234. this.txtUserCode.MouseClick += new System.Windows.Forms.MouseEventHandler(this.txtUserCode_MouseClick);
  235. this.txtUserCode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtUserCode_KeyPress);
  236. this.txtUserCode.Validating += new System.ComponentModel.CancelEventHandler(this.txtUserCode_Validating);
  237. //
  238. // txtBarcode
  239. //
  240. this.txtBarcode.BackColor = System.Drawing.SystemColors.Window;
  241. this.txtBarcode.BackgroundColor = System.Drawing.SystemColors.Window;
  242. this.txtBarcode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  243. this.txtBarcode.ErrorMessage = "";
  244. this.txtBarcode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.txtBarcode.Location = new System.Drawing.Point(355, 47);
  246. this.txtBarcode.MaxLength = 11;
  247. this.txtBarcode.Name = "txtBarcode";
  248. this.txtBarcode.Size = new System.Drawing.Size(100, 21);
  249. this.txtBarcode.TabIndex = 14;
  250. this.txtBarcode.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarcode_KeyPress);
  251. //
  252. // dgvProduction
  253. //
  254. this.dgvProduction.AllowUserToAddRows = false;
  255. this.dgvProduction.AllowUserToDeleteRows = false;
  256. this.dgvProduction.AllowUserToModifyRows = true;
  257. this.dgvProduction.AllowUserToOrderColumns = true;
  258. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  259. this.dgvProduction.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  260. this.dgvProduction.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  261. | System.Windows.Forms.AnchorStyles.Left)
  262. | System.Windows.Forms.AnchorStyles.Right)));
  263. this.dgvProduction.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  264. this.dgvProduction.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  265. this.dgvProduction.CellHeight = 23;
  266. this.dgvProduction.ChildNodeColumnName = null;
  267. this.dgvProduction.ChildNodeColumnText = null;
  268. this.dgvProduction.ColumnDeep = 1;
  269. this.dgvProduction.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  270. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  271. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  272. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  274. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  275. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  276. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  277. this.dgvProduction.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  278. this.dgvProduction.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  279. this.dgvProduction.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  280. this.BarCode,
  281. this.KilnCode,
  282. this.KilnCarCode,
  283. this.KilnCarPosition,
  284. this.GoodsID,
  285. this.Status,
  286. this.GoodsCode,
  287. this.GoodsName,
  288. this.UserID,
  289. this.UserCode,
  290. this.UserName,
  291. this.KilnID,
  292. this.KilnCarName,
  293. this.KilnName,
  294. this.KilnCarID,
  295. this.MouldCode,
  296. this.GroutingDate,
  297. this.GroutingUserCode,
  298. this.IsPublicBody,
  299. this.GroutingNum,
  300. this.LogoCodeName});
  301. this.dgvProduction.ColumnTreeView = null;
  302. 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)));
  303. this.dgvProduction.DynamicColumnName = "";
  304. this.dgvProduction.EnableHeadersVisualStyles = false;
  305. this.dgvProduction.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.dgvProduction.FormatQuantityColumns = null;
  307. this.dgvProduction.HorizontalMergeColumn = null;
  308. this.dgvProduction.IsAutoCountSum = false;
  309. this.dgvProduction.IsAutoResizeColumns = false;
  310. this.dgvProduction.IsClickF12 = false;
  311. this.dgvProduction.IsOpenMergeCellFlag = false;
  312. this.dgvProduction.IsSubTotalFlag = false;
  313. this.dgvProduction.IsTopDeep = false;
  314. this.dgvProduction.Location = new System.Drawing.Point(12, 118);
  315. this.dgvProduction.MergeColumnNames = null;
  316. this.dgvProduction.MergeDetailColumnNames = null;
  317. this.dgvProduction.MergeDetailOnlyColumn = null;
  318. this.dgvProduction.MergeOnlyColumn = null;
  319. this.dgvProduction.MultiSelect = false;
  320. this.dgvProduction.Name = "dgvProduction";
  321. this.dgvProduction.RefreshAtHscroll = false;
  322. this.dgvProduction.RowHeadersWidth = 50;
  323. this.dgvProduction.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  324. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  325. this.dgvProduction.RowsDefaultCellStyle = dataGridViewCellStyle6;
  326. this.dgvProduction.RowTemplate.Height = 21;
  327. this.dgvProduction.Size = new System.Drawing.Size(903, 299);
  328. this.dgvProduction.SortOrderColumnName = null;
  329. this.dgvProduction.TabIndex = 2;
  330. this.dgvProduction.Tag = true;
  331. this.dgvProduction.TotalSumColumns = null;
  332. this.dgvProduction.ViewRowFilter = "";
  333. //
  334. // BarCode
  335. //
  336. this.BarCode.DataPropertyName = "BarCode";
  337. this.BarCode.HeaderText = "产品条码";
  338. this.BarCode.Name = "BarCode";
  339. this.BarCode.ReadOnly = true;
  340. //
  341. // KilnCode
  342. //
  343. this.KilnCode.DataPropertyName = "KilnCode";
  344. this.KilnCode.HeaderText = "窑炉编码";
  345. this.KilnCode.Name = "KilnCode";
  346. this.KilnCode.ReadOnly = true;
  347. //
  348. // KilnCarCode
  349. //
  350. this.KilnCarCode.DataPropertyName = "KilnCarCode";
  351. this.KilnCarCode.HeaderText = "窑车编码";
  352. this.KilnCarCode.Name = "KilnCarCode";
  353. this.KilnCarCode.ReadOnly = true;
  354. //
  355. // KilnCarPosition
  356. //
  357. this.KilnCarPosition.DataPropertyName = "KilnCarPosition";
  358. this.KilnCarPosition.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
  359. this.KilnCarPosition.HeaderText = "窑车位置";
  360. this.KilnCarPosition.Name = "KilnCarPosition";
  361. this.KilnCarPosition.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  362. this.KilnCarPosition.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  363. //
  364. // GoodsID
  365. //
  366. this.GoodsID.HeaderText = "GoodsID";
  367. this.GoodsID.Name = "GoodsID";
  368. this.GoodsID.ReadOnly = true;
  369. this.GoodsID.Visible = false;
  370. //
  371. // Status
  372. //
  373. this.Status.DataPropertyName = "Status";
  374. dataGridViewCellStyle3.NullValue = "漏扫补件";
  375. this.Status.DefaultCellStyle = dataGridViewCellStyle3;
  376. this.Status.HeaderText = "产品状态";
  377. this.Status.Name = "Status";
  378. this.Status.ReadOnly = true;
  379. //
  380. // GoodsCode
  381. //
  382. this.GoodsCode.DataPropertyName = "GoodsCode";
  383. this.GoodsCode.HeaderText = "产品编码";
  384. this.GoodsCode.Name = "GoodsCode";
  385. this.GoodsCode.ReadOnly = true;
  386. //
  387. // GoodsName
  388. //
  389. this.GoodsName.DataPropertyName = "GoodsName";
  390. this.GoodsName.HeaderText = "产品名称";
  391. this.GoodsName.Name = "GoodsName";
  392. this.GoodsName.ReadOnly = true;
  393. //
  394. // UserID
  395. //
  396. this.UserID.DataPropertyName = "UserID";
  397. this.UserID.HeaderText = "UserID";
  398. this.UserID.Name = "UserID";
  399. this.UserID.ReadOnly = true;
  400. this.UserID.Visible = false;
  401. //
  402. // UserCode
  403. //
  404. this.UserCode.DataPropertyName = "UserCode";
  405. this.UserCode.HeaderText = "生产工号";
  406. this.UserCode.Name = "UserCode";
  407. this.UserCode.ReadOnly = true;
  408. //
  409. // UserName
  410. //
  411. this.UserName.DataPropertyName = "UserName";
  412. this.UserName.HeaderText = "UserName";
  413. this.UserName.Name = "UserName";
  414. this.UserName.ReadOnly = true;
  415. this.UserName.Visible = false;
  416. //
  417. // KilnID
  418. //
  419. this.KilnID.DataPropertyName = "KilnID";
  420. this.KilnID.HeaderText = "KilnID";
  421. this.KilnID.Name = "KilnID";
  422. this.KilnID.ReadOnly = true;
  423. this.KilnID.Visible = false;
  424. //
  425. // KilnCarName
  426. //
  427. this.KilnCarName.DataPropertyName = "KilnCarName";
  428. this.KilnCarName.HeaderText = "窑车名称";
  429. this.KilnCarName.Name = "KilnCarName";
  430. this.KilnCarName.ReadOnly = true;
  431. this.KilnCarName.Visible = false;
  432. //
  433. // KilnName
  434. //
  435. this.KilnName.DataPropertyName = "KilnName";
  436. this.KilnName.HeaderText = "窑炉名称";
  437. this.KilnName.Name = "KilnName";
  438. this.KilnName.ReadOnly = true;
  439. this.KilnName.Visible = false;
  440. //
  441. // KilnCarID
  442. //
  443. this.KilnCarID.DataPropertyName = "KilnCarID";
  444. this.KilnCarID.HeaderText = "KilnCarID";
  445. this.KilnCarID.Name = "KilnCarID";
  446. this.KilnCarID.ReadOnly = true;
  447. this.KilnCarID.Visible = false;
  448. //
  449. // MouldCode
  450. //
  451. this.MouldCode.DataPropertyName = "MouldCode";
  452. this.MouldCode.HeaderText = "模具编号";
  453. this.MouldCode.Name = "MouldCode";
  454. this.MouldCode.ReadOnly = true;
  455. //
  456. // GroutingDate
  457. //
  458. this.GroutingDate.DataPropertyName = "GroutingDate";
  459. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  460. dataGridViewCellStyle4.NullValue = null;
  461. this.GroutingDate.DefaultCellStyle = dataGridViewCellStyle4;
  462. this.GroutingDate.HeaderText = "注浆日期";
  463. this.GroutingDate.Name = "GroutingDate";
  464. this.GroutingDate.ReadOnly = true;
  465. //
  466. // GroutingUserCode
  467. //
  468. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  469. this.GroutingUserCode.HeaderText = "成型工号";
  470. this.GroutingUserCode.Name = "GroutingUserCode";
  471. this.GroutingUserCode.ReadOnly = true;
  472. //
  473. // IsPublicBody
  474. //
  475. this.IsPublicBody.DataPropertyName = "IsPublicBody";
  476. this.IsPublicBody.FalseValue = "0";
  477. this.IsPublicBody.HeaderText = "公坯标识";
  478. this.IsPublicBody.Name = "IsPublicBody";
  479. this.IsPublicBody.ReadOnly = true;
  480. this.IsPublicBody.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  481. this.IsPublicBody.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  482. this.IsPublicBody.TrueValue = "1";
  483. //
  484. // GroutingNum
  485. //
  486. this.GroutingNum.DataPropertyName = "GroutingNum";
  487. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  488. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle5;
  489. this.GroutingNum.HeaderText = "注浆次数";
  490. this.GroutingNum.Name = "GroutingNum";
  491. this.GroutingNum.ReadOnly = true;
  492. //
  493. // LogoCodeName
  494. //
  495. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  496. this.LogoCodeName.HeaderText = "商标";
  497. this.LogoCodeName.Name = "LogoCodeName";
  498. this.LogoCodeName.ReadOnly = true;
  499. //
  500. // btnCancel
  501. //
  502. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  503. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  504. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  505. this.btnCancel.CausesValidation = false;
  506. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  507. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  508. this.btnCancel.ForeColor = System.Drawing.Color.White;
  509. this.btnCancel.Location = new System.Drawing.Point(830, 420);
  510. this.btnCancel.Name = "btnCancel";
  511. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  512. this.btnCancel.TabIndex = 4;
  513. this.btnCancel.Text = "关闭";
  514. this.btnCancel.UseVisualStyleBackColor = true;
  515. this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
  516. //
  517. // btnSave
  518. //
  519. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  520. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  521. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  522. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  523. this.btnSave.ForeColor = System.Drawing.Color.White;
  524. this.btnSave.Location = new System.Drawing.Point(739, 420);
  525. this.btnSave.Name = "btnSave";
  526. this.btnSave.Size = new System.Drawing.Size(85, 30);
  527. this.btnSave.TabIndex = 3;
  528. this.btnSave.Text = "保存";
  529. this.btnSave.UseVisualStyleBackColor = true;
  530. this.btnSave.Visible = false;
  531. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  532. //
  533. // groupBox1
  534. //
  535. this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  536. | System.Windows.Forms.AnchorStyles.Right)));
  537. this.groupBox1.BackColor = System.Drawing.Color.Transparent;
  538. this.groupBox1.Controls.Add(this.btnOk);
  539. this.groupBox1.Controls.Add(this.txtFiredBatchNo);
  540. this.groupBox1.Controls.Add(this.dtpFiredDate);
  541. this.groupBox1.Controls.Add(this.txtKiln);
  542. this.groupBox1.Controls.Add(this.lblKiln);
  543. this.groupBox1.Controls.Add(this.cmbKilnCarPosition);
  544. this.groupBox1.Controls.Add(this.lblUserID);
  545. this.groupBox1.Controls.Add(this.txtBarcode);
  546. this.groupBox1.Controls.Add(this.c_Label3);
  547. this.groupBox1.Controls.Add(this.c_Label1);
  548. this.groupBox1.Controls.Add(this.txtUserCode);
  549. this.groupBox1.Controls.Add(this.c_Label2);
  550. this.groupBox1.Controls.Add(this.txtKilnCarCode);
  551. this.groupBox1.Controls.Add(this.c_Label4);
  552. this.groupBox1.Controls.Add(this.lblBarcode);
  553. this.groupBox1.Location = new System.Drawing.Point(12, 38);
  554. this.groupBox1.Name = "groupBox1";
  555. this.groupBox1.Size = new System.Drawing.Size(903, 74);
  556. this.groupBox1.TabIndex = 1;
  557. this.groupBox1.TabStop = false;
  558. this.groupBox1.Text = "基础数据";
  559. //
  560. // btnOk
  561. //
  562. this.btnOk.BackColor = System.Drawing.Color.Transparent;
  563. this.btnOk.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOk.BackgroundImage")));
  564. this.btnOk.CausesValidation = false;
  565. this.btnOk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. this.btnOk.ForeColor = System.Drawing.Color.White;
  567. this.btnOk.Location = new System.Drawing.Point(586, 15);
  568. this.btnOk.Name = "btnOk";
  569. this.btnOk.Size = new System.Drawing.Size(85, 30);
  570. this.btnOk.TabIndex = 8;
  571. this.btnOk.Text = "确定";
  572. this.btnOk.UseVisualStyleBackColor = true;
  573. this.btnOk.Click += new System.EventHandler(this.btnOk_Click);
  574. //
  575. // txtFiredBatchNo
  576. //
  577. this.txtFiredBatchNo.Location = new System.Drawing.Point(520, 20);
  578. this.txtFiredBatchNo.MaxValue = new decimal(new int[] {
  579. 999,
  580. 0,
  581. 0,
  582. 0});
  583. this.txtFiredBatchNo.MinValue = new decimal(new int[] {
  584. 0,
  585. 0,
  586. 0,
  587. 0});
  588. this.txtFiredBatchNo.Name = "txtFiredBatchNo";
  589. this.txtFiredBatchNo.Number = new System.Drawing.Point(3, 0);
  590. this.txtFiredBatchNo.Size = new System.Drawing.Size(60, 21);
  591. this.txtFiredBatchNo.TabIndex = 7;
  592. this.txtFiredBatchNo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtFiredBatchNo_KeyPress);
  593. this.txtFiredBatchNo.Validating += new System.ComponentModel.CancelEventHandler(this.txtFiredBatchNo_Validating);
  594. //
  595. // dtpFiredDate
  596. //
  597. this.dtpFiredDate.AllowNull = false;
  598. this.dtpFiredDate.Location = new System.Drawing.Point(355, 20);
  599. this.dtpFiredDate.Name = "dtpFiredDate";
  600. this.dtpFiredDate.Size = new System.Drawing.Size(100, 21);
  601. this.dtpFiredDate.TabIndex = 5;
  602. this.dtpFiredDate.Value = new System.DateTime(2019, 12, 10, 0, 0, 0, 0);
  603. this.dtpFiredDate.Validating += new System.ComponentModel.CancelEventHandler(this.dtpFiredDate_Validating);
  604. //
  605. // txtKiln
  606. //
  607. this.txtKiln.BackColor = System.Drawing.SystemColors.Window;
  608. this.txtKiln.BackgroundColor = System.Drawing.SystemColors.Window;
  609. this.txtKiln.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  610. this.txtKiln.ErrorMessage = "";
  611. this.txtKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  612. this.txtKiln.Location = new System.Drawing.Point(65, 20);
  613. this.txtKiln.MaxLength = 20;
  614. this.txtKiln.Name = "txtKiln";
  615. this.txtKiln.Size = new System.Drawing.Size(60, 21);
  616. this.txtKiln.TabIndex = 1;
  617. this.txtKiln.TextValue = "";
  618. this.txtKiln.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtKiln_KeyPress);
  619. this.txtKiln.Validating += new System.ComponentModel.CancelEventHandler(this.txtKiln_Validating);
  620. //
  621. // lblKiln
  622. //
  623. this.lblKiln.AutoSize = true;
  624. this.lblKiln.BackColor = System.Drawing.Color.Transparent;
  625. this.lblKiln.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  626. this.lblKiln.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  627. this.lblKiln.IsMustInput = true;
  628. this.lblKiln.Location = new System.Drawing.Point(6, 24);
  629. this.lblKiln.Name = "lblKiln";
  630. this.lblKiln.Size = new System.Drawing.Size(53, 12);
  631. this.lblKiln.TabIndex = 0;
  632. this.lblKiln.Text = "窑炉编码";
  633. //
  634. // c_Label3
  635. //
  636. this.c_Label3.AutoSize = true;
  637. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  638. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  639. this.c_Label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  640. this.c_Label3.IsMustInput = true;
  641. this.c_Label3.Location = new System.Drawing.Point(461, 24);
  642. this.c_Label3.Name = "c_Label3";
  643. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  644. this.c_Label3.TabIndex = 6;
  645. this.c_Label3.Text = "烧成批次";
  646. //
  647. // c_Label4
  648. //
  649. this.c_Label4.AutoSize = true;
  650. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  651. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  652. this.c_Label4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  653. this.c_Label4.IsMustInput = true;
  654. this.c_Label4.Location = new System.Drawing.Point(296, 24);
  655. this.c_Label4.Name = "c_Label4";
  656. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  657. this.c_Label4.TabIndex = 4;
  658. this.c_Label4.Text = "装车日期";
  659. //
  660. // F_PM_0504
  661. //
  662. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  663. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  664. this.CancelButton = this.btnCancel;
  665. this.ClientSize = new System.Drawing.Size(927, 473);
  666. this.Controls.Add(this.groupBox1);
  667. this.Controls.Add(this.btnCancel);
  668. this.Controls.Add(this.btnSave);
  669. this.Controls.Add(this.dgvProduction);
  670. this.Controls.Add(this.tsrOperate);
  671. this.IsSaveFormSize = false;
  672. this.Name = "F_PM_0504";
  673. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  674. this.Text = "F_PM_0504";
  675. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  676. this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.F_PM_0504_FormClosing);
  677. this.Load += new System.EventHandler(this.F_PM_0504_Load);
  678. this.Controls.SetChildIndex(this.tsrOperate, 0);
  679. this.Controls.SetChildIndex(this.dgvProduction, 0);
  680. this.Controls.SetChildIndex(this.btnSave, 0);
  681. this.Controls.SetChildIndex(this.btnCancel, 0);
  682. this.Controls.SetChildIndex(this.groupBox1, 0);
  683. this.tsrOperate.ResumeLayout(false);
  684. this.tsrOperate.PerformLayout();
  685. ((System.ComponentModel.ISupportInitialize)(this.dgvProduction)).EndInit();
  686. this.groupBox1.ResumeLayout(false);
  687. this.groupBox1.PerformLayout();
  688. this.ResumeLayout(false);
  689. this.PerformLayout();
  690. }
  691. #endregion
  692. private Basics.BaseControls.C_ToolStrip tsrOperate;
  693. private System.Windows.Forms.ToolStripButton tsbtnDelete;
  694. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  695. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  696. private System.Windows.Forms.ToolStripButton tsbtnClose;
  697. private Basics.BaseControls.C_Label lblUserID;
  698. private Basics.BaseControls.C_Label lblBarcode;
  699. private Basics.BaseControls.C_TextBox txtUserCode;
  700. private Basics.BaseControls.C_TextBox txtBarcode;
  701. private Basics.BaseControls.C_DataGridView dgvProduction;
  702. private Basics.BaseControls.C_Button btnCancel;
  703. private Basics.BaseControls.C_Button btnSave;
  704. private Basics.BaseControls.C_Label c_Label1;
  705. private Basics.BaseControls.C_TextBox txtKilnCarCode;
  706. private Basics.BaseControls.C_Label c_Label2;
  707. private Basics.BaseControls.C_ComboBox cmbKilnCarPosition;
  708. private System.Windows.Forms.GroupBox groupBox1;
  709. private Basics.BaseControls.C_TextBox txtKiln;
  710. private Basics.BaseControls.C_Label lblKiln;
  711. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  712. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCode;
  713. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
  714. private System.Windows.Forms.DataGridViewComboBoxColumn KilnCarPosition;
  715. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  716. private System.Windows.Forms.DataGridViewTextBoxColumn Status;
  717. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  718. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  719. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  720. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  721. private System.Windows.Forms.DataGridViewTextBoxColumn UserName;
  722. private System.Windows.Forms.DataGridViewTextBoxColumn KilnID;
  723. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarName;
  724. private System.Windows.Forms.DataGridViewTextBoxColumn KilnName;
  725. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarID;
  726. private System.Windows.Forms.DataGridViewTextBoxColumn MouldCode;
  727. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDate;
  728. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  729. private System.Windows.Forms.DataGridViewCheckBoxColumn IsPublicBody;
  730. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingNum;
  731. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  732. private WinForm.Controls.DtpDate dtpFiredDate;
  733. private Basics.BaseControls.C_Label c_Label3;
  734. private Basics.BaseControls.C_Label c_Label4;
  735. private WinForm.Controls.TxtNumerical txtFiredBatchNo;
  736. private Basics.BaseControls.C_Button btnOk;
  737. }
  738. }