F_RPT_080116.Designer.cs 34 KB

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