F_RPT_010401.Designer.cs 66 KB

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