F_RPT_030107.Designer.cs 58 KB

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