F_PAM_0103.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. namespace Dongke.IBOSS.PRD.Client.PAMModule
  2. {
  3. partial class F_PAM_0103
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = 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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PAM_0103));
  37. this.splitContainer1 = new System.Windows.Forms.SplitContainer();
  38. this.dgvPayPlan = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.PayPlanID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.PayPlanName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dgvJobs = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  42. this.JobsID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.JobsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.PayPlanID1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.btnCancel = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  47. this.btnSave = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  48. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
  49. this.splitContainer1.Panel1.SuspendLayout();
  50. this.splitContainer1.Panel2.SuspendLayout();
  51. this.splitContainer1.SuspendLayout();
  52. ((System.ComponentModel.ISupportInitialize)(this.dgvPayPlan)).BeginInit();
  53. ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).BeginInit();
  54. this.SuspendLayout();
  55. //
  56. // splitContainer1
  57. //
  58. this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  59. | System.Windows.Forms.AnchorStyles.Left)
  60. | System.Windows.Forms.AnchorStyles.Right)));
  61. this.splitContainer1.Location = new System.Drawing.Point(12, 12);
  62. this.splitContainer1.Name = "splitContainer1";
  63. //
  64. // splitContainer1.Panel1
  65. //
  66. this.splitContainer1.Panel1.Controls.Add(this.dgvPayPlan);
  67. //
  68. // splitContainer1.Panel2
  69. //
  70. this.splitContainer1.Panel2.Controls.Add(this.dgvJobs);
  71. this.splitContainer1.Size = new System.Drawing.Size(649, 355);
  72. this.splitContainer1.SplitterDistance = 323;
  73. this.splitContainer1.TabIndex = 48;
  74. //
  75. // dgvPayPlan
  76. //
  77. this.dgvPayPlan.AllowUserToAddRows = false;
  78. this.dgvPayPlan.AllowUserToDeleteRows = false;
  79. this.dgvPayPlan.AllowUserToModifyRows = true;
  80. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  81. this.dgvPayPlan.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  82. this.dgvPayPlan.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  83. this.dgvPayPlan.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  84. this.dgvPayPlan.CellHeight = 23;
  85. this.dgvPayPlan.ChildNodeColumnName = null;
  86. this.dgvPayPlan.ChildNodeColumnText = null;
  87. this.dgvPayPlan.ColumnDeep = 1;
  88. this.dgvPayPlan.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  89. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  90. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  91. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  92. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  93. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  94. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  95. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  96. this.dgvPayPlan.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  97. this.dgvPayPlan.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  98. this.dgvPayPlan.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  99. this.PayPlanID,
  100. this.PayPlanName});
  101. this.dgvPayPlan.ColumnTreeView = null;
  102. this.dgvPayPlan.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)));
  103. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  104. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  105. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  106. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  107. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  108. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  109. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  110. this.dgvPayPlan.DefaultCellStyle = dataGridViewCellStyle3;
  111. this.dgvPayPlan.Dock = System.Windows.Forms.DockStyle.Fill;
  112. this.dgvPayPlan.DynamicColumnName = "";
  113. this.dgvPayPlan.EnableHeadersVisualStyles = false;
  114. this.dgvPayPlan.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  115. this.dgvPayPlan.HorizontalMergeColumn = null;
  116. this.dgvPayPlan.IsAutoCountSum = true;
  117. this.dgvPayPlan.IsAutoResizeColumns = false;
  118. this.dgvPayPlan.IsClickF12 = false;
  119. this.dgvPayPlan.IsOpenMergeCellFlag = false;
  120. this.dgvPayPlan.IsSubTotalFlag = false;
  121. this.dgvPayPlan.IsTopDeep = false;
  122. this.dgvPayPlan.Location = new System.Drawing.Point(0, 0);
  123. this.dgvPayPlan.MergeColumnNames = null;
  124. this.dgvPayPlan.MergeDetailColumnNames = null;
  125. this.dgvPayPlan.MergeDetailOnlyColumn = null;
  126. this.dgvPayPlan.MergeOnlyColumn = null;
  127. this.dgvPayPlan.MultiSelect = false;
  128. this.dgvPayPlan.Name = "dgvPayPlan";
  129. this.dgvPayPlan.ReadOnly = true;
  130. this.dgvPayPlan.RefreshAtHscroll = false;
  131. this.dgvPayPlan.RowHeadersWidth = 50;
  132. this.dgvPayPlan.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  133. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  134. this.dgvPayPlan.RowsDefaultCellStyle = dataGridViewCellStyle4;
  135. this.dgvPayPlan.RowTemplate.Height = 21;
  136. this.dgvPayPlan.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  137. this.dgvPayPlan.Size = new System.Drawing.Size(323, 355);
  138. this.dgvPayPlan.SortOrderColumnName = null;
  139. this.dgvPayPlan.TabIndex = 0;
  140. this.dgvPayPlan.Tag = true;
  141. this.dgvPayPlan.TotalSumColumns = null;
  142. this.dgvPayPlan.ViewRowFilter = "";
  143. this.dgvPayPlan.VirtualMode = true;
  144. this.dgvPayPlan.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRptSProcedure_CellValueChanged);
  145. this.dgvPayPlan.SelectionChanged += new System.EventHandler(this.dgvPayPlan_SelectionChanged);
  146. //
  147. // PayPlanID
  148. //
  149. this.PayPlanID.DataPropertyName = "PayPlanID";
  150. this.PayPlanID.HeaderText = "工资方案ID";
  151. this.PayPlanID.Name = "PayPlanID";
  152. this.PayPlanID.ReadOnly = true;
  153. this.PayPlanID.Visible = false;
  154. //
  155. // PayPlanName
  156. //
  157. this.PayPlanName.DataPropertyName = "PayPlanName";
  158. this.PayPlanName.HeaderText = "工资方案名称";
  159. this.PayPlanName.Name = "PayPlanName";
  160. this.PayPlanName.ReadOnly = true;
  161. //
  162. // dgvJobs
  163. //
  164. this.dgvJobs.AllowUserToAddRows = false;
  165. this.dgvJobs.AllowUserToModifyRows = true;
  166. dataGridViewCellStyle5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  167. this.dgvJobs.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle5;
  168. this.dgvJobs.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  169. this.dgvJobs.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  170. this.dgvJobs.CellHeight = 23;
  171. this.dgvJobs.ChildNodeColumnName = null;
  172. this.dgvJobs.ChildNodeColumnText = null;
  173. this.dgvJobs.ColumnDeep = 1;
  174. this.dgvJobs.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  175. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  176. dataGridViewCellStyle6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  177. dataGridViewCellStyle6.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. dataGridViewCellStyle6.ForeColor = System.Drawing.Color.White;
  179. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  180. dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  181. dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  182. this.dgvJobs.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle6;
  183. this.dgvJobs.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  184. this.dgvJobs.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  185. this.JobsID,
  186. this.JobsCode,
  187. this.JobsName,
  188. this.PayPlanID1});
  189. this.dgvJobs.ColumnTreeView = null;
  190. this.dgvJobs.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)));
  191. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  192. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  193. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  194. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  195. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  196. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  197. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  198. this.dgvJobs.DefaultCellStyle = dataGridViewCellStyle7;
  199. this.dgvJobs.Dock = System.Windows.Forms.DockStyle.Fill;
  200. this.dgvJobs.DynamicColumnName = "";
  201. this.dgvJobs.EnableHeadersVisualStyles = false;
  202. this.dgvJobs.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  203. this.dgvJobs.HorizontalMergeColumn = null;
  204. this.dgvJobs.IsAutoCountSum = true;
  205. this.dgvJobs.IsAutoResizeColumns = false;
  206. this.dgvJobs.IsClickF12 = false;
  207. this.dgvJobs.IsOpenMergeCellFlag = false;
  208. this.dgvJobs.IsSubTotalFlag = false;
  209. this.dgvJobs.IsTopDeep = false;
  210. this.dgvJobs.Location = new System.Drawing.Point(0, 0);
  211. this.dgvJobs.MergeColumnNames = null;
  212. this.dgvJobs.MergeDetailColumnNames = null;
  213. this.dgvJobs.MergeDetailOnlyColumn = null;
  214. this.dgvJobs.MergeOnlyColumn = null;
  215. this.dgvJobs.MultiSelect = false;
  216. this.dgvJobs.Name = "dgvJobs";
  217. this.dgvJobs.RefreshAtHscroll = false;
  218. this.dgvJobs.RowHeadersWidth = 50;
  219. this.dgvJobs.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  220. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  221. this.dgvJobs.RowsDefaultCellStyle = dataGridViewCellStyle8;
  222. this.dgvJobs.RowTemplate.Height = 21;
  223. this.dgvJobs.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  224. this.dgvJobs.Size = new System.Drawing.Size(322, 355);
  225. this.dgvJobs.SortOrderColumnName = null;
  226. this.dgvJobs.TabIndex = 41;
  227. this.dgvJobs.Tag = true;
  228. this.dgvJobs.TotalSumColumns = null;
  229. this.dgvJobs.ViewRowFilter = "";
  230. this.dgvJobs.VirtualMode = true;
  231. this.dgvJobs.CellBeginEdit += new System.Windows.Forms.DataGridViewCellCancelEventHandler(this.dgvJobs_CellBeginEdit);
  232. this.dgvJobs.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvRptTProcedure_CellValueChanged);
  233. this.dgvJobs.UserDeletingRow += new System.Windows.Forms.DataGridViewRowCancelEventHandler(this.dgvJobs_UserDeletingRow);
  234. //
  235. // JobsID
  236. //
  237. this.JobsID.DataPropertyName = "JobsID";
  238. this.JobsID.HeaderText = "工种ID";
  239. this.JobsID.Name = "JobsID";
  240. this.JobsID.ReadOnly = true;
  241. this.JobsID.Visible = false;
  242. //
  243. // JobsCode
  244. //
  245. this.JobsCode.DataPropertyName = "JobsCode";
  246. this.JobsCode.HeaderText = "工种编码";
  247. this.JobsCode.Name = "JobsCode";
  248. //
  249. // JobsName
  250. //
  251. this.JobsName.DataPropertyName = "JobsName";
  252. this.JobsName.HeaderText = "工种名称";
  253. this.JobsName.Name = "JobsName";
  254. this.JobsName.ReadOnly = true;
  255. //
  256. // PayPlanID1
  257. //
  258. this.PayPlanID1.DataPropertyName = "PayPlanID";
  259. this.PayPlanID1.HeaderText = "PayPlanID";
  260. this.PayPlanID1.Name = "PayPlanID1";
  261. this.PayPlanID1.Visible = false;
  262. //
  263. // btnCancel
  264. //
  265. this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  266. this.btnCancel.BackColor = System.Drawing.Color.Transparent;
  267. this.btnCancel.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnCancel.BackgroundImage")));
  268. this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  269. this.btnCancel.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  270. this.btnCancel.ForeColor = System.Drawing.Color.White;
  271. this.btnCancel.Location = new System.Drawing.Point(574, 372);
  272. this.btnCancel.Name = "btnCancel";
  273. this.btnCancel.Size = new System.Drawing.Size(86, 30);
  274. this.btnCancel.TabIndex = 50;
  275. this.btnCancel.Text = "关闭";
  276. this.btnCancel.UseVisualStyleBackColor = false;
  277. //
  278. // btnSave
  279. //
  280. this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
  281. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  282. this.btnSave.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSave.BackgroundImage")));
  283. this.btnSave.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  284. this.btnSave.ForeColor = System.Drawing.Color.White;
  285. this.btnSave.Location = new System.Drawing.Point(482, 372);
  286. this.btnSave.Name = "btnSave";
  287. this.btnSave.Size = new System.Drawing.Size(86, 30);
  288. this.btnSave.TabIndex = 49;
  289. this.btnSave.Text = "保存(&S)";
  290. this.btnSave.UseVisualStyleBackColor = false;
  291. this.btnSave.Click += new System.EventHandler(this.btnSave_Click_1);
  292. //
  293. // F_PAM_0103
  294. //
  295. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  296. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  297. this.ClientSize = new System.Drawing.Size(673, 428);
  298. this.Controls.Add(this.btnCancel);
  299. this.Controls.Add(this.btnSave);
  300. this.Controls.Add(this.splitContainer1);
  301. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  302. this.IsSaveFormSize = false;
  303. this.MaximizeBox = false;
  304. this.MinimizeBox = false;
  305. this.Name = "F_PAM_0103";
  306. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  307. this.StatusSizingGrip = false;
  308. this.Text = "新建、编辑工种工资方案";
  309. this.Load += new System.EventHandler(this.F_MST_0702_Load);
  310. this.Controls.SetChildIndex(this.splitContainer1, 0);
  311. this.Controls.SetChildIndex(this.btnSave, 0);
  312. this.Controls.SetChildIndex(this.btnCancel, 0);
  313. this.splitContainer1.Panel1.ResumeLayout(false);
  314. this.splitContainer1.Panel2.ResumeLayout(false);
  315. ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
  316. this.splitContainer1.ResumeLayout(false);
  317. ((System.ComponentModel.ISupportInitialize)(this.dgvPayPlan)).EndInit();
  318. ((System.ComponentModel.ISupportInitialize)(this.dgvJobs)).EndInit();
  319. this.ResumeLayout(false);
  320. this.PerformLayout();
  321. }
  322. #endregion
  323. private System.Windows.Forms.SplitContainer splitContainer1;
  324. private Basics.BaseControls.C_DataGridView dgvPayPlan;
  325. private Basics.BaseControls.C_DataGridView dgvJobs;
  326. private Basics.BaseControls.C_Button btnCancel;
  327. private Basics.BaseControls.C_Button btnSave;
  328. private System.Windows.Forms.DataGridViewTextBoxColumn JobsID;
  329. private System.Windows.Forms.DataGridViewTextBoxColumn JobsCode;
  330. private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
  331. private System.Windows.Forms.DataGridViewTextBoxColumn PayPlanID1;
  332. private System.Windows.Forms.DataGridViewTextBoxColumn PayPlanID;
  333. private System.Windows.Forms.DataGridViewTextBoxColumn PayPlanName;
  334. }
  335. }