F_PAM_0501.Designer.cs 36 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614
  1. namespace Dongke.IBOSS.PRD.Client.HRModule
  2. {
  3. partial class F_PAM_0501
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_PAM_0501));
  29. Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity dkStaffEntity1 = new Dongke.IBOSS.PRD.Client.DataModels.DKStaffEntity();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  38. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  39. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  40. this.txtRemarks = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  41. this.comSettlementFlag = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  42. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.comAuditStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  44. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  45. this.comAdministrationType = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ComboBox();
  46. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.dkStaffName = new Dongke.IBOSS.PRD.Client.Controls.dkStaffSearchBox();
  49. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  50. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  51. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  52. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  53. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  54. this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
  55. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  56. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  57. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  58. this.dgvStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  59. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.AdminEXATypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.Amount = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.REMARKS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.RAPDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.username = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.AuditStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.aname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.AuditlDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.SettlementFlag = new System.Windows.Forms.DataGridViewComboBoxColumn();
  70. this.AdminEXAID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.AUDITSTATUS = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.gbxCondition.SuspendLayout();
  73. this.tsrOperate.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // gbxCondition
  78. //
  79. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  80. | System.Windows.Forms.AnchorStyles.Right)));
  81. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  82. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  83. this.gbxCondition.Controls.Add(this.txtRemarks);
  84. this.gbxCondition.Controls.Add(this.comSettlementFlag);
  85. this.gbxCondition.Controls.Add(this.c_Label3);
  86. this.gbxCondition.Controls.Add(this.comAuditStatus);
  87. this.gbxCondition.Controls.Add(this.c_Label2);
  88. this.gbxCondition.Controls.Add(this.comAdministrationType);
  89. this.gbxCondition.Controls.Add(this.c_Label4);
  90. this.gbxCondition.Controls.Add(this.c_Label1);
  91. this.gbxCondition.Controls.Add(this.dkStaffName);
  92. this.gbxCondition.Controls.Add(this.btnSearch);
  93. this.gbxCondition.Controls.Add(this.btnClearCondition);
  94. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  95. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  96. this.gbxCondition.IsMustInput = false;
  97. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  98. this.gbxCondition.Name = "gbxCondition";
  99. this.gbxCondition.OriginalHeight = -1;
  100. this.gbxCondition.Size = new System.Drawing.Size(924, 80);
  101. this.gbxCondition.TabIndex = 1;
  102. this.gbxCondition.TabStop = false;
  103. this.gbxCondition.Text = "查询条件 ▼";
  104. //
  105. // txtRemarks
  106. //
  107. this.txtRemarks.BackColor = System.Drawing.SystemColors.Window;
  108. this.txtRemarks.BackgroundColor = System.Drawing.SystemColors.Window;
  109. this.txtRemarks.ErrorMessage = "";
  110. this.txtRemarks.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  111. this.txtRemarks.Location = new System.Drawing.Point(428, 17);
  112. this.txtRemarks.Name = "txtRemarks";
  113. this.txtRemarks.Size = new System.Drawing.Size(181, 21);
  114. this.txtRemarks.TabIndex = 11;
  115. this.txtRemarks.TextValue = "";
  116. //
  117. // comSettlementFlag
  118. //
  119. this.comSettlementFlag.BackgroundColor = System.Drawing.SystemColors.Window;
  120. this.comSettlementFlag.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  121. this.comSettlementFlag.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.comSettlementFlag.FormattingEnabled = true;
  123. this.comSettlementFlag.Location = new System.Drawing.Point(271, 44);
  124. this.comSettlementFlag.Name = "comSettlementFlag";
  125. this.comSettlementFlag.Size = new System.Drawing.Size(116, 20);
  126. this.comSettlementFlag.TabIndex = 4;
  127. //
  128. // c_Label3
  129. //
  130. this.c_Label3.AutoSize = true;
  131. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  132. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  133. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  134. this.c_Label3.Location = new System.Drawing.Point(212, 48);
  135. this.c_Label3.Name = "c_Label3";
  136. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  137. this.c_Label3.TabIndex = 3;
  138. this.c_Label3.Text = "结算标识";
  139. //
  140. // comAuditStatus
  141. //
  142. this.comAuditStatus.BackgroundColor = System.Drawing.SystemColors.Window;
  143. this.comAuditStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  144. this.comAuditStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  145. this.comAuditStatus.FormattingEnabled = true;
  146. this.comAuditStatus.Location = new System.Drawing.Point(72, 46);
  147. this.comAuditStatus.Name = "comAuditStatus";
  148. this.comAuditStatus.Size = new System.Drawing.Size(134, 20);
  149. this.comAuditStatus.TabIndex = 6;
  150. //
  151. // c_Label2
  152. //
  153. this.c_Label2.AutoSize = true;
  154. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  155. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  156. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  157. this.c_Label2.Location = new System.Drawing.Point(11, 50);
  158. this.c_Label2.Name = "c_Label2";
  159. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  160. this.c_Label2.TabIndex = 5;
  161. this.c_Label2.Text = "审批状态";
  162. //
  163. // comAdministrationType
  164. //
  165. this.comAdministrationType.BackgroundColor = System.Drawing.SystemColors.Window;
  166. this.comAdministrationType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  167. this.comAdministrationType.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.comAdministrationType.FormattingEnabled = true;
  169. this.comAdministrationType.Location = new System.Drawing.Point(271, 18);
  170. this.comAdministrationType.Name = "comAdministrationType";
  171. this.comAdministrationType.Size = new System.Drawing.Size(116, 20);
  172. this.comAdministrationType.TabIndex = 8;
  173. //
  174. // c_Label4
  175. //
  176. this.c_Label4.AutoSize = true;
  177. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  178. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  179. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  180. this.c_Label4.Location = new System.Drawing.Point(393, 21);
  181. this.c_Label4.Name = "c_Label4";
  182. this.c_Label4.Size = new System.Drawing.Size(29, 12);
  183. this.c_Label4.TabIndex = 7;
  184. this.c_Label4.Text = "备注";
  185. //
  186. // c_Label1
  187. //
  188. this.c_Label1.AutoSize = true;
  189. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  190. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  192. this.c_Label1.Location = new System.Drawing.Point(212, 22);
  193. this.c_Label1.Name = "c_Label1";
  194. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  195. this.c_Label1.TabIndex = 7;
  196. this.c_Label1.Text = "考核类别";
  197. //
  198. // dkStaffName
  199. //
  200. this.dkStaffName.DataSource = null;
  201. this.dkStaffName.Enabled = true;
  202. this.dkStaffName.IsMustInput = false;
  203. this.dkStaffName.Location = new System.Drawing.Point(13, 20);
  204. this.dkStaffName.Name = "dkStaffName";
  205. this.dkStaffName.PurviewType = ((byte)(0));
  206. this.dkStaffName.Size = new System.Drawing.Size(193, 21);
  207. dkStaffEntity1.AccountID = 0;
  208. dkStaffEntity1.ExProbationEndDate = null;
  209. dkStaffEntity1.Jobs = 0;
  210. dkStaffEntity1.JobsName = null;
  211. dkStaffEntity1.OPTimeStamp = new System.DateTime(((long)(0)));
  212. dkStaffEntity1.OrganizationID = 0;
  213. dkStaffEntity1.OrganizationName = null;
  214. dkStaffEntity1.Post = 0;
  215. dkStaffEntity1.PostName = null;
  216. dkStaffEntity1.StaffCode = null;
  217. dkStaffEntity1.StaffID = 0;
  218. dkStaffEntity1.StaffName = null;
  219. dkStaffEntity1.StaffStatus = 0;
  220. dkStaffEntity1.UserCode = null;
  221. dkStaffEntity1.UserID = 0;
  222. dkStaffEntity1.UserName = null;
  223. dkStaffEntity1.ValueFlag = false;
  224. this.dkStaffName.StaffEntity = dkStaffEntity1;
  225. this.dkStaffName.TabIndex = 0;
  226. this.dkStaffName.TxtUserBackColor = System.Drawing.SystemColors.Control;
  227. this.dkStaffName.UserCode = "";
  228. this.dkStaffName.UserName = null;
  229. this.dkStaffName.UserRow = null;
  230. this.dkStaffName.WhereCondition = "StaffStatus = 2 And ValueFlag = 1";
  231. //
  232. // btnSearch
  233. //
  234. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  235. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  236. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  237. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  238. this.btnSearch.ForeColor = System.Drawing.Color.White;
  239. this.btnSearch.Location = new System.Drawing.Point(742, 41);
  240. this.btnSearch.Name = "btnSearch";
  241. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  242. this.btnSearch.TabIndex = 9;
  243. this.btnSearch.Text = "查询(&Q)";
  244. this.btnSearch.UseVisualStyleBackColor = false;
  245. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  246. //
  247. // btnClearCondition
  248. //
  249. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  250. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  251. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  252. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  253. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  254. this.btnClearCondition.Location = new System.Drawing.Point(833, 41);
  255. this.btnClearCondition.Name = "btnClearCondition";
  256. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  257. this.btnClearCondition.TabIndex = 10;
  258. this.btnClearCondition.Text = "清空条件(&C)";
  259. this.btnClearCondition.UseVisualStyleBackColor = false;
  260. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  261. //
  262. // tsrOperate
  263. //
  264. this.tsrOperate.AutoSize = false;
  265. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  266. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.PAMModule.Properties.Resources.functionbackground;
  267. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  268. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  269. this.tsbtnAdd,
  270. this.tsbtnEdit,
  271. this.tsbtnDisable,
  272. this.toolStripSeparator1,
  273. this.tsbtnAdaptive,
  274. this.tsbtnClose});
  275. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  276. this.tsrOperate.Name = "tsrOperate";
  277. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  278. this.tsrOperate.ShowItemToolTips = false;
  279. this.tsrOperate.Size = new System.Drawing.Size(936, 35);
  280. this.tsrOperate.TabIndex = 0;
  281. this.tsrOperate.Text = "toolStrip1";
  282. //
  283. // tsbtnAdd
  284. //
  285. this.tsbtnAdd.AutoSize = false;
  286. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  287. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  288. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  289. this.tsbtnAdd.Name = "tsbtnAdd";
  290. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  291. this.tsbtnAdd.Text = "新建(&N)";
  292. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  293. //
  294. // tsbtnEdit
  295. //
  296. this.tsbtnEdit.AutoSize = false;
  297. this.tsbtnEdit.Enabled = false;
  298. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  299. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  300. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  301. this.tsbtnEdit.Name = "tsbtnEdit";
  302. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  303. this.tsbtnEdit.Text = "编辑(&E)";
  304. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  305. //
  306. // tsbtnDisable
  307. //
  308. this.tsbtnDisable.AutoSize = false;
  309. this.tsbtnDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  310. this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  311. this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
  312. this.tsbtnDisable.Name = "tsbtnDisable";
  313. this.tsbtnDisable.Size = new System.Drawing.Size(60, 25);
  314. this.tsbtnDisable.Text = "停用(&S)";
  315. this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
  316. //
  317. // toolStripSeparator1
  318. //
  319. this.toolStripSeparator1.AutoSize = false;
  320. this.toolStripSeparator1.Name = "toolStripSeparator1";
  321. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  322. //
  323. // tsbtnAdaptive
  324. //
  325. this.tsbtnAdaptive.AutoSize = false;
  326. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  327. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  328. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  329. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  330. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  331. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  332. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  333. //
  334. // tsbtnClose
  335. //
  336. this.tsbtnClose.AutoSize = false;
  337. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  338. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  339. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  340. this.tsbtnClose.Name = "tsbtnClose";
  341. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  342. this.tsbtnClose.Text = "关闭(&X)";
  343. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  344. //
  345. // dgvStaff
  346. //
  347. this.dgvStaff.AllowUserToAddRows = false;
  348. this.dgvStaff.AllowUserToDeleteRows = false;
  349. this.dgvStaff.AllowUserToModifyRows = true;
  350. this.dgvStaff.AllowUserToOrderColumns = true;
  351. this.dgvStaff.AllowUserToResizeRows = false;
  352. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  353. this.dgvStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  354. this.dgvStaff.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  355. | System.Windows.Forms.AnchorStyles.Left)
  356. | System.Windows.Forms.AnchorStyles.Right)));
  357. this.dgvStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  358. this.dgvStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  359. this.dgvStaff.CellHeight = 23;
  360. this.dgvStaff.ChildNodeColumnName = null;
  361. this.dgvStaff.ChildNodeColumnText = null;
  362. this.dgvStaff.ColumnDeep = 1;
  363. this.dgvStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  364. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  365. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  366. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  367. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  368. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  369. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  370. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  371. this.dgvStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  372. this.dgvStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  373. this.dgvStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  374. this.StaffCode,
  375. this.StaffName,
  376. this.AdminEXATypeName,
  377. this.Amount,
  378. this.REMARKS,
  379. this.RAPDATE,
  380. this.username,
  381. this.AuditStatusName,
  382. this.aname,
  383. this.AuditlDate,
  384. this.SettlementFlag,
  385. this.AdminEXAID,
  386. this.AUDITSTATUS});
  387. this.dgvStaff.ColumnTreeView = null;
  388. this.dgvStaff.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)));
  389. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  390. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  391. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  392. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  393. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  394. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  395. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  396. this.dgvStaff.DefaultCellStyle = dataGridViewCellStyle7;
  397. this.dgvStaff.DynamicColumnName = "";
  398. this.dgvStaff.EnableHeadersVisualStyles = false;
  399. this.dgvStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  400. this.dgvStaff.HorizontalMergeColumn = null;
  401. this.dgvStaff.IsAutoCountSum = true;
  402. this.dgvStaff.IsAutoResizeColumns = false;
  403. this.dgvStaff.IsClickF12 = false;
  404. this.dgvStaff.IsOpenMergeCellFlag = false;
  405. this.dgvStaff.IsSubTotalFlag = false;
  406. this.dgvStaff.IsTopDeep = false;
  407. this.dgvStaff.Location = new System.Drawing.Point(0, 125);
  408. this.dgvStaff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  409. this.dgvStaff.MergeColumnNames = null;
  410. this.dgvStaff.MergeDetailColumnNames = null;
  411. this.dgvStaff.MergeDetailOnlyColumn = null;
  412. this.dgvStaff.MergeOnlyColumn = null;
  413. this.dgvStaff.MultiSelect = false;
  414. this.dgvStaff.Name = "dgvStaff";
  415. this.dgvStaff.ReadOnly = true;
  416. this.dgvStaff.RefreshAtHscroll = false;
  417. this.dgvStaff.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  418. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  419. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
  420. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  421. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  422. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  423. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  424. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  425. this.dgvStaff.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
  426. this.dgvStaff.RowHeadersWidth = 50;
  427. this.dgvStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  428. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  429. this.dgvStaff.RowsDefaultCellStyle = dataGridViewCellStyle9;
  430. this.dgvStaff.RowTemplate.Height = 21;
  431. this.dgvStaff.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  432. this.dgvStaff.Size = new System.Drawing.Size(924, 206);
  433. this.dgvStaff.SortOrderColumnName = null;
  434. this.dgvStaff.TabIndex = 2;
  435. this.dgvStaff.Tag = true;
  436. this.dgvStaff.TotalSumColumns = null;
  437. this.dgvStaff.ViewRowFilter = "";
  438. this.dgvStaff.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStaff_CellEnter);
  439. this.dgvStaff.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaff_CellMouseDoubleClick);
  440. //
  441. // StaffCode
  442. //
  443. this.StaffCode.DataPropertyName = "StaffCode";
  444. this.StaffCode.HeaderText = "员工编号";
  445. this.StaffCode.Name = "StaffCode";
  446. this.StaffCode.ReadOnly = true;
  447. //
  448. // StaffName
  449. //
  450. this.StaffName.DataPropertyName = "StaffName";
  451. this.StaffName.HeaderText = "员工姓名";
  452. this.StaffName.Name = "StaffName";
  453. this.StaffName.ReadOnly = true;
  454. //
  455. // AdminEXATypeName
  456. //
  457. this.AdminEXATypeName.DataPropertyName = "AdminEXATypeName";
  458. this.AdminEXATypeName.HeaderText = "行政考核类别";
  459. this.AdminEXATypeName.Name = "AdminEXATypeName";
  460. this.AdminEXATypeName.ReadOnly = true;
  461. //
  462. // Amount
  463. //
  464. this.Amount.DataPropertyName = "Amount";
  465. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
  466. dataGridViewCellStyle3.Format = "#,##0.00";
  467. this.Amount.DefaultCellStyle = dataGridViewCellStyle3;
  468. this.Amount.HeaderText = "考核金额";
  469. this.Amount.Name = "Amount";
  470. this.Amount.ReadOnly = true;
  471. //
  472. // REMARKS
  473. //
  474. this.REMARKS.DataPropertyName = "REMARKS";
  475. this.REMARKS.HeaderText = "备注";
  476. this.REMARKS.Name = "REMARKS";
  477. this.REMARKS.ReadOnly = true;
  478. //
  479. // RAPDATE
  480. //
  481. this.RAPDATE.DataPropertyName = "CreateTime";
  482. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  483. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  484. dataGridViewCellStyle4.NullValue = null;
  485. this.RAPDATE.DefaultCellStyle = dataGridViewCellStyle4;
  486. this.RAPDATE.HeaderText = "记录日期";
  487. this.RAPDATE.Name = "RAPDATE";
  488. this.RAPDATE.ReadOnly = true;
  489. //
  490. // username
  491. //
  492. this.username.DataPropertyName = "cname";
  493. this.username.HeaderText = "记录人";
  494. this.username.Name = "username";
  495. this.username.ReadOnly = true;
  496. //
  497. // AuditStatusName
  498. //
  499. this.AuditStatusName.DataPropertyName = "AuditStatusName";
  500. this.AuditStatusName.HeaderText = "审核状态";
  501. this.AuditStatusName.Name = "AuditStatusName";
  502. this.AuditStatusName.ReadOnly = true;
  503. //
  504. // aname
  505. //
  506. this.aname.DataPropertyName = "aname";
  507. dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  508. dataGridViewCellStyle5.Format = "yyyy-MM-dd";
  509. this.aname.DefaultCellStyle = dataGridViewCellStyle5;
  510. this.aname.HeaderText = "审核人";
  511. this.aname.Name = "aname";
  512. this.aname.ReadOnly = true;
  513. //
  514. // AuditlDate
  515. //
  516. this.AuditlDate.DataPropertyName = "AuditlDate";
  517. dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  518. dataGridViewCellStyle6.Format = "yyyy-MM-dd";
  519. dataGridViewCellStyle6.NullValue = null;
  520. this.AuditlDate.DefaultCellStyle = dataGridViewCellStyle6;
  521. this.AuditlDate.HeaderText = "审核日期";
  522. this.AuditlDate.Name = "AuditlDate";
  523. this.AuditlDate.ReadOnly = true;
  524. //
  525. // SettlementFlag
  526. //
  527. this.SettlementFlag.DataPropertyName = "SettlementFlag";
  528. this.SettlementFlag.HeaderText = "工资结算标识";
  529. this.SettlementFlag.Name = "SettlementFlag";
  530. this.SettlementFlag.ReadOnly = true;
  531. this.SettlementFlag.Resizable = System.Windows.Forms.DataGridViewTriState.True;
  532. this.SettlementFlag.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
  533. //
  534. // AdminEXAID
  535. //
  536. this.AdminEXAID.DataPropertyName = "AdminEXAID";
  537. this.AdminEXAID.HeaderText = "AdminEXAID";
  538. this.AdminEXAID.Name = "AdminEXAID";
  539. this.AdminEXAID.ReadOnly = true;
  540. this.AdminEXAID.Visible = false;
  541. //
  542. // AUDITSTATUS
  543. //
  544. this.AUDITSTATUS.DataPropertyName = "AUDITSTATUS";
  545. this.AUDITSTATUS.HeaderText = "AUDITSTATUS";
  546. this.AUDITSTATUS.Name = "AUDITSTATUS";
  547. this.AUDITSTATUS.ReadOnly = true;
  548. this.AUDITSTATUS.Visible = false;
  549. //
  550. // F_PAM_0501
  551. //
  552. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  553. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  554. this.ClientSize = new System.Drawing.Size(936, 334);
  555. this.Controls.Add(this.dgvStaff);
  556. this.Controls.Add(this.gbxCondition);
  557. this.Controls.Add(this.tsrOperate);
  558. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  559. this.MaximizeBox = false;
  560. this.MinimizeBox = false;
  561. this.Name = "F_PAM_0501";
  562. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  563. this.Text = "行政奖惩";
  564. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_HR_1101_FormClosed);
  565. this.Load += new System.EventHandler(this.F_HR_1101_Load);
  566. this.gbxCondition.ResumeLayout(false);
  567. this.gbxCondition.PerformLayout();
  568. this.tsrOperate.ResumeLayout(false);
  569. this.tsrOperate.PerformLayout();
  570. ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).EndInit();
  571. this.ResumeLayout(false);
  572. }
  573. #endregion
  574. private Basics.BaseControls.C_GroupBox gbxCondition;
  575. private Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip tsrOperate;
  576. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  577. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  578. private System.Windows.Forms.ToolStripButton tsbtnDisable;
  579. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  580. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  581. private System.Windows.Forms.ToolStripButton tsbtnClose;
  582. private Basics.BaseControls.C_Button btnSearch;
  583. private Basics.BaseControls.C_Button btnClearCondition;
  584. private Basics.BaseControls.C_DataGridView dgvStaff;
  585. private Controls.dkStaffSearchBox dkStaffName;
  586. private Basics.BaseControls.C_ComboBox comAuditStatus;
  587. private Basics.BaseControls.C_Label c_Label2;
  588. private Basics.BaseControls.C_ComboBox comAdministrationType;
  589. private Basics.BaseControls.C_Label c_Label1;
  590. private Basics.BaseControls.C_ComboBox comSettlementFlag;
  591. private Basics.BaseControls.C_Label c_Label3;
  592. private Basics.BaseControls.C_TextBox txtRemarks;
  593. private Basics.BaseControls.C_Label c_Label4;
  594. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  595. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  596. private System.Windows.Forms.DataGridViewTextBoxColumn AdminEXATypeName;
  597. private System.Windows.Forms.DataGridViewTextBoxColumn Amount;
  598. private System.Windows.Forms.DataGridViewTextBoxColumn REMARKS;
  599. private System.Windows.Forms.DataGridViewTextBoxColumn RAPDATE;
  600. private System.Windows.Forms.DataGridViewTextBoxColumn username;
  601. private System.Windows.Forms.DataGridViewTextBoxColumn AuditStatusName;
  602. private System.Windows.Forms.DataGridViewTextBoxColumn aname;
  603. private System.Windows.Forms.DataGridViewTextBoxColumn AuditlDate;
  604. private System.Windows.Forms.DataGridViewComboBoxColumn SettlementFlag;
  605. private System.Windows.Forms.DataGridViewTextBoxColumn AdminEXAID;
  606. private System.Windows.Forms.DataGridViewTextBoxColumn AUDITSTATUS;
  607. }
  608. }