F_RPT_030107.Designer.cs 67 KB

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