F_RPT_010105.Designer.cs 35 KB

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