F_HR_0403.Designer.cs 34 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598
  1. namespace Dongke.IBOSS.PRD.Client.HRModule
  2. {
  3. partial class F_HR_0403
  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_0403));
  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 dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  34. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  35. this.tsbtnApprover = new System.Windows.Forms.ToolStripButton();
  36. this.tsbtnMoreCondition = new System.Windows.Forms.ToolStripButton();
  37. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  38. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  39. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  40. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  41. this.txtStaffName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  42. this.txtStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.txtOtherWhere = new System.Windows.Forms.TextBox();
  46. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  47. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.dgvStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  50. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.RecordDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.RecordTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.TurnoverDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.ApplicantName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.Reason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.Suggestion = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.ApprovalStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.ApproverName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.ApprovalDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.UpdateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.TurnoverDateName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.StaffRecordID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.SOPTIMESTAMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.ROPTIMESTAMP = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.tsrOperate.SuspendLayout();
  73. this.gbxCondition.SuspendLayout();
  74. ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).BeginInit();
  75. this.SuspendLayout();
  76. //
  77. // tsrOperate
  78. //
  79. this.tsrOperate.AutoSize = false;
  80. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  81. this.tsrOperate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tsrOperate.BackgroundImage")));
  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.tsbtnApprover,
  85. this.tsbtnMoreCondition,
  86. this.toolStripSeparator1,
  87. this.tsbtnAdaptive,
  88. this.tsbtnClose});
  89. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  90. this.tsrOperate.Name = "tsrOperate";
  91. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  92. this.tsrOperate.ShowItemToolTips = false;
  93. this.tsrOperate.Size = new System.Drawing.Size(1068, 35);
  94. this.tsrOperate.TabIndex = 1;
  95. this.tsrOperate.Text = "toolStrip1";
  96. //
  97. // tsbtnApprover
  98. //
  99. this.tsbtnApprover.AutoSize = false;
  100. this.tsbtnApprover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  101. this.tsbtnApprover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  102. this.tsbtnApprover.ImageTransparentColor = System.Drawing.Color.Magenta;
  103. this.tsbtnApprover.Name = "tsbtnApprover";
  104. this.tsbtnApprover.Size = new System.Drawing.Size(60, 25);
  105. this.tsbtnApprover.Text = "审批(&R)";
  106. this.tsbtnApprover.Click += new System.EventHandler(this.tsbtnApprover_Click);
  107. //
  108. // tsbtnMoreCondition
  109. //
  110. this.tsbtnMoreCondition.AutoSize = false;
  111. this.tsbtnMoreCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  112. this.tsbtnMoreCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  113. this.tsbtnMoreCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  114. this.tsbtnMoreCondition.Name = "tsbtnMoreCondition";
  115. this.tsbtnMoreCondition.Size = new System.Drawing.Size(80, 25);
  116. this.tsbtnMoreCondition.Text = "更多条件(&M)";
  117. this.tsbtnMoreCondition.Click += new System.EventHandler(this.tsbtnMoreCondition_Click);
  118. //
  119. // toolStripSeparator1
  120. //
  121. this.toolStripSeparator1.AutoSize = false;
  122. this.toolStripSeparator1.Name = "toolStripSeparator1";
  123. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  124. //
  125. // tsbtnAdaptive
  126. //
  127. this.tsbtnAdaptive.AutoSize = false;
  128. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  129. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  130. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  131. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  132. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  133. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  134. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  135. //
  136. // tsbtnClose
  137. //
  138. this.tsbtnClose.AutoSize = false;
  139. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  140. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  141. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  142. this.tsbtnClose.Name = "tsbtnClose";
  143. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  144. this.tsbtnClose.Text = "关闭(&X)";
  145. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  146. //
  147. // gbxCondition
  148. //
  149. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  150. | System.Windows.Forms.AnchorStyles.Right)));
  151. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  152. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  153. this.gbxCondition.Controls.Add(this.txtStaffName);
  154. this.gbxCondition.Controls.Add(this.txtStaffCode);
  155. this.gbxCondition.Controls.Add(this.btnSearch);
  156. this.gbxCondition.Controls.Add(this.btnClearCondition);
  157. this.gbxCondition.Controls.Add(this.txtOtherWhere);
  158. this.gbxCondition.Controls.Add(this.c_Label2);
  159. this.gbxCondition.Controls.Add(this.c_Label4);
  160. this.gbxCondition.Controls.Add(this.c_Label1);
  161. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  162. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  163. this.gbxCondition.IsMustInput = false;
  164. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  165. this.gbxCondition.Name = "gbxCondition";
  166. this.gbxCondition.OriginalHeight = -1;
  167. this.gbxCondition.Size = new System.Drawing.Size(1056, 125);
  168. this.gbxCondition.TabIndex = 2;
  169. this.gbxCondition.TabStop = false;
  170. this.gbxCondition.Text = "查询条件 ▼";
  171. //
  172. // txtStaffName
  173. //
  174. this.txtStaffName.BackColor = System.Drawing.SystemColors.Window;
  175. this.txtStaffName.BackgroundColor = System.Drawing.SystemColors.Window;
  176. this.txtStaffName.ErrorMessage = "";
  177. this.txtStaffName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.txtStaffName.Location = new System.Drawing.Point(333, 20);
  179. this.txtStaffName.MaxLength = 20;
  180. this.txtStaffName.Name = "txtStaffName";
  181. this.txtStaffName.Size = new System.Drawing.Size(196, 21);
  182. this.txtStaffName.TabIndex = 1;
  183. //
  184. // txtStaffCode
  185. //
  186. this.txtStaffCode.BackColor = System.Drawing.SystemColors.Window;
  187. this.txtStaffCode.BackgroundColor = System.Drawing.SystemColors.Window;
  188. this.txtStaffCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  189. this.txtStaffCode.ErrorMessage = "";
  190. this.txtStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  191. this.txtStaffCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  192. this.txtStaffCode.Location = new System.Drawing.Point(72, 20);
  193. this.txtStaffCode.MaxLength = 20;
  194. this.txtStaffCode.Name = "txtStaffCode";
  195. this.txtStaffCode.RejectCharsPattern = "[^a-zA-Z0-9]";
  196. this.txtStaffCode.Size = new System.Drawing.Size(196, 21);
  197. this.txtStaffCode.TabIndex = 0;
  198. this.txtStaffCode.TextValue = "";
  199. //
  200. // btnSearch
  201. //
  202. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  203. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  204. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  205. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  206. this.btnSearch.ForeColor = System.Drawing.Color.White;
  207. this.btnSearch.Location = new System.Drawing.Point(873, 85);
  208. this.btnSearch.Name = "btnSearch";
  209. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  210. this.btnSearch.TabIndex = 3;
  211. this.btnSearch.Text = "查询(&Q)";
  212. this.btnSearch.UseVisualStyleBackColor = false;
  213. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  214. //
  215. // btnClearCondition
  216. //
  217. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  218. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  219. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  220. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  221. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  222. this.btnClearCondition.Location = new System.Drawing.Point(964, 85);
  223. this.btnClearCondition.Name = "btnClearCondition";
  224. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  225. this.btnClearCondition.TabIndex = 4;
  226. this.btnClearCondition.Text = "清空条件(&C)";
  227. this.btnClearCondition.UseVisualStyleBackColor = false;
  228. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  229. //
  230. // txtOtherWhere
  231. //
  232. this.txtOtherWhere.Enabled = false;
  233. this.txtOtherWhere.Location = new System.Drawing.Point(72, 47);
  234. this.txtOtherWhere.Multiline = true;
  235. this.txtOtherWhere.Name = "txtOtherWhere";
  236. this.txtOtherWhere.ReadOnly = true;
  237. this.txtOtherWhere.Size = new System.Drawing.Size(457, 68);
  238. this.txtOtherWhere.TabIndex = 2;
  239. //
  240. // c_Label2
  241. //
  242. this.c_Label2.AutoSize = true;
  243. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  244. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  246. this.c_Label2.Location = new System.Drawing.Point(13, 49);
  247. this.c_Label2.Name = "c_Label2";
  248. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  249. this.c_Label2.TabIndex = 10;
  250. this.c_Label2.Text = "附件条件";
  251. //
  252. // c_Label4
  253. //
  254. this.c_Label4.AutoSize = true;
  255. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  256. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  258. this.c_Label4.Location = new System.Drawing.Point(274, 24);
  259. this.c_Label4.Name = "c_Label4";
  260. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  261. this.c_Label4.TabIndex = 8;
  262. this.c_Label4.Text = "员工姓名";
  263. //
  264. // c_Label1
  265. //
  266. this.c_Label1.AutoSize = true;
  267. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  268. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  270. this.c_Label1.Location = new System.Drawing.Point(13, 24);
  271. this.c_Label1.Name = "c_Label1";
  272. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  273. this.c_Label1.TabIndex = 0;
  274. this.c_Label1.Text = "员工编号";
  275. //
  276. // dgvStaff
  277. //
  278. this.dgvStaff.AllowUserToAddRows = false;
  279. this.dgvStaff.AllowUserToDeleteRows = false;
  280. this.dgvStaff.AllowUserToModifyRows = true;
  281. this.dgvStaff.AllowUserToOrderColumns = true;
  282. this.dgvStaff.AllowUserToResizeRows = false;
  283. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  284. this.dgvStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  285. this.dgvStaff.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  286. | System.Windows.Forms.AnchorStyles.Left)
  287. | System.Windows.Forms.AnchorStyles.Right)));
  288. this.dgvStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  289. this.dgvStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  290. this.dgvStaff.CellHeight = 23;
  291. this.dgvStaff.ChildNodeColumnName = null;
  292. this.dgvStaff.ChildNodeColumnText = null;
  293. this.dgvStaff.ColumnDeep = 1;
  294. this.dgvStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  295. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  296. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  297. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  298. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  299. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  300. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  301. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  302. this.dgvStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  303. this.dgvStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  304. this.dgvStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  305. this.StaffCode,
  306. this.RecordDate,
  307. this.RecordTypeName,
  308. this.StaffName,
  309. this.OrganizationName,
  310. this.JobsName,
  311. this.TurnoverDate,
  312. this.ApplicantName,
  313. this.Reason,
  314. this.Suggestion,
  315. this.ApprovalStatusName,
  316. this.ApproverName,
  317. this.ApprovalDate,
  318. this.Remarks,
  319. this.CreateTime,
  320. this.CreateUserName,
  321. this.UpdateTime,
  322. this.TurnoverDateName,
  323. this.StaffID,
  324. this.StaffRecordID,
  325. this.SOPTIMESTAMP,
  326. this.ROPTIMESTAMP});
  327. this.dgvStaff.ColumnTreeView = null;
  328. 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)));
  329. dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  330. dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
  331. dataGridViewCellStyle3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  332. dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
  333. dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  334. dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  335. dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  336. this.dgvStaff.DefaultCellStyle = dataGridViewCellStyle3;
  337. this.dgvStaff.DynamicColumnName = "";
  338. this.dgvStaff.EnableHeadersVisualStyles = false;
  339. this.dgvStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.dgvStaff.IsAutoCountSum = true;
  341. this.dgvStaff.IsAutoResizeColumns = false;
  342. this.dgvStaff.IsClickF12 = false;
  343. this.dgvStaff.IsSubTotalFlag = false;
  344. this.dgvStaff.Location = new System.Drawing.Point(0, 171);
  345. this.dgvStaff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  346. this.dgvStaff.MultiSelect = false;
  347. this.dgvStaff.Name = "dgvStaff";
  348. this.dgvStaff.ReadOnly = true;
  349. this.dgvStaff.RefreshAtHscroll = false;
  350. this.dgvStaff.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  351. dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  352. dataGridViewCellStyle4.BackColor = System.Drawing.SystemColors.Control;
  353. dataGridViewCellStyle4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  354. dataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText;
  355. dataGridViewCellStyle4.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  356. dataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  357. dataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  358. this.dgvStaff.RowHeadersDefaultCellStyle = dataGridViewCellStyle4;
  359. this.dgvStaff.RowHeadersWidth = 50;
  360. this.dgvStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  361. dataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  362. this.dgvStaff.RowsDefaultCellStyle = dataGridViewCellStyle5;
  363. this.dgvStaff.RowTemplate.Height = 21;
  364. this.dgvStaff.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  365. this.dgvStaff.Size = new System.Drawing.Size(1056, 293);
  366. this.dgvStaff.SortOrderColumnName = null;
  367. this.dgvStaff.TabIndex = 13;
  368. this.dgvStaff.Tag = true;
  369. this.dgvStaff.TotalSumColumns = null;
  370. this.dgvStaff.ViewRowFilter = "";
  371. this.dgvStaff.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStaff_CellEnter);
  372. this.dgvStaff.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaff_CellMouseDoubleClick);
  373. //
  374. // StaffCode
  375. //
  376. this.StaffCode.DataPropertyName = "STAFFCODE";
  377. this.StaffCode.HeaderText = "员工编号";
  378. this.StaffCode.Name = "StaffCode";
  379. this.StaffCode.ReadOnly = true;
  380. //
  381. // RecordDate
  382. //
  383. this.RecordDate.DataPropertyName = "RecordDate";
  384. this.RecordDate.HeaderText = "申请日期";
  385. this.RecordDate.Name = "RecordDate";
  386. this.RecordDate.ReadOnly = true;
  387. //
  388. // RecordTypeName
  389. //
  390. this.RecordTypeName.DataPropertyName = "RecordTypeName";
  391. this.RecordTypeName.HeaderText = "申请类型";
  392. this.RecordTypeName.Name = "RecordTypeName";
  393. this.RecordTypeName.ReadOnly = true;
  394. this.RecordTypeName.Visible = false;
  395. //
  396. // StaffName
  397. //
  398. this.StaffName.DataPropertyName = "STAFFNAME";
  399. this.StaffName.HeaderText = "员工姓名";
  400. this.StaffName.Name = "StaffName";
  401. this.StaffName.ReadOnly = true;
  402. //
  403. // OrganizationName
  404. //
  405. this.OrganizationName.DataPropertyName = "SOrganizationname";
  406. this.OrganizationName.HeaderText = "组织机构";
  407. this.OrganizationName.Name = "OrganizationName";
  408. this.OrganizationName.ReadOnly = true;
  409. //
  410. // JobsName
  411. //
  412. this.JobsName.DataPropertyName = "SJobsname";
  413. this.JobsName.HeaderText = "工种";
  414. this.JobsName.Name = "JobsName";
  415. this.JobsName.ReadOnly = true;
  416. //
  417. // TurnoverDate
  418. //
  419. this.TurnoverDate.DataPropertyName = "TurnoverDate";
  420. this.TurnoverDate.HeaderText = "离职日期";
  421. this.TurnoverDate.Name = "TurnoverDate";
  422. this.TurnoverDate.ReadOnly = true;
  423. //
  424. // ApplicantName
  425. //
  426. this.ApplicantName.DataPropertyName = "RApplicantName";
  427. this.ApplicantName.HeaderText = "申请人";
  428. this.ApplicantName.Name = "ApplicantName";
  429. this.ApplicantName.ReadOnly = true;
  430. //
  431. // Reason
  432. //
  433. this.Reason.DataPropertyName = "REASON";
  434. this.Reason.HeaderText = "离职原因";
  435. this.Reason.Name = "Reason";
  436. this.Reason.ReadOnly = true;
  437. //
  438. // Suggestion
  439. //
  440. this.Suggestion.DataPropertyName = "SUGGESTION";
  441. this.Suggestion.HeaderText = "部门意见";
  442. this.Suggestion.Name = "Suggestion";
  443. this.Suggestion.ReadOnly = true;
  444. //
  445. // ApprovalStatusName
  446. //
  447. this.ApprovalStatusName.DataPropertyName = "RApprovalStatusName";
  448. this.ApprovalStatusName.HeaderText = "审批状态";
  449. this.ApprovalStatusName.Name = "ApprovalStatusName";
  450. this.ApprovalStatusName.ReadOnly = true;
  451. //
  452. // ApproverName
  453. //
  454. this.ApproverName.DataPropertyName = "RApproverName";
  455. this.ApproverName.HeaderText = "审批人";
  456. this.ApproverName.Name = "ApproverName";
  457. this.ApproverName.ReadOnly = true;
  458. //
  459. // ApprovalDate
  460. //
  461. this.ApprovalDate.DataPropertyName = "ApprovalDate";
  462. this.ApprovalDate.HeaderText = "审批日期";
  463. this.ApprovalDate.Name = "ApprovalDate";
  464. this.ApprovalDate.ReadOnly = true;
  465. //
  466. // Remarks
  467. //
  468. this.Remarks.DataPropertyName = "Remarks";
  469. this.Remarks.HeaderText = "备注";
  470. this.Remarks.Name = "Remarks";
  471. this.Remarks.ReadOnly = true;
  472. //
  473. // CreateTime
  474. //
  475. this.CreateTime.DataPropertyName = "CreateTime";
  476. this.CreateTime.HeaderText = "创建时间";
  477. this.CreateTime.Name = "CreateTime";
  478. this.CreateTime.ReadOnly = true;
  479. //
  480. // CreateUserName
  481. //
  482. this.CreateUserName.DataPropertyName = "RCreateUserName";
  483. this.CreateUserName.HeaderText = "创建人";
  484. this.CreateUserName.Name = "CreateUserName";
  485. this.CreateUserName.ReadOnly = true;
  486. //
  487. // UpdateTime
  488. //
  489. this.UpdateTime.DataPropertyName = "UpdateTime";
  490. this.UpdateTime.HeaderText = "修改时间";
  491. this.UpdateTime.Name = "UpdateTime";
  492. this.UpdateTime.ReadOnly = true;
  493. //
  494. // TurnoverDateName
  495. //
  496. this.TurnoverDateName.DataPropertyName = "RUpdateUserName";
  497. this.TurnoverDateName.HeaderText = "修改人";
  498. this.TurnoverDateName.Name = "TurnoverDateName";
  499. this.TurnoverDateName.ReadOnly = true;
  500. //
  501. // StaffID
  502. //
  503. this.StaffID.DataPropertyName = "STAFFID";
  504. this.StaffID.HeaderText = "员工离职ID";
  505. this.StaffID.Name = "StaffID";
  506. this.StaffID.ReadOnly = true;
  507. this.StaffID.Visible = false;
  508. //
  509. // StaffRecordID
  510. //
  511. this.StaffRecordID.DataPropertyName = "StaffRecordID";
  512. this.StaffRecordID.HeaderText = "StaffRecordID";
  513. this.StaffRecordID.Name = "StaffRecordID";
  514. this.StaffRecordID.ReadOnly = true;
  515. this.StaffRecordID.Visible = false;
  516. //
  517. // SOPTIMESTAMP
  518. //
  519. this.SOPTIMESTAMP.DataPropertyName = "SOPTIMESTAMP";
  520. this.SOPTIMESTAMP.HeaderText = "SOPTIMESTAMP";
  521. this.SOPTIMESTAMP.Name = "SOPTIMESTAMP";
  522. this.SOPTIMESTAMP.ReadOnly = true;
  523. this.SOPTIMESTAMP.Visible = false;
  524. //
  525. // ROPTIMESTAMP
  526. //
  527. this.ROPTIMESTAMP.DataPropertyName = "ROPTIMESTAMP";
  528. this.ROPTIMESTAMP.HeaderText = "ROPTIMESTAMP";
  529. this.ROPTIMESTAMP.Name = "ROPTIMESTAMP";
  530. this.ROPTIMESTAMP.ReadOnly = true;
  531. this.ROPTIMESTAMP.Visible = false;
  532. //
  533. // F_HR_0403
  534. //
  535. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  536. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  537. this.ClientSize = new System.Drawing.Size(1068, 464);
  538. this.Controls.Add(this.dgvStaff);
  539. this.Controls.Add(this.gbxCondition);
  540. this.Controls.Add(this.tsrOperate);
  541. this.Name = "F_HR_0403";
  542. this.Text = "F_HR_0403";
  543. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_HR_0403_FormClosed);
  544. this.Load += new System.EventHandler(this.F_HR_0403_Load);
  545. this.tsrOperate.ResumeLayout(false);
  546. this.tsrOperate.PerformLayout();
  547. this.gbxCondition.ResumeLayout(false);
  548. this.gbxCondition.PerformLayout();
  549. ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).EndInit();
  550. this.ResumeLayout(false);
  551. }
  552. #endregion
  553. private Basics.BaseControls.C_ToolStrip tsrOperate;
  554. private System.Windows.Forms.ToolStripButton tsbtnApprover;
  555. private System.Windows.Forms.ToolStripButton tsbtnMoreCondition;
  556. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  557. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  558. private System.Windows.Forms.ToolStripButton tsbtnClose;
  559. private Basics.BaseControls.C_GroupBox gbxCondition;
  560. private Basics.BaseControls.C_TextBox txtStaffName;
  561. private Basics.BaseControls.C_TextBox txtStaffCode;
  562. private Basics.BaseControls.C_Button btnSearch;
  563. private Basics.BaseControls.C_Button btnClearCondition;
  564. private System.Windows.Forms.TextBox txtOtherWhere;
  565. private Basics.BaseControls.C_Label c_Label2;
  566. private Basics.BaseControls.C_Label c_Label4;
  567. private Basics.BaseControls.C_Label c_Label1;
  568. private Basics.BaseControls.C_DataGridView dgvStaff;
  569. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn RecordDate;
  571. private System.Windows.Forms.DataGridViewTextBoxColumn RecordTypeName;
  572. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  573. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  574. private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
  575. private System.Windows.Forms.DataGridViewTextBoxColumn TurnoverDate;
  576. private System.Windows.Forms.DataGridViewTextBoxColumn ApplicantName;
  577. private System.Windows.Forms.DataGridViewTextBoxColumn Reason;
  578. private System.Windows.Forms.DataGridViewTextBoxColumn Suggestion;
  579. private System.Windows.Forms.DataGridViewTextBoxColumn ApprovalStatusName;
  580. private System.Windows.Forms.DataGridViewTextBoxColumn ApproverName;
  581. private System.Windows.Forms.DataGridViewTextBoxColumn ApprovalDate;
  582. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  583. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  584. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
  585. private System.Windows.Forms.DataGridViewTextBoxColumn UpdateTime;
  586. private System.Windows.Forms.DataGridViewTextBoxColumn TurnoverDateName;
  587. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  588. private System.Windows.Forms.DataGridViewTextBoxColumn StaffRecordID;
  589. private System.Windows.Forms.DataGridViewTextBoxColumn SOPTIMESTAMP;
  590. private System.Windows.Forms.DataGridViewTextBoxColumn ROPTIMESTAMP;
  591. }
  592. }