F_PM_0104_1.Designer.cs 48 KB

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