F_PM_0105.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562
  1. 
  2. namespace Dongke.IBOSS.PRD.Client.PMModule
  3. {
  4. partial class F_PM_0105
  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_0105));
  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 dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.lblGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.txtGroutingLineCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  37. this.lblGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  38. this.txtGroutingLineName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  39. this.dgvGroutingDaily = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  40. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.btnOK = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.lblUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.txtUserCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.gbxConditions = new System.Windows.Forms.GroupBox();
  46. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.txtGroutingBatchNo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TXT_Digital();
  48. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  49. this.dtpGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  50. this.lblGroutingDate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  51. this.btnAdaptive = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  52. this.colGroutingDailyID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.GroutingLineCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.GroutingLineName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.colGMouldType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.GMouldStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.MouldQuantity = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.colGoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.GroutingUserCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.STAFFNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.GroutingBatchNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).BeginInit();
  63. this.gbxConditions.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // lblGroutingLineCode
  67. //
  68. this.lblGroutingLineCode.AutoSize = true;
  69. this.lblGroutingLineCode.BackColor = System.Drawing.Color.Transparent;
  70. this.lblGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  71. this.lblGroutingLineCode.ForeColor = System.Drawing.SystemColors.ControlText;
  72. this.lblGroutingLineCode.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineCode.Image")));
  73. this.lblGroutingLineCode.Location = new System.Drawing.Point(8, 29);
  74. this.lblGroutingLineCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  75. this.lblGroutingLineCode.Name = "lblGroutingLineCode";
  76. this.lblGroutingLineCode.Size = new System.Drawing.Size(82, 15);
  77. this.lblGroutingLineCode.TabIndex = 0;
  78. this.lblGroutingLineCode.Text = "成型线编码";
  79. //
  80. // txtGroutingLineCode
  81. //
  82. this.txtGroutingLineCode.BackColor = System.Drawing.SystemColors.Window;
  83. this.txtGroutingLineCode.BackgroundColor = System.Drawing.SystemColors.Window;
  84. this.txtGroutingLineCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  85. this.txtGroutingLineCode.ErrorMessage = "";
  86. this.txtGroutingLineCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  87. this.txtGroutingLineCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  88. this.txtGroutingLineCode.Location = new System.Drawing.Point(103, 24);
  89. this.txtGroutingLineCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  90. this.txtGroutingLineCode.MaxLength = 30;
  91. this.txtGroutingLineCode.Name = "txtGroutingLineCode";
  92. this.txtGroutingLineCode.Size = new System.Drawing.Size(164, 25);
  93. this.txtGroutingLineCode.TabIndex = 1;
  94. //
  95. // lblGroutingLineName
  96. //
  97. this.lblGroutingLineName.AutoSize = true;
  98. this.lblGroutingLineName.BackColor = System.Drawing.Color.Transparent;
  99. this.lblGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  100. this.lblGroutingLineName.ForeColor = System.Drawing.SystemColors.ControlText;
  101. this.lblGroutingLineName.Image = ((System.Drawing.Image)(resources.GetObject("lblGroutingLineName.Image")));
  102. this.lblGroutingLineName.Location = new System.Drawing.Point(8, 61);
  103. this.lblGroutingLineName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  104. this.lblGroutingLineName.Name = "lblGroutingLineName";
  105. this.lblGroutingLineName.Size = new System.Drawing.Size(82, 15);
  106. this.lblGroutingLineName.TabIndex = 3;
  107. this.lblGroutingLineName.Text = "成型线名称";
  108. //
  109. // txtGroutingLineName
  110. //
  111. this.txtGroutingLineName.BackColor = System.Drawing.SystemColors.Window;
  112. this.txtGroutingLineName.BackgroundColor = System.Drawing.SystemColors.Window;
  113. this.txtGroutingLineName.ErrorMessage = "";
  114. this.txtGroutingLineName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.txtGroutingLineName.Location = new System.Drawing.Point(103, 56);
  116. this.txtGroutingLineName.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  117. this.txtGroutingLineName.MaxLength = 50;
  118. this.txtGroutingLineName.Name = "txtGroutingLineName";
  119. this.txtGroutingLineName.Size = new System.Drawing.Size(164, 25);
  120. this.txtGroutingLineName.TabIndex = 4;
  121. //
  122. // dgvGroutingDaily
  123. //
  124. this.dgvGroutingDaily.AllowUserToAddRows = false;
  125. this.dgvGroutingDaily.AllowUserToDeleteRows = false;
  126. this.dgvGroutingDaily.AllowUserToModifyRows = true;
  127. this.dgvGroutingDaily.AllowUserToOrderColumns = true;
  128. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  129. this.dgvGroutingDaily.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  130. this.dgvGroutingDaily.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  131. | System.Windows.Forms.AnchorStyles.Left)
  132. | System.Windows.Forms.AnchorStyles.Right)));
  133. this.dgvGroutingDaily.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  134. this.dgvGroutingDaily.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  135. this.dgvGroutingDaily.CellHeight = 23;
  136. this.dgvGroutingDaily.ChildNodeColumnName = null;
  137. this.dgvGroutingDaily.ChildNodeColumnText = null;
  138. this.dgvGroutingDaily.ColumnDeep = 1;
  139. this.dgvGroutingDaily.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  140. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  141. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  142. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  144. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  145. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  146. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  147. this.dgvGroutingDaily.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  148. this.dgvGroutingDaily.ColumnHeadersHeight = 29;
  149. this.dgvGroutingDaily.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  150. this.dgvGroutingDaily.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  151. this.colGroutingDailyID,
  152. this.GroutingLineCode,
  153. this.GroutingLineName,
  154. this.colGMouldType,
  155. this.GMouldStatus,
  156. this.MouldQuantity,
  157. this.colGoodsCode,
  158. this.GroutingUserCode,
  159. this.STAFFNAME,
  160. this.GroutingBatchNo});
  161. this.dgvGroutingDaily.ColumnTreeView = null;
  162. this.dgvGroutingDaily.ContextMenuVisible = Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.None;
  163. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  164. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  165. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  166. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  167. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  168. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  169. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  170. this.dgvGroutingDaily.DefaultCellStyle = dataGridViewCellStyle4;
  171. this.dgvGroutingDaily.DynamicColumnName = "";
  172. this.dgvGroutingDaily.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
  173. this.dgvGroutingDaily.EnableHeadersVisualStyles = false;
  174. this.dgvGroutingDaily.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.dgvGroutingDaily.FormatQuantityColumns = null;
  176. this.dgvGroutingDaily.HorizontalMergeColumn = null;
  177. this.dgvGroutingDaily.IsAutoCountSum = true;
  178. this.dgvGroutingDaily.IsAutoResizeColumns = false;
  179. this.dgvGroutingDaily.IsClickF12 = false;
  180. this.dgvGroutingDaily.IsOpenMergeCellFlag = false;
  181. this.dgvGroutingDaily.IsSubTotalFlag = false;
  182. this.dgvGroutingDaily.IsTopDeep = false;
  183. this.dgvGroutingDaily.Location = new System.Drawing.Point(16, 115);
  184. this.dgvGroutingDaily.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  185. this.dgvGroutingDaily.MergeColumnNames = null;
  186. this.dgvGroutingDaily.MergeDetailColumnNames = null;
  187. this.dgvGroutingDaily.MergeDetailOnlyColumn = null;
  188. this.dgvGroutingDaily.MergeOnlyColumn = null;
  189. this.dgvGroutingDaily.MultiSelect = false;
  190. this.dgvGroutingDaily.Name = "dgvGroutingDaily";
  191. this.dgvGroutingDaily.RefreshAtHscroll = false;
  192. this.dgvGroutingDaily.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.AutoSizeToFirstHeader;
  193. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  194. this.dgvGroutingDaily.RowsDefaultCellStyle = dataGridViewCellStyle5;
  195. this.dgvGroutingDaily.RowTemplate.Height = 21;
  196. this.dgvGroutingDaily.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  197. this.dgvGroutingDaily.Size = new System.Drawing.Size(947, 512);
  198. this.dgvGroutingDaily.SortOrderColumnName = null;
  199. this.dgvGroutingDaily.TabIndex = 2;
  200. this.dgvGroutingDaily.Tag = true;
  201. this.dgvGroutingDaily.TotalSumColumns = null;
  202. this.dgvGroutingDaily.ViewRowFilter = "";
  203. this.dgvGroutingDaily.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvGroutingDaily_CellDoubleClick);
  204. //
  205. // btnSearch
  206. //
  207. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  208. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  209. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  210. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F);
  211. this.btnSearch.ForeColor = System.Drawing.Color.White;
  212. this.btnSearch.Location = new System.Drawing.Point(704, 50);
  213. this.btnSearch.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  214. this.btnSearch.Name = "btnSearch";
  215. this.btnSearch.Size = new System.Drawing.Size(113, 38);
  216. this.btnSearch.TabIndex = 9;
  217. this.btnSearch.Text = "查询(&Q)";
  218. this.btnSearch.UseVisualStyleBackColor = true;
  219. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  220. //
  221. // btnOK
  222. //
  223. this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  224. this.btnOK.BackColor = System.Drawing.Color.Transparent;
  225. this.btnOK.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnOK.BackgroundImage")));
  226. this.btnOK.Font = new System.Drawing.Font("宋体", 9F);
  227. this.btnOK.ForeColor = System.Drawing.Color.White;
  228. this.btnOK.Location = new System.Drawing.Point(728, 634);
  229. this.btnOK.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  230. this.btnOK.Name = "btnOK";
  231. this.btnOK.Size = new System.Drawing.Size(113, 38);
  232. this.btnOK.TabIndex = 3;
  233. this.btnOK.Text = "确定";
  234. this.btnOK.UseVisualStyleBackColor = true;
  235. this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
  236. //
  237. // btnCancel
  238. //
  239. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  240. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  241. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  242. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  243. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F);
  244. this.btnCancel.ForeColor = System.Drawing.Color.White;
  245. this.btnCancel.Location = new System.Drawing.Point(849, 634);
  246. this.btnCancel.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  247. this.btnCancel.Name = "btnCancel";
  248. this.btnCancel.Size = new System.Drawing.Size(113, 38);
  249. this.btnCancel.TabIndex = 4;
  250. this.btnCancel.Text = "取消";
  251. this.btnCancel.UseVisualStyleBackColor = true;
  252. this.btnCancel.Click += new System.EventHandler(this.btnClose_Click);
  253. //
  254. // lblUserCode
  255. //
  256. this.lblUserCode.AutoSize = true;
  257. this.lblUserCode.BackColor = System.Drawing.Color.Transparent;
  258. this.lblUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.lblUserCode.ForeColor = System.Drawing.SystemColors.ControlText;
  260. this.lblUserCode.Image = ((System.Drawing.Image)(resources.GetObject("lblUserCode.Image")));
  261. this.lblUserCode.Location = new System.Drawing.Point(276, 29);
  262. this.lblUserCode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  263. this.lblUserCode.Name = "lblUserCode";
  264. this.lblUserCode.Size = new System.Drawing.Size(67, 15);
  265. this.lblUserCode.TabIndex = 2;
  266. this.lblUserCode.Text = "成型工号";
  267. //
  268. // txtUserCode
  269. //
  270. this.txtUserCode.BackColor = System.Drawing.SystemColors.Window;
  271. this.txtUserCode.BackgroundColor = System.Drawing.SystemColors.Window;
  272. this.txtUserCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  273. this.txtUserCode.ErrorMessage = "";
  274. this.txtUserCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  275. this.txtUserCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  276. this.txtUserCode.Location = new System.Drawing.Point(355, 24);
  277. this.txtUserCode.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  278. this.txtUserCode.MaxLength = 20;
  279. this.txtUserCode.Name = "txtUserCode";
  280. this.txtUserCode.Size = new System.Drawing.Size(164, 25);
  281. this.txtUserCode.TabIndex = 2;
  282. //
  283. // gbxConditions
  284. //
  285. this.gbxConditions.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  286. | System.Windows.Forms.AnchorStyles.Right)));
  287. this.gbxConditions.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PMModule.Properties.Resources.bg;
  288. this.gbxConditions.Controls.Add(this.c_Label2);
  289. this.gbxConditions.Controls.Add(this.txtGroutingBatchNo);
  290. this.gbxConditions.Controls.Add(this.btnClearCondition);
  291. this.gbxConditions.Controls.Add(this.dtpGroutingDate);
  292. this.gbxConditions.Controls.Add(this.txtUserCode);
  293. this.gbxConditions.Controls.Add(this.lblUserCode);
  294. this.gbxConditions.Controls.Add(this.lblGroutingDate);
  295. this.gbxConditions.Controls.Add(this.btnSearch);
  296. this.gbxConditions.Controls.Add(this.lblGroutingLineCode);
  297. this.gbxConditions.Controls.Add(this.txtGroutingLineCode);
  298. this.gbxConditions.Controls.Add(this.txtGroutingLineName);
  299. this.gbxConditions.Controls.Add(this.lblGroutingLineName);
  300. this.gbxConditions.Location = new System.Drawing.Point(16, 15);
  301. this.gbxConditions.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  302. this.gbxConditions.Name = "gbxConditions";
  303. this.gbxConditions.Padding = new System.Windows.Forms.Padding(4, 4, 4, 4);
  304. this.gbxConditions.Size = new System.Drawing.Size(947, 94);
  305. this.gbxConditions.TabIndex = 0;
  306. this.gbxConditions.TabStop = false;
  307. this.gbxConditions.Text = "查询条件";
  308. //
  309. // c_Label2
  310. //
  311. this.c_Label2.AutoSize = true;
  312. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  313. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  314. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  315. this.c_Label2.Location = new System.Drawing.Point(528, 61);
  316. this.c_Label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  317. this.c_Label2.Name = "c_Label2";
  318. this.c_Label2.Size = new System.Drawing.Size(67, 15);
  319. this.c_Label2.TabIndex = 7;
  320. this.c_Label2.Text = "注浆批次";
  321. //
  322. // txtGroutingBatchNo
  323. //
  324. this.txtGroutingBatchNo.BackColor = System.Drawing.SystemColors.Window;
  325. this.txtGroutingBatchNo.BackgroundColor = System.Drawing.SystemColors.Window;
  326. this.txtGroutingBatchNo.ErrorMessage = "";
  327. this.txtGroutingBatchNo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  328. this.txtGroutingBatchNo.ImeMode = System.Windows.Forms.ImeMode.Off;
  329. this.txtGroutingBatchNo.Location = new System.Drawing.Point(607, 56);
  330. this.txtGroutingBatchNo.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  331. this.txtGroutingBatchNo.MaxValue = new decimal(new int[] {
  332. 1000,
  333. 0,
  334. 0,
  335. 0});
  336. this.txtGroutingBatchNo.MinValue = new decimal(new int[] {
  337. 1,
  338. 0,
  339. 0,
  340. 0});
  341. this.txtGroutingBatchNo.Name = "txtGroutingBatchNo";
  342. this.txtGroutingBatchNo.Number = new System.Drawing.Point(3, 0);
  343. this.txtGroutingBatchNo.Size = new System.Drawing.Size(85, 25);
  344. this.txtGroutingBatchNo.TabIndex = 8;
  345. this.txtGroutingBatchNo.TextValue = "";
  346. //
  347. // btnClearCondition
  348. //
  349. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  350. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  351. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  352. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  354. this.btnClearCondition.Location = new System.Drawing.Point(825, 50);
  355. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
  356. this.btnClearCondition.Name = "btnClearCondition";
  357. this.btnClearCondition.Size = new System.Drawing.Size(113, 38);
  358. this.btnClearCondition.TabIndex = 10;
  359. this.btnClearCondition.Text = "清空条件(&C)";
  360. this.btnClearCondition.UseVisualStyleBackColor = false;
  361. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  362. //
  363. // dtpGroutingDate
  364. //
  365. this.dtpGroutingDate.CustomFormat = "yyyy-MM-dd";
  366. this.dtpGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. this.dtpGroutingDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  368. this.dtpGroutingDate.Location = new System.Drawing.Point(355, 56);
  369. this.dtpGroutingDate.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  370. this.dtpGroutingDate.Name = "dtpGroutingDate";
  371. this.dtpGroutingDate.Size = new System.Drawing.Size(164, 25);
  372. this.dtpGroutingDate.TabIndex = 6;
  373. //
  374. // lblGroutingDate
  375. //
  376. this.lblGroutingDate.AutoSize = true;
  377. this.lblGroutingDate.BackColor = System.Drawing.Color.Transparent;
  378. this.lblGroutingDate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.lblGroutingDate.ForeColor = System.Drawing.SystemColors.ControlText;
  380. this.lblGroutingDate.Location = new System.Drawing.Point(276, 61);
  381. this.lblGroutingDate.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  382. this.lblGroutingDate.Name = "lblGroutingDate";
  383. this.lblGroutingDate.Size = new System.Drawing.Size(67, 15);
  384. this.lblGroutingDate.TabIndex = 5;
  385. this.lblGroutingDate.Text = "注浆日期";
  386. //
  387. // btnAdaptive
  388. //
  389. this.btnAdaptive.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
  390. this.btnAdaptive.BackColor = System.Drawing.Color.Transparent;
  391. this.btnAdaptive.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnAdaptive.BackgroundImage")));
  392. this.btnAdaptive.Font = new System.Drawing.Font("宋体", 9F);
  393. this.btnAdaptive.ForeColor = System.Drawing.Color.White;
  394. this.btnAdaptive.Location = new System.Drawing.Point(16, 634);
  395. this.btnAdaptive.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
  396. this.btnAdaptive.Name = "btnAdaptive";
  397. this.btnAdaptive.Size = new System.Drawing.Size(115, 38);
  398. this.btnAdaptive.TabIndex = 5;
  399. this.btnAdaptive.Text = "自适应列宽";
  400. this.btnAdaptive.UseVisualStyleBackColor = true;
  401. this.btnAdaptive.Click += new System.EventHandler(this.btnAdaptive_Click);
  402. //
  403. // colGroutingDailyID
  404. //
  405. this.colGroutingDailyID.DataPropertyName = "GroutingDailyID";
  406. this.colGroutingDailyID.HeaderText = "GroutingDailyID";
  407. this.colGroutingDailyID.MinimumWidth = 6;
  408. this.colGroutingDailyID.Name = "colGroutingDailyID";
  409. this.colGroutingDailyID.ReadOnly = true;
  410. this.colGroutingDailyID.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  411. this.colGroutingDailyID.Visible = false;
  412. this.colGroutingDailyID.Width = 125;
  413. //
  414. // GroutingLineCode
  415. //
  416. this.GroutingLineCode.DataPropertyName = "GroutingLineCode";
  417. this.GroutingLineCode.FillWeight = 120F;
  418. this.GroutingLineCode.HeaderText = "成型线编码";
  419. this.GroutingLineCode.MinimumWidth = 6;
  420. this.GroutingLineCode.Name = "GroutingLineCode";
  421. this.GroutingLineCode.ReadOnly = true;
  422. this.GroutingLineCode.Width = 125;
  423. //
  424. // GroutingLineName
  425. //
  426. this.GroutingLineName.DataPropertyName = "GroutingLineName";
  427. this.GroutingLineName.FillWeight = 120F;
  428. this.GroutingLineName.HeaderText = "成型线名称";
  429. this.GroutingLineName.MinimumWidth = 6;
  430. this.GroutingLineName.Name = "GroutingLineName";
  431. this.GroutingLineName.ReadOnly = true;
  432. this.GroutingLineName.Width = 125;
  433. //
  434. // colGMouldType
  435. //
  436. this.colGMouldType.DataPropertyName = "GMouldTypeName";
  437. this.colGMouldType.HeaderText = "成型线类型";
  438. this.colGMouldType.MinimumWidth = 6;
  439. this.colGMouldType.Name = "colGMouldType";
  440. this.colGMouldType.ReadOnly = true;
  441. this.colGMouldType.Width = 125;
  442. //
  443. // GMouldStatus
  444. //
  445. this.GMouldStatus.DataPropertyName = "GMouldStatusName";
  446. this.GMouldStatus.HeaderText = "成型线状态";
  447. this.GMouldStatus.MinimumWidth = 6;
  448. this.GMouldStatus.Name = "GMouldStatus";
  449. this.GMouldStatus.ReadOnly = true;
  450. this.GMouldStatus.Width = 125;
  451. //
  452. // MouldQuantity
  453. //
  454. this.MouldQuantity.DataPropertyName = "MouldQuantity";
  455. this.MouldQuantity.HeaderText = "模具数";
  456. this.MouldQuantity.MinimumWidth = 6;
  457. this.MouldQuantity.Name = "MouldQuantity";
  458. this.MouldQuantity.ReadOnly = true;
  459. this.MouldQuantity.Width = 125;
  460. //
  461. // colGoodsCode
  462. //
  463. this.colGoodsCode.DataPropertyName = "GoodsCode";
  464. this.colGoodsCode.HeaderText = "产品编码";
  465. this.colGoodsCode.MinimumWidth = 6;
  466. this.colGoodsCode.Name = "colGoodsCode";
  467. this.colGoodsCode.ReadOnly = true;
  468. this.colGoodsCode.Width = 125;
  469. //
  470. // GroutingUserCode
  471. //
  472. this.GroutingUserCode.DataPropertyName = "GroutingUserCode";
  473. this.GroutingUserCode.HeaderText = "成型工号";
  474. this.GroutingUserCode.MinimumWidth = 6;
  475. this.GroutingUserCode.Name = "GroutingUserCode";
  476. this.GroutingUserCode.ReadOnly = true;
  477. this.GroutingUserCode.Width = 125;
  478. //
  479. // STAFFNAME
  480. //
  481. this.STAFFNAME.DataPropertyName = "STAFFNAME";
  482. this.STAFFNAME.HeaderText = "员工姓名";
  483. this.STAFFNAME.MinimumWidth = 6;
  484. this.STAFFNAME.Name = "STAFFNAME";
  485. this.STAFFNAME.Width = 125;
  486. //
  487. // GroutingBatchNo
  488. //
  489. this.GroutingBatchNo.DataPropertyName = "GroutingBatchNo";
  490. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  491. this.GroutingBatchNo.DefaultCellStyle = dataGridViewCellStyle3;
  492. this.GroutingBatchNo.HeaderText = "注浆批次";
  493. this.GroutingBatchNo.MinimumWidth = 6;
  494. this.GroutingBatchNo.Name = "GroutingBatchNo";
  495. this.GroutingBatchNo.ReadOnly = true;
  496. this.GroutingBatchNo.Width = 125;
  497. //
  498. // F_PM_0105
  499. //
  500. this.AcceptButton = this.btnOK;
  501. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  502. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  503. this.CancelButton = this.btnCancel;
  504. this.ClientSize = new System.Drawing.Size(979, 702);
  505. this.Controls.Add(this.btnAdaptive);
  506. this.Controls.Add(this.dgvGroutingDaily);
  507. this.Controls.Add(this.gbxConditions);
  508. this.Controls.Add(this.btnCancel);
  509. this.Controls.Add(this.btnOK);
  510. this.Margin = new System.Windows.Forms.Padding(7, 6, 7, 6);
  511. this.MinimumSize = new System.Drawing.Size(994, 738);
  512. this.Name = "F_PM_0105";
  513. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  514. this.Text = "选择注浆登记";
  515. this.Load += new System.EventHandler(this.F_PM_0105_Load);
  516. this.Controls.SetChildIndex(this.btnOK, 0);
  517. this.Controls.SetChildIndex(this.btnCancel, 0);
  518. this.Controls.SetChildIndex(this.gbxConditions, 0);
  519. this.Controls.SetChildIndex(this.dgvGroutingDaily, 0);
  520. this.Controls.SetChildIndex(this.btnAdaptive, 0);
  521. ((System.ComponentModel.ISupportInitialize)(this.dgvGroutingDaily)).EndInit();
  522. this.gbxConditions.ResumeLayout(false);
  523. this.gbxConditions.PerformLayout();
  524. this.ResumeLayout(false);
  525. this.PerformLayout();
  526. }
  527. #endregion
  528. private Basics.BaseControls.C_Label lblGroutingLineCode;
  529. private Basics.BaseControls.C_TextBox txtGroutingLineCode;
  530. private Basics.BaseControls.C_Label lblGroutingLineName;
  531. private Basics.BaseControls.C_TextBox txtGroutingLineName;
  532. private Basics.BaseControls.C_DataGridView dgvGroutingDaily;
  533. private Basics.BaseControls.C_Button btnSearch;
  534. private Basics.BaseControls.C_Button btnOK;
  535. private Basics.BaseControls.C_Button btnCancel;
  536. private Basics.BaseControls.C_Label lblUserCode;
  537. private Basics.BaseControls.C_TextBox txtUserCode;
  538. private System.Windows.Forms.GroupBox gbxConditions;
  539. private Basics.BaseControls.C_Label lblGroutingDate;
  540. private Basics.BaseControls.C_DateTimePicker dtpGroutingDate;
  541. private Basics.BaseControls.C_Button btnClearCondition;
  542. private Basics.BaseControls.C_Label c_Label2;
  543. private Basics.BaseControls.C_TXT_Digital txtGroutingBatchNo;
  544. private Basics.BaseControls.C_Button btnAdaptive;
  545. private System.Windows.Forms.DataGridViewTextBoxColumn colGroutingDailyID;
  546. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineCode;
  547. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingLineName;
  548. private System.Windows.Forms.DataGridViewTextBoxColumn colGMouldType;
  549. private System.Windows.Forms.DataGridViewTextBoxColumn GMouldStatus;
  550. private System.Windows.Forms.DataGridViewTextBoxColumn MouldQuantity;
  551. private System.Windows.Forms.DataGridViewTextBoxColumn colGoodsCode;
  552. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingUserCode;
  553. private System.Windows.Forms.DataGridViewTextBoxColumn STAFFNAME;
  554. private System.Windows.Forms.DataGridViewTextBoxColumn GroutingBatchNo;
  555. }
  556. }