F_RPT_030103_1.Designer.cs 59 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123
  1. namespace Dongke.IBOSS.PRD.Client.ReportModule
  2. {
  3. partial class F_RPT_030103_1
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_RPT_030103_1));
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  40. this.tapReportModuleDetail = new System.Windows.Forms.TabPage();
  41. this.dgvRptProcedureDetail = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  42. this.colProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.UserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.OverDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.colGoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.GoodsCode1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.colKilnCode0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.KilnCarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.GroutingMouldCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.GDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.DDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Cusercode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  59. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  60. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  61. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  62. this.lblGoodsType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  63. this.scbGoodsType = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoodsType();
  64. this.chkPUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  65. this.chkGDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  66. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  67. this.dtpGDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  68. this.dtpGDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  69. this.chkDDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  70. this.chkOut = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  71. this.chkOver = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  72. this.c_Label5 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  73. this.dtpDDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  74. this.dtpDDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  75. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  76. this.dtpOutDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  77. this.dtpOutDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  78. this.txtGroutingUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Code();
  79. this.chkspecialrepairflag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  80. this.dropKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  81. this.lblKilnCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  82. this.lblRptProcedureName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  83. this.dropRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  84. this.dkUserInfoSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkUserInfoSearchBox();
  85. this.dkProcedureSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkProcedureSearchBox();
  86. this.dkproductionLineSearchBox = new Dongke.IBOSS.PRD.Client.Controls.SearchTextBox.dkproductionLineSearchBox();
  87. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  88. this.lblAccountDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  89. this.dtpOverDateEnd = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  90. this.dtpOverDateStart = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  91. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  92. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  93. this.tblReportModule = new System.Windows.Forms.TabControl();
  94. this.tapReportModule = new System.Windows.Forms.TabPage();
  95. this.dgvRptProcedure = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  96. this.Procedureid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  97. this.ProcedureName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  98. this.Kilncode0 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  99. this.Userid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  100. this.colUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  101. this.Kilnid = new System.Windows.Forms.DataGridViewTextBoxColumn();
  102. this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  103. this.GoodsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  104. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  105. this.OutKilnCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  106. this.scbGoods = new Dongke.IBOSS.PRD.Client.Controls.SearchBox.ScbGoods();
  107. this.lblGoods = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  108. this.tapReportModuleDetail.SuspendLayout();
  109. ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedureDetail)).BeginInit();
  110. this.tsrOperate.SuspendLayout();
  111. this.gbxCondition.SuspendLayout();
  112. this.tblReportModule.SuspendLayout();
  113. this.tapReportModule.SuspendLayout();
  114. ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).BeginInit();
  115. this.SuspendLayout();
  116. //
  117. // tapReportModuleDetail
  118. //
  119. this.tapReportModuleDetail.Controls.Add(this.dgvRptProcedureDetail);
  120. this.tapReportModuleDetail.Location = new System.Drawing.Point(4, 22);
  121. this.tapReportModuleDetail.Margin = new System.Windows.Forms.Padding(0);
  122. this.tapReportModuleDetail.Name = "tapReportModuleDetail";
  123. this.tapReportModuleDetail.Size = new System.Drawing.Size(1023, 292);
  124. this.tapReportModuleDetail.TabIndex = 1;
  125. this.tapReportModuleDetail.Text = "出窑数量汇总明细";
  126. this.tapReportModuleDetail.UseVisualStyleBackColor = true;
  127. //
  128. // dgvRptProcedureDetail
  129. //
  130. this.dgvRptProcedureDetail.AllowUserToAddRows = false;
  131. this.dgvRptProcedureDetail.AllowUserToDeleteRows = false;
  132. this.dgvRptProcedureDetail.AllowUserToModifyRows = true;
  133. this.dgvRptProcedureDetail.AllowUserToOrderColumns = true;
  134. this.dgvRptProcedureDetail.AllowUserToSortRows = false;
  135. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  136. this.dgvRptProcedureDetail.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  137. this.dgvRptProcedureDetail.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  138. this.dgvRptProcedureDetail.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  139. this.dgvRptProcedureDetail.CellHeight = 23;
  140. this.dgvRptProcedureDetail.ChildNodeColumnName = null;
  141. this.dgvRptProcedureDetail.ChildNodeColumnText = null;
  142. this.dgvRptProcedureDetail.ColumnDeep = 1;
  143. this.dgvRptProcedureDetail.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  144. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  145. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  146. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  148. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  149. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  150. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  151. this.dgvRptProcedureDetail.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  152. this.dgvRptProcedureDetail.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  153. this.dgvRptProcedureDetail.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  154. this.colProcedureName,
  155. this.UserCode,
  156. this.OverDate,
  157. this.colGoodsTypeName,
  158. this.GoodsCode1,
  159. this.BarCode,
  160. this.colKilnCode0,
  161. this.KilnCarCode,
  162. this.CreateTime,
  163. this.GroutingUserCode,
  164. this.GroutingLineCode,
  165. this.GroutingMouldCode,
  166. this.GDate,
  167. this.DDate,
  168. this.LogoCodeName,
  169. this.Cusercode});
  170. this.dgvRptProcedureDetail.ColumnTreeView = null;
  171. this.dgvRptProcedureDetail.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)));
  172. this.dgvRptProcedureDetail.Dock = System.Windows.Forms.DockStyle.Fill;
  173. this.dgvRptProcedureDetail.DynamicColumnName = "";
  174. this.dgvRptProcedureDetail.EnableHeadersVisualStyles = false;
  175. this.dgvRptProcedureDetail.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. this.dgvRptProcedureDetail.FormatQuantityColumns = null;
  177. this.dgvRptProcedureDetail.HorizontalMergeColumn = null;
  178. this.dgvRptProcedureDetail.IsAutoCountSum = true;
  179. this.dgvRptProcedureDetail.IsAutoResizeColumns = false;
  180. this.dgvRptProcedureDetail.IsClickF12 = false;
  181. this.dgvRptProcedureDetail.IsOpenMergeCellFlag = false;
  182. this.dgvRptProcedureDetail.IsSubTotalFlag = false;
  183. this.dgvRptProcedureDetail.IsTopDeep = false;
  184. this.dgvRptProcedureDetail.Location = new System.Drawing.Point(0, 0);
  185. this.dgvRptProcedureDetail.Margin = new System.Windows.Forms.Padding(0);
  186. this.dgvRptProcedureDetail.MergeColumnNames = null;
  187. this.dgvRptProcedureDetail.MergeDetailColumnNames = null;
  188. this.dgvRptProcedureDetail.MergeDetailOnlyColumn = null;
  189. this.dgvRptProcedureDetail.MergeOnlyColumn = null;
  190. this.dgvRptProcedureDetail.MultiSelect = false;
  191. this.dgvRptProcedureDetail.Name = "dgvRptProcedureDetail";
  192. this.dgvRptProcedureDetail.ReadOnly = true;
  193. this.dgvRptProcedureDetail.RefreshAtHscroll = false;
  194. this.dgvRptProcedureDetail.RowHeadersWidth = 50;
  195. this.dgvRptProcedureDetail.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  196. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  197. this.dgvRptProcedureDetail.RowsDefaultCellStyle = dataGridViewCellStyle7;
  198. this.dgvRptProcedureDetail.RowTemplate.Height = 21;
  199. this.dgvRptProcedureDetail.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  200. this.dgvRptProcedureDetail.Size = new System.Drawing.Size(1023, 292);
  201. this.dgvRptProcedureDetail.SortOrderColumnName = null;
  202. this.dgvRptProcedureDetail.TabIndex = 30;
  203. this.dgvRptProcedureDetail.Tag = true;
  204. this.dgvRptProcedureDetail.TotalSumColumns = null;
  205. this.dgvRptProcedureDetail.ViewRowFilter = "";
  206. //
  207. // colProcedureName
  208. //
  209. this.colProcedureName.DataPropertyName = "ProcedureName";
  210. this.colProcedureName.HeaderText = "生产工序";
  211. this.colProcedureName.Name = "colProcedureName";
  212. this.colProcedureName.ReadOnly = true;
  213. //
  214. // UserCode
  215. //
  216. this.UserCode.DataPropertyName = "UserCode";
  217. this.UserCode.HeaderText = "生产工号";
  218. this.UserCode.Name = "UserCode";
  219. this.UserCode.ReadOnly = true;
  220. //
  221. // OverDate
  222. //
  223. this.OverDate.DataPropertyName = "OverDate";
  224. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  225. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  226. this.OverDate.DefaultCellStyle = dataGridViewCellStyle3;
  227. this.OverDate.HeaderText = "生产日期";
  228. this.OverDate.Name = "OverDate";
  229. this.OverDate.ReadOnly = true;
  230. this.OverDate.Visible = false;
  231. //
  232. // colGoodsTypeName
  233. //
  234. this.colGoodsTypeName.DataPropertyName = "GoodsTypeName";
  235. this.colGoodsTypeName.HeaderText = "产品类别";
  236. this.colGoodsTypeName.Name = "colGoodsTypeName";
  237. this.colGoodsTypeName.ReadOnly = true;
  238. //
  239. // GoodsCode1
  240. //
  241. this.GoodsCode1.DataPropertyName = "GoodsCode";
  242. this.GoodsCode1.HeaderText = "产品编码";
  243. this.GoodsCode1.Name = "GoodsCode1";
  244. this.GoodsCode1.ReadOnly = true;
  245. //
  246. // BarCode
  247. //
  248. this.BarCode.DataPropertyName = "BarCode";
  249. this.BarCode.HeaderText = "产品条码";
  250. this.BarCode.Name = "BarCode";
  251. this.BarCode.ReadOnly = true;
  252. //
  253. // colKilnCode0
  254. //
  255. this.colKilnCode0.DataPropertyName = "KilnCode";
  256. this.colKilnCode0.HeaderText = "窑炉编码";
  257. this.colKilnCode0.Name = "colKilnCode0";
  258. this.colKilnCode0.ReadOnly = true;
  259. //
  260. // KilnCarCode
  261. //
  262. this.KilnCarCode.DataPropertyName = "KilnCarCode";
  263. this.KilnCarCode.HeaderText = "窑车编码";
  264. this.KilnCarCode.Name = "KilnCarCode";
  265. this.KilnCarCode.ReadOnly = true;
  266. //
  267. // CreateTime
  268. //
  269. this.CreateTime.DataPropertyName = "CreateTime";
  270. dataGridViewCellStyle4.Format = "yyyy-MM-dd HH:mm:ss";
  271. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle4;
  272. this.CreateTime.HeaderText = "出窑时间";
  273. this.CreateTime.Name = "CreateTime";
  274. this.CreateTime.ReadOnly = true;
  275. //
  276. // GroutingUserCode
  277. //
  278. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  279. this.GroutingUserCode.HeaderText = "成型工号";
  280. this.GroutingUserCode.Name = "GroutingUserCode";
  281. this.GroutingUserCode.ReadOnly = true;
  282. //
  283. // GroutingLineCode
  284. //
  285. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  286. this.GroutingLineCode.HeaderText = "成型线编码";
  287. this.GroutingLineCode.Name = "GroutingLineCode";
  288. this.GroutingLineCode.ReadOnly = true;
  289. //
  290. // GroutingMouldCode
  291. //
  292. this.GroutingMouldCode.DataPropertyName = "GroutingMouldCode";
  293. this.GroutingMouldCode.HeaderText = "模具编号";
  294. this.GroutingMouldCode.Name = "GroutingMouldCode";
  295. this.GroutingMouldCode.ReadOnly = true;
  296. //
  297. // GDate
  298. //
  299. this.GDate.DataPropertyName = "GDate";
  300. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  301. dataGridViewCellStyle5.Format = "yyyy-MM-dd";
  302. this.GDate.DefaultCellStyle = dataGridViewCellStyle5;
  303. this.GDate.HeaderText = "注浆日期";
  304. this.GDate.Name = "GDate";
  305. this.GDate.ReadOnly = true;
  306. //
  307. // DDate
  308. //
  309. this.DDate.DataPropertyName = "DDate";
  310. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  311. dataGridViewCellStyle6.Format = "yyyy-MM-dd";
  312. this.DDate.DefaultCellStyle = dataGridViewCellStyle6;
  313. this.DDate.HeaderText = "交坯日期";
  314. this.DDate.Name = "DDate";
  315. this.DDate.ReadOnly = true;
  316. //
  317. // LogoCodeName
  318. //
  319. this.LogoCodeName.DataPropertyName = "LogoCodeName";
  320. this.LogoCodeName.HeaderText = "商标";
  321. this.LogoCodeName.Name = "LogoCodeName";
  322. this.LogoCodeName.ReadOnly = true;
  323. //
  324. // Cusercode
  325. //
  326. this.Cusercode.DataPropertyName = "Cusercode";
  327. this.Cusercode.HeaderText = "操作工号";
  328. this.Cusercode.Name = "Cusercode";
  329. this.Cusercode.ReadOnly = true;
  330. //
  331. // tsrOperate
  332. //
  333. this.tsrOperate.AutoSize = false;
  334. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  335. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  337. this.tsbtnAdaptive,
  338. this.tsbtnClose});
  339. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  340. this.tsrOperate.Name = "tsrOperate";
  341. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  342. this.tsrOperate.ShowItemToolTips = false;
  343. this.tsrOperate.Size = new System.Drawing.Size(1043, 35);
  344. this.tsrOperate.TabIndex = 33;
  345. this.tsrOperate.Text = "toolStrip1";
  346. //
  347. // tsbtnAdaptive
  348. //
  349. this.tsbtnAdaptive.AutoSize = false;
  350. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  351. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  352. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  353. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  354. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  355. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  356. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  357. //
  358. // tsbtnClose
  359. //
  360. this.tsbtnClose.AutoSize = false;
  361. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  362. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  363. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  364. this.tsbtnClose.Name = "tsbtnClose";
  365. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  366. this.tsbtnClose.Text = "关闭(&X)";
  367. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  368. //
  369. // gbxCondition
  370. //
  371. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  372. | System.Windows.Forms.AnchorStyles.Right)));
  373. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  374. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  375. this.gbxCondition.Controls.Add(this.scbGoods);
  376. this.gbxCondition.Controls.Add(this.lblGoods);
  377. this.gbxCondition.Controls.Add(this.lblGoodsType);
  378. this.gbxCondition.Controls.Add(this.scbGoodsType);
  379. this.gbxCondition.Controls.Add(this.chkPUserCode);
  380. this.gbxCondition.Controls.Add(this.chkGDate);
  381. this.gbxCondition.Controls.Add(this.c_Label2);
  382. this.gbxCondition.Controls.Add(this.dtpGDateEnd);
  383. this.gbxCondition.Controls.Add(this.dtpGDateStart);
  384. this.gbxCondition.Controls.Add(this.chkDDate);
  385. this.gbxCondition.Controls.Add(this.chkOut);
  386. this.gbxCondition.Controls.Add(this.chkOver);
  387. this.gbxCondition.Controls.Add(this.c_Label5);
  388. this.gbxCondition.Controls.Add(this.dtpDDateEnd);
  389. this.gbxCondition.Controls.Add(this.dtpDDateStart);
  390. this.gbxCondition.Controls.Add(this.c_Label3);
  391. this.gbxCondition.Controls.Add(this.dtpOutDateEnd);
  392. this.gbxCondition.Controls.Add(this.dtpOutDateStart);
  393. this.gbxCondition.Controls.Add(this.txtGroutingUserCode);
  394. this.gbxCondition.Controls.Add(this.chkspecialrepairflag);
  395. this.gbxCondition.Controls.Add(this.dropKilnCode);
  396. this.gbxCondition.Controls.Add(this.lblKilnCode);
  397. this.gbxCondition.Controls.Add(this.lblRptProcedureName);
  398. this.gbxCondition.Controls.Add(this.dropRptProcedure);
  399. this.gbxCondition.Controls.Add(this.dkUserInfoSearchBox);
  400. this.gbxCondition.Controls.Add(this.dkProcedureSearchBox);
  401. this.gbxCondition.Controls.Add(this.dkproductionLineSearchBox);
  402. this.gbxCondition.Controls.Add(this.c_Label1);
  403. this.gbxCondition.Controls.Add(this.lblAccountDateEnd);
  404. this.gbxCondition.Controls.Add(this.dtpOverDateEnd);
  405. this.gbxCondition.Controls.Add(this.dtpOverDateStart);
  406. this.gbxCondition.Controls.Add(this.btnClearCondition);
  407. this.gbxCondition.Controls.Add(this.btnSearch);
  408. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  409. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  410. this.gbxCondition.IsMustInput = false;
  411. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  412. this.gbxCondition.Name = "gbxCondition";
  413. this.gbxCondition.OriginalHeight = -1;
  414. this.gbxCondition.Size = new System.Drawing.Size(1031, 130);
  415. this.gbxCondition.TabIndex = 0;
  416. this.gbxCondition.TabStop = false;
  417. this.gbxCondition.Text = "查询条件 ▼";
  418. //
  419. // lblGoodsType
  420. //
  421. this.lblGoodsType.AutoSize = true;
  422. this.lblGoodsType.BackColor = System.Drawing.SystemColors.Control;
  423. this.lblGoodsType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. this.lblGoodsType.ForeColor = System.Drawing.SystemColors.ControlText;
  425. this.lblGoodsType.Location = new System.Drawing.Point(15, 78);
  426. this.lblGoodsType.Name = "lblGoodsType";
  427. this.lblGoodsType.Size = new System.Drawing.Size(53, 12);
  428. this.lblGoodsType.TabIndex = 32;
  429. this.lblGoodsType.Text = "产品类别";
  430. //
  431. // scbGoodsType
  432. //
  433. this.scbGoodsType.CheckedData = null;
  434. this.scbGoodsType.IsOnlyDisplayEnd = false;
  435. this.scbGoodsType.Location = new System.Drawing.Point(76, 74);
  436. this.scbGoodsType.Name = "scbGoodsType";
  437. this.scbGoodsType.Size = new System.Drawing.Size(120, 21);
  438. this.scbGoodsType.TabIndex = 31;
  439. //
  440. // chkPUserCode
  441. //
  442. this.chkPUserCode.AutoSize = true;
  443. this.chkPUserCode.Checked = true;
  444. this.chkPUserCode.CheckState = System.Windows.Forms.CheckState.Checked;
  445. this.chkPUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  446. this.chkPUserCode.ForeColor = System.Drawing.Color.Red;
  447. this.chkPUserCode.Location = new System.Drawing.Point(765, 49);
  448. this.chkPUserCode.Name = "chkPUserCode";
  449. this.chkPUserCode.Size = new System.Drawing.Size(96, 16);
  450. this.chkPUserCode.TabIndex = 30;
  451. this.chkPUserCode.Text = "区分生产工号";
  452. this.chkPUserCode.UseVisualStyleBackColor = true;
  453. //
  454. // chkGDate
  455. //
  456. this.chkGDate.AutoSize = true;
  457. this.chkGDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  458. this.chkGDate.Location = new System.Drawing.Point(386, 103);
  459. this.chkGDate.Name = "chkGDate";
  460. this.chkGDate.Size = new System.Drawing.Size(72, 16);
  461. this.chkGDate.TabIndex = 24;
  462. this.chkGDate.Text = "注浆时间";
  463. this.chkGDate.UseVisualStyleBackColor = true;
  464. this.chkGDate.CheckedChanged += new System.EventHandler(this.chkGDate_CheckedChanged);
  465. //
  466. // c_Label2
  467. //
  468. this.c_Label2.AutoSize = true;
  469. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  470. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  471. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  472. this.c_Label2.Location = new System.Drawing.Point(603, 105);
  473. this.c_Label2.Name = "c_Label2";
  474. this.c_Label2.Size = new System.Drawing.Size(17, 12);
  475. this.c_Label2.TabIndex = 26;
  476. this.c_Label2.Text = "至";
  477. //
  478. // dtpGDateEnd
  479. //
  480. this.dtpGDateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  481. this.dtpGDateEnd.Enabled = false;
  482. this.dtpGDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  483. this.dtpGDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  484. this.dtpGDateEnd.Location = new System.Drawing.Point(626, 101);
  485. this.dtpGDateEnd.Name = "dtpGDateEnd";
  486. this.dtpGDateEnd.Size = new System.Drawing.Size(133, 21);
  487. this.dtpGDateEnd.TabIndex = 27;
  488. //
  489. // dtpGDateStart
  490. //
  491. this.dtpGDateStart.CustomFormat = "yyyy-MM-dd HH:mm";
  492. this.dtpGDateStart.Enabled = false;
  493. this.dtpGDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  494. this.dtpGDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  495. this.dtpGDateStart.Location = new System.Drawing.Point(464, 101);
  496. this.dtpGDateStart.Name = "dtpGDateStart";
  497. this.dtpGDateStart.Size = new System.Drawing.Size(133, 21);
  498. this.dtpGDateStart.TabIndex = 25;
  499. //
  500. // chkDDate
  501. //
  502. this.chkDDate.AutoSize = true;
  503. this.chkDDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  504. this.chkDDate.Location = new System.Drawing.Point(386, 76);
  505. this.chkDDate.Name = "chkDDate";
  506. this.chkDDate.Size = new System.Drawing.Size(72, 16);
  507. this.chkDDate.TabIndex = 17;
  508. this.chkDDate.Text = "交坯时间";
  509. this.chkDDate.UseVisualStyleBackColor = true;
  510. this.chkDDate.CheckedChanged += new System.EventHandler(this.chkDDate_CheckedChanged);
  511. //
  512. // chkOut
  513. //
  514. this.chkOut.AutoSize = true;
  515. this.chkOut.Checked = true;
  516. this.chkOut.CheckState = System.Windows.Forms.CheckState.Checked;
  517. this.chkOut.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  518. this.chkOut.Location = new System.Drawing.Point(386, 49);
  519. this.chkOut.Name = "chkOut";
  520. this.chkOut.Size = new System.Drawing.Size(72, 16);
  521. this.chkOut.TabIndex = 11;
  522. this.chkOut.Text = "出窑时间";
  523. this.chkOut.UseVisualStyleBackColor = true;
  524. this.chkOut.CheckedChanged += new System.EventHandler(this.chkOut_CheckedChanged);
  525. //
  526. // chkOver
  527. //
  528. this.chkOver.AutoSize = true;
  529. this.chkOver.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  530. this.chkOver.Location = new System.Drawing.Point(386, 22);
  531. this.chkOver.Name = "chkOver";
  532. this.chkOver.Size = new System.Drawing.Size(72, 16);
  533. this.chkOver.TabIndex = 4;
  534. this.chkOver.Text = "生产时间";
  535. this.chkOver.UseVisualStyleBackColor = true;
  536. this.chkOver.CheckedChanged += new System.EventHandler(this.chkOver_CheckedChanged);
  537. //
  538. // c_Label5
  539. //
  540. this.c_Label5.AutoSize = true;
  541. this.c_Label5.BackColor = System.Drawing.Color.Transparent;
  542. this.c_Label5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  543. this.c_Label5.ForeColor = System.Drawing.SystemColors.ControlText;
  544. this.c_Label5.Location = new System.Drawing.Point(603, 78);
  545. this.c_Label5.Name = "c_Label5";
  546. this.c_Label5.Size = new System.Drawing.Size(17, 12);
  547. this.c_Label5.TabIndex = 19;
  548. this.c_Label5.Text = "至";
  549. //
  550. // dtpDDateEnd
  551. //
  552. this.dtpDDateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  553. this.dtpDDateEnd.Enabled = false;
  554. this.dtpDDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  555. this.dtpDDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  556. this.dtpDDateEnd.Location = new System.Drawing.Point(626, 74);
  557. this.dtpDDateEnd.Name = "dtpDDateEnd";
  558. this.dtpDDateEnd.Size = new System.Drawing.Size(133, 21);
  559. this.dtpDDateEnd.TabIndex = 20;
  560. //
  561. // dtpDDateStart
  562. //
  563. this.dtpDDateStart.CustomFormat = "yyyy-MM-dd HH:mm";
  564. this.dtpDDateStart.Enabled = false;
  565. this.dtpDDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  566. this.dtpDDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  567. this.dtpDDateStart.Location = new System.Drawing.Point(464, 74);
  568. this.dtpDDateStart.Name = "dtpDDateStart";
  569. this.dtpDDateStart.Size = new System.Drawing.Size(133, 21);
  570. this.dtpDDateStart.TabIndex = 18;
  571. //
  572. // c_Label3
  573. //
  574. this.c_Label3.AutoSize = true;
  575. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  576. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  577. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  578. this.c_Label3.Location = new System.Drawing.Point(603, 51);
  579. this.c_Label3.Name = "c_Label3";
  580. this.c_Label3.Size = new System.Drawing.Size(17, 12);
  581. this.c_Label3.TabIndex = 13;
  582. this.c_Label3.Text = "至";
  583. //
  584. // dtpOutDateEnd
  585. //
  586. this.dtpOutDateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  587. this.dtpOutDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  588. this.dtpOutDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  589. this.dtpOutDateEnd.Location = new System.Drawing.Point(626, 47);
  590. this.dtpOutDateEnd.Name = "dtpOutDateEnd";
  591. this.dtpOutDateEnd.Size = new System.Drawing.Size(133, 21);
  592. this.dtpOutDateEnd.TabIndex = 14;
  593. //
  594. // dtpOutDateStart
  595. //
  596. this.dtpOutDateStart.CustomFormat = "yyyy-MM-dd HH:mm";
  597. this.dtpOutDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  598. this.dtpOutDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  599. this.dtpOutDateStart.Location = new System.Drawing.Point(464, 47);
  600. this.dtpOutDateStart.Name = "dtpOutDateStart";
  601. this.dtpOutDateStart.Size = new System.Drawing.Size(133, 21);
  602. this.dtpOutDateStart.TabIndex = 12;
  603. //
  604. // txtGroutingUserCode
  605. //
  606. this.txtGroutingUserCode.BackColor = System.Drawing.SystemColors.Window;
  607. this.txtGroutingUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  608. this.txtGroutingUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  609. this.txtGroutingUserCode.ErrorMessage = "";
  610. this.txtGroutingUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  611. this.txtGroutingUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  612. this.txtGroutingUserCode.Location = new System.Drawing.Point(261, 101);
  613. this.txtGroutingUserCode.Name = "txtGroutingUserCode";
  614. this.txtGroutingUserCode.Size = new System.Drawing.Size(120, 21);
  615. this.txtGroutingUserCode.TabIndex = 23;
  616. this.txtGroutingUserCode.TextValue = "";
  617. //
  618. // chkspecialrepairflag
  619. //
  620. this.chkspecialrepairflag.AutoSize = true;
  621. this.chkspecialrepairflag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  622. this.chkspecialrepairflag.ForeColor = System.Drawing.Color.Red;
  623. this.chkspecialrepairflag.Location = new System.Drawing.Point(765, 22);
  624. this.chkspecialrepairflag.Name = "chkspecialrepairflag";
  625. this.chkspecialrepairflag.Size = new System.Drawing.Size(204, 16);
  626. this.chkspecialrepairflag.TabIndex = 8;
  627. this.chkspecialrepairflag.Text = "干补过的坯体不算作成型的产量。";
  628. this.chkspecialrepairflag.UseVisualStyleBackColor = true;
  629. //
  630. // dropKilnCode
  631. //
  632. this.dropKilnCode.BackColor = System.Drawing.SystemColors.Window;
  633. this.dropKilnCode.BackgroundColor = System.Drawing.SystemColors.Window;
  634. this.dropKilnCode.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  635. this.dropKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  636. this.dropKilnCode.FormattingEnabled = true;
  637. this.dropKilnCode.Location = new System.Drawing.Point(260, 20);
  638. this.dropKilnCode.Name = "dropKilnCode";
  639. this.dropKilnCode.Size = new System.Drawing.Size(120, 20);
  640. this.dropKilnCode.TabIndex = 3;
  641. //
  642. // lblKilnCode
  643. //
  644. this.lblKilnCode.AutoSize = true;
  645. this.lblKilnCode.BackColor = System.Drawing.SystemColors.Control;
  646. this.lblKilnCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  647. this.lblKilnCode.ForeColor = System.Drawing.SystemColors.ControlText;
  648. this.lblKilnCode.Location = new System.Drawing.Point(200, 24);
  649. this.lblKilnCode.Name = "lblKilnCode";
  650. this.lblKilnCode.Size = new System.Drawing.Size(53, 12);
  651. this.lblKilnCode.TabIndex = 2;
  652. this.lblKilnCode.Text = "窑炉编号";
  653. //
  654. // lblRptProcedureName
  655. //
  656. this.lblRptProcedureName.AutoSize = true;
  657. this.lblRptProcedureName.BackColor = System.Drawing.SystemColors.Control;
  658. this.lblRptProcedureName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  659. this.lblRptProcedureName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  660. this.lblRptProcedureName.Location = new System.Drawing.Point(15, 24);
  661. this.lblRptProcedureName.Name = "lblRptProcedureName";
  662. this.lblRptProcedureName.Size = new System.Drawing.Size(53, 12);
  663. this.lblRptProcedureName.TabIndex = 0;
  664. this.lblRptProcedureName.Text = "数据来源";
  665. //
  666. // dropRptProcedure
  667. //
  668. this.dropRptProcedure.BackColor = System.Drawing.Color.Yellow;
  669. this.dropRptProcedure.BackgroundColor = System.Drawing.SystemColors.Window;
  670. this.dropRptProcedure.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  671. this.dropRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  672. this.dropRptProcedure.FormattingEnabled = true;
  673. this.dropRptProcedure.IsMustInput = true;
  674. this.dropRptProcedure.Location = new System.Drawing.Point(74, 20);
  675. this.dropRptProcedure.Name = "dropRptProcedure";
  676. this.dropRptProcedure.Size = new System.Drawing.Size(120, 20);
  677. this.dropRptProcedure.TabIndex = 1;
  678. //
  679. // dkUserInfoSearchBox
  680. //
  681. this.dkUserInfoSearchBox.DataSource = null;
  682. this.dkUserInfoSearchBox.Enabled = true;
  683. this.dkUserInfoSearchBox.IsMustInput = false;
  684. this.dkUserInfoSearchBox.IsWorker = false;
  685. this.dkUserInfoSearchBox.Location = new System.Drawing.Point(17, 101);
  686. this.dkUserInfoSearchBox.Name = "dkUserInfoSearchBox";
  687. this.dkUserInfoSearchBox.PurviewType = ((byte)(0));
  688. this.dkUserInfoSearchBox.SelectMore = true;
  689. this.dkUserInfoSearchBox.Size = new System.Drawing.Size(179, 21);
  690. this.dkUserInfoSearchBox.TabIndex = 21;
  691. this.dkUserInfoSearchBox.Title = "生产工号";
  692. this.dkUserInfoSearchBox.TxtUserBackColor = System.Drawing.SystemColors.Control;
  693. this.dkUserInfoSearchBox.UserCode = "";
  694. this.dkUserInfoSearchBox.UserID = null;
  695. this.dkUserInfoSearchBox.UserIDS = null;
  696. this.dkUserInfoSearchBox.UserName = null;
  697. //
  698. // dkProcedureSearchBox
  699. //
  700. this.dkProcedureSearchBox.BackColor = System.Drawing.Color.Transparent;
  701. this.dkProcedureSearchBox.DataSource = null;
  702. this.dkProcedureSearchBox.Enabled = true;
  703. this.dkProcedureSearchBox.IsEnablePurview = false;
  704. this.dkProcedureSearchBox.IsMustInput = false;
  705. this.dkProcedureSearchBox.Location = new System.Drawing.Point(202, 47);
  706. this.dkProcedureSearchBox.ModelType = null;
  707. this.dkProcedureSearchBox.Name = "dkProcedureSearchBox";
  708. this.dkProcedureSearchBox.ProcedureCode = "";
  709. this.dkProcedureSearchBox.ProcedureID = null;
  710. this.dkProcedureSearchBox.ProcedureIDS = null;
  711. this.dkProcedureSearchBox.ProcedureName = null;
  712. this.dkProcedureSearchBox.Purview = null;
  713. this.dkProcedureSearchBox.PurviewType = ((byte)(0));
  714. this.dkProcedureSearchBox.SelectMore = true;
  715. this.dkProcedureSearchBox.Size = new System.Drawing.Size(179, 21);
  716. this.dkProcedureSearchBox.TabIndex = 10;
  717. this.dkProcedureSearchBox.Title = "生产工序";
  718. this.dkProcedureSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  719. //
  720. // dkproductionLineSearchBox
  721. //
  722. this.dkproductionLineSearchBox.BackColor = System.Drawing.Color.Transparent;
  723. this.dkproductionLineSearchBox.DataSource = null;
  724. this.dkproductionLineSearchBox.Enabled = true;
  725. this.dkproductionLineSearchBox.IsEnablePurview = false;
  726. this.dkproductionLineSearchBox.IsMustInput = false;
  727. this.dkproductionLineSearchBox.Location = new System.Drawing.Point(17, 47);
  728. this.dkproductionLineSearchBox.Name = "dkproductionLineSearchBox";
  729. this.dkproductionLineSearchBox.ProductionLineCode = "";
  730. this.dkproductionLineSearchBox.ProductionLineID = null;
  731. this.dkproductionLineSearchBox.ProductionLineIDS = null;
  732. this.dkproductionLineSearchBox.ProductionLineName = null;
  733. this.dkproductionLineSearchBox.Purview = null;
  734. this.dkproductionLineSearchBox.PurviewType = ((byte)(0));
  735. this.dkproductionLineSearchBox.Size = new System.Drawing.Size(179, 21);
  736. this.dkproductionLineSearchBox.TabIndex = 9;
  737. this.dkproductionLineSearchBox.Title = " 生产线";
  738. this.dkproductionLineSearchBox.TxtGoodsTypeBackColor = System.Drawing.SystemColors.Control;
  739. //
  740. // c_Label1
  741. //
  742. this.c_Label1.AutoSize = true;
  743. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  744. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  745. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  746. this.c_Label1.Location = new System.Drawing.Point(202, 105);
  747. this.c_Label1.Name = "c_Label1";
  748. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  749. this.c_Label1.TabIndex = 22;
  750. this.c_Label1.Text = "成型工号";
  751. //
  752. // lblAccountDateEnd
  753. //
  754. this.lblAccountDateEnd.AutoSize = true;
  755. this.lblAccountDateEnd.BackColor = System.Drawing.Color.Transparent;
  756. this.lblAccountDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  757. this.lblAccountDateEnd.ForeColor = System.Drawing.SystemColors.ControlText;
  758. this.lblAccountDateEnd.Location = new System.Drawing.Point(603, 24);
  759. this.lblAccountDateEnd.Name = "lblAccountDateEnd";
  760. this.lblAccountDateEnd.Size = new System.Drawing.Size(17, 12);
  761. this.lblAccountDateEnd.TabIndex = 6;
  762. this.lblAccountDateEnd.Text = "至";
  763. //
  764. // dtpOverDateEnd
  765. //
  766. this.dtpOverDateEnd.CustomFormat = "yyyy-MM-dd HH:mm";
  767. this.dtpOverDateEnd.Enabled = false;
  768. this.dtpOverDateEnd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  769. this.dtpOverDateEnd.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  770. this.dtpOverDateEnd.Location = new System.Drawing.Point(626, 20);
  771. this.dtpOverDateEnd.Name = "dtpOverDateEnd";
  772. this.dtpOverDateEnd.Size = new System.Drawing.Size(133, 21);
  773. this.dtpOverDateEnd.TabIndex = 7;
  774. //
  775. // dtpOverDateStart
  776. //
  777. this.dtpOverDateStart.CustomFormat = "yyyy-MM-dd HH:mm";
  778. this.dtpOverDateStart.Enabled = false;
  779. this.dtpOverDateStart.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  780. this.dtpOverDateStart.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  781. this.dtpOverDateStart.Location = new System.Drawing.Point(464, 20);
  782. this.dtpOverDateStart.Name = "dtpOverDateStart";
  783. this.dtpOverDateStart.Size = new System.Drawing.Size(133, 21);
  784. this.dtpOverDateStart.TabIndex = 5;
  785. //
  786. // btnClearCondition
  787. //
  788. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  789. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  790. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  791. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  792. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  793. this.btnClearCondition.Location = new System.Drawing.Point(940, 92);
  794. this.btnClearCondition.Name = "btnClearCondition";
  795. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  796. this.btnClearCondition.TabIndex = 29;
  797. this.btnClearCondition.Text = "清空条件(&C)";
  798. this.btnClearCondition.UseVisualStyleBackColor = true;
  799. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  800. //
  801. // btnSearch
  802. //
  803. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  804. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  805. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  806. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  807. this.btnSearch.ForeColor = System.Drawing.Color.White;
  808. this.btnSearch.Location = new System.Drawing.Point(849, 92);
  809. this.btnSearch.Name = "btnSearch";
  810. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  811. this.btnSearch.TabIndex = 28;
  812. this.btnSearch.Text = "查询(&Q)";
  813. this.btnSearch.UseVisualStyleBackColor = true;
  814. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  815. //
  816. // tblReportModule
  817. //
  818. this.tblReportModule.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  819. | System.Windows.Forms.AnchorStyles.Left)
  820. | System.Windows.Forms.AnchorStyles.Right)));
  821. this.tblReportModule.Controls.Add(this.tapReportModule);
  822. this.tblReportModule.Controls.Add(this.tapReportModuleDetail);
  823. this.tblReportModule.Location = new System.Drawing.Point(0, 171);
  824. this.tblReportModule.Margin = new System.Windows.Forms.Padding(0);
  825. this.tblReportModule.Name = "tblReportModule";
  826. this.tblReportModule.Padding = new System.Drawing.Point(0, 0);
  827. this.tblReportModule.SelectedIndex = 0;
  828. this.tblReportModule.Size = new System.Drawing.Size(1031, 318);
  829. this.tblReportModule.TabIndex = 1;
  830. //
  831. // tapReportModule
  832. //
  833. this.tapReportModule.Controls.Add(this.dgvRptProcedure);
  834. this.tapReportModule.Location = new System.Drawing.Point(4, 22);
  835. this.tapReportModule.Margin = new System.Windows.Forms.Padding(0);
  836. this.tapReportModule.Name = "tapReportModule";
  837. this.tapReportModule.Size = new System.Drawing.Size(1023, 292);
  838. this.tapReportModule.TabIndex = 0;
  839. this.tapReportModule.Text = "出窑数量汇总表";
  840. this.tapReportModule.UseVisualStyleBackColor = true;
  841. //
  842. // dgvRptProcedure
  843. //
  844. this.dgvRptProcedure.AllowUserToAddRows = false;
  845. this.dgvRptProcedure.AllowUserToDeleteRows = false;
  846. this.dgvRptProcedure.AllowUserToModifyRows = true;
  847. this.dgvRptProcedure.AllowUserToOrderColumns = true;
  848. this.dgvRptProcedure.AllowUserToSortRows = false;
  849. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  850. this.dgvRptProcedure.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
  851. this.dgvRptProcedure.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  852. this.dgvRptProcedure.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  853. this.dgvRptProcedure.CellHeight = 23;
  854. this.dgvRptProcedure.ChildNodeColumnName = null;
  855. this.dgvRptProcedure.ChildNodeColumnText = null;
  856. this.dgvRptProcedure.ColumnDeep = 1;
  857. this.dgvRptProcedure.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  858. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  859. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  860. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  861. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
  862. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  863. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  864. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  865. this.dgvRptProcedure.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  866. this.dgvRptProcedure.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  867. this.dgvRptProcedure.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  868. this.Procedureid,
  869. this.ProcedureName,
  870. this.Kilncode0,
  871. this.Userid,
  872. this.colUserCode,
  873. this.Kilnid,
  874. this.GoodsTypeName,
  875. this.GoodsID,
  876. this.GoodsCode,
  877. this.OutKilnCount});
  878. this.dgvRptProcedure.ColumnTreeView = null;
  879. 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)));
  880. this.dgvRptProcedure.Dock = System.Windows.Forms.DockStyle.Fill;
  881. this.dgvRptProcedure.DynamicColumnName = "";
  882. this.dgvRptProcedure.EnableHeadersVisualStyles = false;
  883. this.dgvRptProcedure.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  884. this.dgvRptProcedure.FormatQuantityColumns = null;
  885. this.dgvRptProcedure.HorizontalMergeColumn = null;
  886. this.dgvRptProcedure.IsAutoCountSum = true;
  887. this.dgvRptProcedure.IsAutoResizeColumns = false;
  888. this.dgvRptProcedure.IsClickF12 = false;
  889. this.dgvRptProcedure.IsOpenMergeCellFlag = false;
  890. this.dgvRptProcedure.IsSubTotalFlag = false;
  891. this.dgvRptProcedure.IsTopDeep = false;
  892. this.dgvRptProcedure.Location = new System.Drawing.Point(0, 0);
  893. this.dgvRptProcedure.Margin = new System.Windows.Forms.Padding(0);
  894. this.dgvRptProcedure.MergeColumnNames = null;
  895. this.dgvRptProcedure.MergeDetailColumnNames = null;
  896. this.dgvRptProcedure.MergeDetailOnlyColumn = null;
  897. this.dgvRptProcedure.MergeOnlyColumn = null;
  898. this.dgvRptProcedure.MultiSelect = false;
  899. this.dgvRptProcedure.Name = "dgvRptProcedure";
  900. this.dgvRptProcedure.ReadOnly = true;
  901. this.dgvRptProcedure.RefreshAtHscroll = false;
  902. this.dgvRptProcedure.RowHeadersWidth = 50;
  903. this.dgvRptProcedure.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  904. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  905. this.dgvRptProcedure.RowsDefaultCellStyle = dataGridViewCellStyle11;
  906. this.dgvRptProcedure.RowTemplate.Height = 21;
  907. this.dgvRptProcedure.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  908. this.dgvRptProcedure.Size = new System.Drawing.Size(1023, 292);
  909. this.dgvRptProcedure.SortOrderColumnName = null;
  910. this.dgvRptProcedure.TabIndex = 29;
  911. this.dgvRptProcedure.Tag = true;
  912. this.dgvRptProcedure.TotalSumColumns = null;
  913. this.dgvRptProcedure.ViewRowFilter = "";
  914. this.dgvRptProcedure.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvRptProcedure_CellMouseDoubleClick);
  915. //
  916. // Procedureid
  917. //
  918. this.Procedureid.DataPropertyName = "Procedureid";
  919. this.Procedureid.HeaderText = "工序id";
  920. this.Procedureid.Name = "Procedureid";
  921. this.Procedureid.ReadOnly = true;
  922. this.Procedureid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  923. this.Procedureid.Visible = false;
  924. //
  925. // ProcedureName
  926. //
  927. this.ProcedureName.DataPropertyName = "ProcedureName";
  928. this.ProcedureName.HeaderText = "生产工序";
  929. this.ProcedureName.Name = "ProcedureName";
  930. this.ProcedureName.ReadOnly = true;
  931. this.ProcedureName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  932. //
  933. // Kilncode0
  934. //
  935. this.Kilncode0.DataPropertyName = "Kilncode";
  936. this.Kilncode0.HeaderText = "窑炉编码";
  937. this.Kilncode0.Name = "Kilncode0";
  938. this.Kilncode0.ReadOnly = true;
  939. this.Kilncode0.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  940. //
  941. // Userid
  942. //
  943. this.Userid.DataPropertyName = "Userid";
  944. this.Userid.HeaderText = "生产工号Id";
  945. this.Userid.Name = "Userid";
  946. this.Userid.ReadOnly = true;
  947. this.Userid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  948. this.Userid.Visible = false;
  949. //
  950. // colUserCode
  951. //
  952. this.colUserCode.DataPropertyName = "UserCode";
  953. this.colUserCode.HeaderText = "生产工号";
  954. this.colUserCode.Name = "colUserCode";
  955. this.colUserCode.ReadOnly = true;
  956. this.colUserCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  957. //
  958. // Kilnid
  959. //
  960. this.Kilnid.DataPropertyName = "Kilnid";
  961. this.Kilnid.HeaderText = "Kilnid";
  962. this.Kilnid.Name = "Kilnid";
  963. this.Kilnid.ReadOnly = true;
  964. this.Kilnid.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  965. this.Kilnid.Visible = false;
  966. //
  967. // GoodsTypeName
  968. //
  969. this.GoodsTypeName.DataPropertyName = "GoodsTypeName";
  970. this.GoodsTypeName.HeaderText = "产品类别";
  971. this.GoodsTypeName.Name = "GoodsTypeName";
  972. this.GoodsTypeName.ReadOnly = true;
  973. this.GoodsTypeName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  974. //
  975. // GoodsID
  976. //
  977. this.GoodsID.DataPropertyName = "GoodsID";
  978. this.GoodsID.HeaderText = "产品ID";
  979. this.GoodsID.Name = "GoodsID";
  980. this.GoodsID.ReadOnly = true;
  981. this.GoodsID.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  982. this.GoodsID.Visible = false;
  983. //
  984. // GoodsCode
  985. //
  986. this.GoodsCode.DataPropertyName = "GoodsCode";
  987. this.GoodsCode.HeaderText = "产品编码";
  988. this.GoodsCode.Name = "GoodsCode";
  989. this.GoodsCode.ReadOnly = true;
  990. this.GoodsCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  991. //
  992. // OutKilnCount
  993. //
  994. this.OutKilnCount.DataPropertyName = "OutKilnCount";
  995. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  996. this.OutKilnCount.DefaultCellStyle = dataGridViewCellStyle10;
  997. this.OutKilnCount.HeaderText = "出窑数量";
  998. this.OutKilnCount.Name = "OutKilnCount";
  999. this.OutKilnCount.ReadOnly = true;
  1000. this.OutKilnCount.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  1001. //
  1002. // scbGoods
  1003. //
  1004. this.scbGoods.CheckedData = null;
  1005. this.scbGoods.Location = new System.Drawing.Point(261, 74);
  1006. this.scbGoods.MultiSelect = true;
  1007. this.scbGoods.Name = "scbGoods";
  1008. this.scbGoods.Size = new System.Drawing.Size(120, 21);
  1009. this.scbGoods.TabIndex = 34;
  1010. //
  1011. // lblGoods
  1012. //
  1013. this.lblGoods.AutoSize = true;
  1014. this.lblGoods.BackColor = System.Drawing.Color.Transparent;
  1015. this.lblGoods.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  1016. this.lblGoods.ForeColor = System.Drawing.SystemColors.ControlText;
  1017. this.lblGoods.Location = new System.Drawing.Point(202, 77);
  1018. this.lblGoods.Name = "lblGoods";
  1019. this.lblGoods.Size = new System.Drawing.Size(53, 12);
  1020. this.lblGoods.TabIndex = 33;
  1021. this.lblGoods.Text = "产品名称";
  1022. //
  1023. // F_RPT_030103_1
  1024. //
  1025. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  1026. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  1027. this.ClientSize = new System.Drawing.Size(1043, 485);
  1028. this.Controls.Add(this.tsrOperate);
  1029. this.Controls.Add(this.gbxCondition);
  1030. this.Controls.Add(this.tblReportModule);
  1031. this.Name = "F_RPT_030103_1";
  1032. this.RightToLeftLayout = true;
  1033. this.Text = "出窑数量汇总表";
  1034. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_RPT_030103_1_FormClosed);
  1035. this.Load += new System.EventHandler(this.F_RPT_030103_1_Load);
  1036. this.tapReportModuleDetail.ResumeLayout(false);
  1037. ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedureDetail)).EndInit();
  1038. this.tsrOperate.ResumeLayout(false);
  1039. this.tsrOperate.PerformLayout();
  1040. this.gbxCondition.ResumeLayout(false);
  1041. this.gbxCondition.PerformLayout();
  1042. this.tblReportModule.ResumeLayout(false);
  1043. this.tapReportModule.ResumeLayout(false);
  1044. ((System.ComponentModel.ISupportInitialize)(this.dgvRptProcedure)).EndInit();
  1045. this.ResumeLayout(false);
  1046. }
  1047. #endregion
  1048. private System.Windows.Forms.TabPage tapReportModuleDetail;
  1049. private Basics.BaseControls.C_DataGridView dgvRptProcedureDetail;
  1050. private Basics.BaseControls.C_ToolStrip tsrOperate;
  1051. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  1052. private System.Windows.Forms.ToolStripButton tsbtnClose;
  1053. private Basics.BaseControls.C_GroupBox gbxCondition;
  1054. private Controls.SearchTextBox.dkUserInfoSearchBox dkUserInfoSearchBox;
  1055. private Controls.SearchTextBox.dkProcedureSearchBox dkProcedureSearchBox;
  1056. private Controls.SearchTextBox.dkproductionLineSearchBox dkproductionLineSearchBox;
  1057. private Basics.BaseControls.C_Label lblAccountDateEnd;
  1058. private Basics.BaseControls.C_DateTimePicker dtpOverDateEnd;
  1059. private Basics.BaseControls.C_DateTimePicker dtpOverDateStart;
  1060. private Basics.BaseControls.C_Button btnClearCondition;
  1061. private Basics.BaseControls.C_Button btnSearch;
  1062. private System.Windows.Forms.TabControl tblReportModule;
  1063. private System.Windows.Forms.TabPage tapReportModule;
  1064. private Basics.BaseControls.C_DataGridView dgvRptProcedure;
  1065. private Basics.BaseControls.C_ComboBox dropRptProcedure;
  1066. private Basics.BaseControls.C_Label lblKilnCode;
  1067. private Basics.BaseControls.C_Label lblRptProcedureName;
  1068. private Basics.BaseControls.C_ComboBox dropKilnCode;
  1069. private Basics.BaseControls.C_CheckBox chkspecialrepairflag;
  1070. private Basics.BaseControls.C_TXT_Code txtGroutingUserCode;
  1071. private Basics.BaseControls.C_Label c_Label1;
  1072. private Basics.BaseControls.C_CheckBox chkGDate;
  1073. private Basics.BaseControls.C_Label c_Label2;
  1074. private Basics.BaseControls.C_DateTimePicker dtpGDateEnd;
  1075. private Basics.BaseControls.C_DateTimePicker dtpGDateStart;
  1076. private Basics.BaseControls.C_CheckBox chkDDate;
  1077. private Basics.BaseControls.C_CheckBox chkOut;
  1078. private Basics.BaseControls.C_CheckBox chkOver;
  1079. private Basics.BaseControls.C_Label c_Label5;
  1080. private Basics.BaseControls.C_DateTimePicker dtpDDateEnd;
  1081. private Basics.BaseControls.C_DateTimePicker dtpDDateStart;
  1082. private Basics.BaseControls.C_Label c_Label3;
  1083. private Basics.BaseControls.C_DateTimePicker dtpOutDateEnd;
  1084. private Basics.BaseControls.C_DateTimePicker dtpOutDateStart;
  1085. private System.Windows.Forms.DataGridViewTextBoxColumn Procedureid;
  1086. private System.Windows.Forms.DataGridViewTextBoxColumn ProcedureName;
  1087. private System.Windows.Forms.DataGridViewTextBoxColumn Kilncode0;
  1088. private System.Windows.Forms.DataGridViewTextBoxColumn Userid;
  1089. private System.Windows.Forms.DataGridViewTextBoxColumn colUserCode;
  1090. private System.Windows.Forms.DataGridViewTextBoxColumn Kilnid;
  1091. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
  1092. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsID;
  1093. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  1094. private System.Windows.Forms.DataGridViewTextBoxColumn OutKilnCount;
  1095. private Basics.BaseControls.C_CheckBox chkPUserCode;
  1096. private System.Windows.Forms.DataGridViewTextBoxColumn colProcedureName;
  1097. private System.Windows.Forms.DataGridViewTextBoxColumn UserCode;
  1098. private System.Windows.Forms.DataGridViewTextBoxColumn OverDate;
  1099. private System.Windows.Forms.DataGridViewTextBoxColumn colGoodsTypeName;
  1100. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode1;
  1101. private System.Windows.Forms.DataGridViewTextBoxColumn BarCode;
  1102. private System.Windows.Forms.DataGridViewTextBoxColumn colKilnCode0;
  1103. private System.Windows.Forms.DataGridViewTextBoxColumn KilnCarCode;
  1104. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  1105. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  1106. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  1107. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingMouldCode;
  1108. private System.Windows.Forms.DataGridViewTextBoxColumn GDate;
  1109. private System.Windows.Forms.DataGridViewTextBoxColumn DDate;
  1110. private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
  1111. private System.Windows.Forms.DataGridViewTextBoxColumn Cusercode;
  1112. private Basics.BaseControls.C_Label lblGoodsType;
  1113. private Controls.SearchBox.ScbGoodsType scbGoodsType;
  1114. private Controls.SearchBox.ScbGoods scbGoods;
  1115. private Basics.BaseControls.C_Label lblGoods;
  1116. }
  1117. }