F_RPT_040104.Designer.cs 52 KB

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