F_PM_0104.Designer.cs 25 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.PMModule
  3. {
  4. partial class F_PM_0104
  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));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  35. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  36. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  37. this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  38. this.dgvGroutingLine = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.GroutingLineID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  41. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.colGMouldType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.MouldQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.colGoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.NoGroutingRreason = new System.Windows.Forms.DataGridViewComboBoxColumn();
  49. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  51. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  52. this.cbSelectAll = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  53. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  55. this.gbxConditions = new System.Windows.Forms.GroupBox();
  56. this.dtpGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  57. this.lblGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).BeginInit();
  59. this.gbxConditions.SuspendLayout();
  60. this.SuspendLayout();
  61. //
  62. // lblGroutingLineCode
  63. //
  64. this.lblGroutingLineCode.AutoSize = true;
  65. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  66. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  67. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  68. this.lblGroutingLineCode.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineCode.Image")));
  69. this.lblGroutingLineCode.Location = new System.Drawing.Point(6, 23);
  70. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  71. this.lblGroutingLineCode.Size = new System.Drawing.Size(65, 12);
  72. this.lblGroutingLineCode.TabIndex = 0;
  73. this.lblGroutingLineCode.Text = "成型线编码";
  74. //
  75. // txtGroutingLineCode
  76. //
  77. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  78. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  79. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  80. this.txtGroutingLineCode.ErrorMessage = "";
  81. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  82. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  83. this.txtGroutingLineCode.Location = new System.Drawing.Point(77, 19);
  84. this.txtGroutingLineCode.MaxLength = 30;
  85. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  86. this.txtGroutingLineCode.Size = new System.Drawing.Size(124, 21);
  87. this.txtGroutingLineCode.TabIndex = 1;
  88. //
  89. // lblGroutingLineName
  90. //
  91. this.lblGroutingLineName.AutoSize = true;
  92. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  93. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  95. this.lblGroutingLineName.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineName.Image")));
  96. this.lblGroutingLineName.Location = new System.Drawing.Point(6, 49);
  97. this.lblGroutingLineName.Name = "lblGroutingLineName";
  98. this.lblGroutingLineName.Size = new System.Drawing.Size(65, 12);
  99. this.lblGroutingLineName.TabIndex = 4;
  100. this.lblGroutingLineName.Text = "成型线名称";
  101. //
  102. // txtGroutingLineName
  103. //
  104. this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
  105. this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  106. this.txtGroutingLineName.ErrorMessage = "";
  107. this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  108. this.txtGroutingLineName.Location = new System.Drawing.Point(77, 45);
  109. this.txtGroutingLineName.MaxLength = 50;
  110. this.txtGroutingLineName.Name = "txtGroutingLineName";
  111. this.txtGroutingLineName.Size = new System.Drawing.Size(124, 21);
  112. this.txtGroutingLineName.TabIndex = 5;
  113. //
  114. // dgvGroutingLine
  115. //
  116. this.dgvGroutingLine.AllowUserToAddRows = false;
  117. this.dgvGroutingLine.AllowUserToDeleteRows = false;
  118. this.dgvGroutingLine.AllowUserToModifyRows = true;
  119. this.dgvGroutingLine.AllowUserToOrderColumns = true;
  120. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  121. this.dgvGroutingLine.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  122. this.dgvGroutingLine.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  123. | System.Windows.Forms.AnchorStyles.Left)
  124. | System.Windows.Forms.AnchorStyles.Right)));
  125. this.dgvGroutingLine.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  126. this.dgvGroutingLine.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  127. this.dgvGroutingLine.CellHeight = 23;
  128. this.dgvGroutingLine.ChildNodeColumnName = null;
  129. this.dgvGroutingLine.ChildNodeColumnText = null;
  130. this.dgvGroutingLine.ColumnDeep = 1;
  131. this.dgvGroutingLine.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  132. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  133. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  134. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  135. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  136. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  137. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  138. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  139. this.dgvGroutingLine.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  140. this.dgvGroutingLine.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  141. this.dgvGroutingLine.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  142. this.GroutingLineID,
  143. this.sel,
  144. this.GroutingLineCode,
  145. this.GroutingLineName,
  146. this.colGMouldType,
  147. this.GMouldStatus,
  148. this.MouldQuantity,
  149. this.colGoodsCode,
  150. this.GroutingUserCode,
  151. this.NoGroutingRreason});
  152. this.dgvGroutingLine.ColumnTreeView = null;
  153. this.dgvGroutingLine.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  154. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  155. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  156. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  158. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  159. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  160. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  161. this.dgvGroutingLine.DefaultCellStyle = dataGridViewCellStyle3;
  162. this.dgvGroutingLine.DynamicColumnName = "";
  163. this.dgvGroutingLine.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  164. this.dgvGroutingLine.EnableHeadersVisualStyles = false;
  165. this.dgvGroutingLine.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. this.dgvGroutingLine.IsAutoCountSum = true;
  167. this.dgvGroutingLine.IsAutoResizeColumns = false;
  168. this.dgvGroutingLine.IsClickF12 = false;
  169. this.dgvGroutingLine.IsSubTotalFlag = false;
  170. this.dgvGroutingLine.Location = new System.Drawing.Point(12, 92);
  171. this.dgvGroutingLine.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  172. this.dgvGroutingLine.MultiSelect = false;
  173. this.dgvGroutingLine.Name = "dgvGroutingLine";
  174. this.dgvGroutingLine.RefreshAtHscroll = false;
  175. this.dgvGroutingLine.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
  176. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  177. this.dgvGroutingLine.RowsDefaultCellStyle = dataGridViewCellStyle4;
  178. this.dgvGroutingLine.RowTemplate.Height = 21;
  179. this.dgvGroutingLine.Size = new System.Drawing.Size(817, 410);
  180. this.dgvGroutingLine.SortOrderColumnName = null;
  181. this.dgvGroutingLine.TabIndex = 1;
  182. this.dgvGroutingLine.Tag = true;
  183. this.dgvGroutingLine.TotalSumColumns = null;
  184. this.dgvGroutingLine.ViewRowFilter = "";
  185. this.dgvGroutingLine.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroutingLine_CellValueChanged);
  186. this.dgvGroutingLine.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvGroutingLine_CurrentCellDirtyStateChanged);
  187. this.dgvGroutingLine.Sorted += new System.EventHandler(this.dgvGroutingLine_Sorted);
  188. //
  189. // GroutingLineID
  190. //
  191. this.GroutingLineID.DataPropertyName = "GroutingLineID";
  192. this.GroutingLineID.HeaderText = "GroutingLineID";
  193. this.GroutingLineID.Name = "GroutingLineID";
  194. this.GroutingLineID.ReadOnly = true;
  195. this.GroutingLineID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  196. this.GroutingLineID.Visible = false;
  197. //
  198. // sel
  199. //
  200. this.sel.DataPropertyName = "SEL";
  201. this.sel.FalseValue = "0";
  202. this.sel.HeaderText = "选择";
  203. this.sel.IndeterminateValue = "0";
  204. this.sel.Name = "sel";
  205. this.sel.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  206. this.sel.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  207. this.sel.TrueValue = "1";
  208. this.sel.Width = 50;
  209. //
  210. // GroutingLineCode
  211. //
  212. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  213. this.GroutingLineCode.FillWeight = 120F;
  214. this.GroutingLineCode.HeaderText = "成型线编码";
  215. this.GroutingLineCode.Name = "GroutingLineCode";
  216. this.GroutingLineCode.ReadOnly = true;
  217. //
  218. // GroutingLineName
  219. //
  220. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  221. this.GroutingLineName.FillWeight = 120F;
  222. this.GroutingLineName.HeaderText = "成型线名称";
  223. this.GroutingLineName.Name = "GroutingLineName";
  224. this.GroutingLineName.ReadOnly = true;
  225. //
  226. // colGMouldType
  227. //
  228. this.colGMouldType.DataPropertyName = "GMouldTypeName";
  229. this.colGMouldType.HeaderText = "成型线类型";
  230. this.colGMouldType.Name = "colGMouldType";
  231. this.colGMouldType.ReadOnly = true;
  232. //
  233. // GMouldStatus
  234. //
  235. this.GMouldStatus.DataPropertyName = "GMouldStatusName";
  236. this.GMouldStatus.HeaderText = "成型线状态";
  237. this.GMouldStatus.Name = "GMouldStatus";
  238. this.GMouldStatus.ReadOnly = true;
  239. //
  240. // MouldQuantity
  241. //
  242. this.MouldQuantity.DataPropertyName = "MouldQuantity";
  243. this.MouldQuantity.HeaderText = "模具数";
  244. this.MouldQuantity.Name = "MouldQuantity";
  245. this.MouldQuantity.ReadOnly = true;
  246. //
  247. // colGoodsCode
  248. //
  249. this.colGoodsCode.DataPropertyName = "GoodsCode";
  250. this.colGoodsCode.HeaderText = "产品编码";
  251. this.colGoodsCode.Name = "colGoodsCode";
  252. this.colGoodsCode.ReadOnly = true;
  253. //
  254. // GroutingUserCode
  255. //
  256. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  257. this.GroutingUserCode.HeaderText = "成型工号";
  258. this.GroutingUserCode.Name = "GroutingUserCode";
  259. this.GroutingUserCode.ReadOnly = true;
  260. //
  261. // NoGroutingRreason
  262. //
  263. this.NoGroutingRreason.DataPropertyName = "NoGroutingRreason";
  264. this.NoGroutingRreason.HeaderText = "未注浆原因";
  265. this.NoGroutingRreason.Name = "NoGroutingRreason";
  266. this.NoGroutingRreason.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  267. this.NoGroutingRreason.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  268. //
  269. // btnSearch
  270. //
  271. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  272. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  273. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  274. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
  275. this.btnSearch.ForeColor = System.Drawing.Color.White;
  276. this.btnSearch.Location = new System.Drawing.Point(726, 36);
  277. this.btnSearch.Name = "btnSearch";
  278. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  279. this.btnSearch.TabIndex = 8;
  280. this.btnSearch.Text = "查询(&Q)";
  281. this.btnSearch.UseVisualStyleBackColor = true;
  282. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  283. //
  284. // btnOK
  285. //
  286. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  287. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  288. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  289. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  290. this.btnOK.ForeColor = System.Drawing.Color.White;
  291. this.btnOK.Location = new System.Drawing.Point(653, 507);
  292. this.btnOK.Name = "btnOK";
  293. this.btnOK.Size = new System.Drawing.Size(85, 30);
  294. this.btnOK.TabIndex = 3;
  295. this.btnOK.Text = "确定";
  296. this.btnOK.UseVisualStyleBackColor = true;
  297. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  298. //
  299. // btnCancel
  300. //
  301. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  302. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  303. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  304. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  305. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  306. this.btnCancel.ForeColor = System.Drawing.Color.White;
  307. this.btnCancel.Location = new System.Drawing.Point(744, 507);
  308. this.btnCancel.Name = "btnCancel";
  309. this.btnCancel.Size = new System.Drawing.Size(85, 30);
  310. this.btnCancel.TabIndex = 4;
  311. this.btnCancel.Text = "取消";
  312. this.btnCancel.UseVisualStyleBackColor = true;
  313. this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
  314. //
  315. // cbSelectAll
  316. //
  317. this.cbSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  318. this.cbSelectAll.AutoSize = true;
  319. this.cbSelectAll.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  320. this.cbSelectAll.Location = new System.Drawing.Point(12, 507);
  321. this.cbSelectAll.Name = "cbSelectAll";
  322. this.cbSelectAll.Size = new System.Drawing.Size(48, 16);
  323. this.cbSelectAll.TabIndex = 2;
  324. this.cbSelectAll.Text = "全选";
  325. this.cbSelectAll.UseVisualStyleBackColor = true;
  326. this.cbSelectAll.CheckedChanged += new System.EventHandler(this.cbSelectAll_CheckedChanged);
  327. //
  328. // lblUserCode
  329. //
  330. this.lblUserCode.AutoSize = true;
  331. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  332. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  333. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  334. this.lblUserCode.Image = ((System.Drawing.Image)(resources.GetObject("lblUserCode.Image")));
  335. this.lblUserCode.Location = new System.Drawing.Point(207, 23);
  336. this.lblUserCode.Name = "lblUserCode";
  337. this.lblUserCode.Size = new System.Drawing.Size(53, 12);
  338. this.lblUserCode.TabIndex = 2;
  339. this.lblUserCode.Text = "成型工号";
  340. //
  341. // txtUserCode
  342. //
  343. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  344. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  345. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  346. this.txtUserCode.ErrorMessage = "";
  347. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  348. this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  349. this.txtUserCode.Location = new System.Drawing.Point(266, 19);
  350. this.txtUserCode.MaxLength = 20;
  351. this.txtUserCode.Name = "txtUserCode";
  352. this.txtUserCode.Size = new System.Drawing.Size(124, 21);
  353. this.txtUserCode.TabIndex = 3;
  354. //
  355. // gbxConditions
  356. //
  357. this.gbxConditions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  358. | System.Windows.Forms.AnchorStyles.Right)));
  359. this.gbxConditions.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  360. this.gbxConditions.Controls.Add(this.dtpGroutingDate);
  361. this.gbxConditions.Controls.Add(this.txtUserCode);
  362. this.gbxConditions.Controls.Add(this.lblUserCode);
  363. this.gbxConditions.Controls.Add(this.lblGroutingDate);
  364. this.gbxConditions.Controls.Add(this.btnSearch);
  365. this.gbxConditions.Controls.Add(this.lblGroutingLineCode);
  366. this.gbxConditions.Controls.Add(this.txtGroutingLineCode);
  367. this.gbxConditions.Controls.Add(this.txtGroutingLineName);
  368. this.gbxConditions.Controls.Add(this.lblGroutingLineName);
  369. this.gbxConditions.Location = new System.Drawing.Point(12, 12);
  370. this.gbxConditions.Name = "gbxConditions";
  371. this.gbxConditions.Size = new System.Drawing.Size(817, 75);
  372. this.gbxConditions.TabIndex = 0;
  373. this.gbxConditions.TabStop = false;
  374. this.gbxConditions.Text = "查询条件";
  375. //
  376. // dtpGroutingDate
  377. //
  378. this.dtpGroutingDate.CustomFormat = "yyyy-MM-dd";
  379. this.dtpGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  380. this.dtpGroutingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  381. this.dtpGroutingDate.Location = new System.Drawing.Point(266, 45);
  382. this.dtpGroutingDate.Name = "dtpGroutingDate";
  383. this.dtpGroutingDate.Size = new System.Drawing.Size(124, 21);
  384. this.dtpGroutingDate.TabIndex = 7;
  385. //
  386. // lblGroutingDate
  387. //
  388. this.lblGroutingDate.AutoSize = true;
  389. this.lblGroutingDate.BackColor = System.Drawing.Color.Transparent;
  390. this.lblGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  391. this.lblGroutingDate.ForeColor = System.Drawing.SystemColors.ControlText;
  392. this.lblGroutingDate.Location = new System.Drawing.Point(207, 49);
  393. this.lblGroutingDate.Name = "lblGroutingDate";
  394. this.lblGroutingDate.Size = new System.Drawing.Size(53, 12);
  395. this.lblGroutingDate.TabIndex = 6;
  396. this.lblGroutingDate.Text = "注浆日期";
  397. //
  398. // F_PM_0104
  399. //
  400. this.AcceptButton = this.btnOK;
  401. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  402. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  403. this.CancelButton = this.btnCancel;
  404. this.ClientSize = new System.Drawing.Size(841, 562);
  405. this.Controls.Add(this.gbxConditions);
  406. this.Controls.Add(this.cbSelectAll);
  407. this.Controls.Add(this.btnCancel);
  408. this.Controls.Add(this.btnOK);
  409. this.Controls.Add(this.dgvGroutingLine);
  410. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  411. this.IsSaveFormSize = false;
  412. this.MaximizeBox = false;
  413. this.MinimizeBox = false;
  414. this.MinimumSize = new System.Drawing.Size(600, 600);
  415. this.Name = "F_PM_0104";
  416. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  417. this.StatusSizingGrip = false;
  418. this.Text = "选择成型线";
  419. this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
  420. this.Load += new System.EventHandler(this.F_PM_0104_Load);
  421. this.Controls.SetChildIndex(this.dgvGroutingLine, 0);
  422. this.Controls.SetChildIndex(this.btnOK, 0);
  423. this.Controls.SetChildIndex(this.btnCancel, 0);
  424. this.Controls.SetChildIndex(this.cbSelectAll, 0);
  425. this.Controls.SetChildIndex(this.gbxConditions, 0);
  426. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingLine)).EndInit();
  427. this.gbxConditions.ResumeLayout(false);
  428. this.gbxConditions.PerformLayout();
  429. this.ResumeLayout(false);
  430. this.PerformLayout();
  431. }
  432. #endregion
  433. private Basics.BaseControls.C_Label lblGroutingLineCode;
  434. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  435. private Basics.BaseControls.C_Label lblGroutingLineName;
  436. private Basics.BaseControls.C_TextBox txtGroutingLineName;
  437. private Basics.BaseControls.C_DataGridView dgvGroutingLine;
  438. private Basics.BaseControls.C_Button btnSearch;
  439. private Basics.BaseControls.C_Button btnOK;
  440. private Basics.BaseControls.C_Button btnCancel;
  441. private Basics.BaseControls.C_CheckBox cbSelectAll;
  442. private Basics.BaseControls.C_Label lblUserCode;
  443. private Basics.BaseControls.C_TextBox txtUserCode;
  444. private System.Windows.Forms.GroupBox gbxConditions;
  445. private Basics.BaseControls.C_Label lblGroutingDate;
  446. private Basics.BaseControls.C_DateTimePicker dtpGroutingDate;
  447. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineID;
  448. private System.Windows.Forms.DataGridViewCheckBoxColumn sel;
  449. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  450. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  451. private System.Windows.Forms.DataGridViewTextBoxColumn colGMouldType;
  452. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
  453. private System.Windows.Forms.DataGridViewTextBoxColumn MouldQuantity;
  454. private System.Windows.Forms.DataGridViewTextBoxColumn colGoodsCode;
  455. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  456. private System.Windows.Forms.DataGridViewComboBoxColumn NoGroutingRreason;
  457. }
  458. }