F_RPT_040104.Designer.cs 50 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_040104
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_040104));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = 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. this.dropKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  45. this.lblKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.dropRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  47. this.lblRptProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  49. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  50. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  51. this.dkproductionLineSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
  52. this.lblAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  55. this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  56. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  57. this.GroutingLineXh = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  58. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  59. this.GroutingLineMh = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  60. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  61. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  62. this.GroutingLineLc = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  63. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  64. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  65. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  66. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  67. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  68. this.GroutingLineLh = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  69. this.lblGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  70. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  71. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  72. this.dkUserInfoSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
  73. this.chkTestMouldFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  74. this.dgvRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  75. this.ProductionLineId = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.subGoodstypecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.Kilncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.goodstypecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.OutKilnCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.Qualified = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.QualifiedPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.GoodCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.GoodPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.BadCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.BadPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.SubstandardCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.SubstandardPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.ReFireCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. this.ReFirePercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  94. this.LengBuCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  95. this.LengBuPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  96. this.chkRecyclingFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_StatusCheckBox();
  97. this.tsrOperate.SuspendLayout();
  98. this.gbxCondition.SuspendLayout();
  99. ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).BeginInit();
  100. this.SuspendLayout();
  101. //
  102. // dropKilnCode
  103. //
  104. this.dropKilnCode.BackColor = System.Drawing.SystemColors.Window;
  105. this.dropKilnCode.BackgroundColor = System.Drawing.SystemColors.Window;
  106. this.dropKilnCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  107. this.dropKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.dropKilnCode.FormattingEnabled = true;
  109. this.dropKilnCode.Location = new System.Drawing.Point(669, 47);
  110. this.dropKilnCode.Name = "dropKilnCode";
  111. this.dropKilnCode.Size = new System.Drawing.Size(122, 20);
  112. this.dropKilnCode.TabIndex = 6;
  113. //
  114. // lblKilnCode
  115. //
  116. this.lblKilnCode.AutoSize = true;
  117. this.lblKilnCode.BackColor = System.Drawing.SystemColors.Control;
  118. this.lblKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.lblKilnCode.ForeColor = System.Drawing.SystemColors.ControlText;
  120. this.lblKilnCode.Location = new System.Drawing.Point(613, 53);
  121. this.lblKilnCode.Name = "lblKilnCode";
  122. this.lblKilnCode.Size = new System.Drawing.Size(53, 12);
  123. this.lblKilnCode.TabIndex = 11;
  124. this.lblKilnCode.Text = "窑炉编号";
  125. //
  126. // dropRptProcedure
  127. //
  128. this.dropRptProcedure.BackColor = System.Drawing.Color.Yellow;
  129. this.dropRptProcedure.BackgroundColor = System.Drawing.SystemColors.Window;
  130. this.dropRptProcedure.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  131. this.dropRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  132. this.dropRptProcedure.FormattingEnabled = true;
  133. this.dropRptProcedure.IsMustInput = true;
  134. this.dropRptProcedure.Location = new System.Drawing.Point(89, 20);
  135. this.dropRptProcedure.Name = "dropRptProcedure";
  136. this.dropRptProcedure.Size = new System.Drawing.Size(133, 20);
  137. this.dropRptProcedure.TabIndex = 0;
  138. //
  139. // lblRptProcedureName
  140. //
  141. this.lblRptProcedureName.AutoSize = true;
  142. this.lblRptProcedureName.BackColor = System.Drawing.SystemColors.Control;
  143. this.lblRptProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  144. this.lblRptProcedureName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  145. this.lblRptProcedureName.Location = new System.Drawing.Point(6, 23);
  146. this.lblRptProcedureName.Name = "lblRptProcedureName";
  147. this.lblRptProcedureName.Size = new System.Drawing.Size(77, 12);
  148. this.lblRptProcedureName.TabIndex = 0;
  149. this.lblRptProcedureName.Text = "数据来源名称";
  150. //
  151. // tsrOperate
  152. //
  153. this.tsrOperate.AutoSize = false;
  154. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  155. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.tsrOperate.ImageScalingSize = new System.Drawing.Size(24, 24);
  157. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  158. this.tsbtnAdaptive,
  159. this.tsbtnClose});
  160. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  161. this.tsrOperate.Name = "tsrOperate";
  162. this.tsrOperate.Padding = new System.Windows.Forms.Padding(0, 0, 2, 0);
  163. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  164. this.tsrOperate.ShowItemToolTips = false;
  165. this.tsrOperate.Size = new System.Drawing.Size(1256, 35);
  166. this.tsrOperate.TabIndex = 36;
  167. this.tsrOperate.Text = "toolStrip1";
  168. //
  169. // tsbtnAdaptive
  170. //
  171. this.tsbtnAdaptive.AutoSize = false;
  172. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  174. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  175. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  176. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  177. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  178. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  179. //
  180. // tsbtnClose
  181. //
  182. this.tsbtnClose.AutoSize = false;
  183. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  184. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  185. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  186. this.tsbtnClose.Name = "tsbtnClose";
  187. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  188. this.tsbtnClose.Text = "关闭(&X)";
  189. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  190. //
  191. // dkproductionLineSearchBox
  192. //
  193. this.dkproductionLineSearchBox.BackColor = System.Drawing.Color.Transparent;
  194. this.dkproductionLineSearchBox.DataSource = null;
  195. this.dkproductionLineSearchBox.Enabled = true;
  196. this.dkproductionLineSearchBox.IsEnablePurview = false;
  197. this.dkproductionLineSearchBox.IsMustInput = false;
  198. this.dkproductionLineSearchBox.Ispurview = true;
  199. this.dkproductionLineSearchBox.Location = new System.Drawing.Point(215, 20);
  200. this.dkproductionLineSearchBox.Margin = new System.Windows.Forms.Padding(6);
  201. this.dkproductionLineSearchBox.Name = "dkproductionLineSearchBox";
  202. this.dkproductionLineSearchBox.ProductionLineCode = "";
  203. this.dkproductionLineSearchBox.ProductionLineID = null;
  204. this.dkproductionLineSearchBox.ProductionLineIDS = null;
  205. this.dkproductionLineSearchBox.ProductionLineName = null;
  206. this.dkproductionLineSearchBox.Purview = null;
  207. this.dkproductionLineSearchBox.PurviewType = ((byte)(0));
  208. this.dkproductionLineSearchBox.Size = new System.Drawing.Size(193, 21);
  209. this.dkproductionLineSearchBox.TabIndex = 1;
  210. this.dkproductionLineSearchBox.Title = " 生产线";
  211. this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  212. //
  213. // lblAccountDateStart
  214. //
  215. this.lblAccountDateStart.AutoSize = true;
  216. this.lblAccountDateStart.BackColor = System.Drawing.Color.Transparent;
  217. this.lblAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. this.lblAccountDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
  219. this.lblAccountDateStart.Location = new System.Drawing.Point(30, 54);
  220. this.lblAccountDateStart.Name = "lblAccountDateStart";
  221. this.lblAccountDateStart.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  222. this.lblAccountDateStart.Size = new System.Drawing.Size(53, 12);
  223. this.lblAccountDateStart.TabIndex = 7;
  224. this.lblAccountDateStart.Text = "生产日期";
  225. //
  226. // lblAccountDateEnd
  227. //
  228. this.lblAccountDateEnd.AutoSize = true;
  229. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  230. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  231. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  232. this.lblAccountDateEnd.Location = new System.Drawing.Point(227, 54);
  233. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  234. this.lblAccountDateEnd.Size = new System.Drawing.Size(53, 12);
  235. this.lblAccountDateEnd.TabIndex = 9;
  236. this.lblAccountDateEnd.Text = " 至 ";
  237. //
  238. // dtpAccountDateEnd
  239. //
  240. this.dtpAccountDateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  241. this.dtpAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  242. this.dtpAccountDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  243. this.dtpAccountDateEnd.Location = new System.Drawing.Point(273, 49);
  244. this.dtpAccountDateEnd.Name = "dtpAccountDateEnd";
  245. this.dtpAccountDateEnd.Size = new System.Drawing.Size(135, 21);
  246. this.dtpAccountDateEnd.TabIndex = 5;
  247. //
  248. // dtpAccountDateStart
  249. //
  250. this.dtpAccountDateStart.CustomFormat = "yyyy-MM-dd HH:mm";
  251. this.dtpAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.dtpAccountDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  253. this.dtpAccountDateStart.Location = new System.Drawing.Point(89, 50);
  254. this.dtpAccountDateStart.Name = "dtpAccountDateStart";
  255. this.dtpAccountDateStart.Size = new System.Drawing.Size(133, 21);
  256. this.dtpAccountDateStart.TabIndex = 4;
  257. //
  258. // gbxCondition
  259. //
  260. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  261. | System.Windows.Forms.AnchorStyles.Right)));
  262. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  263. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  264. this.gbxCondition.Controls.Add(this.chkRecyclingFlag);
  265. this.gbxCondition.Controls.Add(this.GroutingLineXh);
  266. this.gbxCondition.Controls.Add(this.c_Label3);
  267. this.gbxCondition.Controls.Add(this.GroutingLineMh);
  268. this.gbxCondition.Controls.Add(this.c_Label4);
  269. this.gbxCondition.Controls.Add(this.c_Label2);
  270. this.gbxCondition.Controls.Add(this.GroutingLineLc);
  271. this.gbxCondition.Controls.Add(this.c_Label1);
  272. this.gbxCondition.Controls.Add(this.scbGoods);
  273. this.gbxCondition.Controls.Add(this.scbGoodsType);
  274. this.gbxCondition.Controls.Add(this.btnClearCondition);
  275. this.gbxCondition.Controls.Add(this.btnSearch);
  276. this.gbxCondition.Controls.Add(this.GroutingLineLh);
  277. this.gbxCondition.Controls.Add(this.dtpAccountDateEnd);
  278. this.gbxCondition.Controls.Add(this.lblRptProcedureName);
  279. this.gbxCondition.Controls.Add(this.dropRptProcedure);
  280. this.gbxCondition.Controls.Add(this.lblAccountDateStart);
  281. this.gbxCondition.Controls.Add(this.dtpAccountDateStart);
  282. this.gbxCondition.Controls.Add(this.lblGroutingLine);
  283. this.gbxCondition.Controls.Add(this.lblGoods);
  284. this.gbxCondition.Controls.Add(this.lblGoodsType);
  285. this.gbxCondition.Controls.Add(this.dkUserInfoSearchBox);
  286. this.gbxCondition.Controls.Add(this.dropKilnCode);
  287. this.gbxCondition.Controls.Add(this.lblKilnCode);
  288. this.gbxCondition.Controls.Add(this.dkproductionLineSearchBox);
  289. this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
  290. this.gbxCondition.Controls.Add(this.chkTestMouldFlag);
  291. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  293. this.gbxCondition.IsMustInput = false;
  294. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  295. this.gbxCondition.Name = "gbxCondition";
  296. this.gbxCondition.OriginalHeight = -1;
  297. this.gbxCondition.Size = new System.Drawing.Size(1249, 101);
  298. this.gbxCondition.TabIndex = 37;
  299. this.gbxCondition.TabStop = false;
  300. this.gbxCondition.Text = "查询条件 ▼";
  301. //
  302. // GroutingLineXh
  303. //
  304. this.GroutingLineXh.BackColor = System.Drawing.SystemColors.Window;
  305. this.GroutingLineXh.BackgroundColor = System.Drawing.SystemColors.Window;
  306. this.GroutingLineXh.ErrorMessage = "";
  307. this.GroutingLineXh.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  308. this.GroutingLineXh.Location = new System.Drawing.Point(669, 76);
  309. this.GroutingLineXh.Margin = new System.Windows.Forms.Padding(2);
  310. this.GroutingLineXh.Name = "GroutingLineXh";
  311. this.GroutingLineXh.Size = new System.Drawing.Size(122, 21);
  312. this.GroutingLineXh.TabIndex = 55;
  313. this.GroutingLineXh.TextValue = "";
  314. //
  315. // c_Label3
  316. //
  317. this.c_Label3.AutoSize = true;
  318. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  319. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  321. this.c_Label3.Location = new System.Drawing.Point(636, 81);
  322. this.c_Label3.Name = "c_Label3";
  323. this.c_Label3.Size = new System.Drawing.Size(29, 12);
  324. this.c_Label3.TabIndex = 54;
  325. this.c_Label3.Text = "线号";
  326. //
  327. // GroutingLineMh
  328. //
  329. this.GroutingLineMh.BackColor = System.Drawing.SystemColors.Window;
  330. this.GroutingLineMh.BackgroundColor = System.Drawing.SystemColors.Window;
  331. this.GroutingLineMh.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  332. this.GroutingLineMh.ErrorMessage = "";
  333. this.GroutingLineMh.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  334. this.GroutingLineMh.Location = new System.Drawing.Point(473, 76);
  335. this.GroutingLineMh.Margin = new System.Windows.Forms.Padding(2);
  336. this.GroutingLineMh.Name = "GroutingLineMh";
  337. this.GroutingLineMh.Size = new System.Drawing.Size(133, 21);
  338. this.GroutingLineMh.TabIndex = 53;
  339. this.GroutingLineMh.TextValue = "";
  340. //
  341. // c_Label4
  342. //
  343. this.c_Label4.AutoSize = true;
  344. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  345. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  346. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  347. this.c_Label4.Location = new System.Drawing.Point(438, 81);
  348. this.c_Label4.Name = "c_Label4";
  349. this.c_Label4.Size = new System.Drawing.Size(29, 12);
  350. this.c_Label4.TabIndex = 52;
  351. this.c_Label4.Text = "面号";
  352. //
  353. // c_Label2
  354. //
  355. this.c_Label2.AutoSize = true;
  356. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  357. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  358. this.c_Label2.ForeColor = System.Drawing.Color.Red;
  359. this.c_Label2.Location = new System.Drawing.Point(796, 82);
  360. this.c_Label2.Name = "c_Label2";
  361. this.c_Label2.Size = new System.Drawing.Size(269, 12);
  362. this.c_Label2.TabIndex = 51;
  363. this.c_Label2.Text = "楼号,楼层,面号,线号 多个用[,]分割 A,B,C,D";
  364. //
  365. // GroutingLineLc
  366. //
  367. this.GroutingLineLc.BackColor = System.Drawing.SystemColors.Window;
  368. this.GroutingLineLc.BackgroundColor = System.Drawing.SystemColors.Window;
  369. this.GroutingLineLc.ErrorMessage = "";
  370. this.GroutingLineLc.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  371. this.GroutingLineLc.Location = new System.Drawing.Point(273, 79);
  372. this.GroutingLineLc.Margin = new System.Windows.Forms.Padding(2);
  373. this.GroutingLineLc.Name = "GroutingLineLc";
  374. this.GroutingLineLc.Size = new System.Drawing.Size(135, 21);
  375. this.GroutingLineLc.TabIndex = 50;
  376. this.GroutingLineLc.TextValue = "";
  377. //
  378. // c_Label1
  379. //
  380. this.c_Label1.AutoSize = true;
  381. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  382. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  383. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  384. this.c_Label1.Location = new System.Drawing.Point(239, 82);
  385. this.c_Label1.Name = "c_Label1";
  386. this.c_Label1.Size = new System.Drawing.Size(29, 12);
  387. this.c_Label1.TabIndex = 49;
  388. this.c_Label1.Text = "楼层";
  389. //
  390. // scbGoods
  391. //
  392. this.scbGoods.CheckedData = null;
  393. this.scbGoods.Location = new System.Drawing.Point(671, 19);
  394. this.scbGoods.MultiSelect = true;
  395. this.scbGoods.Name = "scbGoods";
  396. this.scbGoods.Size = new System.Drawing.Size(120, 21);
  397. this.scbGoods.TabIndex = 34;
  398. //
  399. // scbGoodsType
  400. //
  401. this.scbGoodsType.CheckedData = null;
  402. this.scbGoodsType.IsOnlyDisplayEnd = false;
  403. this.scbGoodsType.Location = new System.Drawing.Point(473, 19);
  404. this.scbGoodsType.Name = "scbGoodsType";
  405. this.scbGoodsType.Size = new System.Drawing.Size(133, 21);
  406. this.scbGoodsType.TabIndex = 22;
  407. //
  408. // btnClearCondition
  409. //
  410. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  411. | System.Windows.Forms.AnchorStyles.Right)));
  412. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  413. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  414. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  415. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  416. this.btnClearCondition.Location = new System.Drawing.Point(1157, 45);
  417. this.btnClearCondition.Name = "btnClearCondition";
  418. this.btnClearCondition.Size = new System.Drawing.Size(85, 49);
  419. this.btnClearCondition.TabIndex = 13;
  420. this.btnClearCondition.Text = "清空条件(&C)";
  421. this.btnClearCondition.UseVisualStyleBackColor = true;
  422. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  423. //
  424. // btnSearch
  425. //
  426. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  427. | System.Windows.Forms.AnchorStyles.Right)));
  428. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  429. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  430. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  431. this.btnSearch.ForeColor = System.Drawing.Color.White;
  432. this.btnSearch.Location = new System.Drawing.Point(1067, 45);
  433. this.btnSearch.Name = "btnSearch";
  434. this.btnSearch.Size = new System.Drawing.Size(85, 49);
  435. this.btnSearch.TabIndex = 12;
  436. this.btnSearch.Text = " 查询(&Q)";
  437. this.btnSearch.UseVisualStyleBackColor = true;
  438. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  439. //
  440. // GroutingLineLh
  441. //
  442. this.GroutingLineLh.BackColor = System.Drawing.SystemColors.Window;
  443. this.GroutingLineLh.BackgroundColor = System.Drawing.SystemColors.Window;
  444. this.GroutingLineLh.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  445. this.GroutingLineLh.ErrorMessage = "";
  446. this.GroutingLineLh.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  447. this.GroutingLineLh.Location = new System.Drawing.Point(89, 79);
  448. this.GroutingLineLh.Margin = new System.Windows.Forms.Padding(2);
  449. this.GroutingLineLh.Name = "GroutingLineLh";
  450. this.GroutingLineLh.Size = new System.Drawing.Size(133, 21);
  451. this.GroutingLineLh.TabIndex = 48;
  452. this.GroutingLineLh.TextValue = "";
  453. //
  454. // lblGroutingLine
  455. //
  456. this.lblGroutingLine.AutoSize = true;
  457. this.lblGroutingLine.BackColor = System.Drawing.Color.Transparent;
  458. this.lblGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  459. this.lblGroutingLine.ForeColor = System.Drawing.SystemColors.ControlText;
  460. this.lblGroutingLine.Location = new System.Drawing.Point(52, 81);
  461. this.lblGroutingLine.Name = "lblGroutingLine";
  462. this.lblGroutingLine.Size = new System.Drawing.Size(29, 12);
  463. this.lblGroutingLine.TabIndex = 43;
  464. this.lblGroutingLine.Text = "楼号";
  465. //
  466. // lblGoods
  467. //
  468. this.lblGoods.AutoSize = true;
  469. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  470. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  471. this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
  472. this.lblGoods.Location = new System.Drawing.Point(612, 23);
  473. this.lblGoods.Name = "lblGoods";
  474. this.lblGoods.Size = new System.Drawing.Size(53, 12);
  475. this.lblGoods.TabIndex = 33;
  476. this.lblGoods.Text = "产品名称";
  477. //
  478. // lblGoodsType
  479. //
  480. this.lblGoodsType.AutoSize = true;
  481. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  482. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  483. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  484. this.lblGoodsType.Location = new System.Drawing.Point(414, 23);
  485. this.lblGoodsType.Name = "lblGoodsType";
  486. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  487. this.lblGoodsType.TabIndex = 23;
  488. this.lblGoodsType.Text = "产品类别";
  489. //
  490. // dkUserInfoSearchBox
  491. //
  492. this.dkUserInfoSearchBox.DataSource = null;
  493. this.dkUserInfoSearchBox.Enabled = true;
  494. this.dkUserInfoSearchBox.IsMustInput = false;
  495. this.dkUserInfoSearchBox.IsWorker = false;
  496. this.dkUserInfoSearchBox.Location = new System.Drawing.Point(413, 48);
  497. this.dkUserInfoSearchBox.Margin = new System.Windows.Forms.Padding(6);
  498. this.dkUserInfoSearchBox.Name = "dkUserInfoSearchBox";
  499. this.dkUserInfoSearchBox.PurviewType = ((byte)(0));
  500. this.dkUserInfoSearchBox.SelectMore = true;
  501. this.dkUserInfoSearchBox.Size = new System.Drawing.Size(193, 21);
  502. this.dkUserInfoSearchBox.TabIndex = 14;
  503. this.dkUserInfoSearchBox.Title = "成型工号";
  504. this.dkUserInfoSearchBox.TxtUserBackColor = System.Drawing.SystemColors.Control;
  505. this.dkUserInfoSearchBox.UserCode = "";
  506. this.dkUserInfoSearchBox.UserID = null;
  507. this.dkUserInfoSearchBox.UserIDS = null;
  508. this.dkUserInfoSearchBox.UserName = null;
  509. //
  510. // chkTestMouldFlag
  511. //
  512. this.chkTestMouldFlag.BackColor = System.Drawing.SystemColors.Control;
  513. this.chkTestMouldFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkTestMouldFlag.BackgroundImage")));
  514. this.chkTestMouldFlag.FalseText = "否";
  515. this.chkTestMouldFlag.Location = new System.Drawing.Point(798, 51);
  516. this.chkTestMouldFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  517. this.chkTestMouldFlag.Name = "chkTestMouldFlag";
  518. this.chkTestMouldFlag.Size = new System.Drawing.Size(130, 16);
  519. this.chkTestMouldFlag.TabIndex = 47;
  520. this.chkTestMouldFlag.Title = "试验标识";
  521. this.chkTestMouldFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  522. this.chkTestMouldFlag.TrueText = "是";
  523. //
  524. // dgvRptProcedure
  525. //
  526. this.dgvRptProcedure.AllowUserToAddRows = false;
  527. this.dgvRptProcedure.AllowUserToDeleteRows = false;
  528. this.dgvRptProcedure.AllowUserToModifyRows = true;
  529. this.dgvRptProcedure.AllowUserToOrderColumns = true;
  530. this.dgvRptProcedure.AllowUserToSortRows = false;
  531. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  532. this.dgvRptProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  533. this.dgvRptProcedure.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  534. | System.Windows.Forms.AnchorStyles.Left)
  535. | System.Windows.Forms.AnchorStyles.Right)));
  536. this.dgvRptProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  537. this.dgvRptProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  538. this.dgvRptProcedure.CellHeight = 23;
  539. this.dgvRptProcedure.ChildNodeColumnName = null;
  540. this.dgvRptProcedure.ChildNodeColumnText = null;
  541. this.dgvRptProcedure.ColumnDeep = 1;
  542. this.dgvRptProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  543. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  544. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  545. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  546. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  547. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  548. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  549. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  550. this.dgvRptProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  551. this.dgvRptProcedure.ColumnHeadersHeight = 46;
  552. this.dgvRptProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  553. this.dgvRptProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  554. this.ProductionLineId,
  555. this.subGoodstypecode,
  556. this.ProductionLineName,
  557. this.Kilncode,
  558. this.goodstypecode,
  559. this.GoodsTypeName,
  560. this.GoodsID,
  561. this.GoodsCode,
  562. this.OutKilnCount,
  563. this.Qualified,
  564. this.QualifiedPercent,
  565. this.GoodCount,
  566. this.GoodPercent,
  567. this.BadCount,
  568. this.BadPercent,
  569. this.SubstandardCount,
  570. this.SubstandardPercent,
  571. this.ReFireCount,
  572. this.ReFirePercent,
  573. this.LengBuCount,
  574. this.LengBuPercent});
  575. this.dgvRptProcedure.ColumnTreeView = null;
  576. 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)));
  577. this.dgvRptProcedure.DynamicColumnName = "";
  578. this.dgvRptProcedure.EnableHeadersVisualStyles = false;
  579. this.dgvRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  580. this.dgvRptProcedure.FormatQuantityColumns = null;
  581. this.dgvRptProcedure.HasNode = false;
  582. this.dgvRptProcedure.HorizontalMergeColumn = null;
  583. this.dgvRptProcedure.IsAutoCountSum = true;
  584. this.dgvRptProcedure.IsAutoResizeColumns = false;
  585. this.dgvRptProcedure.IsClickF12 = false;
  586. this.dgvRptProcedure.IsOpenMergeCellFlag = false;
  587. this.dgvRptProcedure.IsSubTotalFlag = false;
  588. this.dgvRptProcedure.IsTopDeep = false;
  589. this.dgvRptProcedure.Location = new System.Drawing.Point(0, 145);
  590. this.dgvRptProcedure.MergeColumnNames = null;
  591. this.dgvRptProcedure.MergeDetailColumnNames = null;
  592. this.dgvRptProcedure.MergeDetailOnlyColumn = null;
  593. this.dgvRptProcedure.MergeOnlyColumn = null;
  594. this.dgvRptProcedure.MultiSelect = false;
  595. this.dgvRptProcedure.Name = "dgvRptProcedure";
  596. this.dgvRptProcedure.ReadOnly = true;
  597. this.dgvRptProcedure.RefreshAtHscroll = false;
  598. this.dgvRptProcedure.RowHeadersWidth = 50;
  599. this.dgvRptProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  600. dataGridViewCellStyle15.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  601. this.dgvRptProcedure.RowsDefaultCellStyle = dataGridViewCellStyle15;
  602. this.dgvRptProcedure.RowTemplate.Height = 21;
  603. this.dgvRptProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  604. this.dgvRptProcedure.Size = new System.Drawing.Size(1244, 377);
  605. this.dgvRptProcedure.SortOrderColumnName = null;
  606. this.dgvRptProcedure.TabIndex = 28;
  607. this.dgvRptProcedure.Tag = true;
  608. this.dgvRptProcedure.TotalSumColumns = null;
  609. this.dgvRptProcedure.ViewRowFilter = "";
  610. this.dgvRptProcedure.VirtualNodes = false;
  611. //
  612. // ProductionLineId
  613. //
  614. this.ProductionLineId.DataPropertyName = "ProductionLineId";
  615. this.ProductionLineId.HeaderText = "生产线ID";
  616. this.ProductionLineId.MinimumWidth = 10;
  617. this.ProductionLineId.Name = "ProductionLineId";
  618. this.ProductionLineId.ReadOnly = true;
  619. this.ProductionLineId.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  620. this.ProductionLineId.Visible = false;
  621. this.ProductionLineId.Width = 200;
  622. //
  623. // subGoodstypecode
  624. //
  625. this.subGoodstypecode.DataPropertyName = "subGoodstypecode";
  626. this.subGoodstypecode.HeaderText = "subGoodstypecode";
  627. this.subGoodstypecode.MinimumWidth = 10;
  628. this.subGoodstypecode.Name = "subGoodstypecode";
  629. this.subGoodstypecode.ReadOnly = true;
  630. this.subGoodstypecode.Visible = false;
  631. this.subGoodstypecode.Width = 200;
  632. //
  633. // ProductionLineName
  634. //
  635. this.ProductionLineName.DataPropertyName = "ProductionLineName";
  636. this.ProductionLineName.HeaderText = "生产线";
  637. this.ProductionLineName.MinimumWidth = 10;
  638. this.ProductionLineName.Name = "ProductionLineName";
  639. this.ProductionLineName.ReadOnly = true;
  640. this.ProductionLineName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  641. this.ProductionLineName.Width = 200;
  642. //
  643. // Kilncode
  644. //
  645. this.Kilncode.DataPropertyName = "Kilncode";
  646. this.Kilncode.HeaderText = "窑炉编码";
  647. this.Kilncode.MinimumWidth = 10;
  648. this.Kilncode.Name = "Kilncode";
  649. this.Kilncode.ReadOnly = true;
  650. this.Kilncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  651. this.Kilncode.Width = 200;
  652. //
  653. // goodstypecode
  654. //
  655. this.goodstypecode.DataPropertyName = "goodstypename2";
  656. this.goodstypecode.HeaderText = "二级类别";
  657. this.goodstypecode.MinimumWidth = 10;
  658. this.goodstypecode.Name = "goodstypecode";
  659. this.goodstypecode.ReadOnly = true;
  660. this.goodstypecode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  661. this.goodstypecode.Width = 200;
  662. //
  663. // GoodsTypeName
  664. //
  665. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  666. this.GoodsTypeName.HeaderText = "产品类别";
  667. this.GoodsTypeName.MinimumWidth = 10;
  668. this.GoodsTypeName.Name = "GoodsTypeName";
  669. this.GoodsTypeName.ReadOnly = true;
  670. this.GoodsTypeName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  671. this.GoodsTypeName.Width = 200;
  672. //
  673. // GoodsID
  674. //
  675. this.GoodsID.DataPropertyName = "GoodsID";
  676. this.GoodsID.HeaderText = "产品ID";
  677. this.GoodsID.MinimumWidth = 10;
  678. this.GoodsID.Name = "GoodsID";
  679. this.GoodsID.ReadOnly = true;
  680. this.GoodsID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  681. this.GoodsID.Visible = false;
  682. this.GoodsID.Width = 200;
  683. //
  684. // GoodsCode
  685. //
  686. this.GoodsCode.DataPropertyName = "GoodsCode";
  687. this.GoodsCode.HeaderText = "产品编码";
  688. this.GoodsCode.MinimumWidth = 10;
  689. this.GoodsCode.Name = "GoodsCode";
  690. this.GoodsCode.ReadOnly = true;
  691. this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  692. this.GoodsCode.Width = 200;
  693. //
  694. // OutKilnCount
  695. //
  696. this.OutKilnCount.DataPropertyName = "OutKilnCount";
  697. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  698. dataGridViewCellStyle3.Format = "N0";
  699. this.OutKilnCount.DefaultCellStyle = dataGridViewCellStyle3;
  700. this.OutKilnCount.HeaderText = "出窑数量";
  701. this.OutKilnCount.MinimumWidth = 10;
  702. this.OutKilnCount.Name = "OutKilnCount";
  703. this.OutKilnCount.ReadOnly = true;
  704. this.OutKilnCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  705. this.OutKilnCount.Width = 200;
  706. //
  707. // Qualified
  708. //
  709. this.Qualified.DataPropertyName = "Qualified";
  710. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  711. dataGridViewCellStyle4.Format = "N0";
  712. this.Qualified.DefaultCellStyle = dataGridViewCellStyle4;
  713. this.Qualified.HeaderText = "合格品";
  714. this.Qualified.MinimumWidth = 10;
  715. this.Qualified.Name = "Qualified";
  716. this.Qualified.ReadOnly = true;
  717. this.Qualified.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  718. this.Qualified.Width = 200;
  719. //
  720. // QualifiedPercent
  721. //
  722. this.QualifiedPercent.DataPropertyName = "QualifiedPercent";
  723. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  724. dataGridViewCellStyle5.Format = "P2";
  725. dataGridViewCellStyle5.NullValue = "#DIV/0!";
  726. this.QualifiedPercent.DefaultCellStyle = dataGridViewCellStyle5;
  727. this.QualifiedPercent.HeaderText = "合格率";
  728. this.QualifiedPercent.MinimumWidth = 10;
  729. this.QualifiedPercent.Name = "QualifiedPercent";
  730. this.QualifiedPercent.ReadOnly = true;
  731. this.QualifiedPercent.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  732. this.QualifiedPercent.Width = 200;
  733. //
  734. // GoodCount
  735. //
  736. this.GoodCount.DataPropertyName = "GoodCount";
  737. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  738. dataGridViewCellStyle6.Format = "N0";
  739. this.GoodCount.DefaultCellStyle = dataGridViewCellStyle6;
  740. this.GoodCount.HeaderText = "正品";
  741. this.GoodCount.MinimumWidth = 10;
  742. this.GoodCount.Name = "GoodCount";
  743. this.GoodCount.ReadOnly = true;
  744. this.GoodCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  745. this.GoodCount.Width = 200;
  746. //
  747. // GoodPercent
  748. //
  749. this.GoodPercent.DataPropertyName = "GoodPercent";
  750. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  751. dataGridViewCellStyle7.Format = "P2";
  752. dataGridViewCellStyle7.NullValue = "#DIV/0!";
  753. this.GoodPercent.DefaultCellStyle = dataGridViewCellStyle7;
  754. this.GoodPercent.HeaderText = "正品率";
  755. this.GoodPercent.MinimumWidth = 10;
  756. this.GoodPercent.Name = "GoodPercent";
  757. this.GoodPercent.ReadOnly = true;
  758. this.GoodPercent.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  759. this.GoodPercent.Width = 200;
  760. //
  761. // BadCount
  762. //
  763. this.BadCount.DataPropertyName = "BadCount";
  764. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  765. dataGridViewCellStyle8.Format = "N0";
  766. this.BadCount.DefaultCellStyle = dataGridViewCellStyle8;
  767. this.BadCount.HeaderText = "副品";
  768. this.BadCount.MinimumWidth = 10;
  769. this.BadCount.Name = "BadCount";
  770. this.BadCount.ReadOnly = true;
  771. this.BadCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  772. this.BadCount.Width = 200;
  773. //
  774. // BadPercent
  775. //
  776. this.BadPercent.DataPropertyName = "BadPercent";
  777. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  778. dataGridViewCellStyle9.Format = "P2";
  779. dataGridViewCellStyle9.NullValue = "#DIV/0!";
  780. this.BadPercent.DefaultCellStyle = dataGridViewCellStyle9;
  781. this.BadPercent.HeaderText = "副品率";
  782. this.BadPercent.MinimumWidth = 10;
  783. this.BadPercent.Name = "BadPercent";
  784. this.BadPercent.ReadOnly = true;
  785. this.BadPercent.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  786. this.BadPercent.Width = 200;
  787. //
  788. // SubstandardCount
  789. //
  790. this.SubstandardCount.DataPropertyName = "SubstandardCount";
  791. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  792. dataGridViewCellStyle10.Format = "N0";
  793. this.SubstandardCount.DefaultCellStyle = dataGridViewCellStyle10;
  794. this.SubstandardCount.HeaderText = "次品";
  795. this.SubstandardCount.MinimumWidth = 10;
  796. this.SubstandardCount.Name = "SubstandardCount";
  797. this.SubstandardCount.ReadOnly = true;
  798. this.SubstandardCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  799. this.SubstandardCount.Width = 200;
  800. //
  801. // SubstandardPercent
  802. //
  803. this.SubstandardPercent.DataPropertyName = "SubstandardPercent";
  804. dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  805. dataGridViewCellStyle11.Format = "P2";
  806. dataGridViewCellStyle11.NullValue = "#DIV/0!";
  807. this.SubstandardPercent.DefaultCellStyle = dataGridViewCellStyle11;
  808. this.SubstandardPercent.HeaderText = "次品率";
  809. this.SubstandardPercent.MinimumWidth = 10;
  810. this.SubstandardPercent.Name = "SubstandardPercent";
  811. this.SubstandardPercent.ReadOnly = true;
  812. this.SubstandardPercent.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  813. this.SubstandardPercent.Width = 200;
  814. //
  815. // ReFireCount
  816. //
  817. this.ReFireCount.DataPropertyName = "ReFireCount";
  818. dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  819. dataGridViewCellStyle12.Format = "N0";
  820. this.ReFireCount.DefaultCellStyle = dataGridViewCellStyle12;
  821. this.ReFireCount.HeaderText = "重烧";
  822. this.ReFireCount.MinimumWidth = 10;
  823. this.ReFireCount.Name = "ReFireCount";
  824. this.ReFireCount.ReadOnly = true;
  825. this.ReFireCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  826. this.ReFireCount.Width = 200;
  827. //
  828. // ReFirePercent
  829. //
  830. this.ReFirePercent.DataPropertyName = "ReFirePercent";
  831. dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  832. dataGridViewCellStyle13.Format = "P2";
  833. dataGridViewCellStyle13.NullValue = "#DIV/0!";
  834. this.ReFirePercent.DefaultCellStyle = dataGridViewCellStyle13;
  835. this.ReFirePercent.HeaderText = "重烧率";
  836. this.ReFirePercent.MinimumWidth = 10;
  837. this.ReFirePercent.Name = "ReFirePercent";
  838. this.ReFirePercent.ReadOnly = true;
  839. this.ReFirePercent.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  840. this.ReFirePercent.Width = 200;
  841. //
  842. // LengBuCount
  843. //
  844. this.LengBuCount.DataPropertyName = "LengBuCount";
  845. this.LengBuCount.HeaderText = "冷补";
  846. this.LengBuCount.Name = "LengBuCount";
  847. this.LengBuCount.ReadOnly = true;
  848. //
  849. // LengBuPercent
  850. //
  851. this.LengBuPercent.DataPropertyName = "LengBuPercent";
  852. dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  853. dataGridViewCellStyle14.Format = "P2";
  854. dataGridViewCellStyle14.NullValue = "#DIV/0!";
  855. this.LengBuPercent.DefaultCellStyle = dataGridViewCellStyle14;
  856. this.LengBuPercent.HeaderText = "冷补率";
  857. this.LengBuPercent.Name = "LengBuPercent";
  858. this.LengBuPercent.ReadOnly = true;
  859. //
  860. // chkRecyclingFlag
  861. //
  862. this.chkRecyclingFlag.BackColor = System.Drawing.SystemColors.Control;
  863. this.chkRecyclingFlag.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("chkRecyclingFlag.BackgroundImage")));
  864. this.chkRecyclingFlag.FalseText = "否";
  865. this.chkRecyclingFlag.Location = new System.Drawing.Point(798, 23);
  866. this.chkRecyclingFlag.Margin = new System.Windows.Forms.Padding(3, 1, 3, 1);
  867. this.chkRecyclingFlag.Name = "chkRecyclingFlag";
  868. this.chkRecyclingFlag.Size = new System.Drawing.Size(130, 16);
  869. this.chkRecyclingFlag.TabIndex = 56;
  870. this.chkRecyclingFlag.Title = "回收标识";
  871. this.chkRecyclingFlag.TitleAlign = System.Drawing.ContentAlignment.MiddleLeft;
  872. this.chkRecyclingFlag.TrueText = "是";
  873. //
  874. // F_RPT_040104
  875. //
  876. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  877. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  878. this.ClientSize = new System.Drawing.Size(1256, 522);
  879. this.Controls.Add(this.dgvRptProcedure);
  880. this.Controls.Add(this.tsrOperate);
  881. this.Controls.Add(this.gbxCondition);
  882. this.Margin = new System.Windows.Forms.Padding(6);
  883. this.Name = "F_RPT_040104";
  884. this.Text = "产成品质量分析表";
  885. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_040104_FormClosed);
  886. this.Load += new System.EventHandler(this.F_RPT_040104_Load);
  887. this.tsrOperate.ResumeLayout(false);
  888. this.tsrOperate.PerformLayout();
  889. this.gbxCondition.ResumeLayout(false);
  890. this.gbxCondition.PerformLayout();
  891. ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).EndInit();
  892. this.ResumeLayout(false);
  893. }
  894. #endregion
  895. private Basics.BaseControls.C_ComboBox dropKilnCode;
  896. private Basics.BaseControls.C_Label lblKilnCode;
  897. private Basics.BaseControls.C_ComboBox dropRptProcedure;
  898. private Basics.BaseControls.C_Label lblRptProcedureName;
  899. private Basics.BaseControls.C_ToolStrip tsrOperate;
  900. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  901. private System.Windows.Forms.ToolStripButton tsbtnClose;
  902. private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox;
  903. private Basics.BaseControls.C_Label lblAccountDateStart;
  904. private Basics.BaseControls.C_Label lblAccountDateEnd;
  905. private Basics.BaseControls.C_DateTimePicker dtpAccountDateEnd;
  906. private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart;
  907. private Basics.BaseControls.C_GroupBox gbxCondition;
  908. private Basics.BaseControls.C_Button btnClearCondition;
  909. private Basics.BaseControls.C_Button btnSearch;
  910. private Basics.BaseControls.C_DataGridView dgvRptProcedure;
  911. private Controls.SearchTextBox.dkUserInfoSearchBox dkUserInfoSearchBox;
  912. private Basics.BaseControls.C_Label lblGoodsType;
  913. private Basics.BaseControls.C_Label lblGoods;
  914. private Basics.BaseControls.C_Label lblGroutingLine;
  915. private Basics.BaseControls.C_StatusCheckBox chkTestMouldFlag;
  916. private Basics.BaseControls.C_TextBox GroutingLineLh;
  917. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  918. private Controls.SearchBox.ScbGoods scbGoods;
  919. private Basics.BaseControls.C_TextBox GroutingLineLc;
  920. private Basics.BaseControls.C_Label c_Label1;
  921. private Basics.BaseControls.C_Label c_Label2;
  922. private Basics.BaseControls.C_TextBox GroutingLineXh;
  923. private Basics.BaseControls.C_Label c_Label3;
  924. private Basics.BaseControls.C_TextBox GroutingLineMh;
  925. private Basics.BaseControls.C_Label c_Label4;
  926. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineId;
  927. private System.Windows.Forms.DataGridViewTextBoxColumn subGoodstypecode;
  928. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
  929. private System.Windows.Forms.DataGridViewTextBoxColumn Kilncode;
  930. private System.Windows.Forms.DataGridViewTextBoxColumn goodstypecode;
  931. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  932. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  933. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  934. private System.Windows.Forms.DataGridViewTextBoxColumn OutKilnCount;
  935. private System.Windows.Forms.DataGridViewTextBoxColumn Qualified;
  936. private System.Windows.Forms.DataGridViewTextBoxColumn QualifiedPercent;
  937. private System.Windows.Forms.DataGridViewTextBoxColumn GoodCount;
  938. private System.Windows.Forms.DataGridViewTextBoxColumn GoodPercent;
  939. private System.Windows.Forms.DataGridViewTextBoxColumn BadCount;
  940. private System.Windows.Forms.DataGridViewTextBoxColumn BadPercent;
  941. private System.Windows.Forms.DataGridViewTextBoxColumn SubstandardCount;
  942. private System.Windows.Forms.DataGridViewTextBoxColumn SubstandardPercent;
  943. private System.Windows.Forms.DataGridViewTextBoxColumn ReFireCount;
  944. private System.Windows.Forms.DataGridViewTextBoxColumn ReFirePercent;
  945. private System.Windows.Forms.DataGridViewTextBoxColumn LengBuCount;
  946. private System.Windows.Forms.DataGridViewTextBoxColumn LengBuPercent;
  947. private Basics.BaseControls.C_StatusCheckBox chkRecyclingFlag;
  948. }
  949. }