F_PM_0102.Designer.cs 42 KB

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