F_PAM_0102.Designer.cs 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402
  1. namespace Dongke.IBOSS.PRD.Client.PAMModule
  2. {
  3. partial class F_PAM_0102
  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_0102));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  34. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  35. this.tsbtnEdit = 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.txtPayPlanName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  43. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  44. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.lblJobsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.txtJobsName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.txtJobsCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  48. this.dgvJobsPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  49. this.JobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.PayPlanName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.PayPlanID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.tsrOperate.SuspendLayout();
  54. this.gbxCondition.SuspendLayout();
  55. ((System.ComponentModel.ISupportInitialize)(this.dgvJobsPayPlan)).BeginInit();
  56. this.SuspendLayout();
  57. //
  58. // tsrOperate
  59. //
  60. this.tsrOperate.AutoSize = false;
  61. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  62. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PAMModule.Properties.Resources.functionbackground;
  63. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  65. this.tsbtnAdd,
  66. this.tsbtnEdit,
  67. this.toolStripSeparator3,
  68. this.tsbtnAdaptive,
  69. this.tsbtnClose});
  70. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  71. this.tsrOperate.Name = "tsrOperate";
  72. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  73. this.tsrOperate.ShowItemToolTips = false;
  74. this.tsrOperate.Size = new System.Drawing.Size(895, 35);
  75. this.tsrOperate.TabIndex = 2;
  76. //
  77. // tsbtnAdd
  78. //
  79. this.tsbtnAdd.AutoSize = false;
  80. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  81. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  82. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  83. this.tsbtnAdd.Name = "tsbtnAdd";
  84. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  85. this.tsbtnAdd.Text = "新建(&N)";
  86. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  87. //
  88. // tsbtnEdit
  89. //
  90. this.tsbtnEdit.AutoSize = false;
  91. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  93. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  94. this.tsbtnEdit.Name = "tsbtnEdit";
  95. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  96. this.tsbtnEdit.Text = "编辑(&E)";
  97. this.tsbtnEdit.Visible = false;
  98. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  99. //
  100. // toolStripSeparator3
  101. //
  102. this.toolStripSeparator3.AutoSize = false;
  103. this.toolStripSeparator3.Name = "toolStripSeparator3";
  104. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  105. //
  106. // tsbtnAdaptive
  107. //
  108. this.tsbtnAdaptive.AutoSize = false;
  109. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  111. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  112. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  113. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  114. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  115. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  116. //
  117. // tsbtnClose
  118. //
  119. this.tsbtnClose.AutoSize = false;
  120. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  121. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  122. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  123. this.tsbtnClose.Name = "tsbtnClose";
  124. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  125. this.tsbtnClose.Text = "关闭(&X)";
  126. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  127. //
  128. // gbxCondition
  129. //
  130. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  131. | System.Windows.Forms.AnchorStyles.Right)));
  132. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  133. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  134. this.gbxCondition.Controls.Add(this.txtPayPlanName);
  135. this.gbxCondition.Controls.Add(this.btnClearCondition);
  136. this.gbxCondition.Controls.Add(this.btnSearch);
  137. this.gbxCondition.Controls.Add(this.c_Label2);
  138. this.gbxCondition.Controls.Add(this.c_Label1);
  139. this.gbxCondition.Controls.Add(this.lblJobsCode);
  140. this.gbxCondition.Controls.Add(this.txtJobsName);
  141. this.gbxCondition.Controls.Add(this.txtJobsCode);
  142. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  143. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  144. this.gbxCondition.IsMustInput = false;
  145. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  146. this.gbxCondition.Name = "gbxCondition";
  147. this.gbxCondition.OriginalHeight = -1;
  148. this.gbxCondition.Size = new System.Drawing.Size(883, 51);
  149. this.gbxCondition.TabIndex = 24;
  150. this.gbxCondition.TabStop = false;
  151. this.gbxCondition.Text = "查询条件 ▼";
  152. //
  153. // txtPayPlanName
  154. //
  155. this.txtPayPlanName.BackColor = System.Drawing.SystemColors.Window;
  156. this.txtPayPlanName.BackgroundColor = System.Drawing.SystemColors.Window;
  157. this.txtPayPlanName.ErrorMessage = "";
  158. this.txtPayPlanName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  159. this.txtPayPlanName.Location = new System.Drawing.Point(471, 20);
  160. this.txtPayPlanName.MaxLength = 20;
  161. this.txtPayPlanName.Name = "txtPayPlanName";
  162. this.txtPayPlanName.Size = new System.Drawing.Size(120, 21);
  163. this.txtPayPlanName.TabIndex = 2;
  164. //
  165. // btnClearCondition
  166. //
  167. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  168. this.btnClearCondition.BackColor = System.Drawing.Color.Gray;
  169. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  170. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  172. this.btnClearCondition.Location = new System.Drawing.Point(795, 14);
  173. this.btnClearCondition.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  174. this.btnClearCondition.Name = "btnClearCondition";
  175. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  176. this.btnClearCondition.TabIndex = 5;
  177. this.btnClearCondition.Text = "清空条件(&C)";
  178. this.btnClearCondition.UseVisualStyleBackColor = false;
  179. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  180. //
  181. // btnSearch
  182. //
  183. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  184. this.btnSearch.BackColor = System.Drawing.Color.Gray;
  185. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  186. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  187. this.btnSearch.ForeColor = System.Drawing.Color.White;
  188. this.btnSearch.Location = new System.Drawing.Point(704, 14);
  189. this.btnSearch.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  190. this.btnSearch.Name = "btnSearch";
  191. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  192. this.btnSearch.TabIndex = 4;
  193. this.btnSearch.Text = "查询(&Q)";
  194. this.btnSearch.UseVisualStyleBackColor = false;
  195. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  196. //
  197. // c_Label2
  198. //
  199. this.c_Label2.AutoSize = true;
  200. this.c_Label2.BackColor = System.Drawing.SystemColors.Control;
  201. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  202. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  203. this.c_Label2.Location = new System.Drawing.Point(212, 23);
  204. this.c_Label2.Name = "c_Label2";
  205. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  206. this.c_Label2.TabIndex = 0;
  207. this.c_Label2.Text = "工资名称";
  208. //
  209. // c_Label1
  210. //
  211. this.c_Label1.AutoSize = true;
  212. this.c_Label1.BackColor = System.Drawing.SystemColors.Control;
  213. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  214. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  215. this.c_Label1.Location = new System.Drawing.Point(412, 23);
  216. this.c_Label1.Name = "c_Label1";
  217. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  218. this.c_Label1.TabIndex = 0;
  219. this.c_Label1.Text = "工资方案";
  220. //
  221. // lblJobsCode
  222. //
  223. this.lblJobsCode.AutoSize = true;
  224. this.lblJobsCode.BackColor = System.Drawing.SystemColors.Control;
  225. this.lblJobsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.lblJobsCode.ForeColor = System.Drawing.SystemColors.ControlText;
  227. this.lblJobsCode.Location = new System.Drawing.Point(6, 23);
  228. this.lblJobsCode.Name = "lblJobsCode";
  229. this.lblJobsCode.Size = new System.Drawing.Size(53, 12);
  230. this.lblJobsCode.TabIndex = 0;
  231. this.lblJobsCode.Text = "工种编码";
  232. //
  233. // txtJobsName
  234. //
  235. this.txtJobsName.BackColor = System.Drawing.SystemColors.Window;
  236. this.txtJobsName.BackgroundColor = System.Drawing.SystemColors.Window;
  237. this.txtJobsName.ErrorMessage = "";
  238. this.txtJobsName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.txtJobsName.Location = new System.Drawing.Point(271, 20);
  240. this.txtJobsName.MaxLength = 20;
  241. this.txtJobsName.Name = "txtJobsName";
  242. this.txtJobsName.Size = new System.Drawing.Size(120, 21);
  243. this.txtJobsName.TabIndex = 1;
  244. //
  245. // txtJobsCode
  246. //
  247. this.txtJobsCode.BackColor = System.Drawing.SystemColors.Window;
  248. this.txtJobsCode.BackgroundColor = System.Drawing.SystemColors.Window;
  249. this.txtJobsCode.ErrorMessage = "";
  250. this.txtJobsCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  251. this.txtJobsCode.Location = new System.Drawing.Point(72, 20);
  252. this.txtJobsCode.MaxLength = 20;
  253. this.txtJobsCode.Name = "txtJobsCode";
  254. this.txtJobsCode.Size = new System.Drawing.Size(120, 21);
  255. this.txtJobsCode.TabIndex = 1;
  256. //
  257. // dgvJobsPayPlan
  258. //
  259. this.dgvJobsPayPlan.AllowUserToAddRows = false;
  260. this.dgvJobsPayPlan.AllowUserToDeleteRows = false;
  261. this.dgvJobsPayPlan.AllowUserToModifyRows = true;
  262. this.dgvJobsPayPlan.AllowUserToOrderColumns = true;
  263. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  264. this.dgvJobsPayPlan.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  265. this.dgvJobsPayPlan.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  266. | System.Windows.Forms.AnchorStyles.Left)
  267. | System.Windows.Forms.AnchorStyles.Right)));
  268. this.dgvJobsPayPlan.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  269. this.dgvJobsPayPlan.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  270. this.dgvJobsPayPlan.CellHeight = 23;
  271. this.dgvJobsPayPlan.ChildNodeColumnName = null;
  272. this.dgvJobsPayPlan.ChildNodeColumnText = null;
  273. this.dgvJobsPayPlan.ColumnDeep = 1;
  274. this.dgvJobsPayPlan.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  275. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  276. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  277. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  279. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  280. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  281. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  282. this.dgvJobsPayPlan.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  283. this.dgvJobsPayPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  284. this.dgvJobsPayPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  285. this.JobsCode,
  286. this.JobsName,
  287. this.PayPlanName,
  288. this.PayPlanID});
  289. this.dgvJobsPayPlan.ColumnTreeView = null;
  290. 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)));
  291. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  292. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  293. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  294. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  295. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  296. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  297. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  298. this.dgvJobsPayPlan.DefaultCellStyle = dataGridViewCellStyle3;
  299. this.dgvJobsPayPlan.DynamicColumnName = "";
  300. this.dgvJobsPayPlan.EnableHeadersVisualStyles = false;
  301. this.dgvJobsPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.dgvJobsPayPlan.IsAutoCountSum = true;
  303. this.dgvJobsPayPlan.IsAutoResizeColumns = false;
  304. this.dgvJobsPayPlan.IsClickF12 = false;
  305. this.dgvJobsPayPlan.IsSubTotalFlag = false;
  306. this.dgvJobsPayPlan.Location = new System.Drawing.Point(0, 95);
  307. this.dgvJobsPayPlan.MultiSelect = false;
  308. this.dgvJobsPayPlan.Name = "dgvJobsPayPlan";
  309. this.dgvJobsPayPlan.ReadOnly = true;
  310. this.dgvJobsPayPlan.RefreshAtHscroll = false;
  311. this.dgvJobsPayPlan.RowHeadersWidth = 50;
  312. this.dgvJobsPayPlan.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  313. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  314. this.dgvJobsPayPlan.RowsDefaultCellStyle = dataGridViewCellStyle4;
  315. this.dgvJobsPayPlan.RowTemplate.Height = 21;
  316. this.dgvJobsPayPlan.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  317. this.dgvJobsPayPlan.Size = new System.Drawing.Size(895, 396);
  318. this.dgvJobsPayPlan.SortOrderColumnName = null;
  319. this.dgvJobsPayPlan.TabIndex = 25;
  320. this.dgvJobsPayPlan.Tag = true;
  321. this.dgvJobsPayPlan.TotalSumColumns = null;
  322. this.dgvJobsPayPlan.ViewRowFilter = "";
  323. this.dgvJobsPayPlan.VirtualMode = true;
  324. //
  325. // JobsCode
  326. //
  327. this.JobsCode.DataPropertyName = "JobsCode";
  328. this.JobsCode.HeaderText = "工种编码";
  329. this.JobsCode.Name = "JobsCode";
  330. this.JobsCode.ReadOnly = true;
  331. //
  332. // JobsName
  333. //
  334. this.JobsName.DataPropertyName = "JobsName";
  335. this.JobsName.HeaderText = "工种名称";
  336. this.JobsName.Name = "JobsName";
  337. this.JobsName.ReadOnly = true;
  338. //
  339. // PayPlanName
  340. //
  341. this.PayPlanName.DataPropertyName = "PayPlanName";
  342. this.PayPlanName.HeaderText = "工资方案";
  343. this.PayPlanName.Name = "PayPlanName";
  344. this.PayPlanName.ReadOnly = true;
  345. this.PayPlanName.Width = 200;
  346. //
  347. // PayPlanID
  348. //
  349. this.PayPlanID.DataPropertyName = "PayPlanID";
  350. this.PayPlanID.HeaderText = "工资方案ID";
  351. this.PayPlanID.Name = "PayPlanID";
  352. this.PayPlanID.ReadOnly = true;
  353. this.PayPlanID.Visible = false;
  354. //
  355. // F_PAM_0102
  356. //
  357. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  358. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  359. this.ClientSize = new System.Drawing.Size(895, 493);
  360. this.Controls.Add(this.dgvJobsPayPlan);
  361. this.Controls.Add(this.gbxCondition);
  362. this.Controls.Add(this.tsrOperate);
  363. this.Name = "F_PAM_0102";
  364. this.Text = "工种工资方案";
  365. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_PAM_0102_FormClosed);
  366. this.Load += new System.EventHandler(this.F_PAM_0102_Load);
  367. this.tsrOperate.ResumeLayout(false);
  368. this.tsrOperate.PerformLayout();
  369. this.gbxCondition.ResumeLayout(false);
  370. this.gbxCondition.PerformLayout();
  371. ((System.ComponentModel.ISupportInitialize)(this.dgvJobsPayPlan)).EndInit();
  372. this.ResumeLayout(false);
  373. }
  374. #endregion
  375. private Basics.BaseControls.C_ToolStrip tsrOperate;
  376. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  377. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  378. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  379. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  380. private System.Windows.Forms.ToolStripButton tsbtnClose;
  381. private Basics.BaseControls.C_GroupBox gbxCondition;
  382. private Basics.BaseControls.C_Button btnClearCondition;
  383. private Basics.BaseControls.C_Button btnSearch;
  384. private Basics.BaseControls.C_Label lblJobsCode;
  385. private Basics.BaseControls.C_TextBox txtJobsCode;
  386. private Basics.BaseControls.C_Label c_Label1;
  387. private Basics.BaseControls.C_TextBox txtPayPlanName;
  388. private Basics.BaseControls.C_DataGridView dgvJobsPayPlan;
  389. private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode;
  390. private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
  391. private System.Windows.Forms.DataGridViewTextBoxColumn PayPlanName;
  392. private System.Windows.Forms.DataGridViewTextBoxColumn PayPlanID;
  393. private Basics.BaseControls.C_Label c_Label2;
  394. private Basics.BaseControls.C_TextBox txtJobsName;
  395. }
  396. }