frmWageQueryConfig.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676
  1. namespace LYFZ.Software.UI.FinancialManagement
  2. {
  3. partial class frmWageQueryConfig
  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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWageQueryConfig));
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.panelEx1 = new LYFZ.ComponentLibrary.PanelEx();
  36. this.tabControlEx1 = new LYFZ.ComponentLibrary.TabControlEx();
  37. this.tabPage1 = new System.Windows.Forms.TabPage();
  38. this.groupBoxEx1 = new LYFZ.ComponentLibrary.GroupBoxEx();
  39. this.dgvStatisticsList = new LYFZ.ComponentLibrary.DataGridViewEx();
  40. this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  41. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.panelEx2 = new LYFZ.ComponentLibrary.PanelEx();
  47. this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
  48. this.labelEx15 = new LYFZ.ComponentLibrary.LabelEx();
  49. this.cmbEmployeeName = new LYFZ.ComponentLibrary.ComboBoxTreeViewEx();
  50. this.btnSave = new LYFZ.ComponentLibrary.ButtonEx();
  51. this.btnClosed = new LYFZ.ComponentLibrary.ButtonEx();
  52. this.tabPage2 = new System.Windows.Forms.TabPage();
  53. this.groupBoxEx2 = new LYFZ.ComponentLibrary.GroupBoxEx();
  54. this.dgvSetList = new LYFZ.ComponentLibrary.DataGridViewEx();
  55. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Column5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.Column7 = new System.Windows.Forms.DataGridViewLinkColumn();
  61. this.Column6 = new System.Windows.Forms.DataGridViewLinkColumn();
  62. this.panelEx3 = new LYFZ.ComponentLibrary.PanelEx();
  63. this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
  64. this.btnAddProgram = new LYFZ.ComponentLibrary.ButtonEx();
  65. this.bntRefresh = new LYFZ.ComponentLibrary.ButtonEx();
  66. this.btnImport = new LYFZ.ComponentLibrary.ButtonEx();
  67. this.btnExport = new LYFZ.ComponentLibrary.ButtonEx();
  68. this.btnAllDel = new LYFZ.ComponentLibrary.ButtonEx();
  69. this.btnClose = new LYFZ.ComponentLibrary.ButtonEx();
  70. this.lbMsg = new System.Windows.Forms.Label();
  71. this.plExMainContainer.SuspendLayout();
  72. this.plFormMainContent.SuspendLayout();
  73. this.panelEx1.SuspendLayout();
  74. this.tabControlEx1.SuspendLayout();
  75. this.tabPage1.SuspendLayout();
  76. this.groupBoxEx1.SuspendLayout();
  77. ((System.ComponentModel.ISupportInitialize)(this.dgvStatisticsList)).BeginInit();
  78. this.panelEx2.SuspendLayout();
  79. this.flowLayoutPanel1.SuspendLayout();
  80. this.tabPage2.SuspendLayout();
  81. this.groupBoxEx2.SuspendLayout();
  82. ((System.ComponentModel.ISupportInitialize)(this.dgvSetList)).BeginInit();
  83. this.panelEx3.SuspendLayout();
  84. this.flowLayoutPanel2.SuspendLayout();
  85. this.SuspendLayout();
  86. //
  87. // plExMainContainer
  88. //
  89. this.plExMainContainer.Controls.Add(this.panelEx1);
  90. this.plExMainContainer.Padding = new System.Windows.Forms.Padding(8);
  91. this.plExMainContainer.Size = new System.Drawing.Size(1024, 703);
  92. //
  93. // plFormMainContent
  94. //
  95. this.plFormMainContent.Size = new System.Drawing.Size(1024, 703);
  96. //
  97. // btnAppFormMaximize
  98. //
  99. this.btnAppFormMaximize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMaximize.BackImg")));
  100. this.btnAppFormMaximize.Location = new System.Drawing.Point(965, 0);
  101. //
  102. // btnAppFormExit
  103. //
  104. this.btnAppFormExit.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormExit.BackImg")));
  105. this.btnAppFormExit.Location = new System.Drawing.Point(992, 0);
  106. //
  107. // btnAppFormMinimize
  108. //
  109. this.btnAppFormMinimize.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAppFormMinimize.BackImg")));
  110. this.btnAppFormMinimize.Location = new System.Drawing.Point(938, 0);
  111. //
  112. // panelEx1
  113. //
  114. this.panelEx1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  115. this.panelEx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  116. this.panelEx1.BorderWidth = 1;
  117. this.panelEx1.Controls.Add(this.tabControlEx1);
  118. this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  119. this.panelEx1.Location = new System.Drawing.Point(8, 8);
  120. this.panelEx1.Name = "panelEx1";
  121. this.panelEx1.Size = new System.Drawing.Size(1008, 687);
  122. this.panelEx1.TabIndex = 0;
  123. //
  124. // tabControlEx1
  125. //
  126. this.tabControlEx1.BaseColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  127. this.tabControlEx1.Controls.Add(this.tabPage1);
  128. this.tabControlEx1.Controls.Add(this.tabPage2);
  129. this.tabControlEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  130. this.tabControlEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  131. this.tabControlEx1.ItemSize = new System.Drawing.Size(120, 36);
  132. this.tabControlEx1.Location = new System.Drawing.Point(0, 0);
  133. this.tabControlEx1.Name = "tabControlEx1";
  134. this.tabControlEx1.PageColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  135. this.tabControlEx1.SelectedIndex = 0;
  136. this.tabControlEx1.Size = new System.Drawing.Size(1006, 685);
  137. this.tabControlEx1.SizeMode = System.Windows.Forms.TabSizeMode.Fixed;
  138. this.tabControlEx1.TabIndex = 1;
  139. //
  140. // tabPage1
  141. //
  142. this.tabPage1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  143. this.tabPage1.Controls.Add(this.groupBoxEx1);
  144. this.tabPage1.Controls.Add(this.panelEx2);
  145. this.tabPage1.Location = new System.Drawing.Point(4, 40);
  146. this.tabPage1.Name = "tabPage1";
  147. this.tabPage1.Padding = new System.Windows.Forms.Padding(3);
  148. this.tabPage1.Size = new System.Drawing.Size(998, 641);
  149. this.tabPage1.TabIndex = 0;
  150. this.tabPage1.Text = "统计方案选择";
  151. //
  152. // groupBoxEx1
  153. //
  154. this.groupBoxEx1.Controls.Add(this.dgvStatisticsList);
  155. this.groupBoxEx1.Dock = System.Windows.Forms.DockStyle.Fill;
  156. this.groupBoxEx1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  157. this.groupBoxEx1.Location = new System.Drawing.Point(3, 51);
  158. this.groupBoxEx1.Name = "groupBoxEx1";
  159. this.groupBoxEx1.Size = new System.Drawing.Size(992, 587);
  160. this.groupBoxEx1.TabIndex = 3;
  161. this.groupBoxEx1.TabStop = false;
  162. this.groupBoxEx1.Text = "统计查询方案(在选择员工后 双击标题上的”选择“可全选/取消选择)";
  163. //
  164. // dgvStatisticsList
  165. //
  166. this.dgvStatisticsList.AllowUserToAddRows = false;
  167. this.dgvStatisticsList.AllowUserToDeleteRows = false;
  168. this.dgvStatisticsList.AllowUserToResizeRows = false;
  169. dataGridViewCellStyle1.BackColor = System.Drawing.Color.LightCyan;
  170. this.dgvStatisticsList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  171. this.dgvStatisticsList.BackgroundColor = System.Drawing.Color.White;
  172. this.dgvStatisticsList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  173. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  174. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  175. dataGridViewCellStyle2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  176. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  177. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  178. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  179. this.dgvStatisticsList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  180. this.dgvStatisticsList.ColumnHeadersHeight = 32;
  181. this.dgvStatisticsList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  182. this.dgvStatisticsList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  183. this.dataGridViewCheckBoxColumn1,
  184. this.dataGridViewTextBoxColumn3,
  185. this.dataGridViewTextBoxColumn1,
  186. this.dataGridViewTextBoxColumn2,
  187. this.dataGridViewTextBoxColumn4,
  188. this.dataGridViewTextBoxColumn5});
  189. this.dgvStatisticsList.Dock = System.Windows.Forms.DockStyle.Fill;
  190. this.dgvStatisticsList.EnableHeadersVisualStyles = false;
  191. this.dgvStatisticsList.EraseCell = false;
  192. this.dgvStatisticsList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  193. this.dgvStatisticsList.GridViewUniquelyIdentify = resources.GetString("dgvStatisticsList.GridViewUniquelyIdentify");
  194. this.dgvStatisticsList.IsCompleteBonding = false;
  195. this.dgvStatisticsList.IsCopyCellValue = true;
  196. this.dgvStatisticsList.Location = new System.Drawing.Point(3, 19);
  197. this.dgvStatisticsList.Name = "dgvStatisticsList";
  198. this.dgvStatisticsList.RowHeadersVisible = false;
  199. this.dgvStatisticsList.RowTemplate.Height = 23;
  200. this.dgvStatisticsList.RowTemplate.ReadOnly = true;
  201. this.dgvStatisticsList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  202. this.dgvStatisticsList.Size = new System.Drawing.Size(986, 565);
  203. this.dgvStatisticsList.TabIndex = 0;
  204. //
  205. // dataGridViewCheckBoxColumn1
  206. //
  207. this.dataGridViewCheckBoxColumn1.HeaderText = "选择";
  208. this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
  209. this.dataGridViewCheckBoxColumn1.ReadOnly = true;
  210. this.dataGridViewCheckBoxColumn1.Width = 50;
  211. //
  212. // dataGridViewTextBoxColumn3
  213. //
  214. this.dataGridViewTextBoxColumn3.HeaderText = "统计方案名称";
  215. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  216. this.dataGridViewTextBoxColumn3.ReadOnly = true;
  217. this.dataGridViewTextBoxColumn3.Width = 120;
  218. //
  219. // dataGridViewTextBoxColumn1
  220. //
  221. this.dataGridViewTextBoxColumn1.HeaderText = "统计项目";
  222. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  223. this.dataGridViewTextBoxColumn1.ReadOnly = true;
  224. this.dataGridViewTextBoxColumn1.Width = 120;
  225. //
  226. // dataGridViewTextBoxColumn2
  227. //
  228. this.dataGridViewTextBoxColumn2.HeaderText = "项目内容";
  229. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  230. this.dataGridViewTextBoxColumn2.ReadOnly = true;
  231. this.dataGridViewTextBoxColumn2.Width = 120;
  232. //
  233. // dataGridViewTextBoxColumn4
  234. //
  235. this.dataGridViewTextBoxColumn4.HeaderText = "提成方案";
  236. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  237. this.dataGridViewTextBoxColumn4.ReadOnly = true;
  238. this.dataGridViewTextBoxColumn4.Width = 120;
  239. //
  240. // dataGridViewTextBoxColumn5
  241. //
  242. this.dataGridViewTextBoxColumn5.HeaderText = "附加条件";
  243. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  244. this.dataGridViewTextBoxColumn5.ReadOnly = true;
  245. this.dataGridViewTextBoxColumn5.Width = 400;
  246. //
  247. // panelEx2
  248. //
  249. this.panelEx2.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  250. this.panelEx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  251. this.panelEx2.BorderWidth = 1;
  252. this.panelEx2.Controls.Add(this.flowLayoutPanel1);
  253. this.panelEx2.Dock = System.Windows.Forms.DockStyle.Top;
  254. this.panelEx2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  255. this.panelEx2.Location = new System.Drawing.Point(3, 3);
  256. this.panelEx2.Name = "panelEx2";
  257. this.panelEx2.Size = new System.Drawing.Size(992, 48);
  258. this.panelEx2.TabIndex = 2;
  259. //
  260. // flowLayoutPanel1
  261. //
  262. this.flowLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
  263. this.flowLayoutPanel1.Controls.Add(this.labelEx15);
  264. this.flowLayoutPanel1.Controls.Add(this.cmbEmployeeName);
  265. this.flowLayoutPanel1.Controls.Add(this.btnSave);
  266. this.flowLayoutPanel1.Controls.Add(this.btnClosed);
  267. this.flowLayoutPanel1.Location = new System.Drawing.Point(3, 4);
  268. this.flowLayoutPanel1.Name = "flowLayoutPanel1";
  269. this.flowLayoutPanel1.Size = new System.Drawing.Size(866, 36);
  270. this.flowLayoutPanel1.TabIndex = 0;
  271. //
  272. // labelEx15
  273. //
  274. this.labelEx15.AutoSize = true;
  275. this.labelEx15.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Pixel, ((byte)(134)));
  276. this.labelEx15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(119)))), ((int)(((byte)(113)))), ((int)(((byte)(113)))));
  277. this.labelEx15.Location = new System.Drawing.Point(3, 8);
  278. this.labelEx15.Margin = new System.Windows.Forms.Padding(3, 8, 3, 0);
  279. this.labelEx15.Name = "labelEx15";
  280. this.labelEx15.Size = new System.Drawing.Size(44, 17);
  281. this.labelEx15.TabIndex = 310;
  282. this.labelEx15.Text = "员工:";
  283. //
  284. // cmbEmployeeName
  285. //
  286. this.cmbEmployeeName.AfterSelectLevelFirstNode = true;
  287. this.cmbEmployeeName.DropDownHeight = 220;
  288. this.cmbEmployeeName.DropDownShow = false;
  289. this.cmbEmployeeName.FormattingEnabled = true;
  290. this.cmbEmployeeName.IntegralHeight = false;
  291. this.cmbEmployeeName.IsNodeMouseClick = true;
  292. this.cmbEmployeeName.IsSelectParentNode = true;
  293. this.cmbEmployeeName.Location = new System.Drawing.Point(53, 5);
  294. this.cmbEmployeeName.Margin = new System.Windows.Forms.Padding(3, 5, 3, 3);
  295. this.cmbEmployeeName.Name = "cmbEmployeeName";
  296. this.cmbEmployeeName.ReadOnly = true;
  297. this.cmbEmployeeName.SelectedNode = null;
  298. this.cmbEmployeeName.Size = new System.Drawing.Size(180, 25);
  299. this.cmbEmployeeName.StrGetName = "";
  300. this.cmbEmployeeName.StrGetTagName = "";
  301. this.cmbEmployeeName.StrKey = null;
  302. this.cmbEmployeeName.TabIndex = 316;
  303. //
  304. // btnSave
  305. //
  306. this.btnSave.BackColor = System.Drawing.Color.Transparent;
  307. this.btnSave.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnSave.BackImg")));
  308. this.btnSave.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  309. this.btnSave.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  310. this.btnSave.ForeColor = System.Drawing.Color.White;
  311. this.btnSave.IsCustomBackImg = false;
  312. this.btnSave.IsShowText = true;
  313. this.btnSave.Location = new System.Drawing.Point(239, 3);
  314. this.btnSave.Name = "btnSave";
  315. this.btnSave.Size = new System.Drawing.Size(70, 28);
  316. this.btnSave.TabIndex = 315;
  317. this.btnSave.Text = "保 存";
  318. this.btnSave.UseVisualStyleBackColor = false;
  319. //
  320. // btnClosed
  321. //
  322. this.btnClosed.BackColor = System.Drawing.Color.Transparent;
  323. this.btnClosed.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClosed.BackImg")));
  324. this.btnClosed.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  325. this.btnClosed.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  326. this.btnClosed.ForeColor = System.Drawing.Color.White;
  327. this.btnClosed.IsCustomBackImg = false;
  328. this.btnClosed.IsShowText = true;
  329. this.btnClosed.Location = new System.Drawing.Point(315, 3);
  330. this.btnClosed.Name = "btnClosed";
  331. this.btnClosed.Size = new System.Drawing.Size(70, 28);
  332. this.btnClosed.TabIndex = 315;
  333. this.btnClosed.Text = "关 闭";
  334. this.btnClosed.UseVisualStyleBackColor = false;
  335. //
  336. // tabPage2
  337. //
  338. this.tabPage2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  339. this.tabPage2.Controls.Add(this.groupBoxEx2);
  340. this.tabPage2.Controls.Add(this.panelEx3);
  341. this.tabPage2.Location = new System.Drawing.Point(4, 40);
  342. this.tabPage2.Name = "tabPage2";
  343. this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
  344. this.tabPage2.Size = new System.Drawing.Size(998, 641);
  345. this.tabPage2.TabIndex = 1;
  346. this.tabPage2.Text = "统计方案设置";
  347. //
  348. // groupBoxEx2
  349. //
  350. this.groupBoxEx2.Controls.Add(this.dgvSetList);
  351. this.groupBoxEx2.Dock = System.Windows.Forms.DockStyle.Fill;
  352. this.groupBoxEx2.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.groupBoxEx2.Location = new System.Drawing.Point(3, 51);
  354. this.groupBoxEx2.Name = "groupBoxEx2";
  355. this.groupBoxEx2.Size = new System.Drawing.Size(992, 587);
  356. this.groupBoxEx2.TabIndex = 5;
  357. this.groupBoxEx2.TabStop = false;
  358. this.groupBoxEx2.Text = "统计查询方案列表";
  359. //
  360. // dgvSetList
  361. //
  362. this.dgvSetList.AllowUserToAddRows = false;
  363. this.dgvSetList.AllowUserToDeleteRows = false;
  364. this.dgvSetList.AllowUserToResizeRows = false;
  365. dataGridViewCellStyle3.BackColor = System.Drawing.Color.LightCyan;
  366. this.dgvSetList.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle3;
  367. this.dgvSetList.BackgroundColor = System.Drawing.Color.White;
  368. this.dgvSetList.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  369. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  370. dataGridViewCellStyle4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(108)))), ((int)(((byte)(150)))));
  371. dataGridViewCellStyle4.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  372. dataGridViewCellStyle4.ForeColor = System.Drawing.Color.White;
  373. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  374. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  375. this.dgvSetList.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle4;
  376. this.dgvSetList.ColumnHeadersHeight = 32;
  377. this.dgvSetList.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  378. this.dgvSetList.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  379. this.Column3,
  380. this.Column1,
  381. this.Column2,
  382. this.Column4,
  383. this.Column5,
  384. this.Column7,
  385. this.Column6});
  386. this.dgvSetList.Dock = System.Windows.Forms.DockStyle.Fill;
  387. this.dgvSetList.EnableHeadersVisualStyles = false;
  388. this.dgvSetList.EraseCell = false;
  389. this.dgvSetList.GridColor = System.Drawing.SystemColors.GradientInactiveCaption;
  390. this.dgvSetList.GridViewUniquelyIdentify = resources.GetString("dgvSetList.GridViewUniquelyIdentify");
  391. this.dgvSetList.IsCompleteBonding = false;
  392. this.dgvSetList.IsCopyCellValue = true;
  393. this.dgvSetList.Location = new System.Drawing.Point(3, 19);
  394. this.dgvSetList.Name = "dgvSetList";
  395. this.dgvSetList.RowHeadersVisible = false;
  396. this.dgvSetList.RowTemplate.Height = 23;
  397. this.dgvSetList.RowTemplate.ReadOnly = true;
  398. this.dgvSetList.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  399. this.dgvSetList.Size = new System.Drawing.Size(986, 565);
  400. this.dgvSetList.TabIndex = 0;
  401. //
  402. // Column3
  403. //
  404. this.Column3.HeaderText = "统计方案名称";
  405. this.Column3.Name = "Column3";
  406. this.Column3.ReadOnly = true;
  407. this.Column3.Width = 160;
  408. //
  409. // Column1
  410. //
  411. this.Column1.HeaderText = "统计项目";
  412. this.Column1.Name = "Column1";
  413. this.Column1.ReadOnly = true;
  414. this.Column1.Width = 120;
  415. //
  416. // Column2
  417. //
  418. this.Column2.HeaderText = "项目内容";
  419. this.Column2.Name = "Column2";
  420. this.Column2.ReadOnly = true;
  421. this.Column2.Width = 120;
  422. //
  423. // Column4
  424. //
  425. this.Column4.HeaderText = "提成方案";
  426. this.Column4.Name = "Column4";
  427. this.Column4.ReadOnly = true;
  428. this.Column4.Width = 120;
  429. //
  430. // Column5
  431. //
  432. this.Column5.HeaderText = "附加条件";
  433. this.Column5.Name = "Column5";
  434. this.Column5.ReadOnly = true;
  435. this.Column5.Width = 220;
  436. //
  437. // Column7
  438. //
  439. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  440. this.Column7.DefaultCellStyle = dataGridViewCellStyle5;
  441. this.Column7.HeaderText = "编缉";
  442. this.Column7.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
  443. this.Column7.Name = "Column7";
  444. this.Column7.ReadOnly = true;
  445. this.Column7.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  446. this.Column7.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  447. this.Column7.VisitedLinkColor = System.Drawing.Color.Blue;
  448. //
  449. // Column6
  450. //
  451. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  452. this.Column6.DefaultCellStyle = dataGridViewCellStyle6;
  453. this.Column6.HeaderText = "删除";
  454. this.Column6.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
  455. this.Column6.Name = "Column6";
  456. this.Column6.ReadOnly = true;
  457. this.Column6.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  458. this.Column6.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  459. this.Column6.VisitedLinkColor = System.Drawing.Color.Blue;
  460. //
  461. // panelEx3
  462. //
  463. this.panelEx3.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(204)))), ((int)(((byte)(209)))));
  464. this.panelEx3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  465. this.panelEx3.BorderWidth = 1;
  466. this.panelEx3.Controls.Add(this.flowLayoutPanel2);
  467. this.panelEx3.Dock = System.Windows.Forms.DockStyle.Top;
  468. this.panelEx3.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  469. this.panelEx3.Location = new System.Drawing.Point(3, 3);
  470. this.panelEx3.Name = "panelEx3";
  471. this.panelEx3.Size = new System.Drawing.Size(992, 48);
  472. this.panelEx3.TabIndex = 4;
  473. //
  474. // flowLayoutPanel2
  475. //
  476. this.flowLayoutPanel2.BackColor = System.Drawing.Color.Transparent;
  477. this.flowLayoutPanel2.Controls.Add(this.btnAddProgram);
  478. this.flowLayoutPanel2.Controls.Add(this.bntRefresh);
  479. this.flowLayoutPanel2.Controls.Add(this.btnImport);
  480. this.flowLayoutPanel2.Controls.Add(this.btnExport);
  481. this.flowLayoutPanel2.Controls.Add(this.btnAllDel);
  482. this.flowLayoutPanel2.Controls.Add(this.btnClose);
  483. this.flowLayoutPanel2.Location = new System.Drawing.Point(3, 4);
  484. this.flowLayoutPanel2.Name = "flowLayoutPanel2";
  485. this.flowLayoutPanel2.Size = new System.Drawing.Size(866, 36);
  486. this.flowLayoutPanel2.TabIndex = 0;
  487. //
  488. // btnAddProgram
  489. //
  490. this.btnAddProgram.BackColor = System.Drawing.Color.Transparent;
  491. this.btnAddProgram.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAddProgram.BackImg")));
  492. this.btnAddProgram.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  493. this.btnAddProgram.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  494. this.btnAddProgram.ForeColor = System.Drawing.Color.White;
  495. this.btnAddProgram.IsCustomBackImg = false;
  496. this.btnAddProgram.IsShowText = true;
  497. this.btnAddProgram.Location = new System.Drawing.Point(3, 3);
  498. this.btnAddProgram.Name = "btnAddProgram";
  499. this.btnAddProgram.Size = new System.Drawing.Size(128, 28);
  500. this.btnAddProgram.TabIndex = 315;
  501. this.btnAddProgram.Text = "添加统计方案";
  502. this.btnAddProgram.UseVisualStyleBackColor = false;
  503. //
  504. // bntRefresh
  505. //
  506. this.bntRefresh.BackColor = System.Drawing.Color.Transparent;
  507. this.bntRefresh.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("bntRefresh.BackImg")));
  508. this.bntRefresh.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  509. this.bntRefresh.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  510. this.bntRefresh.ForeColor = System.Drawing.Color.White;
  511. this.bntRefresh.IsCustomBackImg = false;
  512. this.bntRefresh.IsShowText = true;
  513. this.bntRefresh.Location = new System.Drawing.Point(137, 3);
  514. this.bntRefresh.Name = "bntRefresh";
  515. this.bntRefresh.Size = new System.Drawing.Size(70, 28);
  516. this.bntRefresh.TabIndex = 316;
  517. this.bntRefresh.Text = "刷 新";
  518. this.bntRefresh.UseVisualStyleBackColor = false;
  519. //
  520. // btnImport
  521. //
  522. this.btnImport.BackColor = System.Drawing.Color.Transparent;
  523. this.btnImport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnImport.BackImg")));
  524. this.btnImport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  525. this.btnImport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  526. this.btnImport.ForeColor = System.Drawing.Color.White;
  527. this.btnImport.IsCustomBackImg = false;
  528. this.btnImport.IsShowText = true;
  529. this.btnImport.Location = new System.Drawing.Point(213, 3);
  530. this.btnImport.Name = "btnImport";
  531. this.btnImport.Size = new System.Drawing.Size(70, 28);
  532. this.btnImport.TabIndex = 315;
  533. this.btnImport.Text = "导 入";
  534. this.btnImport.UseVisualStyleBackColor = false;
  535. //
  536. // btnExport
  537. //
  538. this.btnExport.BackColor = System.Drawing.Color.Transparent;
  539. this.btnExport.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnExport.BackImg")));
  540. this.btnExport.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  541. this.btnExport.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  542. this.btnExport.ForeColor = System.Drawing.Color.White;
  543. this.btnExport.IsCustomBackImg = false;
  544. this.btnExport.IsShowText = true;
  545. this.btnExport.Location = new System.Drawing.Point(289, 3);
  546. this.btnExport.Name = "btnExport";
  547. this.btnExport.Size = new System.Drawing.Size(70, 28);
  548. this.btnExport.TabIndex = 315;
  549. this.btnExport.Text = "导 出";
  550. this.btnExport.UseVisualStyleBackColor = false;
  551. //
  552. // btnAllDel
  553. //
  554. this.btnAllDel.BackColor = System.Drawing.Color.Transparent;
  555. this.btnAllDel.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnAllDel.BackImg")));
  556. this.btnAllDel.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  557. this.btnAllDel.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  558. this.btnAllDel.ForeColor = System.Drawing.Color.White;
  559. this.btnAllDel.IsCustomBackImg = false;
  560. this.btnAllDel.IsShowText = true;
  561. this.btnAllDel.Location = new System.Drawing.Point(365, 3);
  562. this.btnAllDel.Name = "btnAllDel";
  563. this.btnAllDel.Size = new System.Drawing.Size(70, 28);
  564. this.btnAllDel.TabIndex = 315;
  565. this.btnAllDel.Text = "删除全部";
  566. this.btnAllDel.UseVisualStyleBackColor = false;
  567. //
  568. // btnClose
  569. //
  570. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  571. this.btnClose.BackImg = ((System.Drawing.Bitmap)(resources.GetObject("btnClose.BackImg")));
  572. this.btnClose.BacklightLTRB = new System.Drawing.Rectangle(10, 10, 26, 21);
  573. this.btnClose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Bold);
  574. this.btnClose.ForeColor = System.Drawing.Color.White;
  575. this.btnClose.IsCustomBackImg = false;
  576. this.btnClose.IsShowText = true;
  577. this.btnClose.Location = new System.Drawing.Point(441, 3);
  578. this.btnClose.Name = "btnClose";
  579. this.btnClose.Size = new System.Drawing.Size(70, 28);
  580. this.btnClose.TabIndex = 315;
  581. this.btnClose.Text = "关 闭";
  582. this.btnClose.UseVisualStyleBackColor = false;
  583. //
  584. // lbMsg
  585. //
  586. this.lbMsg.AutoSize = true;
  587. this.lbMsg.BackColor = System.Drawing.Color.Transparent;
  588. this.lbMsg.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  589. this.lbMsg.ForeColor = System.Drawing.Color.Red;
  590. this.lbMsg.Location = new System.Drawing.Point(284, 60);
  591. this.lbMsg.Name = "lbMsg";
  592. this.lbMsg.Size = new System.Drawing.Size(490, 21);
  593. this.lbMsg.TabIndex = 14;
  594. this.lbMsg.Text = "温馨提醒:请不要设置相同或有重叠统计的方案,以免重复计算工资";
  595. //
  596. // frmWageQueryConfig
  597. //
  598. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  599. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  600. this.BottomBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.BottomBgImage")));
  601. this.ClientSize = new System.Drawing.Size(1024, 768);
  602. this.Controls.Add(this.lbMsg);
  603. this.CustomBorderStyles.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(63)))), ((int)(((byte)(109)))), ((int)(((byte)(139)))));
  604. this.Name = "frmWageQueryConfig";
  605. this.Text = "员工工资统计查询方案设置";
  606. this.TitleBgImage = ((System.Drawing.Bitmap)(resources.GetObject("$this.TitleBgImage")));
  607. this.Controls.SetChildIndex(this.btnAppFormMaximize, 0);
  608. this.Controls.SetChildIndex(this.btnAppFormExit, 0);
  609. this.Controls.SetChildIndex(this.btnAppFormMinimize, 0);
  610. this.Controls.SetChildIndex(this.btnAppFormMenu, 0);
  611. this.Controls.SetChildIndex(this.btnAppFormSkin, 0);
  612. this.Controls.SetChildIndex(this.plFormMainContent, 0);
  613. this.Controls.SetChildIndex(this.lbMsg, 0);
  614. this.plExMainContainer.ResumeLayout(false);
  615. this.plFormMainContent.ResumeLayout(false);
  616. this.panelEx1.ResumeLayout(false);
  617. this.tabControlEx1.ResumeLayout(false);
  618. this.tabPage1.ResumeLayout(false);
  619. this.groupBoxEx1.ResumeLayout(false);
  620. ((System.ComponentModel.ISupportInitialize)(this.dgvStatisticsList)).EndInit();
  621. this.panelEx2.ResumeLayout(false);
  622. this.flowLayoutPanel1.ResumeLayout(false);
  623. this.flowLayoutPanel1.PerformLayout();
  624. this.tabPage2.ResumeLayout(false);
  625. this.groupBoxEx2.ResumeLayout(false);
  626. ((System.ComponentModel.ISupportInitialize)(this.dgvSetList)).EndInit();
  627. this.panelEx3.ResumeLayout(false);
  628. this.flowLayoutPanel2.ResumeLayout(false);
  629. this.ResumeLayout(false);
  630. this.PerformLayout();
  631. }
  632. #endregion
  633. private ComponentLibrary.PanelEx panelEx1;
  634. private ComponentLibrary.GroupBoxEx groupBoxEx1;
  635. protected ComponentLibrary.DataGridViewEx dgvStatisticsList;
  636. private ComponentLibrary.PanelEx panelEx2;
  637. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
  638. private ComponentLibrary.LabelEx labelEx15;
  639. protected ComponentLibrary.ButtonEx btnSave;
  640. protected ComponentLibrary.ButtonEx btnClosed;
  641. private ComponentLibrary.TabControlEx tabControlEx1;
  642. private System.Windows.Forms.TabPage tabPage1;
  643. protected ComponentLibrary.ComboBoxTreeViewEx cmbEmployeeName;
  644. private System.Windows.Forms.TabPage tabPage2;
  645. private ComponentLibrary.GroupBoxEx groupBoxEx2;
  646. protected ComponentLibrary.DataGridViewEx dgvSetList;
  647. private ComponentLibrary.PanelEx panelEx3;
  648. private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
  649. protected ComponentLibrary.ButtonEx btnAddProgram;
  650. protected ComponentLibrary.ButtonEx btnExport;
  651. protected ComponentLibrary.ButtonEx btnClose;
  652. protected ComponentLibrary.ButtonEx bntRefresh;
  653. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  654. private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
  655. private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
  656. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  657. private System.Windows.Forms.DataGridViewTextBoxColumn Column5;
  658. private System.Windows.Forms.DataGridViewLinkColumn Column7;
  659. private System.Windows.Forms.DataGridViewLinkColumn Column6;
  660. private System.Windows.Forms.Label lbMsg;
  661. protected ComponentLibrary.ButtonEx btnImport;
  662. protected ComponentLibrary.ButtonEx btnAllDel;
  663. private System.Windows.Forms.DataGridViewCheckBoxColumn dataGridViewCheckBoxColumn1;
  664. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  665. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  666. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  667. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  668. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  669. }
  670. }