F_RPT_040106.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_040106
  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_040106));
  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 dataGridViewCellStyle6 = 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. this.dropKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  36. this.lblKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  38. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  39. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  40. this.lblAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  43. this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  44. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  45. this.chkOutKilnNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  46. this.dkProcedureSearchBox3 = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  47. this.txtDefectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.txtDefectCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  49. this.lblDefectName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.lblDefectCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  52. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  53. this.lblRptProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.dropRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  55. this.dgvRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  56. this.ProductionLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.procedurename = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Defectcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Defectname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.goodstypename2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.OutKilnCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.DefectCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.DefectPercent = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.tsrOperate.SuspendLayout();
  65. this.gbxCondition.SuspendLayout();
  66. ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).BeginInit();
  67. this.SuspendLayout();
  68. //
  69. // dropKilnCode
  70. //
  71. this.dropKilnCode.BackColor = System.Drawing.SystemColors.Window;
  72. this.dropKilnCode.BackgroundColor = System.Drawing.SystemColors.Window;
  73. this.dropKilnCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  74. this.dropKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  75. this.dropKilnCode.FormattingEnabled = true;
  76. this.dropKilnCode.Location = new System.Drawing.Point(694, 19);
  77. this.dropKilnCode.Name = "dropKilnCode";
  78. this.dropKilnCode.Size = new System.Drawing.Size(133, 20);
  79. this.dropKilnCode.TabIndex = 7;
  80. this.dropKilnCode.Visible = false;
  81. //
  82. // lblKilnCode
  83. //
  84. this.lblKilnCode.AutoSize = true;
  85. this.lblKilnCode.BackColor = System.Drawing.SystemColors.Control;
  86. this.lblKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.lblKilnCode.ForeColor = System.Drawing.SystemColors.ControlText;
  88. this.lblKilnCode.Location = new System.Drawing.Point(636, 23);
  89. this.lblKilnCode.Name = "lblKilnCode";
  90. this.lblKilnCode.Size = new System.Drawing.Size(53, 12);
  91. this.lblKilnCode.TabIndex = 6;
  92. this.lblKilnCode.Text = "窑炉编号";
  93. this.lblKilnCode.Visible = false;
  94. //
  95. // tsrOperate
  96. //
  97. this.tsrOperate.AutoSize = false;
  98. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  99. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  101. this.tsbtnAdaptive,
  102. this.tsbtnClose});
  103. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  104. this.tsrOperate.Name = "tsrOperate";
  105. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  106. this.tsrOperate.ShowItemToolTips = false;
  107. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  108. this.tsrOperate.TabIndex = 0;
  109. this.tsrOperate.Text = "toolStrip1";
  110. //
  111. // tsbtnAdaptive
  112. //
  113. this.tsbtnAdaptive.AutoSize = false;
  114. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  116. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  117. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  118. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  119. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  120. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  121. //
  122. // tsbtnClose
  123. //
  124. this.tsbtnClose.AutoSize = false;
  125. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  127. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  128. this.tsbtnClose.Name = "tsbtnClose";
  129. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  130. this.tsbtnClose.Text = "关闭(&X)";
  131. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  132. //
  133. // lblAccountDateStart
  134. //
  135. this.lblAccountDateStart.AutoSize = true;
  136. this.lblAccountDateStart.BackColor = System.Drawing.Color.Transparent;
  137. this.lblAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  138. this.lblAccountDateStart.ForeColor = System.Drawing.SystemColors.ControlText;
  139. this.lblAccountDateStart.Location = new System.Drawing.Point(242, 23);
  140. this.lblAccountDateStart.Name = "lblAccountDateStart";
  141. this.lblAccountDateStart.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
  142. this.lblAccountDateStart.Size = new System.Drawing.Size(53, 12);
  143. this.lblAccountDateStart.TabIndex = 2;
  144. this.lblAccountDateStart.Text = "登记日期";
  145. //
  146. // lblAccountDateEnd
  147. //
  148. this.lblAccountDateEnd.AutoSize = true;
  149. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  150. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  151. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  152. this.lblAccountDateEnd.Location = new System.Drawing.Point(474, 23);
  153. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  154. this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12);
  155. this.lblAccountDateEnd.TabIndex = 4;
  156. this.lblAccountDateEnd.Text = "至";
  157. //
  158. // dtpAccountDateEnd
  159. //
  160. this.dtpAccountDateEnd.CustomFormat = "yyyy-MM-dd";
  161. this.dtpAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.dtpAccountDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  163. this.dtpAccountDateEnd.Location = new System.Drawing.Point(497, 19);
  164. this.dtpAccountDateEnd.Name = "dtpAccountDateEnd";
  165. this.dtpAccountDateEnd.Size = new System.Drawing.Size(133, 21);
  166. this.dtpAccountDateEnd.TabIndex = 5;
  167. //
  168. // dtpAccountDateStart
  169. //
  170. this.dtpAccountDateStart.CustomFormat = "yyyy-MM-dd";
  171. this.dtpAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.dtpAccountDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  173. this.dtpAccountDateStart.Location = new System.Drawing.Point(301, 19);
  174. this.dtpAccountDateStart.Name = "dtpAccountDateStart";
  175. this.dtpAccountDateStart.Size = new System.Drawing.Size(133, 21);
  176. this.dtpAccountDateStart.TabIndex = 3;
  177. //
  178. // gbxCondition
  179. //
  180. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  181. | System.Windows.Forms.AnchorStyles.Right)));
  182. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  183. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  184. this.gbxCondition.Controls.Add(this.chkOutKilnNum);
  185. this.gbxCondition.Controls.Add(this.dkProcedureSearchBox3);
  186. this.gbxCondition.Controls.Add(this.txtDefectName);
  187. this.gbxCondition.Controls.Add(this.txtDefectCode);
  188. this.gbxCondition.Controls.Add(this.lblDefectName);
  189. this.gbxCondition.Controls.Add(this.lblDefectCode);
  190. this.gbxCondition.Controls.Add(this.btnClearCondition);
  191. this.gbxCondition.Controls.Add(this.btnSearch);
  192. this.gbxCondition.Controls.Add(this.dropKilnCode);
  193. this.gbxCondition.Controls.Add(this.lblKilnCode);
  194. this.gbxCondition.Controls.Add(this.lblRptProcedureName);
  195. this.gbxCondition.Controls.Add(this.dropRptProcedure);
  196. this.gbxCondition.Controls.Add(this.lblAccountDateStart);
  197. this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
  198. this.gbxCondition.Controls.Add(this.dtpAccountDateEnd);
  199. this.gbxCondition.Controls.Add(this.dtpAccountDateStart);
  200. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  201. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  202. this.gbxCondition.IsMustInput = false;
  203. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  204. this.gbxCondition.Name = "gbxCondition";
  205. this.gbxCondition.OriginalHeight = -1;
  206. this.gbxCondition.Size = new System.Drawing.Size(1119, 73);
  207. this.gbxCondition.TabIndex = 0;
  208. this.gbxCondition.TabStop = false;
  209. this.gbxCondition.Text = "查询条件 ▼";
  210. //
  211. // chkOutKilnNum
  212. //
  213. this.chkOutKilnNum.AutoSize = true;
  214. this.chkOutKilnNum.Checked = true;
  215. this.chkOutKilnNum.CheckState = System.Windows.Forms.CheckState.Checked;
  216. this.chkOutKilnNum.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  217. this.chkOutKilnNum.Location = new System.Drawing.Point(694, 49);
  218. this.chkOutKilnNum.Name = "chkOutKilnNum";
  219. this.chkOutKilnNum.Size = new System.Drawing.Size(144, 16);
  220. this.chkOutKilnNum.TabIndex = 15;
  221. this.chkOutKilnNum.Text = "按产品类别统计出窑数";
  222. this.chkOutKilnNum.UseVisualStyleBackColor = true;
  223. //
  224. // dkProcedureSearchBox3
  225. //
  226. this.dkProcedureSearchBox3.BackColor = System.Drawing.Color.Transparent;
  227. this.dkProcedureSearchBox3.DataSource = null;
  228. this.dkProcedureSearchBox3.Enabled = true;
  229. this.dkProcedureSearchBox3.IsEnablePurview = false;
  230. this.dkProcedureSearchBox3.IsMustInput = false;
  231. this.dkProcedureSearchBox3.Location = new System.Drawing.Point(20, 45);
  232. this.dkProcedureSearchBox3.ModelType = "-1";
  233. this.dkProcedureSearchBox3.Name = "dkProcedureSearchBox3";
  234. this.dkProcedureSearchBox3.ProcedureCode = "";
  235. this.dkProcedureSearchBox3.ProcedureID = null;
  236. this.dkProcedureSearchBox3.ProcedureIDS = null;
  237. this.dkProcedureSearchBox3.ProcedureName = null;
  238. this.dkProcedureSearchBox3.Purview = null;
  239. this.dkProcedureSearchBox3.PurviewType = ((byte)(0));
  240. this.dkProcedureSearchBox3.SelectMore = true;
  241. this.dkProcedureSearchBox3.Size = new System.Drawing.Size(216, 21);
  242. this.dkProcedureSearchBox3.TabIndex = 8;
  243. this.dkProcedureSearchBox3.Title = "质量登记工序";
  244. this.dkProcedureSearchBox3.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  245. //
  246. // txtDefectName
  247. //
  248. this.txtDefectName.BackColor = System.Drawing.SystemColors.Window;
  249. this.txtDefectName.BackgroundColor = System.Drawing.SystemColors.Window;
  250. this.txtDefectName.ErrorMessage = "";
  251. this.txtDefectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  252. this.txtDefectName.Location = new System.Drawing.Point(497, 45);
  253. this.txtDefectName.Name = "txtDefectName";
  254. this.txtDefectName.Size = new System.Drawing.Size(133, 21);
  255. this.txtDefectName.TabIndex = 12;
  256. this.txtDefectName.TextValue = "";
  257. //
  258. // txtDefectCode
  259. //
  260. this.txtDefectCode.BackColor = System.Drawing.SystemColors.Window;
  261. this.txtDefectCode.BackgroundColor = System.Drawing.SystemColors.Window;
  262. this.txtDefectCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  263. this.txtDefectCode.ErrorMessage = "";
  264. this.txtDefectCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  265. this.txtDefectCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  266. this.txtDefectCode.Location = new System.Drawing.Point(301, 45);
  267. this.txtDefectCode.MaxLength = 20;
  268. this.txtDefectCode.Name = "txtDefectCode";
  269. this.txtDefectCode.Size = new System.Drawing.Size(133, 21);
  270. this.txtDefectCode.TabIndex = 10;
  271. this.txtDefectCode.TextValue = "";
  272. //
  273. // lblDefectName
  274. //
  275. this.lblDefectName.AutoSize = true;
  276. this.lblDefectName.BackColor = System.Drawing.Color.Transparent;
  277. this.lblDefectName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.lblDefectName.Location = new System.Drawing.Point(438, 49);
  279. this.lblDefectName.Name = "lblDefectName";
  280. this.lblDefectName.Size = new System.Drawing.Size(53, 12);
  281. this.lblDefectName.TabIndex = 11;
  282. this.lblDefectName.Text = "缺陷名称";
  283. //
  284. // lblDefectCode
  285. //
  286. this.lblDefectCode.AutoSize = true;
  287. this.lblDefectCode.BackColor = System.Drawing.Color.Transparent;
  288. this.lblDefectCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.lblDefectCode.Location = new System.Drawing.Point(242, 49);
  290. this.lblDefectCode.Name = "lblDefectCode";
  291. this.lblDefectCode.Size = new System.Drawing.Size(53, 12);
  292. this.lblDefectCode.TabIndex = 9;
  293. this.lblDefectCode.Text = "缺陷编码";
  294. //
  295. // btnClearCondition
  296. //
  297. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  298. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  299. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  300. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  302. this.btnClearCondition.Location = new System.Drawing.Point(1028, 36);
  303. this.btnClearCondition.Name = "btnClearCondition";
  304. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  305. this.btnClearCondition.TabIndex = 14;
  306. this.btnClearCondition.Text = "清空条件(&C)";
  307. this.btnClearCondition.UseVisualStyleBackColor = true;
  308. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  309. //
  310. // btnSearch
  311. //
  312. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  313. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  314. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  315. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  316. this.btnSearch.ForeColor = System.Drawing.Color.White;
  317. this.btnSearch.Location = new System.Drawing.Point(937, 36);
  318. this.btnSearch.Name = "btnSearch";
  319. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  320. this.btnSearch.TabIndex = 13;
  321. this.btnSearch.Text = "查询(&Q)";
  322. this.btnSearch.UseVisualStyleBackColor = true;
  323. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  324. //
  325. // lblRptProcedureName
  326. //
  327. this.lblRptProcedureName.AutoSize = true;
  328. this.lblRptProcedureName.BackColor = System.Drawing.SystemColors.Control;
  329. this.lblRptProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  330. this.lblRptProcedureName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  331. this.lblRptProcedureName.Location = new System.Drawing.Point(20, 23);
  332. this.lblRptProcedureName.Name = "lblRptProcedureName";
  333. this.lblRptProcedureName.Size = new System.Drawing.Size(77, 12);
  334. this.lblRptProcedureName.TabIndex = 0;
  335. this.lblRptProcedureName.Text = "数据来源名称";
  336. //
  337. // dropRptProcedure
  338. //
  339. this.dropRptProcedure.BackColor = System.Drawing.Color.Yellow;
  340. this.dropRptProcedure.BackgroundColor = System.Drawing.SystemColors.Window;
  341. this.dropRptProcedure.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  342. this.dropRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.dropRptProcedure.FormattingEnabled = true;
  344. this.dropRptProcedure.IsMustInput = true;
  345. this.dropRptProcedure.Location = new System.Drawing.Point(103, 19);
  346. this.dropRptProcedure.Name = "dropRptProcedure";
  347. this.dropRptProcedure.Size = new System.Drawing.Size(133, 20);
  348. this.dropRptProcedure.TabIndex = 1;
  349. //
  350. // dgvRptProcedure
  351. //
  352. this.dgvRptProcedure.AllowUserToAddRows = false;
  353. this.dgvRptProcedure.AllowUserToDeleteRows = false;
  354. this.dgvRptProcedure.AllowUserToModifyRows = true;
  355. this.dgvRptProcedure.AllowUserToOrderColumns = true;
  356. this.dgvRptProcedure.AllowUserToSortRows = false;
  357. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  358. this.dgvRptProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  359. this.dgvRptProcedure.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  360. | System.Windows.Forms.AnchorStyles.Left)
  361. | System.Windows.Forms.AnchorStyles.Right)));
  362. this.dgvRptProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  363. this.dgvRptProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  364. this.dgvRptProcedure.CellHeight = 23;
  365. this.dgvRptProcedure.ChildNodeColumnName = null;
  366. this.dgvRptProcedure.ChildNodeColumnText = null;
  367. this.dgvRptProcedure.ColumnDeep = 1;
  368. this.dgvRptProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  369. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  370. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  371. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  373. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  374. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  375. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  376. this.dgvRptProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  377. this.dgvRptProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  378. this.dgvRptProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  379. this.ProductionLineName,
  380. this.procedurename,
  381. this.Defectcode,
  382. this.Defectname,
  383. this.goodstypename2,
  384. this.OutKilnCount,
  385. this.DefectCount,
  386. this.DefectPercent});
  387. this.dgvRptProcedure.ColumnTreeView = null;
  388. 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)));
  389. this.dgvRptProcedure.DynamicColumnName = "";
  390. this.dgvRptProcedure.EnableHeadersVisualStyles = false;
  391. this.dgvRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. this.dgvRptProcedure.HorizontalMergeColumn = null;
  393. this.dgvRptProcedure.IsAutoCountSum = true;
  394. this.dgvRptProcedure.IsAutoResizeColumns = false;
  395. this.dgvRptProcedure.IsClickF12 = false;
  396. this.dgvRptProcedure.IsOpenMergeCellFlag = false;
  397. this.dgvRptProcedure.IsSubTotalFlag = false;
  398. this.dgvRptProcedure.IsTopDeep = false;
  399. this.dgvRptProcedure.Location = new System.Drawing.Point(0, 119);
  400. this.dgvRptProcedure.MergeColumnNames = null;
  401. this.dgvRptProcedure.MergeDetailColumnNames = null;
  402. this.dgvRptProcedure.MergeDetailOnlyColumn = null;
  403. this.dgvRptProcedure.MergeOnlyColumn = null;
  404. this.dgvRptProcedure.MultiSelect = false;
  405. this.dgvRptProcedure.Name = "dgvRptProcedure";
  406. this.dgvRptProcedure.ReadOnly = true;
  407. this.dgvRptProcedure.RefreshAtHscroll = false;
  408. this.dgvRptProcedure.RowHeadersWidth = 50;
  409. this.dgvRptProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  410. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  411. this.dgvRptProcedure.RowsDefaultCellStyle = dataGridViewCellStyle6;
  412. this.dgvRptProcedure.RowTemplate.Height = 21;
  413. this.dgvRptProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  414. this.dgvRptProcedure.Size = new System.Drawing.Size(1119, 357);
  415. this.dgvRptProcedure.SortOrderColumnName = null;
  416. this.dgvRptProcedure.TabIndex = 2;
  417. this.dgvRptProcedure.Tag = true;
  418. this.dgvRptProcedure.TotalSumColumns = null;
  419. this.dgvRptProcedure.ViewRowFilter = "";
  420. this.dgvRptProcedure.CellFormatting += new System.Windows.Forms.DataGridViewCellFormattingEventHandler(this.dgvRptProcedure_CellFormatting);
  421. //
  422. // ProductionLineName
  423. //
  424. this.ProductionLineName.DataPropertyName = "productionlinename";
  425. this.ProductionLineName.HeaderText = "生产线";
  426. this.ProductionLineName.Name = "ProductionLineName";
  427. this.ProductionLineName.ReadOnly = true;
  428. //
  429. // procedurename
  430. //
  431. this.procedurename.DataPropertyName = "procedurename";
  432. this.procedurename.HeaderText = "登记工序";
  433. this.procedurename.Name = "procedurename";
  434. this.procedurename.ReadOnly = true;
  435. //
  436. // Defectcode
  437. //
  438. this.Defectcode.DataPropertyName = "Defectcode";
  439. this.Defectcode.HeaderText = "缺陷编码";
  440. this.Defectcode.Name = "Defectcode";
  441. this.Defectcode.ReadOnly = true;
  442. //
  443. // Defectname
  444. //
  445. this.Defectname.DataPropertyName = "Defectname";
  446. this.Defectname.HeaderText = "缺陷名称";
  447. this.Defectname.Name = "Defectname";
  448. this.Defectname.ReadOnly = true;
  449. //
  450. // goodstypename2
  451. //
  452. this.goodstypename2.DataPropertyName = "goodstypename2";
  453. this.goodstypename2.HeaderText = "产品二级类别";
  454. this.goodstypename2.Name = "goodstypename2";
  455. this.goodstypename2.ReadOnly = true;
  456. //
  457. // OutKilnCount
  458. //
  459. this.OutKilnCount.DataPropertyName = "OutKilnCount";
  460. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  461. this.OutKilnCount.DefaultCellStyle = dataGridViewCellStyle3;
  462. this.OutKilnCount.HeaderText = "出窑数";
  463. this.OutKilnCount.Name = "OutKilnCount";
  464. this.OutKilnCount.ReadOnly = true;
  465. //
  466. // DefectCount
  467. //
  468. this.DefectCount.DataPropertyName = "DefectCount";
  469. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  470. this.DefectCount.DefaultCellStyle = dataGridViewCellStyle4;
  471. this.DefectCount.HeaderText = "缺陷数量";
  472. this.DefectCount.Name = "DefectCount";
  473. this.DefectCount.ReadOnly = true;
  474. //
  475. // DefectPercent
  476. //
  477. this.DefectPercent.DataPropertyName = "DefectPercent";
  478. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  479. dataGridViewCellStyle5.Format = "p2";
  480. dataGridViewCellStyle5.NullValue = "#DIV/0!";
  481. this.DefectPercent.DefaultCellStyle = dataGridViewCellStyle5;
  482. this.DefectPercent.HeaderText = "缺陷率";
  483. this.DefectPercent.Name = "DefectPercent";
  484. this.DefectPercent.ReadOnly = true;
  485. //
  486. // F_RPT_040106
  487. //
  488. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  489. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  490. this.ClientSize = new System.Drawing.Size(1131, 476);
  491. this.Controls.Add(this.dgvRptProcedure);
  492. this.Controls.Add(this.tsrOperate);
  493. this.Controls.Add(this.gbxCondition);
  494. this.Name = "F_RPT_040106";
  495. this.Text = "缺陷报表";
  496. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_040104_FormClosed);
  497. this.Load += new System.EventHandler(this.F_RPT_040104_Load);
  498. this.tsrOperate.ResumeLayout(false);
  499. this.tsrOperate.PerformLayout();
  500. this.gbxCondition.ResumeLayout(false);
  501. this.gbxCondition.PerformLayout();
  502. ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).EndInit();
  503. this.ResumeLayout(false);
  504. }
  505. #endregion
  506. private Basics.BaseControls.C_ComboBox dropKilnCode;
  507. private Basics.BaseControls.C_Label lblKilnCode;
  508. private Basics.BaseControls.C_ToolStrip tsrOperate;
  509. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  510. private System.Windows.Forms.ToolStripButton tsbtnClose;
  511. private Basics.BaseControls.C_Label lblAccountDateStart;
  512. private Basics.BaseControls.C_Label lblAccountDateEnd;
  513. private Basics.BaseControls.C_DateTimePicker dtpAccountDateEnd;
  514. private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart;
  515. private Basics.BaseControls.C_GroupBox gbxCondition;
  516. private Basics.BaseControls.C_Button btnClearCondition;
  517. private Basics.BaseControls.C_Button btnSearch;
  518. private Basics.BaseControls.C_DataGridView dgvRptProcedure;
  519. private Basics.BaseControls.C_TextBox txtDefectName;
  520. private Basics.BaseControls.C_TextBox txtDefectCode;
  521. private Basics.BaseControls.C_Label lblDefectName;
  522. private Basics.BaseControls.C_Label lblDefectCode;
  523. private Basics.BaseControls.C_Label lblRptProcedureName;
  524. private Basics.BaseControls.C_ComboBox dropRptProcedure;
  525. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox3;
  526. private Basics.BaseControls.C_CheckBox chkOutKilnNum;
  527. private System.Windows.Forms.DataGridViewTextBoxColumn ProductionLineName;
  528. private System.Windows.Forms.DataGridViewTextBoxColumn procedurename;
  529. private System.Windows.Forms.DataGridViewTextBoxColumn Defectcode;
  530. private System.Windows.Forms.DataGridViewTextBoxColumn Defectname;
  531. private System.Windows.Forms.DataGridViewTextBoxColumn goodstypename2;
  532. private System.Windows.Forms.DataGridViewTextBoxColumn OutKilnCount;
  533. private System.Windows.Forms.DataGridViewTextBoxColumn DefectCount;
  534. private System.Windows.Forms.DataGridViewTextBoxColumn DefectPercent;
  535. }
  536. }