F_TAT_0702.Designer.cs 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516
  1. namespace Dongke.IBOSS.PRD.Client.TATModule
  2. {
  3. partial class F_TAT_0702
  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_TAT_0702));
  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.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  35. this.lblStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  36. this.dtpStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  37. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  38. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  39. this.txtManagerSalaryName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  40. this.lblManagerSalaryName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  41. this.c_GroupBox2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  42. this.dgvManagers = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  43. this.ManagersID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.Manager = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  48. this.PostName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.SalaryType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_ListBoxComboBox();
  50. this.SalaryPercent = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DGV_Column_Digital();
  51. this.isHave = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.btnPass = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  53. this.btnSubmit = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  54. this.btnClose = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  55. this.btnReturn = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  56. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  57. this.tsbtnOther = new System.Windows.Forms.ToolStripButton();
  58. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  59. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  60. this.c_GroupBox1.SuspendLayout();
  61. this.c_GroupBox2.SuspendLayout();
  62. ((System.ComponentModel.ISupportInitialize)(this.dgvManagers)).BeginInit();
  63. this.tsrOperate.SuspendLayout();
  64. this.SuspendLayout();
  65. //
  66. // c_GroupBox1
  67. //
  68. this.c_GroupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  69. | System.Windows.Forms.AnchorStyles.Right)));
  70. this.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  71. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  72. this.c_GroupBox1.Controls.Add(this.lblStartTime);
  73. this.c_GroupBox1.Controls.Add(this.dtpStartTime);
  74. this.c_GroupBox1.Controls.Add(this.txtRemarks);
  75. this.c_GroupBox1.Controls.Add(this.lblRemarks);
  76. this.c_GroupBox1.Controls.Add(this.txtManagerSalaryName);
  77. this.c_GroupBox1.Controls.Add(this.lblManagerSalaryName);
  78. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  79. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  80. this.c_GroupBox1.IsMustInput = false;
  81. this.c_GroupBox1.Location = new System.Drawing.Point(12, 38);
  82. this.c_GroupBox1.Name = "c_GroupBox1";
  83. this.c_GroupBox1.OriginalHeight = -1;
  84. this.c_GroupBox1.Size = new System.Drawing.Size(824, 107);
  85. this.c_GroupBox1.TabIndex = 30;
  86. this.c_GroupBox1.TabStop = false;
  87. this.c_GroupBox1.Text = "基础信息 ▼";
  88. //
  89. // lblStartTime
  90. //
  91. this.lblStartTime.AutoSize = true;
  92. this.lblStartTime.BackColor = System.Drawing.Color.Transparent;
  93. this.lblStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.lblStartTime.ForeColor = System.Drawing.SystemColors.ControlText;
  95. this.lblStartTime.Location = new System.Drawing.Point(249, 25);
  96. this.lblStartTime.Name = "lblStartTime";
  97. this.lblStartTime.Size = new System.Drawing.Size(53, 12);
  98. this.lblStartTime.TabIndex = 116;
  99. this.lblStartTime.Text = "开始时间";
  100. //
  101. // dtpStartTime
  102. //
  103. this.dtpStartTime.CustomFormat = "yyyy-MM";
  104. this.dtpStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  105. this.dtpStartTime.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  106. this.dtpStartTime.Location = new System.Drawing.Point(308, 20);
  107. this.dtpStartTime.Name = "dtpStartTime";
  108. this.dtpStartTime.Size = new System.Drawing.Size(121, 21);
  109. this.dtpStartTime.TabIndex = 23;
  110. //
  111. // txtRemarks
  112. //
  113. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  114. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  115. this.txtRemarks.ErrorMessage = "";
  116. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  117. this.txtRemarks.Location = new System.Drawing.Point(65, 45);
  118. this.txtRemarks.MaxLength = 500;
  119. this.txtRemarks.Multiline = true;
  120. this.txtRemarks.Name = "txtRemarks";
  121. this.txtRemarks.Size = new System.Drawing.Size(753, 56);
  122. this.txtRemarks.TabIndex = 16;
  123. //
  124. // lblRemarks
  125. //
  126. this.lblRemarks.AutoSize = true;
  127. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  128. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  130. this.lblRemarks.Location = new System.Drawing.Point(6, 48);
  131. this.lblRemarks.Name = "lblRemarks";
  132. this.lblRemarks.Size = new System.Drawing.Size(53, 12);
  133. this.lblRemarks.TabIndex = 15;
  134. this.lblRemarks.Text = "策略备注";
  135. //
  136. // txtManagerSalaryName
  137. //
  138. this.txtManagerSalaryName.BackColor = System.Drawing.SystemColors.Window;
  139. this.txtManagerSalaryName.BackgroundColor = System.Drawing.SystemColors.Window;
  140. this.txtManagerSalaryName.ErrorMessage = "";
  141. this.txtManagerSalaryName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  142. this.txtManagerSalaryName.Location = new System.Drawing.Point(65, 20);
  143. this.txtManagerSalaryName.MaxLength = 20;
  144. this.txtManagerSalaryName.Name = "txtManagerSalaryName";
  145. this.txtManagerSalaryName.Size = new System.Drawing.Size(178, 21);
  146. this.txtManagerSalaryName.TabIndex = 1;
  147. //
  148. // lblManagerSalaryName
  149. //
  150. this.lblManagerSalaryName.AutoSize = true;
  151. this.lblManagerSalaryName.BackColor = System.Drawing.Color.Transparent;
  152. this.lblManagerSalaryName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  153. this.lblManagerSalaryName.ForeColor = System.Drawing.SystemColors.ControlText;
  154. this.lblManagerSalaryName.Location = new System.Drawing.Point(6, 24);
  155. this.lblManagerSalaryName.Name = "lblManagerSalaryName";
  156. this.lblManagerSalaryName.Size = new System.Drawing.Size(53, 12);
  157. this.lblManagerSalaryName.TabIndex = 0;
  158. this.lblManagerSalaryName.Text = "策略名称";
  159. //
  160. // c_GroupBox2
  161. //
  162. this.c_GroupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  163. | System.Windows.Forms.AnchorStyles.Right)));
  164. this.c_GroupBox2.BackColor = System.Drawing.Color.Transparent;
  165. this.c_GroupBox2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox2.BackgroundImage")));
  166. this.c_GroupBox2.CanExpand = false;
  167. this.c_GroupBox2.Controls.Add(this.dgvManagers);
  168. this.c_GroupBox2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. this.c_GroupBox2.ForeColor = System.Drawing.SystemColors.ControlText;
  170. this.c_GroupBox2.IsMustInput = false;
  171. this.c_GroupBox2.Location = new System.Drawing.Point(12, 151);
  172. this.c_GroupBox2.Name = "c_GroupBox2";
  173. this.c_GroupBox2.OriginalHeight = -1;
  174. this.c_GroupBox2.Size = new System.Drawing.Size(824, 353);
  175. this.c_GroupBox2.TabIndex = 118;
  176. this.c_GroupBox2.TabStop = false;
  177. this.c_GroupBox2.Text = "管理人员 ▼";
  178. //
  179. // dgvManagers
  180. //
  181. this.dgvManagers.AllowUserToModifyRows = true;
  182. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  183. this.dgvManagers.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  184. this.dgvManagers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  185. | System.Windows.Forms.AnchorStyles.Left)
  186. | System.Windows.Forms.AnchorStyles.Right)));
  187. this.dgvManagers.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  188. this.dgvManagers.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  189. this.dgvManagers.CellHeight = 23;
  190. this.dgvManagers.ChildNodeColumnName = null;
  191. this.dgvManagers.ChildNodeColumnText = null;
  192. this.dgvManagers.ColumnDeep = 1;
  193. this.dgvManagers.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  194. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  195. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  196. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  197. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  198. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  199. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  200. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  201. this.dgvManagers.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  202. this.dgvManagers.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  203. this.dgvManagers.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  204. this.ManagersID,
  205. this.Manager,
  206. this.StaffCode,
  207. this.StaffName,
  208. this.OrganizationName,
  209. this.PostName,
  210. this.SalaryType,
  211. this.SalaryPercent,
  212. this.isHave});
  213. this.dgvManagers.ColumnTreeView = null;
  214. this.dgvManagers.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)));
  215. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  216. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Window;
  217. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  218. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.ControlText;
  219. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  220. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  221. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  222. this.dgvManagers.DefaultCellStyle = dataGridViewCellStyle4;
  223. this.dgvManagers.DynamicColumnName = "";
  224. this.dgvManagers.EnableHeadersVisualStyles = false;
  225. this.dgvManagers.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  226. this.dgvManagers.IsAutoCountSum = true;
  227. this.dgvManagers.IsAutoResizeColumns = false;
  228. this.dgvManagers.IsClickF12 = false;
  229. this.dgvManagers.IsSubTotalFlag = false;
  230. this.dgvManagers.Location = new System.Drawing.Point(8, 20);
  231. this.dgvManagers.MultiSelect = false;
  232. this.dgvManagers.Name = "dgvManagers";
  233. this.dgvManagers.RefreshAtHscroll = false;
  234. this.dgvManagers.RowHeadersWidth = 50;
  235. this.dgvManagers.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  236. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  237. this.dgvManagers.RowsDefaultCellStyle = dataGridViewCellStyle5;
  238. this.dgvManagers.RowTemplate.Height = 21;
  239. this.dgvManagers.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  240. this.dgvManagers.Size = new System.Drawing.Size(810, 327);
  241. this.dgvManagers.SortOrderColumnName = null;
  242. this.dgvManagers.TabIndex = 23;
  243. this.dgvManagers.Tag = true;
  244. this.dgvManagers.TotalSumColumns = null;
  245. this.dgvManagers.ViewRowFilter = "";
  246. this.dgvManagers.VirtualMode = true;
  247. this.dgvManagers.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvManagers_CellValueChanged);
  248. //
  249. // ManagersID
  250. //
  251. this.ManagersID.DataPropertyName = "ManagersID";
  252. this.ManagersID.HeaderText = "管理岗位人员ID";
  253. this.ManagersID.Name = "ManagersID";
  254. this.ManagersID.Visible = false;
  255. //
  256. // Manager
  257. //
  258. this.Manager.DataPropertyName = "StaffId";
  259. this.Manager.HeaderText = "管理人员工ID";
  260. this.Manager.Name = "Manager";
  261. this.Manager.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  262. this.Manager.Visible = false;
  263. this.Manager.Width = 120;
  264. //
  265. // StaffCode
  266. //
  267. this.StaffCode.DataPropertyName = "StaffCode";
  268. this.StaffCode.HeaderText = "管理人编码";
  269. this.StaffCode.Name = "StaffCode";
  270. this.StaffCode.ReadOnly = true;
  271. this.StaffCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  272. this.StaffCode.Width = 120;
  273. //
  274. // StaffName
  275. //
  276. this.StaffName.DataPropertyName = "StaffName";
  277. this.StaffName.HeaderText = "管理人姓名";
  278. this.StaffName.Name = "StaffName";
  279. this.StaffName.ReadOnly = true;
  280. this.StaffName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  281. this.StaffName.Width = 120;
  282. //
  283. // OrganizationName
  284. //
  285. this.OrganizationName.DataPropertyName = "OrganizationName";
  286. this.OrganizationName.HeaderText = "所属部门";
  287. this.OrganizationName.Name = "OrganizationName";
  288. this.OrganizationName.ReadOnly = true;
  289. this.OrganizationName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  290. this.OrganizationName.Width = 120;
  291. //
  292. // PostName
  293. //
  294. this.PostName.DataPropertyName = "PostName";
  295. this.PostName.HeaderText = "部门职务";
  296. this.PostName.Name = "PostName";
  297. this.PostName.ReadOnly = true;
  298. this.PostName.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
  299. this.PostName.Width = 120;
  300. //
  301. // SalaryType
  302. //
  303. this.SalaryType.DataPropertyName = "SalaryType";
  304. this.SalaryType.HeaderText = "工资类型";
  305. this.SalaryType.Name = "SalaryType";
  306. this.SalaryType.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  307. this.SalaryType.Width = 120;
  308. //
  309. // SalaryPercent
  310. //
  311. this.SalaryPercent.DataPropertyName = "SalaryPercent";
  312. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  313. this.SalaryPercent.DefaultCellStyle = dataGridViewCellStyle3;
  314. this.SalaryPercent.HeaderText = "工资百分比";
  315. this.SalaryPercent.MaxValue = new decimal(new int[] {
  316. 999999,
  317. 0,
  318. 0,
  319. 0});
  320. this.SalaryPercent.MinValue = new decimal(new int[] {
  321. 0,
  322. 0,
  323. 0,
  324. 0});
  325. this.SalaryPercent.Name = "SalaryPercent";
  326. this.SalaryPercent.Number = new System.Drawing.Point(3, 2);
  327. this.SalaryPercent.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  328. this.SalaryPercent.Width = 120;
  329. //
  330. // isHave
  331. //
  332. this.isHave.DataPropertyName = "isHave";
  333. this.isHave.HeaderText = "isHave";
  334. this.isHave.Name = "isHave";
  335. this.isHave.Visible = false;
  336. //
  337. // btnPass
  338. //
  339. this.btnPass.Anchor = System.Windows.Forms.AnchorStyles.None;
  340. this.btnPass.BackColor = System.Drawing.Color.Transparent;
  341. this.btnPass.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnPass.BackgroundImage")));
  342. this.btnPass.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  343. this.btnPass.ForeColor = System.Drawing.Color.White;
  344. this.btnPass.Location = new System.Drawing.Point(20, 510);
  345. this.btnPass.Name = "btnPass";
  346. this.btnPass.Size = new System.Drawing.Size(85, 30);
  347. this.btnPass.TabIndex = 132;
  348. this.btnPass.Text = "审批通过(&S)";
  349. this.btnPass.UseVisualStyleBackColor = false;
  350. this.btnPass.Visible = false;
  351. this.btnPass.Click += new System.EventHandler(this.btnPass_Click);
  352. //
  353. // btnSubmit
  354. //
  355. this.btnSubmit.Anchor = System.Windows.Forms.AnchorStyles.None;
  356. this.btnSubmit.BackColor = System.Drawing.Color.Transparent;
  357. this.btnSubmit.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSubmit.BackgroundImage")));
  358. this.btnSubmit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  359. this.btnSubmit.ForeColor = System.Drawing.Color.White;
  360. this.btnSubmit.Location = new System.Drawing.Point(654, 510);
  361. this.btnSubmit.Name = "btnSubmit";
  362. this.btnSubmit.Size = new System.Drawing.Size(85, 30);
  363. this.btnSubmit.TabIndex = 133;
  364. this.btnSubmit.Text = "提交(&S)";
  365. this.btnSubmit.UseVisualStyleBackColor = false;
  366. this.btnSubmit.Click += new System.EventHandler(this.btnSubmit_Click);
  367. //
  368. // btnClose
  369. //
  370. this.btnClose.Anchor = System.Windows.Forms.AnchorStyles.None;
  371. this.btnClose.BackColor = System.Drawing.Color.Transparent;
  372. this.btnClose.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClose.BackgroundImage")));
  373. this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
  374. this.btnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  375. this.btnClose.ForeColor = System.Drawing.Color.White;
  376. this.btnClose.Location = new System.Drawing.Point(745, 510);
  377. this.btnClose.Name = "btnClose";
  378. this.btnClose.Size = new System.Drawing.Size(85, 30);
  379. this.btnClose.TabIndex = 134;
  380. this.btnClose.Text = "关闭(&C)";
  381. this.btnClose.UseVisualStyleBackColor = false;
  382. this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
  383. //
  384. // btnReturn
  385. //
  386. this.btnReturn.Anchor = System.Windows.Forms.AnchorStyles.None;
  387. this.btnReturn.BackColor = System.Drawing.Color.Transparent;
  388. this.btnReturn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnReturn.BackgroundImage")));
  389. this.btnReturn.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  390. this.btnReturn.ForeColor = System.Drawing.Color.White;
  391. this.btnReturn.Location = new System.Drawing.Point(111, 510);
  392. this.btnReturn.Name = "btnReturn";
  393. this.btnReturn.Size = new System.Drawing.Size(85, 30);
  394. this.btnReturn.TabIndex = 135;
  395. this.btnReturn.Text = "审批驳回(&S)";
  396. this.btnReturn.UseVisualStyleBackColor = false;
  397. this.btnReturn.Visible = false;
  398. this.btnReturn.Click += new System.EventHandler(this.btnReturn_Click);
  399. //
  400. // tsrOperate
  401. //
  402. this.tsrOperate.AutoSize = false;
  403. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  404. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.TATModule.Properties.Resources.functionbackground;
  405. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  406. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  407. this.tsbtnOther,
  408. this.toolStripSeparator3,
  409. this.tsbtnAdaptive});
  410. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  411. this.tsrOperate.Name = "tsrOperate";
  412. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  413. this.tsrOperate.ShowItemToolTips = false;
  414. this.tsrOperate.Size = new System.Drawing.Size(848, 35);
  415. this.tsrOperate.TabIndex = 136;
  416. //
  417. // tsbtnOther
  418. //
  419. this.tsbtnOther.AutoSize = false;
  420. this.tsbtnOther.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  421. this.tsbtnOther.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  422. this.tsbtnOther.ImageTransparentColor = System.Drawing.Color.Magenta;
  423. this.tsbtnOther.Name = "tsbtnOther";
  424. this.tsbtnOther.Size = new System.Drawing.Size(100, 25);
  425. this.tsbtnOther.Text = "管理组内成员(&O)";
  426. this.tsbtnOther.Click += new System.EventHandler(this.tsbtnOther_Click);
  427. //
  428. // toolStripSeparator3
  429. //
  430. this.toolStripSeparator3.AutoSize = false;
  431. this.toolStripSeparator3.Name = "toolStripSeparator3";
  432. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  433. //
  434. // tsbtnAdaptive
  435. //
  436. this.tsbtnAdaptive.AutoSize = false;
  437. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  438. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  439. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  440. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  441. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  442. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  443. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  444. //
  445. // F_TAT_0702
  446. //
  447. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  448. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  449. this.CancelButton = this.btnClose;
  450. this.ClientSize = new System.Drawing.Size(848, 565);
  451. this.Controls.Add(this.tsrOperate);
  452. this.Controls.Add(this.btnReturn);
  453. this.Controls.Add(this.btnClose);
  454. this.Controls.Add(this.btnSubmit);
  455. this.Controls.Add(this.btnPass);
  456. this.Controls.Add(this.c_GroupBox2);
  457. this.Controls.Add(this.c_GroupBox1);
  458. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  459. this.IsSaveFormSize = false;
  460. this.MaximizeBox = false;
  461. this.MinimizeBox = false;
  462. this.Name = "F_TAT_0702";
  463. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  464. this.Text = "F_TAT_0702";
  465. this.Load += new System.EventHandler(this.F_TAT_0702_Load);
  466. this.Controls.SetChildIndex(this.c_GroupBox1, 0);
  467. this.Controls.SetChildIndex(this.c_GroupBox2, 0);
  468. this.Controls.SetChildIndex(this.btnPass, 0);
  469. this.Controls.SetChildIndex(this.btnSubmit, 0);
  470. this.Controls.SetChildIndex(this.btnClose, 0);
  471. this.Controls.SetChildIndex(this.btnReturn, 0);
  472. this.Controls.SetChildIndex(this.tsrOperate, 0);
  473. this.c_GroupBox1.ResumeLayout(false);
  474. this.c_GroupBox1.PerformLayout();
  475. this.c_GroupBox2.ResumeLayout(false);
  476. ((System.ComponentModel.ISupportInitialize)(this.dgvManagers)).EndInit();
  477. this.tsrOperate.ResumeLayout(false);
  478. this.tsrOperate.PerformLayout();
  479. this.ResumeLayout(false);
  480. this.PerformLayout();
  481. }
  482. #endregion
  483. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  484. private Basics.BaseControls.C_Label lblStartTime;
  485. private Basics.BaseControls.C_DateTimePicker dtpStartTime;
  486. private Basics.BaseControls.C_TextBox txtRemarks;
  487. private Basics.BaseControls.C_Label lblRemarks;
  488. private Basics.BaseControls.C_TextBox txtManagerSalaryName;
  489. private Basics.BaseControls.C_Label lblManagerSalaryName;
  490. private Basics.BaseControls.C_GroupBox c_GroupBox2;
  491. private Basics.BaseControls.C_DataGridView dgvManagers;
  492. private Basics.BaseControls.C_Button btnPass;
  493. private Basics.BaseControls.C_Button btnSubmit;
  494. private Basics.BaseControls.C_Button btnClose;
  495. private Basics.BaseControls.C_Button btnReturn;
  496. private Basics.BaseControls.C_ToolStrip tsrOperate;
  497. private System.Windows.Forms.ToolStripButton tsbtnOther;
  498. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  499. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  500. private System.Windows.Forms.DataGridViewTextBoxColumn ManagersID;
  501. private System.Windows.Forms.DataGridViewTextBoxColumn Manager;
  502. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  503. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  504. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  505. private System.Windows.Forms.DataGridViewTextBoxColumn PostName;
  506. private Basics.BaseControls.C_DGV_Column_ListBoxComboBox SalaryType;
  507. private Basics.BaseControls.C_DGV_Column_Digital SalaryPercent;
  508. private System.Windows.Forms.DataGridViewTextBoxColumn isHave;
  509. }
  510. }