F_RPT_040103.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_040103
  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_040103));
  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 dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  41. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
  42. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
  43. this.dropKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  44. this.lblKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.dropRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  46. this.dkUserInfoSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
  47. this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  48. this.lblRptProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  50. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  51. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  52. this.dkproductionLineSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
  53. this.lblAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  56. this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  57. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  58. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  59. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  60. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  61. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  63. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  64. this.label1 = new System.Windows.Forms.Label();
  65. this.dgvRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  66. this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.Kilncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.二级类别 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.colUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.OutKilnCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.Qualified = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.QualifiedPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.GoodCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.GoodPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.BadCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.BadPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.SubstandardCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.SubstandardPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.ReFireCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.ReFirePercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.tsrOperate.SuspendLayout();
  85. this.gbxCondition.SuspendLayout();
  86. ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).BeginInit();
  87. this.SuspendLayout();
  88. //
  89. // dropKilnCode
  90. //
  91. this.dropKilnCode.BackColor = System.Drawing.SystemColors.Window;
  92. this.dropKilnCode.BackgroundColor = System.Drawing.SystemColors.Window;
  93. this.dropKilnCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  94. this.dropKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.dropKilnCode.FormattingEnabled = true;
  96. this.dropKilnCode.Location = new System.Drawing.Point(524, 80);
  97. this.dropKilnCode.Name = "dropKilnCode";
  98. this.dropKilnCode.Size = new System.Drawing.Size(133, 20);
  99. this.dropKilnCode.TabIndex = 8;
  100. //
  101. // lblKilnCode
  102. //
  103. this.lblKilnCode.AutoSize = true;
  104. this.lblKilnCode.BackColor = System.Drawing.SystemColors.Control;
  105. this.lblKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.lblKilnCode.ForeColor = System.Drawing.SystemColors.ControlText;
  107. this.lblKilnCode.Location = new System.Drawing.Point(465, 84);
  108. this.lblKilnCode.Name = "lblKilnCode";
  109. this.lblKilnCode.Size = new System.Drawing.Size(53, 12);
  110. this.lblKilnCode.TabIndex = 11;
  111. this.lblKilnCode.Text = "窑炉编号";
  112. //
  113. // dropRptProcedure
  114. //
  115. this.dropRptProcedure.BackColor = System.Drawing.Color.Yellow;
  116. this.dropRptProcedure.BackgroundColor = System.Drawing.SystemColors.Window;
  117. this.dropRptProcedure.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  118. this.dropRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.dropRptProcedure.FormattingEnabled = true;
  120. this.dropRptProcedure.IsMustInput = true;
  121. this.dropRptProcedure.Location = new System.Drawing.Point(96, 20);
  122. this.dropRptProcedure.Name = "dropRptProcedure";
  123. this.dropRptProcedure.Size = new System.Drawing.Size(135, 20);
  124. this.dropRptProcedure.TabIndex = 0;
  125. //
  126. // dkUserInfoSearchBox
  127. //
  128. this.dkUserInfoSearchBox.DataSource = null;
  129. this.dkUserInfoSearchBox.Enabled = true;
  130. this.dkUserInfoSearchBox.IsMustInput = false;
  131. this.dkUserInfoSearchBox.IsWorker = false;
  132. this.dkUserInfoSearchBox.Location = new System.Drawing.Point(251, 50);
  133. this.dkUserInfoSearchBox.Name = "dkUserInfoSearchBox";
  134. this.dkUserInfoSearchBox.PurviewType = ((byte)(0));
  135. this.dkUserInfoSearchBox.SelectMore = true;
  136. this.dkUserInfoSearchBox.Size = new System.Drawing.Size(193, 21);
  137. this.dkUserInfoSearchBox.TabIndex = 4;
  138. this.dkUserInfoSearchBox.Title = "生产工号";
  139. this.dkUserInfoSearchBox.TxtUserBackColor = System.Drawing.SystemColors.Control;
  140. this.dkUserInfoSearchBox.UserCode = "";
  141. this.dkUserInfoSearchBox.UserID = null;
  142. this.dkUserInfoSearchBox.UserIDS = null;
  143. this.dkUserInfoSearchBox.UserName = null;
  144. //
  145. // dkProcedureSearchBox
  146. //
  147. this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  148. this.dkProcedureSearchBox.DataSource = null;
  149. this.dkProcedureSearchBox.Enabled = true;
  150. this.dkProcedureSearchBox.IsEnablePurview = false;
  151. this.dkProcedureSearchBox.IsMustInput = false;
  152. this.dkProcedureSearchBox.Ispurview = true;
  153. this.dkProcedureSearchBox.Location = new System.Drawing.Point(464, 50);
  154. this.dkProcedureSearchBox.ModelType = null;
  155. this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
  156. this.dkProcedureSearchBox.ProcedureCode = "";
  157. this.dkProcedureSearchBox.ProcedureID = null;
  158. this.dkProcedureSearchBox.ProcedureIDS = null;
  159. this.dkProcedureSearchBox.ProcedureName = null;
  160. this.dkProcedureSearchBox.Purview = null;
  161. this.dkProcedureSearchBox.PurviewType = ((byte)(9));
  162. this.dkProcedureSearchBox.SelectMore = true;
  163. this.dkProcedureSearchBox.Size = new System.Drawing.Size(193, 21);
  164. this.dkProcedureSearchBox.TabIndex = 5;
  165. this.dkProcedureSearchBox.Title = "生产工序";
  166. this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  167. //
  168. // lblRptProcedureName
  169. //
  170. this.lblRptProcedureName.AutoSize = true;
  171. this.lblRptProcedureName.BackColor = System.Drawing.SystemColors.Control;
  172. this.lblRptProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.lblRptProcedureName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  174. this.lblRptProcedureName.Location = new System.Drawing.Point(15, 23);
  175. this.lblRptProcedureName.Name = "lblRptProcedureName";
  176. this.lblRptProcedureName.Size = new System.Drawing.Size(77, 12);
  177. this.lblRptProcedureName.TabIndex = 0;
  178. this.lblRptProcedureName.Text = "数据来源名称";
  179. //
  180. // tsrOperate
  181. //
  182. this.tsrOperate.AutoSize = false;
  183. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  184. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  186. this.tsbtnAdaptive,
  187. this.tsbtnClose});
  188. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  189. this.tsrOperate.Name = "tsrOperate";
  190. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  191. this.tsrOperate.ShowItemToolTips = false;
  192. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  193. this.tsrOperate.TabIndex = 36;
  194. this.tsrOperate.Text = "toolStrip1";
  195. //
  196. // tsbtnAdaptive
  197. //
  198. this.tsbtnAdaptive.AutoSize = false;
  199. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  200. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  201. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  202. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  203. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  204. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  205. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  206. //
  207. // tsbtnClose
  208. //
  209. this.tsbtnClose.AutoSize = false;
  210. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  212. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  213. this.tsbtnClose.Name = "tsbtnClose";
  214. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  215. this.tsbtnClose.Text = "关闭(&X)";
  216. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  217. //
  218. // dkproductionLineSearchBox
  219. //
  220. this.dkproductionLineSearchBox.BackColor = System.Drawing.Color.Transparent;
  221. this.dkproductionLineSearchBox.DataSource = null;
  222. this.dkproductionLineSearchBox.Enabled = true;
  223. this.dkproductionLineSearchBox.IsEnablePurview = false;
  224. this.dkproductionLineSearchBox.IsMustInput = false;
  225. this.dkproductionLineSearchBox.Location = new System.Drawing.Point(251, 19);
  226. this.dkproductionLineSearchBox.Name = "dkproductionLineSearchBox";
  227. this.dkproductionLineSearchBox.ProductionLineCode = "";
  228. this.dkproductionLineSearchBox.ProductionLineID = null;
  229. this.dkproductionLineSearchBox.ProductionLineIDS = null;
  230. this.dkproductionLineSearchBox.ProductionLineName = null;
  231. this.dkproductionLineSearchBox.Purview = null;
  232. this.dkproductionLineSearchBox.PurviewType = ((byte)(0));
  233. this.dkproductionLineSearchBox.Size = new System.Drawing.Size(193, 21);
  234. this.dkproductionLineSearchBox.TabIndex = 1;
  235. this.dkproductionLineSearchBox.Title = " 生产线";
  236. this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  237. //
  238. // lblAccountDateStart
  239. //
  240. this.lblAccountDateStart.AutoSize = true;
  241. this.lblAccountDateStart.BackColor = System.Drawing.Color.Transparent;
  242. this.lblAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  243. this.lblAccountDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
  244. this.lblAccountDateStart.Location = new System.Drawing.Point(37, 84);
  245. this.lblAccountDateStart.Name = "lblAccountDateStart";
  246. this.lblAccountDateStart.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  247. this.lblAccountDateStart.Size = new System.Drawing.Size(53, 12);
  248. this.lblAccountDateStart.TabIndex = 7;
  249. this.lblAccountDateStart.Text = "生产日期";
  250. //
  251. // lblAccountDateEnd
  252. //
  253. this.lblAccountDateEnd.AutoSize = true;
  254. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  255. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  257. this.lblAccountDateEnd.Location = new System.Drawing.Point(251, 84);
  258. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  259. this.lblAccountDateEnd.Size = new System.Drawing.Size(53, 12);
  260. this.lblAccountDateEnd.TabIndex = 9;
  261. this.lblAccountDateEnd.Text = " 至 ";
  262. //
  263. // dtpAccountDateEnd
  264. //
  265. this.dtpAccountDateEnd.CustomFormat = "yyyy-MM-dd";
  266. this.dtpAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  267. this.dtpAccountDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  268. this.dtpAccountDateEnd.Location = new System.Drawing.Point(311, 80);
  269. this.dtpAccountDateEnd.Name = "dtpAccountDateEnd";
  270. this.dtpAccountDateEnd.Size = new System.Drawing.Size(133, 21);
  271. this.dtpAccountDateEnd.TabIndex = 7;
  272. //
  273. // dtpAccountDateStart
  274. //
  275. this.dtpAccountDateStart.CustomFormat = "yyyy-MM-dd";
  276. this.dtpAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  277. this.dtpAccountDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  278. this.dtpAccountDateStart.Location = new System.Drawing.Point(96, 80);
  279. this.dtpAccountDateStart.Name = "dtpAccountDateStart";
  280. this.dtpAccountDateStart.Size = new System.Drawing.Size(135, 21);
  281. this.dtpAccountDateStart.TabIndex = 6;
  282. //
  283. // btnClearCondition
  284. //
  285. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  286. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  287. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  288. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  290. this.btnClearCondition.Location = new System.Drawing.Point(1016, 75);
  291. this.btnClearCondition.Name = "btnClearCondition";
  292. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  293. this.btnClearCondition.TabIndex = 13;
  294. this.btnClearCondition.Text = "清空条件(&C)";
  295. this.btnClearCondition.UseVisualStyleBackColor = true;
  296. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  297. //
  298. // btnSearch
  299. //
  300. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  301. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  302. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  303. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  304. this.btnSearch.ForeColor = System.Drawing.Color.White;
  305. this.btnSearch.Location = new System.Drawing.Point(925, 75);
  306. this.btnSearch.Name = "btnSearch";
  307. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  308. this.btnSearch.TabIndex = 12;
  309. this.btnSearch.Text = "查询(&Q)";
  310. this.btnSearch.UseVisualStyleBackColor = true;
  311. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  312. //
  313. // gbxCondition
  314. //
  315. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  316. | System.Windows.Forms.AnchorStyles.Right)));
  317. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  318. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  319. this.gbxCondition.Controls.Add(this.scbGoods);
  320. this.gbxCondition.Controls.Add(this.lblGoods);
  321. this.gbxCondition.Controls.Add(this.lblGoodsType);
  322. this.gbxCondition.Controls.Add(this.scbGoodsType);
  323. this.gbxCondition.Controls.Add(this.label1);
  324. this.gbxCondition.Controls.Add(this.dropKilnCode);
  325. this.gbxCondition.Controls.Add(this.lblKilnCode);
  326. this.gbxCondition.Controls.Add(this.lblRptProcedureName);
  327. this.gbxCondition.Controls.Add(this.dropRptProcedure);
  328. this.gbxCondition.Controls.Add(this.dkUserInfoSearchBox);
  329. this.gbxCondition.Controls.Add(this.dkProcedureSearchBox);
  330. this.gbxCondition.Controls.Add(this.dkproductionLineSearchBox);
  331. this.gbxCondition.Controls.Add(this.lblAccountDateStart);
  332. this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
  333. this.gbxCondition.Controls.Add(this.dtpAccountDateEnd);
  334. this.gbxCondition.Controls.Add(this.dtpAccountDateStart);
  335. this.gbxCondition.Controls.Add(this.btnClearCondition);
  336. this.gbxCondition.Controls.Add(this.btnSearch);
  337. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  339. this.gbxCondition.IsMustInput = false;
  340. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  341. this.gbxCondition.Name = "gbxCondition";
  342. this.gbxCondition.OriginalHeight = -1;
  343. this.gbxCondition.Size = new System.Drawing.Size(1119, 110);
  344. this.gbxCondition.TabIndex = 37;
  345. this.gbxCondition.TabStop = false;
  346. this.gbxCondition.Text = "查询条件 ▼";
  347. //
  348. // scbGoods
  349. //
  350. this.scbGoods.CheckedData = null;
  351. this.scbGoods.Location = new System.Drawing.Point(96, 50);
  352. this.scbGoods.MultiSelect = true;
  353. this.scbGoods.Name = "scbGoods";
  354. this.scbGoods.Size = new System.Drawing.Size(135, 21);
  355. this.scbGoods.TabIndex = 34;
  356. //
  357. // lblGoods
  358. //
  359. this.lblGoods.AutoSize = true;
  360. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  361. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
  363. this.lblGoods.Location = new System.Drawing.Point(37, 56);
  364. this.lblGoods.Name = "lblGoods";
  365. this.lblGoods.Size = new System.Drawing.Size(53, 12);
  366. this.lblGoods.TabIndex = 33;
  367. this.lblGoods.Text = "产品名称";
  368. //
  369. // lblGoodsType
  370. //
  371. this.lblGoodsType.AutoSize = true;
  372. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  373. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  374. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  375. this.lblGoodsType.Location = new System.Drawing.Point(463, 24);
  376. this.lblGoodsType.Name = "lblGoodsType";
  377. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  378. this.lblGoodsType.TabIndex = 23;
  379. this.lblGoodsType.Text = "产品类别";
  380. //
  381. // scbGoodsType
  382. //
  383. this.scbGoodsType.CheckedData = null;
  384. this.scbGoodsType.IsOnlyDisplayEnd = false;
  385. this.scbGoodsType.Location = new System.Drawing.Point(524, 20);
  386. this.scbGoodsType.Name = "scbGoodsType";
  387. this.scbGoodsType.Size = new System.Drawing.Size(133, 21);
  388. this.scbGoodsType.TabIndex = 22;
  389. //
  390. // label1
  391. //
  392. this.label1.AutoSize = true;
  393. this.label1.ForeColor = System.Drawing.Color.Red;
  394. this.label1.Location = new System.Drawing.Point(664, 23);
  395. this.label1.Name = "label1";
  396. this.label1.Size = new System.Drawing.Size(185, 12);
  397. this.label1.TabIndex = 14;
  398. this.label1.Text = "干补过的坯体不算作成型的质量。";
  399. //
  400. // dgvRptProcedure
  401. //
  402. this.dgvRptProcedure.AllowUserToAddRows = false;
  403. this.dgvRptProcedure.AllowUserToDeleteRows = false;
  404. this.dgvRptProcedure.AllowUserToModifyRows = true;
  405. this.dgvRptProcedure.AllowUserToOrderColumns = true;
  406. this.dgvRptProcedure.AllowUserToSortRows = false;
  407. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  408. this.dgvRptProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  409. this.dgvRptProcedure.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  410. | System.Windows.Forms.AnchorStyles.Left)
  411. | System.Windows.Forms.AnchorStyles.Right)));
  412. this.dgvRptProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  413. this.dgvRptProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  414. this.dgvRptProcedure.CellHeight = 23;
  415. this.dgvRptProcedure.ChildNodeColumnName = null;
  416. this.dgvRptProcedure.ChildNodeColumnText = null;
  417. this.dgvRptProcedure.ColumnDeep = 1;
  418. this.dgvRptProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  419. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  420. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  421. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  422. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  423. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  424. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  425. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  426. this.dgvRptProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  427. this.dgvRptProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  428. this.dgvRptProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  429. this.ProductionLineName,
  430. this.ProcedureName,
  431. this.Kilncode,
  432. this.二级类别,
  433. this.colUserCode,
  434. this.GoodsTypeName,
  435. this.GoodsCode,
  436. this.OutKilnCount,
  437. this.Qualified,
  438. this.QualifiedPercent,
  439. this.GoodCount,
  440. this.GoodPercent,
  441. this.BadCount,
  442. this.BadPercent,
  443. this.SubstandardCount,
  444. this.SubstandardPercent,
  445. this.ReFireCount,
  446. this.ReFirePercent});
  447. this.dgvRptProcedure.ColumnTreeView = null;
  448. this.dgvRptProcedure.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)));
  449. this.dgvRptProcedure.DynamicColumnName = "";
  450. this.dgvRptProcedure.EnableHeadersVisualStyles = false;
  451. this.dgvRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  452. this.dgvRptProcedure.FormatQuantityColumns = null;
  453. this.dgvRptProcedure.HorizontalMergeColumn = null;
  454. this.dgvRptProcedure.IsAutoCountSum = true;
  455. this.dgvRptProcedure.IsAutoResizeColumns = false;
  456. this.dgvRptProcedure.IsClickF12 = false;
  457. this.dgvRptProcedure.IsOpenMergeCellFlag = false;
  458. this.dgvRptProcedure.IsSubTotalFlag = false;
  459. this.dgvRptProcedure.IsTopDeep = false;
  460. this.dgvRptProcedure.Location = new System.Drawing.Point(0, 155);
  461. this.dgvRptProcedure.MergeColumnNames = null;
  462. this.dgvRptProcedure.MergeDetailColumnNames = null;
  463. this.dgvRptProcedure.MergeDetailOnlyColumn = null;
  464. this.dgvRptProcedure.MergeOnlyColumn = null;
  465. this.dgvRptProcedure.MultiSelect = false;
  466. this.dgvRptProcedure.Name = "dgvRptProcedure";
  467. this.dgvRptProcedure.ReadOnly = true;
  468. this.dgvRptProcedure.RefreshAtHscroll = false;
  469. this.dgvRptProcedure.RowHeadersWidth = 50;
  470. this.dgvRptProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  471. dataGridViewCellStyle14.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  472. this.dgvRptProcedure.RowsDefaultCellStyle = dataGridViewCellStyle14;
  473. this.dgvRptProcedure.RowTemplate.Height = 21;
  474. this.dgvRptProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  475. this.dgvRptProcedure.Size = new System.Drawing.Size(1119, 321);
  476. this.dgvRptProcedure.SortOrderColumnName = null;
  477. this.dgvRptProcedure.TabIndex = 28;
  478. this.dgvRptProcedure.Tag = true;
  479. this.dgvRptProcedure.TotalSumColumns = null;
  480. this.dgvRptProcedure.ViewRowFilter = "";
  481. //
  482. // ProductionLineName
  483. //
  484. this.ProductionLineName.DataPropertyName = "ProductionLineName";
  485. this.ProductionLineName.HeaderText = "生产线";
  486. this.ProductionLineName.Name = "ProductionLineName";
  487. this.ProductionLineName.ReadOnly = true;
  488. this.ProductionLineName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  489. //
  490. // ProcedureName
  491. //
  492. this.ProcedureName.DataPropertyName = "ProcedureName";
  493. this.ProcedureName.HeaderText = "生产工序";
  494. this.ProcedureName.Name = "ProcedureName";
  495. this.ProcedureName.ReadOnly = true;
  496. this.ProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  497. //
  498. // Kilncode
  499. //
  500. this.Kilncode.DataPropertyName = "Kilncode";
  501. this.Kilncode.HeaderText = "窑炉编码";
  502. this.Kilncode.Name = "Kilncode";
  503. this.Kilncode.ReadOnly = true;
  504. this.Kilncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  505. //
  506. // 二级类别
  507. //
  508. this.二级类别.DataPropertyName = "goodstypename2";
  509. this.二级类别.HeaderText = "二级类别";
  510. this.二级类别.Name = "二级类别";
  511. this.二级类别.ReadOnly = true;
  512. this.二级类别.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  513. //
  514. // colUserCode
  515. //
  516. this.colUserCode.DataPropertyName = "UserCode";
  517. this.colUserCode.HeaderText = "生产工号";
  518. this.colUserCode.Name = "colUserCode";
  519. this.colUserCode.ReadOnly = true;
  520. this.colUserCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  521. //
  522. // GoodsTypeName
  523. //
  524. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  525. this.GoodsTypeName.HeaderText = "产品类别";
  526. this.GoodsTypeName.Name = "GoodsTypeName";
  527. this.GoodsTypeName.ReadOnly = true;
  528. this.GoodsTypeName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  529. //
  530. // GoodsCode
  531. //
  532. this.GoodsCode.DataPropertyName = "GoodsCode";
  533. this.GoodsCode.HeaderText = "产品编码";
  534. this.GoodsCode.Name = "GoodsCode";
  535. this.GoodsCode.ReadOnly = true;
  536. this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  537. //
  538. // OutKilnCount
  539. //
  540. this.OutKilnCount.DataPropertyName = "OutKilnCount";
  541. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  542. this.OutKilnCount.DefaultCellStyle = dataGridViewCellStyle3;
  543. this.OutKilnCount.HeaderText = "出窑数量";
  544. this.OutKilnCount.Name = "OutKilnCount";
  545. this.OutKilnCount.ReadOnly = true;
  546. this.OutKilnCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  547. //
  548. // Qualified
  549. //
  550. this.Qualified.DataPropertyName = "Qualified";
  551. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  552. dataGridViewCellStyle4.Format = "N0";
  553. this.Qualified.DefaultCellStyle = dataGridViewCellStyle4;
  554. this.Qualified.HeaderText = "合格品";
  555. this.Qualified.Name = "Qualified";
  556. this.Qualified.ReadOnly = true;
  557. this.Qualified.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  558. //
  559. // QualifiedPercent
  560. //
  561. this.QualifiedPercent.DataPropertyName = "QualifiedPercent";
  562. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  563. dataGridViewCellStyle5.Format = "P2";
  564. dataGridViewCellStyle5.NullValue = "#DIV/0!";
  565. this.QualifiedPercent.DefaultCellStyle = dataGridViewCellStyle5;
  566. this.QualifiedPercent.HeaderText = "合格率";
  567. this.QualifiedPercent.Name = "QualifiedPercent";
  568. this.QualifiedPercent.ReadOnly = true;
  569. this.QualifiedPercent.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  570. //
  571. // GoodCount
  572. //
  573. this.GoodCount.DataPropertyName = "GoodCount";
  574. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  575. dataGridViewCellStyle6.Format = "N0";
  576. this.GoodCount.DefaultCellStyle = dataGridViewCellStyle6;
  577. this.GoodCount.HeaderText = "正品";
  578. this.GoodCount.Name = "GoodCount";
  579. this.GoodCount.ReadOnly = true;
  580. this.GoodCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  581. //
  582. // GoodPercent
  583. //
  584. this.GoodPercent.DataPropertyName = "GoodPercent";
  585. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  586. dataGridViewCellStyle7.Format = "P2";
  587. dataGridViewCellStyle7.NullValue = "#DIV/0!";
  588. this.GoodPercent.DefaultCellStyle = dataGridViewCellStyle7;
  589. this.GoodPercent.HeaderText = "正品率";
  590. this.GoodPercent.Name = "GoodPercent";
  591. this.GoodPercent.ReadOnly = true;
  592. this.GoodPercent.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  593. //
  594. // BadCount
  595. //
  596. this.BadCount.DataPropertyName = "BadCount";
  597. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  598. dataGridViewCellStyle8.Format = "N0";
  599. this.BadCount.DefaultCellStyle = dataGridViewCellStyle8;
  600. this.BadCount.HeaderText = "副品";
  601. this.BadCount.Name = "BadCount";
  602. this.BadCount.ReadOnly = true;
  603. this.BadCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  604. //
  605. // BadPercent
  606. //
  607. this.BadPercent.DataPropertyName = "BadPercent";
  608. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  609. dataGridViewCellStyle9.Format = "P2";
  610. dataGridViewCellStyle9.NullValue = "#DIV/0!";
  611. this.BadPercent.DefaultCellStyle = dataGridViewCellStyle9;
  612. this.BadPercent.HeaderText = "副品率";
  613. this.BadPercent.Name = "BadPercent";
  614. this.BadPercent.ReadOnly = true;
  615. this.BadPercent.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  616. //
  617. // SubstandardCount
  618. //
  619. this.SubstandardCount.DataPropertyName = "SubstandardCount";
  620. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  621. dataGridViewCellStyle10.Format = "N0";
  622. this.SubstandardCount.DefaultCellStyle = dataGridViewCellStyle10;
  623. this.SubstandardCount.HeaderText = "次品";
  624. this.SubstandardCount.Name = "SubstandardCount";
  625. this.SubstandardCount.ReadOnly = true;
  626. this.SubstandardCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  627. //
  628. // SubstandardPercent
  629. //
  630. this.SubstandardPercent.DataPropertyName = "SubstandardPercent";
  631. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  632. dataGridViewCellStyle11.Format = "P2";
  633. dataGridViewCellStyle11.NullValue = "#DIV/0!";
  634. this.SubstandardPercent.DefaultCellStyle = dataGridViewCellStyle11;
  635. this.SubstandardPercent.HeaderText = "次品率";
  636. this.SubstandardPercent.Name = "SubstandardPercent";
  637. this.SubstandardPercent.ReadOnly = true;
  638. this.SubstandardPercent.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  639. //
  640. // ReFireCount
  641. //
  642. this.ReFireCount.DataPropertyName = "ReFireCount";
  643. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  644. dataGridViewCellStyle12.Format = "N0";
  645. this.ReFireCount.DefaultCellStyle = dataGridViewCellStyle12;
  646. this.ReFireCount.HeaderText = "重烧";
  647. this.ReFireCount.Name = "ReFireCount";
  648. this.ReFireCount.ReadOnly = true;
  649. this.ReFireCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  650. //
  651. // ReFirePercent
  652. //
  653. this.ReFirePercent.DataPropertyName = "ReFirePercent";
  654. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  655. dataGridViewCellStyle13.Format = "P2";
  656. dataGridViewCellStyle13.NullValue = "#DIV/0!";
  657. this.ReFirePercent.DefaultCellStyle = dataGridViewCellStyle13;
  658. this.ReFirePercent.HeaderText = "重烧率";
  659. this.ReFirePercent.Name = "ReFirePercent";
  660. this.ReFirePercent.ReadOnly = true;
  661. this.ReFirePercent.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  662. //
  663. // F_RPT_040103
  664. //
  665. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  666. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  667. this.ClientSize = new System.Drawing.Size(1131, 476);
  668. this.Controls.Add(this.dgvRptProcedure);
  669. this.Controls.Add(this.tsrOperate);
  670. this.Controls.Add(this.gbxCondition);
  671. this.Name = "F_RPT_040103";
  672. this.Text = "工序质量分析表";
  673. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_040103_FormClosed);
  674. this.Load += new System.EventHandler(this.F_RPT_040103_Load);
  675. this.tsrOperate.ResumeLayout(false);
  676. this.tsrOperate.PerformLayout();
  677. this.gbxCondition.ResumeLayout(false);
  678. this.gbxCondition.PerformLayout();
  679. ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).EndInit();
  680. this.ResumeLayout(false);
  681. }
  682. #endregion
  683. private Basics.BaseControls.C_ComboBox dropKilnCode;
  684. private Basics.BaseControls.C_Label lblKilnCode;
  685. private Basics.BaseControls.C_ComboBox dropRptProcedure;
  686. private Controls.SearchTextBox.dkUserInfoSearchBox dkUserInfoSearchBox;
  687. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
  688. private Basics.BaseControls.C_Label lblRptProcedureName;
  689. private Basics.BaseControls.C_ToolStrip tsrOperate;
  690. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  691. private System.Windows.Forms.ToolStripButton tsbtnClose;
  692. private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox;
  693. private Basics.BaseControls.C_Label lblAccountDateStart;
  694. private Basics.BaseControls.C_Label lblAccountDateEnd;
  695. private Basics.BaseControls.C_DateTimePicker dtpAccountDateEnd;
  696. private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart;
  697. private Basics.BaseControls.C_Button btnClearCondition;
  698. private Basics.BaseControls.C_Button btnSearch;
  699. private Basics.BaseControls.C_GroupBox gbxCondition;
  700. private Basics.BaseControls.C_DataGridView dgvRptProcedure;
  701. private System.Windows.Forms.Label label1;
  702. private Basics.BaseControls.C_Label lblGoodsType;
  703. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  704. private Controls.SearchBox.ScbGoods scbGoods;
  705. private Basics.BaseControls.C_Label lblGoods;
  706. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
  707. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  708. private System.Windows.Forms.DataGridViewTextBoxColumn Kilncode;
  709. private System.Windows.Forms.DataGridViewTextBoxColumn 二级类别;
  710. private System.Windows.Forms.DataGridViewTextBoxColumn colUserCode;
  711. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  712. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  713. private System.Windows.Forms.DataGridViewTextBoxColumn OutKilnCount;
  714. private System.Windows.Forms.DataGridViewTextBoxColumn Qualified;
  715. private System.Windows.Forms.DataGridViewTextBoxColumn QualifiedPercent;
  716. private System.Windows.Forms.DataGridViewTextBoxColumn GoodCount;
  717. private System.Windows.Forms.DataGridViewTextBoxColumn GoodPercent;
  718. private System.Windows.Forms.DataGridViewTextBoxColumn BadCount;
  719. private System.Windows.Forms.DataGridViewTextBoxColumn BadPercent;
  720. private System.Windows.Forms.DataGridViewTextBoxColumn SubstandardCount;
  721. private System.Windows.Forms.DataGridViewTextBoxColumn SubstandardPercent;
  722. private System.Windows.Forms.DataGridViewTextBoxColumn ReFireCount;
  723. private System.Windows.Forms.DataGridViewTextBoxColumn ReFirePercent;
  724. }
  725. }