F_PM_0104_1.Designer.cs 44 KB

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