F_PM_2112.Designer.cs 61 KB

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