F_RPT_010103.Designer.cs 36 KB

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