F_RPT_010202.Designer.cs 52 KB

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