F_PM_0105.Designer.cs 30 KB

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