F_HR_0401.Designer.cs 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754
  1. namespace Dongke.IBOSS.PRD.Client.HRModule
  2. {
  3. partial class F_HR_0401
  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. this.components = new System.ComponentModel.Container();
  29. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_0401));
  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.imglstNavigation = new System.Windows.Forms.ImageList(this.components);
  40. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  41. this.SelStaffStatus = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ValidCheckedBoxList();
  42. this.txtStaffName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  43. this.txtStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  44. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  45. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  46. this.txtOtherWhere = new System.Windows.Forms.TextBox();
  47. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.c_Label4 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  49. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  50. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  51. this.tsbtnTurnover = new System.Windows.Forms.ToolStripButton();
  52. this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
  53. this.tsbtnImport = new System.Windows.Forms.ToolStripButton();
  54. this.tsbtnDown = new System.Windows.Forms.ToolStripButton();
  55. this.tsbtnMoreCondition = new System.Windows.Forms.ToolStripButton();
  56. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  57. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  58. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  59. this.oFileDialog = new System.Windows.Forms.OpenFileDialog();
  60. this.sfDialogTemplet = new System.Windows.Forms.SaveFileDialog();
  61. this.dgvStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  62. this.Sel = new System.Windows.Forms.DataGridViewCheckBoxColumn();
  63. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.RecordDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.RecordTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.Gender = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.IDCardNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.StaffStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.OrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.Postname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.JobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.TurnoverDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.RApplicantName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.Reason = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.Suggestion = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.ApprovalStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.ApproverName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.ApprovalDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.appsSuggestion = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.CreateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.UpdateTime = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.TurnoverDateName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.StaffRecordID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.ApprovalStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.RecordType = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.gbxCondition.SuspendLayout();
  91. this.tsrOperate.SuspendLayout();
  92. ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).BeginInit();
  93. this.SuspendLayout();
  94. //
  95. // imglstNavigation
  96. //
  97. this.imglstNavigation.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imglstNavigation.ImageStream")));
  98. this.imglstNavigation.TransparentColor = System.Drawing.Color.Transparent;
  99. this.imglstNavigation.Images.SetKeyName(0, "close.png");
  100. this.imglstNavigation.Images.SetKeyName(1, "list.png");
  101. this.imglstNavigation.Images.SetKeyName(2, "open.png");
  102. //
  103. // gbxCondition
  104. //
  105. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  106. | System.Windows.Forms.AnchorStyles.Right)));
  107. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  108. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  109. this.gbxCondition.Controls.Add(this.SelStaffStatus);
  110. this.gbxCondition.Controls.Add(this.txtStaffName);
  111. this.gbxCondition.Controls.Add(this.txtStaffCode);
  112. this.gbxCondition.Controls.Add(this.btnSearch);
  113. this.gbxCondition.Controls.Add(this.btnClearCondition);
  114. this.gbxCondition.Controls.Add(this.txtOtherWhere);
  115. this.gbxCondition.Controls.Add(this.c_Label2);
  116. this.gbxCondition.Controls.Add(this.c_Label4);
  117. this.gbxCondition.Controls.Add(this.c_Label1);
  118. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  119. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  120. this.gbxCondition.IsMustInput = false;
  121. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  122. this.gbxCondition.Name = "gbxCondition";
  123. this.gbxCondition.OriginalHeight = -1;
  124. this.gbxCondition.Size = new System.Drawing.Size(1035, 128);
  125. this.gbxCondition.TabIndex = 1;
  126. this.gbxCondition.TabStop = false;
  127. this.gbxCondition.Text = "查询条件 ▼";
  128. //
  129. // SelStaffStatus
  130. //
  131. this.SelStaffStatus.BackColor = System.Drawing.SystemColors.Window;
  132. this.SelStaffStatus.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("SelStaffStatus.BackgroundImage")));
  133. this.SelStaffStatus.CheckedListBoxMinSize = new System.Drawing.Size(0, 0);
  134. this.SelStaffStatus.DataSource = null;
  135. this.SelStaffStatus.DisplayMember = "StaffStatusName";
  136. this.SelStaffStatus.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  137. this.SelStaffStatus.LablePositionValue = Dongke.IBOSS.PRD.Basics.BaseControls.CheckedBoxListEx.LablePosition.Left;
  138. this.SelStaffStatus.Location = new System.Drawing.Point(535, 21);
  139. this.SelStaffStatus.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  140. this.SelStaffStatus.Name = "SelStaffStatus";
  141. this.SelStaffStatus.SelectedIndex = -1;
  142. this.SelStaffStatus.SelectedValues = new object[0];
  143. this.SelStaffStatus.Size = new System.Drawing.Size(196, 94);
  144. this.SelStaffStatus.TabIndex = 11;
  145. this.SelStaffStatus.Title = "员工状态";
  146. this.SelStaffStatus.TitleAlign = System.Drawing.ContentAlignment.TopLeft;
  147. this.SelStaffStatus.ValueMember = "StaffStatusID";
  148. //
  149. // txtStaffName
  150. //
  151. this.txtStaffName.BackColor = System.Drawing.SystemColors.Window;
  152. this.txtStaffName.BackgroundColor = System.Drawing.SystemColors.Window;
  153. this.txtStaffName.ErrorMessage = "";
  154. this.txtStaffName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  155. this.txtStaffName.Location = new System.Drawing.Point(333, 20);
  156. this.txtStaffName.MaxLength = 20;
  157. this.txtStaffName.Name = "txtStaffName";
  158. this.txtStaffName.Size = new System.Drawing.Size(196, 21);
  159. this.txtStaffName.TabIndex = 1;
  160. //
  161. // txtStaffCode
  162. //
  163. this.txtStaffCode.BackColor = System.Drawing.SystemColors.Window;
  164. this.txtStaffCode.BackgroundColor = System.Drawing.SystemColors.Window;
  165. this.txtStaffCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  166. this.txtStaffCode.ErrorMessage = "";
  167. this.txtStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  168. this.txtStaffCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  169. this.txtStaffCode.Location = new System.Drawing.Point(72, 20);
  170. this.txtStaffCode.MaxLength = 20;
  171. this.txtStaffCode.Name = "txtStaffCode";
  172. this.txtStaffCode.RejectCharsPattern = "[^a-zA-Z0-9]";
  173. this.txtStaffCode.Size = new System.Drawing.Size(196, 21);
  174. this.txtStaffCode.TabIndex = 0;
  175. this.txtStaffCode.TextValue = "";
  176. //
  177. // btnSearch
  178. //
  179. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  180. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  181. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  182. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.btnSearch.ForeColor = System.Drawing.Color.White;
  184. this.btnSearch.Location = new System.Drawing.Point(853, 92);
  185. this.btnSearch.Name = "btnSearch";
  186. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  187. this.btnSearch.TabIndex = 3;
  188. this.btnSearch.Text = "查询(&Q)";
  189. this.btnSearch.UseVisualStyleBackColor = false;
  190. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  191. //
  192. // btnClearCondition
  193. //
  194. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  195. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  196. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  197. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  198. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  199. this.btnClearCondition.Location = new System.Drawing.Point(944, 92);
  200. this.btnClearCondition.Name = "btnClearCondition";
  201. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  202. this.btnClearCondition.TabIndex = 4;
  203. this.btnClearCondition.Text = "清空条件(&C)";
  204. this.btnClearCondition.UseVisualStyleBackColor = false;
  205. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  206. //
  207. // txtOtherWhere
  208. //
  209. this.txtOtherWhere.Enabled = false;
  210. this.txtOtherWhere.Location = new System.Drawing.Point(72, 47);
  211. this.txtOtherWhere.Multiline = true;
  212. this.txtOtherWhere.Name = "txtOtherWhere";
  213. this.txtOtherWhere.ReadOnly = true;
  214. this.txtOtherWhere.Size = new System.Drawing.Size(457, 68);
  215. this.txtOtherWhere.TabIndex = 2;
  216. //
  217. // c_Label2
  218. //
  219. this.c_Label2.AutoSize = true;
  220. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  221. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  223. this.c_Label2.Location = new System.Drawing.Point(13, 50);
  224. this.c_Label2.Name = "c_Label2";
  225. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  226. this.c_Label2.TabIndex = 10;
  227. this.c_Label2.Text = "附件条件";
  228. //
  229. // c_Label4
  230. //
  231. this.c_Label4.AutoSize = true;
  232. this.c_Label4.BackColor = System.Drawing.Color.Transparent;
  233. this.c_Label4.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  234. this.c_Label4.ForeColor = System.Drawing.SystemColors.ControlText;
  235. this.c_Label4.Location = new System.Drawing.Point(274, 24);
  236. this.c_Label4.Name = "c_Label4";
  237. this.c_Label4.Size = new System.Drawing.Size(53, 12);
  238. this.c_Label4.TabIndex = 8;
  239. this.c_Label4.Text = "员工姓名";
  240. //
  241. // c_Label1
  242. //
  243. this.c_Label1.AutoSize = true;
  244. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  245. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  246. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  247. this.c_Label1.Location = new System.Drawing.Point(13, 24);
  248. this.c_Label1.Name = "c_Label1";
  249. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  250. this.c_Label1.TabIndex = 0;
  251. this.c_Label1.Text = "员工编号";
  252. //
  253. // tsrOperate
  254. //
  255. this.tsrOperate.AutoSize = false;
  256. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  257. this.tsrOperate.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("tsrOperate.BackgroundImage")));
  258. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  260. this.tsbtnTurnover,
  261. this.tsbtnDisable,
  262. this.tsbtnImport,
  263. this.tsbtnDown,
  264. this.tsbtnMoreCondition,
  265. this.toolStripSeparator1,
  266. this.tsbtnAdaptive,
  267. this.tsbtnClose});
  268. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  269. this.tsrOperate.Name = "tsrOperate";
  270. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  271. this.tsrOperate.ShowItemToolTips = false;
  272. this.tsrOperate.Size = new System.Drawing.Size(1047, 35);
  273. this.tsrOperate.TabIndex = 0;
  274. this.tsrOperate.Text = "toolStrip1";
  275. //
  276. // tsbtnTurnover
  277. //
  278. this.tsbtnTurnover.AutoSize = false;
  279. this.tsbtnTurnover.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.tsbtnTurnover.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  281. this.tsbtnTurnover.ImageTransparentColor = System.Drawing.Color.Magenta;
  282. this.tsbtnTurnover.Name = "tsbtnTurnover";
  283. this.tsbtnTurnover.Size = new System.Drawing.Size(60, 25);
  284. this.tsbtnTurnover.Text = "离职(&T)";
  285. this.tsbtnTurnover.Click += new System.EventHandler(this.tsbtnTurnover_Click);
  286. //
  287. // tsbtnDisable
  288. //
  289. this.tsbtnDisable.AutoSize = false;
  290. this.tsbtnDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  291. this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  292. this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
  293. this.tsbtnDisable.Name = "tsbtnDisable";
  294. this.tsbtnDisable.Size = new System.Drawing.Size(60, 25);
  295. this.tsbtnDisable.Text = "停用(&S)";
  296. this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
  297. //
  298. // tsbtnImport
  299. //
  300. this.tsbtnImport.AutoSize = false;
  301. this.tsbtnImport.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  302. this.tsbtnImport.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  303. this.tsbtnImport.ImageTransparentColor = System.Drawing.Color.Magenta;
  304. this.tsbtnImport.Name = "tsbtnImport";
  305. this.tsbtnImport.Size = new System.Drawing.Size(60, 25);
  306. this.tsbtnImport.Text = "导入(&I)";
  307. this.tsbtnImport.Click += new System.EventHandler(this.tsbtnImport_Click);
  308. //
  309. // tsbtnDown
  310. //
  311. this.tsbtnDown.AutoSize = false;
  312. this.tsbtnDown.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  313. this.tsbtnDown.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  314. this.tsbtnDown.ImageTransparentColor = System.Drawing.Color.Magenta;
  315. this.tsbtnDown.Name = "tsbtnDown";
  316. this.tsbtnDown.Size = new System.Drawing.Size(80, 25);
  317. this.tsbtnDown.Text = "下载模板(&D)";
  318. this.tsbtnDown.Click += new System.EventHandler(this.tsbtnDown_Click);
  319. //
  320. // tsbtnMoreCondition
  321. //
  322. this.tsbtnMoreCondition.AutoSize = false;
  323. this.tsbtnMoreCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  324. this.tsbtnMoreCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  325. this.tsbtnMoreCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  326. this.tsbtnMoreCondition.Name = "tsbtnMoreCondition";
  327. this.tsbtnMoreCondition.Size = new System.Drawing.Size(80, 25);
  328. this.tsbtnMoreCondition.Text = "更多条件(&M)";
  329. this.tsbtnMoreCondition.Click += new System.EventHandler(this.tsbtnMoreCondition_Click);
  330. //
  331. // toolStripSeparator1
  332. //
  333. this.toolStripSeparator1.AutoSize = false;
  334. this.toolStripSeparator1.Name = "toolStripSeparator1";
  335. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  336. //
  337. // tsbtnAdaptive
  338. //
  339. this.tsbtnAdaptive.AutoSize = false;
  340. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  341. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  342. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  343. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  344. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  345. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  346. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  347. //
  348. // tsbtnClose
  349. //
  350. this.tsbtnClose.AutoSize = false;
  351. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  352. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  353. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  354. this.tsbtnClose.Name = "tsbtnClose";
  355. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  356. this.tsbtnClose.Text = "关闭(&X)";
  357. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  358. //
  359. // oFileDialog
  360. //
  361. this.oFileDialog.FileName = "openFileDialog1";
  362. //
  363. // dgvStaff
  364. //
  365. this.dgvStaff.AllowUserToAddRows = false;
  366. this.dgvStaff.AllowUserToDeleteRows = false;
  367. this.dgvStaff.AllowUserToModifyRows = true;
  368. this.dgvStaff.AllowUserToOrderColumns = true;
  369. this.dgvStaff.AllowUserToResizeRows = false;
  370. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  371. this.dgvStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  372. this.dgvStaff.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  373. | System.Windows.Forms.AnchorStyles.Left)
  374. | System.Windows.Forms.AnchorStyles.Right)));
  375. this.dgvStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  376. this.dgvStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  377. this.dgvStaff.CellHeight = 23;
  378. this.dgvStaff.ChildNodeColumnName = null;
  379. this.dgvStaff.ChildNodeColumnText = null;
  380. this.dgvStaff.ColumnDeep = 1;
  381. this.dgvStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  382. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  383. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  384. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  386. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  387. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  388. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  389. this.dgvStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  390. this.dgvStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  391. this.dgvStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  392. this.Sel,
  393. this.StaffCode,
  394. this.RecordDate,
  395. this.RecordTypeName,
  396. this.StaffName,
  397. this.Gender,
  398. this.IDCardNo,
  399. this.StaffStatusName,
  400. this.OrganizationName,
  401. this.Postname,
  402. this.JobsName,
  403. this.TurnoverDate,
  404. this.RApplicantName,
  405. this.Reason,
  406. this.Suggestion,
  407. this.ApprovalStatusName,
  408. this.ApproverName,
  409. this.ApprovalDate,
  410. this.appsSuggestion,
  411. this.Remarks,
  412. this.CreateTime,
  413. this.CreateUserName,
  414. this.UpdateTime,
  415. this.TurnoverDateName,
  416. this.StaffID,
  417. this.StaffRecordID,
  418. this.ApprovalStatus,
  419. this.RecordType});
  420. this.dgvStaff.ColumnTreeView = null;
  421. 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)));
  422. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  423. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  424. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  425. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  426. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  427. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  428. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  429. this.dgvStaff.DefaultCellStyle = dataGridViewCellStyle7;
  430. this.dgvStaff.DynamicColumnName = "";
  431. this.dgvStaff.EnableHeadersVisualStyles = false;
  432. this.dgvStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  433. this.dgvStaff.HorizontalMergeColumn = null;
  434. this.dgvStaff.IsAutoCountSum = true;
  435. this.dgvStaff.IsAutoResizeColumns = false;
  436. this.dgvStaff.IsClickF12 = false;
  437. this.dgvStaff.IsOpenMergeCellFlag = false;
  438. this.dgvStaff.IsSubTotalFlag = false;
  439. this.dgvStaff.IsTopDeep = false;
  440. this.dgvStaff.Location = new System.Drawing.Point(0, 171);
  441. this.dgvStaff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  442. this.dgvStaff.MergeColumnNames = null;
  443. this.dgvStaff.MergeDetailColumnNames = null;
  444. this.dgvStaff.MergeDetailOnlyColumn = null;
  445. this.dgvStaff.MergeOnlyColumn = null;
  446. this.dgvStaff.MultiSelect = false;
  447. this.dgvStaff.Name = "dgvStaff";
  448. this.dgvStaff.RefreshAtHscroll = false;
  449. this.dgvStaff.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  450. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  451. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
  452. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  453. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  454. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  455. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  456. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  457. this.dgvStaff.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
  458. this.dgvStaff.RowHeadersWidth = 50;
  459. this.dgvStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  460. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  461. this.dgvStaff.RowsDefaultCellStyle = dataGridViewCellStyle9;
  462. this.dgvStaff.RowTemplate.Height = 21;
  463. this.dgvStaff.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  464. this.dgvStaff.Size = new System.Drawing.Size(1035, 384);
  465. this.dgvStaff.SortOrderColumnName = null;
  466. this.dgvStaff.TabIndex = 12;
  467. this.dgvStaff.Tag = true;
  468. this.dgvStaff.TotalSumColumns = null;
  469. this.dgvStaff.ViewRowFilter = "";
  470. this.dgvStaff.CellEnter += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvStaff_CellEnter);
  471. this.dgvStaff.CurrentCellDirtyStateChanged += new System.EventHandler(this.dgvStaff_CurrentCellDirtyStateChanged);
  472. //
  473. // Sel
  474. //
  475. this.Sel.DataPropertyName = "Sel";
  476. this.Sel.HeaderText = "选择";
  477. this.Sel.Name = "Sel";
  478. this.Sel.Width = 60;
  479. //
  480. // StaffCode
  481. //
  482. this.StaffCode.DataPropertyName = "STAFFCODE";
  483. this.StaffCode.HeaderText = "员工编号";
  484. this.StaffCode.Name = "StaffCode";
  485. //
  486. // RecordDate
  487. //
  488. this.RecordDate.DataPropertyName = "RecordDate";
  489. this.RecordDate.HeaderText = "申请日期";
  490. this.RecordDate.Name = "RecordDate";
  491. this.RecordDate.Visible = false;
  492. //
  493. // RecordTypeName
  494. //
  495. this.RecordTypeName.DataPropertyName = "RecordTypeName";
  496. this.RecordTypeName.HeaderText = "申请类型";
  497. this.RecordTypeName.Name = "RecordTypeName";
  498. this.RecordTypeName.Visible = false;
  499. //
  500. // StaffName
  501. //
  502. this.StaffName.DataPropertyName = "STAFFNAME";
  503. this.StaffName.HeaderText = "员工姓名";
  504. this.StaffName.Name = "StaffName";
  505. //
  506. // Gender
  507. //
  508. this.Gender.DataPropertyName = "Gendername";
  509. this.Gender.HeaderText = "性别";
  510. this.Gender.Name = "Gender";
  511. this.Gender.Width = 80;
  512. //
  513. // IDCardNo
  514. //
  515. this.IDCardNo.HeaderText = "身份证号";
  516. this.IDCardNo.Name = "IDCardNo";
  517. this.IDCardNo.Width = 120;
  518. //
  519. // StaffStatusName
  520. //
  521. this.StaffStatusName.DataPropertyName = "StaffStatusName";
  522. this.StaffStatusName.HeaderText = "员工状态";
  523. this.StaffStatusName.Name = "StaffStatusName";
  524. //
  525. // OrganizationName
  526. //
  527. this.OrganizationName.DataPropertyName = "Organizationname";
  528. this.OrganizationName.HeaderText = "组织机构";
  529. this.OrganizationName.Name = "OrganizationName";
  530. //
  531. // Postname
  532. //
  533. this.Postname.DataPropertyName = "Postname";
  534. this.Postname.HeaderText = "职务";
  535. this.Postname.Name = "Postname";
  536. //
  537. // JobsName
  538. //
  539. this.JobsName.DataPropertyName = "Jobsname";
  540. this.JobsName.HeaderText = "工种";
  541. this.JobsName.Name = "JobsName";
  542. //
  543. // TurnoverDate
  544. //
  545. this.TurnoverDate.DataPropertyName = "TurnoverDate";
  546. dataGridViewCellStyle3.Format = "yyyy-MM-dd";
  547. dataGridViewCellStyle3.NullValue = null;
  548. this.TurnoverDate.DefaultCellStyle = dataGridViewCellStyle3;
  549. this.TurnoverDate.HeaderText = "离职日期";
  550. this.TurnoverDate.Name = "TurnoverDate";
  551. //
  552. // RApplicantName
  553. //
  554. this.RApplicantName.DataPropertyName = "RApplicantName";
  555. this.RApplicantName.HeaderText = "申请人";
  556. this.RApplicantName.Name = "RApplicantName";
  557. this.RApplicantName.Visible = false;
  558. //
  559. // Reason
  560. //
  561. this.Reason.DataPropertyName = "REASON";
  562. this.Reason.HeaderText = "离职原因";
  563. this.Reason.Name = "Reason";
  564. this.Reason.Visible = false;
  565. //
  566. // Suggestion
  567. //
  568. this.Suggestion.DataPropertyName = "SUGGESTION";
  569. this.Suggestion.HeaderText = "部门意见";
  570. this.Suggestion.Name = "Suggestion";
  571. this.Suggestion.Visible = false;
  572. //
  573. // ApprovalStatusName
  574. //
  575. this.ApprovalStatusName.DataPropertyName = "RApprovalStatusName";
  576. this.ApprovalStatusName.HeaderText = "审批状态";
  577. this.ApprovalStatusName.Name = "ApprovalStatusName";
  578. this.ApprovalStatusName.Visible = false;
  579. //
  580. // ApproverName
  581. //
  582. this.ApproverName.DataPropertyName = "RApproverName";
  583. this.ApproverName.HeaderText = "审批人";
  584. this.ApproverName.Name = "ApproverName";
  585. this.ApproverName.Visible = false;
  586. //
  587. // ApprovalDate
  588. //
  589. this.ApprovalDate.DataPropertyName = "ApprovalDate";
  590. dataGridViewCellStyle4.Format = "yyyy-MM-dd ";
  591. dataGridViewCellStyle4.NullValue = null;
  592. this.ApprovalDate.DefaultCellStyle = dataGridViewCellStyle4;
  593. this.ApprovalDate.HeaderText = "审批日期";
  594. this.ApprovalDate.Name = "ApprovalDate";
  595. this.ApprovalDate.Visible = false;
  596. //
  597. // appsSuggestion
  598. //
  599. this.appsSuggestion.DataPropertyName = "appsSuggestion";
  600. this.appsSuggestion.HeaderText = "审批意见";
  601. this.appsSuggestion.Name = "appsSuggestion";
  602. this.appsSuggestion.Visible = false;
  603. //
  604. // Remarks
  605. //
  606. this.Remarks.DataPropertyName = "Remarks";
  607. this.Remarks.HeaderText = "备注";
  608. this.Remarks.Name = "Remarks";
  609. //
  610. // CreateTime
  611. //
  612. this.CreateTime.DataPropertyName = "CreateTime";
  613. dataGridViewCellStyle5.Format = "yyyy-MM-dd HH:mm:ss";
  614. dataGridViewCellStyle5.NullValue = null;
  615. this.CreateTime.DefaultCellStyle = dataGridViewCellStyle5;
  616. this.CreateTime.HeaderText = "创建时间";
  617. this.CreateTime.Name = "CreateTime";
  618. this.CreateTime.Visible = false;
  619. //
  620. // CreateUserName
  621. //
  622. this.CreateUserName.DataPropertyName = "RCreateUserName";
  623. this.CreateUserName.HeaderText = "创建人";
  624. this.CreateUserName.Name = "CreateUserName";
  625. this.CreateUserName.Visible = false;
  626. //
  627. // UpdateTime
  628. //
  629. this.UpdateTime.DataPropertyName = "UpdateTime";
  630. dataGridViewCellStyle6.Format = "yyyy-MM-dd HH:mm:ss";
  631. dataGridViewCellStyle6.NullValue = null;
  632. this.UpdateTime.DefaultCellStyle = dataGridViewCellStyle6;
  633. this.UpdateTime.HeaderText = "修改时间";
  634. this.UpdateTime.Name = "UpdateTime";
  635. this.UpdateTime.Visible = false;
  636. //
  637. // TurnoverDateName
  638. //
  639. this.TurnoverDateName.DataPropertyName = "RUpdateUserName";
  640. this.TurnoverDateName.HeaderText = "修改人";
  641. this.TurnoverDateName.Name = "TurnoverDateName";
  642. this.TurnoverDateName.Visible = false;
  643. //
  644. // StaffID
  645. //
  646. this.StaffID.DataPropertyName = "STAFFID";
  647. this.StaffID.HeaderText = "员工离职ID";
  648. this.StaffID.Name = "StaffID";
  649. this.StaffID.Visible = false;
  650. //
  651. // StaffRecordID
  652. //
  653. this.StaffRecordID.DataPropertyName = "StaffRecordID";
  654. this.StaffRecordID.HeaderText = "StaffRecordID";
  655. this.StaffRecordID.Name = "StaffRecordID";
  656. this.StaffRecordID.Visible = false;
  657. //
  658. // ApprovalStatus
  659. //
  660. this.ApprovalStatus.DataPropertyName = "ApprovalStatus";
  661. this.ApprovalStatus.HeaderText = "ApprovalStatus";
  662. this.ApprovalStatus.Name = "ApprovalStatus";
  663. this.ApprovalStatus.Visible = false;
  664. //
  665. // RecordType
  666. //
  667. this.RecordType.DataPropertyName = "RecordType";
  668. this.RecordType.HeaderText = "RecordType";
  669. this.RecordType.Name = "RecordType";
  670. this.RecordType.Visible = false;
  671. //
  672. // F_HR_0401
  673. //
  674. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  675. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  676. this.ClientSize = new System.Drawing.Size(1047, 556);
  677. this.Controls.Add(this.dgvStaff);
  678. this.Controls.Add(this.gbxCondition);
  679. this.Controls.Add(this.tsrOperate);
  680. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  681. this.MaximizeBox = false;
  682. this.MinimizeBox = false;
  683. this.Name = "F_HR_0401";
  684. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  685. this.Text = "员工离职一览";
  686. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_HR_0401_FormClosed);
  687. this.Load += new System.EventHandler(this.F_HR_0401_Load);
  688. this.gbxCondition.ResumeLayout(false);
  689. this.gbxCondition.PerformLayout();
  690. this.tsrOperate.ResumeLayout(false);
  691. this.tsrOperate.PerformLayout();
  692. ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).EndInit();
  693. this.ResumeLayout(false);
  694. }
  695. #endregion
  696. private System.Windows.Forms.ImageList imglstNavigation;
  697. private Basics.BaseControls.C_GroupBox gbxCondition;
  698. private Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip tsrOperate;
  699. private System.Windows.Forms.ToolStripButton tsbtnDisable;
  700. private System.Windows.Forms.ToolStripButton tsbtnMoreCondition;
  701. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  702. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  703. private System.Windows.Forms.ToolStripButton tsbtnClose;
  704. private Basics.BaseControls.C_Label c_Label1;
  705. private Basics.BaseControls.C_Label c_Label4;
  706. private System.Windows.Forms.TextBox txtOtherWhere;
  707. private Basics.BaseControls.C_Label c_Label2;
  708. private Basics.BaseControls.C_Button btnSearch;
  709. private Basics.BaseControls.C_Button btnClearCondition;
  710. private Basics.BaseControls.C_TextBox txtStaffName;
  711. private Basics.BaseControls.C_TextBox txtStaffCode;
  712. private System.Windows.Forms.ToolStripButton tsbtnImport;
  713. private System.Windows.Forms.ToolStripButton tsbtnDown;
  714. private System.Windows.Forms.OpenFileDialog oFileDialog;
  715. private System.Windows.Forms.SaveFileDialog sfDialogTemplet;
  716. private Basics.BaseControls.C_ValidCheckedBoxList SelStaffStatus;
  717. private Basics.BaseControls.C_DataGridView dgvStaff;
  718. private System.Windows.Forms.ToolStripButton tsbtnTurnover;
  719. private System.Windows.Forms.DataGridViewCheckBoxColumn Sel;
  720. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  721. private System.Windows.Forms.DataGridViewTextBoxColumn RecordDate;
  722. private System.Windows.Forms.DataGridViewTextBoxColumn RecordTypeName;
  723. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  724. private System.Windows.Forms.DataGridViewTextBoxColumn Gender;
  725. private System.Windows.Forms.DataGridViewTextBoxColumn IDCardNo;
  726. private System.Windows.Forms.DataGridViewTextBoxColumn StaffStatusName;
  727. private System.Windows.Forms.DataGridViewTextBoxColumn OrganizationName;
  728. private System.Windows.Forms.DataGridViewTextBoxColumn Postname;
  729. private System.Windows.Forms.DataGridViewTextBoxColumn JobsName;
  730. private System.Windows.Forms.DataGridViewTextBoxColumn TurnoverDate;
  731. private System.Windows.Forms.DataGridViewTextBoxColumn RApplicantName;
  732. private System.Windows.Forms.DataGridViewTextBoxColumn Reason;
  733. private System.Windows.Forms.DataGridViewTextBoxColumn Suggestion;
  734. private System.Windows.Forms.DataGridViewTextBoxColumn ApprovalStatusName;
  735. private System.Windows.Forms.DataGridViewTextBoxColumn ApproverName;
  736. private System.Windows.Forms.DataGridViewTextBoxColumn ApprovalDate;
  737. private System.Windows.Forms.DataGridViewTextBoxColumn appsSuggestion;
  738. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  739. private System.Windows.Forms.DataGridViewTextBoxColumn CreateTime;
  740. private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
  741. private System.Windows.Forms.DataGridViewTextBoxColumn UpdateTime;
  742. private System.Windows.Forms.DataGridViewTextBoxColumn TurnoverDateName;
  743. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  744. private System.Windows.Forms.DataGridViewTextBoxColumn StaffRecordID;
  745. private System.Windows.Forms.DataGridViewTextBoxColumn ApprovalStatus;
  746. private System.Windows.Forms.DataGridViewTextBoxColumn RecordType;
  747. }
  748. }