F_PAM_0201.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360
  1. namespace Dongke.IBOSS.PRD.Client.PAMModule
  2. {
  3. partial class F_PAM_0201
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PAM_0201));
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  35. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  36. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  37. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  39. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  40. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  41. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.lblJobsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.txtGoodsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.txtWagesTypeName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  46. this.dgvJobsPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  47. this.WagesTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.GoodsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.StartingDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.tsrOperate.SuspendLayout();
  52. this.gbxCondition.SuspendLayout();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgvJobsPayPlan)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // tsrOperate
  57. //
  58. this.tsrOperate.AutoSize = false;
  59. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  60. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PAMModule.Properties.Resources.functionbackground;
  61. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  62. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  63. this.tsbtnAdd,
  64. this.toolStripSeparator3,
  65. this.tsbtnAdaptive,
  66. this.tsbtnClose});
  67. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  68. this.tsrOperate.Name = "tsrOperate";
  69. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  70. this.tsrOperate.ShowItemToolTips = false;
  71. this.tsrOperate.Size = new System.Drawing.Size(895, 35);
  72. this.tsrOperate.TabIndex = 2;
  73. //
  74. // tsbtnAdd
  75. //
  76. this.tsbtnAdd.AutoSize = false;
  77. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  78. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  79. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  80. this.tsbtnAdd.Name = "tsbtnAdd";
  81. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  82. this.tsbtnAdd.Text = "新建(&N)";
  83. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  84. //
  85. // toolStripSeparator3
  86. //
  87. this.toolStripSeparator3.AutoSize = false;
  88. this.toolStripSeparator3.Name = "toolStripSeparator3";
  89. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  90. //
  91. // tsbtnAdaptive
  92. //
  93. this.tsbtnAdaptive.AutoSize = false;
  94. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  96. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  97. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  98. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  99. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  100. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  101. //
  102. // tsbtnClose
  103. //
  104. this.tsbtnClose.AutoSize = false;
  105. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  107. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  108. this.tsbtnClose.Name = "tsbtnClose";
  109. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  110. this.tsbtnClose.Text = "关闭(&X)";
  111. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  112. //
  113. // gbxCondition
  114. //
  115. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  116. | System.Windows.Forms.AnchorStyles.Right)));
  117. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  118. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  119. this.gbxCondition.Controls.Add(this.btnClearCondition);
  120. this.gbxCondition.Controls.Add(this.btnSearch);
  121. this.gbxCondition.Controls.Add(this.c_Label1);
  122. this.gbxCondition.Controls.Add(this.lblJobsCode);
  123. this.gbxCondition.Controls.Add(this.txtGoodsCode);
  124. this.gbxCondition.Controls.Add(this.txtWagesTypeName);
  125. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  126. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  127. this.gbxCondition.IsMustInput = false;
  128. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  129. this.gbxCondition.Name = "gbxCondition";
  130. this.gbxCondition.OriginalHeight = -1;
  131. this.gbxCondition.Size = new System.Drawing.Size(883, 51);
  132. this.gbxCondition.TabIndex = 24;
  133. this.gbxCondition.TabStop = false;
  134. this.gbxCondition.Text = "查询条件 ▼";
  135. //
  136. // btnClearCondition
  137. //
  138. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  139. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  140. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  141. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  143. this.btnClearCondition.Location = new System.Drawing.Point(795, 14);
  144. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  145. this.btnClearCondition.Name = "btnClearCondition";
  146. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  147. this.btnClearCondition.TabIndex = 5;
  148. this.btnClearCondition.Text = "清空条件(&C)";
  149. this.btnClearCondition.UseVisualStyleBackColor = false;
  150. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  151. //
  152. // btnSearch
  153. //
  154. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  155. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  156. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  157. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  158. this.btnSearch.ForeColor = System.Drawing.Color.White;
  159. this.btnSearch.Location = new System.Drawing.Point(704, 14);
  160. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  161. this.btnSearch.Name = "btnSearch";
  162. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  163. this.btnSearch.TabIndex = 4;
  164. this.btnSearch.Text = "查询(&Q)";
  165. this.btnSearch.UseVisualStyleBackColor = false;
  166. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  167. //
  168. // c_Label1
  169. //
  170. this.c_Label1.AutoSize = true;
  171. this.c_Label1.BackColor = System.Drawing.SystemColors.Control;
  172. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  173. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  174. this.c_Label1.Location = new System.Drawing.Point(297, 25);
  175. this.c_Label1.Name = "c_Label1";
  176. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  177. this.c_Label1.TabIndex = 0;
  178. this.c_Label1.Text = "产品编码";
  179. //
  180. // lblJobsCode
  181. //
  182. this.lblJobsCode.AutoSize = true;
  183. this.lblJobsCode.BackColor = System.Drawing.SystemColors.Control;
  184. this.lblJobsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  185. this.lblJobsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  186. this.lblJobsCode.Location = new System.Drawing.Point(6, 25);
  187. this.lblJobsCode.Name = "lblJobsCode";
  188. this.lblJobsCode.Size = new System.Drawing.Size(77, 12);
  189. this.lblJobsCode.TabIndex = 0;
  190. this.lblJobsCode.Text = "工价分类名称";
  191. //
  192. // txtGoodsCode
  193. //
  194. this.txtGoodsCode.BackColor = System.Drawing.SystemColors.Window;
  195. this.txtGoodsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  196. this.txtGoodsCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  197. this.txtGoodsCode.ErrorMessage = "";
  198. this.txtGoodsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. this.txtGoodsCode.Location = new System.Drawing.Point(356, 20);
  200. this.txtGoodsCode.MaxLength = 20;
  201. this.txtGoodsCode.Name = "txtGoodsCode";
  202. this.txtGoodsCode.Size = new System.Drawing.Size(146, 21);
  203. this.txtGoodsCode.TabIndex = 1;
  204. //
  205. // txtWagesTypeName
  206. //
  207. this.txtWagesTypeName.BackColor = System.Drawing.SystemColors.Window;
  208. this.txtWagesTypeName.BackgroundColor = System.Drawing.SystemColors.Window;
  209. this.txtWagesTypeName.ErrorMessage = "";
  210. this.txtWagesTypeName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  211. this.txtWagesTypeName.Location = new System.Drawing.Point(92, 20);
  212. this.txtWagesTypeName.MaxLength = 20;
  213. this.txtWagesTypeName.Name = "txtWagesTypeName";
  214. this.txtWagesTypeName.Size = new System.Drawing.Size(175, 21);
  215. this.txtWagesTypeName.TabIndex = 1;
  216. //
  217. // dgvJobsPayPlan
  218. //
  219. this.dgvJobsPayPlan.AllowUserToAddRows = false;
  220. this.dgvJobsPayPlan.AllowUserToDeleteRows = false;
  221. this.dgvJobsPayPlan.AllowUserToModifyRows = true;
  222. this.dgvJobsPayPlan.AllowUserToOrderColumns = true;
  223. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  224. this.dgvJobsPayPlan.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  225. this.dgvJobsPayPlan.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  226. | System.Windows.Forms.AnchorStyles.Left)
  227. | System.Windows.Forms.AnchorStyles.Right)));
  228. this.dgvJobsPayPlan.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  229. this.dgvJobsPayPlan.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  230. this.dgvJobsPayPlan.CellHeight = 23;
  231. this.dgvJobsPayPlan.ChildNodeColumnName = null;
  232. this.dgvJobsPayPlan.ChildNodeColumnText = null;
  233. this.dgvJobsPayPlan.ColumnDeep = 1;
  234. this.dgvJobsPayPlan.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  235. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  236. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  237. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  239. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  240. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  241. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  242. this.dgvJobsPayPlan.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  243. this.dgvJobsPayPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  244. this.dgvJobsPayPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  245. this.WagesTypeName,
  246. this.GoodsName,
  247. this.GoodsCode,
  248. this.StartingDate});
  249. this.dgvJobsPayPlan.ColumnTreeView = null;
  250. this.dgvJobsPayPlan.ContextMenuVisible = ((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags)((Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.Refine | Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView.ContextMenuVisibleFlags.FileOut)));
  251. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  252. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  253. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  254. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  255. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  256. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  257. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  258. this.dgvJobsPayPlan.DefaultCellStyle = dataGridViewCellStyle4;
  259. this.dgvJobsPayPlan.DynamicColumnName = "";
  260. this.dgvJobsPayPlan.EnableHeadersVisualStyles = false;
  261. this.dgvJobsPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  262. this.dgvJobsPayPlan.IsAutoCountSum = true;
  263. this.dgvJobsPayPlan.IsAutoResizeColumns = false;
  264. this.dgvJobsPayPlan.IsClickF12 = false;
  265. this.dgvJobsPayPlan.IsSubTotalFlag = false;
  266. this.dgvJobsPayPlan.Location = new System.Drawing.Point(0, 95);
  267. this.dgvJobsPayPlan.MultiSelect = false;
  268. this.dgvJobsPayPlan.Name = "dgvJobsPayPlan";
  269. this.dgvJobsPayPlan.ReadOnly = true;
  270. this.dgvJobsPayPlan.RefreshAtHscroll = false;
  271. this.dgvJobsPayPlan.RowHeadersWidth = 50;
  272. this.dgvJobsPayPlan.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  273. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  274. this.dgvJobsPayPlan.RowsDefaultCellStyle = dataGridViewCellStyle5;
  275. this.dgvJobsPayPlan.RowTemplate.Height = 21;
  276. this.dgvJobsPayPlan.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  277. this.dgvJobsPayPlan.Size = new System.Drawing.Size(895, 396);
  278. this.dgvJobsPayPlan.SortOrderColumnName = null;
  279. this.dgvJobsPayPlan.TabIndex = 25;
  280. this.dgvJobsPayPlan.Tag = true;
  281. this.dgvJobsPayPlan.TotalSumColumns = null;
  282. this.dgvJobsPayPlan.ViewRowFilter = "";
  283. this.dgvJobsPayPlan.VirtualMode = true;
  284. //
  285. // WagesTypeName
  286. //
  287. this.WagesTypeName.DataPropertyName = "WagesTypeName";
  288. this.WagesTypeName.HeaderText = "工价分类名称";
  289. this.WagesTypeName.Name = "WagesTypeName";
  290. this.WagesTypeName.ReadOnly = true;
  291. //
  292. // GoodsName
  293. //
  294. this.GoodsName.DataPropertyName = "GoodsName";
  295. this.GoodsName.HeaderText = "产品名称";
  296. this.GoodsName.Name = "GoodsName";
  297. this.GoodsName.ReadOnly = true;
  298. //
  299. // GoodsCode
  300. //
  301. this.GoodsCode.DataPropertyName = "GoodsCode";
  302. this.GoodsCode.HeaderText = "产品编码";
  303. this.GoodsCode.Name = "GoodsCode";
  304. this.GoodsCode.ReadOnly = true;
  305. //
  306. // StartingDate
  307. //
  308. this.StartingDate.DataPropertyName = "StartingDate";
  309. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  310. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  311. dataGridViewCellStyle3.NullValue = null;
  312. this.StartingDate.DefaultCellStyle = dataGridViewCellStyle3;
  313. this.StartingDate.HeaderText = "投产日期";
  314. this.StartingDate.Name = "StartingDate";
  315. this.StartingDate.ReadOnly = true;
  316. //
  317. // F_PAM_0201
  318. //
  319. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  320. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  321. this.ClientSize = new System.Drawing.Size(895, 493);
  322. this.Controls.Add(this.dgvJobsPayPlan);
  323. this.Controls.Add(this.gbxCondition);
  324. this.Controls.Add(this.tsrOperate);
  325. this.Name = "F_PAM_0201";
  326. this.Text = "产品工价分类";
  327. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PAM_0201_FormClosed);
  328. this.Load += new System.EventHandler(this.F_PAM_0201_Load);
  329. this.tsrOperate.ResumeLayout(false);
  330. this.tsrOperate.PerformLayout();
  331. this.gbxCondition.ResumeLayout(false);
  332. this.gbxCondition.PerformLayout();
  333. ((System.ComponentModel.ISupportInitialize)(this.dgvJobsPayPlan)).EndInit();
  334. this.ResumeLayout(false);
  335. }
  336. #endregion
  337. private Basics.BaseControls.C_ToolStrip tsrOperate;
  338. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  339. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  340. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  341. private System.Windows.Forms.ToolStripButton tsbtnClose;
  342. private Basics.BaseControls.C_GroupBox gbxCondition;
  343. private Basics.BaseControls.C_Button btnClearCondition;
  344. private Basics.BaseControls.C_Button btnSearch;
  345. private Basics.BaseControls.C_Label lblJobsCode;
  346. private Basics.BaseControls.C_TextBox txtWagesTypeName;
  347. private Basics.BaseControls.C_DataGridView dgvJobsPayPlan;
  348. private Basics.BaseControls.C_Label c_Label1;
  349. private Basics.BaseControls.C_TextBox txtGoodsCode;
  350. private System.Windows.Forms.DataGridViewTextBoxColumn WagesTypeName;
  351. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsName;
  352. private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
  353. private System.Windows.Forms.DataGridViewTextBoxColumn StartingDate;
  354. }
  355. }