F_RPT_010104.Designer.cs 42 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_010104
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_010104));
  34. this.dgvGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  35. this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.GoodsSpecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.GroutingCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.DETAILGMOULDSTATUSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.BuildingNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.FloorNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.GroutingLineNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.MouldQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.GMOULDSTATUSNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  53. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  54. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  55. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  56. this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  57. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  59. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  60. this.txtGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  61. this.lblGroutingLineNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.txtFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  63. this.lblFloorNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  64. this.txtBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  65. this.lblBuildingNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  66. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  67. this.lblGMouldType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  68. this.scbGMouldType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGMouldType();
  69. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  70. this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  71. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  72. this.lblGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  73. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  74. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  75. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  76. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).BeginInit();
  77. this.gbxCondition.SuspendLayout();
  78. this.tsrOperate.SuspendLayout();
  79. this.SuspendLayout();
  80. //
  81. // dgvGroutingLine
  82. //
  83. this.dgvGroutingLine.AllowUserToAddRows = false;
  84. this.dgvGroutingLine.AllowUserToDeleteRows = false;
  85. this.dgvGroutingLine.AllowUserToModifyRows = true;
  86. this.dgvGroutingLine.AllowUserToOrderColumns = true;
  87. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  88. this.dgvGroutingLine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  89. this.dgvGroutingLine.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  90. | System.Windows.Forms.AnchorStyles.Left)
  91. | System.Windows.Forms.AnchorStyles.Right)));
  92. this.dgvGroutingLine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  93. this.dgvGroutingLine.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  94. this.dgvGroutingLine.CellHeight = 23;
  95. this.dgvGroutingLine.ChildNodeColumnName = null;
  96. this.dgvGroutingLine.ChildNodeColumnText = null;
  97. this.dgvGroutingLine.ColumnDeep = 1;
  98. this.dgvGroutingLine.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  99. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  100. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  101. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  102. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  103. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  104. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  105. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  106. this.dgvGroutingLine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  107. this.dgvGroutingLine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  108. this.dgvGroutingLine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  109. this.GroutingLineID,
  110. this.GroutingLineCode,
  111. this.GroutingLineName,
  112. this.GroutingMouldCode,
  113. this.GOODSCODE,
  114. this.GoodsName,
  115. this.GoodsSpecification,
  116. this.GroutingCount,
  117. this.DETAILGMOULDSTATUSNAME,
  118. this.BuildingNo,
  119. this.FloorNo,
  120. this.GroutingLineNo,
  121. this.MouldQuantity,
  122. this.GMouldTypeName,
  123. this.UserCode,
  124. this.GMOULDSTATUSNAME,
  125. this.Remarks});
  126. this.dgvGroutingLine.ColumnTreeView = null;
  127. this.dgvGroutingLine.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)));
  128. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  129. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  130. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  132. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  133. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  134. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  135. this.dgvGroutingLine.DefaultCellStyle = dataGridViewCellStyle4;
  136. this.dgvGroutingLine.DynamicColumnName = "";
  137. this.dgvGroutingLine.EnableHeadersVisualStyles = false;
  138. this.dgvGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  139. this.dgvGroutingLine.FormatQuantityColumns = null;
  140. this.dgvGroutingLine.HorizontalMergeColumn = null;
  141. this.dgvGroutingLine.IsAutoCountSum = true;
  142. this.dgvGroutingLine.IsAutoResizeColumns = false;
  143. this.dgvGroutingLine.IsClickF12 = false;
  144. this.dgvGroutingLine.IsOpenMergeCellFlag = false;
  145. this.dgvGroutingLine.IsSubTotalFlag = false;
  146. this.dgvGroutingLine.IsTopDeep = false;
  147. this.dgvGroutingLine.Location = new System.Drawing.Point(0, 154);
  148. this.dgvGroutingLine.MergeColumnNames = null;
  149. this.dgvGroutingLine.MergeDetailColumnNames = null;
  150. this.dgvGroutingLine.MergeDetailOnlyColumn = null;
  151. this.dgvGroutingLine.MergeOnlyColumn = null;
  152. this.dgvGroutingLine.MultiSelect = false;
  153. this.dgvGroutingLine.Name = "dgvGroutingLine";
  154. this.dgvGroutingLine.ReadOnly = true;
  155. this.dgvGroutingLine.RefreshAtHscroll = false;
  156. this.dgvGroutingLine.RowHeadersWidth = 50;
  157. this.dgvGroutingLine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  158. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  159. this.dgvGroutingLine.RowsDefaultCellStyle = dataGridViewCellStyle5;
  160. this.dgvGroutingLine.RowTemplate.Height = 21;
  161. this.dgvGroutingLine.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  162. this.dgvGroutingLine.ShowEditingIcon = false;
  163. this.dgvGroutingLine.Size = new System.Drawing.Size(1004, 331);
  164. this.dgvGroutingLine.SortOrderColumnName = null;
  165. this.dgvGroutingLine.TabIndex = 0;
  166. this.dgvGroutingLine.Tag = true;
  167. this.dgvGroutingLine.TotalSumColumns = null;
  168. this.dgvGroutingLine.ViewRowFilter = "";
  169. this.dgvGroutingLine.VirtualMode = true;
  170. //
  171. // GroutingLineID
  172. //
  173. this.GroutingLineID.DataPropertyName = "GroutingLineID";
  174. this.GroutingLineID.HeaderText = "成型生产线ID";
  175. this.GroutingLineID.Name = "GroutingLineID";
  176. this.GroutingLineID.ReadOnly = true;
  177. this.GroutingLineID.Visible = false;
  178. //
  179. // GroutingLineCode
  180. //
  181. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  182. this.GroutingLineCode.HeaderText = "成型线编码";
  183. this.GroutingLineCode.Name = "GroutingLineCode";
  184. this.GroutingLineCode.ReadOnly = true;
  185. //
  186. // GroutingLineName
  187. //
  188. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  189. this.GroutingLineName.HeaderText = "成型线名称";
  190. this.GroutingLineName.Name = "GroutingLineName";
  191. this.GroutingLineName.ReadOnly = true;
  192. //
  193. // GroutingMouldCode
  194. //
  195. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  196. this.GroutingMouldCode.HeaderText = "模具编号";
  197. this.GroutingMouldCode.Name = "GroutingMouldCode";
  198. this.GroutingMouldCode.ReadOnly = true;
  199. //
  200. // GOODSCODE
  201. //
  202. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  203. this.GOODSCODE.HeaderText = "产品编码";
  204. this.GOODSCODE.Name = "GOODSCODE";
  205. this.GOODSCODE.ReadOnly = true;
  206. //
  207. // GoodsName
  208. //
  209. this.GoodsName.DataPropertyName = "GoodsName";
  210. this.GoodsName.HeaderText = "产品名称";
  211. this.GoodsName.Name = "GoodsName";
  212. this.GoodsName.ReadOnly = true;
  213. //
  214. // GoodsSpecification
  215. //
  216. this.GoodsSpecification.DataPropertyName = "GoodsSpecification";
  217. this.GoodsSpecification.HeaderText = "产品规格";
  218. this.GoodsSpecification.Name = "GoodsSpecification";
  219. this.GoodsSpecification.ReadOnly = true;
  220. //
  221. // GroutingCount
  222. //
  223. this.GroutingCount.DataPropertyName = "GroutingCount";
  224. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  225. this.GroutingCount.DefaultCellStyle = dataGridViewCellStyle3;
  226. this.GroutingCount.HeaderText = "注浆次数";
  227. this.GroutingCount.Name = "GroutingCount";
  228. this.GroutingCount.ReadOnly = true;
  229. //
  230. // DETAILGMOULDSTATUSNAME
  231. //
  232. this.DETAILGMOULDSTATUSNAME.DataPropertyName = "DETAILGMOULDSTATUSNAME";
  233. this.DETAILGMOULDSTATUSNAME.HeaderText = "模具状态";
  234. this.DETAILGMOULDSTATUSNAME.Name = "DETAILGMOULDSTATUSNAME";
  235. this.DETAILGMOULDSTATUSNAME.ReadOnly = true;
  236. //
  237. // BuildingNo
  238. //
  239. this.BuildingNo.DataPropertyName = "BuildingNo";
  240. this.BuildingNo.HeaderText = "楼号";
  241. this.BuildingNo.Name = "BuildingNo";
  242. this.BuildingNo.ReadOnly = true;
  243. //
  244. // FloorNo
  245. //
  246. this.FloorNo.DataPropertyName = "FloorNo";
  247. this.FloorNo.HeaderText = "楼层";
  248. this.FloorNo.Name = "FloorNo";
  249. this.FloorNo.ReadOnly = true;
  250. //
  251. // GroutingLineNo
  252. //
  253. this.GroutingLineNo.DataPropertyName = "GroutingLineNo";
  254. this.GroutingLineNo.HeaderText = "线号";
  255. this.GroutingLineNo.Name = "GroutingLineNo";
  256. this.GroutingLineNo.ReadOnly = true;
  257. //
  258. // MouldQuantity
  259. //
  260. this.MouldQuantity.DataPropertyName = "MouldQuantity";
  261. this.MouldQuantity.HeaderText = "模具个数";
  262. this.MouldQuantity.Name = "MouldQuantity";
  263. this.MouldQuantity.ReadOnly = true;
  264. //
  265. // GMouldTypeName
  266. //
  267. this.GMouldTypeName.DataPropertyName = "GMouldTypeName";
  268. this.GMouldTypeName.HeaderText = "成型线类别";
  269. this.GMouldTypeName.Name = "GMouldTypeName";
  270. this.GMouldTypeName.ReadOnly = true;
  271. //
  272. // UserCode
  273. //
  274. this.UserCode.DataPropertyName = "UserCode";
  275. this.UserCode.HeaderText = "成型工号";
  276. this.UserCode.Name = "UserCode";
  277. this.UserCode.ReadOnly = true;
  278. //
  279. // GMOULDSTATUSNAME
  280. //
  281. this.GMOULDSTATUSNAME.DataPropertyName = "GMOULDSTATUSNAME";
  282. this.GMOULDSTATUSNAME.HeaderText = "成型线状态";
  283. this.GMOULDSTATUSNAME.Name = "GMOULDSTATUSNAME";
  284. this.GMOULDSTATUSNAME.ReadOnly = true;
  285. this.GMOULDSTATUSNAME.Width = 120;
  286. //
  287. // Remarks
  288. //
  289. this.Remarks.DataPropertyName = "Remarks";
  290. this.Remarks.HeaderText = "备注";
  291. this.Remarks.Name = "Remarks";
  292. this.Remarks.ReadOnly = true;
  293. //
  294. // btnClearCondition
  295. //
  296. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  297. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  298. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  299. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  300. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  301. this.btnClearCondition.Location = new System.Drawing.Point(913, 77);
  302. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  303. this.btnClearCondition.Name = "btnClearCondition";
  304. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  305. this.btnClearCondition.TabIndex = 25;
  306. this.btnClearCondition.Text = "清空条件(&C)";
  307. this.btnClearCondition.UseVisualStyleBackColor = false;
  308. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  309. //
  310. // btnSearch
  311. //
  312. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  313. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  314. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  315. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.btnSearch.ForeColor = System.Drawing.Color.White;
  317. this.btnSearch.Location = new System.Drawing.Point(822, 77);
  318. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  319. this.btnSearch.Name = "btnSearch";
  320. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  321. this.btnSearch.TabIndex = 24;
  322. this.btnSearch.Text = "查询(&Q)";
  323. this.btnSearch.UseVisualStyleBackColor = false;
  324. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  325. //
  326. // txtRemarks
  327. //
  328. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  329. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  330. this.txtRemarks.ErrorMessage = "";
  331. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. this.txtRemarks.Location = new System.Drawing.Point(619, 74);
  333. this.txtRemarks.MaxLength = 500;
  334. this.txtRemarks.Name = "txtRemarks";
  335. this.txtRemarks.Size = new System.Drawing.Size(197, 21);
  336. this.txtRemarks.TabIndex = 21;
  337. //
  338. // lblRemarks
  339. //
  340. this.lblRemarks.AutoSize = true;
  341. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  342. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  344. this.lblRemarks.Location = new System.Drawing.Point(584, 78);
  345. this.lblRemarks.Name = "lblRemarks";
  346. this.lblRemarks.Size = new System.Drawing.Size(29, 12);
  347. this.lblRemarks.TabIndex = 20;
  348. this.lblRemarks.Text = "备注";
  349. //
  350. // txtGroutingLineName
  351. //
  352. this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
  353. this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  354. this.txtGroutingLineName.ErrorMessage = "";
  355. this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  356. this.txtGroutingLineName.Location = new System.Drawing.Point(360, 47);
  357. this.txtGroutingLineName.MaxLength = 50;
  358. this.txtGroutingLineName.Name = "txtGroutingLineName";
  359. this.txtGroutingLineName.Size = new System.Drawing.Size(179, 21);
  360. this.txtGroutingLineName.TabIndex = 13;
  361. //
  362. // lblGroutingLineName
  363. //
  364. this.lblGroutingLineName.AutoSize = true;
  365. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  366. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  368. this.lblGroutingLineName.Location = new System.Drawing.Point(289, 50);
  369. this.lblGroutingLineName.Name = "lblGroutingLineName";
  370. this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12);
  371. this.lblGroutingLineName.TabIndex = 12;
  372. this.lblGroutingLineName.Text = "成型线名称";
  373. //
  374. // txtGroutingLineCode
  375. //
  376. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  377. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  378. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  379. this.txtGroutingLineCode.ErrorMessage = "";
  380. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  381. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  382. this.txtGroutingLineCode.Location = new System.Drawing.Point(77, 47);
  383. this.txtGroutingLineCode.MaxLength = 30;
  384. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  385. this.txtGroutingLineCode.RejectCharsPattern = "";
  386. this.txtGroutingLineCode.Size = new System.Drawing.Size(184, 21);
  387. this.txtGroutingLineCode.TabIndex = 11;
  388. this.txtGroutingLineCode.TextValue = "";
  389. //
  390. // lblGroutingLineCode
  391. //
  392. this.lblGroutingLineCode.AutoSize = true;
  393. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  394. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  395. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  396. this.lblGroutingLineCode.Location = new System.Drawing.Point(6, 50);
  397. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  398. this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
  399. this.lblGroutingLineCode.TabIndex = 10;
  400. this.lblGroutingLineCode.Text = "成型线编码";
  401. //
  402. // txtGroutingLineNo
  403. //
  404. this.txtGroutingLineNo.BackColor = System.Drawing.SystemColors.Window;
  405. this.txtGroutingLineNo.BackgroundColor = System.Drawing.SystemColors.Window;
  406. this.txtGroutingLineNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  407. this.txtGroutingLineNo.ErrorMessage = "";
  408. this.txtGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.txtGroutingLineNo.Location = new System.Drawing.Point(619, 20);
  410. this.txtGroutingLineNo.MaxLength = 10;
  411. this.txtGroutingLineNo.Name = "txtGroutingLineNo";
  412. this.txtGroutingLineNo.Size = new System.Drawing.Size(197, 21);
  413. this.txtGroutingLineNo.TabIndex = 5;
  414. //
  415. // lblGroutingLineNo
  416. //
  417. this.lblGroutingLineNo.AutoSize = true;
  418. this.lblGroutingLineNo.BackColor = System.Drawing.Color.Transparent;
  419. this.lblGroutingLineNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  420. this.lblGroutingLineNo.ForeColor = System.Drawing.SystemColors.ControlText;
  421. this.lblGroutingLineNo.Location = new System.Drawing.Point(584, 23);
  422. this.lblGroutingLineNo.Name = "lblGroutingLineNo";
  423. this.lblGroutingLineNo.Size = new System.Drawing.Size(29, 12);
  424. this.lblGroutingLineNo.TabIndex = 4;
  425. this.lblGroutingLineNo.Text = "线号";
  426. //
  427. // txtFloorNo
  428. //
  429. this.txtFloorNo.BackColor = System.Drawing.SystemColors.Window;
  430. this.txtFloorNo.BackgroundColor = System.Drawing.SystemColors.Window;
  431. this.txtFloorNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  432. this.txtFloorNo.ErrorMessage = "";
  433. this.txtFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  434. this.txtFloorNo.Location = new System.Drawing.Point(360, 20);
  435. this.txtFloorNo.MaxLength = 5;
  436. this.txtFloorNo.Name = "txtFloorNo";
  437. this.txtFloorNo.Size = new System.Drawing.Size(179, 21);
  438. this.txtFloorNo.TabIndex = 3;
  439. this.txtFloorNo.TextValue = "";
  440. //
  441. // lblFloorNo
  442. //
  443. this.lblFloorNo.AutoSize = true;
  444. this.lblFloorNo.BackColor = System.Drawing.Color.Transparent;
  445. this.lblFloorNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  446. this.lblFloorNo.ForeColor = System.Drawing.SystemColors.ControlText;
  447. this.lblFloorNo.Location = new System.Drawing.Point(325, 23);
  448. this.lblFloorNo.Name = "lblFloorNo";
  449. this.lblFloorNo.Size = new System.Drawing.Size(29, 12);
  450. this.lblFloorNo.TabIndex = 2;
  451. this.lblFloorNo.Text = "楼层";
  452. //
  453. // txtBuildingNo
  454. //
  455. this.txtBuildingNo.BackColor = System.Drawing.SystemColors.Window;
  456. this.txtBuildingNo.BackgroundColor = System.Drawing.SystemColors.Window;
  457. this.txtBuildingNo.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  458. this.txtBuildingNo.ErrorMessage = "";
  459. this.txtBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  460. this.txtBuildingNo.Location = new System.Drawing.Point(77, 20);
  461. this.txtBuildingNo.MaxLength = 10;
  462. this.txtBuildingNo.Name = "txtBuildingNo";
  463. this.txtBuildingNo.Size = new System.Drawing.Size(184, 21);
  464. this.txtBuildingNo.TabIndex = 1;
  465. //
  466. // lblBuildingNo
  467. //
  468. this.lblBuildingNo.AutoSize = true;
  469. this.lblBuildingNo.BackColor = System.Drawing.Color.Transparent;
  470. this.lblBuildingNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  471. this.lblBuildingNo.ForeColor = System.Drawing.SystemColors.ControlText;
  472. this.lblBuildingNo.Location = new System.Drawing.Point(42, 23);
  473. this.lblBuildingNo.Name = "lblBuildingNo";
  474. this.lblBuildingNo.Size = new System.Drawing.Size(29, 12);
  475. this.lblBuildingNo.TabIndex = 0;
  476. this.lblBuildingNo.Text = "楼号";
  477. //
  478. // gbxCondition
  479. //
  480. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  481. | System.Windows.Forms.AnchorStyles.Right)));
  482. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  483. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  484. this.gbxCondition.Controls.Add(this.lblGMouldType);
  485. this.gbxCondition.Controls.Add(this.scbGMouldType);
  486. this.gbxCondition.Controls.Add(this.lblBuildingNo);
  487. this.gbxCondition.Controls.Add(this.lblGroutingLineCode);
  488. this.gbxCondition.Controls.Add(this.btnClearCondition);
  489. this.gbxCondition.Controls.Add(this.btnSearch);
  490. this.gbxCondition.Controls.Add(this.txtBuildingNo);
  491. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  492. this.gbxCondition.Controls.Add(this.txtGroutingUserCode);
  493. this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
  494. this.gbxCondition.Controls.Add(this.txtFloorNo);
  495. this.gbxCondition.Controls.Add(this.lblFloorNo);
  496. this.gbxCondition.Controls.Add(this.c_Label1);
  497. this.gbxCondition.Controls.Add(this.lblGroutingUserCode);
  498. this.gbxCondition.Controls.Add(this.lblGroutingLineNo);
  499. this.gbxCondition.Controls.Add(this.txtGroutingLineNo);
  500. this.gbxCondition.Controls.Add(this.txtRemarks);
  501. this.gbxCondition.Controls.Add(this.lblRemarks);
  502. this.gbxCondition.Controls.Add(this.lblGroutingLineName);
  503. this.gbxCondition.Controls.Add(this.txtGroutingLineName);
  504. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  505. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  506. this.gbxCondition.IsMustInput = false;
  507. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  508. this.gbxCondition.Name = "gbxCondition";
  509. this.gbxCondition.OriginalHeight = -1;
  510. this.gbxCondition.Size = new System.Drawing.Size(1004, 112);
  511. this.gbxCondition.TabIndex = 1;
  512. this.gbxCondition.TabStop = false;
  513. this.gbxCondition.Text = "查询条件 ▼";
  514. //
  515. // lblGMouldType
  516. //
  517. this.lblGMouldType.AutoSize = true;
  518. this.lblGMouldType.BackColor = System.Drawing.Color.Transparent;
  519. this.lblGMouldType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  520. this.lblGMouldType.ForeColor = System.Drawing.SystemColors.ControlText;
  521. this.lblGMouldType.Location = new System.Drawing.Point(548, 50);
  522. this.lblGMouldType.Name = "lblGMouldType";
  523. this.lblGMouldType.Size = new System.Drawing.Size(65, 12);
  524. this.lblGMouldType.TabIndex = 39;
  525. this.lblGMouldType.Text = "成型线类型";
  526. //
  527. // scbGMouldType
  528. //
  529. this.scbGMouldType.CheckedData = null;
  530. this.scbGMouldType.Location = new System.Drawing.Point(619, 47);
  531. this.scbGMouldType.Name = "scbGMouldType";
  532. this.scbGMouldType.Size = new System.Drawing.Size(197, 21);
  533. this.scbGMouldType.TabIndex = 38;
  534. //
  535. // txtGoodsCode
  536. //
  537. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  538. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  539. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  540. this.txtGoodsCode.ErrorMessage = "";
  541. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  542. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  543. this.txtGoodsCode.Location = new System.Drawing.Point(360, 74);
  544. this.txtGoodsCode.MaxLength = 20;
  545. this.txtGoodsCode.Name = "txtGoodsCode";
  546. this.txtGoodsCode.Size = new System.Drawing.Size(179, 21);
  547. this.txtGoodsCode.TabIndex = 11;
  548. this.txtGoodsCode.TextValue = "";
  549. //
  550. // txtGroutingUserCode
  551. //
  552. this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
  553. this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  554. this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  555. this.txtGroutingUserCode.ErrorMessage = "";
  556. this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  557. this.txtGroutingUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  558. this.txtGroutingUserCode.Location = new System.Drawing.Point(77, 74);
  559. this.txtGroutingUserCode.MaxLength = 20;
  560. this.txtGroutingUserCode.Name = "txtGroutingUserCode";
  561. this.txtGroutingUserCode.Size = new System.Drawing.Size(184, 21);
  562. this.txtGroutingUserCode.TabIndex = 11;
  563. this.txtGroutingUserCode.TextValue = "";
  564. //
  565. // c_Label1
  566. //
  567. this.c_Label1.AutoSize = true;
  568. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  569. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  570. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  571. this.c_Label1.Location = new System.Drawing.Point(301, 78);
  572. this.c_Label1.Name = "c_Label1";
  573. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  574. this.c_Label1.TabIndex = 4;
  575. this.c_Label1.Text = "产品编码";
  576. //
  577. // lblGroutingUserCode
  578. //
  579. this.lblGroutingUserCode.AutoSize = true;
  580. this.lblGroutingUserCode.BackColor = System.Drawing.Color.Transparent;
  581. this.lblGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  582. this.lblGroutingUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  583. this.lblGroutingUserCode.Location = new System.Drawing.Point(18, 78);
  584. this.lblGroutingUserCode.Name = "lblGroutingUserCode";
  585. this.lblGroutingUserCode.Size = new System.Drawing.Size(53, 12);
  586. this.lblGroutingUserCode.TabIndex = 4;
  587. this.lblGroutingUserCode.Text = "成型工号";
  588. //
  589. // tsrOperate
  590. //
  591. this.tsrOperate.AutoSize = false;
  592. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  593. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  594. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  595. this.tsbtnAdaptive,
  596. this.tsbtnClose});
  597. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  598. this.tsrOperate.Name = "tsrOperate";
  599. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  600. this.tsrOperate.ShowItemToolTips = false;
  601. this.tsrOperate.Size = new System.Drawing.Size(1016, 35);
  602. this.tsrOperate.TabIndex = 106;
  603. this.tsrOperate.Text = "toolStrip1";
  604. //
  605. // tsbtnAdaptive
  606. //
  607. this.tsbtnAdaptive.AutoSize = false;
  608. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  609. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  610. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  611. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  612. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  613. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  614. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  615. //
  616. // tsbtnClose
  617. //
  618. this.tsbtnClose.AutoSize = false;
  619. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  620. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  621. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  622. this.tsbtnClose.Name = "tsbtnClose";
  623. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  624. this.tsbtnClose.Text = "关闭(&X)";
  625. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  626. //
  627. // F_RPT_010104
  628. //
  629. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  630. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  631. this.ClientSize = new System.Drawing.Size(1016, 486);
  632. this.Controls.Add(this.dgvGroutingLine);
  633. this.Controls.Add(this.tsrOperate);
  634. this.Controls.Add(this.gbxCondition);
  635. this.Name = "F_RPT_010104";
  636. this.Text = "F_RPT_010104";
  637. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010104_FormClosed);
  638. this.Load += new System.EventHandler(this.F_RPT_010104_Load);
  639. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).EndInit();
  640. this.gbxCondition.ResumeLayout(false);
  641. this.gbxCondition.PerformLayout();
  642. this.tsrOperate.ResumeLayout(false);
  643. this.tsrOperate.PerformLayout();
  644. this.ResumeLayout(false);
  645. }
  646. #endregion
  647. private Basics.BaseControls.C_DataGridView dgvGroutingLine;
  648. private Basics.BaseControls.C_Button btnClearCondition;
  649. private Basics.BaseControls.C_Button btnSearch;
  650. private Basics.BaseControls.C_TextBox txtRemarks;
  651. private Basics.BaseControls.C_Label lblRemarks;
  652. private Basics.BaseControls.C_TextBox txtGroutingLineName;
  653. private Basics.BaseControls.C_Label lblGroutingLineName;
  654. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  655. private Basics.BaseControls.C_Label lblGroutingLineCode;
  656. private Basics.BaseControls.C_TextBox txtGroutingLineNo;
  657. private Basics.BaseControls.C_Label lblGroutingLineNo;
  658. private Basics.BaseControls.C_TextBox txtFloorNo;
  659. private Basics.BaseControls.C_Label lblFloorNo;
  660. private Basics.BaseControls.C_TextBox txtBuildingNo;
  661. private Basics.BaseControls.C_Label lblBuildingNo;
  662. private Basics.BaseControls.C_GroupBox gbxCondition;
  663. private Basics.BaseControls.C_Label lblGroutingUserCode;
  664. private Basics.BaseControls.C_TextBox txtGroutingUserCode;
  665. private Basics.BaseControls.C_ToolStrip tsrOperate;
  666. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  667. private System.Windows.Forms.ToolStripButton tsbtnClose;
  668. private Basics.BaseControls.C_TextBox txtGoodsCode;
  669. private Basics.BaseControls.C_Label c_Label1;
  670. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  671. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  672. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  673. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  674. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  675. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  676. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsSpecification;
  677. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingCount;
  678. private System.Windows.Forms.DataGridViewTextBoxColumn DETAILGMOULDSTATUSNAME;
  679. private System.Windows.Forms.DataGridViewTextBoxColumn BuildingNo;
  680. private System.Windows.Forms.DataGridViewTextBoxColumn FloorNo;
  681. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineNo;
  682. private System.Windows.Forms.DataGridViewTextBoxColumn MouldQuantity;
  683. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
  684. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  685. private System.Windows.Forms.DataGridViewTextBoxColumn GMOULDSTATUSNAME;
  686. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  687. private Basics.BaseControls.C_Label lblGMouldType;
  688. private Controls.SearchBox.ScbGMouldType scbGMouldType;
  689. }
  690. }