F_RPT_040103.Designer.cs 46 KB

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