F_RPT_040105.Designer.cs 42 KB

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