F_HR_1103.Designer.cs 32 KB

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