F_PM_0103.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738
  1. namespace Dongke.IBOSS.PRD.Client.PMModule
  2. {
  3. partial class F_PM_0103
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0103));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  35. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  36. this.dgvDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  37. this.lblGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  39. this.tsbtnGrouting = new System.Windows.Forms.ToolStripButton();
  40. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  41. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  42. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  43. this.gbxInfo = new System.Windows.Forms.GroupBox();
  44. this.txtGrouting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.btnNGRSetting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. this.cmbLogo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  47. this.btnClearBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.txtBarCodeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_BarCode();
  49. this.btnBindBarCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.lblBarCodeStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.lblGroutingDateValue = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.lblGrouting = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.GroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.GroutingDailyDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.GroutingLineId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.GroutingLineDetailID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.STAFFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.GroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.ScrapFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  69. this.GroutingFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  70. this.UserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.NoGroutingRreason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.collogo = new System.Windows.Forms.DataGridViewComboBoxColumn();
  73. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.colOBarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.colOScrapFlag = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  76. this.DeliverFlag = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).BeginInit();
  78. this.tsrOperate.SuspendLayout();
  79. this.gbxInfo.SuspendLayout();
  80. this.SuspendLayout();
  81. //
  82. // btnClose
  83. //
  84. this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  85. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  86. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  87. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  88. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  89. this.btnClose.ForeColor = System.Drawing.Color.White;
  90. this.btnClose.Location = new System.Drawing.Point(789, 446);
  91. this.btnClose.Name = "btnClose";
  92. this.btnClose.Size = new System.Drawing.Size(85, 30);
  93. this.btnClose.TabIndex = 4;
  94. this.btnClose.Text = "关闭";
  95. this.btnClose.UseVisualStyleBackColor = false;
  96. this.btnClose.Click += new System.EventHandler(this.btnCancel_Click);
  97. //
  98. // btnSave
  99. //
  100. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  101. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  102. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  103. this.btnSave.Enabled = false;
  104. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.btnSave.ForeColor = System.Drawing.Color.White;
  106. this.btnSave.Location = new System.Drawing.Point(698, 446);
  107. this.btnSave.Name = "btnSave";
  108. this.btnSave.Size = new System.Drawing.Size(85, 30);
  109. this.btnSave.TabIndex = 3;
  110. this.btnSave.Text = "保存(&S)";
  111. this.btnSave.UseVisualStyleBackColor = false;
  112. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  113. //
  114. // dgvDetail
  115. //
  116. this.dgvDetail.AllowUserToAddRows = false;
  117. this.dgvDetail.AllowUserToDeleteRows = false;
  118. this.dgvDetail.AllowUserToModifyRows = true;
  119. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  120. this.dgvDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  121. this.dgvDetail.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  122. | System.Windows.Forms.AnchorStyles.Left)
  123. | System.Windows.Forms.AnchorStyles.Right)));
  124. this.dgvDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  125. this.dgvDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  126. this.dgvDetail.CellHeight = 23;
  127. this.dgvDetail.ChildNodeColumnName = null;
  128. this.dgvDetail.ChildNodeColumnText = null;
  129. this.dgvDetail.ColumnDeep = 1;
  130. this.dgvDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  131. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  132. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  133. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  135. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  136. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  137. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  138. this.dgvDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  139. this.dgvDetail.ColumnHeadersHeight = 29;
  140. this.dgvDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  141. this.dgvDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  142. this.GroutingDailyID,
  143. this.GroutingDailyDetailID,
  144. this.GroutingLineId,
  145. this.GroutingLineDetailID,
  146. this.GroutingLineCode,
  147. this.GroutingLineName,
  148. this.GoodsCode,
  149. this.GoodsName,
  150. this.GroutingUserCode,
  151. this.STAFFNAME,
  152. this.GroutingBatchNo,
  153. this.GMouldStatus,
  154. this.GroutingMouldCode,
  155. this.BarCode,
  156. this.ScrapFlag,
  157. this.GroutingFlag,
  158. this.UserID,
  159. this.NoGroutingRreason,
  160. this.collogo,
  161. this.Remarks,
  162. this.colOBarCode,
  163. this.colOScrapFlag,
  164. this.DeliverFlag});
  165. this.dgvDetail.ColumnTreeView = null;
  166. this.dgvDetail.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)));
  167. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  168. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  169. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  170. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  171. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  172. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  173. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  174. this.dgvDetail.DefaultCellStyle = dataGridViewCellStyle4;
  175. this.dgvDetail.DynamicColumnName = "";
  176. this.dgvDetail.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  177. this.dgvDetail.EnableHeadersVisualStyles = false;
  178. this.dgvDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.dgvDetail.FormatQuantityColumns = null;
  180. this.dgvDetail.HorizontalMergeColumn = null;
  181. this.dgvDetail.IsAutoCountSum = true;
  182. this.dgvDetail.IsAutoResizeColumns = false;
  183. this.dgvDetail.IsClickF12 = false;
  184. this.dgvDetail.IsOpenMergeCellFlag = false;
  185. this.dgvDetail.IsSubTotalFlag = false;
  186. this.dgvDetail.IsTopDeep = false;
  187. this.dgvDetail.Location = new System.Drawing.Point(12, 122);
  188. this.dgvDetail.MergeColumnNames = null;
  189. this.dgvDetail.MergeDetailColumnNames = null;
  190. this.dgvDetail.MergeDetailOnlyColumn = null;
  191. this.dgvDetail.MergeOnlyColumn = null;
  192. this.dgvDetail.MultiSelect = false;
  193. this.dgvDetail.Name = "dgvDetail";
  194. this.dgvDetail.RefreshAtHscroll = false;
  195. this.dgvDetail.RowHeadersWidth = 50;
  196. this.dgvDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  197. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  198. this.dgvDetail.RowsDefaultCellStyle = dataGridViewCellStyle5;
  199. this.dgvDetail.RowTemplate.Height = 21;
  200. this.dgvDetail.Size = new System.Drawing.Size(862, 318);
  201. this.dgvDetail.SortOrderColumnName = null;
  202. this.dgvDetail.TabIndex = 2;
  203. this.dgvDetail.Tag = true;
  204. this.dgvDetail.TotalSumColumns = null;
  205. this.dgvDetail.ViewRowFilter = "";
  206. this.dgvDetail.VirtualMode = true;
  207. this.dgvDetail.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvDetail_CellValueChanged);
  208. this.dgvDetail.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvDetail_CurrentCellDirtyStateChanged);
  209. this.dgvDetail.Sorted += new System.EventHandler(this.dgvDetail_Sorted);
  210. //
  211. // lblGroutingDate
  212. //
  213. this.lblGroutingDate.AutoSize = true;
  214. this.lblGroutingDate.BackColor = System.Drawing.Color.Transparent;
  215. this.lblGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  216. this.lblGroutingDate.ForeColor = System.Drawing.SystemColors.ControlText;
  217. this.lblGroutingDate.Location = new System.Drawing.Point(6, 23);
  218. this.lblGroutingDate.Name = "lblGroutingDate";
  219. this.lblGroutingDate.Size = new System.Drawing.Size(53, 12);
  220. this.lblGroutingDate.TabIndex = 0;
  221. this.lblGroutingDate.Text = "注浆日期";
  222. //
  223. // tsrOperate
  224. //
  225. this.tsrOperate.AutoSize = false;
  226. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  227. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.functionbackground;
  228. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  229. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(20, 20);
  230. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  231. this.tsbtnGrouting,
  232. this.toolStripSeparator1,
  233. this.tsbtnAdaptive,
  234. this.tsbtnClose});
  235. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  236. this.tsrOperate.Name = "tsrOperate";
  237. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  238. this.tsrOperate.ShowItemToolTips = false;
  239. this.tsrOperate.Size = new System.Drawing.Size(886, 35);
  240. this.tsrOperate.TabIndex = 0;
  241. //
  242. // tsbtnGrouting
  243. //
  244. this.tsbtnGrouting.AutoSize = false;
  245. this.tsbtnGrouting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.tsbtnGrouting.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  247. this.tsbtnGrouting.ImageTransparentColor = System.Drawing.Color.Magenta;
  248. this.tsbtnGrouting.Name = "tsbtnGrouting";
  249. this.tsbtnGrouting.Size = new System.Drawing.Size(80, 25);
  250. this.tsbtnGrouting.Text = "注浆登记(&D)";
  251. this.tsbtnGrouting.Click += new System.EventHandler(this.tsbtnGrouting_Click);
  252. //
  253. // toolStripSeparator1
  254. //
  255. this.toolStripSeparator1.AutoSize = false;
  256. this.toolStripSeparator1.Name = "toolStripSeparator1";
  257. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  258. //
  259. // tsbtnAdaptive
  260. //
  261. this.tsbtnAdaptive.AutoSize = false;
  262. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  264. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  265. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  266. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  267. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  268. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  269. //
  270. // tsbtnClose
  271. //
  272. this.tsbtnClose.AutoSize = false;
  273. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  274. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  275. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  276. this.tsbtnClose.Name = "tsbtnClose";
  277. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  278. this.tsbtnClose.Text = "关闭(&X)";
  279. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  280. //
  281. // gbxInfo
  282. //
  283. this.gbxInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  284. | System.Windows.Forms.AnchorStyles.Right)));
  285. this.gbxInfo.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  286. this.gbxInfo.Controls.Add(this.txtGrouting);
  287. this.gbxInfo.Controls.Add(this.btnNGRSetting);
  288. this.gbxInfo.Controls.Add(this.cmbLogo);
  289. this.gbxInfo.Controls.Add(this.btnClearBarCode);
  290. this.gbxInfo.Controls.Add(this.txtBarCodeStart);
  291. this.gbxInfo.Controls.Add(this.btnBindBarCode);
  292. this.gbxInfo.Controls.Add(this.lblBarCodeStart);
  293. this.gbxInfo.Controls.Add(this.lblGroutingDateValue);
  294. this.gbxInfo.Controls.Add(this.lblGrouting);
  295. this.gbxInfo.Controls.Add(this.c_Label1);
  296. this.gbxInfo.Controls.Add(this.lblGroutingDate);
  297. this.gbxInfo.Location = new System.Drawing.Point(12, 38);
  298. this.gbxInfo.Name = "gbxInfo";
  299. this.gbxInfo.Size = new System.Drawing.Size(862, 78);
  300. this.gbxInfo.TabIndex = 1;
  301. this.gbxInfo.TabStop = false;
  302. this.gbxInfo.Text = "注浆信息";
  303. //
  304. // txtGrouting
  305. //
  306. this.txtGrouting.AutoSize = true;
  307. this.txtGrouting.BackColor = System.Drawing.Color.Transparent;
  308. this.txtGrouting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  309. this.txtGrouting.Location = new System.Drawing.Point(220, 23);
  310. this.txtGrouting.Name = "txtGrouting";
  311. this.txtGrouting.Size = new System.Drawing.Size(17, 12);
  312. this.txtGrouting.TabIndex = 3;
  313. this.txtGrouting.Text = "--";
  314. //
  315. // btnNGRSetting
  316. //
  317. this.btnNGRSetting.BackColor = System.Drawing.Color.Transparent;
  318. this.btnNGRSetting.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnNGRSetting.BackgroundImage")));
  319. this.btnNGRSetting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.btnNGRSetting.ForeColor = System.Drawing.Color.White;
  321. this.btnNGRSetting.Location = new System.Drawing.Point(405, 43);
  322. this.btnNGRSetting.Name = "btnNGRSetting";
  323. this.btnNGRSetting.Size = new System.Drawing.Size(44, 27);
  324. this.btnNGRSetting.TabIndex = 9;
  325. this.btnNGRSetting.Text = "设置";
  326. this.btnNGRSetting.UseVisualStyleBackColor = false;
  327. this.btnNGRSetting.Click += new System.EventHandler(this.btnNGRSetting_Click);
  328. //
  329. // cmbLogo
  330. //
  331. this.cmbLogo.BackColor = System.Drawing.SystemColors.Window;
  332. this.cmbLogo.BackgroundColor = System.Drawing.SystemColors.Window;
  333. this.cmbLogo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  334. this.cmbLogo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  335. this.cmbLogo.FormattingEnabled = true;
  336. this.cmbLogo.Location = new System.Drawing.Point(65, 47);
  337. this.cmbLogo.Name = "cmbLogo";
  338. this.cmbLogo.Size = new System.Drawing.Size(335, 20);
  339. this.cmbLogo.TabIndex = 8;
  340. //
  341. // btnClearBarCode
  342. //
  343. this.btnClearBarCode.BackColor = System.Drawing.Color.Transparent;
  344. this.btnClearBarCode.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearBarCode.BackgroundImage")));
  345. this.btnClearBarCode.Enabled = false;
  346. this.btnClearBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  347. this.btnClearBarCode.ForeColor = System.Drawing.Color.White;
  348. this.btnClearBarCode.Location = new System.Drawing.Point(771, 42);
  349. this.btnClearBarCode.Name = "btnClearBarCode";
  350. this.btnClearBarCode.Size = new System.Drawing.Size(85, 30);
  351. this.btnClearBarCode.TabIndex = 7;
  352. this.btnClearBarCode.Text = "清空条码(&C)";
  353. this.btnClearBarCode.UseVisualStyleBackColor = false;
  354. this.btnClearBarCode.Click += new System.EventHandler(this.btnClearBarCode_Click);
  355. //
  356. // txtBarCodeStart
  357. //
  358. this.txtBarCodeStart.BackColor = System.Drawing.SystemColors.Control;
  359. this.txtBarCodeStart.BackgroundColor = System.Drawing.SystemColors.Window;
  360. this.txtBarCodeStart.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  361. this.txtBarCodeStart.ErrorMessage = "";
  362. this.txtBarCodeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.txtBarCodeStart.ImeMode = System.Windows.Forms.ImeMode.Off;
  364. this.txtBarCodeStart.IsMustInput = true;
  365. this.txtBarCodeStart.Location = new System.Drawing.Point(512, 47);
  366. this.txtBarCodeStart.MaxLength = 11;
  367. this.txtBarCodeStart.Name = "txtBarCodeStart";
  368. this.txtBarCodeStart.ReadOnly = true;
  369. this.txtBarCodeStart.Size = new System.Drawing.Size(164, 21);
  370. this.txtBarCodeStart.TabIndex = 5;
  371. this.txtBarCodeStart.TextValue = "";
  372. this.txtBarCodeStart.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtBarCodeStart_KeyPress);
  373. //
  374. // btnBindBarCode
  375. //
  376. this.btnBindBarCode.BackColor = System.Drawing.Color.Transparent;
  377. this.btnBindBarCode.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnBindBarCode.BackgroundImage")));
  378. this.btnBindBarCode.Enabled = false;
  379. this.btnBindBarCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.btnBindBarCode.ForeColor = System.Drawing.Color.White;
  381. this.btnBindBarCode.Location = new System.Drawing.Point(680, 42);
  382. this.btnBindBarCode.Name = "btnBindBarCode";
  383. this.btnBindBarCode.Size = new System.Drawing.Size(85, 30);
  384. this.btnBindBarCode.TabIndex = 6;
  385. this.btnBindBarCode.Text = "绑定条码(&B)";
  386. this.btnBindBarCode.UseVisualStyleBackColor = false;
  387. this.btnBindBarCode.Click += new System.EventHandler(this.btnBindBarCode_Click);
  388. //
  389. // lblBarCodeStart
  390. //
  391. this.lblBarCodeStart.AutoSize = true;
  392. this.lblBarCodeStart.BackColor = System.Drawing.Color.Transparent;
  393. this.lblBarCodeStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  394. this.lblBarCodeStart.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  395. this.lblBarCodeStart.IsMustInput = true;
  396. this.lblBarCodeStart.Location = new System.Drawing.Point(455, 54);
  397. this.lblBarCodeStart.Name = "lblBarCodeStart";
  398. this.lblBarCodeStart.Size = new System.Drawing.Size(53, 12);
  399. this.lblBarCodeStart.TabIndex = 4;
  400. this.lblBarCodeStart.Text = "起始条码";
  401. //
  402. // lblGroutingDateValue
  403. //
  404. this.lblGroutingDateValue.AutoSize = true;
  405. this.lblGroutingDateValue.BackColor = System.Drawing.Color.Transparent;
  406. this.lblGroutingDateValue.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. this.lblGroutingDateValue.ForeColor = System.Drawing.SystemColors.ControlText;
  408. this.lblGroutingDateValue.Location = new System.Drawing.Point(65, 23);
  409. this.lblGroutingDateValue.Name = "lblGroutingDateValue";
  410. this.lblGroutingDateValue.Size = new System.Drawing.Size(65, 12);
  411. this.lblGroutingDateValue.TabIndex = 1;
  412. this.lblGroutingDateValue.Text = "YYYY-MM-DD";
  413. //
  414. // lblGrouting
  415. //
  416. this.lblGrouting.AutoSize = true;
  417. this.lblGrouting.BackColor = System.Drawing.Color.Transparent;
  418. this.lblGrouting.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  419. this.lblGrouting.ForeColor = System.Drawing.SystemColors.ControlText;
  420. this.lblGrouting.Location = new System.Drawing.Point(149, 23);
  421. this.lblGrouting.Name = "lblGrouting";
  422. this.lblGrouting.Size = new System.Drawing.Size(65, 12);
  423. this.lblGrouting.TabIndex = 2;
  424. this.lblGrouting.Text = "成型线信息";
  425. //
  426. // c_Label1
  427. //
  428. this.c_Label1.AutoSize = true;
  429. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  430. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  432. this.c_Label1.Location = new System.Drawing.Point(6, 51);
  433. this.c_Label1.Name = "c_Label1";
  434. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  435. this.c_Label1.TabIndex = 0;
  436. this.c_Label1.Text = "产品商标";
  437. //
  438. // GroutingDailyID
  439. //
  440. this.GroutingDailyID.DataPropertyName = "GroutingDailyID";
  441. this.GroutingDailyID.HeaderText = "注浆日报ID";
  442. this.GroutingDailyID.MinimumWidth = 6;
  443. this.GroutingDailyID.Name = "GroutingDailyID";
  444. this.GroutingDailyID.Visible = false;
  445. this.GroutingDailyID.Width = 125;
  446. //
  447. // GroutingDailyDetailID
  448. //
  449. this.GroutingDailyDetailID.HeaderText = "注浆日报明细ID";
  450. this.GroutingDailyDetailID.MinimumWidth = 6;
  451. this.GroutingDailyDetailID.Name = "GroutingDailyDetailID";
  452. this.GroutingDailyDetailID.Visible = false;
  453. this.GroutingDailyDetailID.Width = 125;
  454. //
  455. // GroutingLineId
  456. //
  457. this.GroutingLineId.DataPropertyName = "GroutingLineId";
  458. this.GroutingLineId.HeaderText = "成型线ID";
  459. this.GroutingLineId.MinimumWidth = 6;
  460. this.GroutingLineId.Name = "GroutingLineId";
  461. this.GroutingLineId.Visible = false;
  462. this.GroutingLineId.Width = 125;
  463. //
  464. // GroutingLineDetailID
  465. //
  466. this.GroutingLineDetailID.DataPropertyName = "GroutingLineDetailID";
  467. this.GroutingLineDetailID.HeaderText = "成型线明细ID";
  468. this.GroutingLineDetailID.MinimumWidth = 6;
  469. this.GroutingLineDetailID.Name = "GroutingLineDetailID";
  470. this.GroutingLineDetailID.Visible = false;
  471. this.GroutingLineDetailID.Width = 125;
  472. //
  473. // GroutingLineCode
  474. //
  475. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  476. this.GroutingLineCode.HeaderText = "成型线编码";
  477. this.GroutingLineCode.MinimumWidth = 6;
  478. this.GroutingLineCode.Name = "GroutingLineCode";
  479. this.GroutingLineCode.ReadOnly = true;
  480. this.GroutingLineCode.Width = 125;
  481. //
  482. // GroutingLineName
  483. //
  484. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  485. this.GroutingLineName.HeaderText = "成型线名称";
  486. this.GroutingLineName.MinimumWidth = 6;
  487. this.GroutingLineName.Name = "GroutingLineName";
  488. this.GroutingLineName.ReadOnly = true;
  489. this.GroutingLineName.Width = 125;
  490. //
  491. // GoodsCode
  492. //
  493. this.GoodsCode.DataPropertyName = "GoodsCode";
  494. this.GoodsCode.HeaderText = "产品编码";
  495. this.GoodsCode.MinimumWidth = 6;
  496. this.GoodsCode.Name = "GoodsCode";
  497. this.GoodsCode.ReadOnly = true;
  498. this.GoodsCode.Width = 125;
  499. //
  500. // GoodsName
  501. //
  502. this.GoodsName.DataPropertyName = "GoodsName";
  503. this.GoodsName.HeaderText = "产品名称";
  504. this.GoodsName.MinimumWidth = 6;
  505. this.GoodsName.Name = "GoodsName";
  506. this.GoodsName.ReadOnly = true;
  507. this.GoodsName.Width = 125;
  508. //
  509. // GroutingUserCode
  510. //
  511. this.GroutingUserCode.DataPropertyName = "UserCode";
  512. this.GroutingUserCode.HeaderText = "成型工位号";
  513. this.GroutingUserCode.MinimumWidth = 6;
  514. this.GroutingUserCode.Name = "GroutingUserCode";
  515. this.GroutingUserCode.ReadOnly = true;
  516. this.GroutingUserCode.Width = 125;
  517. //
  518. // STAFFNAME
  519. //
  520. this.STAFFNAME.DataPropertyName = "STAFFNAME";
  521. this.STAFFNAME.HeaderText = "员工姓名";
  522. this.STAFFNAME.MinimumWidth = 6;
  523. this.STAFFNAME.Name = "STAFFNAME";
  524. this.STAFFNAME.ReadOnly = true;
  525. this.STAFFNAME.Width = 125;
  526. //
  527. // GroutingBatchNo
  528. //
  529. this.GroutingBatchNo.DataPropertyName = "GroutingBatchNo";
  530. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  531. this.GroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle3;
  532. this.GroutingBatchNo.HeaderText = "注浆批次";
  533. this.GroutingBatchNo.MinimumWidth = 6;
  534. this.GroutingBatchNo.Name = "GroutingBatchNo";
  535. this.GroutingBatchNo.ReadOnly = true;
  536. this.GroutingBatchNo.Width = 125;
  537. //
  538. // GMouldStatus
  539. //
  540. this.GMouldStatus.DataPropertyName = "GMouldStatusName";
  541. this.GMouldStatus.HeaderText = "模具状态";
  542. this.GMouldStatus.MinimumWidth = 6;
  543. this.GMouldStatus.Name = "GMouldStatus";
  544. this.GMouldStatus.ReadOnly = true;
  545. this.GMouldStatus.Width = 60;
  546. //
  547. // GroutingMouldCode
  548. //
  549. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  550. this.GroutingMouldCode.HeaderText = "模具编号";
  551. this.GroutingMouldCode.MinimumWidth = 6;
  552. this.GroutingMouldCode.Name = "GroutingMouldCode";
  553. this.GroutingMouldCode.ReadOnly = true;
  554. this.GroutingMouldCode.Width = 120;
  555. //
  556. // BarCode
  557. //
  558. this.BarCode.DataPropertyName = "BarCode";
  559. this.BarCode.HeaderText = "绑定条码";
  560. this.BarCode.MaxInputLength = 11;
  561. this.BarCode.MinimumWidth = 6;
  562. this.BarCode.Name = "BarCode";
  563. this.BarCode.Width = 125;
  564. //
  565. // ScrapFlag
  566. //
  567. this.ScrapFlag.DataPropertyName = "ScrapFlag";
  568. this.ScrapFlag.FalseValue = "0";
  569. this.ScrapFlag.HeaderText = "损坯标识";
  570. this.ScrapFlag.IndeterminateValue = "0";
  571. this.ScrapFlag.MinimumWidth = 6;
  572. this.ScrapFlag.Name = "ScrapFlag";
  573. this.ScrapFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  574. this.ScrapFlag.TrueValue = "1";
  575. this.ScrapFlag.Width = 125;
  576. //
  577. // GroutingFlag
  578. //
  579. this.GroutingFlag.DataPropertyName = "GroutingFlag";
  580. this.GroutingFlag.FalseValue = "0";
  581. this.GroutingFlag.HeaderText = "注浆标识";
  582. this.GroutingFlag.IndeterminateValue = "0";
  583. this.GroutingFlag.MinimumWidth = 6;
  584. this.GroutingFlag.Name = "GroutingFlag";
  585. this.GroutingFlag.ReadOnly = true;
  586. this.GroutingFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  587. this.GroutingFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  588. this.GroutingFlag.TrueValue = "1";
  589. this.GroutingFlag.Width = 80;
  590. //
  591. // UserID
  592. //
  593. this.UserID.DataPropertyName = "UserID";
  594. this.UserID.HeaderText = "成型工号ID";
  595. this.UserID.MinimumWidth = 6;
  596. this.UserID.Name = "UserID";
  597. this.UserID.Visible = false;
  598. this.UserID.Width = 125;
  599. //
  600. // NoGroutingRreason
  601. //
  602. this.NoGroutingRreason.DataPropertyName = "NoGroutingRreason";
  603. this.NoGroutingRreason.HeaderText = "未注浆原因";
  604. this.NoGroutingRreason.MinimumWidth = 6;
  605. this.NoGroutingRreason.Name = "NoGroutingRreason";
  606. this.NoGroutingRreason.ReadOnly = true;
  607. this.NoGroutingRreason.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  608. this.NoGroutingRreason.Width = 125;
  609. //
  610. // collogo
  611. //
  612. this.collogo.DataPropertyName = "logoid";
  613. this.collogo.HeaderText = "产品商标";
  614. this.collogo.MinimumWidth = 6;
  615. this.collogo.Name = "collogo";
  616. this.collogo.Width = 125;
  617. //
  618. // Remarks
  619. //
  620. this.Remarks.DataPropertyName = "Remarks";
  621. this.Remarks.HeaderText = "备注";
  622. this.Remarks.MinimumWidth = 6;
  623. this.Remarks.Name = "Remarks";
  624. this.Remarks.Width = 125;
  625. //
  626. // colOBarCode
  627. //
  628. this.colOBarCode.DataPropertyName = "OBarCode";
  629. this.colOBarCode.HeaderText = "原条码";
  630. this.colOBarCode.MinimumWidth = 6;
  631. this.colOBarCode.Name = "colOBarCode";
  632. this.colOBarCode.ReadOnly = true;
  633. this.colOBarCode.Visible = false;
  634. this.colOBarCode.Width = 125;
  635. //
  636. // colOScrapFlag
  637. //
  638. this.colOScrapFlag.DataPropertyName = "OScrapFlag";
  639. this.colOScrapFlag.HeaderText = "原损坯标识";
  640. this.colOScrapFlag.MinimumWidth = 6;
  641. this.colOScrapFlag.Name = "colOScrapFlag";
  642. this.colOScrapFlag.ReadOnly = true;
  643. this.colOScrapFlag.Visible = false;
  644. this.colOScrapFlag.Width = 125;
  645. //
  646. // DeliverFlag
  647. //
  648. this.DeliverFlag.DataPropertyName = "DeliverFlag";
  649. this.DeliverFlag.HeaderText = "DeliverFlag";
  650. this.DeliverFlag.MinimumWidth = 6;
  651. this.DeliverFlag.Name = "DeliverFlag";
  652. this.DeliverFlag.ReadOnly = true;
  653. this.DeliverFlag.Visible = false;
  654. this.DeliverFlag.Width = 125;
  655. //
  656. // F_PM_0103
  657. //
  658. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  659. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  660. this.CancelButton = this.btnClose;
  661. this.ClientSize = new System.Drawing.Size(886, 501);
  662. this.Controls.Add(this.gbxInfo);
  663. this.Controls.Add(this.tsrOperate);
  664. this.Controls.Add(this.btnClose);
  665. this.Controls.Add(this.btnSave);
  666. this.Controls.Add(this.dgvDetail);
  667. this.IsSaveFormSize = false;
  668. this.Margin = new System.Windows.Forms.Padding(5);
  669. this.Name = "F_PM_0103";
  670. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  671. this.Text = "绑定条码";
  672. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  673. this.Load += new System.EventHandler(this.F_PM_0103_Load);
  674. this.Controls.SetChildIndex(this.dgvDetail, 0);
  675. this.Controls.SetChildIndex(this.btnSave, 0);
  676. this.Controls.SetChildIndex(this.btnClose, 0);
  677. this.Controls.SetChildIndex(this.tsrOperate, 0);
  678. this.Controls.SetChildIndex(this.gbxInfo, 0);
  679. ((System.ComponentModel.ISupportInitialize)(this.dgvDetail)).EndInit();
  680. this.tsrOperate.ResumeLayout(false);
  681. this.tsrOperate.PerformLayout();
  682. this.gbxInfo.ResumeLayout(false);
  683. this.gbxInfo.PerformLayout();
  684. this.ResumeLayout(false);
  685. this.PerformLayout();
  686. }
  687. #endregion
  688. private Basics.BaseControls.C_Label lblGroutingDate;
  689. private Basics.BaseControls.C_DataGridView dgvDetail;
  690. private Basics.BaseControls.C_Button btnSave;
  691. private Basics.BaseControls.C_Button btnClose;
  692. private Basics.BaseControls.C_ToolStrip tsrOperate;
  693. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  694. private System.Windows.Forms.ToolStripButton tsbtnClose;
  695. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  696. private System.Windows.Forms.GroupBox gbxInfo;
  697. private Basics.BaseControls.C_Label lblGroutingDateValue;
  698. private Basics.BaseControls.C_Label lblGrouting;
  699. private System.Windows.Forms.ToolStripButton tsbtnGrouting;
  700. private Basics.BaseControls.C_Button btnClearBarCode;
  701. private Basics.BaseControls.C_TXT_BarCode txtBarCodeStart;
  702. private Basics.BaseControls.C_Button btnBindBarCode;
  703. private Basics.BaseControls.C_Label lblBarCodeStart;
  704. private Basics.BaseControls.C_Label c_Label1;
  705. private Basics.BaseControls.C_ComboBox cmbLogo;
  706. private Basics.BaseControls.C_Button btnNGRSetting;
  707. private Basics.BaseControls.C_Label txtGrouting;
  708. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyID;
  709. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingDailyDetailID;
  710. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineId;
  711. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineDetailID;
  712. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  713. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  714. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  715. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  716. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  717. private System.Windows.Forms.DataGridViewTextBoxColumn STAFFNAME;
  718. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingBatchNo;
  719. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
  720. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  721. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  722. private System.Windows.Forms.DataGridViewCheckBoxColumn ScrapFlag;
  723. private System.Windows.Forms.DataGridViewCheckBoxColumn GroutingFlag;
  724. private System.Windows.Forms.DataGridViewTextBoxColumn UserID;
  725. private System.Windows.Forms.DataGridViewTextBoxColumn NoGroutingRreason;
  726. private System.Windows.Forms.DataGridViewComboBoxColumn collogo;
  727. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  728. private System.Windows.Forms.DataGridViewTextBoxColumn colOBarCode;
  729. private System.Windows.Forms.DataGridViewCheckBoxColumn colOScrapFlag;
  730. private System.Windows.Forms.DataGridViewTextBoxColumn DeliverFlag;
  731. }
  732. }