F_RPT_080113.Designer.cs 35 KB

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