F_RPT_040105.Designer.cs 47 KB

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