F_HR_0101.Designer.cs 40 KB

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