F_RPT_040106.Designer.cs 36 KB

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