F_HR_0101.Designer.cs 40 KB

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