F_HR_0301.Designer.cs 45 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820
  1. namespace Dongke.IBOSS.PRD.Client.HRModule
  2. {
  3. partial class F_HR_0301
  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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
  29. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
  30. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
  31. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
  32. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
  33. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(F_HR_0301));
  34. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
  35. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
  36. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
  37. System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
  38. this.dgvStaff = new Dongke.IBOSS.PRD.Basics.BaseControls.C_DataGridView();
  39. this.gbxCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_GroupBox();
  40. this.txtOther = new System.Windows.Forms.TextBox();
  41. this.btnClearCondition = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  42. this.c_Label3 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  43. this.btnSearch = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Button();
  44. this.txtStaffName = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  45. this.c_Label1 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  46. this.txtStaffCode = new Dongke.IBOSS.PRD.Basics.BaseControls.C_TextBox();
  47. this.c_Label2 = new Dongke.IBOSS.PRD.Basics.BaseControls.C_Label();
  48. this.tsrOperate = new Dongke.IBOSS.PRD.Basics.BaseControls.C_ToolStrip();
  49. this.tsbtnAdd = new System.Windows.Forms.ToolStripButton();
  50. this.tsbtnEdit = new System.Windows.Forms.ToolStripButton();
  51. this.tsbtnDisable = new System.Windows.Forms.ToolStripButton();
  52. this.tsbtnMoreCondition = new System.Windows.Forms.ToolStripButton();
  53. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  54. this.tsbtnAdaptive = new System.Windows.Forms.ToolStripButton();
  55. this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
  56. this.StaffID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.STAFFRECORDID = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.StaffCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  59. this.StaffName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  60. this.IDCardNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  61. this.Birthday = new System.Windows.Forms.DataGridViewTextBoxColumn();
  62. this.SGendername = new System.Windows.Forms.DataGridViewTextBoxColumn();
  63. this.SMaritalstatusname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  64. this.HomeTown = new System.Windows.Forms.DataGridViewTextBoxColumn();
  65. this.PolicitalStatus = new System.Windows.Forms.DataGridViewTextBoxColumn();
  66. this.SNationalname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  67. this.SEducationalname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  68. this.GraduatedGraduated = new System.Windows.Forms.DataGridViewTextBoxColumn();
  69. this.SpecialField = new System.Windows.Forms.DataGridViewTextBoxColumn();
  70. this.Telephone = new System.Windows.Forms.DataGridViewTextBoxColumn();
  71. this.SHeight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  72. this.BloodGroup = new System.Windows.Forms.DataGridViewTextBoxColumn();
  73. this.Weight = new System.Windows.Forms.DataGridViewTextBoxColumn();
  74. this.Address = new System.Windows.Forms.DataGridViewTextBoxColumn();
  75. this.LaidOff = new System.Windows.Forms.DataGridViewTextBoxColumn();
  76. this.Disability = new System.Windows.Forms.DataGridViewTextBoxColumn();
  77. this.JoinPartyDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  78. this.Email = new System.Windows.Forms.DataGridViewTextBoxColumn();
  79. this.OpeningBank = new System.Windows.Forms.DataGridViewTextBoxColumn();
  80. this.AccountNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
  81. this.Remarks = new System.Windows.Forms.DataGridViewTextBoxColumn();
  82. this.ROriginalOrganizationName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  83. this.ROriginalJobsName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  84. this.ROriginalPostName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  85. this.RecordDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  86. this.ExProbationEndDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  87. this.RApprovalStatusName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  88. this.RApproverName = new System.Windows.Forms.DataGridViewTextBoxColumn();
  89. this.APPROVALDATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
  90. this.appsSuggestion = new System.Windows.Forms.DataGridViewTextBoxColumn();
  91. this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  92. this.Column4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  93. ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).BeginInit();
  94. this.gbxCondition.SuspendLayout();
  95. this.tsrOperate.SuspendLayout();
  96. this.SuspendLayout();
  97. //
  98. // dgvStaff
  99. //
  100. this.dgvStaff.AllowUserToAddRows = false;
  101. this.dgvStaff.AllowUserToDeleteRows = false;
  102. this.dgvStaff.AllowUserToModifyRows = true;
  103. this.dgvStaff.AllowUserToOrderColumns = true;
  104. this.dgvStaff.AllowUserToResizeRows = false;
  105. dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
  106. this.dgvStaff.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
  107. this.dgvStaff.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  108. | System.Windows.Forms.AnchorStyles.Left)
  109. | System.Windows.Forms.AnchorStyles.Right)));
  110. this.dgvStaff.CellBackColorNochanged = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
  111. this.dgvStaff.CellBackColorReadOnly = System.Drawing.SystemColors.Control;
  112. this.dgvStaff.CellHeight = 23;
  113. this.dgvStaff.ChildNodeColumnName = null;
  114. this.dgvStaff.ChildNodeColumnText = null;
  115. this.dgvStaff.ColumnDeep = 1;
  116. this.dgvStaff.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  117. dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
  118. dataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(48)))), ((int)(((byte)(58)))), ((int)(((byte)(70)))));
  119. dataGridViewCellStyle2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  120. dataGridViewCellStyle2.ForeColor = System.Drawing.Color.White;
  121. dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  122. dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  123. dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  124. this.dgvStaff.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
  125. this.dgvStaff.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
  126. this.dgvStaff.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  127. this.StaffID,
  128. this.STAFFRECORDID,
  129. this.StaffCode,
  130. this.StaffName,
  131. this.IDCardNo,
  132. this.Birthday,
  133. this.SGendername,
  134. this.SMaritalstatusname,
  135. this.HomeTown,
  136. this.PolicitalStatus,
  137. this.SNationalname,
  138. this.SEducationalname,
  139. this.GraduatedGraduated,
  140. this.SpecialField,
  141. this.Telephone,
  142. this.SHeight,
  143. this.BloodGroup,
  144. this.Weight,
  145. this.Address,
  146. this.LaidOff,
  147. this.Disability,
  148. this.JoinPartyDate,
  149. this.Email,
  150. this.OpeningBank,
  151. this.AccountNo,
  152. this.Remarks,
  153. this.ROriginalOrganizationName,
  154. this.ROriginalJobsName,
  155. this.ROriginalPostName,
  156. this.RecordDate,
  157. this.ExProbationEndDate,
  158. this.RApprovalStatusName,
  159. this.RApproverName,
  160. this.APPROVALDATE,
  161. this.appsSuggestion,
  162. this.Column3,
  163. this.Column4});
  164. this.dgvStaff.ColumnTreeView = null;
  165. 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)));
  166. dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  167. dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Window;
  168. dataGridViewCellStyle7.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  169. dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.ControlText;
  170. dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  171. dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  172. dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
  173. this.dgvStaff.DefaultCellStyle = dataGridViewCellStyle7;
  174. this.dgvStaff.DynamicColumnName = "";
  175. this.dgvStaff.EnableHeadersVisualStyles = false;
  176. this.dgvStaff.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  177. this.dgvStaff.FormatQuantityColumns = null;
  178. this.dgvStaff.HorizontalMergeColumn = null;
  179. this.dgvStaff.IsAutoCountSum = true;
  180. this.dgvStaff.IsAutoResizeColumns = false;
  181. this.dgvStaff.IsClickF12 = false;
  182. this.dgvStaff.IsOpenMergeCellFlag = false;
  183. this.dgvStaff.IsSubTotalFlag = false;
  184. this.dgvStaff.IsTopDeep = false;
  185. this.dgvStaff.Location = new System.Drawing.Point(0, 172);
  186. this.dgvStaff.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  187. this.dgvStaff.MergeColumnNames = null;
  188. this.dgvStaff.MergeDetailColumnNames = null;
  189. this.dgvStaff.MergeDetailOnlyColumn = null;
  190. this.dgvStaff.MergeOnlyColumn = null;
  191. this.dgvStaff.MultiSelect = false;
  192. this.dgvStaff.Name = "dgvStaff";
  193. this.dgvStaff.ReadOnly = true;
  194. this.dgvStaff.RefreshAtHscroll = false;
  195. this.dgvStaff.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
  196. dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
  197. dataGridViewCellStyle8.BackColor = System.Drawing.SystemColors.Control;
  198. dataGridViewCellStyle8.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  199. dataGridViewCellStyle8.ForeColor = System.Drawing.SystemColors.WindowText;
  200. dataGridViewCellStyle8.SelectionBackColor = System.Drawing.SystemColors.Highlight;
  201. dataGridViewCellStyle8.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
  202. dataGridViewCellStyle8.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
  203. this.dgvStaff.RowHeadersDefaultCellStyle = dataGridViewCellStyle8;
  204. this.dgvStaff.RowHeadersWidth = 50;
  205. this.dgvStaff.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
  206. dataGridViewCellStyle9.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(159)))), ((int)(((byte)(39)))), ((int)(((byte)(39)))));
  207. this.dgvStaff.RowsDefaultCellStyle = dataGridViewCellStyle9;
  208. this.dgvStaff.RowTemplate.Height = 21;
  209. this.dgvStaff.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
  210. this.dgvStaff.Size = new System.Drawing.Size(882, 244);
  211. this.dgvStaff.SortOrderColumnName = null;
  212. this.dgvStaff.TabIndex = 2;
  213. this.dgvStaff.Tag = true;
  214. this.dgvStaff.TotalSumColumns = null;
  215. this.dgvStaff.ViewRowFilter = "";
  216. this.dgvStaff.CellMouseDoubleClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dgvStaff_CellMouseDoubleClick);
  217. //
  218. // gbxCondition
  219. //
  220. this.gbxCondition.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  221. | System.Windows.Forms.AnchorStyles.Right)));
  222. this.gbxCondition.BackColor = System.Drawing.Color.Transparent;
  223. this.gbxCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("gbxCondition.BackgroundImage")));
  224. this.gbxCondition.Controls.Add(this.txtOther);
  225. this.gbxCondition.Controls.Add(this.btnClearCondition);
  226. this.gbxCondition.Controls.Add(this.c_Label3);
  227. this.gbxCondition.Controls.Add(this.btnSearch);
  228. this.gbxCondition.Controls.Add(this.txtStaffName);
  229. this.gbxCondition.Controls.Add(this.c_Label1);
  230. this.gbxCondition.Controls.Add(this.txtStaffCode);
  231. this.gbxCondition.Controls.Add(this.c_Label2);
  232. this.gbxCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  233. this.gbxCondition.ForeColor = System.Drawing.SystemColors.ControlText;
  234. this.gbxCondition.IsMustInput = false;
  235. this.gbxCondition.Location = new System.Drawing.Point(0, 38);
  236. this.gbxCondition.Name = "gbxCondition";
  237. this.gbxCondition.OriginalHeight = -1;
  238. this.gbxCondition.Size = new System.Drawing.Size(882, 129);
  239. this.gbxCondition.TabIndex = 1;
  240. this.gbxCondition.TabStop = false;
  241. this.gbxCondition.Text = "查询条件 ▼";
  242. //
  243. // txtOther
  244. //
  245. this.txtOther.Enabled = false;
  246. this.txtOther.Location = new System.Drawing.Point(70, 45);
  247. this.txtOther.Multiline = true;
  248. this.txtOther.Name = "txtOther";
  249. this.txtOther.ReadOnly = true;
  250. this.txtOther.Size = new System.Drawing.Size(457, 78);
  251. this.txtOther.TabIndex = 5;
  252. //
  253. // btnClearCondition
  254. //
  255. this.btnClearCondition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  256. this.btnClearCondition.BackColor = System.Drawing.Color.Transparent;
  257. this.btnClearCondition.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnClearCondition.BackgroundImage")));
  258. this.btnClearCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  259. this.btnClearCondition.ForeColor = System.Drawing.Color.White;
  260. this.btnClearCondition.Location = new System.Drawing.Point(791, 93);
  261. this.btnClearCondition.Name = "btnClearCondition";
  262. this.btnClearCondition.Size = new System.Drawing.Size(85, 30);
  263. this.btnClearCondition.TabIndex = 7;
  264. this.btnClearCondition.Text = "清空条件";
  265. this.btnClearCondition.UseVisualStyleBackColor = true;
  266. this.btnClearCondition.Click += new System.EventHandler(this.btnClearCondition_Click);
  267. //
  268. // c_Label3
  269. //
  270. this.c_Label3.AutoSize = true;
  271. this.c_Label3.BackColor = System.Drawing.Color.Transparent;
  272. this.c_Label3.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  273. this.c_Label3.ForeColor = System.Drawing.SystemColors.ControlText;
  274. this.c_Label3.Location = new System.Drawing.Point(11, 47);
  275. this.c_Label3.Name = "c_Label3";
  276. this.c_Label3.Size = new System.Drawing.Size(53, 12);
  277. this.c_Label3.TabIndex = 4;
  278. this.c_Label3.Text = "附加条件";
  279. //
  280. // btnSearch
  281. //
  282. this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  283. this.btnSearch.BackColor = System.Drawing.Color.Transparent;
  284. this.btnSearch.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnSearch.BackgroundImage")));
  285. this.btnSearch.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  286. this.btnSearch.ForeColor = System.Drawing.Color.White;
  287. this.btnSearch.Location = new System.Drawing.Point(700, 93);
  288. this.btnSearch.Name = "btnSearch";
  289. this.btnSearch.Size = new System.Drawing.Size(85, 30);
  290. this.btnSearch.TabIndex = 6;
  291. this.btnSearch.Text = "查询";
  292. this.btnSearch.UseVisualStyleBackColor = true;
  293. this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
  294. //
  295. // txtStaffName
  296. //
  297. this.txtStaffName.BackColor = System.Drawing.SystemColors.Window;
  298. this.txtStaffName.BackgroundColor = System.Drawing.SystemColors.Window;
  299. this.txtStaffName.ErrorMessage = "";
  300. this.txtStaffName.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  301. this.txtStaffName.Location = new System.Drawing.Point(321, 18);
  302. this.txtStaffName.MaxLength = 20;
  303. this.txtStaffName.Name = "txtStaffName";
  304. this.txtStaffName.Size = new System.Drawing.Size(206, 21);
  305. this.txtStaffName.TabIndex = 3;
  306. //
  307. // c_Label1
  308. //
  309. this.c_Label1.AutoSize = true;
  310. this.c_Label1.BackColor = System.Drawing.Color.Transparent;
  311. this.c_Label1.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.c_Label1.ForeColor = System.Drawing.SystemColors.ControlText;
  313. this.c_Label1.Location = new System.Drawing.Point(9, 21);
  314. this.c_Label1.Name = "c_Label1";
  315. this.c_Label1.Size = new System.Drawing.Size(53, 12);
  316. this.c_Label1.TabIndex = 0;
  317. this.c_Label1.Text = "员工编码";
  318. //
  319. // txtStaffCode
  320. //
  321. this.txtStaffCode.BackColor = System.Drawing.SystemColors.Window;
  322. this.txtStaffCode.BackgroundColor = System.Drawing.SystemColors.Window;
  323. this.txtStaffCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
  324. this.txtStaffCode.ErrorMessage = "";
  325. this.txtStaffCode.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  326. this.txtStaffCode.ImeMode = System.Windows.Forms.ImeMode.Off;
  327. this.txtStaffCode.Location = new System.Drawing.Point(68, 18);
  328. this.txtStaffCode.MaxLength = 20;
  329. this.txtStaffCode.Name = "txtStaffCode";
  330. this.txtStaffCode.RejectCharsPattern = "[^a-zA-Z0-9]";
  331. this.txtStaffCode.Size = new System.Drawing.Size(188, 21);
  332. this.txtStaffCode.TabIndex = 1;
  333. this.txtStaffCode.TextValue = "";
  334. //
  335. // c_Label2
  336. //
  337. this.c_Label2.AutoSize = true;
  338. this.c_Label2.BackColor = System.Drawing.Color.Transparent;
  339. this.c_Label2.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  340. this.c_Label2.ForeColor = System.Drawing.SystemColors.ControlText;
  341. this.c_Label2.Location = new System.Drawing.Point(262, 21);
  342. this.c_Label2.Name = "c_Label2";
  343. this.c_Label2.Size = new System.Drawing.Size(53, 12);
  344. this.c_Label2.TabIndex = 2;
  345. this.c_Label2.Text = "员工姓名";
  346. //
  347. // tsrOperate
  348. //
  349. this.tsrOperate.AutoSize = false;
  350. this.tsrOperate.BackColor = System.Drawing.Color.Transparent;
  351. this.tsrOperate.BackgroundImage = global::Dongke.IBOSS.PRD.Client.HRModule.Properties.Resources.functionbackground;
  352. this.tsrOperate.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  353. this.tsrOperate.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  354. this.tsbtnAdd,
  355. this.tsbtnEdit,
  356. this.tsbtnDisable,
  357. this.tsbtnMoreCondition,
  358. this.toolStripSeparator1,
  359. this.tsbtnAdaptive,
  360. this.tsbtnClose});
  361. this.tsrOperate.Location = new System.Drawing.Point(0, 0);
  362. this.tsrOperate.Name = "tsrOperate";
  363. this.tsrOperate.RenderMode = System.Windows.Forms.ToolStripRenderMode.System;
  364. this.tsrOperate.ShowItemToolTips = false;
  365. this.tsrOperate.Size = new System.Drawing.Size(894, 35);
  366. this.tsrOperate.TabIndex = 0;
  367. this.tsrOperate.Text = "toolStrip1";
  368. //
  369. // tsbtnAdd
  370. //
  371. this.tsbtnAdd.AutoSize = false;
  372. this.tsbtnAdd.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  373. this.tsbtnAdd.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  374. this.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta;
  375. this.tsbtnAdd.Name = "tsbtnAdd";
  376. this.tsbtnAdd.Size = new System.Drawing.Size(60, 25);
  377. this.tsbtnAdd.Text = "新建(&N)";
  378. this.tsbtnAdd.Click += new System.EventHandler(this.tsbtnAdd_Click);
  379. //
  380. // tsbtnEdit
  381. //
  382. this.tsbtnEdit.AutoSize = false;
  383. this.tsbtnEdit.Enabled = false;
  384. this.tsbtnEdit.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  385. this.tsbtnEdit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  386. this.tsbtnEdit.ImageTransparentColor = System.Drawing.Color.Magenta;
  387. this.tsbtnEdit.Name = "tsbtnEdit";
  388. this.tsbtnEdit.Size = new System.Drawing.Size(60, 25);
  389. this.tsbtnEdit.Text = "编辑(&E)";
  390. this.tsbtnEdit.Click += new System.EventHandler(this.tsbtnEdit_Click);
  391. //
  392. // tsbtnDisable
  393. //
  394. this.tsbtnDisable.AutoSize = false;
  395. this.tsbtnDisable.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  396. this.tsbtnDisable.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  397. this.tsbtnDisable.ImageTransparentColor = System.Drawing.Color.Magenta;
  398. this.tsbtnDisable.Name = "tsbtnDisable";
  399. this.tsbtnDisable.Size = new System.Drawing.Size(60, 25);
  400. this.tsbtnDisable.Text = "停用(&S)";
  401. this.tsbtnDisable.Click += new System.EventHandler(this.tsbtnDisable_Click);
  402. //
  403. // tsbtnMoreCondition
  404. //
  405. this.tsbtnMoreCondition.AutoSize = false;
  406. this.tsbtnMoreCondition.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  407. this.tsbtnMoreCondition.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  408. this.tsbtnMoreCondition.ImageTransparentColor = System.Drawing.Color.Magenta;
  409. this.tsbtnMoreCondition.Name = "tsbtnMoreCondition";
  410. this.tsbtnMoreCondition.Size = new System.Drawing.Size(80, 25);
  411. this.tsbtnMoreCondition.Text = "更多条件(&M)";
  412. this.tsbtnMoreCondition.Click += new System.EventHandler(this.tsbtnMoreCondition_Click);
  413. //
  414. // toolStripSeparator1
  415. //
  416. this.toolStripSeparator1.AutoSize = false;
  417. this.toolStripSeparator1.Name = "toolStripSeparator1";
  418. this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
  419. //
  420. // tsbtnAdaptive
  421. //
  422. this.tsbtnAdaptive.AutoSize = false;
  423. this.tsbtnAdaptive.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  424. this.tsbtnAdaptive.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  425. this.tsbtnAdaptive.ImageTransparentColor = System.Drawing.Color.Magenta;
  426. this.tsbtnAdaptive.Name = "tsbtnAdaptive";
  427. this.tsbtnAdaptive.Size = new System.Drawing.Size(90, 25);
  428. this.tsbtnAdaptive.Text = "自适应列宽(&A)";
  429. this.tsbtnAdaptive.Click += new System.EventHandler(this.tsbtnAdaptive_Click);
  430. //
  431. // tsbtnClose
  432. //
  433. this.tsbtnClose.AutoSize = false;
  434. this.tsbtnClose.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. this.tsbtnClose.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
  436. this.tsbtnClose.ImageTransparentColor = System.Drawing.Color.Magenta;
  437. this.tsbtnClose.Name = "tsbtnClose";
  438. this.tsbtnClose.Size = new System.Drawing.Size(60, 25);
  439. this.tsbtnClose.Text = "关闭(&X)";
  440. this.tsbtnClose.Click += new System.EventHandler(this.tsbtnClose_Click);
  441. //
  442. // StaffID
  443. //
  444. this.StaffID.DataPropertyName = "StaffID";
  445. this.StaffID.HeaderText = "员工ID";
  446. this.StaffID.Name = "StaffID";
  447. this.StaffID.ReadOnly = true;
  448. this.StaffID.Visible = false;
  449. //
  450. // STAFFRECORDID
  451. //
  452. this.STAFFRECORDID.DataPropertyName = "STAFFRECORDID";
  453. this.STAFFRECORDID.HeaderText = "员工履历表ID";
  454. this.STAFFRECORDID.Name = "STAFFRECORDID";
  455. this.STAFFRECORDID.ReadOnly = true;
  456. this.STAFFRECORDID.Visible = false;
  457. //
  458. // StaffCode
  459. //
  460. this.StaffCode.DataPropertyName = "StaffCode";
  461. this.StaffCode.HeaderText = "员工编码";
  462. this.StaffCode.Name = "StaffCode";
  463. this.StaffCode.ReadOnly = true;
  464. //
  465. // StaffName
  466. //
  467. this.StaffName.DataPropertyName = "StaffName";
  468. this.StaffName.HeaderText = "员工姓名";
  469. this.StaffName.Name = "StaffName";
  470. this.StaffName.ReadOnly = true;
  471. //
  472. // IDCardNo
  473. //
  474. this.IDCardNo.DataPropertyName = "IDCardNo";
  475. this.IDCardNo.HeaderText = "身份证号";
  476. this.IDCardNo.Name = "IDCardNo";
  477. this.IDCardNo.ReadOnly = true;
  478. this.IDCardNo.Visible = false;
  479. //
  480. // Birthday
  481. //
  482. this.Birthday.DataPropertyName = "Birthday";
  483. this.Birthday.HeaderText = "生日";
  484. this.Birthday.Name = "Birthday";
  485. this.Birthday.ReadOnly = true;
  486. this.Birthday.Visible = false;
  487. //
  488. // SGendername
  489. //
  490. this.SGendername.DataPropertyName = "SGendername";
  491. this.SGendername.HeaderText = "性别";
  492. this.SGendername.Name = "SGendername";
  493. this.SGendername.ReadOnly = true;
  494. this.SGendername.Visible = false;
  495. //
  496. // SMaritalstatusname
  497. //
  498. this.SMaritalstatusname.DataPropertyName = "SMaritalstatusname";
  499. this.SMaritalstatusname.HeaderText = "婚姻状况";
  500. this.SMaritalstatusname.Name = "SMaritalstatusname";
  501. this.SMaritalstatusname.ReadOnly = true;
  502. this.SMaritalstatusname.Visible = false;
  503. //
  504. // HomeTown
  505. //
  506. this.HomeTown.DataPropertyName = "HomeTown";
  507. this.HomeTown.HeaderText = "籍贯";
  508. this.HomeTown.Name = "HomeTown";
  509. this.HomeTown.ReadOnly = true;
  510. this.HomeTown.Visible = false;
  511. //
  512. // PolicitalStatus
  513. //
  514. this.PolicitalStatus.DataPropertyName = "PolicitalStatus";
  515. this.PolicitalStatus.HeaderText = "政治面貌";
  516. this.PolicitalStatus.Name = "PolicitalStatus";
  517. this.PolicitalStatus.ReadOnly = true;
  518. this.PolicitalStatus.Visible = false;
  519. //
  520. // SNationalname
  521. //
  522. this.SNationalname.DataPropertyName = "SNationalname";
  523. this.SNationalname.HeaderText = "民族";
  524. this.SNationalname.Name = "SNationalname";
  525. this.SNationalname.ReadOnly = true;
  526. this.SNationalname.Visible = false;
  527. //
  528. // SEducationalname
  529. //
  530. this.SEducationalname.DataPropertyName = "SEducationalname";
  531. this.SEducationalname.HeaderText = "学历";
  532. this.SEducationalname.Name = "SEducationalname";
  533. this.SEducationalname.ReadOnly = true;
  534. this.SEducationalname.Visible = false;
  535. //
  536. // GraduatedGraduated
  537. //
  538. this.GraduatedGraduated.DataPropertyName = "Graduated";
  539. this.GraduatedGraduated.HeaderText = "毕业学校";
  540. this.GraduatedGraduated.Name = "GraduatedGraduated";
  541. this.GraduatedGraduated.ReadOnly = true;
  542. this.GraduatedGraduated.Visible = false;
  543. //
  544. // SpecialField
  545. //
  546. this.SpecialField.DataPropertyName = "SpecialField";
  547. this.SpecialField.HeaderText = "专业";
  548. this.SpecialField.Name = "SpecialField";
  549. this.SpecialField.ReadOnly = true;
  550. this.SpecialField.Visible = false;
  551. //
  552. // Telephone
  553. //
  554. this.Telephone.DataPropertyName = "Telephone";
  555. this.Telephone.HeaderText = "联系电话";
  556. this.Telephone.Name = "Telephone";
  557. this.Telephone.ReadOnly = true;
  558. this.Telephone.Visible = false;
  559. //
  560. // SHeight
  561. //
  562. this.SHeight.DataPropertyName = "Height";
  563. this.SHeight.HeaderText = "身高";
  564. this.SHeight.Name = "SHeight";
  565. this.SHeight.ReadOnly = true;
  566. this.SHeight.Visible = false;
  567. //
  568. // BloodGroup
  569. //
  570. this.BloodGroup.DataPropertyName = "BloodGroup";
  571. this.BloodGroup.HeaderText = "血型";
  572. this.BloodGroup.Name = "BloodGroup";
  573. this.BloodGroup.ReadOnly = true;
  574. this.BloodGroup.Visible = false;
  575. //
  576. // Weight
  577. //
  578. this.Weight.DataPropertyName = "Weight";
  579. this.Weight.HeaderText = "体重";
  580. this.Weight.Name = "Weight";
  581. this.Weight.ReadOnly = true;
  582. this.Weight.Visible = false;
  583. //
  584. // Address
  585. //
  586. this.Address.DataPropertyName = "Address";
  587. this.Address.HeaderText = "家庭住址";
  588. this.Address.Name = "Address";
  589. this.Address.ReadOnly = true;
  590. this.Address.Visible = false;
  591. //
  592. // LaidOff
  593. //
  594. this.LaidOff.DataPropertyName = "LaidOffText";
  595. this.LaidOff.HeaderText = "下岗职工";
  596. this.LaidOff.Name = "LaidOff";
  597. this.LaidOff.ReadOnly = true;
  598. this.LaidOff.Visible = false;
  599. //
  600. // Disability
  601. //
  602. this.Disability.DataPropertyName = "DisabilityText";
  603. this.Disability.HeaderText = "残疾职工";
  604. this.Disability.Name = "Disability";
  605. this.Disability.ReadOnly = true;
  606. this.Disability.Visible = false;
  607. //
  608. // JoinPartyDate
  609. //
  610. this.JoinPartyDate.DataPropertyName = "JoinPartyDate";
  611. this.JoinPartyDate.HeaderText = "入党日期";
  612. this.JoinPartyDate.Name = "JoinPartyDate";
  613. this.JoinPartyDate.ReadOnly = true;
  614. this.JoinPartyDate.Visible = false;
  615. //
  616. // Email
  617. //
  618. this.Email.DataPropertyName = "Email";
  619. this.Email.HeaderText = "电子邮箱";
  620. this.Email.Name = "Email";
  621. this.Email.ReadOnly = true;
  622. this.Email.Visible = false;
  623. //
  624. // OpeningBank
  625. //
  626. this.OpeningBank.DataPropertyName = "OpeningBank";
  627. this.OpeningBank.HeaderText = "开户行";
  628. this.OpeningBank.Name = "OpeningBank";
  629. this.OpeningBank.ReadOnly = true;
  630. this.OpeningBank.Visible = false;
  631. //
  632. // AccountNo
  633. //
  634. this.AccountNo.DataPropertyName = "AccountNo";
  635. this.AccountNo.HeaderText = "开户账号";
  636. this.AccountNo.Name = "AccountNo";
  637. this.AccountNo.ReadOnly = true;
  638. this.AccountNo.Visible = false;
  639. //
  640. // Remarks
  641. //
  642. this.Remarks.DataPropertyName = "Remarks";
  643. this.Remarks.HeaderText = "备注";
  644. this.Remarks.Name = "Remarks";
  645. this.Remarks.ReadOnly = true;
  646. this.Remarks.Visible = false;
  647. //
  648. // ROriginalOrganizationName
  649. //
  650. this.ROriginalOrganizationName.DataPropertyName = "ROriginalOrganizationName";
  651. this.ROriginalOrganizationName.HeaderText = "组织机构";
  652. this.ROriginalOrganizationName.Name = "ROriginalOrganizationName";
  653. this.ROriginalOrganizationName.ReadOnly = true;
  654. //
  655. // ROriginalJobsName
  656. //
  657. this.ROriginalJobsName.DataPropertyName = "ROriginalJobsName";
  658. this.ROriginalJobsName.HeaderText = "工种";
  659. this.ROriginalJobsName.Name = "ROriginalJobsName";
  660. this.ROriginalJobsName.ReadOnly = true;
  661. //
  662. // ROriginalPostName
  663. //
  664. this.ROriginalPostName.DataPropertyName = "ROriginalPostName";
  665. this.ROriginalPostName.HeaderText = "职务";
  666. this.ROriginalPostName.Name = "ROriginalPostName";
  667. this.ROriginalPostName.ReadOnly = true;
  668. //
  669. // RecordDate
  670. //
  671. this.RecordDate.DataPropertyName = "RECORDDATE";
  672. dataGridViewCellStyle3.Format = "yyyy-MM-dd HH:mm:ss";
  673. dataGridViewCellStyle3.NullValue = null;
  674. this.RecordDate.DefaultCellStyle = dataGridViewCellStyle3;
  675. this.RecordDate.HeaderText = "入职日期";
  676. this.RecordDate.Name = "RecordDate";
  677. this.RecordDate.ReadOnly = true;
  678. //
  679. // ExProbationEndDate
  680. //
  681. this.ExProbationEndDate.DataPropertyName = "EXPROBATIONENDDATE";
  682. dataGridViewCellStyle4.Format = "yyyy-MM-dd";
  683. dataGridViewCellStyle4.NullValue = null;
  684. this.ExProbationEndDate.DefaultCellStyle = dataGridViewCellStyle4;
  685. this.ExProbationEndDate.HeaderText = "试用结束日期";
  686. this.ExProbationEndDate.Name = "ExProbationEndDate";
  687. this.ExProbationEndDate.ReadOnly = true;
  688. //
  689. // RApprovalStatusName
  690. //
  691. this.RApprovalStatusName.DataPropertyName = "RApprovalStatusName";
  692. this.RApprovalStatusName.HeaderText = "单据状态";
  693. this.RApprovalStatusName.Name = "RApprovalStatusName";
  694. this.RApprovalStatusName.ReadOnly = true;
  695. //
  696. // RApproverName
  697. //
  698. this.RApproverName.DataPropertyName = "RApproverName";
  699. this.RApproverName.HeaderText = "审批人";
  700. this.RApproverName.Name = "RApproverName";
  701. this.RApproverName.ReadOnly = true;
  702. //
  703. // APPROVALDATE
  704. //
  705. this.APPROVALDATE.DataPropertyName = "APPROVALDATE";
  706. dataGridViewCellStyle5.Format = "yyyy-MM-dd";
  707. dataGridViewCellStyle5.NullValue = null;
  708. this.APPROVALDATE.DefaultCellStyle = dataGridViewCellStyle5;
  709. this.APPROVALDATE.HeaderText = "审批日期";
  710. this.APPROVALDATE.Name = "APPROVALDATE";
  711. this.APPROVALDATE.ReadOnly = true;
  712. //
  713. // appsSuggestion
  714. //
  715. this.appsSuggestion.DataPropertyName = "appsSuggestion";
  716. this.appsSuggestion.HeaderText = "审批意见";
  717. this.appsSuggestion.Name = "appsSuggestion";
  718. this.appsSuggestion.ReadOnly = true;
  719. //
  720. // Column3
  721. //
  722. this.Column3.DataPropertyName = "CREATETIME";
  723. dataGridViewCellStyle6.Format = "yyyy-MM-dd HH:mm:ss";
  724. dataGridViewCellStyle6.NullValue = null;
  725. this.Column3.DefaultCellStyle = dataGridViewCellStyle6;
  726. this.Column3.HeaderText = "创建时间";
  727. this.Column3.Name = "Column3";
  728. this.Column3.ReadOnly = true;
  729. //
  730. // Column4
  731. //
  732. this.Column4.DataPropertyName = "SCreateUserName";
  733. this.Column4.HeaderText = "创建人";
  734. this.Column4.Name = "Column4";
  735. this.Column4.ReadOnly = true;
  736. //
  737. // F_HR_0301
  738. //
  739. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  740. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  741. this.ClientSize = new System.Drawing.Size(894, 417);
  742. this.Controls.Add(this.dgvStaff);
  743. this.Controls.Add(this.gbxCondition);
  744. this.Controls.Add(this.tsrOperate);
  745. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  746. this.Name = "F_HR_0301";
  747. this.Text = "员工转正";
  748. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.F_HR_0301_FormClosed);
  749. this.Load += new System.EventHandler(this.F_HR_0301_Load);
  750. ((System.ComponentModel.ISupportInitialize)(this.dgvStaff)).EndInit();
  751. this.gbxCondition.ResumeLayout(false);
  752. this.gbxCondition.PerformLayout();
  753. this.tsrOperate.ResumeLayout(false);
  754. this.tsrOperate.PerformLayout();
  755. this.ResumeLayout(false);
  756. }
  757. #endregion
  758. private Basics.BaseControls.C_ToolStrip tsrOperate;
  759. private System.Windows.Forms.ToolStripButton tsbtnAdd;
  760. private System.Windows.Forms.ToolStripButton tsbtnEdit;
  761. private System.Windows.Forms.ToolStripButton tsbtnDisable;
  762. private System.Windows.Forms.ToolStripButton tsbtnMoreCondition;
  763. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  764. private System.Windows.Forms.ToolStripButton tsbtnAdaptive;
  765. private System.Windows.Forms.ToolStripButton tsbtnClose;
  766. private Basics.BaseControls.C_GroupBox gbxCondition;
  767. private Basics.BaseControls.C_Button btnClearCondition;
  768. private Basics.BaseControls.C_Label c_Label3;
  769. private Basics.BaseControls.C_Button btnSearch;
  770. private Basics.BaseControls.C_TextBox txtStaffName;
  771. private Basics.BaseControls.C_Label c_Label1;
  772. private Basics.BaseControls.C_TextBox txtStaffCode;
  773. private Basics.BaseControls.C_Label c_Label2;
  774. private Basics.BaseControls.C_DataGridView dgvStaff;
  775. private System.Windows.Forms.TextBox txtOther;
  776. private System.Windows.Forms.DataGridViewTextBoxColumn StaffID;
  777. private System.Windows.Forms.DataGridViewTextBoxColumn STAFFRECORDID;
  778. private System.Windows.Forms.DataGridViewTextBoxColumn StaffCode;
  779. private System.Windows.Forms.DataGridViewTextBoxColumn StaffName;
  780. private System.Windows.Forms.DataGridViewTextBoxColumn IDCardNo;
  781. private System.Windows.Forms.DataGridViewTextBoxColumn Birthday;
  782. private System.Windows.Forms.DataGridViewTextBoxColumn SGendername;
  783. private System.Windows.Forms.DataGridViewTextBoxColumn SMaritalstatusname;
  784. private System.Windows.Forms.DataGridViewTextBoxColumn HomeTown;
  785. private System.Windows.Forms.DataGridViewTextBoxColumn PolicitalStatus;
  786. private System.Windows.Forms.DataGridViewTextBoxColumn SNationalname;
  787. private System.Windows.Forms.DataGridViewTextBoxColumn SEducationalname;
  788. private System.Windows.Forms.DataGridViewTextBoxColumn GraduatedGraduated;
  789. private System.Windows.Forms.DataGridViewTextBoxColumn SpecialField;
  790. private System.Windows.Forms.DataGridViewTextBoxColumn Telephone;
  791. private System.Windows.Forms.DataGridViewTextBoxColumn SHeight;
  792. private System.Windows.Forms.DataGridViewTextBoxColumn BloodGroup;
  793. private System.Windows.Forms.DataGridViewTextBoxColumn Weight;
  794. private System.Windows.Forms.DataGridViewTextBoxColumn Address;
  795. private System.Windows.Forms.DataGridViewTextBoxColumn LaidOff;
  796. private System.Windows.Forms.DataGridViewTextBoxColumn Disability;
  797. private System.Windows.Forms.DataGridViewTextBoxColumn JoinPartyDate;
  798. private System.Windows.Forms.DataGridViewTextBoxColumn Email;
  799. private System.Windows.Forms.DataGridViewTextBoxColumn OpeningBank;
  800. private System.Windows.Forms.DataGridViewTextBoxColumn AccountNo;
  801. private System.Windows.Forms.DataGridViewTextBoxColumn Remarks;
  802. private System.Windows.Forms.DataGridViewTextBoxColumn ROriginalOrganizationName;
  803. private System.Windows.Forms.DataGridViewTextBoxColumn ROriginalJobsName;
  804. private System.Windows.Forms.DataGridViewTextBoxColumn ROriginalPostName;
  805. private System.Windows.Forms.DataGridViewTextBoxColumn RecordDate;
  806. private System.Windows.Forms.DataGridViewTextBoxColumn ExProbationEndDate;
  807. private System.Windows.Forms.DataGridViewTextBoxColumn RApprovalStatusName;
  808. private System.Windows.Forms.DataGridViewTextBoxColumn RApproverName;
  809. private System.Windows.Forms.DataGridViewTextBoxColumn APPROVALDATE;
  810. private System.Windows.Forms.DataGridViewTextBoxColumn appsSuggestion;
  811. private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
  812. private System.Windows.Forms.DataGridViewTextBoxColumn Column4;
  813. }
  814. }