F_RPT_010401.Designer.cs 57 KB

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