F_PM_2108.Designer.cs 44 KB

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