F_RPT_040106.Designer.cs 32 KB

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