F_HR_0201.Designer.cs 47 KB

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