F_RPT_040104.Designer.cs 45 KB

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