F_PM_0105.Designer.cs 27 KB

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