F_PM_2108.Designer.cs 48 KB

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