F_PM_2112.Designer.cs 61 KB

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