F_TAT_0701.Designer.cs 39 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638
  1. namespace Dongke.IBOSS.PRD.Client.TATModule
  2. {
  3. partial class F_TAT_0701
  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_0701));
  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 dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  35. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  36. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  37. this.tsbtnCopy = new System.Windows.Forms.ToolStripButton();
  38. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  39. this.tsbtnAudit = new System.Windows.Forms.ToolStripButton();
  40. this.tsbtnDelete = new System.Windows.Forms.ToolStripButton();
  41. this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
  42. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  43. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  44. this.c_GroupBox1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  45. this.lblAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.dtpEndTimeAfter = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  47. this.lblEndTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.dtpEndTimeBetween = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  49. this.cbEndTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  50. this.cbStartTime = new Dongke.IBOSS.PRD.Basics.BaseControls.C_CheckBox();
  51. this.lbxAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.DKListBoxComboBox();
  52. this.dtpStartTimeBetween = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  53. this.lblStartTo = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  54. this.btnClear = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  55. this.btnSelect = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  56. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  57. this.lblRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  58. this.dtpStartTimeAfter = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DateTimePicker();
  59. this.txtManagerSalaryName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  60. this.lblWagesName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  61. this.dgvManagerSalary = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  62. this.colManagerSalaryID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.colManagerSalaryName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.colBeginAccountMonth = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.colEndAccountMonth = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.colRemarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.colAuditStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.colAuditStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.colAuditor = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.colAuditlDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.colOPTimeStamp = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.tsrOperate.SuspendLayout();
  73. this.c_GroupBox1.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.dgvManagerSalary)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // tsrOperate
  78. //
  79. this.tsrOperate.AutoSize = false;
  80. this.tsrOperate.BackColor = System.Drawing.SystemColors.Control;
  81. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.TATModule.Properties.Resources.functionbackground;
  82. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  83. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  84. this.tsbtnAdd,
  85. this.tsbtnCopy,
  86. this.tsbtnEdit,
  87. this.tsbtnAudit,
  88. this.tsbtnDelete,
  89. this.toolStripSeparator3,
  90. this.tsbtnAdaptive,
  91. this.tsbtnClose});
  92. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  93. this.tsrOperate.Name = "tsrOperate";
  94. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  95. this.tsrOperate.ShowItemToolTips = false;
  96. this.tsrOperate.Size = new System.Drawing.Size(1012, 35);
  97. this.tsrOperate.TabIndex = 2;
  98. //
  99. // tsbtnAdd
  100. //
  101. this.tsbtnAdd.AutoSize = false;
  102. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  103. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  104. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  105. this.tsbtnAdd.Name = "tsbtnAdd";
  106. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  107. this.tsbtnAdd.Text = "新建(&N)";
  108. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  109. //
  110. // tsbtnCopy
  111. //
  112. this.tsbtnCopy.AutoSize = false;
  113. this.tsbtnCopy.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  114. this.tsbtnCopy.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  115. this.tsbtnCopy.ImageTransparentColor = System.Drawing.Color.Magenta;
  116. this.tsbtnCopy.Name = "tsbtnCopy";
  117. this.tsbtnCopy.Size = new System.Drawing.Size(60, 25);
  118. this.tsbtnCopy.Text = "复制(&P)";
  119. this.tsbtnCopy.Click += new System.EventHandler(this.tsbtnCopy_Click);
  120. //
  121. // tsbtnEdit
  122. //
  123. this.tsbtnEdit.AutoSize = false;
  124. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  125. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  126. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  127. this.tsbtnEdit.Name = "tsbtnEdit";
  128. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  129. this.tsbtnEdit.Text = "编辑(&E)";
  130. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  131. //
  132. // tsbtnAudit
  133. //
  134. this.tsbtnAudit.AutoSize = false;
  135. this.tsbtnAudit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  136. this.tsbtnAudit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  137. this.tsbtnAudit.ImageTransparentColor = System.Drawing.Color.Magenta;
  138. this.tsbtnAudit.Name = "tsbtnAudit";
  139. this.tsbtnAudit.Size = new System.Drawing.Size(60, 25);
  140. this.tsbtnAudit.Text = "审批(&S)";
  141. this.tsbtnAudit.Click += new System.EventHandler(this.tsbtnAudit_Click);
  142. //
  143. // tsbtnDelete
  144. //
  145. this.tsbtnDelete.AutoSize = false;
  146. this.tsbtnDelete.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  147. this.tsbtnDelete.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  148. this.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta;
  149. this.tsbtnDelete.Name = "tsbtnDelete";
  150. this.tsbtnDelete.Size = new System.Drawing.Size(60, 25);
  151. this.tsbtnDelete.Text = "停用(&D)";
  152. this.tsbtnDelete.Click += new System.EventHandler(this.tsbtnDelete_Click);
  153. //
  154. // toolStripSeparator3
  155. //
  156. this.toolStripSeparator3.AutoSize = false;
  157. this.toolStripSeparator3.Name = "toolStripSeparator3";
  158. this.toolStripSeparator3.Size = new System.Drawing.Size(6, 25);
  159. //
  160. // tsbtnAdaptive
  161. //
  162. this.tsbtnAdaptive.AutoSize = false;
  163. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  164. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  165. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  166. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  167. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  168. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  169. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  170. //
  171. // tsbtnClose
  172. //
  173. this.tsbtnClose.AutoSize = false;
  174. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  175. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  176. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  177. this.tsbtnClose.Name = "tsbtnClose";
  178. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  179. this.tsbtnClose.Text = "关闭(&X)";
  180. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  181. //
  182. // c_GroupBox1
  183. //
  184. this.c_GroupBox1.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.c_GroupBox1.BackColor = System.Drawing.Color.Transparent;
  188. this.c_GroupBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("c_GroupBox1.BackgroundImage")));
  189. this.c_GroupBox1.Controls.Add(this.lblAuditStatus);
  190. this.c_GroupBox1.Controls.Add(this.dtpEndTimeAfter);
  191. this.c_GroupBox1.Controls.Add(this.lblEndTo);
  192. this.c_GroupBox1.Controls.Add(this.dtpEndTimeBetween);
  193. this.c_GroupBox1.Controls.Add(this.cbEndTime);
  194. this.c_GroupBox1.Controls.Add(this.cbStartTime);
  195. this.c_GroupBox1.Controls.Add(this.lbxAuditStatus);
  196. this.c_GroupBox1.Controls.Add(this.dtpStartTimeBetween);
  197. this.c_GroupBox1.Controls.Add(this.lblStartTo);
  198. this.c_GroupBox1.Controls.Add(this.btnClear);
  199. this.c_GroupBox1.Controls.Add(this.btnSelect);
  200. this.c_GroupBox1.Controls.Add(this.txtRemarks);
  201. this.c_GroupBox1.Controls.Add(this.lblRemarks);
  202. this.c_GroupBox1.Controls.Add(this.dtpStartTimeAfter);
  203. this.c_GroupBox1.Controls.Add(this.txtManagerSalaryName);
  204. this.c_GroupBox1.Controls.Add(this.lblWagesName);
  205. this.c_GroupBox1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.c_GroupBox1.ForeColor = System.Drawing.SystemColors.ControlText;
  207. this.c_GroupBox1.IsMustInput = false;
  208. this.c_GroupBox1.Location = new System.Drawing.Point(0, 38);
  209. this.c_GroupBox1.Name = "c_GroupBox1";
  210. this.c_GroupBox1.OriginalHeight = -1;
  211. this.c_GroupBox1.Size = new System.Drawing.Size(1000, 78);
  212. this.c_GroupBox1.TabIndex = 4;
  213. this.c_GroupBox1.TabStop = false;
  214. this.c_GroupBox1.Text = "查询条件 ▼";
  215. //
  216. // lblAuditStatus
  217. //
  218. this.lblAuditStatus.AutoSize = true;
  219. this.lblAuditStatus.BackColor = System.Drawing.Color.Transparent;
  220. this.lblAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.lblAuditStatus.ForeColor = System.Drawing.SystemColors.ControlText;
  222. this.lblAuditStatus.Location = new System.Drawing.Point(192, 22);
  223. this.lblAuditStatus.Name = "lblAuditStatus";
  224. this.lblAuditStatus.Size = new System.Drawing.Size(53, 12);
  225. this.lblAuditStatus.TabIndex = 109;
  226. this.lblAuditStatus.Text = "审核状态";
  227. //
  228. // dtpEndTimeAfter
  229. //
  230. this.dtpEndTimeAfter.CustomFormat = "yyyy-MM";
  231. this.dtpEndTimeAfter.Enabled = false;
  232. this.dtpEndTimeAfter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.dtpEndTimeAfter.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  234. this.dtpEndTimeAfter.Location = new System.Drawing.Point(618, 45);
  235. this.dtpEndTimeAfter.Name = "dtpEndTimeAfter";
  236. this.dtpEndTimeAfter.Size = new System.Drawing.Size(121, 21);
  237. this.dtpEndTimeAfter.TabIndex = 108;
  238. //
  239. // lblEndTo
  240. //
  241. this.lblEndTo.AutoSize = true;
  242. this.lblEndTo.BackColor = System.Drawing.Color.Transparent;
  243. this.lblEndTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  244. this.lblEndTo.ForeColor = System.Drawing.SystemColors.ControlText;
  245. this.lblEndTo.Location = new System.Drawing.Point(595, 49);
  246. this.lblEndTo.Name = "lblEndTo";
  247. this.lblEndTo.Size = new System.Drawing.Size(17, 12);
  248. this.lblEndTo.TabIndex = 107;
  249. this.lblEndTo.Text = "至";
  250. //
  251. // dtpEndTimeBetween
  252. //
  253. this.dtpEndTimeBetween.CustomFormat = "yyyy-MM";
  254. this.dtpEndTimeBetween.Enabled = false;
  255. this.dtpEndTimeBetween.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  256. this.dtpEndTimeBetween.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  257. this.dtpEndTimeBetween.Location = new System.Drawing.Point(468, 43);
  258. this.dtpEndTimeBetween.Name = "dtpEndTimeBetween";
  259. this.dtpEndTimeBetween.Size = new System.Drawing.Size(121, 21);
  260. this.dtpEndTimeBetween.TabIndex = 106;
  261. //
  262. // cbEndTime
  263. //
  264. this.cbEndTime.AutoSize = true;
  265. this.cbEndTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  266. this.cbEndTime.Location = new System.Drawing.Point(378, 48);
  267. this.cbEndTime.Name = "cbEndTime";
  268. this.cbEndTime.Size = new System.Drawing.Size(84, 16);
  269. this.cbEndTime.TabIndex = 105;
  270. this.cbEndTime.Text = "结束账务月";
  271. this.cbEndTime.UseVisualStyleBackColor = true;
  272. this.cbEndTime.CheckedChanged += new System.EventHandler(this.cbEndTime_CheckedChanged);
  273. //
  274. // cbStartTime
  275. //
  276. this.cbStartTime.AutoSize = true;
  277. this.cbStartTime.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  278. this.cbStartTime.Location = new System.Drawing.Point(378, 23);
  279. this.cbStartTime.Name = "cbStartTime";
  280. this.cbStartTime.Size = new System.Drawing.Size(84, 16);
  281. this.cbStartTime.TabIndex = 104;
  282. this.cbStartTime.Text = "开始账务月";
  283. this.cbStartTime.UseVisualStyleBackColor = true;
  284. this.cbStartTime.CheckedChanged += new System.EventHandler(this.cbStartTime_CheckedChanged);
  285. //
  286. // lbxAuditStatus
  287. //
  288. this.lbxAuditStatus.BackColor = System.Drawing.SystemColors.Window;
  289. this.lbxAuditStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  290. this.lbxAuditStatus.DataSource = null;
  291. this.lbxAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  292. this.lbxAuditStatus.FormattingEnabled = true;
  293. //
  294. //
  295. //
  296. this.lbxAuditStatus.ListBox.Dock = System.Windows.Forms.DockStyle.Fill;
  297. this.lbxAuditStatus.ListBox.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. this.lbxAuditStatus.ListBox.Location = new System.Drawing.Point(0, 0);
  299. this.lbxAuditStatus.ListBox.Name = "";
  300. this.lbxAuditStatus.ListBox.Size = new System.Drawing.Size(119, 136);
  301. this.lbxAuditStatus.ListBox.TabIndex = 0;
  302. this.lbxAuditStatus.Location = new System.Drawing.Point(251, 19);
  303. this.lbxAuditStatus.Name = "lbxAuditStatus";
  304. this.lbxAuditStatus.Size = new System.Drawing.Size(121, 20);
  305. this.lbxAuditStatus.TabIndex = 103;
  306. //
  307. // dtpStartTimeBetween
  308. //
  309. this.dtpStartTimeBetween.CustomFormat = "yyyy-MM";
  310. this.dtpStartTimeBetween.Enabled = false;
  311. this.dtpStartTimeBetween.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.dtpStartTimeBetween.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  313. this.dtpStartTimeBetween.Location = new System.Drawing.Point(468, 18);
  314. this.dtpStartTimeBetween.Name = "dtpStartTimeBetween";
  315. this.dtpStartTimeBetween.Size = new System.Drawing.Size(121, 21);
  316. this.dtpStartTimeBetween.TabIndex = 23;
  317. //
  318. // lblStartTo
  319. //
  320. this.lblStartTo.AutoSize = true;
  321. this.lblStartTo.BackColor = System.Drawing.Color.Transparent;
  322. this.lblStartTo.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  323. this.lblStartTo.ForeColor = System.Drawing.SystemColors.ControlText;
  324. this.lblStartTo.Location = new System.Drawing.Point(595, 22);
  325. this.lblStartTo.Name = "lblStartTo";
  326. this.lblStartTo.Size = new System.Drawing.Size(17, 12);
  327. this.lblStartTo.TabIndex = 22;
  328. this.lblStartTo.Text = "至";
  329. //
  330. // btnClear
  331. //
  332. this.btnClear.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  333. this.btnClear.BackColor = System.Drawing.Color.Gray;
  334. this.btnClear.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClear.BackgroundImage")));
  335. this.btnClear.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  336. this.btnClear.ForeColor = System.Drawing.Color.White;
  337. this.btnClear.Location = new System.Drawing.Point(911, 37);
  338. this.btnClear.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  339. this.btnClear.Name = "btnClear";
  340. this.btnClear.Size = new System.Drawing.Size(85, 30);
  341. this.btnClear.TabIndex = 19;
  342. this.btnClear.Text = "清空条件(&C)";
  343. this.btnClear.UseVisualStyleBackColor = false;
  344. this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
  345. //
  346. // btnSelect
  347. //
  348. this.btnSelect.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  349. this.btnSelect.BackColor = System.Drawing.Color.Gray;
  350. this.btnSelect.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSelect.BackgroundImage")));
  351. this.btnSelect.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.btnSelect.ForeColor = System.Drawing.Color.White;
  353. this.btnSelect.Location = new System.Drawing.Point(820, 37);
  354. this.btnSelect.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  355. this.btnSelect.Name = "btnSelect";
  356. this.btnSelect.Size = new System.Drawing.Size(85, 30);
  357. this.btnSelect.TabIndex = 18;
  358. this.btnSelect.Text = "查询(&Q)";
  359. this.btnSelect.UseVisualStyleBackColor = false;
  360. this.btnSelect.Click += new System.EventHandler(this.btnSelect_Click);
  361. //
  362. // txtRemarks
  363. //
  364. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  365. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  366. this.txtRemarks.ErrorMessage = "";
  367. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  368. this.txtRemarks.Location = new System.Drawing.Point(65, 46);
  369. this.txtRemarks.MaxLength = 500;
  370. this.txtRemarks.Name = "txtRemarks";
  371. this.txtRemarks.Size = new System.Drawing.Size(307, 21);
  372. this.txtRemarks.TabIndex = 16;
  373. //
  374. // lblRemarks
  375. //
  376. this.lblRemarks.AutoSize = true;
  377. this.lblRemarks.BackColor = System.Drawing.Color.Transparent;
  378. this.lblRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  379. this.lblRemarks.ForeColor = System.Drawing.SystemColors.ControlText;
  380. this.lblRemarks.Location = new System.Drawing.Point(6, 51);
  381. this.lblRemarks.Name = "lblRemarks";
  382. this.lblRemarks.Size = new System.Drawing.Size(53, 12);
  383. this.lblRemarks.TabIndex = 15;
  384. this.lblRemarks.Text = "策略备注";
  385. //
  386. // dtpStartTimeAfter
  387. //
  388. this.dtpStartTimeAfter.CustomFormat = "yyyy-MM";
  389. this.dtpStartTimeAfter.Enabled = false;
  390. this.dtpStartTimeAfter.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  391. this.dtpStartTimeAfter.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
  392. this.dtpStartTimeAfter.Location = new System.Drawing.Point(618, 18);
  393. this.dtpStartTimeAfter.Name = "dtpStartTimeAfter";
  394. this.dtpStartTimeAfter.Size = new System.Drawing.Size(121, 21);
  395. this.dtpStartTimeAfter.TabIndex = 6;
  396. //
  397. // txtManagerSalaryName
  398. //
  399. this.txtManagerSalaryName.BackColor = System.Drawing.SystemColors.Window;
  400. this.txtManagerSalaryName.BackgroundColor = System.Drawing.SystemColors.Window;
  401. this.txtManagerSalaryName.ErrorMessage = "";
  402. this.txtManagerSalaryName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  403. this.txtManagerSalaryName.Location = new System.Drawing.Point(65, 18);
  404. this.txtManagerSalaryName.MaxLength = 70;
  405. this.txtManagerSalaryName.Name = "txtManagerSalaryName";
  406. this.txtManagerSalaryName.Size = new System.Drawing.Size(121, 21);
  407. this.txtManagerSalaryName.TabIndex = 1;
  408. //
  409. // lblWagesName
  410. //
  411. this.lblWagesName.AutoSize = true;
  412. this.lblWagesName.BackColor = System.Drawing.Color.Transparent;
  413. this.lblWagesName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  414. this.lblWagesName.ForeColor = System.Drawing.SystemColors.ControlText;
  415. this.lblWagesName.Location = new System.Drawing.Point(6, 22);
  416. this.lblWagesName.Name = "lblWagesName";
  417. this.lblWagesName.Size = new System.Drawing.Size(53, 12);
  418. this.lblWagesName.TabIndex = 0;
  419. this.lblWagesName.Text = "策略名称";
  420. //
  421. // dgvManagerSalary
  422. //
  423. this.dgvManagerSalary.AllowUserToAddRows = false;
  424. this.dgvManagerSalary.AllowUserToDeleteRows = false;
  425. this.dgvManagerSalary.AllowUserToModifyRows = true;
  426. this.dgvManagerSalary.AllowUserToOrderColumns = true;
  427. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  428. this.dgvManagerSalary.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  429. this.dgvManagerSalary.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  430. | System.Windows.Forms.AnchorStyles.Left)
  431. | System.Windows.Forms.AnchorStyles.Right)));
  432. this.dgvManagerSalary.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  433. this.dgvManagerSalary.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  434. this.dgvManagerSalary.CellHeight = 23;
  435. this.dgvManagerSalary.ChildNodeColumnName = null;
  436. this.dgvManagerSalary.ChildNodeColumnText = null;
  437. this.dgvManagerSalary.ColumnDeep = 1;
  438. this.dgvManagerSalary.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  439. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  440. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  441. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  442. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  443. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  444. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  445. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  446. this.dgvManagerSalary.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  447. this.dgvManagerSalary.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  448. this.dgvManagerSalary.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  449. this.colManagerSalaryID,
  450. this.colManagerSalaryName,
  451. this.colBeginAccountMonth,
  452. this.colEndAccountMonth,
  453. this.colRemarks,
  454. this.colAuditStatusName,
  455. this.colAuditStatus,
  456. this.colAuditor,
  457. this.colAuditlDate,
  458. this.colOPTimeStamp});
  459. this.dgvManagerSalary.ColumnTreeView = null;
  460. this.dgvManagerSalary.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)));
  461. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  462. dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
  463. dataGridViewCellStyle5.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  464. dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
  465. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  466. dataGridViewCellStyle5.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  467. dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  468. this.dgvManagerSalary.DefaultCellStyle = dataGridViewCellStyle5;
  469. this.dgvManagerSalary.DynamicColumnName = "";
  470. this.dgvManagerSalary.EnableHeadersVisualStyles = false;
  471. this.dgvManagerSalary.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  472. this.dgvManagerSalary.IsAutoCountSum = true;
  473. this.dgvManagerSalary.IsAutoResizeColumns = false;
  474. this.dgvManagerSalary.IsClickF12 = false;
  475. this.dgvManagerSalary.IsSubTotalFlag = false;
  476. this.dgvManagerSalary.Location = new System.Drawing.Point(0, 122);
  477. this.dgvManagerSalary.MultiSelect = false;
  478. this.dgvManagerSalary.Name = "dgvManagerSalary";
  479. this.dgvManagerSalary.ReadOnly = true;
  480. this.dgvManagerSalary.RefreshAtHscroll = false;
  481. this.dgvManagerSalary.RowHeadersWidth = 50;
  482. this.dgvManagerSalary.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  483. dataGridViewCellStyle6.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  484. this.dgvManagerSalary.RowsDefaultCellStyle = dataGridViewCellStyle6;
  485. this.dgvManagerSalary.RowTemplate.Height = 21;
  486. this.dgvManagerSalary.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  487. this.dgvManagerSalary.Size = new System.Drawing.Size(1000, 326);
  488. this.dgvManagerSalary.SortOrderColumnName = null;
  489. this.dgvManagerSalary.TabIndex = 23;
  490. this.dgvManagerSalary.Tag = true;
  491. this.dgvManagerSalary.TotalSumColumns = null;
  492. this.dgvManagerSalary.ViewRowFilter = "";
  493. this.dgvManagerSalary.VirtualMode = true;
  494. this.dgvManagerSalary.SelectionChanged += new System.EventHandler(this.dgvManagerSalary_SelectionChanged);
  495. //
  496. // colManagerSalaryID
  497. //
  498. this.colManagerSalaryID.DataPropertyName = "ManagerSalaryID";
  499. this.colManagerSalaryID.HeaderText = "缺陷扣罚策略ID";
  500. this.colManagerSalaryID.Name = "colManagerSalaryID";
  501. this.colManagerSalaryID.ReadOnly = true;
  502. this.colManagerSalaryID.Visible = false;
  503. //
  504. // colManagerSalaryName
  505. //
  506. this.colManagerSalaryName.DataPropertyName = "ManagerSalaryName";
  507. this.colManagerSalaryName.HeaderText = "策略名称";
  508. this.colManagerSalaryName.Name = "colManagerSalaryName";
  509. this.colManagerSalaryName.ReadOnly = true;
  510. //
  511. // colBeginAccountMonth
  512. //
  513. this.colBeginAccountMonth.DataPropertyName = "BeginAccountMonth";
  514. dataGridViewCellStyle3.Format = "yyyy-MM";
  515. this.colBeginAccountMonth.DefaultCellStyle = dataGridViewCellStyle3;
  516. this.colBeginAccountMonth.HeaderText = "开始账务月";
  517. this.colBeginAccountMonth.Name = "colBeginAccountMonth";
  518. this.colBeginAccountMonth.ReadOnly = true;
  519. //
  520. // colEndAccountMonth
  521. //
  522. this.colEndAccountMonth.DataPropertyName = "EndAccountMonth";
  523. dataGridViewCellStyle4.Format = "yyyy-MM";
  524. this.colEndAccountMonth.DefaultCellStyle = dataGridViewCellStyle4;
  525. this.colEndAccountMonth.HeaderText = "结束账务月";
  526. this.colEndAccountMonth.Name = "colEndAccountMonth";
  527. this.colEndAccountMonth.ReadOnly = true;
  528. //
  529. // colRemarks
  530. //
  531. this.colRemarks.DataPropertyName = "Remarks";
  532. this.colRemarks.HeaderText = "策略备注";
  533. this.colRemarks.Name = "colRemarks";
  534. this.colRemarks.ReadOnly = true;
  535. this.colRemarks.Width = 200;
  536. //
  537. // colAuditStatusName
  538. //
  539. this.colAuditStatusName.DataPropertyName = "AuditStatusName";
  540. this.colAuditStatusName.HeaderText = "审核状态";
  541. this.colAuditStatusName.Name = "colAuditStatusName";
  542. this.colAuditStatusName.ReadOnly = true;
  543. //
  544. // colAuditStatus
  545. //
  546. this.colAuditStatus.DataPropertyName = "AuditStatus";
  547. this.colAuditStatus.HeaderText = "审核状态(int)";
  548. this.colAuditStatus.Name = "colAuditStatus";
  549. this.colAuditStatus.ReadOnly = true;
  550. this.colAuditStatus.Visible = false;
  551. //
  552. // colAuditor
  553. //
  554. this.colAuditor.DataPropertyName = "UserName";
  555. this.colAuditor.HeaderText = "审核人";
  556. this.colAuditor.Name = "colAuditor";
  557. this.colAuditor.ReadOnly = true;
  558. //
  559. // colAuditlDate
  560. //
  561. this.colAuditlDate.DataPropertyName = "AuditlDate";
  562. this.colAuditlDate.HeaderText = "审核日期";
  563. this.colAuditlDate.Name = "colAuditlDate";
  564. this.colAuditlDate.ReadOnly = true;
  565. //
  566. // colOPTimeStamp
  567. //
  568. this.colOPTimeStamp.DataPropertyName = "OPTimeStamp";
  569. this.colOPTimeStamp.HeaderText = "OPTimeStamp";
  570. this.colOPTimeStamp.Name = "colOPTimeStamp";
  571. this.colOPTimeStamp.ReadOnly = true;
  572. this.colOPTimeStamp.Visible = false;
  573. //
  574. // F_TAT_0701
  575. //
  576. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  577. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  578. this.ClientSize = new System.Drawing.Size(1012, 460);
  579. this.Controls.Add(this.dgvManagerSalary);
  580. this.Controls.Add(this.c_GroupBox1);
  581. this.Controls.Add(this.tsrOperate);
  582. this.Name = "F_TAT_0701";
  583. this.Text = "F_TAT_0701";
  584. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_TAT_0701_FormClosed);
  585. this.Load += new System.EventHandler(this.F_TAT_0701_Load);
  586. this.tsrOperate.ResumeLayout(false);
  587. this.tsrOperate.PerformLayout();
  588. this.c_GroupBox1.ResumeLayout(false);
  589. this.c_GroupBox1.PerformLayout();
  590. ((System.ComponentModel.ISupportInitialize)(this.dgvManagerSalary)).EndInit();
  591. this.ResumeLayout(false);
  592. }
  593. #endregion
  594. private Basics.BaseControls.C_ToolStrip tsrOperate;
  595. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  596. private System.Windows.Forms.ToolStripButton tsbtnCopy;
  597. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  598. private System.Windows.Forms.ToolStripButton tsbtnAudit;
  599. private System.Windows.Forms.ToolStripButton tsbtnDelete;
  600. private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
  601. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  602. private System.Windows.Forms.ToolStripButton tsbtnClose;
  603. private Basics.BaseControls.C_GroupBox c_GroupBox1;
  604. private Basics.BaseControls.C_Label lblAuditStatus;
  605. private Basics.BaseControls.C_DateTimePicker dtpEndTimeAfter;
  606. private Basics.BaseControls.C_Label lblEndTo;
  607. private Basics.BaseControls.C_DateTimePicker dtpEndTimeBetween;
  608. private Basics.BaseControls.C_CheckBox cbEndTime;
  609. private Basics.BaseControls.C_CheckBox cbStartTime;
  610. private Basics.BaseControls.DKListBoxComboBox lbxAuditStatus;
  611. private Basics.BaseControls.C_DateTimePicker dtpStartTimeBetween;
  612. private Basics.BaseControls.C_Label lblStartTo;
  613. private Basics.BaseControls.C_Button btnClear;
  614. private Basics.BaseControls.C_Button btnSelect;
  615. private Basics.BaseControls.C_TextBox txtRemarks;
  616. private Basics.BaseControls.C_Label lblRemarks;
  617. private Basics.BaseControls.C_DateTimePicker dtpStartTimeAfter;
  618. private Basics.BaseControls.C_TextBox txtManagerSalaryName;
  619. private Basics.BaseControls.C_Label lblWagesName;
  620. private Basics.BaseControls.C_DataGridView dgvManagerSalary;
  621. private System.Windows.Forms.DataGridViewTextBoxColumn colManagerSalaryID;
  622. private System.Windows.Forms.DataGridViewTextBoxColumn colManagerSalaryName;
  623. private System.Windows.Forms.DataGridViewTextBoxColumn colBeginAccountMonth;
  624. private System.Windows.Forms.DataGridViewTextBoxColumn colEndAccountMonth;
  625. private System.Windows.Forms.DataGridViewTextBoxColumn colRemarks;
  626. private System.Windows.Forms.DataGridViewTextBoxColumn colAuditStatusName;
  627. private System.Windows.Forms.DataGridViewTextBoxColumn colAuditStatus;
  628. private System.Windows.Forms.DataGridViewTextBoxColumn colAuditor;
  629. private System.Windows.Forms.DataGridViewTextBoxColumn colAuditlDate;
  630. private System.Windows.Forms.DataGridViewTextBoxColumn colOPTimeStamp;
  631. }
  632. }