F_RPT_080116.Designer.cs 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_080116
  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_080116));
  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. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  33. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  34. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  35. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  36. this.cbInpectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  37. this.lblInspectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.dtpCreateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  39. this.lblCreateTimeTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.dtpCreateTimeBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  41. this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.dgvBarcodeIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  45. this.INSPECTITEM = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.COUNTS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.ISQUALIFIED = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.BUHEGELV = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.ZHANBI = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.tsrOperate.SuspendLayout();
  51. this.gbxCondition.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).BeginInit();
  53. this.SuspendLayout();
  54. //
  55. // tsrOperate
  56. //
  57. this.tsrOperate.AutoSize = false;
  58. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  59. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  60. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  61. this.tsbtnAdaptive,
  62. this.tsbtnClose});
  63. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  64. this.tsrOperate.Name = "tsrOperate";
  65. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  66. this.tsrOperate.ShowItemToolTips = false;
  67. this.tsrOperate.Size = new System.Drawing.Size(920, 35);
  68. this.tsrOperate.TabIndex = 0;
  69. this.tsrOperate.Text = "toolStrip1";
  70. //
  71. // tsbtnAdaptive
  72. //
  73. this.tsbtnAdaptive.AutoSize = false;
  74. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  76. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  77. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  78. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  79. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  80. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  81. //
  82. // tsbtnClose
  83. //
  84. this.tsbtnClose.AutoSize = false;
  85. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  86. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  87. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  88. this.tsbtnClose.Name = "tsbtnClose";
  89. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  90. this.tsbtnClose.Text = "关闭(&X)";
  91. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  92. //
  93. // gbxCondition
  94. //
  95. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  96. | System.Windows.Forms.AnchorStyles.Right)));
  97. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  98. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  99. this.gbxCondition.Controls.Add(this.cbInpectName);
  100. this.gbxCondition.Controls.Add(this.lblInspectName);
  101. this.gbxCondition.Controls.Add(this.dtpCreateTimeEnd);
  102. this.gbxCondition.Controls.Add(this.lblCreateTimeTo);
  103. this.gbxCondition.Controls.Add(this.dtpCreateTimeBegin);
  104. this.gbxCondition.Controls.Add(this.lblCreateTime);
  105. this.gbxCondition.Controls.Add(this.btnClearCondition);
  106. this.gbxCondition.Controls.Add(this.btnSearch);
  107. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  109. this.gbxCondition.IsMustInput = false;
  110. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  111. this.gbxCondition.Name = "gbxCondition";
  112. this.gbxCondition.OriginalHeight = -1;
  113. this.gbxCondition.Size = new System.Drawing.Size(908, 51);
  114. this.gbxCondition.TabIndex = 1;
  115. this.gbxCondition.TabStop = false;
  116. this.gbxCondition.Text = "查询条件 ▼";
  117. //
  118. // cbInpectName
  119. //
  120. this.cbInpectName.BackColor = System.Drawing.SystemColors.Window;
  121. this.cbInpectName.BackgroundColor = System.Drawing.SystemColors.Window;
  122. this.cbInpectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  123. this.cbInpectName.FormattingEnabled = true;
  124. this.cbInpectName.Location = new System.Drawing.Point(89, 17);
  125. this.cbInpectName.Name = "cbInpectName";
  126. this.cbInpectName.Size = new System.Drawing.Size(128, 20);
  127. this.cbInpectName.TabIndex = 37;
  128. //
  129. // lblInspectName
  130. //
  131. this.lblInspectName.AutoSize = true;
  132. this.lblInspectName.BackColor = System.Drawing.Color.Transparent;
  133. this.lblInspectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  134. this.lblInspectName.Location = new System.Drawing.Point(6, 21);
  135. this.lblInspectName.Name = "lblInspectName";
  136. this.lblInspectName.Size = new System.Drawing.Size(77, 12);
  137. this.lblInspectName.TabIndex = 36;
  138. this.lblInspectName.Text = "检验标准名称";
  139. //
  140. // dtpCreateTimeEnd
  141. //
  142. this.dtpCreateTimeEnd.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  143. this.dtpCreateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.dtpCreateTimeEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  145. this.dtpCreateTimeEnd.Location = new System.Drawing.Point(468, 15);
  146. this.dtpCreateTimeEnd.Name = "dtpCreateTimeEnd";
  147. this.dtpCreateTimeEnd.Size = new System.Drawing.Size(151, 21);
  148. this.dtpCreateTimeEnd.TabIndex = 35;
  149. //
  150. // lblCreateTimeTo
  151. //
  152. this.lblCreateTimeTo.AutoSize = true;
  153. this.lblCreateTimeTo.BackColor = System.Drawing.Color.Transparent;
  154. this.lblCreateTimeTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.lblCreateTimeTo.Location = new System.Drawing.Point(445, 20);
  156. this.lblCreateTimeTo.Name = "lblCreateTimeTo";
  157. this.lblCreateTimeTo.Size = new System.Drawing.Size(17, 12);
  158. this.lblCreateTimeTo.TabIndex = 34;
  159. this.lblCreateTimeTo.Text = "至";
  160. //
  161. // dtpCreateTimeBegin
  162. //
  163. this.dtpCreateTimeBegin.CustomFormat = "yyyy-MM-dd HH:mm:ss";
  164. this.dtpCreateTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  165. this.dtpCreateTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  166. this.dtpCreateTimeBegin.Location = new System.Drawing.Point(286, 15);
  167. this.dtpCreateTimeBegin.Name = "dtpCreateTimeBegin";
  168. this.dtpCreateTimeBegin.Size = new System.Drawing.Size(152, 21);
  169. this.dtpCreateTimeBegin.TabIndex = 33;
  170. //
  171. // lblCreateTime
  172. //
  173. this.lblCreateTime.AutoSize = true;
  174. this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
  175. this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.lblCreateTime.Location = new System.Drawing.Point(227, 19);
  177. this.lblCreateTime.Name = "lblCreateTime";
  178. this.lblCreateTime.Size = new System.Drawing.Size(53, 12);
  179. this.lblCreateTime.TabIndex = 32;
  180. this.lblCreateTime.Text = "检验时间";
  181. //
  182. // btnClearCondition
  183. //
  184. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  185. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  186. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  187. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  188. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  189. this.btnClearCondition.Location = new System.Drawing.Point(817, 11);
  190. this.btnClearCondition.Name = "btnClearCondition";
  191. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  192. this.btnClearCondition.TabIndex = 29;
  193. this.btnClearCondition.Text = "清空条件(&C)";
  194. this.btnClearCondition.UseVisualStyleBackColor = true;
  195. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  196. //
  197. // btnSearch
  198. //
  199. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  200. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  201. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  202. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.btnSearch.ForeColor = System.Drawing.Color.White;
  204. this.btnSearch.Location = new System.Drawing.Point(726, 11);
  205. this.btnSearch.Name = "btnSearch";
  206. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  207. this.btnSearch.TabIndex = 28;
  208. this.btnSearch.Text = "查询(&Q)";
  209. this.btnSearch.UseVisualStyleBackColor = true;
  210. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  211. //
  212. // dgvBarcodeIdnrk
  213. //
  214. this.dgvBarcodeIdnrk.AllowUserToAddRows = false;
  215. this.dgvBarcodeIdnrk.AllowUserToDeleteRows = false;
  216. this.dgvBarcodeIdnrk.AllowUserToModifyRows = true;
  217. this.dgvBarcodeIdnrk.AllowUserToOrderColumns = true;
  218. this.dgvBarcodeIdnrk.AllowUserToSortRows = false;
  219. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  220. this.dgvBarcodeIdnrk.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  221. this.dgvBarcodeIdnrk.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  222. | System.Windows.Forms.AnchorStyles.Left)
  223. | System.Windows.Forms.AnchorStyles.Right)));
  224. this.dgvBarcodeIdnrk.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  225. this.dgvBarcodeIdnrk.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  226. this.dgvBarcodeIdnrk.CellHeight = 23;
  227. this.dgvBarcodeIdnrk.ChildNodeColumnName = null;
  228. this.dgvBarcodeIdnrk.ChildNodeColumnText = null;
  229. this.dgvBarcodeIdnrk.ColumnDeep = 1;
  230. this.dgvBarcodeIdnrk.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  231. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  232. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  233. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  235. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  236. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  237. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  238. this.dgvBarcodeIdnrk.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  239. this.dgvBarcodeIdnrk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  240. this.dgvBarcodeIdnrk.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  241. this.INSPECTITEM,
  242. this.COUNTS,
  243. this.ISQUALIFIED,
  244. this.BUHEGELV,
  245. this.ZHANBI});
  246. this.dgvBarcodeIdnrk.ColumnTreeView = null;
  247. 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)));
  248. this.dgvBarcodeIdnrk.DynamicColumnName = "";
  249. this.dgvBarcodeIdnrk.EnableHeadersVisualStyles = false;
  250. this.dgvBarcodeIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.dgvBarcodeIdnrk.FormatQuantityColumns = null;
  252. this.dgvBarcodeIdnrk.HasNode = false;
  253. this.dgvBarcodeIdnrk.HorizontalMergeColumn = null;
  254. this.dgvBarcodeIdnrk.IsAutoCountSum = true;
  255. this.dgvBarcodeIdnrk.IsAutoResizeColumns = false;
  256. this.dgvBarcodeIdnrk.IsClickF12 = false;
  257. this.dgvBarcodeIdnrk.IsOpenMergeCellFlag = false;
  258. this.dgvBarcodeIdnrk.IsSubTotalFlag = false;
  259. this.dgvBarcodeIdnrk.IsTopDeep = false;
  260. this.dgvBarcodeIdnrk.Location = new System.Drawing.Point(0, 92);
  261. this.dgvBarcodeIdnrk.Margin = new System.Windows.Forms.Padding(0);
  262. this.dgvBarcodeIdnrk.MergeColumnNames = null;
  263. this.dgvBarcodeIdnrk.MergeDetailColumnNames = null;
  264. this.dgvBarcodeIdnrk.MergeDetailOnlyColumn = null;
  265. this.dgvBarcodeIdnrk.MergeOnlyColumn = null;
  266. this.dgvBarcodeIdnrk.MultiSelect = false;
  267. this.dgvBarcodeIdnrk.Name = "dgvBarcodeIdnrk";
  268. this.dgvBarcodeIdnrk.ReadOnly = true;
  269. this.dgvBarcodeIdnrk.RefreshAtHscroll = false;
  270. this.dgvBarcodeIdnrk.RowHeadersWidth = 50;
  271. this.dgvBarcodeIdnrk.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  272. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  273. this.dgvBarcodeIdnrk.RowsDefaultCellStyle = dataGridViewCellStyle3;
  274. this.dgvBarcodeIdnrk.RowTemplate.Height = 21;
  275. this.dgvBarcodeIdnrk.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  276. this.dgvBarcodeIdnrk.Size = new System.Drawing.Size(908, 447);
  277. this.dgvBarcodeIdnrk.SortOrderColumnName = null;
  278. this.dgvBarcodeIdnrk.TabIndex = 31;
  279. this.dgvBarcodeIdnrk.Tag = true;
  280. this.dgvBarcodeIdnrk.TotalSumColumns = null;
  281. this.dgvBarcodeIdnrk.ViewRowFilter = "";
  282. this.dgvBarcodeIdnrk.VirtualNodes = false;
  283. this.dgvBarcodeIdnrk.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBarcodeIdnrk_CellDoubleClick);
  284. //
  285. // INSPECTITEM
  286. //
  287. this.INSPECTITEM.DataPropertyName = "INSPECTITEM";
  288. this.INSPECTITEM.HeaderText = "检验项目";
  289. this.INSPECTITEM.Name = "INSPECTITEM";
  290. this.INSPECTITEM.ReadOnly = true;
  291. //
  292. // COUNTS
  293. //
  294. this.COUNTS.DataPropertyName = "COUNTS";
  295. this.COUNTS.HeaderText = "检验数量";
  296. this.COUNTS.Name = "COUNTS";
  297. this.COUNTS.ReadOnly = true;
  298. //
  299. // ISQUALIFIED
  300. //
  301. this.ISQUALIFIED.DataPropertyName = "ISQUALIFIED";
  302. this.ISQUALIFIED.HeaderText = "不合格数量";
  303. this.ISQUALIFIED.Name = "ISQUALIFIED";
  304. this.ISQUALIFIED.ReadOnly = true;
  305. //
  306. // BUHEGELV
  307. //
  308. this.BUHEGELV.DataPropertyName = "BUHEGELV";
  309. this.BUHEGELV.HeaderText = "不合格率";
  310. this.BUHEGELV.Name = "BUHEGELV";
  311. this.BUHEGELV.ReadOnly = true;
  312. //
  313. // ZHANBI
  314. //
  315. this.ZHANBI.DataPropertyName = "ZHANBI";
  316. this.ZHANBI.HeaderText = "不合格占比";
  317. this.ZHANBI.Name = "ZHANBI";
  318. this.ZHANBI.ReadOnly = true;
  319. //
  320. // F_RPT_080116
  321. //
  322. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  323. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  324. this.ClientSize = new System.Drawing.Size(920, 539);
  325. this.Controls.Add(this.dgvBarcodeIdnrk);
  326. this.Controls.Add(this.gbxCondition);
  327. this.Controls.Add(this.tsrOperate);
  328. this.Name = "F_RPT_080116";
  329. this.Text = "QC检验分析汇总表";
  330. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080116_FormClosed);
  331. this.Load += new System.EventHandler(this.F_RPT_080116_Load);
  332. this.tsrOperate.ResumeLayout(false);
  333. this.tsrOperate.PerformLayout();
  334. this.gbxCondition.ResumeLayout(false);
  335. this.gbxCondition.PerformLayout();
  336. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).EndInit();
  337. this.ResumeLayout(false);
  338. }
  339. #endregion
  340. private Basics.BaseControls.C_ToolStrip tsrOperate;
  341. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  342. private System.Windows.Forms.ToolStripButton tsbtnClose;
  343. private Basics.BaseControls.C_GroupBox gbxCondition;
  344. private Basics.BaseControls.C_Button btnClearCondition;
  345. private Basics.BaseControls.C_Button btnSearch;
  346. private Basics.BaseControls.C_DataGridView dgvBarcodeIdnrk;
  347. private Basics.BaseControls.C_DateTimePicker dtpCreateTimeEnd;
  348. private Basics.BaseControls.C_Label lblCreateTimeTo;
  349. private Basics.BaseControls.C_DateTimePicker dtpCreateTimeBegin;
  350. private Basics.BaseControls.C_Label lblCreateTime;
  351. private Basics.BaseControls.C_ComboBox cbInpectName;
  352. private Basics.BaseControls.C_Label lblInspectName;
  353. private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTITEM;
  354. private System.Windows.Forms.DataGridViewTextBoxColumn COUNTS;
  355. private System.Windows.Forms.DataGridViewTextBoxColumn ISQUALIFIED;
  356. private System.Windows.Forms.DataGridViewTextBoxColumn BUHEGELV;
  357. private System.Windows.Forms.DataGridViewTextBoxColumn ZHANBI;
  358. }
  359. }