F_RPT_080101.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_080101
  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_080101));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  33. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  34. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  35. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  36. this.cmbGMouldRecordType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  37. this.c_Label7 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  39. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  40. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtMouldCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.dtpAccountDateEnd2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  47. this.dtpAccountDateStart2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  48. this.dtpAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  49. this.c_Label6 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.dtpAccountDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  51. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  52. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  53. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  54. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  55. this.dgvReportModule = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  56. this.groutinglinecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.groutingmouldcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.usercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.gmouldstatusname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.goodscode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.goodsname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.goodsspecification = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.groutingcount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.deliverpnum = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.mingroutingdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.maxgroutingdate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.OutKilnCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.GoodCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.SubstandardCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.ReFireCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.BadCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.chkDateTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  73. this.chkDateTimeEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  74. this.tsrOperate.SuspendLayout();
  75. this.gbxCondition.SuspendLayout();
  76. ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).BeginInit();
  77. this.SuspendLayout();
  78. //
  79. // tsrOperate
  80. //
  81. this.tsrOperate.AutoSize = false;
  82. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  83. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  84. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  85. this.tsbtnAdaptive,
  86. this.tsbtnClose});
  87. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  88. this.tsrOperate.Name = "tsrOperate";
  89. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  90. this.tsrOperate.ShowItemToolTips = false;
  91. this.tsrOperate.Size = new System.Drawing.Size(1131, 35);
  92. this.tsrOperate.TabIndex = 0;
  93. this.tsrOperate.Text = "toolStrip1";
  94. //
  95. // tsbtnAdaptive
  96. //
  97. this.tsbtnAdaptive.AutoSize = false;
  98. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  99. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  100. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  101. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  102. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  103. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  104. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  105. //
  106. // tsbtnClose
  107. //
  108. this.tsbtnClose.AutoSize = false;
  109. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  111. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  112. this.tsbtnClose.Name = "tsbtnClose";
  113. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  114. this.tsbtnClose.Text = "关闭(&X)";
  115. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  116. //
  117. // gbxCondition
  118. //
  119. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  120. | System.Windows.Forms.AnchorStyles.Right)));
  121. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  122. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  123. this.gbxCondition.Controls.Add(this.chkDateTimeEnd);
  124. this.gbxCondition.Controls.Add(this.chkDateTime);
  125. this.gbxCondition.Controls.Add(this.cmbGMouldRecordType);
  126. this.gbxCondition.Controls.Add(this.c_Label7);
  127. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  128. this.gbxCondition.Controls.Add(this.c_Label4);
  129. this.gbxCondition.Controls.Add(this.txtUserCode);
  130. this.gbxCondition.Controls.Add(this.c_Label3);
  131. this.gbxCondition.Controls.Add(this.txtMouldCode);
  132. this.gbxCondition.Controls.Add(this.c_Label2);
  133. this.gbxCondition.Controls.Add(this.txtGroutingLineCode);
  134. this.gbxCondition.Controls.Add(this.c_Label1);
  135. this.gbxCondition.Controls.Add(this.dtpAccountDateEnd2);
  136. this.gbxCondition.Controls.Add(this.dtpAccountDateStart2);
  137. this.gbxCondition.Controls.Add(this.dtpAccountDateEnd);
  138. this.gbxCondition.Controls.Add(this.c_Label6);
  139. this.gbxCondition.Controls.Add(this.dtpAccountDateStart);
  140. this.gbxCondition.Controls.Add(this.c_Label5);
  141. this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
  142. this.gbxCondition.Controls.Add(this.btnClearCondition);
  143. this.gbxCondition.Controls.Add(this.btnSearch);
  144. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  146. this.gbxCondition.IsMustInput = false;
  147. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  148. this.gbxCondition.Name = "gbxCondition";
  149. this.gbxCondition.OriginalHeight = -1;
  150. this.gbxCondition.Size = new System.Drawing.Size(1119, 80);
  151. this.gbxCondition.TabIndex = 1;
  152. this.gbxCondition.TabStop = false;
  153. this.gbxCondition.Text = "查询条件 ▼";
  154. //
  155. // cmbGMouldRecordType
  156. //
  157. this.cmbGMouldRecordType.BackColor = System.Drawing.SystemColors.Window;
  158. this.cmbGMouldRecordType.BackgroundColor = System.Drawing.SystemColors.Window;
  159. this.cmbGMouldRecordType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  160. this.cmbGMouldRecordType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  161. this.cmbGMouldRecordType.FormattingEnabled = true;
  162. this.cmbGMouldRecordType.Location = new System.Drawing.Point(902, 20);
  163. this.cmbGMouldRecordType.Name = "cmbGMouldRecordType";
  164. this.cmbGMouldRecordType.Size = new System.Drawing.Size(121, 20);
  165. this.cmbGMouldRecordType.TabIndex = 5;
  166. //
  167. // c_Label7
  168. //
  169. this.c_Label7.AutoSize = true;
  170. this.c_Label7.BackColor = System.Drawing.Color.Transparent;
  171. this.c_Label7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  172. this.c_Label7.Location = new System.Drawing.Point(839, 23);
  173. this.c_Label7.Name = "c_Label7";
  174. this.c_Label7.Size = new System.Drawing.Size(53, 12);
  175. this.c_Label7.TabIndex = 17;
  176. this.c_Label7.Text = "模具状态";
  177. //
  178. // txtGoodsCode
  179. //
  180. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  181. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  182. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  183. this.txtGoodsCode.ErrorMessage = "";
  184. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.txtGoodsCode.Location = new System.Drawing.Point(94, 48);
  186. this.txtGoodsCode.MaxLength = 20;
  187. this.txtGoodsCode.Name = "txtGoodsCode";
  188. this.txtGoodsCode.Size = new System.Drawing.Size(119, 21);
  189. this.txtGoodsCode.TabIndex = 6;
  190. this.txtGoodsCode.TextValue = "";
  191. //
  192. // c_Label4
  193. //
  194. this.c_Label4.AutoSize = true;
  195. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  196. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  198. this.c_Label4.Location = new System.Drawing.Point(35, 53);
  199. this.c_Label4.Name = "c_Label4";
  200. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  201. this.c_Label4.TabIndex = 14;
  202. this.c_Label4.Text = "产品编码";
  203. //
  204. // txtUserCode
  205. //
  206. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  207. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  208. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  209. this.txtUserCode.ErrorMessage = "";
  210. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.txtUserCode.Location = new System.Drawing.Point(282, 48);
  212. this.txtUserCode.MaxLength = 20;
  213. this.txtUserCode.Name = "txtUserCode";
  214. this.txtUserCode.Size = new System.Drawing.Size(133, 21);
  215. this.txtUserCode.TabIndex = 7;
  216. this.txtUserCode.TextValue = "";
  217. //
  218. // c_Label3
  219. //
  220. this.c_Label3.AutoSize = true;
  221. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  222. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  223. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  224. this.c_Label3.Location = new System.Drawing.Point(223, 53);
  225. this.c_Label3.Name = "c_Label3";
  226. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  227. this.c_Label3.TabIndex = 14;
  228. this.c_Label3.Text = "成型工号";
  229. //
  230. // txtMouldCode
  231. //
  232. this.txtMouldCode.BackColor = System.Drawing.SystemColors.Window;
  233. this.txtMouldCode.BackgroundColor = System.Drawing.SystemColors.Window;
  234. this.txtMouldCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  235. this.txtMouldCode.ErrorMessage = "";
  236. this.txtMouldCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  237. this.txtMouldCode.Location = new System.Drawing.Point(282, 19);
  238. this.txtMouldCode.MaxLength = 20;
  239. this.txtMouldCode.Name = "txtMouldCode";
  240. this.txtMouldCode.Size = new System.Drawing.Size(133, 21);
  241. this.txtMouldCode.TabIndex = 2;
  242. this.txtMouldCode.TextValue = "";
  243. //
  244. // c_Label2
  245. //
  246. this.c_Label2.AutoSize = true;
  247. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  248. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  249. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  250. this.c_Label2.Location = new System.Drawing.Point(223, 24);
  251. this.c_Label2.Name = "c_Label2";
  252. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  253. this.c_Label2.TabIndex = 14;
  254. this.c_Label2.Text = "模具编码";
  255. //
  256. // txtGroutingLineCode
  257. //
  258. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  259. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  260. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  261. this.txtGroutingLineCode.ErrorMessage = "";
  262. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. this.txtGroutingLineCode.Location = new System.Drawing.Point(94, 21);
  264. this.txtGroutingLineCode.MaxLength = 20;
  265. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  266. this.txtGroutingLineCode.Size = new System.Drawing.Size(119, 21);
  267. this.txtGroutingLineCode.TabIndex = 1;
  268. this.txtGroutingLineCode.TextValue = "";
  269. //
  270. // c_Label1
  271. //
  272. this.c_Label1.AutoSize = true;
  273. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  274. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  276. this.c_Label1.Location = new System.Drawing.Point(22, 24);
  277. this.c_Label1.Name = "c_Label1";
  278. this.c_Label1.Size = new System.Drawing.Size(65, 12);
  279. this.c_Label1.TabIndex = 14;
  280. this.c_Label1.Text = "成型线编码";
  281. //
  282. // dtpAccountDateEnd2
  283. //
  284. this.dtpAccountDateEnd2.CustomFormat = "yyyy-MM-dd";
  285. this.dtpAccountDateEnd2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.dtpAccountDateEnd2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  287. this.dtpAccountDateEnd2.Location = new System.Drawing.Point(693, 53);
  288. this.dtpAccountDateEnd2.Name = "dtpAccountDateEnd2";
  289. this.dtpAccountDateEnd2.Size = new System.Drawing.Size(133, 21);
  290. this.dtpAccountDateEnd2.TabIndex = 9;
  291. //
  292. // dtpAccountDateStart2
  293. //
  294. this.dtpAccountDateStart2.CustomFormat = "yyyy-MM-dd";
  295. this.dtpAccountDateStart2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  296. this.dtpAccountDateStart2.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  297. this.dtpAccountDateStart2.Location = new System.Drawing.Point(526, 53);
  298. this.dtpAccountDateStart2.Name = "dtpAccountDateStart2";
  299. this.dtpAccountDateStart2.Size = new System.Drawing.Size(133, 21);
  300. this.dtpAccountDateStart2.TabIndex = 8;
  301. //
  302. // dtpAccountDateEnd
  303. //
  304. this.dtpAccountDateEnd.CustomFormat = "yyyy-MM-dd";
  305. this.dtpAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.dtpAccountDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  307. this.dtpAccountDateEnd.Location = new System.Drawing.Point(693, 21);
  308. this.dtpAccountDateEnd.Name = "dtpAccountDateEnd";
  309. this.dtpAccountDateEnd.Size = new System.Drawing.Size(133, 21);
  310. this.dtpAccountDateEnd.TabIndex = 4;
  311. //
  312. // c_Label6
  313. //
  314. this.c_Label6.AutoSize = true;
  315. this.c_Label6.BackColor = System.Drawing.Color.Transparent;
  316. this.c_Label6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  317. this.c_Label6.ForeColor = System.Drawing.SystemColors.ControlText;
  318. this.c_Label6.Location = new System.Drawing.Point(654, 57);
  319. this.c_Label6.Name = "c_Label6";
  320. this.c_Label6.Size = new System.Drawing.Size(53, 12);
  321. this.c_Label6.TabIndex = 6;
  322. this.c_Label6.Text = " 至 ";
  323. //
  324. // dtpAccountDateStart
  325. //
  326. this.dtpAccountDateStart.CustomFormat = "yyyy-MM-dd";
  327. this.dtpAccountDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.dtpAccountDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  329. this.dtpAccountDateStart.Location = new System.Drawing.Point(526, 21);
  330. this.dtpAccountDateStart.Name = "dtpAccountDateStart";
  331. this.dtpAccountDateStart.Size = new System.Drawing.Size(133, 21);
  332. this.dtpAccountDateStart.TabIndex = 3;
  333. //
  334. // c_Label5
  335. //
  336. this.c_Label5.AutoSize = true;
  337. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  338. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  339. this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
  340. this.c_Label5.Location = new System.Drawing.Point(423, 57);
  341. this.c_Label5.Name = "c_Label5";
  342. this.c_Label5.Size = new System.Drawing.Size(0, 12);
  343. this.c_Label5.TabIndex = 4;
  344. //
  345. // lblAccountDateEnd
  346. //
  347. this.lblAccountDateEnd.AutoSize = true;
  348. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  349. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  350. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  351. this.lblAccountDateEnd.Location = new System.Drawing.Point(654, 25);
  352. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  353. this.lblAccountDateEnd.Size = new System.Drawing.Size(53, 12);
  354. this.lblAccountDateEnd.TabIndex = 6;
  355. this.lblAccountDateEnd.Text = " 至 ";
  356. //
  357. // btnClearCondition
  358. //
  359. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  360. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  361. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  362. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  363. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  364. this.btnClearCondition.Location = new System.Drawing.Point(1016, 45);
  365. this.btnClearCondition.Name = "btnClearCondition";
  366. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  367. this.btnClearCondition.TabIndex = 11;
  368. this.btnClearCondition.Text = "清空条件(&C)";
  369. this.btnClearCondition.UseVisualStyleBackColor = true;
  370. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  371. //
  372. // btnSearch
  373. //
  374. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  375. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  376. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  377. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  378. this.btnSearch.ForeColor = System.Drawing.Color.White;
  379. this.btnSearch.Location = new System.Drawing.Point(925, 45);
  380. this.btnSearch.Name = "btnSearch";
  381. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  382. this.btnSearch.TabIndex = 10;
  383. this.btnSearch.Text = "查询(&Q)";
  384. this.btnSearch.UseVisualStyleBackColor = true;
  385. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  386. //
  387. // dgvReportModule
  388. //
  389. this.dgvReportModule.AllowUserToAddRows = false;
  390. this.dgvReportModule.AllowUserToDeleteRows = false;
  391. this.dgvReportModule.AllowUserToModifyRows = true;
  392. this.dgvReportModule.AllowUserToOrderColumns = true;
  393. this.dgvReportModule.AllowUserToSortRows = false;
  394. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  395. this.dgvReportModule.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  396. this.dgvReportModule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  397. | System.Windows.Forms.AnchorStyles.Left)
  398. | System.Windows.Forms.AnchorStyles.Right)));
  399. this.dgvReportModule.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  400. this.dgvReportModule.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  401. this.dgvReportModule.CellHeight = 23;
  402. this.dgvReportModule.ChildNodeColumnName = null;
  403. this.dgvReportModule.ChildNodeColumnText = null;
  404. this.dgvReportModule.ColumnDeep = 1;
  405. this.dgvReportModule.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  406. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  407. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  408. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  410. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  411. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  412. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  413. this.dgvReportModule.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  414. this.dgvReportModule.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  415. this.dgvReportModule.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  416. this.groutinglinecode,
  417. this.groutingmouldcode,
  418. this.usercode,
  419. this.gmouldstatusname,
  420. this.goodscode,
  421. this.goodsname,
  422. this.goodsspecification,
  423. this.groutingcount,
  424. this.deliverpnum,
  425. this.mingroutingdate,
  426. this.maxgroutingdate,
  427. this.OutKilnCount,
  428. this.GoodCount,
  429. this.SubstandardCount,
  430. this.ReFireCount,
  431. this.BadCount});
  432. this.dgvReportModule.ColumnTreeView = null;
  433. this.dgvReportModule.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)));
  434. this.dgvReportModule.DynamicColumnName = "";
  435. this.dgvReportModule.EnableHeadersVisualStyles = false;
  436. this.dgvReportModule.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  437. this.dgvReportModule.IsAutoCountSum = true;
  438. this.dgvReportModule.IsAutoResizeColumns = false;
  439. this.dgvReportModule.IsClickF12 = false;
  440. this.dgvReportModule.IsSubTotalFlag = false;
  441. this.dgvReportModule.Location = new System.Drawing.Point(0, 125);
  442. this.dgvReportModule.MultiSelect = false;
  443. this.dgvReportModule.Name = "dgvReportModule";
  444. this.dgvReportModule.ReadOnly = true;
  445. this.dgvReportModule.RefreshAtHscroll = false;
  446. this.dgvReportModule.RowHeadersWidth = 50;
  447. this.dgvReportModule.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  448. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  449. this.dgvReportModule.RowsDefaultCellStyle = dataGridViewCellStyle3;
  450. this.dgvReportModule.RowTemplate.Height = 21;
  451. this.dgvReportModule.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  452. this.dgvReportModule.Size = new System.Drawing.Size(1119, 356);
  453. this.dgvReportModule.SortOrderColumnName = null;
  454. this.dgvReportModule.TabIndex = 28;
  455. this.dgvReportModule.Tag = true;
  456. this.dgvReportModule.TotalSumColumns = null;
  457. this.dgvReportModule.ViewRowFilter = "";
  458. //
  459. // groutinglinecode
  460. //
  461. this.groutinglinecode.DataPropertyName = "groutinglinecode";
  462. this.groutinglinecode.HeaderText = "成型线编码";
  463. this.groutinglinecode.Name = "groutinglinecode";
  464. this.groutinglinecode.ReadOnly = true;
  465. //
  466. // groutingmouldcode
  467. //
  468. this.groutingmouldcode.DataPropertyName = "groutingmouldcode";
  469. this.groutingmouldcode.HeaderText = "模具编码";
  470. this.groutingmouldcode.Name = "groutingmouldcode";
  471. this.groutingmouldcode.ReadOnly = true;
  472. //
  473. // usercode
  474. //
  475. this.usercode.DataPropertyName = "usercode";
  476. this.usercode.HeaderText = "成型工号";
  477. this.usercode.Name = "usercode";
  478. this.usercode.ReadOnly = true;
  479. //
  480. // gmouldstatusname
  481. //
  482. this.gmouldstatusname.DataPropertyName = "gmouldstatusname";
  483. this.gmouldstatusname.HeaderText = "模具状态";
  484. this.gmouldstatusname.Name = "gmouldstatusname";
  485. this.gmouldstatusname.ReadOnly = true;
  486. //
  487. // goodscode
  488. //
  489. this.goodscode.DataPropertyName = "goodscode";
  490. this.goodscode.HeaderText = "产品编码";
  491. this.goodscode.Name = "goodscode";
  492. this.goodscode.ReadOnly = true;
  493. //
  494. // goodsname
  495. //
  496. this.goodsname.DataPropertyName = "goodsname";
  497. this.goodsname.HeaderText = "产品名称";
  498. this.goodsname.Name = "goodsname";
  499. this.goodsname.ReadOnly = true;
  500. //
  501. // goodsspecification
  502. //
  503. this.goodsspecification.DataPropertyName = "goodsspecification";
  504. this.goodsspecification.HeaderText = "规格";
  505. this.goodsspecification.Name = "goodsspecification";
  506. this.goodsspecification.ReadOnly = true;
  507. //
  508. // groutingcount
  509. //
  510. this.groutingcount.DataPropertyName = "groutingcount";
  511. this.groutingcount.HeaderText = "注浆次数";
  512. this.groutingcount.Name = "groutingcount";
  513. this.groutingcount.ReadOnly = true;
  514. //
  515. // deliverpnum
  516. //
  517. this.deliverpnum.DataPropertyName = "deliverpnum";
  518. this.deliverpnum.HeaderText = "交坯数";
  519. this.deliverpnum.Name = "deliverpnum";
  520. this.deliverpnum.ReadOnly = true;
  521. //
  522. // mingroutingdate
  523. //
  524. this.mingroutingdate.DataPropertyName = "mingroutingdate";
  525. this.mingroutingdate.HeaderText = "开始注浆日期";
  526. this.mingroutingdate.Name = "mingroutingdate";
  527. this.mingroutingdate.ReadOnly = true;
  528. //
  529. // maxgroutingdate
  530. //
  531. this.maxgroutingdate.DataPropertyName = "maxgroutingdate";
  532. this.maxgroutingdate.HeaderText = "最后注浆日期";
  533. this.maxgroutingdate.Name = "maxgroutingdate";
  534. this.maxgroutingdate.ReadOnly = true;
  535. //
  536. // OutKilnCount
  537. //
  538. this.OutKilnCount.DataPropertyName = "OutKilnCount";
  539. this.OutKilnCount.HeaderText = "出窑数";
  540. this.OutKilnCount.Name = "OutKilnCount";
  541. this.OutKilnCount.ReadOnly = true;
  542. //
  543. // GoodCount
  544. //
  545. this.GoodCount.DataPropertyName = "GoodCount";
  546. this.GoodCount.HeaderText = "正品数";
  547. this.GoodCount.Name = "GoodCount";
  548. this.GoodCount.ReadOnly = true;
  549. //
  550. // SubstandardCount
  551. //
  552. this.SubstandardCount.DataPropertyName = "SubstandardCount";
  553. this.SubstandardCount.HeaderText = "副品数";
  554. this.SubstandardCount.Name = "SubstandardCount";
  555. this.SubstandardCount.ReadOnly = true;
  556. //
  557. // ReFireCount
  558. //
  559. this.ReFireCount.DataPropertyName = "ReFireCount";
  560. this.ReFireCount.HeaderText = "重烧数";
  561. this.ReFireCount.Name = "ReFireCount";
  562. this.ReFireCount.ReadOnly = true;
  563. //
  564. // BadCount
  565. //
  566. this.BadCount.DataPropertyName = "BadCount";
  567. this.BadCount.HeaderText = "次品数";
  568. this.BadCount.Name = "BadCount";
  569. this.BadCount.ReadOnly = true;
  570. //
  571. // chkDateTime
  572. //
  573. this.chkDateTime.AutoSize = true;
  574. this.chkDateTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  575. this.chkDateTime.Location = new System.Drawing.Point(424, 23);
  576. this.chkDateTime.Name = "chkDateTime";
  577. this.chkDateTime.Size = new System.Drawing.Size(96, 16);
  578. this.chkDateTime.TabIndex = 29;
  579. this.chkDateTime.Text = "开始注浆日期";
  580. this.chkDateTime.UseVisualStyleBackColor = true;
  581. this.chkDateTime.CheckedChanged += new System.EventHandler(this.chkDateTime_CheckedChanged);
  582. //
  583. // chkDateTimeEnd
  584. //
  585. this.chkDateTimeEnd.AutoSize = true;
  586. this.chkDateTimeEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  587. this.chkDateTimeEnd.Location = new System.Drawing.Point(424, 54);
  588. this.chkDateTimeEnd.Name = "chkDateTimeEnd";
  589. this.chkDateTimeEnd.Size = new System.Drawing.Size(96, 16);
  590. this.chkDateTimeEnd.TabIndex = 29;
  591. this.chkDateTimeEnd.Text = "结束注浆日期";
  592. this.chkDateTimeEnd.UseVisualStyleBackColor = true;
  593. this.chkDateTimeEnd.CheckedChanged += new System.EventHandler(this.chkDateTimeEnd_CheckedChanged);
  594. //
  595. // F_RPT_080101
  596. //
  597. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  598. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  599. this.ClientSize = new System.Drawing.Size(1131, 481);
  600. this.Controls.Add(this.dgvReportModule);
  601. this.Controls.Add(this.gbxCondition);
  602. this.Controls.Add(this.tsrOperate);
  603. this.Name = "F_RPT_080101";
  604. this.RightToLeftLayout = true;
  605. this.Text = "历史模具明细表";
  606. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_010201_1_FormClosed);
  607. this.Load += new System.EventHandler(this.F_RPT_010201_1_Load);
  608. this.tsrOperate.ResumeLayout(false);
  609. this.tsrOperate.PerformLayout();
  610. this.gbxCondition.ResumeLayout(false);
  611. this.gbxCondition.PerformLayout();
  612. ((System.ComponentModel.ISupportInitialize)(this.dgvReportModule)).EndInit();
  613. this.ResumeLayout(false);
  614. }
  615. #endregion
  616. private Basics.BaseControls.C_ToolStrip tsrOperate;
  617. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  618. private System.Windows.Forms.ToolStripButton tsbtnClose;
  619. private Basics.BaseControls.C_GroupBox gbxCondition;
  620. private Basics.BaseControls.C_Label lblAccountDateEnd;
  621. private Basics.BaseControls.C_DateTimePicker dtpAccountDateEnd;
  622. private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart;
  623. private Basics.BaseControls.C_Button btnClearCondition;
  624. private Basics.BaseControls.C_Button btnSearch;
  625. private Basics.BaseControls.C_DataGridView dgvReportModule;
  626. private Basics.BaseControls.C_Label c_Label1;
  627. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  628. private Basics.BaseControls.C_TextBox txtMouldCode;
  629. private Basics.BaseControls.C_Label c_Label2;
  630. private Basics.BaseControls.C_TextBox txtUserCode;
  631. private Basics.BaseControls.C_Label c_Label3;
  632. private Basics.BaseControls.C_TextBox txtGoodsCode;
  633. private Basics.BaseControls.C_Label c_Label4;
  634. private Basics.BaseControls.C_DateTimePicker dtpAccountDateEnd2;
  635. private Basics.BaseControls.C_DateTimePicker dtpAccountDateStart2;
  636. private Basics.BaseControls.C_Label c_Label6;
  637. private Basics.BaseControls.C_Label c_Label5;
  638. private Basics.BaseControls.C_ComboBox cmbGMouldRecordType;
  639. private Basics.BaseControls.C_Label c_Label7;
  640. private System.Windows.Forms.DataGridViewTextBoxColumn groutinglinecode;
  641. private System.Windows.Forms.DataGridViewTextBoxColumn groutingmouldcode;
  642. private System.Windows.Forms.DataGridViewTextBoxColumn usercode;
  643. private System.Windows.Forms.DataGridViewTextBoxColumn gmouldstatusname;
  644. private System.Windows.Forms.DataGridViewTextBoxColumn goodscode;
  645. private System.Windows.Forms.DataGridViewTextBoxColumn goodsname;
  646. private System.Windows.Forms.DataGridViewTextBoxColumn goodsspecification;
  647. private System.Windows.Forms.DataGridViewTextBoxColumn groutingcount;
  648. private System.Windows.Forms.DataGridViewTextBoxColumn deliverpnum;
  649. private System.Windows.Forms.DataGridViewTextBoxColumn mingroutingdate;
  650. private System.Windows.Forms.DataGridViewTextBoxColumn maxgroutingdate;
  651. private System.Windows.Forms.DataGridViewTextBoxColumn OutKilnCount;
  652. private System.Windows.Forms.DataGridViewTextBoxColumn GoodCount;
  653. private System.Windows.Forms.DataGridViewTextBoxColumn SubstandardCount;
  654. private System.Windows.Forms.DataGridViewTextBoxColumn ReFireCount;
  655. private System.Windows.Forms.DataGridViewTextBoxColumn BadCount;
  656. private Basics.BaseControls.C_CheckBox chkDateTime;
  657. private Basics.BaseControls.C_CheckBox chkDateTimeEnd;
  658. }
  659. }