F_RPT_010103.Designer.cs 36 KB

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