F_RPT_080115.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428
  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. 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.dtpCreateTimeBegin = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  37. this.lblCreateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  39. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  40. this.dgvBarcodeIdnrk = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  41. this.cbInpectType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  42. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  44. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.lblGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.GOODSCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.MATERIALCODE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.DICTIONARYVALUE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.PLANDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.OUTQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.PLANINSPECTIONQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.INSPECTIONQUANTITY = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.WANCHENG = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.tsrOperate.SuspendLayout();
  56. this.gbxCondition.SuspendLayout();
  57. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // tsrOperate
  61. //
  62. this.tsrOperate.AutoSize = false;
  63. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  64. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  65. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  66. this.tsbtnAdaptive,
  67. this.tsbtnClose});
  68. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  69. this.tsrOperate.Name = "tsrOperate";
  70. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  71. this.tsrOperate.ShowItemToolTips = false;
  72. this.tsrOperate.Size = new System.Drawing.Size(930, 35);
  73. this.tsrOperate.TabIndex = 0;
  74. this.tsrOperate.Text = "toolStrip1";
  75. //
  76. // tsbtnAdaptive
  77. //
  78. this.tsbtnAdaptive.AutoSize = false;
  79. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  80. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  81. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  82. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  83. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  84. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  85. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  86. //
  87. // tsbtnClose
  88. //
  89. this.tsbtnClose.AutoSize = false;
  90. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  91. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  92. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  93. this.tsbtnClose.Name = "tsbtnClose";
  94. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  95. this.tsbtnClose.Text = "关闭(&X)";
  96. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  97. //
  98. // gbxCondition
  99. //
  100. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  101. | System.Windows.Forms.AnchorStyles.Right)));
  102. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  103. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  104. this.gbxCondition.Controls.Add(this.lblGoodsCode);
  105. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  106. this.gbxCondition.Controls.Add(this.c_Label3);
  107. this.gbxCondition.Controls.Add(this.scbGoodsType);
  108. this.gbxCondition.Controls.Add(this.cbInpectType);
  109. this.gbxCondition.Controls.Add(this.c_Label2);
  110. this.gbxCondition.Controls.Add(this.dtpCreateTimeBegin);
  111. this.gbxCondition.Controls.Add(this.lblCreateTime);
  112. this.gbxCondition.Controls.Add(this.btnClearCondition);
  113. this.gbxCondition.Controls.Add(this.btnSearch);
  114. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  116. this.gbxCondition.IsMustInput = false;
  117. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  118. this.gbxCondition.Name = "gbxCondition";
  119. this.gbxCondition.OriginalHeight = -1;
  120. this.gbxCondition.Size = new System.Drawing.Size(918, 83);
  121. this.gbxCondition.TabIndex = 1;
  122. this.gbxCondition.TabStop = false;
  123. this.gbxCondition.Text = "查询条件 ▼";
  124. //
  125. // dtpCreateTimeBegin
  126. //
  127. this.dtpCreateTimeBegin.CustomFormat = "yyyy-MM-dd";
  128. this.dtpCreateTimeBegin.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.dtpCreateTimeBegin.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  130. this.dtpCreateTimeBegin.Location = new System.Drawing.Point(619, 26);
  131. this.dtpCreateTimeBegin.Name = "dtpCreateTimeBegin";
  132. this.dtpCreateTimeBegin.Size = new System.Drawing.Size(114, 21);
  133. this.dtpCreateTimeBegin.TabIndex = 33;
  134. this.dtpCreateTimeBegin.Value = new System.DateTime(2024, 1, 4, 0, 0, 0, 0);
  135. //
  136. // lblCreateTime
  137. //
  138. this.lblCreateTime.AutoSize = true;
  139. this.lblCreateTime.BackColor = System.Drawing.Color.Transparent;
  140. this.lblCreateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  141. this.lblCreateTime.Location = new System.Drawing.Point(560, 29);
  142. this.lblCreateTime.Name = "lblCreateTime";
  143. this.lblCreateTime.Size = new System.Drawing.Size(53, 12);
  144. this.lblCreateTime.TabIndex = 32;
  145. this.lblCreateTime.Text = "装配时间";
  146. //
  147. // btnClearCondition
  148. //
  149. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  150. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  151. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  152. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  154. this.btnClearCondition.Location = new System.Drawing.Point(827, 47);
  155. this.btnClearCondition.Name = "btnClearCondition";
  156. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  157. this.btnClearCondition.TabIndex = 29;
  158. this.btnClearCondition.Text = "清空条件(&C)";
  159. this.btnClearCondition.UseVisualStyleBackColor = true;
  160. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  161. //
  162. // btnSearch
  163. //
  164. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  165. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  166. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  167. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.btnSearch.ForeColor = System.Drawing.Color.White;
  169. this.btnSearch.Location = new System.Drawing.Point(736, 47);
  170. this.btnSearch.Name = "btnSearch";
  171. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  172. this.btnSearch.TabIndex = 28;
  173. this.btnSearch.Text = "查询(&Q)";
  174. this.btnSearch.UseVisualStyleBackColor = true;
  175. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  176. //
  177. // dgvBarcodeIdnrk
  178. //
  179. this.dgvBarcodeIdnrk.AllowUserToAddRows = false;
  180. this.dgvBarcodeIdnrk.AllowUserToDeleteRows = false;
  181. this.dgvBarcodeIdnrk.AllowUserToModifyRows = true;
  182. this.dgvBarcodeIdnrk.AllowUserToOrderColumns = true;
  183. this.dgvBarcodeIdnrk.AllowUserToSortRows = false;
  184. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  185. this.dgvBarcodeIdnrk.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  186. this.dgvBarcodeIdnrk.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  187. | System.Windows.Forms.AnchorStyles.Left)
  188. | System.Windows.Forms.AnchorStyles.Right)));
  189. this.dgvBarcodeIdnrk.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  190. this.dgvBarcodeIdnrk.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  191. this.dgvBarcodeIdnrk.CellHeight = 23;
  192. this.dgvBarcodeIdnrk.ChildNodeColumnName = null;
  193. this.dgvBarcodeIdnrk.ChildNodeColumnText = null;
  194. this.dgvBarcodeIdnrk.ColumnDeep = 1;
  195. this.dgvBarcodeIdnrk.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  196. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  197. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  198. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  200. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  201. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  202. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  203. this.dgvBarcodeIdnrk.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  204. this.dgvBarcodeIdnrk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  205. this.dgvBarcodeIdnrk.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  206. this.GOODSCODE,
  207. this.MATERIALCODE,
  208. this.DICTIONARYVALUE,
  209. this.PLANDATE,
  210. this.OUTQUANTITY,
  211. this.PLANINSPECTIONQUANTITY,
  212. this.INSPECTIONQUANTITY,
  213. this.WANCHENG});
  214. this.dgvBarcodeIdnrk.ColumnTreeView = null;
  215. 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)));
  216. this.dgvBarcodeIdnrk.DynamicColumnName = "";
  217. this.dgvBarcodeIdnrk.EnableHeadersVisualStyles = false;
  218. this.dgvBarcodeIdnrk.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  219. this.dgvBarcodeIdnrk.FormatQuantityColumns = null;
  220. this.dgvBarcodeIdnrk.HasNode = false;
  221. this.dgvBarcodeIdnrk.HorizontalMergeColumn = null;
  222. this.dgvBarcodeIdnrk.IsAutoCountSum = true;
  223. this.dgvBarcodeIdnrk.IsAutoResizeColumns = false;
  224. this.dgvBarcodeIdnrk.IsClickF12 = false;
  225. this.dgvBarcodeIdnrk.IsOpenMergeCellFlag = false;
  226. this.dgvBarcodeIdnrk.IsSubTotalFlag = false;
  227. this.dgvBarcodeIdnrk.IsTopDeep = false;
  228. this.dgvBarcodeIdnrk.Location = new System.Drawing.Point(0, 124);
  229. this.dgvBarcodeIdnrk.Margin = new System.Windows.Forms.Padding(0);
  230. this.dgvBarcodeIdnrk.MergeColumnNames = null;
  231. this.dgvBarcodeIdnrk.MergeDetailColumnNames = null;
  232. this.dgvBarcodeIdnrk.MergeDetailOnlyColumn = null;
  233. this.dgvBarcodeIdnrk.MergeOnlyColumn = null;
  234. this.dgvBarcodeIdnrk.MultiSelect = false;
  235. this.dgvBarcodeIdnrk.Name = "dgvBarcodeIdnrk";
  236. this.dgvBarcodeIdnrk.ReadOnly = true;
  237. this.dgvBarcodeIdnrk.RefreshAtHscroll = false;
  238. this.dgvBarcodeIdnrk.RowHeadersWidth = 50;
  239. this.dgvBarcodeIdnrk.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  240. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  241. this.dgvBarcodeIdnrk.RowsDefaultCellStyle = dataGridViewCellStyle3;
  242. this.dgvBarcodeIdnrk.RowTemplate.Height = 21;
  243. this.dgvBarcodeIdnrk.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  244. this.dgvBarcodeIdnrk.Size = new System.Drawing.Size(918, 415);
  245. this.dgvBarcodeIdnrk.SortOrderColumnName = null;
  246. this.dgvBarcodeIdnrk.TabIndex = 31;
  247. this.dgvBarcodeIdnrk.Tag = true;
  248. this.dgvBarcodeIdnrk.TotalSumColumns = null;
  249. this.dgvBarcodeIdnrk.ViewRowFilter = "";
  250. this.dgvBarcodeIdnrk.VirtualNodes = false;
  251. this.dgvBarcodeIdnrk.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvBarcodeIdnrk_CellDoubleClick);
  252. //
  253. // cbInpectType
  254. //
  255. this.cbInpectType.BackColor = System.Drawing.SystemColors.Window;
  256. this.cbInpectType.BackgroundColor = System.Drawing.SystemColors.Window;
  257. this.cbInpectType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  258. this.cbInpectType.FormattingEnabled = true;
  259. this.cbInpectType.Location = new System.Drawing.Point(437, 25);
  260. this.cbInpectType.Name = "cbInpectType";
  261. this.cbInpectType.Size = new System.Drawing.Size(117, 20);
  262. this.cbInpectType.TabIndex = 41;
  263. //
  264. // c_Label2
  265. //
  266. this.c_Label2.AutoSize = true;
  267. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  268. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.c_Label2.Location = new System.Drawing.Point(378, 29);
  270. this.c_Label2.Name = "c_Label2";
  271. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  272. this.c_Label2.TabIndex = 40;
  273. this.c_Label2.Text = "检验类别";
  274. //
  275. // scbGoodsType
  276. //
  277. this.scbGoodsType.CheckedData = null;
  278. this.scbGoodsType.IsOnlyDisplayEnd = false;
  279. this.scbGoodsType.Location = new System.Drawing.Point(65, 24);
  280. this.scbGoodsType.Name = "scbGoodsType";
  281. this.scbGoodsType.Size = new System.Drawing.Size(134, 21);
  282. this.scbGoodsType.TabIndex = 42;
  283. //
  284. // c_Label3
  285. //
  286. this.c_Label3.AutoSize = true;
  287. this.c_Label3.BackColor = System.Drawing.SystemColors.Control;
  288. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  290. this.c_Label3.Location = new System.Drawing.Point(6, 29);
  291. this.c_Label3.Name = "c_Label3";
  292. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  293. this.c_Label3.TabIndex = 43;
  294. this.c_Label3.Text = "产品类别";
  295. //
  296. // txtGoodsCode
  297. //
  298. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  299. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  300. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  301. this.txtGoodsCode.ErrorMessage = "";
  302. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  303. this.txtGoodsCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  304. this.txtGoodsCode.Location = new System.Drawing.Point(264, 26);
  305. this.txtGoodsCode.MaxLength = 10;
  306. this.txtGoodsCode.Name = "txtGoodsCode";
  307. this.txtGoodsCode.Size = new System.Drawing.Size(108, 21);
  308. this.txtGoodsCode.TabIndex = 44;
  309. //
  310. // lblGoodsCode
  311. //
  312. this.lblGoodsCode.AutoSize = true;
  313. this.lblGoodsCode.BackColor = System.Drawing.Color.Transparent;
  314. this.lblGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.lblGoodsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  316. this.lblGoodsCode.Location = new System.Drawing.Point(205, 29);
  317. this.lblGoodsCode.Name = "lblGoodsCode";
  318. this.lblGoodsCode.Size = new System.Drawing.Size(53, 12);
  319. this.lblGoodsCode.TabIndex = 45;
  320. this.lblGoodsCode.Text = "产品编码";
  321. //
  322. // GOODSCODE
  323. //
  324. this.GOODSCODE.DataPropertyName = "GOODSCODE";
  325. this.GOODSCODE.HeaderText = "产品型号";
  326. this.GOODSCODE.Name = "GOODSCODE";
  327. this.GOODSCODE.ReadOnly = true;
  328. //
  329. // MATERIALCODE
  330. //
  331. this.MATERIALCODE.DataPropertyName = "MATERIALCODE";
  332. this.MATERIALCODE.HeaderText = "物料编码";
  333. this.MATERIALCODE.Name = "MATERIALCODE";
  334. this.MATERIALCODE.ReadOnly = true;
  335. //
  336. // DICTIONARYVALUE
  337. //
  338. this.DICTIONARYVALUE.DataPropertyName = "DICTIONARYVALUE";
  339. this.DICTIONARYVALUE.HeaderText = "检验类别";
  340. this.DICTIONARYVALUE.Name = "DICTIONARYVALUE";
  341. this.DICTIONARYVALUE.ReadOnly = true;
  342. //
  343. // PLANDATE
  344. //
  345. this.PLANDATE.DataPropertyName = "PLANDATE";
  346. this.PLANDATE.HeaderText = "计划日期";
  347. this.PLANDATE.Name = "PLANDATE";
  348. this.PLANDATE.ReadOnly = true;
  349. //
  350. // OUTQUANTITY
  351. //
  352. this.OUTQUANTITY.DataPropertyName = "OUTQUANTITY";
  353. this.OUTQUANTITY.HeaderText = "出窑数";
  354. this.OUTQUANTITY.Name = "OUTQUANTITY";
  355. this.OUTQUANTITY.ReadOnly = true;
  356. //
  357. // PLANINSPECTIONQUANTITY
  358. //
  359. this.PLANINSPECTIONQUANTITY.DataPropertyName = "PLANINSPECTIONQUANTITY";
  360. this.PLANINSPECTIONQUANTITY.HeaderText = "计划检验数量";
  361. this.PLANINSPECTIONQUANTITY.Name = "PLANINSPECTIONQUANTITY";
  362. this.PLANINSPECTIONQUANTITY.ReadOnly = true;
  363. //
  364. // INSPECTIONQUANTITY
  365. //
  366. this.INSPECTIONQUANTITY.DataPropertyName = "INSPECTIONQUANTITY";
  367. this.INSPECTIONQUANTITY.HeaderText = "已完成数量";
  368. this.INSPECTIONQUANTITY.Name = "INSPECTIONQUANTITY";
  369. this.INSPECTIONQUANTITY.ReadOnly = true;
  370. //
  371. // WANCHENG
  372. //
  373. this.WANCHENG.DataPropertyName = "WANCHENG";
  374. this.WANCHENG.HeaderText = "完成率";
  375. this.WANCHENG.Name = "WANCHENG";
  376. this.WANCHENG.ReadOnly = true;
  377. //
  378. // F_RPT_080115
  379. //
  380. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  381. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  382. this.ClientSize = new System.Drawing.Size(930, 539);
  383. this.Controls.Add(this.dgvBarcodeIdnrk);
  384. this.Controls.Add(this.gbxCondition);
  385. this.Controls.Add(this.tsrOperate);
  386. this.Name = "F_RPT_080115";
  387. this.Text = "QC检验计划完成明细表";
  388. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_080115_FormClosed);
  389. this.Load += new System.EventHandler(this.F_RPT_080115_Load);
  390. this.tsrOperate.ResumeLayout(false);
  391. this.tsrOperate.PerformLayout();
  392. this.gbxCondition.ResumeLayout(false);
  393. this.gbxCondition.PerformLayout();
  394. ((System.ComponentModel.ISupportInitialize)(this.dgvBarcodeIdnrk)).EndInit();
  395. this.ResumeLayout(false);
  396. }
  397. #endregion
  398. private Basics.BaseControls.C_ToolStrip tsrOperate;
  399. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  400. private System.Windows.Forms.ToolStripButton tsbtnClose;
  401. private Basics.BaseControls.C_GroupBox gbxCondition;
  402. private Basics.BaseControls.C_Button btnClearCondition;
  403. private Basics.BaseControls.C_Button btnSearch;
  404. private Basics.BaseControls.C_DataGridView dgvBarcodeIdnrk;
  405. private Basics.BaseControls.C_DateTimePicker dtpCreateTimeBegin;
  406. private Basics.BaseControls.C_Label lblCreateTime;
  407. private Basics.BaseControls.C_ComboBox cbInpectType;
  408. private Basics.BaseControls.C_Label c_Label2;
  409. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  410. private Basics.BaseControls.C_Label c_Label3;
  411. private Basics.BaseControls.C_TextBox txtGoodsCode;
  412. private Basics.BaseControls.C_Label lblGoodsCode;
  413. private System.Windows.Forms.DataGridViewTextBoxColumn GOODSCODE;
  414. private System.Windows.Forms.DataGridViewTextBoxColumn MATERIALCODE;
  415. private System.Windows.Forms.DataGridViewTextBoxColumn DICTIONARYVALUE;
  416. private System.Windows.Forms.DataGridViewTextBoxColumn PLANDATE;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn OUTQUANTITY;
  418. private System.Windows.Forms.DataGridViewTextBoxColumn PLANINSPECTIONQUANTITY;
  419. private System.Windows.Forms.DataGridViewTextBoxColumn INSPECTIONQUANTITY;
  420. private System.Windows.Forms.DataGridViewTextBoxColumn WANCHENG;
  421. }
  422. }