F_RPT_080115.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_080115
  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_080115));
  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.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  43. this.cbInpectType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  44. this.c_Label2 = 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.dgvBarcodeIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  50. this.tabControl1 = new System.Windows.Forms.TabControl();
  51. this.tabPage1 = new System.Windows.Forms.TabPage();
  52. this.tabPage2 = new System.Windows.Forms.TabPage();
  53. this.dgvQCdata = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  54. this.USERNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.USERCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.BARCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.PLANID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.DICTIONARYVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.PLANDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.OUTQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.PLANINSPECTIONQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.INSPECTIONQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.WANCHENG = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.tsrOperate.SuspendLayout();
  67. this.gbxCondition.SuspendLayout();
  68. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).BeginInit();
  69. this.tabControl1.SuspendLayout();
  70. this.tabPage1.SuspendLayout();
  71. this.tabPage2.SuspendLayout();
  72. ((System.ComponentModel.ISupportInitialize)(this.dgvQCdata)).BeginInit();
  73. this.SuspendLayout();
  74. //
  75. // tsrOperate
  76. //
  77. this.tsrOperate.AutoSize = false;
  78. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  79. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  81. this.tsbtnAdaptive,
  82. this.tsbtnClose});
  83. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  84. this.tsrOperate.Name = "tsrOperate";
  85. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  86. this.tsrOperate.ShowItemToolTips = false;
  87. this.tsrOperate.Size = new System.Drawing.Size(930, 35);
  88. this.tsrOperate.TabIndex = 0;
  89. this.tsrOperate.Text = "toolStrip1";
  90. //
  91. // tsbtnAdaptive
  92. //
  93. this.tsbtnAdaptive.AutoSize = false;
  94. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  96. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  97. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  98. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  99. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  100. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  101. //
  102. // tsbtnClose
  103. //
  104. this.tsbtnClose.AutoSize = false;
  105. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  107. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  108. this.tsbtnClose.Name = "tsbtnClose";
  109. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  110. this.tsbtnClose.Text = "关闭(&X)";
  111. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  112. //
  113. // gbxCondition
  114. //
  115. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  116. | System.Windows.Forms.AnchorStyles.Right)));
  117. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  118. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  119. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  120. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  121. this.gbxCondition.Controls.Add(this.c_Label3);
  122. this.gbxCondition.Controls.Add(this.scbGoodsType);
  123. this.gbxCondition.Controls.Add(this.cbInpectType);
  124. this.gbxCondition.Controls.Add(this.c_Label2);
  125. this.gbxCondition.Controls.Add(this.dtpCreateTimeBegin);
  126. this.gbxCondition.Controls.Add(this.lblCreateTime);
  127. this.gbxCondition.Controls.Add(this.btnClearCondition);
  128. this.gbxCondition.Controls.Add(this.btnSearch);
  129. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  130. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  131. this.gbxCondition.IsMustInput = false;
  132. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  133. this.gbxCondition.Name = "gbxCondition";
  134. this.gbxCondition.OriginalHeight = -1;
  135. this.gbxCondition.Size = new System.Drawing.Size(918, 83);
  136. this.gbxCondition.TabIndex = 1;
  137. this.gbxCondition.TabStop = false;
  138. this.gbxCondition.Text = "查询条件 ▼";
  139. //
  140. // lblGoodsCode
  141. //
  142. this.lblGoodsCode.AutoSize = true;
  143. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  144. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  146. this.lblGoodsCode.Location = new System.Drawing.Point(205, 29);
  147. this.lblGoodsCode.Name = "lblGoodsCode";
  148. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  149. this.lblGoodsCode.TabIndex = 45;
  150. this.lblGoodsCode.Text = "产品编码";
  151. //
  152. // txtGoodsCode
  153. //
  154. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  155. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  156. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  157. this.txtGoodsCode.ErrorMessage = "";
  158. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  160. this.txtGoodsCode.Location = new System.Drawing.Point(264, 26);
  161. this.txtGoodsCode.MaxLength = 10;
  162. this.txtGoodsCode.Name = "txtGoodsCode";
  163. this.txtGoodsCode.Size = new System.Drawing.Size(108, 21);
  164. this.txtGoodsCode.TabIndex = 44;
  165. //
  166. // c_Label3
  167. //
  168. this.c_Label3.AutoSize = true;
  169. this.c_Label3.BackColor = System.Drawing.SystemColors.Control;
  170. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  172. this.c_Label3.Location = new System.Drawing.Point(6, 29);
  173. this.c_Label3.Name = "c_Label3";
  174. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  175. this.c_Label3.TabIndex = 43;
  176. this.c_Label3.Text = "产品类别";
  177. //
  178. // scbGoodsType
  179. //
  180. this.scbGoodsType.CheckedData = null;
  181. this.scbGoodsType.IsOnlyDisplayEnd = false;
  182. this.scbGoodsType.Location = new System.Drawing.Point(65, 24);
  183. this.scbGoodsType.Name = "scbGoodsType";
  184. this.scbGoodsType.Size = new System.Drawing.Size(134, 21);
  185. this.scbGoodsType.TabIndex = 42;
  186. //
  187. // cbInpectType
  188. //
  189. this.cbInpectType.BackColor = System.Drawing.SystemColors.Window;
  190. this.cbInpectType.BackgroundColor = System.Drawing.SystemColors.Window;
  191. this.cbInpectType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  192. this.cbInpectType.FormattingEnabled = true;
  193. this.cbInpectType.Location = new System.Drawing.Point(437, 25);
  194. this.cbInpectType.Name = "cbInpectType";
  195. this.cbInpectType.Size = new System.Drawing.Size(117, 20);
  196. this.cbInpectType.TabIndex = 41;
  197. //
  198. // c_Label2
  199. //
  200. this.c_Label2.AutoSize = true;
  201. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  202. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.c_Label2.Location = new System.Drawing.Point(378, 29);
  204. this.c_Label2.Name = "c_Label2";
  205. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  206. this.c_Label2.TabIndex = 40;
  207. this.c_Label2.Text = "检验类别";
  208. //
  209. // dtpCreateTimeBegin
  210. //
  211. this.dtpCreateTimeBegin.CustomFormat = "yyyy-MM-dd";
  212. this.dtpCreateTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  213. this.dtpCreateTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  214. this.dtpCreateTimeBegin.Location = new System.Drawing.Point(619, 26);
  215. this.dtpCreateTimeBegin.Name = "dtpCreateTimeBegin";
  216. this.dtpCreateTimeBegin.Size = new System.Drawing.Size(114, 21);
  217. this.dtpCreateTimeBegin.TabIndex = 33;
  218. this.dtpCreateTimeBegin.Value = new System.DateTime(2024, 1, 4, 0, 0, 0, 0);
  219. //
  220. // lblCreateTime
  221. //
  222. this.lblCreateTime.AutoSize = true;
  223. this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
  224. this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  225. this.lblCreateTime.Location = new System.Drawing.Point(560, 29);
  226. this.lblCreateTime.Name = "lblCreateTime";
  227. this.lblCreateTime.Size = new System.Drawing.Size(53, 12);
  228. this.lblCreateTime.TabIndex = 32;
  229. this.lblCreateTime.Text = "装配时间";
  230. //
  231. // btnClearCondition
  232. //
  233. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  234. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  235. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  236. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  238. this.btnClearCondition.Location = new System.Drawing.Point(827, 47);
  239. this.btnClearCondition.Name = "btnClearCondition";
  240. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  241. this.btnClearCondition.TabIndex = 29;
  242. this.btnClearCondition.Text = "清空条件(&C)";
  243. this.btnClearCondition.UseVisualStyleBackColor = true;
  244. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  245. //
  246. // btnSearch
  247. //
  248. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  249. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  250. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  251. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.btnSearch.ForeColor = System.Drawing.Color.White;
  253. this.btnSearch.Location = new System.Drawing.Point(736, 47);
  254. this.btnSearch.Name = "btnSearch";
  255. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  256. this.btnSearch.TabIndex = 28;
  257. this.btnSearch.Text = "查询(&Q)";
  258. this.btnSearch.UseVisualStyleBackColor = true;
  259. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  260. //
  261. // dgvBarcodeIdnrk
  262. //
  263. this.dgvBarcodeIdnrk.AllowUserToAddRows = false;
  264. this.dgvBarcodeIdnrk.AllowUserToDeleteRows = false;
  265. this.dgvBarcodeIdnrk.AllowUserToModifyRows = true;
  266. this.dgvBarcodeIdnrk.AllowUserToOrderColumns = true;
  267. this.dgvBarcodeIdnrk.AllowUserToSortRows = false;
  268. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  269. this.dgvBarcodeIdnrk.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  270. this.dgvBarcodeIdnrk.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  271. | System.Windows.Forms.AnchorStyles.Left)
  272. | System.Windows.Forms.AnchorStyles.Right)));
  273. this.dgvBarcodeIdnrk.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  274. this.dgvBarcodeIdnrk.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  275. this.dgvBarcodeIdnrk.CellHeight = 23;
  276. this.dgvBarcodeIdnrk.ChildNodeColumnName = null;
  277. this.dgvBarcodeIdnrk.ChildNodeColumnText = null;
  278. this.dgvBarcodeIdnrk.ColumnDeep = 1;
  279. this.dgvBarcodeIdnrk.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  280. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  281. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  282. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  283. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  284. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  285. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  286. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  287. this.dgvBarcodeIdnrk.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  288. this.dgvBarcodeIdnrk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  289. this.dgvBarcodeIdnrk.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  290. this.PLANID,
  291. this.GOODSCODE,
  292. this.MATERIALCODE,
  293. this.DICTIONARYVALUE,
  294. this.PLANDATE,
  295. this.OUTQUANTITY,
  296. this.PLANINSPECTIONQUANTITY,
  297. this.INSPECTIONQUANTITY,
  298. this.WANCHENG});
  299. this.dgvBarcodeIdnrk.ColumnTreeView = null;
  300. 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)));
  301. this.dgvBarcodeIdnrk.DynamicColumnName = "";
  302. this.dgvBarcodeIdnrk.EnableHeadersVisualStyles = false;
  303. this.dgvBarcodeIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.dgvBarcodeIdnrk.FormatQuantityColumns = null;
  305. this.dgvBarcodeIdnrk.HasNode = false;
  306. this.dgvBarcodeIdnrk.HorizontalMergeColumn = null;
  307. this.dgvBarcodeIdnrk.IsAutoCountSum = true;
  308. this.dgvBarcodeIdnrk.IsAutoResizeColumns = false;
  309. this.dgvBarcodeIdnrk.IsClickF12 = false;
  310. this.dgvBarcodeIdnrk.IsOpenMergeCellFlag = false;
  311. this.dgvBarcodeIdnrk.IsSubTotalFlag = false;
  312. this.dgvBarcodeIdnrk.IsTopDeep = false;
  313. this.dgvBarcodeIdnrk.Location = new System.Drawing.Point(0, 0);
  314. this.dgvBarcodeIdnrk.Margin = new System.Windows.Forms.Padding(0);
  315. this.dgvBarcodeIdnrk.MergeColumnNames = null;
  316. this.dgvBarcodeIdnrk.MergeDetailColumnNames = null;
  317. this.dgvBarcodeIdnrk.MergeDetailOnlyColumn = null;
  318. this.dgvBarcodeIdnrk.MergeOnlyColumn = null;
  319. this.dgvBarcodeIdnrk.MultiSelect = false;
  320. this.dgvBarcodeIdnrk.Name = "dgvBarcodeIdnrk";
  321. this.dgvBarcodeIdnrk.ReadOnly = true;
  322. this.dgvBarcodeIdnrk.RefreshAtHscroll = false;
  323. this.dgvBarcodeIdnrk.RowHeadersWidth = 50;
  324. this.dgvBarcodeIdnrk.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  325. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  326. this.dgvBarcodeIdnrk.RowsDefaultCellStyle = dataGridViewCellStyle3;
  327. this.dgvBarcodeIdnrk.RowTemplate.Height = 21;
  328. this.dgvBarcodeIdnrk.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  329. this.dgvBarcodeIdnrk.Size = new System.Drawing.Size(910, 387);
  330. this.dgvBarcodeIdnrk.SortOrderColumnName = null;
  331. this.dgvBarcodeIdnrk.TabIndex = 31;
  332. this.dgvBarcodeIdnrk.Tag = true;
  333. this.dgvBarcodeIdnrk.TotalSumColumns = null;
  334. this.dgvBarcodeIdnrk.ViewRowFilter = "";
  335. this.dgvBarcodeIdnrk.VirtualNodes = false;
  336. this.dgvBarcodeIdnrk.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBarcodeIdnrk_CellDoubleClick);
  337. //
  338. // tabControl1
  339. //
  340. this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  341. | System.Windows.Forms.AnchorStyles.Left)
  342. | System.Windows.Forms.AnchorStyles.Right)));
  343. this.tabControl1.Controls.Add(this.tabPage1);
  344. this.tabControl1.Controls.Add(this.tabPage2);
  345. this.tabControl1.Location = new System.Drawing.Point(0, 121);
  346. this.tabControl1.Name = "tabControl1";
  347. this.tabControl1.SelectedIndex = 0;
  348. this.tabControl1.Size = new System.Drawing.Size(918, 414);
  349. this.tabControl1.TabIndex = 33;
  350. //
  351. // tabPage1
  352. //
  353. this.tabPage1.Controls.Add(this.dgvBarcodeIdnrk);
  354. this.tabPage1.Location = new System.Drawing.Point(4, 22);
  355. this.tabPage1.Name = "tabPage1";
  356. this.tabPage1.Size = new System.Drawing.Size(910, 388);
  357. this.tabPage1.TabIndex = 0;
  358. this.tabPage1.Text = "检验计划汇总";
  359. this.tabPage1.UseVisualStyleBackColor = true;
  360. //
  361. // tabPage2
  362. //
  363. this.tabPage2.Controls.Add(this.dgvQCdata);
  364. this.tabPage2.Location = new System.Drawing.Point(4, 22);
  365. this.tabPage2.Name = "tabPage2";
  366. this.tabPage2.Size = new System.Drawing.Size(910, 388);
  367. this.tabPage2.TabIndex = 1;
  368. this.tabPage2.Text = "检验计划明细";
  369. this.tabPage2.UseVisualStyleBackColor = true;
  370. //
  371. // dgvQCdata
  372. //
  373. this.dgvQCdata.AllowUserToAddRows = false;
  374. this.dgvQCdata.AllowUserToDeleteRows = false;
  375. this.dgvQCdata.AllowUserToModifyRows = true;
  376. this.dgvQCdata.AllowUserToOrderColumns = true;
  377. this.dgvQCdata.AllowUserToSortRows = false;
  378. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  379. this.dgvQCdata.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle4;
  380. this.dgvQCdata.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  381. this.dgvQCdata.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  382. this.dgvQCdata.CellHeight = 23;
  383. this.dgvQCdata.ChildNodeColumnName = null;
  384. this.dgvQCdata.ChildNodeColumnText = null;
  385. this.dgvQCdata.ColumnDeep = 1;
  386. this.dgvQCdata.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  387. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  388. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  389. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. dataGridViewCellStyle5.ForeColor = System.Drawing.Color.White;
  391. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  392. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  393. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  394. this.dgvQCdata.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle5;
  395. this.dgvQCdata.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  396. this.dgvQCdata.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  397. this.USERNAME,
  398. this.USERCODE,
  399. this.BARCODE});
  400. this.dgvQCdata.ColumnTreeView = null;
  401. 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)));
  402. this.dgvQCdata.Dock = System.Windows.Forms.DockStyle.Fill;
  403. this.dgvQCdata.DynamicColumnName = "";
  404. this.dgvQCdata.EnableHeadersVisualStyles = false;
  405. this.dgvQCdata.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  406. this.dgvQCdata.FormatQuantityColumns = null;
  407. this.dgvQCdata.HasNode = false;
  408. this.dgvQCdata.HorizontalMergeColumn = null;
  409. this.dgvQCdata.IsAutoCountSum = true;
  410. this.dgvQCdata.IsAutoResizeColumns = false;
  411. this.dgvQCdata.IsClickF12 = false;
  412. this.dgvQCdata.IsOpenMergeCellFlag = false;
  413. this.dgvQCdata.IsSubTotalFlag = false;
  414. this.dgvQCdata.IsTopDeep = false;
  415. this.dgvQCdata.Location = new System.Drawing.Point(0, 0);
  416. this.dgvQCdata.Margin = new System.Windows.Forms.Padding(0);
  417. this.dgvQCdata.MergeColumnNames = null;
  418. this.dgvQCdata.MergeDetailColumnNames = null;
  419. this.dgvQCdata.MergeDetailOnlyColumn = null;
  420. this.dgvQCdata.MergeOnlyColumn = null;
  421. this.dgvQCdata.MultiSelect = false;
  422. this.dgvQCdata.Name = "dgvQCdata";
  423. this.dgvQCdata.ReadOnly = true;
  424. this.dgvQCdata.RefreshAtHscroll = false;
  425. this.dgvQCdata.RowHeadersWidth = 50;
  426. this.dgvQCdata.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  427. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  428. this.dgvQCdata.RowsDefaultCellStyle = dataGridViewCellStyle6;
  429. this.dgvQCdata.RowTemplate.Height = 21;
  430. this.dgvQCdata.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  431. this.dgvQCdata.Size = new System.Drawing.Size(910, 388);
  432. this.dgvQCdata.SortOrderColumnName = null;
  433. this.dgvQCdata.TabIndex = 31;
  434. this.dgvQCdata.Tag = true;
  435. this.dgvQCdata.TotalSumColumns = null;
  436. this.dgvQCdata.ViewRowFilter = "";
  437. this.dgvQCdata.VirtualNodes = false;
  438. //
  439. // USERNAME
  440. //
  441. this.USERNAME.DataPropertyName = "USERNAME";
  442. this.USERNAME.HeaderText = "姓名";
  443. this.USERNAME.Name = "USERNAME";
  444. this.USERNAME.ReadOnly = true;
  445. //
  446. // USERCODE
  447. //
  448. this.USERCODE.DataPropertyName = "USERCODE";
  449. this.USERCODE.HeaderText = "工号";
  450. this.USERCODE.Name = "USERCODE";
  451. this.USERCODE.ReadOnly = true;
  452. //
  453. // BARCODE
  454. //
  455. this.BARCODE.DataPropertyName = "BARCODE";
  456. this.BARCODE.HeaderText = "条码";
  457. this.BARCODE.Name = "BARCODE";
  458. this.BARCODE.ReadOnly = true;
  459. //
  460. // PLANID
  461. //
  462. this.PLANID.DataPropertyName = "PLANID";
  463. this.PLANID.HeaderText = "计划id";
  464. this.PLANID.Name = "PLANID";
  465. this.PLANID.ReadOnly = true;
  466. this.PLANID.Visible = false;
  467. //
  468. // GOODSCODE
  469. //
  470. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  471. this.GOODSCODE.HeaderText = "产品型号";
  472. this.GOODSCODE.Name = "GOODSCODE";
  473. this.GOODSCODE.ReadOnly = true;
  474. //
  475. // MATERIALCODE
  476. //
  477. this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
  478. this.MATERIALCODE.HeaderText = "物料编码";
  479. this.MATERIALCODE.Name = "MATERIALCODE";
  480. this.MATERIALCODE.ReadOnly = true;
  481. //
  482. // DICTIONARYVALUE
  483. //
  484. this.DICTIONARYVALUE.DataPropertyName = "DICTIONARYVALUE";
  485. this.DICTIONARYVALUE.HeaderText = "检验类别";
  486. this.DICTIONARYVALUE.Name = "DICTIONARYVALUE";
  487. this.DICTIONARYVALUE.ReadOnly = true;
  488. //
  489. // PLANDATE
  490. //
  491. this.PLANDATE.DataPropertyName = "PLANDATE";
  492. this.PLANDATE.HeaderText = "计划日期";
  493. this.PLANDATE.Name = "PLANDATE";
  494. this.PLANDATE.ReadOnly = true;
  495. //
  496. // OUTQUANTITY
  497. //
  498. this.OUTQUANTITY.DataPropertyName = "OUTQUANTITY";
  499. this.OUTQUANTITY.HeaderText = "出窑数";
  500. this.OUTQUANTITY.Name = "OUTQUANTITY";
  501. this.OUTQUANTITY.ReadOnly = true;
  502. //
  503. // PLANINSPECTIONQUANTITY
  504. //
  505. this.PLANINSPECTIONQUANTITY.DataPropertyName = "PLANINSPECTIONQUANTITY";
  506. this.PLANINSPECTIONQUANTITY.HeaderText = "计划检验数量";
  507. this.PLANINSPECTIONQUANTITY.Name = "PLANINSPECTIONQUANTITY";
  508. this.PLANINSPECTIONQUANTITY.ReadOnly = true;
  509. //
  510. // INSPECTIONQUANTITY
  511. //
  512. this.INSPECTIONQUANTITY.DataPropertyName = "INSPECTIONQUANTITY";
  513. this.INSPECTIONQUANTITY.HeaderText = "已完成数量";
  514. this.INSPECTIONQUANTITY.Name = "INSPECTIONQUANTITY";
  515. this.INSPECTIONQUANTITY.ReadOnly = true;
  516. //
  517. // WANCHENG
  518. //
  519. this.WANCHENG.DataPropertyName = "WANCHENG";
  520. this.WANCHENG.HeaderText = "完成率";
  521. this.WANCHENG.Name = "WANCHENG";
  522. this.WANCHENG.ReadOnly = true;
  523. //
  524. // F_RPT_080115
  525. //
  526. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  527. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  528. this.ClientSize = new System.Drawing.Size(930, 539);
  529. this.Controls.Add(this.tabControl1);
  530. this.Controls.Add(this.gbxCondition);
  531. this.Controls.Add(this.tsrOperate);
  532. this.Name = "F_RPT_080115";
  533. this.Text = "QC检验计划完成明细表";
  534. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080115_FormClosed);
  535. this.Load += new System.EventHandler(this.F_RPT_080115_Load);
  536. this.tsrOperate.ResumeLayout(false);
  537. this.tsrOperate.PerformLayout();
  538. this.gbxCondition.ResumeLayout(false);
  539. this.gbxCondition.PerformLayout();
  540. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).EndInit();
  541. this.tabControl1.ResumeLayout(false);
  542. this.tabPage1.ResumeLayout(false);
  543. this.tabPage2.ResumeLayout(false);
  544. ((System.ComponentModel.ISupportInitialize)(this.dgvQCdata)).EndInit();
  545. this.ResumeLayout(false);
  546. }
  547. #endregion
  548. private Basics.BaseControls.C_ToolStrip tsrOperate;
  549. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  550. private System.Windows.Forms.ToolStripButton tsbtnClose;
  551. private Basics.BaseControls.C_GroupBox gbxCondition;
  552. private Basics.BaseControls.C_Button btnClearCondition;
  553. private Basics.BaseControls.C_Button btnSearch;
  554. private Basics.BaseControls.C_DataGridView dgvBarcodeIdnrk;
  555. private Basics.BaseControls.C_DateTimePicker dtpCreateTimeBegin;
  556. private Basics.BaseControls.C_Label lblCreateTime;
  557. private Basics.BaseControls.C_ComboBox cbInpectType;
  558. private Basics.BaseControls.C_Label c_Label2;
  559. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  560. private Basics.BaseControls.C_Label c_Label3;
  561. private Basics.BaseControls.C_TextBox txtGoodsCode;
  562. private Basics.BaseControls.C_Label lblGoodsCode;
  563. private System.Windows.Forms.TabControl tabControl1;
  564. private System.Windows.Forms.TabPage tabPage1;
  565. private System.Windows.Forms.TabPage tabPage2;
  566. private Basics.BaseControls.C_DataGridView dgvQCdata;
  567. private System.Windows.Forms.DataGridViewTextBoxColumn USERNAME;
  568. private System.Windows.Forms.DataGridViewTextBoxColumn USERCODE;
  569. private System.Windows.Forms.DataGridViewTextBoxColumn BARCODE;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn PLANID;
  571. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  572. private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALCODE;
  573. private System.Windows.Forms.DataGridViewTextBoxColumn DICTIONARYVALUE;
  574. private System.Windows.Forms.DataGridViewTextBoxColumn PLANDATE;
  575. private System.Windows.Forms.DataGridViewTextBoxColumn OUTQUANTITY;
  576. private System.Windows.Forms.DataGridViewTextBoxColumn PLANINSPECTIONQUANTITY;
  577. private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTIONQUANTITY;
  578. private System.Windows.Forms.DataGridViewTextBoxColumn WANCHENG;
  579. }
  580. }