F_RPT_030107.Designer.cs 64 KB

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