F_PM_0104_1.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.PMModule
  3. {
  4. partial class F_PM_0104_1
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PM_0104_1));
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  39. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  40. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  41. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  42. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.dgvGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  46. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.cbSelectAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  50. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  52. this.gbxConditions = new System.Windows.Forms.GroupBox();
  53. this.dtpGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  54. this.lblGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  55. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  56. this.dgvGroutingUser = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  57. this.GUUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.GUUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.btnAdaptive = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  61. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  62. this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  64. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.colGMouldType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.MouldQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.colGoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.GroutingUserID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.LastGroutingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.LastGroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.GroutingNum = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  75. this.NoGroutingRreason = new System.Windows.Forms.DataGridViewComboBoxColumn();
  76. this.UserCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.CanManyTimes = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).BeginInit();
  79. this.gbxConditions.SuspendLayout();
  80. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  81. this.splitContainer1.Panel1.SuspendLayout();
  82. this.splitContainer1.Panel2.SuspendLayout();
  83. this.splitContainer1.SuspendLayout();
  84. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingUser)).BeginInit();
  85. this.SuspendLayout();
  86. //
  87. // lblGroutingLineCode
  88. //
  89. this.lblGroutingLineCode.AutoSize = true;
  90. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  91. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  93. this.lblGroutingLineCode.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineCode.Image")));
  94. this.lblGroutingLineCode.Location = new System.Drawing.Point(6, 23);
  95. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  96. this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
  97. this.lblGroutingLineCode.TabIndex = 0;
  98. this.lblGroutingLineCode.Text = "成型线编码";
  99. //
  100. // txtGroutingLineCode
  101. //
  102. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  103. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  104. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  105. this.txtGroutingLineCode.ErrorMessage = "";
  106. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  107. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  108. this.txtGroutingLineCode.Location = new System.Drawing.Point(77, 19);
  109. this.txtGroutingLineCode.MaxLength = 30;
  110. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  111. this.txtGroutingLineCode.Size = new System.Drawing.Size(124, 21);
  112. this.txtGroutingLineCode.TabIndex = 1;
  113. //
  114. // lblGroutingLineName
  115. //
  116. this.lblGroutingLineName.AutoSize = true;
  117. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  118. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  120. this.lblGroutingLineName.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineName.Image")));
  121. this.lblGroutingLineName.Location = new System.Drawing.Point(6, 49);
  122. this.lblGroutingLineName.Name = "lblGroutingLineName";
  123. this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12);
  124. this.lblGroutingLineName.TabIndex = 4;
  125. this.lblGroutingLineName.Text = "成型线名称";
  126. //
  127. // txtGroutingLineName
  128. //
  129. this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
  130. this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  131. this.txtGroutingLineName.ErrorMessage = "";
  132. this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.txtGroutingLineName.Location = new System.Drawing.Point(77, 45);
  134. this.txtGroutingLineName.MaxLength = 50;
  135. this.txtGroutingLineName.Name = "txtGroutingLineName";
  136. this.txtGroutingLineName.Size = new System.Drawing.Size(124, 21);
  137. this.txtGroutingLineName.TabIndex = 5;
  138. //
  139. // dgvGroutingLine
  140. //
  141. this.dgvGroutingLine.AllowUserToAddRows = false;
  142. this.dgvGroutingLine.AllowUserToDeleteRows = false;
  143. this.dgvGroutingLine.AllowUserToModifyRows = true;
  144. this.dgvGroutingLine.AllowUserToOrderColumns = true;
  145. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  146. this.dgvGroutingLine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  147. this.dgvGroutingLine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  148. this.dgvGroutingLine.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  149. this.dgvGroutingLine.CellHeight = 23;
  150. this.dgvGroutingLine.ChildNodeColumnName = null;
  151. this.dgvGroutingLine.ChildNodeColumnText = null;
  152. this.dgvGroutingLine.ColumnDeep = 1;
  153. this.dgvGroutingLine.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  154. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  155. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  156. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  158. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  159. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  160. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  161. this.dgvGroutingLine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  162. this.dgvGroutingLine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  163. this.dgvGroutingLine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  164. this.GroutingLineID,
  165. this.sel,
  166. this.GroutingLineCode,
  167. this.GroutingLineName,
  168. this.colGMouldType,
  169. this.GMouldStatus,
  170. this.MouldQuantity,
  171. this.colGoodsCode,
  172. this.GroutingUserID,
  173. this.GroutingUserCode,
  174. this.LastGroutingDate,
  175. this.LastGroutingBatchNo,
  176. this.GroutingNum,
  177. this.NoGroutingRreason,
  178. this.UserCount,
  179. this.CanManyTimes});
  180. this.dgvGroutingLine.ColumnTreeView = null;
  181. this.dgvGroutingLine.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  182. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  183. dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
  184. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
  186. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  187. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  188. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  189. this.dgvGroutingLine.DefaultCellStyle = dataGridViewCellStyle6;
  190. this.dgvGroutingLine.Dock = System.Windows.Forms.DockStyle.Fill;
  191. this.dgvGroutingLine.DynamicColumnName = "";
  192. this.dgvGroutingLine.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  193. this.dgvGroutingLine.EnableHeadersVisualStyles = false;
  194. this.dgvGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.dgvGroutingLine.IsAutoCountSum = true;
  196. this.dgvGroutingLine.IsAutoResizeColumns = false;
  197. this.dgvGroutingLine.IsClickF12 = false;
  198. this.dgvGroutingLine.IsSubTotalFlag = false;
  199. this.dgvGroutingLine.Location = new System.Drawing.Point(0, 0);
  200. this.dgvGroutingLine.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  201. this.dgvGroutingLine.MultiSelect = false;
  202. this.dgvGroutingLine.Name = "dgvGroutingLine";
  203. this.dgvGroutingLine.RefreshAtHscroll = false;
  204. this.dgvGroutingLine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
  205. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  206. this.dgvGroutingLine.RowsDefaultCellStyle = dataGridViewCellStyle7;
  207. this.dgvGroutingLine.RowTemplate.Height = 21;
  208. this.dgvGroutingLine.Size = new System.Drawing.Size(560, 408);
  209. this.dgvGroutingLine.SortOrderColumnName = null;
  210. this.dgvGroutingLine.TabIndex = 0;
  211. this.dgvGroutingLine.Tag = "";
  212. this.dgvGroutingLine.TotalSumColumns = null;
  213. this.dgvGroutingLine.ViewRowFilter = "";
  214. this.dgvGroutingLine.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroutingLine_CellValueChanged);
  215. this.dgvGroutingLine.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvGroutingLine_CurrentCellDirtyStateChanged);
  216. this.dgvGroutingLine.SelectionChanged += new System.EventHandler(this.dgvGroutingLine_SelectionChanged);
  217. this.dgvGroutingLine.Sorted += new System.EventHandler(this.dgvGroutingLine_Sorted);
  218. //
  219. // btnSearch
  220. //
  221. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  222. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  223. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  224. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
  225. this.btnSearch.ForeColor = System.Drawing.Color.White;
  226. this.btnSearch.Location = new System.Drawing.Point(635, 39);
  227. this.btnSearch.Name = "btnSearch";
  228. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  229. this.btnSearch.TabIndex = 8;
  230. this.btnSearch.Text = "查询(&Q)";
  231. this.btnSearch.UseVisualStyleBackColor = true;
  232. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  233. //
  234. // btnOK
  235. //
  236. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  237. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  238. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  239. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  240. this.btnOK.ForeColor = System.Drawing.Color.White;
  241. this.btnOK.Location = new System.Drawing.Point(653, 507);
  242. this.btnOK.Name = "btnOK";
  243. this.btnOK.Size = new System.Drawing.Size(85, 30);
  244. this.btnOK.TabIndex = 5;
  245. this.btnOK.Text = "确定";
  246. this.btnOK.UseVisualStyleBackColor = true;
  247. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  248. //
  249. // btnCancel
  250. //
  251. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  252. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  253. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  254. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  255. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  256. this.btnCancel.ForeColor = System.Drawing.Color.White;
  257. this.btnCancel.Location = new System.Drawing.Point(744, 507);
  258. this.btnCancel.Name = "btnCancel";
  259. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  260. this.btnCancel.TabIndex = 6;
  261. this.btnCancel.Text = "取消";
  262. this.btnCancel.UseVisualStyleBackColor = true;
  263. this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
  264. //
  265. // cbSelectAll
  266. //
  267. this.cbSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  268. this.cbSelectAll.AutoSize = true;
  269. this.cbSelectAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.cbSelectAll.Location = new System.Drawing.Point(12, 507);
  271. this.cbSelectAll.Name = "cbSelectAll";
  272. this.cbSelectAll.Size = new System.Drawing.Size(48, 16);
  273. this.cbSelectAll.TabIndex = 3;
  274. this.cbSelectAll.Text = "全选";
  275. this.cbSelectAll.UseVisualStyleBackColor = true;
  276. this.cbSelectAll.CheckedChanged += new System.EventHandler(this.cbSelectAll_CheckedChanged);
  277. //
  278. // lblUserCode
  279. //
  280. this.lblUserCode.AutoSize = true;
  281. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  282. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  283. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  284. this.lblUserCode.Image = ((System.Drawing.Image)(resources.GetObject("lblUserCode.Image")));
  285. this.lblUserCode.Location = new System.Drawing.Point(207, 23);
  286. this.lblUserCode.Name = "lblUserCode";
  287. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  288. this.lblUserCode.TabIndex = 2;
  289. this.lblUserCode.Text = "成型工号";
  290. //
  291. // txtUserCode
  292. //
  293. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  294. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  295. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  296. this.txtUserCode.ErrorMessage = "";
  297. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  299. this.txtUserCode.Location = new System.Drawing.Point(266, 19);
  300. this.txtUserCode.MaxLength = 20;
  301. this.txtUserCode.Name = "txtUserCode";
  302. this.txtUserCode.Size = new System.Drawing.Size(124, 21);
  303. this.txtUserCode.TabIndex = 3;
  304. //
  305. // gbxConditions
  306. //
  307. this.gbxConditions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  308. | System.Windows.Forms.AnchorStyles.Right)));
  309. this.gbxConditions.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  310. this.gbxConditions.Controls.Add(this.btnClearCondition);
  311. this.gbxConditions.Controls.Add(this.dtpGroutingDate);
  312. this.gbxConditions.Controls.Add(this.txtUserCode);
  313. this.gbxConditions.Controls.Add(this.lblUserCode);
  314. this.gbxConditions.Controls.Add(this.lblGroutingDate);
  315. this.gbxConditions.Controls.Add(this.btnSearch);
  316. this.gbxConditions.Controls.Add(this.lblGroutingLineCode);
  317. this.gbxConditions.Controls.Add(this.txtGroutingLineCode);
  318. this.gbxConditions.Controls.Add(this.txtGroutingLineName);
  319. this.gbxConditions.Controls.Add(this.lblGroutingLineName);
  320. this.gbxConditions.Location = new System.Drawing.Point(12, 12);
  321. this.gbxConditions.Name = "gbxConditions";
  322. this.gbxConditions.Size = new System.Drawing.Size(817, 75);
  323. this.gbxConditions.TabIndex = 0;
  324. this.gbxConditions.TabStop = false;
  325. this.gbxConditions.Text = "查询条件";
  326. //
  327. // dtpGroutingDate
  328. //
  329. this.dtpGroutingDate.CustomFormat = "yyyy-MM-dd";
  330. this.dtpGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  331. this.dtpGroutingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  332. this.dtpGroutingDate.Location = new System.Drawing.Point(266, 45);
  333. this.dtpGroutingDate.Name = "dtpGroutingDate";
  334. this.dtpGroutingDate.Size = new System.Drawing.Size(124, 21);
  335. this.dtpGroutingDate.TabIndex = 7;
  336. //
  337. // lblGroutingDate
  338. //
  339. this.lblGroutingDate.AutoSize = true;
  340. this.lblGroutingDate.BackColor = System.Drawing.Color.Transparent;
  341. this.lblGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  342. this.lblGroutingDate.ForeColor = System.Drawing.SystemColors.ControlText;
  343. this.lblGroutingDate.Location = new System.Drawing.Point(207, 49);
  344. this.lblGroutingDate.Name = "lblGroutingDate";
  345. this.lblGroutingDate.Size = new System.Drawing.Size(53, 12);
  346. this.lblGroutingDate.TabIndex = 6;
  347. this.lblGroutingDate.Text = "注浆日期";
  348. //
  349. // splitContainer1
  350. //
  351. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  352. | System.Windows.Forms.AnchorStyles.Left)
  353. | System.Windows.Forms.AnchorStyles.Right)));
  354. this.splitContainer1.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
  355. this.splitContainer1.Location = new System.Drawing.Point(12, 93);
  356. this.splitContainer1.Name = "splitContainer1";
  357. //
  358. // splitContainer1.Panel1
  359. //
  360. this.splitContainer1.Panel1.Controls.Add(this.dgvGroutingLine);
  361. //
  362. // splitContainer1.Panel2
  363. //
  364. this.splitContainer1.Panel2.Controls.Add(this.dgvGroutingUser);
  365. this.splitContainer1.Size = new System.Drawing.Size(817, 408);
  366. this.splitContainer1.SplitterDistance = 560;
  367. this.splitContainer1.TabIndex = 2;
  368. //
  369. // dgvGroutingUser
  370. //
  371. this.dgvGroutingUser.AllowUserToAddRows = false;
  372. this.dgvGroutingUser.AllowUserToDeleteRows = false;
  373. this.dgvGroutingUser.AllowUserToModifyRows = true;
  374. this.dgvGroutingUser.AllowUserToOrderColumns = true;
  375. dataGridViewCellStyle8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  376. this.dgvGroutingUser.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle8;
  377. this.dgvGroutingUser.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  378. this.dgvGroutingUser.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  379. this.dgvGroutingUser.CellHeight = 23;
  380. this.dgvGroutingUser.ChildNodeColumnName = null;
  381. this.dgvGroutingUser.ChildNodeColumnText = null;
  382. this.dgvGroutingUser.ColumnDeep = 1;
  383. this.dgvGroutingUser.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  384. dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  385. dataGridViewCellStyle9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  386. dataGridViewCellStyle9.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  387. dataGridViewCellStyle9.ForeColor = System.Drawing.Color.White;
  388. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  389. dataGridViewCellStyle9.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  390. dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  391. this.dgvGroutingUser.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle9;
  392. this.dgvGroutingUser.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  393. this.dgvGroutingUser.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  394. this.GUUserID,
  395. this.GUUserCode,
  396. this.Remarks});
  397. this.dgvGroutingUser.ColumnTreeView = null;
  398. this.dgvGroutingUser.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  399. dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  400. dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Window;
  401. dataGridViewCellStyle10.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  402. dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.ControlText;
  403. dataGridViewCellStyle10.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  404. dataGridViewCellStyle10.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  405. dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  406. this.dgvGroutingUser.DefaultCellStyle = dataGridViewCellStyle10;
  407. this.dgvGroutingUser.Dock = System.Windows.Forms.DockStyle.Fill;
  408. this.dgvGroutingUser.DynamicColumnName = "";
  409. this.dgvGroutingUser.EnableHeadersVisualStyles = false;
  410. this.dgvGroutingUser.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  411. this.dgvGroutingUser.IsAutoCountSum = true;
  412. this.dgvGroutingUser.IsAutoResizeColumns = false;
  413. this.dgvGroutingUser.IsClickF12 = false;
  414. this.dgvGroutingUser.IsSubTotalFlag = false;
  415. this.dgvGroutingUser.Location = new System.Drawing.Point(0, 0);
  416. this.dgvGroutingUser.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  417. this.dgvGroutingUser.MultiSelect = false;
  418. this.dgvGroutingUser.Name = "dgvGroutingUser";
  419. this.dgvGroutingUser.ReadOnly = true;
  420. this.dgvGroutingUser.RefreshAtHscroll = false;
  421. this.dgvGroutingUser.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
  422. dataGridViewCellStyle11.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  423. this.dgvGroutingUser.RowsDefaultCellStyle = dataGridViewCellStyle11;
  424. this.dgvGroutingUser.RowTemplate.Height = 21;
  425. this.dgvGroutingUser.Size = new System.Drawing.Size(253, 408);
  426. this.dgvGroutingUser.SortOrderColumnName = null;
  427. this.dgvGroutingUser.TabIndex = 0;
  428. this.dgvGroutingUser.Tag = "";
  429. this.dgvGroutingUser.TotalSumColumns = null;
  430. this.dgvGroutingUser.ViewRowFilter = "";
  431. this.dgvGroutingUser.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroutingUser_CellDoubleClick);
  432. //
  433. // GUUserID
  434. //
  435. this.GUUserID.DataPropertyName = "GroutingUserID";
  436. this.GUUserID.HeaderText = "GroutingUserID";
  437. this.GUUserID.Name = "GUUserID";
  438. this.GUUserID.ReadOnly = true;
  439. this.GUUserID.Visible = false;
  440. //
  441. // GUUserCode
  442. //
  443. this.GUUserCode.DataPropertyName = "GroutingUserCode";
  444. this.GUUserCode.HeaderText = "成型工号";
  445. this.GUUserCode.Name = "GUUserCode";
  446. this.GUUserCode.ReadOnly = true;
  447. //
  448. // Remarks
  449. //
  450. this.Remarks.DataPropertyName = "Remarks";
  451. this.Remarks.HeaderText = "备注";
  452. this.Remarks.Name = "Remarks";
  453. this.Remarks.ReadOnly = true;
  454. //
  455. // btnAdaptive
  456. //
  457. this.btnAdaptive.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  458. this.btnAdaptive.BackColor = System.Drawing.Color.Transparent;
  459. this.btnAdaptive.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdaptive.BackgroundImage")));
  460. this.btnAdaptive.Font = new System.Drawing.Font("宋体", 9F);
  461. this.btnAdaptive.ForeColor = System.Drawing.Color.White;
  462. this.btnAdaptive.Location = new System.Drawing.Point(66, 507);
  463. this.btnAdaptive.Name = "btnAdaptive";
  464. this.btnAdaptive.Size = new System.Drawing.Size(86, 30);
  465. this.btnAdaptive.TabIndex = 4;
  466. this.btnAdaptive.Text = "自适应列宽";
  467. this.btnAdaptive.UseVisualStyleBackColor = true;
  468. this.btnAdaptive.Click += new System.EventHandler(this.btnAdaptive_Click);
  469. //
  470. // btnClearCondition
  471. //
  472. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  473. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  474. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  475. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  476. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  477. this.btnClearCondition.Location = new System.Drawing.Point(726, 39);
  478. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  479. this.btnClearCondition.Name = "btnClearCondition";
  480. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  481. this.btnClearCondition.TabIndex = 26;
  482. this.btnClearCondition.Text = "清空条件(&C)";
  483. this.btnClearCondition.UseVisualStyleBackColor = false;
  484. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  485. //
  486. // GroutingLineID
  487. //
  488. this.GroutingLineID.DataPropertyName = "GroutingLineID";
  489. this.GroutingLineID.HeaderText = "GroutingLineID";
  490. this.GroutingLineID.Name = "GroutingLineID";
  491. this.GroutingLineID.ReadOnly = true;
  492. this.GroutingLineID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  493. this.GroutingLineID.Visible = false;
  494. //
  495. // sel
  496. //
  497. this.sel.DataPropertyName = "SEL";
  498. this.sel.FalseValue = "0";
  499. this.sel.HeaderText = "选择";
  500. this.sel.IndeterminateValue = "0";
  501. this.sel.Name = "sel";
  502. this.sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  503. this.sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  504. this.sel.TrueValue = "1";
  505. this.sel.Width = 50;
  506. //
  507. // GroutingLineCode
  508. //
  509. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  510. this.GroutingLineCode.FillWeight = 120F;
  511. this.GroutingLineCode.HeaderText = "成型线编码";
  512. this.GroutingLineCode.Name = "GroutingLineCode";
  513. this.GroutingLineCode.ReadOnly = true;
  514. //
  515. // GroutingLineName
  516. //
  517. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  518. this.GroutingLineName.FillWeight = 120F;
  519. this.GroutingLineName.HeaderText = "成型线名称";
  520. this.GroutingLineName.Name = "GroutingLineName";
  521. this.GroutingLineName.ReadOnly = true;
  522. //
  523. // colGMouldType
  524. //
  525. this.colGMouldType.DataPropertyName = "GMouldTypeName";
  526. this.colGMouldType.HeaderText = "成型线类型";
  527. this.colGMouldType.Name = "colGMouldType";
  528. this.colGMouldType.ReadOnly = true;
  529. //
  530. // GMouldStatus
  531. //
  532. this.GMouldStatus.DataPropertyName = "GMouldStatusName";
  533. this.GMouldStatus.HeaderText = "成型线状态";
  534. this.GMouldStatus.Name = "GMouldStatus";
  535. this.GMouldStatus.ReadOnly = true;
  536. //
  537. // MouldQuantity
  538. //
  539. this.MouldQuantity.DataPropertyName = "MouldQuantity";
  540. this.MouldQuantity.HeaderText = "模具数";
  541. this.MouldQuantity.Name = "MouldQuantity";
  542. this.MouldQuantity.ReadOnly = true;
  543. //
  544. // colGoodsCode
  545. //
  546. this.colGoodsCode.DataPropertyName = "GoodsCode";
  547. this.colGoodsCode.HeaderText = "产品编码";
  548. this.colGoodsCode.Name = "colGoodsCode";
  549. this.colGoodsCode.ReadOnly = true;
  550. //
  551. // GroutingUserID
  552. //
  553. this.GroutingUserID.DataPropertyName = "GroutingUserID";
  554. this.GroutingUserID.HeaderText = "GroutingUserID";
  555. this.GroutingUserID.Name = "GroutingUserID";
  556. this.GroutingUserID.ReadOnly = true;
  557. this.GroutingUserID.Visible = false;
  558. //
  559. // GroutingUserCode
  560. //
  561. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  562. this.GroutingUserCode.HeaderText = "成型工号";
  563. this.GroutingUserCode.Name = "GroutingUserCode";
  564. this.GroutingUserCode.ReadOnly = true;
  565. //
  566. // LastGroutingDate
  567. //
  568. this.LastGroutingDate.DataPropertyName = "LastGroutingDate";
  569. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  570. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  571. this.LastGroutingDate.DefaultCellStyle = dataGridViewCellStyle3;
  572. this.LastGroutingDate.HeaderText = "已注浆日期";
  573. this.LastGroutingDate.Name = "LastGroutingDate";
  574. this.LastGroutingDate.ReadOnly = true;
  575. //
  576. // LastGroutingBatchNo
  577. //
  578. this.LastGroutingBatchNo.DataPropertyName = "LastGroutingBatchNo";
  579. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  580. this.LastGroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle4;
  581. this.LastGroutingBatchNo.HeaderText = "已注浆批次";
  582. this.LastGroutingBatchNo.Name = "LastGroutingBatchNo";
  583. this.LastGroutingBatchNo.ReadOnly = true;
  584. //
  585. // GroutingNum
  586. //
  587. this.GroutingNum.AllowNegative = false;
  588. this.GroutingNum.AllowZero = false;
  589. this.GroutingNum.DataPropertyName = "GroutingNum";
  590. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  591. this.GroutingNum.DefaultCellStyle = dataGridViewCellStyle5;
  592. this.GroutingNum.HeaderText = "注浆次数";
  593. this.GroutingNum.MaxValue = new decimal(new int[] {
  594. 100,
  595. 0,
  596. 0,
  597. 0});
  598. this.GroutingNum.MinValue = new decimal(new int[] {
  599. 1,
  600. 0,
  601. 0,
  602. 0});
  603. this.GroutingNum.Name = "GroutingNum";
  604. this.GroutingNum.Number = new System.Drawing.Point(2, 0);
  605. this.GroutingNum.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  606. this.GroutingNum.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  607. //
  608. // NoGroutingRreason
  609. //
  610. this.NoGroutingRreason.DataPropertyName = "NoGroutingRreason";
  611. this.NoGroutingRreason.HeaderText = "未注浆原因";
  612. this.NoGroutingRreason.Name = "NoGroutingRreason";
  613. this.NoGroutingRreason.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  614. this.NoGroutingRreason.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  615. //
  616. // UserCount
  617. //
  618. this.UserCount.DataPropertyName = "UserCount";
  619. this.UserCount.HeaderText = "UserCount";
  620. this.UserCount.Name = "UserCount";
  621. this.UserCount.ReadOnly = true;
  622. this.UserCount.Visible = false;
  623. //
  624. // CanManyTimes
  625. //
  626. this.CanManyTimes.DataPropertyName = "CanManyTimes";
  627. this.CanManyTimes.HeaderText = "CanManyTimes";
  628. this.CanManyTimes.Name = "CanManyTimes";
  629. this.CanManyTimes.ReadOnly = true;
  630. this.CanManyTimes.Visible = false;
  631. //
  632. // F_PM_0104_1
  633. //
  634. this.AcceptButton = this.btnOK;
  635. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  636. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  637. this.CancelButton = this.btnCancel;
  638. this.ClientSize = new System.Drawing.Size(841, 562);
  639. this.Controls.Add(this.splitContainer1);
  640. this.Controls.Add(this.gbxConditions);
  641. this.Controls.Add(this.cbSelectAll);
  642. this.Controls.Add(this.btnCancel);
  643. this.Controls.Add(this.btnAdaptive);
  644. this.Controls.Add(this.btnOK);
  645. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  646. this.IsSaveFormSize = false;
  647. this.MaximizeBox = false;
  648. this.MinimizeBox = false;
  649. this.MinimumSize = new System.Drawing.Size(600, 600);
  650. this.Name = "F_PM_0104_1";
  651. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  652. this.StatusSizingGrip = false;
  653. this.Text = "选择成型线";
  654. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  655. this.Load += new System.EventHandler(this.F_PM_0104_Load);
  656. this.Controls.SetChildIndex(this.btnOK, 0);
  657. this.Controls.SetChildIndex(this.btnAdaptive, 0);
  658. this.Controls.SetChildIndex(this.btnCancel, 0);
  659. this.Controls.SetChildIndex(this.cbSelectAll, 0);
  660. this.Controls.SetChildIndex(this.gbxConditions, 0);
  661. this.Controls.SetChildIndex(this.splitContainer1, 0);
  662. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).EndInit();
  663. this.gbxConditions.ResumeLayout(false);
  664. this.gbxConditions.PerformLayout();
  665. this.splitContainer1.Panel1.ResumeLayout(false);
  666. this.splitContainer1.Panel2.ResumeLayout(false);
  667. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  668. this.splitContainer1.ResumeLayout(false);
  669. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingUser)).EndInit();
  670. this.ResumeLayout(false);
  671. this.PerformLayout();
  672. }
  673. #endregion
  674. private Basics.BaseControls.C_Label lblGroutingLineCode;
  675. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  676. private Basics.BaseControls.C_Label lblGroutingLineName;
  677. private Basics.BaseControls.C_TextBox txtGroutingLineName;
  678. private Basics.BaseControls.C_DataGridView dgvGroutingLine;
  679. private Basics.BaseControls.C_Button btnSearch;
  680. private Basics.BaseControls.C_Button btnOK;
  681. private Basics.BaseControls.C_Button btnCancel;
  682. private Basics.BaseControls.C_CheckBox cbSelectAll;
  683. private Basics.BaseControls.C_Label lblUserCode;
  684. private Basics.BaseControls.C_TextBox txtUserCode;
  685. private System.Windows.Forms.GroupBox gbxConditions;
  686. private Basics.BaseControls.C_Label lblGroutingDate;
  687. private Basics.BaseControls.C_DateTimePicker dtpGroutingDate;
  688. private System.Windows.Forms.SplitContainer splitContainer1;
  689. private Basics.BaseControls.C_DataGridView dgvGroutingUser;
  690. private System.Windows.Forms.DataGridViewTextBoxColumn GUUserID;
  691. private System.Windows.Forms.DataGridViewTextBoxColumn GUUserCode;
  692. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  693. private Basics.BaseControls.C_Button btnAdaptive;
  694. private Basics.BaseControls.C_Button btnClearCondition;
  695. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  696. private System.Windows.Forms.DataGridViewCheckBoxColumn sel;
  697. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  698. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  699. private System.Windows.Forms.DataGridViewTextBoxColumn colGMouldType;
  700. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
  701. private System.Windows.Forms.DataGridViewTextBoxColumn MouldQuantity;
  702. private System.Windows.Forms.DataGridViewTextBoxColumn colGoodsCode;
  703. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserID;
  704. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  705. private System.Windows.Forms.DataGridViewTextBoxColumn LastGroutingDate;
  706. private System.Windows.Forms.DataGridViewTextBoxColumn LastGroutingBatchNo;
  707. private Basics.BaseControls.C_DGV_Column_Digital GroutingNum;
  708. private System.Windows.Forms.DataGridViewComboBoxColumn NoGroutingRreason;
  709. private System.Windows.Forms.DataGridViewTextBoxColumn UserCount;
  710. private System.Windows.Forms.DataGridViewTextBoxColumn CanManyTimes;
  711. }
  712. }