F_PM_2110.Designer.cs 52 KB

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