F_RPT_010401.Designer.cs 58 KB

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