Exemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRestSheet));
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.lvwRestSheet = new XPTable.Models.Table();
     this.columnModel1 = new XPTable.Models.ColumnModel();
     this.clSTT = new XPTable.Models.TextColumn();
     this.clDeparmaent = new XPTable.Models.TextColumn();
     this.clCardID = new XPTable.Models.TextColumn();
     this.clEmployeeName = new XPTable.Models.TextColumn();
     this.clMonth1 = new XPTable.Models.TextColumn();
     this.clMonth2 = new XPTable.Models.TextColumn();
     this.clMonth3 = new XPTable.Models.TextColumn();
     this.clMonth4 = new XPTable.Models.TextColumn();
     this.clMonth5 = new XPTable.Models.TextColumn();
     this.clMonth6 = new XPTable.Models.TextColumn();
     this.clMonth7 = new XPTable.Models.TextColumn();
     this.clMonth8 = new XPTable.Models.TextColumn();
     this.clMonth9 = new XPTable.Models.TextColumn();
     this.clMonth10 = new XPTable.Models.TextColumn();
     this.clMonth11 = new XPTable.Models.TextColumn();
     this.clMonth12 = new XPTable.Models.TextColumn();
     this.clTotalRest = new XPTable.Models.TextColumn();
     this.clStartDate = new XPTable.Models.TextColumn();
     this.clTotalRestAllow = new XPTable.Models.TextColumn();
     this.clTotalRestRemain = new XPTable.Models.TextColumn();
     this.cBasicSalary = new XPTable.Models.NumberColumn();
     this.cPhucap = new XPTable.Models.NumberColumn();
     this.toMoney = new XPTable.Models.NumberColumn();
     this.tableModel1 = new XPTable.Models.TableModel();
     this.btnSearch = new System.Windows.Forms.Button();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.lblTotalEmployee = new System.Windows.Forms.Label();
     this.cSTT = new XPTable.Models.NumberColumn();
     this.btnGenerate = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.grbMonth = new System.Windows.Forms.GroupBox();
     this.label2 = new System.Windows.Forms.Label();
     this.cboYear = new System.Windows.Forms.LookupComboBox();
     this.grbDepartment = new System.Windows.Forms.GroupBox();
     this.cboDepartment = new MTGCComboBox();
     this.btnUpdate = new System.Windows.Forms.Button();
     this.btnExportExcel = new System.Windows.Forms.Button();
     this.btnRefresh = new System.Windows.Forms.Button();
     this.btnDelete = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwRestSheet)).BeginInit();
     this.grbMonth.SuspendLayout();
     this.grbDepartment.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.lvwRestSheet);
     this.groupBox1.Controls.Add(this.btnSearch);
     this.groupBox1.Controls.Add(this.txtSearch);
     this.groupBox1.Controls.Add(this.lblTotalEmployee);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location = new System.Drawing.Point(8, 56);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(776, 400);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Bảng thanh toán tiền phép chi tiết";
     //
     // lvwRestSheet
     //
     this.lvwRestSheet.AlternatingRowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(237)))), ((int)(((byte)(245)))));
     this.lvwRestSheet.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvwRestSheet.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(242)))), ((int)(((byte)(249)))));
     this.lvwRestSheet.ColumnModel = this.columnModel1;
     this.lvwRestSheet.EditStartAction = XPTable.Editors.EditStartAction.SingleClick;
     this.lvwRestSheet.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwRestSheet.FullRowSelect = true;
     this.lvwRestSheet.GridColor = System.Drawing.SystemColors.ControlDark;
     this.lvwRestSheet.GridLines = XPTable.Models.GridLines.Both;
     this.lvwRestSheet.GridLineStyle = XPTable.Models.GridLineStyle.Dot;
     this.lvwRestSheet.Location = new System.Drawing.Point(8, 16);
     this.lvwRestSheet.Name = "lvwRestSheet";
     this.lvwRestSheet.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(183)))), ((int)(((byte)(201)))));
     this.lvwRestSheet.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwRestSheet.SelectionStyle = XPTable.Models.SelectionStyle.Grid;
     this.lvwRestSheet.Size = new System.Drawing.Size(760, 344);
     this.lvwRestSheet.SortedColumnBackColor = System.Drawing.Color.Transparent;
     this.lvwRestSheet.TabIndex = 11;
     this.lvwRestSheet.TableModel = this.tableModel1;
     this.lvwRestSheet.Text = "table1";
     this.lvwRestSheet.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(221)))));
     this.lvwRestSheet.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwRestSheet.EditingStopped += new XPTable.Events.CellEditEventHandler(this.lvwRestSheet_EditingStopped_1);
     this.lvwRestSheet.SelectionChanged += new XPTable.Events.SelectionEventHandler(this.lvwRestSheet_SelectionChanged);
     //
     // columnModel1
     //
     this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
     this.clSTT,
     this.clDeparmaent,
     this.clCardID,
     this.clEmployeeName,
     this.clMonth1,
     this.clMonth2,
     this.clMonth3,
     this.clMonth4,
     this.clMonth5,
     this.clMonth6,
     this.clMonth7,
     this.clMonth8,
     this.clMonth9,
     this.clMonth10,
     this.clMonth11,
     this.clMonth12,
     this.clTotalRest,
     this.clStartDate,
     this.clTotalRestAllow,
     this.clTotalRestRemain,
     this.cBasicSalary,
     this.cPhucap,
     this.toMoney});
     //
     // clSTT
     //
     this.clSTT.Editable = false;
     this.clSTT.Text = "STT";
     this.clSTT.Width = 40;
     //
     // clDeparmaent
     //
     this.clDeparmaent.Editable = false;
     this.clDeparmaent.Text = "Phòng";
     this.clDeparmaent.Width = 120;
     //
     // clCardID
     //
     this.clCardID.Editable = false;
     this.clCardID.Text = "Mã thẻ";
     this.clCardID.Width = 60;
     //
     // clEmployeeName
     //
     this.clEmployeeName.Editable = false;
     this.clEmployeeName.Text = "Họ tên";
     this.clEmployeeName.Width = 160;
     //
     // clMonth1
     //
     this.clMonth1.Text = "1";
     this.clMonth1.Width = 28;
     //
     // clMonth2
     //
     this.clMonth2.Text = "2";
     this.clMonth2.Width = 28;
     //
     // clMonth3
     //
     this.clMonth3.Text = "3";
     this.clMonth3.Width = 28;
     //
     // clMonth4
     //
     this.clMonth4.Text = "4";
     this.clMonth4.Width = 28;
     //
     // clMonth5
     //
     this.clMonth5.Text = "5";
     this.clMonth5.Width = 28;
     //
     // clMonth6
     //
     this.clMonth6.Text = "6";
     this.clMonth6.Width = 28;
     //
     // clMonth7
     //
     this.clMonth7.Text = "7";
     this.clMonth7.Width = 28;
     //
     // clMonth8
     //
     this.clMonth8.Text = "8";
     this.clMonth8.Width = 28;
     //
     // clMonth9
     //
     this.clMonth9.Text = "9";
     this.clMonth9.Width = 28;
     //
     // clMonth10
     //
     this.clMonth10.Text = "10";
     this.clMonth10.Width = 28;
     //
     // clMonth11
     //
     this.clMonth11.Text = "11";
     this.clMonth11.Width = 28;
     //
     // clMonth12
     //
     this.clMonth12.Text = "12";
     this.clMonth12.Width = 28;
     //
     // clTotalRest
     //
     this.clTotalRest.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.clTotalRest.Editable = false;
     this.clTotalRest.Text = "Tổng";
     this.clTotalRest.Width = 40;
     //
     // clStartDate
     //
     this.clStartDate.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.clStartDate.Editable = false;
     this.clStartDate.Text = "NKHĐ";
     this.clStartDate.Width = 86;
     //
     // clTotalRestAllow
     //
     this.clTotalRestAllow.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.clTotalRestAllow.Editable = false;
     this.clTotalRestAllow.Text = "NPĐH";
     this.clTotalRestAllow.Width = 40;
     //
     // clTotalRestRemain
     //
     this.clTotalRestRemain.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.clTotalRestRemain.Editable = false;
     this.clTotalRestRemain.Text = "SNCL";
     this.clTotalRestRemain.Width = 40;
     //
     // cBasicSalary
     //
     this.cBasicSalary.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.cBasicSalary.Editable = false;
     this.cBasicSalary.Format = "#,##0;(#,##0);0";
     this.cBasicSalary.Maximum = new decimal(new int[] {
     100000000,
     0,
     0,
     0});
     this.cBasicSalary.Text = "Lương cơ bản";
     this.cBasicSalary.Width = 111;
     //
     // cPhucap
     //
     this.cPhucap.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.cPhucap.Editable = false;
     this.cPhucap.Format = "#,##0;(#,##0);0";
     this.cPhucap.Maximum = new decimal(new int[] {
     10000000,
     0,
     0,
     0});
     this.cPhucap.Text = "Phụ cấp";
     this.cPhucap.Width = 85;
     //
     // toMoney
     //
     this.toMoney.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.toMoney.Editable = false;
     this.toMoney.Format = "#,##0;(#,##0);0";
     this.toMoney.Text = "Thành tiền";
     this.toMoney.Width = 90;
     //
     // btnSearch
     //
     this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSearch.Location = new System.Drawing.Point(136, 368);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(64, 23);
     this.btnSearch.TabIndex = 11;
     this.btnSearch.Text = "&Tìm kiếm";
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtSearch
     //
     this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtSearch.Location = new System.Drawing.Point(8, 368);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(128, 20);
     this.txtSearch.TabIndex = 10;
     this.txtSearch.Text = "Nhập chuỗi tìm kiếm";
     this.txtSearch.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtSearch_MouseDown);
     this.txtSearch.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSearch_KeyPress);
     //
     // lblTotalEmployee
     //
     this.lblTotalEmployee.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTotalEmployee.Location = new System.Drawing.Point(624, 374);
     this.lblTotalEmployee.Name = "lblTotalEmployee";
     this.lblTotalEmployee.Size = new System.Drawing.Size(144, 23);
     this.lblTotalEmployee.TabIndex = 12;
     this.lblTotalEmployee.Text = "Tổng số nhân viên: 343";
     this.lblTotalEmployee.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cSTT
     //
     this.cSTT.Editable = false;
     this.cSTT.Maximum = new decimal(new int[] {
     10000,
     0,
     0,
     0});
     this.cSTT.Text = "STT";
     this.cSTT.Width = 28;
     //
     // btnGenerate
     //
     this.btnGenerate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnGenerate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnGenerate.Location = new System.Drawing.Point(8, 464);
     this.btnGenerate.Name = "btnGenerate";
     this.btnGenerate.Size = new System.Drawing.Size(184, 23);
     this.btnGenerate.TabIndex = 9;
     this.btnGenerate.Text = "&Sinh bảng thanh toán";
     this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click);
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClose.Location = new System.Drawing.Point(704, 464);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 8;
     this.btnClose.Text = "&Đóng";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // grbMonth
     //
     this.grbMonth.Controls.Add(this.label2);
     this.grbMonth.Controls.Add(this.cboYear);
     this.grbMonth.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.grbMonth.Location = new System.Drawing.Point(8, 8);
     this.grbMonth.Name = "grbMonth";
     this.grbMonth.Size = new System.Drawing.Size(136, 48);
     this.grbMonth.TabIndex = 26;
     this.grbMonth.TabStop = false;
     this.grbMonth.Text = "Thời gian";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(16, 16);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(32, 23);
     this.label2.TabIndex = 3;
     this.label2.Text = "Năm";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cboYear
     //
     this.cboYear.AllowTypeAllSymbols = false;
     this.cboYear.Items.AddRange(new object[] {
     "2006",
     "2007",
     "2008",
     "2009",
     "2010",
     "2011",
     "2012",
     "2013",
     "2014",
     "2015"});
     this.cboYear.Location = new System.Drawing.Point(56, 16);
     this.cboYear.Name = "cboYear";
     this.cboYear.Size = new System.Drawing.Size(72, 21);
     this.cboYear.TabIndex = 1;
     this.cboYear.SelectedIndexChanged += new System.EventHandler(this.cboYear_SelectedIndexChanged);
     //
     // grbDepartment
     //
     this.grbDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.grbDepartment.Controls.Add(this.cboDepartment);
     this.grbDepartment.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.grbDepartment.Location = new System.Drawing.Point(568, 8);
     this.grbDepartment.Name = "grbDepartment";
     this.grbDepartment.Size = new System.Drawing.Size(216, 48);
     this.grbDepartment.TabIndex = 27;
     this.grbDepartment.TabStop = false;
     this.grbDepartment.Text = "Bộ phận";
     //
     // cboDepartment
     //
     this.cboDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.cboDepartment.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D;
     this.cboDepartment.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
     this.cboDepartment.ColumnNum = 2;
     this.cboDepartment.ColumnWidth = "0;200";
     this.cboDepartment.DisplayMember = "Text";
     this.cboDepartment.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboDepartment.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238)))));
     this.cboDepartment.DropDownForeColor = System.Drawing.Color.Black;
     this.cboDepartment.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList;
     this.cboDepartment.DropDownWidth = 200;
     this.cboDepartment.GridLineColor = System.Drawing.Color.LightGray;
     this.cboDepartment.GridLineHorizontal = true;
     this.cboDepartment.GridLineVertical = true;
     this.cboDepartment.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem;
     this.cboDepartment.Location = new System.Drawing.Point(8, 16);
     this.cboDepartment.ManagingFastMouseMoving = true;
     this.cboDepartment.ManagingFastMouseMovingInterval = 30;
     this.cboDepartment.Name = "cboDepartment";
     this.cboDepartment.Size = new System.Drawing.Size(200, 21);
     this.cboDepartment.TabIndex = 0;
     this.cboDepartment.SelectedIndexChanged += new System.EventHandler(this.cboDepartment_SelectedIndexChanged);
     //
     // btnUpdate
     //
     this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnUpdate.Location = new System.Drawing.Point(328, 464);
     this.btnUpdate.Name = "btnUpdate";
     this.btnUpdate.Size = new System.Drawing.Size(80, 23);
     this.btnUpdate.TabIndex = 5;
     this.btnUpdate.Text = "&Câp nhật";
     this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
     //
     // btnExportExcel
     //
     this.btnExportExcel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnExportExcel.Location = new System.Drawing.Point(496, 464);
     this.btnExportExcel.Name = "btnExportExcel";
     this.btnExportExcel.Size = new System.Drawing.Size(112, 23);
     this.btnExportExcel.TabIndex = 6;
     this.btnExportExcel.Text = "&Xuất Excel";
     this.btnExportExcel.Click += new System.EventHandler(this.btnExportExcel_Click);
     //
     // btnRefresh
     //
     this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnRefresh.Location = new System.Drawing.Point(616, 464);
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.Size = new System.Drawing.Size(80, 23);
     this.btnRefresh.TabIndex = 7;
     this.btnRefresh.Text = "&Nạp lại";
     this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
     //
     // btnDelete
     //
     this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnDelete.Location = new System.Drawing.Point(416, 464);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(75, 23);
     this.btnDelete.TabIndex = 28;
     this.btnDelete.Text = "Xóa";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // frmRestSheet
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(792, 494);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnRefresh);
     this.Controls.Add(this.btnExportExcel);
     this.Controls.Add(this.btnUpdate);
     this.Controls.Add(this.grbDepartment);
     this.Controls.Add(this.grbMonth);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnGenerate);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmRestSheet";
     this.Text = "Bảng thanh toán tiền phép chi tiết";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frmRestSheet_Load_1);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwRestSheet)).EndInit();
     this.grbMonth.ResumeLayout(false);
     this.grbDepartment.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmLunch));
     this.btnClose = new System.Windows.Forms.Button();
     this.departmentTreeView = new EVSoft.HRMS.Controls.DepartmentTreeView();
     this.columnModel1 = new XPTable.Models.ColumnModel();
     this.chSTT = new XPTable.Models.NumberColumn();
     this.chDepartmentName = new XPTable.Models.TextColumn();
     this.chCardID = new XPTable.Models.TextColumn();
     this.chEmployeeName = new XPTable.Models.TextColumn();
     this.chLunchMoney = new XPTable.Models.TextColumn();
     this.tableModel1 = new XPTable.Models.TableModel();
     this.btnSet = new System.Windows.Forms.Button();
     this.dtpWorkingDay = new System.Windows.Forms.DateTimePicker();
     this.cboLunchMoney = new System.Windows.Forms.LookupComboBox();
     this.btnSlectAll = new System.Windows.Forms.Button();
     this.btnClearAll = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.lblLunchMoney = new System.Windows.Forms.Label();
     this.lblHaveLunch = new System.Windows.Forms.Label();
     this.lblTotalEmployee = new System.Windows.Forms.Label();
     this.lvwLunch = new XPTable.Models.Table();
     this.contextMenu1 = new System.Windows.Forms.ContextMenu();
     this.mnuSet = new System.Windows.Forms.MenuItem();
     this.menuXoa = new System.Windows.Forms.MenuItem();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.btn_LoadPrevious = new System.Windows.Forms.Button();
     this.btnSearch = new System.Windows.Forms.Button();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.btImportEmployeeToLunch = new System.Windows.Forms.Button();
     this.button1 = new System.Windows.Forms.Button();
     this.bntXoa = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwLunch)).BeginInit();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     this.groupBox4.SuspendLayout();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClose.Location = new System.Drawing.Point(716, 480);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 5;
     this.btnClose.Text = "&Đóng";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // departmentTreeView
     //
     this.departmentTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.departmentTreeView.BackColor = System.Drawing.Color.GhostWhite;
     this.departmentTreeView.DepartmentDataSet = null;
     this.departmentTreeView.ImageIndex = 0;
     this.departmentTreeView.Location = new System.Drawing.Point(8, 16);
     this.departmentTreeView.Name = "departmentTreeView";
     this.departmentTreeView.SelectedImageIndex = 0;
     this.departmentTreeView.Size = new System.Drawing.Size(200, 384);
     this.departmentTreeView.TabIndex = 3;
     this.departmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.departmentTreeView_AfterSelect);
     //
     // columnModel1
     //
     this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
     this.chSTT,
     this.chDepartmentName,
     this.chCardID,
     this.chEmployeeName,
     this.chLunchMoney});
     //
     // chSTT
     //
     this.chSTT.Editable = false;
     this.chSTT.Text = "STT";
     this.chSTT.Width = 40;
     //
     // chDepartmentName
     //
     this.chDepartmentName.Editable = false;
     this.chDepartmentName.Text = "Bộ phận";
     this.chDepartmentName.Width = 100;
     //
     // chCardID
     //
     this.chCardID.Editable = false;
     this.chCardID.Text = "Mã thẻ";
     this.chCardID.Width = 60;
     //
     // chEmployeeName
     //
     this.chEmployeeName.Editable = false;
     this.chEmployeeName.Text = "Tên nhân viên";
     this.chEmployeeName.Width = 130;
     //
     // chLunchMoney
     //
     this.chLunchMoney.Editable = false;
     this.chLunchMoney.Text = "Mức ăn trưa";
     this.chLunchMoney.Width = 110;
     //
     // btnSet
     //
     this.btnSet.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSet.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSet.Location = new System.Drawing.Point(473, 480);
     this.btnSet.Name = "btnSet";
     this.btnSet.Size = new System.Drawing.Size(75, 23);
     this.btnSet.TabIndex = 2;
     this.btnSet.Text = "&Thiết lập";
     this.btnSet.Click += new System.EventHandler(this.btnSetLunch_Click);
     //
     // dtpWorkingDay
     //
     this.dtpWorkingDay.CustomFormat = "dd/MM/yyyy    ";
     this.dtpWorkingDay.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpWorkingDay.Location = new System.Drawing.Point(8, 16);
     this.dtpWorkingDay.Name = "dtpWorkingDay";
     this.dtpWorkingDay.Size = new System.Drawing.Size(200, 20);
     this.dtpWorkingDay.TabIndex = 74;
     this.dtpWorkingDay.ValueChanged += new System.EventHandler(this.dtpWorkingDay_ValueChanged);
     //
     // cboLunchMoney
     //
     this.cboLunchMoney.AllowTypeAllSymbols = true;
     this.cboLunchMoney.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.cboLunchMoney.Items.AddRange(new object[] {
     "Chưa thiết lập",
     "15000",
     "16000",
     "25000"});
     this.cboLunchMoney.Location = new System.Drawing.Point(8, 16);
     this.cboLunchMoney.Name = "cboLunchMoney";
     this.cboLunchMoney.Size = new System.Drawing.Size(548, 21);
     this.cboLunchMoney.TabIndex = 76;
     //
     // btnSlectAll
     //
     this.btnSlectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSlectAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSlectAll.Location = new System.Drawing.Point(8, 376);
     this.btnSlectAll.Name = "btnSlectAll";
     this.btnSlectAll.Size = new System.Drawing.Size(75, 23);
     this.btnSlectAll.TabIndex = 5;
     this.btnSlectAll.Text = "Chọn tất";
     this.btnSlectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
     //
     // btnClearAll
     //
     this.btnClearAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnClearAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClearAll.Location = new System.Drawing.Point(88, 377);
     this.btnClearAll.Name = "btnClearAll";
     this.btnClearAll.Size = new System.Drawing.Size(75, 23);
     this.btnClearAll.TabIndex = 6;
     this.btnClearAll.Text = "Bỏ chọn";
     this.btnClearAll.Click += new System.EventHandler(this.btnClearAll_Click);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.lblLunchMoney);
     this.groupBox1.Controls.Add(this.lblHaveLunch);
     this.groupBox1.Controls.Add(this.lblTotalEmployee);
     this.groupBox1.Controls.Add(this.btnSlectAll);
     this.groupBox1.Controls.Add(this.btnClearAll);
     this.groupBox1.Controls.Add(this.lvwLunch);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location = new System.Drawing.Point(232, 64);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(564, 408);
     this.groupBox1.TabIndex = 79;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Danh sách đăng ký ăn trưa";
     //
     // lblLunchMoney
     //
     this.lblLunchMoney.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblLunchMoney.Location = new System.Drawing.Point(448, 376);
     this.lblLunchMoney.Name = "lblLunchMoney";
     this.lblLunchMoney.Size = new System.Drawing.Size(104, 23);
     this.lblLunchMoney.TabIndex = 81;
     this.lblLunchMoney.Text = "Số tiền: 0";
     this.lblLunchMoney.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblHaveLunch
     //
     this.lblHaveLunch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblHaveLunch.Location = new System.Drawing.Point(344, 376);
     this.lblHaveLunch.Name = "lblHaveLunch";
     this.lblHaveLunch.Size = new System.Drawing.Size(104, 23);
     this.lblHaveLunch.TabIndex = 80;
     this.lblHaveLunch.Text = "Số ăn trưa: 0";
     this.lblHaveLunch.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lblTotalEmployee
     //
     this.lblTotalEmployee.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTotalEmployee.Location = new System.Drawing.Point(208, 376);
     this.lblTotalEmployee.Name = "lblTotalEmployee";
     this.lblTotalEmployee.Size = new System.Drawing.Size(128, 23);
     this.lblTotalEmployee.TabIndex = 79;
     this.lblTotalEmployee.Text = "Số nhân viên: 0";
     this.lblTotalEmployee.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lvwLunch
     //
     this.lvwLunch.AlternatingRowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(237)))), ((int)(((byte)(245)))));
     this.lvwLunch.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvwLunch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(242)))), ((int)(((byte)(249)))));
     this.lvwLunch.ColumnModel = this.columnModel1;
     this.lvwLunch.ContextMenu = this.contextMenu1;
     this.lvwLunch.EnableToolTips = true;
     this.lvwLunch.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwLunch.FullRowSelect = true;
     this.lvwLunch.GridColor = System.Drawing.SystemColors.ControlDark;
     this.lvwLunch.GridLines = XPTable.Models.GridLines.Both;
     this.lvwLunch.GridLineStyle = XPTable.Models.GridLineStyle.Dot;
     this.lvwLunch.HeaderFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lvwLunch.Location = new System.Drawing.Point(8, 16);
     this.lvwLunch.MultiSelect = true;
     this.lvwLunch.Name = "lvwLunch";
     this.lvwLunch.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(183)))), ((int)(((byte)(201)))));
     this.lvwLunch.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwLunch.SelectionStyle = XPTable.Models.SelectionStyle.Grid;
     this.lvwLunch.Size = new System.Drawing.Size(544, 352);
     this.lvwLunch.SortedColumnBackColor = System.Drawing.Color.Transparent;
     this.lvwLunch.TabIndex = 11;
     this.lvwLunch.TableModel = this.tableModel1;
     this.lvwLunch.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(221)))));
     this.lvwLunch.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.mnuSet,
     this.menuXoa});
     //
     // mnuSet
     //
     this.mnuSet.Index = 0;
     this.mnuSet.Text = "&Thiết lập...";
     this.mnuSet.Click += new System.EventHandler(this.btnSetLunch_Click);
     //
     // menuXoa
     //
     this.menuXoa.Index = 1;
     this.menuXoa.Text = "&Xóa thiết lập";
     this.menuXoa.Click += new System.EventHandler(this.bntXoa_Click);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox2.Controls.Add(this.departmentTreeView);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location = new System.Drawing.Point(8, 64);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(216, 408);
     this.groupBox2.TabIndex = 80;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Danh sách phòng ban";
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.cboLunchMoney);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location = new System.Drawing.Point(232, 8);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(564, 48);
     this.groupBox3.TabIndex = 81;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Mức ăn trưa";
     //
     // groupBox4
     //
     this.groupBox4.Controls.Add(this.dtpWorkingDay);
     this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox4.Location = new System.Drawing.Point(8, 8);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(216, 48);
     this.groupBox4.TabIndex = 82;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Ngày";
     //
     // btn_LoadPrevious
     //
     this.btn_LoadPrevious.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btn_LoadPrevious.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btn_LoadPrevious.Location = new System.Drawing.Point(635, 480);
     this.btn_LoadPrevious.Name = "btn_LoadPrevious";
     this.btn_LoadPrevious.Size = new System.Drawing.Size(75, 23);
     this.btn_LoadPrevious.TabIndex = 4;
     this.btn_LoadPrevious.Text = "&Sao chép ...";
     this.btn_LoadPrevious.Click += new System.EventHandler(this.CopyFromPreviousLunch_Click);
     //
     // btnSearch
     //
     this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSearch.Location = new System.Drawing.Point(142, 481);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(74, 23);
     this.btnSearch.TabIndex = 0;
     this.btnSearch.Text = "&Tìm kiếm";
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtSearch
     //
     this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtSearch.Location = new System.Drawing.Point(8, 481);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(128, 20);
     this.txtSearch.TabIndex = 0;
     this.txtSearch.Text = "Nhập chuỗi tìm kiếm";
     this.txtSearch.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtSearch_MouseDown);
     this.txtSearch.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSearch_KeyPress);
     //
     // btImportEmployeeToLunch
     //
     this.btImportEmployeeToLunch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btImportEmployeeToLunch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btImportEmployeeToLunch.Location = new System.Drawing.Point(554, 480);
     this.btImportEmployeeToLunch.Name = "btImportEmployeeToLunch";
     this.btImportEmployeeToLunch.Size = new System.Drawing.Size(75, 23);
     this.btImportEmployeeToLunch.TabIndex = 3;
     this.btImportEmployeeToLunch.Text = "&Import...";
     this.btImportEmployeeToLunch.Click += new System.EventHandler(this.btImportEmployeeToLunch_Click);
     //
     // button1
     //
     this.button1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.button1.Location = new System.Drawing.Point(280, 480);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(106, 23);
     this.button1.TabIndex = 0;
     this.button1.Text = "&Tự Động Thiết Lập...";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // bntXoa
     //
     this.bntXoa.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bntXoa.Enabled = false;
     this.bntXoa.Location = new System.Drawing.Point(392, 480);
     this.bntXoa.Name = "bntXoa";
     this.bntXoa.Size = new System.Drawing.Size(75, 23);
     this.bntXoa.TabIndex = 1;
     this.bntXoa.Text = "Xóa thiết lập";
     this.bntXoa.UseVisualStyleBackColor = true;
     this.bntXoa.Click += new System.EventHandler(this.bntXoa_Click);
     //
     // frmLunch
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(804, 510);
     this.Controls.Add(this.bntXoa);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.btnSearch);
     this.Controls.Add(this.txtSearch);
     this.Controls.Add(this.btn_LoadPrevious);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.btnSet);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btImportEmployeeToLunch);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmLunch";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Thiết lập ăn trưa";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frmLunch_Load);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lvwLunch)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmListLunch));
     this.btnExportExcel = new System.Windows.Forms.Button();
     this.btnSetLunch = new System.Windows.Forms.Button();
     this.btnRefresh = new System.Windows.Forms.Button();
     this.grbDepartment = new System.Windows.Forms.GroupBox();
     this.cboDepartment = new MTGCComboBox();
     this.grbMonth = new System.Windows.Forms.GroupBox();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.cboYear = new System.Windows.Forms.LookupComboBox();
     this.cboMonth = new System.Windows.Forms.LookupComboBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label3 = new System.Windows.Forms.Label();
     this.btnSearch = new System.Windows.Forms.Button();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.lblTotalEmployee = new System.Windows.Forms.Label();
     this.lvwLunchList = new XPTable.Models.Table();
     this.columnModel1 = new XPTable.Models.ColumnModel();
     this.cSTT = new XPTable.Models.NumberColumn();
     this.cDepartment = new XPTable.Models.TextColumn();
     this.cCardID = new XPTable.Models.TextColumn();
     this.cEmployeeName = new XPTable.Models.TextColumn();
     this.c1 = new XPTable.Models.TextColumn();
     this.c2 = new XPTable.Models.TextColumn();
     this.c3 = new XPTable.Models.TextColumn();
     this.c4 = new XPTable.Models.TextColumn();
     this.c5 = new XPTable.Models.TextColumn();
     this.c6 = new XPTable.Models.TextColumn();
     this.c7 = new XPTable.Models.TextColumn();
     this.c8 = new XPTable.Models.TextColumn();
     this.c9 = new XPTable.Models.TextColumn();
     this.c10 = new XPTable.Models.TextColumn();
     this.c11 = new XPTable.Models.TextColumn();
     this.c12 = new XPTable.Models.TextColumn();
     this.c13 = new XPTable.Models.TextColumn();
     this.c14 = new XPTable.Models.TextColumn();
     this.c15 = new XPTable.Models.TextColumn();
     this.c16 = new XPTable.Models.TextColumn();
     this.c17 = new XPTable.Models.TextColumn();
     this.c18 = new XPTable.Models.TextColumn();
     this.c19 = new XPTable.Models.TextColumn();
     this.c20 = new XPTable.Models.TextColumn();
     this.c21 = new XPTable.Models.TextColumn();
     this.c22 = new XPTable.Models.TextColumn();
     this.c23 = new XPTable.Models.TextColumn();
     this.c24 = new XPTable.Models.TextColumn();
     this.c25 = new XPTable.Models.TextColumn();
     this.c26 = new XPTable.Models.TextColumn();
     this.c27 = new XPTable.Models.TextColumn();
     this.c28 = new XPTable.Models.TextColumn();
     this.c29 = new XPTable.Models.TextColumn();
     this.c30 = new XPTable.Models.TextColumn();
     this.c31 = new XPTable.Models.TextColumn();
     this.cNVPT = new XPTable.Models.TextColumn();
     this.cTCNT = new XPTable.Models.TextColumn();
     this.cTCNN = new XPTable.Models.TextColumn();
     this.cTTC = new XPTable.Models.TextColumn();
     this.tableModel1 = new XPTable.Models.TableModel();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnGenerateLunchList = new System.Windows.Forms.Button();
     this.btnUpdate = new System.Windows.Forms.Button();
     this.btnDelete = new System.Windows.Forms.Button();
     this.grbDepartment.SuspendLayout();
     this.grbMonth.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwLunchList)).BeginInit();
     this.SuspendLayout();
     //
     // btnExportExcel
     //
     this.btnExportExcel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnExportExcel.Location = new System.Drawing.Point(536, 548);
     this.btnExportExcel.Name = "btnExportExcel";
     this.btnExportExcel.Size = new System.Drawing.Size(104, 23);
     this.btnExportExcel.TabIndex = 39;
     this.btnExportExcel.Text = "&Xuất Excel";
     this.btnExportExcel.Click += new System.EventHandler(this.btnExportExcel_Click);
     //
     // btnSetLunch
     //
     this.btnSetLunch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSetLunch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSetLunch.Location = new System.Drawing.Point(272, 548);
     this.btnSetLunch.Name = "btnSetLunch";
     this.btnSetLunch.Size = new System.Drawing.Size(96, 23);
     this.btnSetLunch.TabIndex = 38;
     this.btnSetLunch.Text = "Thiết lập ăn trưa";
     this.btnSetLunch.Click += new System.EventHandler(this.btnSetLunch_Click);
     //
     // btnRefresh
     //
     this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnRefresh.Location = new System.Drawing.Point(644, 548);
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.Size = new System.Drawing.Size(75, 23);
     this.btnRefresh.TabIndex = 37;
     this.btnRefresh.Text = "&Nạp lại";
     this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
     //
     // grbDepartment
     //
     this.grbDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.grbDepartment.Controls.Add(this.cboDepartment);
     this.grbDepartment.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.grbDepartment.Location = new System.Drawing.Point(532, 0);
     this.grbDepartment.Name = "grbDepartment";
     this.grbDepartment.Size = new System.Drawing.Size(264, 48);
     this.grbDepartment.TabIndex = 36;
     this.grbDepartment.TabStop = false;
     this.grbDepartment.Text = "Bộ phận";
     //
     // cboDepartment
     //
     this.cboDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)));
     this.cboDepartment.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D;
     this.cboDepartment.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
     this.cboDepartment.ColumnNum = 2;
     this.cboDepartment.ColumnWidth = "50;200";
     this.cboDepartment.DisplayMember = "Text";
     this.cboDepartment.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboDepartment.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238)))));
     this.cboDepartment.DropDownForeColor = System.Drawing.Color.Black;
     this.cboDepartment.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList;
     this.cboDepartment.DropDownWidth = 270;
     this.cboDepartment.GridLineColor = System.Drawing.Color.LightGray;
     this.cboDepartment.GridLineHorizontal = true;
     this.cboDepartment.GridLineVertical = true;
     this.cboDepartment.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem;
     this.cboDepartment.Location = new System.Drawing.Point(8, 16);
     this.cboDepartment.ManagingFastMouseMoving = true;
     this.cboDepartment.ManagingFastMouseMovingInterval = 30;
     this.cboDepartment.Name = "cboDepartment";
     this.cboDepartment.Size = new System.Drawing.Size(248, 21);
     this.cboDepartment.TabIndex = 0;
     this.cboDepartment.SelectedIndexChanged += new System.EventHandler(this.cboDepartment_SelectedIndexChanged);
     //
     // grbMonth
     //
     this.grbMonth.Controls.Add(this.label2);
     this.grbMonth.Controls.Add(this.label1);
     this.grbMonth.Controls.Add(this.cboYear);
     this.grbMonth.Controls.Add(this.cboMonth);
     this.grbMonth.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.grbMonth.Location = new System.Drawing.Point(8, 0);
     this.grbMonth.Name = "grbMonth";
     this.grbMonth.Size = new System.Drawing.Size(200, 48);
     this.grbMonth.TabIndex = 35;
     this.grbMonth.TabStop = false;
     this.grbMonth.Text = "Thời gian";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(104, 16);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(32, 23);
     this.label2.TabIndex = 3;
     this.label2.Text = "Năm";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(8, 16);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(40, 23);
     this.label1.TabIndex = 2;
     this.label1.Text = "Tháng";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cboYear
     //
     this.cboYear.AllowTypeAllSymbols = false;
     this.cboYear.Items.AddRange(new object[] {
     "2006",
     "2007",
     "2008",
     "2009",
     "2010",
     "2011",
     "2012"});
     this.cboYear.Location = new System.Drawing.Point(136, 16);
     this.cboYear.Name = "cboYear";
     this.cboYear.Size = new System.Drawing.Size(56, 21);
     this.cboYear.TabIndex = 1;
     this.cboYear.SelectedIndexChanged += new System.EventHandler(this.cboYear_SelectedIndexChanged);
     //
     // cboMonth
     //
     this.cboMonth.AllowTypeAllSymbols = false;
     this.cboMonth.Items.AddRange(new object[] {
     "1",
     "2",
     "3",
     "4",
     "5",
     "6",
     "7",
     "8",
     "9",
     "10",
     "11",
     "12"});
     this.cboMonth.Location = new System.Drawing.Point(48, 16);
     this.cboMonth.Name = "cboMonth";
     this.cboMonth.Size = new System.Drawing.Size(48, 21);
     this.cboMonth.TabIndex = 0;
     this.cboMonth.SelectedIndexChanged += new System.EventHandler(this.cboMonth_SelectedIndexChanged);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.btnSearch);
     this.groupBox1.Controls.Add(this.txtSearch);
     this.groupBox1.Controls.Add(this.lblTotalEmployee);
     this.groupBox1.Controls.Add(this.lvwLunchList);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location = new System.Drawing.Point(8, 56);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(788, 492);
     this.groupBox1.TabIndex = 32;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Danh sách ăn trưa tháng";
     //
     // label3
     //
     this.label3.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.label3.Location = new System.Drawing.Point(208, 456);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(448, 32);
     this.label3.TabIndex = 18;
     this.label3.Text = "TổngAT: Tổng ăn trưa - Trợ cấpAT: Trợ cấp ăn trưa  - Trợ cấpLT: Trợ cấp làm thêm " +
         "- TổngTC:  Tổng trợ cấp  ";
     //
     // btnSearch
     //
     this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSearch.Location = new System.Drawing.Point(136, 456);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(64, 23);
     this.btnSearch.TabIndex = 17;
     this.btnSearch.Text = "&Tìm kiếm";
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtSearch
     //
     this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtSearch.Location = new System.Drawing.Point(8, 456);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(128, 20);
     this.txtSearch.TabIndex = 16;
     this.txtSearch.Text = "Nhập chuỗi tìm kiếm";
     this.txtSearch.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtSearch_MouseDown);
     this.txtSearch.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSearch_KeyPress);
     //
     // lblTotalEmployee
     //
     this.lblTotalEmployee.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTotalEmployee.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTotalEmployee.Location = new System.Drawing.Point(636, 456);
     this.lblTotalEmployee.Name = "lblTotalEmployee";
     this.lblTotalEmployee.Size = new System.Drawing.Size(144, 23);
     this.lblTotalEmployee.TabIndex = 15;
     this.lblTotalEmployee.Text = "Tổng số nhân viên: 999";
     this.lblTotalEmployee.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lvwLunchList
     //
     this.lvwLunchList.AlternatingRowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(237)))), ((int)(((byte)(245)))));
     this.lvwLunchList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvwLunchList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(242)))), ((int)(((byte)(249)))));
     this.lvwLunchList.ColumnModel = this.columnModel1;
     this.lvwLunchList.EditStartAction = XPTable.Editors.EditStartAction.SingleClick;
     this.lvwLunchList.EnableToolTips = true;
     this.lvwLunchList.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwLunchList.FullRowSelect = true;
     this.lvwLunchList.GridColor = System.Drawing.SystemColors.ControlDark;
     this.lvwLunchList.GridLines = XPTable.Models.GridLines.Both;
     this.lvwLunchList.GridLineStyle = XPTable.Models.GridLineStyle.Dot;
     this.lvwLunchList.HeaderFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lvwLunchList.Location = new System.Drawing.Point(8, 16);
     this.lvwLunchList.Name = "lvwLunchList";
     this.lvwLunchList.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(183)))), ((int)(((byte)(201)))));
     this.lvwLunchList.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwLunchList.SelectionStyle = XPTable.Models.SelectionStyle.Grid;
     this.lvwLunchList.Size = new System.Drawing.Size(772, 432);
     this.lvwLunchList.SortedColumnBackColor = System.Drawing.Color.Transparent;
     this.lvwLunchList.TabIndex = 11;
     this.lvwLunchList.TableModel = this.tableModel1;
     this.lvwLunchList.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(221)))));
     this.lvwLunchList.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwLunchList.EditingStopped += new XPTable.Events.CellEditEventHandler(this.lvwLunchList_EditingStopped);
     this.lvwLunchList.SelectionChanged += new XPTable.Events.SelectionEventHandler(this.lvwLunchList_SelectionChanged);
     //
     // columnModel1
     //
     this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
     this.cSTT,
     this.cDepartment,
     this.cCardID,
     this.cEmployeeName,
     this.c1,
     this.c2,
     this.c3,
     this.c4,
     this.c5,
     this.c6,
     this.c7,
     this.c8,
     this.c9,
     this.c10,
     this.c11,
     this.c12,
     this.c13,
     this.c14,
     this.c15,
     this.c16,
     this.c17,
     this.c18,
     this.c19,
     this.c20,
     this.c21,
     this.c22,
     this.c23,
     this.c24,
     this.c25,
     this.c26,
     this.c27,
     this.c28,
     this.c29,
     this.c30,
     this.c31,
     this.cNVPT,
     this.cTCNT,
     this.cTCNN,
     this.cTTC});
     //
     // cSTT
     //
     this.cSTT.Editable = false;
     this.cSTT.Maximum = new decimal(new int[] {
     10000,
     0,
     0,
     0});
     this.cSTT.Text = "STT";
     this.cSTT.Width = 40;
     //
     // cDepartment
     //
     this.cDepartment.Editable = false;
     this.cDepartment.Text = "Phòng";
     this.cDepartment.Width = 100;
     //
     // cCardID
     //
     this.cCardID.Editable = false;
     this.cCardID.Text = "Mã thẻ";
     this.cCardID.Width = 55;
     //
     // cEmployeeName
     //
     this.cEmployeeName.Editable = false;
     this.cEmployeeName.Text = "Tên nhân viên";
     this.cEmployeeName.Width = 120;
     //
     // c1
     //
     this.c1.Text = "1";
     this.c1.Width = 24;
     //
     // c2
     //
     this.c2.Text = "2";
     this.c2.Width = 24;
     //
     // c3
     //
     this.c3.Text = "3";
     this.c3.Width = 24;
     //
     // c4
     //
     this.c4.Text = "4";
     this.c4.Width = 24;
     //
     // c5
     //
     this.c5.Text = "5";
     this.c5.Width = 24;
     //
     // c6
     //
     this.c6.Text = "6";
     this.c6.Width = 24;
     //
     // c7
     //
     this.c7.Text = "7";
     this.c7.Width = 24;
     //
     // c8
     //
     this.c8.Text = "8";
     this.c8.Width = 24;
     //
     // c9
     //
     this.c9.Text = "9";
     this.c9.Width = 24;
     //
     // c10
     //
     this.c10.Text = "10";
     this.c10.Width = 24;
     //
     // c11
     //
     this.c11.Text = "11";
     this.c11.Width = 24;
     //
     // c12
     //
     this.c12.Text = "12";
     this.c12.Width = 24;
     //
     // c13
     //
     this.c13.Text = "13";
     this.c13.Width = 24;
     //
     // c14
     //
     this.c14.Text = "14";
     this.c14.Width = 24;
     //
     // c15
     //
     this.c15.Text = "15";
     this.c15.Width = 24;
     //
     // c16
     //
     this.c16.Text = "16";
     this.c16.Width = 24;
     //
     // c17
     //
     this.c17.Text = "17";
     this.c17.Width = 24;
     //
     // c18
     //
     this.c18.Text = "18";
     this.c18.Width = 24;
     //
     // c19
     //
     this.c19.Text = "19";
     this.c19.Width = 24;
     //
     // c20
     //
     this.c20.Text = "20";
     this.c20.Width = 24;
     //
     // c21
     //
     this.c21.Text = "21";
     this.c21.Width = 24;
     //
     // c22
     //
     this.c22.Text = "22";
     this.c22.Width = 24;
     //
     // c23
     //
     this.c23.Text = "23";
     this.c23.Width = 24;
     //
     // c24
     //
     this.c24.Text = "24";
     this.c24.Width = 24;
     //
     // c25
     //
     this.c25.Text = "25";
     this.c25.Width = 24;
     //
     // c26
     //
     this.c26.Text = "26";
     this.c26.Width = 24;
     //
     // c27
     //
     this.c27.Text = "27";
     this.c27.Width = 24;
     //
     // c28
     //
     this.c28.Text = "28";
     this.c28.Width = 24;
     //
     // c29
     //
     this.c29.Text = "29";
     this.c29.Width = 24;
     //
     // c30
     //
     this.c30.Text = "30";
     this.c30.Width = 24;
     //
     // c31
     //
     this.c31.Text = "31";
     this.c31.Width = 24;
     //
     // cNVPT
     //
     this.cNVPT.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.cNVPT.Editable = false;
     this.cNVPT.Text = "TổngAT";
     this.cNVPT.Width = 70;
     //
     // cTCNT
     //
     this.cTCNT.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.cTCNT.Editable = false;
     this.cTCNT.Text = "Trợ cấpAT";
     this.cTCNT.Width = 70;
     //
     // cTCNN
     //
     this.cTCNN.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.cTCNN.Editable = false;
     this.cTCNN.Text = "Trợ cấpLT";
     this.cTCNN.Width = 70;
     //
     // cTTC
     //
     this.cTTC.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.cTTC.Editable = false;
     this.cTTC.Text = "TổngTC";
     this.cTTC.Width = 70;
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClose.Location = new System.Drawing.Point(724, 548);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 33;
     this.btnClose.Text = "&Đóng";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnGenerateLunchList
     //
     this.btnGenerateLunchList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnGenerateLunchList.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnGenerateLunchList.Location = new System.Drawing.Point(8, 548);
     this.btnGenerateLunchList.Name = "btnGenerateLunchList";
     this.btnGenerateLunchList.Size = new System.Drawing.Size(120, 23);
     this.btnGenerateLunchList.TabIndex = 34;
     this.btnGenerateLunchList.Text = "&Sinh bảng ăn trưa";
     this.btnGenerateLunchList.Click += new System.EventHandler(this.btnGenerateLunchList_Click);
     //
     // btnUpdate
     //
     this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnUpdate.Location = new System.Drawing.Point(376, 548);
     this.btnUpdate.Name = "btnUpdate";
     this.btnUpdate.Size = new System.Drawing.Size(75, 23);
     this.btnUpdate.TabIndex = 40;
     this.btnUpdate.Text = "&Cập nhật";
     this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
     //
     // btnDelete
     //
     this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnDelete.Location = new System.Drawing.Point(456, 548);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(75, 23);
     this.btnDelete.TabIndex = 41;
     this.btnDelete.Text = "Xóa";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
     //
     // frmListLunch
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(804, 574);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnUpdate);
     this.Controls.Add(this.btnExportExcel);
     this.Controls.Add(this.btnSetLunch);
     this.Controls.Add(this.btnRefresh);
     this.Controls.Add(this.grbDepartment);
     this.Controls.Add(this.grbMonth);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnGenerateLunchList);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmListLunch";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Tổng kết ăn trưa";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frmListLunch_Load);
     this.grbDepartment.ResumeLayout(false);
     this.grbMonth.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwLunchList)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 4
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnUpdate = new System.Windows.Forms.Button();
     this.btnHelp = new System.Windows.Forms.Button();
     this.monthCalendar1 = new Pabo.Calendar.MonthCalendar();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.groupBox5 = new System.Windows.Forms.GroupBox();
     this.departmentTreeView = new EVSoft.HRMS.Controls.DepartmentTreeView();
     this.btnCancel = new System.Windows.Forms.Button();
     this.cboShift = new System.Windows.Forms.LookupComboBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.rbtOverTime = new System.Windows.Forms.RadioButton();
     this.rbtHoliday = new System.Windows.Forms.RadioButton();
     this.lblShift = new System.Windows.Forms.Label();
     this.rbtWorkingDay = new System.Windows.Forms.RadioButton();
     this.rbtNonWorkingDay = new System.Windows.Forms.RadioButton();
     this.lblWorkingDay = new System.Windows.Forms.Label();
     this.lblNonWorkingDay = new System.Windows.Forms.Label();
     this.lblNonWorkingDayLegend = new System.Windows.Forms.Label();
     this.lblWorkingDayLegend = new System.Windows.Forms.Label();
     this.groupBox3 = new System.Windows.Forms.GroupBox();
     this.lblOverTime = new System.Windows.Forms.Label();
     this.lblOverTimeLegend = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.lblHolidayLegend = new System.Windows.Forms.Label();
     this.lvwListEmployee = new XPTable.Models.Table();
     this.columnModel1 = new XPTable.Models.ColumnModel();
     this.cSTT = new XPTable.Models.NumberColumn();
     this.cCardID = new XPTable.Models.TextColumn();
     this.cEmployeeName = new XPTable.Models.TextColumn();
     this.tableModel1 = new XPTable.Models.TableModel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.btnSelectAll = new System.Windows.Forms.Button();
     this.btnSelectNone = new System.Windows.Forms.Button();
     this.groupBox4.SuspendLayout();
     this.groupBox5.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwListEmployee)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClose.Location = new System.Drawing.Point(792, 568);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 7;
     this.btnClose.Text = "Đóng";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnUpdate
     //
     this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnUpdate.Location = new System.Drawing.Point(632, 568);
     this.btnUpdate.Name = "btnUpdate";
     this.btnUpdate.Size = new System.Drawing.Size(75, 23);
     this.btnUpdate.TabIndex = 6;
     this.btnUpdate.Text = "Cập nhật";
     this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click);
     //
     // btnHelp
     //
     this.btnHelp.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnHelp.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnHelp.Location = new System.Drawing.Point(8, 568);
     this.btnHelp.Name = "btnHelp";
     this.btnHelp.Size = new System.Drawing.Size(75, 23);
     this.btnHelp.TabIndex = 8;
     this.btnHelp.Text = "Trợ giúp";
     this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
     //
     // monthCalendar1
     //
     this.monthCalendar1.ActiveMonth.Month = 6;
     this.monthCalendar1.ActiveMonth.RaiseEvent = true;
     this.monthCalendar1.ActiveMonth.Year = 2006;
     this.monthCalendar1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.monthCalendar1.BorderColor = System.Drawing.SystemColors.ActiveBorder;
     this.monthCalendar1.Culture = new System.Globalization.CultureInfo("");
     this.monthCalendar1.Footer.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.monthCalendar1.Header.BackColor = System.Drawing.SystemColors.ActiveCaption;
     this.monthCalendar1.Header.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold);
     this.monthCalendar1.Header.TextColor = System.Drawing.Color.White;
     this.monthCalendar1.ImageList = null;
     this.monthCalendar1.Location = new System.Drawing.Point(8, 16);
     this.monthCalendar1.MaxDate = new System.DateTime(2020, 11, 9, 0, 0, 0, 0);
     this.monthCalendar1.MinDate = new System.DateTime(1995, 11, 9, 19, 19, 39, 781);
     this.monthCalendar1.Month.Colors.Background = System.Drawing.Color.GhostWhite;
     this.monthCalendar1.Month.Colors.FocusBackground = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(122)))), ((int)(((byte)(255)))));
     this.monthCalendar1.Month.Colors.FocusBorder = System.Drawing.SystemColors.ActiveCaption;
     this.monthCalendar1.Month.Colors.FocusDate = System.Drawing.Color.Black;
     this.monthCalendar1.Month.Colors.FocusText = System.Drawing.Color.Black;
     this.monthCalendar1.Month.Colors.SelectedBackground = System.Drawing.SystemColors.ActiveCaption;
     this.monthCalendar1.Month.Colors.SelectedBorder = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(69)))), ((int)(((byte)(185)))));
     this.monthCalendar1.Month.Colors.SelectedDate = System.Drawing.Color.Black;
     this.monthCalendar1.Month.Colors.SelectedText = System.Drawing.Color.Black;
     this.monthCalendar1.Month.Colors.WeekendBackground = System.Drawing.Color.MistyRose;
     this.monthCalendar1.Month.Colors.WeekendDate = System.Drawing.Color.DarkRed;
     this.monthCalendar1.Month.DateFont = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.monthCalendar1.Month.TextFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.monthCalendar1.Name = "monthCalendar1";
     this.monthCalendar1.SelectionMode = Pabo.Calendar.mcSelectionMode.MultiExtended;
     this.monthCalendar1.SelectTrailingDates = false;
     this.monthCalendar1.ShowTrailingDates = false;
     this.monthCalendar1.Size = new System.Drawing.Size(552, 456);
     this.monthCalendar1.TabIndex = 67;
     this.monthCalendar1.WeekDays.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.monthCalendar1.WeekDays.TextColor = System.Drawing.SystemColors.ActiveCaption;
     this.monthCalendar1.WeekNumbers.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.monthCalendar1.WeekNumbers.TextColor = System.Drawing.SystemColors.ActiveCaption;
     this.monthCalendar1.DaySelected += new Pabo.Calendar.DaySelectedEventHandler(this.monthCalendar1_DaySelected);
     this.monthCalendar1.MonthChanged += new Pabo.Calendar.MonthChangedEventHandler(this.monthCalendar1_MonthChanged);
     //
     // groupBox4
     //
     this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox4.Controls.Add(this.monthCalendar1);
     this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox4.Location = new System.Drawing.Point(296, 80);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(568, 480);
     this.groupBox4.TabIndex = 75;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Lịch làm việc";
     //
     // groupBox5
     //
     this.groupBox5.Controls.Add(this.departmentTreeView);
     this.groupBox5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox5.Location = new System.Drawing.Point(8, 8);
     this.groupBox5.Name = "groupBox5";
     this.groupBox5.Size = new System.Drawing.Size(280, 240);
     this.groupBox5.TabIndex = 76;
     this.groupBox5.TabStop = false;
     this.groupBox5.Text = "Danh sách phòng ban";
     //
     // departmentTreeView
     //
     this.departmentTreeView.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.departmentTreeView.BackColor = System.Drawing.Color.GhostWhite;
     this.departmentTreeView.DepartmentDataSet = null;
     this.departmentTreeView.ImageIndex = 0;
     this.departmentTreeView.Location = new System.Drawing.Point(8, 16);
     this.departmentTreeView.Name = "departmentTreeView";
     this.departmentTreeView.SelectedImageIndex = 0;
     this.departmentTreeView.Size = new System.Drawing.Size(264, 216);
     this.departmentTreeView.TabIndex = 4;
     this.departmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.departmentTreeView_AfterSelect);
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Location = new System.Drawing.Point(712, 568);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(75, 23);
     this.btnCancel.TabIndex = 77;
     this.btnCancel.Text = "Bỏ qua";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // cboShift
     //
     this.cboShift.AllowTypeAllSymbols = false;
     this.cboShift.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.cboShift.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboShift.DropDownWidth = 200;
     this.cboShift.ItemHeight = 13;
     this.cboShift.Location = new System.Drawing.Point(184, 16);
     this.cboShift.Name = "cboShift";
     this.cboShift.Size = new System.Drawing.Size(152, 21);
     this.cboShift.TabIndex = 0;
     this.cboShift.SelectedIndexChanged += new System.EventHandler(this.cboShift_SelectedIndexChanged);
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.rbtOverTime);
     this.groupBox2.Controls.Add(this.rbtHoliday);
     this.groupBox2.Controls.Add(this.lblShift);
     this.groupBox2.Controls.Add(this.rbtWorkingDay);
     this.groupBox2.Controls.Add(this.rbtNonWorkingDay);
     this.groupBox2.Controls.Add(this.cboShift);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location = new System.Drawing.Point(296, 8);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(344, 72);
     this.groupBox2.TabIndex = 79;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Thiết lập ngày";
     //
     // rbtOverTime
     //
     this.rbtOverTime.Location = new System.Drawing.Point(16, 40);
     this.rbtOverTime.Name = "rbtOverTime";
     this.rbtOverTime.Size = new System.Drawing.Size(112, 24);
     this.rbtOverTime.TabIndex = 76;
     this.rbtOverTime.Text = "Làm thêm (HS1)";
     this.rbtOverTime.CheckedChanged += new System.EventHandler(this.rbtOverTime_CheckedChanged);
     //
     // rbtHoliday
     //
     this.rbtHoliday.Location = new System.Drawing.Point(240, 40);
     this.rbtHoliday.Name = "rbtHoliday";
     this.rbtHoliday.Size = new System.Drawing.Size(96, 24);
     this.rbtHoliday.TabIndex = 75;
     this.rbtHoliday.Text = "Ngày lễ (HS3)";
     this.rbtHoliday.CheckedChanged += new System.EventHandler(this.rbtHoliday_CheckedChanged);
     //
     // lblShift
     //
     this.lblShift.Location = new System.Drawing.Point(128, 16);
     this.lblShift.Name = "lblShift";
     this.lblShift.Size = new System.Drawing.Size(56, 23);
     this.lblShift.TabIndex = 72;
     this.lblShift.Text = "Chọn ca:";
     this.lblShift.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // rbtWorkingDay
     //
     this.rbtWorkingDay.Location = new System.Drawing.Point(16, 16);
     this.rbtWorkingDay.Name = "rbtWorkingDay";
     this.rbtWorkingDay.Size = new System.Drawing.Size(112, 24);
     this.rbtWorkingDay.TabIndex = 70;
     this.rbtWorkingDay.Text = "Ngày làm việc";
     this.rbtWorkingDay.CheckedChanged += new System.EventHandler(this.rbtWorkingDay_CheckedChanged);
     //
     // rbtNonWorkingDay
     //
     this.rbtNonWorkingDay.Location = new System.Drawing.Point(128, 40);
     this.rbtNonWorkingDay.Name = "rbtNonWorkingDay";
     this.rbtNonWorkingDay.Size = new System.Drawing.Size(112, 24);
     this.rbtNonWorkingDay.TabIndex = 71;
     this.rbtNonWorkingDay.Text = "Ngày nghỉ (HS2)";
     this.rbtNonWorkingDay.CheckedChanged += new System.EventHandler(this.rbtNonWorkingDay_CheckedChanged);
     //
     // lblWorkingDay
     //
     this.lblWorkingDay.Location = new System.Drawing.Point(40, 16);
     this.lblWorkingDay.Name = "lblWorkingDay";
     this.lblWorkingDay.Size = new System.Drawing.Size(80, 23);
     this.lblWorkingDay.TabIndex = 0;
     this.lblWorkingDay.Text = "Ngày làm việc";
     this.lblWorkingDay.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblNonWorkingDay
     //
     this.lblNonWorkingDay.Location = new System.Drawing.Point(40, 40);
     this.lblNonWorkingDay.Name = "lblNonWorkingDay";
     this.lblNonWorkingDay.Size = new System.Drawing.Size(80, 23);
     this.lblNonWorkingDay.TabIndex = 1;
     this.lblNonWorkingDay.Text = "Ngày nghỉ";
     this.lblNonWorkingDay.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblNonWorkingDayLegend
     //
     this.lblNonWorkingDayLegend.BackColor = System.Drawing.Color.MistyRose;
     this.lblNonWorkingDayLegend.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblNonWorkingDayLegend.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblNonWorkingDayLegend.ForeColor = System.Drawing.Color.DarkRed;
     this.lblNonWorkingDayLegend.Location = new System.Drawing.Point(8, 40);
     this.lblNonWorkingDayLegend.Name = "lblNonWorkingDayLegend";
     this.lblNonWorkingDayLegend.Size = new System.Drawing.Size(32, 23);
     this.lblNonWorkingDayLegend.TabIndex = 4;
     this.lblNonWorkingDayLegend.Text = "15";
     this.lblNonWorkingDayLegend.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblWorkingDayLegend
     //
     this.lblWorkingDayLegend.BackColor = System.Drawing.Color.PaleTurquoise;
     this.lblWorkingDayLegend.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblWorkingDayLegend.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblWorkingDayLegend.ForeColor = System.Drawing.Color.Navy;
     this.lblWorkingDayLegend.Location = new System.Drawing.Point(8, 16);
     this.lblWorkingDayLegend.Name = "lblWorkingDayLegend";
     this.lblWorkingDayLegend.Size = new System.Drawing.Size(32, 23);
     this.lblWorkingDayLegend.TabIndex = 3;
     this.lblWorkingDayLegend.Text = "1";
     this.lblWorkingDayLegend.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // groupBox3
     //
     this.groupBox3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox3.Controls.Add(this.lblOverTime);
     this.groupBox3.Controls.Add(this.lblOverTimeLegend);
     this.groupBox3.Controls.Add(this.label2);
     this.groupBox3.Controls.Add(this.lblHolidayLegend);
     this.groupBox3.Controls.Add(this.lblNonWorkingDay);
     this.groupBox3.Controls.Add(this.lblNonWorkingDayLegend);
     this.groupBox3.Controls.Add(this.lblWorkingDay);
     this.groupBox3.Controls.Add(this.lblWorkingDayLegend);
     this.groupBox3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox3.Location = new System.Drawing.Point(648, 8);
     this.groupBox3.Name = "groupBox3";
     this.groupBox3.Size = new System.Drawing.Size(216, 72);
     this.groupBox3.TabIndex = 79;
     this.groupBox3.TabStop = false;
     this.groupBox3.Text = "Quy ước mầu";
     //
     // lblOverTime
     //
     this.lblOverTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lblOverTime.Location = new System.Drawing.Point(152, 16);
     this.lblOverTime.Name = "lblOverTime";
     this.lblOverTime.Size = new System.Drawing.Size(56, 23);
     this.lblOverTime.TabIndex = 7;
     this.lblOverTime.Text = "Làm thêm";
     this.lblOverTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblOverTimeLegend
     //
     this.lblOverTimeLegend.BackColor = System.Drawing.Color.CornflowerBlue;
     this.lblOverTimeLegend.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblOverTimeLegend.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblOverTimeLegend.ForeColor = System.Drawing.Color.DarkBlue;
     this.lblOverTimeLegend.Location = new System.Drawing.Point(120, 16);
     this.lblOverTimeLegend.Name = "lblOverTimeLegend";
     this.lblOverTimeLegend.Size = new System.Drawing.Size(32, 23);
     this.lblOverTimeLegend.TabIndex = 8;
     this.lblOverTimeLegend.Text = "7";
     this.lblOverTimeLegend.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(152, 40);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(56, 23);
     this.label2.TabIndex = 5;
     this.label2.Text = "Ngày lễ";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblHolidayLegend
     //
     this.lblHolidayLegend.BackColor = System.Drawing.Color.Salmon;
     this.lblHolidayLegend.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblHolidayLegend.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblHolidayLegend.ForeColor = System.Drawing.Color.Maroon;
     this.lblHolidayLegend.Location = new System.Drawing.Point(120, 40);
     this.lblHolidayLegend.Name = "lblHolidayLegend";
     this.lblHolidayLegend.Size = new System.Drawing.Size(32, 23);
     this.lblHolidayLegend.TabIndex = 6;
     this.lblHolidayLegend.Text = "31";
     this.lblHolidayLegend.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lvwListEmployee
     //
     this.lvwListEmployee.AlternatingRowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(237)))), ((int)(((byte)(245)))));
     this.lvwListEmployee.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvwListEmployee.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(242)))), ((int)(((byte)(249)))));
     this.lvwListEmployee.ColumnModel = this.columnModel1;
     this.lvwListEmployee.EnableToolTips = true;
     this.lvwListEmployee.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwListEmployee.FullRowSelect = true;
     this.lvwListEmployee.GridColor = System.Drawing.SystemColors.ControlDark;
     this.lvwListEmployee.GridLines = XPTable.Models.GridLines.Both;
     this.lvwListEmployee.GridLineStyle = XPTable.Models.GridLineStyle.Dot;
     this.lvwListEmployee.HeaderFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lvwListEmployee.Location = new System.Drawing.Point(8, 16);
     this.lvwListEmployee.MultiSelect = true;
     this.lvwListEmployee.Name = "lvwListEmployee";
     this.lvwListEmployee.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(183)))), ((int)(((byte)(201)))));
     this.lvwListEmployee.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwListEmployee.SelectionStyle = XPTable.Models.SelectionStyle.Grid;
     this.lvwListEmployee.Size = new System.Drawing.Size(264, 280);
     this.lvwListEmployee.SortedColumnBackColor = System.Drawing.Color.Transparent;
     this.lvwListEmployee.TabIndex = 80;
     this.lvwListEmployee.TableModel = this.tableModel1;
     this.lvwListEmployee.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(221)))));
     this.lvwListEmployee.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwListEmployee.Click += new System.EventHandler(this.lvwListEmployee_Click);
     this.lvwListEmployee.SelectionChanged += new XPTable.Events.SelectionEventHandler(this.lvwListEmployee_SelectionChanged);
     //
     // columnModel1
     //
     this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
     this.cSTT,
     this.cCardID,
     this.cEmployeeName});
     //
     // cSTT
     //
     this.cSTT.Text = "STT";
     this.cSTT.Width = 45;
     //
     // cCardID
     //
     this.cCardID.Text = "Mã thẻ";
     //
     // cEmployeeName
     //
     this.cEmployeeName.Text = "Tên nhânviên";
     this.cEmployeeName.Width = 120;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox1.Controls.Add(this.lvwListEmployee);
     this.groupBox1.Location = new System.Drawing.Point(8, 256);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(280, 304);
     this.groupBox1.TabIndex = 81;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Danh sách nhân viên";
     //
     // btnSelectAll
     //
     this.btnSelectAll.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSelectAll.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSelectAll.Location = new System.Drawing.Point(88, 568);
     this.btnSelectAll.Name = "btnSelectAll";
     this.btnSelectAll.Size = new System.Drawing.Size(75, 23);
     this.btnSelectAll.TabIndex = 82;
     this.btnSelectAll.Text = "Chọn tất";
     this.btnSelectAll.Click += new System.EventHandler(this.btnSelectAll_Click);
     //
     // btnSelectNone
     //
     this.btnSelectNone.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnSelectNone.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSelectNone.Location = new System.Drawing.Point(168, 568);
     this.btnSelectNone.Name = "btnSelectNone";
     this.btnSelectNone.Size = new System.Drawing.Size(75, 23);
     this.btnSelectNone.TabIndex = 83;
     this.btnSelectNone.Text = "Bỏ chọn";
     this.btnSelectNone.Click += new System.EventHandler(this.btnSelectNone_Click);
     //
     // frmRegWorkingTime
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(872, 598);
     this.Controls.Add(this.btnSelectNone);
     this.Controls.Add(this.btnSelectAll);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.btnCancel);
     this.Controls.Add(this.groupBox5);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.btnHelp);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnUpdate);
     this.Controls.Add(this.groupBox3);
     this.Name = "frmRegWorkingTime";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Đăng ký lịch làm việc";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frmRegWorkingTime_Load);
     this.groupBox4.ResumeLayout(false);
     this.groupBox5.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox3.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lvwListEmployee)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmEmployee));
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.pnProfile = new System.Windows.Forms.Panel();
     this.tabEmployeeProfile = new System.Windows.Forms.TabControl();
     this.tpGeneralInfo = new System.Windows.Forms.TabPage();
     this.grbProfessional = new System.Windows.Forms.GroupBox();
     this.cboInformaticLevel = new System.Windows.Forms.LookupComboBox();
     this.cboEnglishLevel = new System.Windows.Forms.LookupComboBox();
     this.cboQualification = new System.Windows.Forms.LookupComboBox();
     this.cboProfessionalLevel = new System.Windows.Forms.LookupComboBox();
     this.lblQualification = new System.Windows.Forms.Label();
     this.lblNganhHoc = new System.Windows.Forms.Label();
     this.txtDiscipline = new System.Windows.Forms.TextBox();
     this.lblInformaticLevel = new System.Windows.Forms.Label();
     this.lblProfessionalLevel = new System.Windows.Forms.Label();
     this.lblEnglishLevel = new System.Windows.Forms.Label();
     this.txtOtherCertificate = new System.Windows.Forms.TextBox();
     this.lblOtherCertificate = new System.Windows.Forms.Label();
     this.grbEmployeeProfile = new System.Windows.Forms.GroupBox();
     this.txtTemAddress = new System.Windows.Forms.TextBox();
     this.label19 = new System.Windows.Forms.Label();
     this.txtNoiCapCMND = new System.Windows.Forms.TextBox();
     this.label18 = new System.Windows.Forms.Label();
     this.txtFamilyConditionNumber = new System.Windows.Forms.TextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.txtTaxID = new System.Windows.Forms.TextBox();
     this.label14 = new System.Windows.Forms.Label();
     this.cboInsuranceShelf = new System.Windows.Forms.CheckBox();
     this.lblBarCode = new System.Windows.Forms.Label();
     this.cboNationality = new System.Windows.Forms.ComboBox();
     this.txtBarcode = new System.Windows.Forms.TextBox();
     this.txtInsurenceID = new System.Windows.Forms.TextBox();
     this.txtIdentityCard = new System.Windows.Forms.TextBox();
     this.dtpStartDateInsurance = new System.Windows.Forms.DateTimePicker();
     this.label6 = new System.Windows.Forms.Label();
     this.lblNationality = new System.Windows.Forms.Label();
     this.txtProvince = new System.Windows.Forms.TextBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtCommune = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.txtDistrict = new System.Windows.Forms.TextBox();
     this.label2 = new System.Windows.Forms.Label();
     this.cboReligious = new System.Windows.Forms.LookupComboBox();
     this.cboPeople = new System.Windows.Forms.LookupComboBox();
     this.cboMarriageStatus = new System.Windows.Forms.LookupComboBox();
     this.cboGender = new System.Windows.Forms.LookupComboBox();
     this.lblIdentityCard = new System.Windows.Forms.Label();
     this.lblInsuranceID = new System.Windows.Forms.Label();
     this.dtpIssue = new System.Windows.Forms.DateTimePicker();
     this.lblIssue = new System.Windows.Forms.Label();
     this.lblReligious = new System.Windows.Forms.Label();
     this.lblPeople = new System.Windows.Forms.Label();
     this.dtpDateOfBirth = new System.Windows.Forms.DateTimePicker();
     this.txtPhone = new AMS.TextBox.NumericTextBox();
     this.lblMarriageStatus = new System.Windows.Forms.Label();
     this.txtResident = new System.Windows.Forms.TextBox();
     this.lblResident = new System.Windows.Forms.Label();
     this.lblBirthPlace = new System.Windows.Forms.Label();
     this.txtBirthPlace = new System.Windows.Forms.TextBox();
     this.txtEmail = new System.Windows.Forms.TextBox();
     this.lblEmail = new System.Windows.Forms.Label();
     this.btnChoosePic = new System.Windows.Forms.Button();
     this.picEmployee = new System.Windows.Forms.PictureBox();
     this.txtCardID = new System.Windows.Forms.TextBox();
     this.lblCardID = new System.Windows.Forms.Label();
     this.txtAddress = new System.Windows.Forms.TextBox();
     this.txtEmployeeName = new System.Windows.Forms.TextBox();
     this.lblPhone = new System.Windows.Forms.Label();
     this.lblAddress = new System.Windows.Forms.Label();
     this.lblGender = new System.Windows.Forms.Label();
     this.lblBirthday = new System.Windows.Forms.Label();
     this.lblEmployeeName = new System.Windows.Forms.Label();
     this.tpSalary = new System.Windows.Forms.TabPage();
     this.grbAllowance = new System.Windows.Forms.GroupBox();
     this.chk_PCDL_CoDinhThang = new System.Windows.Forms.CheckBox();
     this.txtTaskAllowance = new AMS.TextBox.CurrencyTextBox();
     this.label17 = new System.Windows.Forms.Label();
     this.txtJapaneseAllowance = new AMS.TextBox.CurrencyTextBox();
     this.label16 = new System.Windows.Forms.Label();
     this.txtIntimateAllowance = new AMS.TextBox.CurrencyTextBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lblHarmfulAllowance = new System.Windows.Forms.Label();
     this.txtPositionAllowance = new AMS.TextBox.CurrencyTextBox();
     this.lblLunchAllowance = new System.Windows.Forms.Label();
     this.txtLunchAllowance = new AMS.TextBox.CurrencyTextBox();
     this.lblResponsibleAllowance = new System.Windows.Forms.Label();
     this.txtJobAllowance = new AMS.TextBox.CurrencyTextBox();
     this.grbBasicSalary = new System.Windows.Forms.GroupBox();
     this.lblSalaryChangedDay = new System.Windows.Forms.Label();
     this.txtSalaryDN = new System.Windows.Forms.TextBox();
     this.txtSalaryNote = new System.Windows.Forms.TextBox();
     this.lblSalaryNote = new System.Windows.Forms.Label();
     this.lblSalaryDN = new System.Windows.Forms.Label();
     this.txtBasicSalary = new AMS.TextBox.CurrencyTextBox();
     this.lblBasicSalary = new System.Windows.Forms.Label();
     this.btnChangeSalary = new System.Windows.Forms.Button();
     this.lvwSalaryHistory = new XPTable.Models.Table();
     this.cmSalary = new XPTable.Models.ColumnModel();
     this.cSTT = new XPTable.Models.TextColumn();
     this.cBasicSalary = new XPTable.Models.TextColumn();
     this.cModifiedDate = new XPTable.Models.TextColumn();
     this.cDecisionNumber = new XPTable.Models.TextColumn();
     this.cNote = new XPTable.Models.TextColumn();
     this.ctxSalary = new System.Windows.Forms.ContextMenu();
     this.mnuEditSalaryHistory = new System.Windows.Forms.MenuItem();
     this.mnuDeleteSalaryHistory = new System.Windows.Forms.MenuItem();
     this.tmSalary = new XPTable.Models.TableModel();
     this.dtpSalaryChangedDay = new System.Windows.Forms.DateTimePicker();
     this.grbHiringInfo = new System.Windows.Forms.GroupBox();
     this.dtpStopWork = new System.Windows.Forms.DateTimePicker();
     this.chkStopWork = new System.Windows.Forms.CheckBox();
     this.label8 = new System.Windows.Forms.CheckBox();
     this.label5 = new System.Windows.Forms.CheckBox();
     this.mtgcComboFixSalary = new MTGCComboBox();
     this.label9 = new System.Windows.Forms.Label();
     this.cboContract = new MTGCComboBox();
     this.dtpStartTrial = new System.Windows.Forms.DateTimePicker();
     this.dtpStartDate = new System.Windows.Forms.DateTimePicker();
     this.dtpRecruitDate = new System.Windows.Forms.DateTimePicker();
     this.lblRecruitDate = new System.Windows.Forms.Label();
     this.lblContract = new System.Windows.Forms.Label();
     this.tpDepartment = new System.Windows.Forms.TabPage();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.dtpChangePosition = new System.Windows.Forms.DateTimePicker();
     this.label11 = new System.Windows.Forms.Label();
     this.lvwPositionHistory = new XPTable.Models.Table();
     this.cmPosition = new XPTable.Models.ColumnModel();
     this.cPositionName = new XPTable.Models.TextColumn();
     this.ctxPosition = new System.Windows.Forms.ContextMenu();
     this.mnuEditPositionHistory = new System.Windows.Forms.MenuItem();
     this.mnuDeletePositionHistory = new System.Windows.Forms.MenuItem();
     this.tmPosition = new XPTable.Models.TableModel();
     this.btnChangePosition = new System.Windows.Forms.Button();
     this.cboPosition = new MTGCComboBox();
     this.txtPositionNote = new System.Windows.Forms.TextBox();
     this.lblPositionNote = new System.Windows.Forms.Label();
     this.lblPositionDN = new System.Windows.Forms.Label();
     this.lblPositionName = new System.Windows.Forms.Label();
     this.txtPositionDN = new System.Windows.Forms.TextBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.dtpDepartment = new System.Windows.Forms.DateTimePicker();
     this.label12 = new System.Windows.Forms.Label();
     this.txtDepartmentDN = new System.Windows.Forms.TextBox();
     this.btnChangeDepartment = new System.Windows.Forms.Button();
     this.cboDepartment = new MTGCComboBox();
     this.txtDepartmentNote = new System.Windows.Forms.TextBox();
     this.lblDepartmentNote = new System.Windows.Forms.Label();
     this.lblDepartmentDN = new System.Windows.Forms.Label();
     this.lblDepartmentName = new System.Windows.Forms.Label();
     this.lvwDepartmentHistory = new XPTable.Models.Table();
     this.cmDepartment = new XPTable.Models.ColumnModel();
     this.chSTT = new XPTable.Models.TextColumn();
     this.chDepartmentName = new XPTable.Models.TextColumn();
     this.chModifiedDate = new XPTable.Models.TextColumn();
     this.chDecisionNumber = new XPTable.Models.TextColumn();
     this.chNote = new XPTable.Models.TextColumn();
     this.ctxDepartment = new System.Windows.Forms.ContextMenu();
     this.mnuEditDepartmentHistory = new System.Windows.Forms.MenuItem();
     this.mnuDeleteDepartmentHistory = new System.Windows.Forms.MenuItem();
     this.tmDepartment = new XPTable.Models.TableModel();
     this.tpOtherInfo = new System.Windows.Forms.TabPage();
     this.dtpStopDate = new System.Windows.Forms.DateTimePicker();
     this.label10 = new System.Windows.Forms.Label();
     this.cbHospital = new MTGCComboBox();
     this.label7 = new System.Windows.Forms.Label();
     this.txtNote = new System.Windows.Forms.TextBox();
     this.btnClose = new System.Windows.Forms.Button();
     this.pnButtons = new System.Windows.Forms.Panel();
     this.btnCancel = new System.Windows.Forms.Button();
     this.txtRecordNum = new System.Windows.Forms.TextBox();
     this.btnLast = new System.Windows.Forms.Button();
     this.btnNext = new System.Windows.Forms.Button();
     this.btnPrevious = new System.Windows.Forms.Button();
     this.btnFirst = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.pnProfile.SuspendLayout();
     this.tabEmployeeProfile.SuspendLayout();
     this.tpGeneralInfo.SuspendLayout();
     this.grbProfessional.SuspendLayout();
     this.grbEmployeeProfile.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picEmployee)).BeginInit();
     this.tpSalary.SuspendLayout();
     this.grbAllowance.SuspendLayout();
     this.grbBasicSalary.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwSalaryHistory)).BeginInit();
     this.grbHiringInfo.SuspendLayout();
     this.tpDepartment.SuspendLayout();
     this.groupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwPositionHistory)).BeginInit();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwDepartmentHistory)).BeginInit();
     this.tpOtherInfo.SuspendLayout();
     this.pnButtons.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.SuspendLayout();
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "");
     //
     // pnProfile
     //
     this.pnProfile.Controls.Add(this.tabEmployeeProfile);
     this.pnProfile.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnProfile.Location = new System.Drawing.Point(0, 0);
     this.pnProfile.Name = "pnProfile";
     this.pnProfile.Size = new System.Drawing.Size(644, 576);
     this.pnProfile.TabIndex = 3;
     //
     // tabEmployeeProfile
     //
     this.tabEmployeeProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.tabEmployeeProfile.Controls.Add(this.tpGeneralInfo);
     this.tabEmployeeProfile.Controls.Add(this.tpSalary);
     this.tabEmployeeProfile.Controls.Add(this.tpDepartment);
     this.tabEmployeeProfile.Controls.Add(this.tpOtherInfo);
     this.tabEmployeeProfile.Location = new System.Drawing.Point(0, 0);
     this.tabEmployeeProfile.Name = "tabEmployeeProfile";
     this.tabEmployeeProfile.SelectedIndex = 0;
     this.tabEmployeeProfile.Size = new System.Drawing.Size(644, 578);
     this.tabEmployeeProfile.TabIndex = 0;
     //
     // tpGeneralInfo
     //
     this.tpGeneralInfo.Controls.Add(this.grbProfessional);
     this.tpGeneralInfo.Controls.Add(this.grbEmployeeProfile);
     this.tpGeneralInfo.Location = new System.Drawing.Point(4, 22);
     this.tpGeneralInfo.Name = "tpGeneralInfo";
     this.tpGeneralInfo.Size = new System.Drawing.Size(636, 552);
     this.tpGeneralInfo.TabIndex = 0;
     this.tpGeneralInfo.Text = "Thông tin chung";
     //
     // grbProfessional
     //
     this.grbProfessional.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grbProfessional.Controls.Add(this.cboInformaticLevel);
     this.grbProfessional.Controls.Add(this.cboEnglishLevel);
     this.grbProfessional.Controls.Add(this.cboQualification);
     this.grbProfessional.Controls.Add(this.cboProfessionalLevel);
     this.grbProfessional.Controls.Add(this.lblQualification);
     this.grbProfessional.Controls.Add(this.lblNganhHoc);
     this.grbProfessional.Controls.Add(this.txtDiscipline);
     this.grbProfessional.Controls.Add(this.lblInformaticLevel);
     this.grbProfessional.Controls.Add(this.lblProfessionalLevel);
     this.grbProfessional.Controls.Add(this.lblEnglishLevel);
     this.grbProfessional.Controls.Add(this.txtOtherCertificate);
     this.grbProfessional.Controls.Add(this.lblOtherCertificate);
     this.grbProfessional.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.grbProfessional.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.grbProfessional.Location = new System.Drawing.Point(5, 476);
     this.grbProfessional.Name = "grbProfessional";
     this.grbProfessional.Size = new System.Drawing.Size(628, 72);
     this.grbProfessional.TabIndex = 9;
     this.grbProfessional.TabStop = false;
     this.grbProfessional.Text = "Học vấn";
     //
     // cboInformaticLevel
     //
     this.cboInformaticLevel.AllowTypeAllSymbols = false;
     this.cboInformaticLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboInformaticLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboInformaticLevel.ItemHeight = 13;
     this.cboInformaticLevel.Items.AddRange(new object[] {
     "Chưa biết",
     "Cơ bản",
     "Thành thạo"});
     this.cboInformaticLevel.Location = new System.Drawing.Point(540, 40);
     this.cboInformaticLevel.Name = "cboInformaticLevel";
     this.cboInformaticLevel.Size = new System.Drawing.Size(88, 21);
     this.cboInformaticLevel.TabIndex = 5;
     //
     // cboEnglishLevel
     //
     this.cboEnglishLevel.AllowTypeAllSymbols = false;
     this.cboEnglishLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cboEnglishLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboEnglishLevel.ItemHeight = 13;
     this.cboEnglishLevel.Items.AddRange(new object[] {
     "Tiếng Anh",
     "Tiếng Nhật",
     "Tiếng Trung"});
     this.cboEnglishLevel.Location = new System.Drawing.Point(540, 16);
     this.cboEnglishLevel.Name = "cboEnglishLevel";
     this.cboEnglishLevel.Size = new System.Drawing.Size(88, 21);
     this.cboEnglishLevel.TabIndex = 2;
     //
     // cboQualification
     //
     this.cboQualification.AllowTypeAllSymbols = false;
     this.cboQualification.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboQualification.ItemHeight = 13;
     this.cboQualification.Items.AddRange(new object[] {
     "Không có",
     "Trung học cơ sở 9/12",
     "Tú tài (12/12)",
     "Trung cấp",
     "Cử nhân",
     "Kỹ sư",
     "Thạc sỹ",
     "Tiến sỹ"});
     this.cboQualification.Location = new System.Drawing.Point(312, 16);
     this.cboQualification.Name = "cboQualification";
     this.cboQualification.Size = new System.Drawing.Size(120, 21);
     this.cboQualification.TabIndex = 1;
     //
     // cboProfessionalLevel
     //
     this.cboProfessionalLevel.AllowTypeAllSymbols = false;
     this.cboProfessionalLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboProfessionalLevel.Items.AddRange(new object[] {
     "Phổ thông",
     "Trung cấp",
     "Cao đẳng",
     "Đại học",
     "Sau đại học"});
     this.cboProfessionalLevel.Location = new System.Drawing.Point(104, 16);
     this.cboProfessionalLevel.Name = "cboProfessionalLevel";
     this.cboProfessionalLevel.Size = new System.Drawing.Size(104, 21);
     this.cboProfessionalLevel.TabIndex = 0;
     //
     // lblQualification
     //
     this.lblQualification.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblQualification.Location = new System.Drawing.Point(216, 16);
     this.lblQualification.Name = "lblQualification";
     this.lblQualification.Size = new System.Drawing.Size(96, 24);
     this.lblQualification.TabIndex = 48;
     this.lblQualification.Text = "Bằng cấp";
     this.lblQualification.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblNganhHoc
     //
     this.lblNganhHoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblNganhHoc.Location = new System.Drawing.Point(8, 40);
     this.lblNganhHoc.Name = "lblNganhHoc";
     this.lblNganhHoc.Size = new System.Drawing.Size(90, 24);
     this.lblNganhHoc.TabIndex = 46;
     this.lblNganhHoc.Text = "Ngành học";
     this.lblNganhHoc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtDiscipline
     //
     this.txtDiscipline.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtDiscipline.Location = new System.Drawing.Point(104, 40);
     this.txtDiscipline.Name = "txtDiscipline";
     this.txtDiscipline.Size = new System.Drawing.Size(104, 20);
     this.txtDiscipline.TabIndex = 3;
     //
     // lblInformaticLevel
     //
     this.lblInformaticLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblInformaticLevel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblInformaticLevel.Location = new System.Drawing.Point(484, 40);
     this.lblInformaticLevel.Name = "lblInformaticLevel";
     this.lblInformaticLevel.Size = new System.Drawing.Size(64, 24);
     this.lblInformaticLevel.TabIndex = 33;
     this.lblInformaticLevel.Text = "Tin học";
     this.lblInformaticLevel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblProfessionalLevel
     //
     this.lblProfessionalLevel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblProfessionalLevel.Location = new System.Drawing.Point(8, 16);
     this.lblProfessionalLevel.Name = "lblProfessionalLevel";
     this.lblProfessionalLevel.Size = new System.Drawing.Size(90, 24);
     this.lblProfessionalLevel.TabIndex = 29;
     this.lblProfessionalLevel.Text = "Trình độ văn hóa";
     this.lblProfessionalLevel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblEnglishLevel
     //
     this.lblEnglishLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblEnglishLevel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblEnglishLevel.Location = new System.Drawing.Point(484, 16);
     this.lblEnglishLevel.Name = "lblEnglishLevel";
     this.lblEnglishLevel.Size = new System.Drawing.Size(64, 24);
     this.lblEnglishLevel.TabIndex = 31;
     this.lblEnglishLevel.Text = "Ngoại ngữ";
     this.lblEnglishLevel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtOtherCertificate
     //
     this.txtOtherCertificate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtOtherCertificate.Location = new System.Drawing.Point(312, 40);
     this.txtOtherCertificate.Name = "txtOtherCertificate";
     this.txtOtherCertificate.Size = new System.Drawing.Size(120, 20);
     this.txtOtherCertificate.TabIndex = 4;
     //
     // lblOtherCertificate
     //
     this.lblOtherCertificate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblOtherCertificate.Location = new System.Drawing.Point(216, 40);
     this.lblOtherCertificate.Name = "lblOtherCertificate";
     this.lblOtherCertificate.Size = new System.Drawing.Size(96, 24);
     this.lblOtherCertificate.TabIndex = 42;
     this.lblOtherCertificate.Text = "Chứng chỉ khác";
     this.lblOtherCertificate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // grbEmployeeProfile
     //
     this.grbEmployeeProfile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grbEmployeeProfile.Controls.Add(this.txtTemAddress);
     this.grbEmployeeProfile.Controls.Add(this.label19);
     this.grbEmployeeProfile.Controls.Add(this.txtNoiCapCMND);
     this.grbEmployeeProfile.Controls.Add(this.label18);
     this.grbEmployeeProfile.Controls.Add(this.txtFamilyConditionNumber);
     this.grbEmployeeProfile.Controls.Add(this.label15);
     this.grbEmployeeProfile.Controls.Add(this.txtTaxID);
     this.grbEmployeeProfile.Controls.Add(this.label14);
     this.grbEmployeeProfile.Controls.Add(this.cboInsuranceShelf);
     this.grbEmployeeProfile.Controls.Add(this.lblBarCode);
     this.grbEmployeeProfile.Controls.Add(this.cboNationality);
     this.grbEmployeeProfile.Controls.Add(this.txtBarcode);
     this.grbEmployeeProfile.Controls.Add(this.txtInsurenceID);
     this.grbEmployeeProfile.Controls.Add(this.txtIdentityCard);
     this.grbEmployeeProfile.Controls.Add(this.dtpStartDateInsurance);
     this.grbEmployeeProfile.Controls.Add(this.label6);
     this.grbEmployeeProfile.Controls.Add(this.lblNationality);
     this.grbEmployeeProfile.Controls.Add(this.txtProvince);
     this.grbEmployeeProfile.Controls.Add(this.label4);
     this.grbEmployeeProfile.Controls.Add(this.txtCommune);
     this.grbEmployeeProfile.Controls.Add(this.label3);
     this.grbEmployeeProfile.Controls.Add(this.txtDistrict);
     this.grbEmployeeProfile.Controls.Add(this.label2);
     this.grbEmployeeProfile.Controls.Add(this.cboReligious);
     this.grbEmployeeProfile.Controls.Add(this.cboPeople);
     this.grbEmployeeProfile.Controls.Add(this.cboMarriageStatus);
     this.grbEmployeeProfile.Controls.Add(this.cboGender);
     this.grbEmployeeProfile.Controls.Add(this.lblIdentityCard);
     this.grbEmployeeProfile.Controls.Add(this.lblInsuranceID);
     this.grbEmployeeProfile.Controls.Add(this.dtpIssue);
     this.grbEmployeeProfile.Controls.Add(this.lblIssue);
     this.grbEmployeeProfile.Controls.Add(this.lblReligious);
     this.grbEmployeeProfile.Controls.Add(this.lblPeople);
     this.grbEmployeeProfile.Controls.Add(this.dtpDateOfBirth);
     this.grbEmployeeProfile.Controls.Add(this.txtPhone);
     this.grbEmployeeProfile.Controls.Add(this.lblMarriageStatus);
     this.grbEmployeeProfile.Controls.Add(this.txtResident);
     this.grbEmployeeProfile.Controls.Add(this.lblResident);
     this.grbEmployeeProfile.Controls.Add(this.lblBirthPlace);
     this.grbEmployeeProfile.Controls.Add(this.txtBirthPlace);
     this.grbEmployeeProfile.Controls.Add(this.txtEmail);
     this.grbEmployeeProfile.Controls.Add(this.lblEmail);
     this.grbEmployeeProfile.Controls.Add(this.btnChoosePic);
     this.grbEmployeeProfile.Controls.Add(this.picEmployee);
     this.grbEmployeeProfile.Controls.Add(this.txtCardID);
     this.grbEmployeeProfile.Controls.Add(this.lblCardID);
     this.grbEmployeeProfile.Controls.Add(this.txtAddress);
     this.grbEmployeeProfile.Controls.Add(this.txtEmployeeName);
     this.grbEmployeeProfile.Controls.Add(this.lblPhone);
     this.grbEmployeeProfile.Controls.Add(this.lblAddress);
     this.grbEmployeeProfile.Controls.Add(this.lblGender);
     this.grbEmployeeProfile.Controls.Add(this.lblBirthday);
     this.grbEmployeeProfile.Controls.Add(this.lblEmployeeName);
     this.grbEmployeeProfile.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.grbEmployeeProfile.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.grbEmployeeProfile.Location = new System.Drawing.Point(8, 8);
     this.grbEmployeeProfile.Name = "grbEmployeeProfile";
     this.grbEmployeeProfile.Size = new System.Drawing.Size(620, 462);
     this.grbEmployeeProfile.TabIndex = 0;
     this.grbEmployeeProfile.TabStop = false;
     this.grbEmployeeProfile.Text = "Thông tin chung";
     //
     // txtTemAddress
     //
     this.txtTemAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtTemAddress.Location = new System.Drawing.Point(104, 188);
     this.txtTemAddress.Name = "txtTemAddress";
     this.txtTemAddress.Size = new System.Drawing.Size(328, 20);
     this.txtTemAddress.TabIndex = 7;
     //
     // label19
     //
     this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label19.Location = new System.Drawing.Point(8, 183);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(90, 24);
     this.label19.TabIndex = 93;
     this.label19.Text = "Địa chỉ tạm trú";
     this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtNoiCapCMND
     //
     this.txtNoiCapCMND.Location = new System.Drawing.Point(462, 324);
     this.txtNoiCapCMND.Multiline = true;
     this.txtNoiCapCMND.Name = "txtNoiCapCMND";
     this.txtNoiCapCMND.Size = new System.Drawing.Size(152, 20);
     this.txtNoiCapCMND.TabIndex = 18;
     //
     // label18
     //
     this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label18.Location = new System.Drawing.Point(417, 320);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(48, 24);
     this.label18.TabIndex = 92;
     this.label18.Text = "Nơi cấp";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtFamilyConditionNumber
     //
     this.txtFamilyConditionNumber.Location = new System.Drawing.Point(328, 425);
     this.txtFamilyConditionNumber.Name = "txtFamilyConditionNumber";
     this.txtFamilyConditionNumber.Size = new System.Drawing.Size(92, 20);
     this.txtFamilyConditionNumber.TabIndex = 25;
     this.txtFamilyConditionNumber.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.KeyPressInteger);
     //
     // label15
     //
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label15.Location = new System.Drawing.Point(238, 421);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(96, 24);
     this.label15.TabIndex = 91;
     this.label15.Text = "Số người GTGC";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtTaxID
     //
     this.txtTaxID.Location = new System.Drawing.Point(104, 425);
     this.txtTaxID.Name = "txtTaxID";
     this.txtTaxID.Size = new System.Drawing.Size(120, 20);
     this.txtTaxID.TabIndex = 24;
     this.txtTaxID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.KeyPressInteger);
     //
     // label14
     //
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label14.Location = new System.Drawing.Point(10, 421);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(96, 24);
     this.label14.TabIndex = 89;
     this.label14.Text = "Mã số thuế";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cboInsuranceShelf
     //
     this.cboInsuranceShelf.Location = new System.Drawing.Point(440, 387);
     this.cboInsuranceShelf.Name = "cboInsuranceShelf";
     this.cboInsuranceShelf.Size = new System.Drawing.Size(112, 24);
     this.cboInsuranceShelf.TabIndex = 23;
     this.cboInsuranceShelf.Text = "Tự đóng BHXH";
     //
     // lblBarCode
     //
     this.lblBarCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblBarCode.Location = new System.Drawing.Point(443, 422);
     this.lblBarCode.Name = "lblBarCode";
     this.lblBarCode.Size = new System.Drawing.Size(56, 24);
     this.lblBarCode.TabIndex = 46;
     this.lblBarCode.Text = "Mã vạch";
     this.lblBarCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cboNationality
     //
     this.cboNationality.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboNationality.Items.AddRange(new object[] {
     "Việt Nam",
     "Nhật",
     "Hàn Quốc",
     "Trung Quốc",
     "Thái Lan",
     "Lào",
     "Các nước khác"});
     this.cboNationality.Location = new System.Drawing.Point(106, 255);
     this.cboNationality.Name = "cboNationality";
     this.cboNationality.Size = new System.Drawing.Size(120, 21);
     this.cboNationality.TabIndex = 12;
     //
     // txtBarcode
     //
     this.txtBarcode.BackColor = System.Drawing.SystemColors.Window;
     this.txtBarcode.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtBarcode.Location = new System.Drawing.Point(500, 425);
     this.txtBarcode.MaxLength = 8;
     this.txtBarcode.Name = "txtBarcode";
     this.txtBarcode.ReadOnly = true;
     this.txtBarcode.Size = new System.Drawing.Size(114, 20);
     this.txtBarcode.TabIndex = 26;
     this.txtBarcode.TabStop = false;
     //
     // txtInsurenceID
     //
     this.txtInsurenceID.Location = new System.Drawing.Point(104, 391);
     this.txtInsurenceID.Name = "txtInsurenceID";
     this.txtInsurenceID.Size = new System.Drawing.Size(120, 20);
     this.txtInsurenceID.TabIndex = 21;
     //
     // txtIdentityCard
     //
     this.txtIdentityCard.Location = new System.Drawing.Point(106, 324);
     this.txtIdentityCard.Name = "txtIdentityCard";
     this.txtIdentityCard.Size = new System.Drawing.Size(120, 20);
     this.txtIdentityCard.TabIndex = 16;
     this.txtIdentityCard.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.KeyPressInteger);
     //
     // dtpStartDateInsurance
     //
     this.dtpStartDateInsurance.CustomFormat = "dd/MM/yyyy";
     this.dtpStartDateInsurance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.dtpStartDateInsurance.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpStartDateInsurance.Location = new System.Drawing.Point(300, 391);
     this.dtpStartDateInsurance.Name = "dtpStartDateInsurance";
     this.dtpStartDateInsurance.Size = new System.Drawing.Size(120, 20);
     this.dtpStartDateInsurance.TabIndex = 22;
     //
     // label6
     //
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F);
     this.label6.Location = new System.Drawing.Point(240, 392);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(77, 20);
     this.label6.TabIndex = 21;
     this.label6.Text = "Ngày đóng BHXH";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblNationality
     //
     this.lblNationality.Location = new System.Drawing.Point(10, 252);
     this.lblNationality.Name = "lblNationality";
     this.lblNationality.Size = new System.Drawing.Size(90, 24);
     this.lblNationality.TabIndex = 68;
     this.lblNationality.Text = "Quốc tịch";
     this.lblNationality.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtProvince
     //
     this.txtProvince.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtProvince.Location = new System.Drawing.Point(500, 222);
     this.txtProvince.Name = "txtProvince";
     this.txtProvince.Size = new System.Drawing.Size(114, 20);
     this.txtProvince.TabIndex = 11;
     //
     // label4
     //
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label4.Location = new System.Drawing.Point(414, 218);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(92, 24);
     this.label4.TabIndex = 79;
     this.label4.Text = "Tỉnh/thành phố";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtCommune
     //
     this.txtCommune.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtCommune.Location = new System.Drawing.Point(104, 222);
     this.txtCommune.Name = "txtCommune";
     this.txtCommune.Size = new System.Drawing.Size(120, 20);
     this.txtCommune.TabIndex = 9;
     //
     // label3
     //
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label3.Location = new System.Drawing.Point(10, 218);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(96, 24);
     this.label3.TabIndex = 77;
     this.label3.Text = "Phường/xã";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtDistrict
     //
     this.txtDistrict.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtDistrict.Location = new System.Drawing.Point(300, 222);
     this.txtDistrict.Name = "txtDistrict";
     this.txtDistrict.Size = new System.Drawing.Size(108, 20);
     this.txtDistrict.TabIndex = 10;
     //
     // label2
     //
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label2.Location = new System.Drawing.Point(232, 218);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(80, 24);
     this.label2.TabIndex = 75;
     this.label2.Text = "Quận/huyện";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cboReligious
     //
     this.cboReligious.AllowTypeAllSymbols = false;
     this.cboReligious.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboReligious.Items.AddRange(new object[] {
     "Không",
     "Thiên chúa giáo",
     "Khác.."});
     this.cboReligious.Location = new System.Drawing.Point(300, 359);
     this.cboReligious.Name = "cboReligious";
     this.cboReligious.Size = new System.Drawing.Size(120, 21);
     this.cboReligious.TabIndex = 20;
     //
     // cboPeople
     //
     this.cboPeople.AllowTypeAllSymbols = false;
     this.cboPeople.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboPeople.Items.AddRange(new object[] {
     "Kinh",
     "Thái",
     "Tày",
     "Khác..."});
     this.cboPeople.Location = new System.Drawing.Point(104, 356);
     this.cboPeople.Name = "cboPeople";
     this.cboPeople.Size = new System.Drawing.Size(120, 21);
     this.cboPeople.TabIndex = 19;
     //
     // cboMarriageStatus
     //
     this.cboMarriageStatus.AllowTypeAllSymbols = false;
     this.cboMarriageStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboMarriageStatus.Items.AddRange(new object[] {
     "Độc thân",
     "Đã có gia đình"});
     this.cboMarriageStatus.Location = new System.Drawing.Point(300, 255);
     this.cboMarriageStatus.Name = "cboMarriageStatus";
     this.cboMarriageStatus.Size = new System.Drawing.Size(108, 21);
     this.cboMarriageStatus.TabIndex = 13;
     //
     // cboGender
     //
     this.cboGender.AllowTypeAllSymbols = false;
     this.cboGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboGender.Items.AddRange(new object[] {
     "Nam",
     "Nữ"});
     this.cboGender.Location = new System.Drawing.Point(328, 52);
     this.cboGender.Name = "cboGender";
     this.cboGender.Size = new System.Drawing.Size(104, 21);
     this.cboGender.TabIndex = 3;
     //
     // lblIdentityCard
     //
     this.lblIdentityCard.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblIdentityCard.Location = new System.Drawing.Point(10, 320);
     this.lblIdentityCard.Name = "lblIdentityCard";
     this.lblIdentityCard.Size = new System.Drawing.Size(90, 24);
     this.lblIdentityCard.TabIndex = 68;
     this.lblIdentityCard.Text = "Số CMND";
     this.lblIdentityCard.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblInsuranceID
     //
     this.lblInsuranceID.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblInsuranceID.Location = new System.Drawing.Point(10, 387);
     this.lblInsuranceID.Name = "lblInsuranceID";
     this.lblInsuranceID.Size = new System.Drawing.Size(96, 24);
     this.lblInsuranceID.TabIndex = 69;
     this.lblInsuranceID.Text = "Số sổ BHXH";
     this.lblInsuranceID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dtpIssue
     //
     this.dtpIssue.CustomFormat = "dd/MM/yyyy";
     this.dtpIssue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.dtpIssue.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpIssue.Location = new System.Drawing.Point(300, 324);
     this.dtpIssue.Name = "dtpIssue";
     this.dtpIssue.Size = new System.Drawing.Size(96, 20);
     this.dtpIssue.TabIndex = 17;
     this.dtpIssue.Validating += new System.ComponentModel.CancelEventHandler(this.dtpIssue_Validating);
     //
     // lblIssue
     //
     this.lblIssue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblIssue.Location = new System.Drawing.Point(240, 320);
     this.lblIssue.Name = "lblIssue";
     this.lblIssue.Size = new System.Drawing.Size(60, 24);
     this.lblIssue.TabIndex = 70;
     this.lblIssue.Text = "Ngày cấp";
     this.lblIssue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblReligious
     //
     this.lblReligious.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblReligious.Location = new System.Drawing.Point(240, 356);
     this.lblReligious.Name = "lblReligious";
     this.lblReligious.Size = new System.Drawing.Size(62, 24);
     this.lblReligious.TabIndex = 62;
     this.lblReligious.Text = "Tôn giáo";
     this.lblReligious.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblPeople
     //
     this.lblPeople.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblPeople.Location = new System.Drawing.Point(10, 353);
     this.lblPeople.Name = "lblPeople";
     this.lblPeople.Size = new System.Drawing.Size(96, 24);
     this.lblPeople.TabIndex = 60;
     this.lblPeople.Text = "Dân tộc";
     this.lblPeople.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dtpDateOfBirth
     //
     this.dtpDateOfBirth.CustomFormat = "dd/MM/yyyy";
     this.dtpDateOfBirth.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.dtpDateOfBirth.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpDateOfBirth.Location = new System.Drawing.Point(104, 53);
     this.dtpDateOfBirth.Name = "dtpDateOfBirth";
     this.dtpDateOfBirth.Size = new System.Drawing.Size(104, 20);
     this.dtpDateOfBirth.TabIndex = 2;
     this.dtpDateOfBirth.Validating += new System.ComponentModel.CancelEventHandler(this.dtpDateOfBirth_Validating);
     //
     // txtPhone
     //
     this.txtPhone.AllowNegative = false;
     this.txtPhone.DigitsInGroup = 0;
     this.txtPhone.Flags = 65536;
     this.txtPhone.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtPhone.Location = new System.Drawing.Point(106, 290);
     this.txtPhone.MaxDecimalPlaces = 4;
     this.txtPhone.MaxWholeDigits = 11;
     this.txtPhone.Name = "txtPhone";
     this.txtPhone.Prefix = "";
     this.txtPhone.RangeMax = 1.7976931348623157E+308;
     this.txtPhone.RangeMin = -1.7976931348623157E+308;
     this.txtPhone.Size = new System.Drawing.Size(120, 20);
     this.txtPhone.TabIndex = 14;
     //
     // lblMarriageStatus
     //
     this.lblMarriageStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblMarriageStatus.Location = new System.Drawing.Point(240, 252);
     this.lblMarriageStatus.Name = "lblMarriageStatus";
     this.lblMarriageStatus.Size = new System.Drawing.Size(56, 24);
     this.lblMarriageStatus.TabIndex = 56;
     this.lblMarriageStatus.Text = "Hôn nhân";
     this.lblMarriageStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtResident
     //
     this.txtResident.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtResident.Location = new System.Drawing.Point(104, 119);
     this.txtResident.Name = "txtResident";
     this.txtResident.Size = new System.Drawing.Size(328, 20);
     this.txtResident.TabIndex = 5;
     //
     // lblResident
     //
     this.lblResident.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblResident.Location = new System.Drawing.Point(10, 115);
     this.lblResident.Name = "lblResident";
     this.lblResident.Size = new System.Drawing.Size(90, 24);
     this.lblResident.TabIndex = 52;
     this.lblResident.Text = "Hộ khẩu";
     this.lblResident.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblBirthPlace
     //
     this.lblBirthPlace.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblBirthPlace.Location = new System.Drawing.Point(10, 82);
     this.lblBirthPlace.Name = "lblBirthPlace";
     this.lblBirthPlace.Size = new System.Drawing.Size(90, 24);
     this.lblBirthPlace.TabIndex = 27;
     this.lblBirthPlace.Text = "Nơi sinh";
     this.lblBirthPlace.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtBirthPlace
     //
     this.txtBirthPlace.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtBirthPlace.Location = new System.Drawing.Point(104, 86);
     this.txtBirthPlace.Name = "txtBirthPlace";
     this.txtBirthPlace.Size = new System.Drawing.Size(328, 20);
     this.txtBirthPlace.TabIndex = 4;
     //
     // txtEmail
     //
     this.txtEmail.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtEmail.Location = new System.Drawing.Point(300, 290);
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Size = new System.Drawing.Size(206, 20);
     this.txtEmail.TabIndex = 15;
     //
     // lblEmail
     //
     this.lblEmail.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblEmail.Location = new System.Drawing.Point(240, 286);
     this.lblEmail.Name = "lblEmail";
     this.lblEmail.Size = new System.Drawing.Size(60, 24);
     this.lblEmail.TabIndex = 15;
     this.lblEmail.Text = "Email";
     this.lblEmail.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnChoosePic
     //
     this.btnChoosePic.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.btnChoosePic.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnChoosePic.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.btnChoosePic.Location = new System.Drawing.Point(440, 184);
     this.btnChoosePic.Name = "btnChoosePic";
     this.btnChoosePic.Size = new System.Drawing.Size(174, 23);
     this.btnChoosePic.TabIndex = 8;
     this.btnChoosePic.Text = "Chọn ảnh...";
     this.btnChoosePic.Click += new System.EventHandler(this.btnChoosePic_Click);
     //
     // picEmployee
     //
     this.picEmployee.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.picEmployee.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picEmployee.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.picEmployee.Location = new System.Drawing.Point(441, 15);
     this.picEmployee.Name = "picEmployee";
     this.picEmployee.Size = new System.Drawing.Size(173, 167);
     this.picEmployee.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picEmployee.TabIndex = 13;
     this.picEmployee.TabStop = false;
     //
     // txtCardID
     //
     this.txtCardID.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtCardID.Location = new System.Drawing.Point(328, 20);
     this.txtCardID.MaxLength = 10;
     this.txtCardID.Name = "txtCardID";
     this.txtCardID.Size = new System.Drawing.Size(104, 20);
     this.txtCardID.TabIndex = 1;
     this.txtCardID.Validating += new System.ComponentModel.CancelEventHandler(this.txtCardID_Validating);
     //
     // lblCardID
     //
     this.lblCardID.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblCardID.Location = new System.Drawing.Point(280, 16);
     this.lblCardID.Name = "lblCardID";
     this.lblCardID.Size = new System.Drawing.Size(48, 24);
     this.lblCardID.TabIndex = 10;
     this.lblCardID.Text = "Mã thẻ";
     this.lblCardID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtAddress
     //
     this.txtAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtAddress.Location = new System.Drawing.Point(104, 154);
     this.txtAddress.Name = "txtAddress";
     this.txtAddress.Size = new System.Drawing.Size(328, 20);
     this.txtAddress.TabIndex = 6;
     //
     // txtEmployeeName
     //
     this.txtEmployeeName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtEmployeeName.Location = new System.Drawing.Point(104, 20);
     this.txtEmployeeName.Name = "txtEmployeeName";
     this.txtEmployeeName.Size = new System.Drawing.Size(160, 20);
     this.txtEmployeeName.TabIndex = 0;
     this.txtEmployeeName.Validating += new System.ComponentModel.CancelEventHandler(this.txtEmployeeName_Validating);
     //
     // lblPhone
     //
     this.lblPhone.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblPhone.Location = new System.Drawing.Point(10, 286);
     this.lblPhone.Name = "lblPhone";
     this.lblPhone.Size = new System.Drawing.Size(90, 24);
     this.lblPhone.TabIndex = 4;
     this.lblPhone.Text = "Điện thoại";
     this.lblPhone.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblAddress
     //
     this.lblAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblAddress.Location = new System.Drawing.Point(10, 148);
     this.lblAddress.Name = "lblAddress";
     this.lblAddress.Size = new System.Drawing.Size(96, 26);
     this.lblAddress.TabIndex = 3;
     this.lblAddress.Text = "Địa chỉ thường trú";
     this.lblAddress.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblGender
     //
     this.lblGender.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblGender.Location = new System.Drawing.Point(280, 49);
     this.lblGender.Name = "lblGender";
     this.lblGender.Size = new System.Drawing.Size(54, 24);
     this.lblGender.TabIndex = 2;
     this.lblGender.Text = "Giới tính";
     this.lblGender.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblBirthday
     //
     this.lblBirthday.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblBirthday.Location = new System.Drawing.Point(8, 49);
     this.lblBirthday.Name = "lblBirthday";
     this.lblBirthday.Size = new System.Drawing.Size(90, 24);
     this.lblBirthday.TabIndex = 1;
     this.lblBirthday.Text = "Ngày sinh";
     this.lblBirthday.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblEmployeeName
     //
     this.lblEmployeeName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblEmployeeName.Location = new System.Drawing.Point(8, 16);
     this.lblEmployeeName.Name = "lblEmployeeName";
     this.lblEmployeeName.Size = new System.Drawing.Size(90, 24);
     this.lblEmployeeName.TabIndex = 0;
     this.lblEmployeeName.Text = "Tên nhân viên";
     this.lblEmployeeName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // tpSalary
     //
     this.tpSalary.Controls.Add(this.grbAllowance);
     this.tpSalary.Controls.Add(this.grbBasicSalary);
     this.tpSalary.Controls.Add(this.grbHiringInfo);
     this.tpSalary.Location = new System.Drawing.Point(4, 22);
     this.tpSalary.Name = "tpSalary";
     this.tpSalary.Size = new System.Drawing.Size(636, 552);
     this.tpSalary.TabIndex = 1;
     this.tpSalary.Text = "Lương và tuyển dụng";
     //
     // grbAllowance
     //
     this.grbAllowance.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grbAllowance.Controls.Add(this.chk_PCDL_CoDinhThang);
     this.grbAllowance.Controls.Add(this.txtTaskAllowance);
     this.grbAllowance.Controls.Add(this.label17);
     this.grbAllowance.Controls.Add(this.txtJapaneseAllowance);
     this.grbAllowance.Controls.Add(this.label16);
     this.grbAllowance.Controls.Add(this.txtIntimateAllowance);
     this.grbAllowance.Controls.Add(this.label13);
     this.grbAllowance.Controls.Add(this.label1);
     this.grbAllowance.Controls.Add(this.lblHarmfulAllowance);
     this.grbAllowance.Controls.Add(this.txtPositionAllowance);
     this.grbAllowance.Controls.Add(this.lblLunchAllowance);
     this.grbAllowance.Controls.Add(this.txtLunchAllowance);
     this.grbAllowance.Controls.Add(this.lblResponsibleAllowance);
     this.grbAllowance.Controls.Add(this.txtJobAllowance);
     this.grbAllowance.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.grbAllowance.Location = new System.Drawing.Point(8, 466);
     this.grbAllowance.Name = "grbAllowance";
     this.grbAllowance.Size = new System.Drawing.Size(620, 78);
     this.grbAllowance.TabIndex = 14;
     this.grbAllowance.TabStop = false;
     this.grbAllowance.Text = "Các loại phụ cấp";
     //
     // chk_PCDL_CoDinhThang
     //
     this.chk_PCDL_CoDinhThang.AutoSize = true;
     this.chk_PCDL_CoDinhThang.Location = new System.Drawing.Point(161, 49);
     this.chk_PCDL_CoDinhThang.Name = "chk_PCDL_CoDinhThang";
     this.chk_PCDL_CoDinhThang.Size = new System.Drawing.Size(63, 17);
     this.chk_PCDL_CoDinhThang.TabIndex = 4;
     this.chk_PCDL_CoDinhThang.Text = "Cố định";
     this.chk_PCDL_CoDinhThang.UseVisualStyleBackColor = true;
     //
     // txtTaskAllowance
     //
     this.txtTaskAllowance.AllowNegative = false;
     this.txtTaskAllowance.Flags = 73216;
     this.txtTaskAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtTaskAllowance.Location = new System.Drawing.Point(318, 47);
     this.txtTaskAllowance.MaxWholeDigits = 9;
     this.txtTaskAllowance.Name = "txtTaskAllowance";
     this.txtTaskAllowance.RangeMax = 1.7976931348623157E+308;
     this.txtTaskAllowance.RangeMin = -1.7976931348623157E+308;
     this.txtTaskAllowance.Size = new System.Drawing.Size(90, 20);
     this.txtTaskAllowance.TabIndex = 5;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label17.Location = new System.Drawing.Point(247, 51);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(71, 13);
     this.label17.TabIndex = 85;
     this.label17.Text = "PC công việc";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtJapaneseAllowance
     //
     this.txtJapaneseAllowance.AllowNegative = false;
     this.txtJapaneseAllowance.Flags = 73216;
     this.txtJapaneseAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtJapaneseAllowance.Location = new System.Drawing.Point(502, 47);
     this.txtJapaneseAllowance.MaxWholeDigits = 9;
     this.txtJapaneseAllowance.Name = "txtJapaneseAllowance";
     this.txtJapaneseAllowance.RangeMax = 1.7976931348623157E+308;
     this.txtJapaneseAllowance.RangeMin = -1.7976931348623157E+308;
     this.txtJapaneseAllowance.Size = new System.Drawing.Size(90, 20);
     this.txtJapaneseAllowance.TabIndex = 6;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label16.Location = new System.Drawing.Point(427, 51);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(73, 13);
     this.label16.TabIndex = 83;
     this.label16.Text = "PC tiếng Nhật";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtIntimateAllowance
     //
     this.txtIntimateAllowance.AllowNegative = false;
     this.txtIntimateAllowance.Flags = 73216;
     this.txtIntimateAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtIntimateAllowance.Location = new System.Drawing.Point(65, 47);
     this.txtIntimateAllowance.MaxWholeDigits = 9;
     this.txtIntimateAllowance.Name = "txtIntimateAllowance";
     this.txtIntimateAllowance.RangeMax = 1.7976931348623157E+308;
     this.txtIntimateAllowance.RangeMin = -1.7976931348623157E+308;
     this.txtIntimateAllowance.Size = new System.Drawing.Size(90, 20);
     this.txtIntimateAllowance.TabIndex = 3;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label13.Location = new System.Drawing.Point(17, 51);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(46, 13);
     this.label13.TabIndex = 81;
     this.label13.Text = "PC đi lại";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(155, 26);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(35, 13);
     this.label1.TabIndex = 79;
     this.label1.Text = "/ngày";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblHarmfulAllowance
     //
     this.lblHarmfulAllowance.AutoSize = true;
     this.lblHarmfulAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblHarmfulAllowance.Location = new System.Drawing.Point(255, 26);
     this.lblHarmfulAllowance.Name = "lblHarmfulAllowance";
     this.lblHarmfulAllowance.Size = new System.Drawing.Size(63, 13);
     this.lblHarmfulAllowance.TabIndex = 77;
     this.lblHarmfulAllowance.Text = "PC chức vụ";
     this.lblHarmfulAllowance.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPositionAllowance
     //
     this.txtPositionAllowance.AllowNegative = false;
     this.txtPositionAllowance.Flags = 73216;
     this.txtPositionAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtPositionAllowance.Location = new System.Drawing.Point(319, 22);
     this.txtPositionAllowance.MaxWholeDigits = 9;
     this.txtPositionAllowance.Name = "txtPositionAllowance";
     this.txtPositionAllowance.RangeMax = 1.7976931348623157E+308;
     this.txtPositionAllowance.RangeMin = -1.7976931348623157E+308;
     this.txtPositionAllowance.Size = new System.Drawing.Size(90, 20);
     this.txtPositionAllowance.TabIndex = 1;
     //
     // lblLunchAllowance
     //
     this.lblLunchAllowance.AutoSize = true;
     this.lblLunchAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblLunchAllowance.Location = new System.Drawing.Point(6, 26);
     this.lblLunchAllowance.Name = "lblLunchAllowance";
     this.lblLunchAllowance.Size = new System.Drawing.Size(57, 13);
     this.lblLunchAllowance.TabIndex = 74;
     this.lblLunchAllowance.Text = "PC ăn trưa";
     this.lblLunchAllowance.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtLunchAllowance
     //
     this.txtLunchAllowance.AllowNegative = false;
     this.txtLunchAllowance.Flags = 73216;
     this.txtLunchAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtLunchAllowance.Location = new System.Drawing.Point(65, 22);
     this.txtLunchAllowance.MaxWholeDigits = 9;
     this.txtLunchAllowance.Name = "txtLunchAllowance";
     this.txtLunchAllowance.RangeMax = 1.7976931348623157E+308;
     this.txtLunchAllowance.RangeMin = -1.7976931348623157E+308;
     this.txtLunchAllowance.Size = new System.Drawing.Size(90, 20);
     this.txtLunchAllowance.TabIndex = 0;
     //
     // lblResponsibleAllowance
     //
     this.lblResponsibleAllowance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.lblResponsibleAllowance.AutoSize = true;
     this.lblResponsibleAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblResponsibleAllowance.Location = new System.Drawing.Point(437, 26);
     this.lblResponsibleAllowance.Name = "lblResponsibleAllowance";
     this.lblResponsibleAllowance.Size = new System.Drawing.Size(83, 13);
     this.lblResponsibleAllowance.TabIndex = 78;
     this.lblResponsibleAllowance.Text = "PC nghề nghiệp";
     this.lblResponsibleAllowance.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtJobAllowance
     //
     this.txtJobAllowance.AllowNegative = false;
     this.txtJobAllowance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.txtJobAllowance.Flags = 73216;
     this.txtJobAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtJobAllowance.Location = new System.Drawing.Point(522, 22);
     this.txtJobAllowance.MaxWholeDigits = 9;
     this.txtJobAllowance.Name = "txtJobAllowance";
     this.txtJobAllowance.RangeMax = 1.7976931348623157E+308;
     this.txtJobAllowance.RangeMin = -1.7976931348623157E+308;
     this.txtJobAllowance.Size = new System.Drawing.Size(90, 20);
     this.txtJobAllowance.TabIndex = 2;
     //
     // grbBasicSalary
     //
     this.grbBasicSalary.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grbBasicSalary.Controls.Add(this.lblSalaryChangedDay);
     this.grbBasicSalary.Controls.Add(this.txtSalaryDN);
     this.grbBasicSalary.Controls.Add(this.txtSalaryNote);
     this.grbBasicSalary.Controls.Add(this.lblSalaryNote);
     this.grbBasicSalary.Controls.Add(this.lblSalaryDN);
     this.grbBasicSalary.Controls.Add(this.txtBasicSalary);
     this.grbBasicSalary.Controls.Add(this.lblBasicSalary);
     this.grbBasicSalary.Controls.Add(this.btnChangeSalary);
     this.grbBasicSalary.Controls.Add(this.lvwSalaryHistory);
     this.grbBasicSalary.Controls.Add(this.dtpSalaryChangedDay);
     this.grbBasicSalary.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.grbBasicSalary.Location = new System.Drawing.Point(8, 123);
     this.grbBasicSalary.Name = "grbBasicSalary";
     this.grbBasicSalary.Size = new System.Drawing.Size(620, 337);
     this.grbBasicSalary.TabIndex = 13;
     this.grbBasicSalary.TabStop = false;
     this.grbBasicSalary.Text = "Diễn biến lương";
     //
     // lblSalaryChangedDay
     //
     this.lblSalaryChangedDay.Location = new System.Drawing.Point(339, 14);
     this.lblSalaryChangedDay.Name = "lblSalaryChangedDay";
     this.lblSalaryChangedDay.Size = new System.Drawing.Size(73, 23);
     this.lblSalaryChangedDay.TabIndex = 78;
     this.lblSalaryChangedDay.Text = "Ngày thay đổi";
     this.lblSalaryChangedDay.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtSalaryDN
     //
     this.txtSalaryDN.Enabled = false;
     this.txtSalaryDN.Location = new System.Drawing.Point(264, 16);
     this.txtSalaryDN.Name = "txtSalaryDN";
     this.txtSalaryDN.Size = new System.Drawing.Size(72, 20);
     this.txtSalaryDN.TabIndex = 2;
     //
     // txtSalaryNote
     //
     this.txtSalaryNote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtSalaryNote.Enabled = false;
     this.txtSalaryNote.Location = new System.Drawing.Point(88, 40);
     this.txtSalaryNote.Name = "txtSalaryNote";
     this.txtSalaryNote.Size = new System.Drawing.Size(428, 20);
     this.txtSalaryNote.TabIndex = 4;
     //
     // lblSalaryNote
     //
     this.lblSalaryNote.Location = new System.Drawing.Point(8, 40);
     this.lblSalaryNote.Name = "lblSalaryNote";
     this.lblSalaryNote.Size = new System.Drawing.Size(80, 23);
     this.lblSalaryNote.TabIndex = 76;
     this.lblSalaryNote.Text = "Ghi chú";
     this.lblSalaryNote.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblSalaryDN
     //
     this.lblSalaryDN.Location = new System.Drawing.Point(184, 16);
     this.lblSalaryDN.Name = "lblSalaryDN";
     this.lblSalaryDN.Size = new System.Drawing.Size(80, 23);
     this.lblSalaryDN.TabIndex = 74;
     this.lblSalaryDN.Text = "Quyết định số";
     this.lblSalaryDN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtBasicSalary
     //
     this.txtBasicSalary.AllowNegative = false;
     this.txtBasicSalary.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtBasicSalary.Flags = 73216;
     this.txtBasicSalary.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtBasicSalary.Location = new System.Drawing.Point(88, 16);
     this.txtBasicSalary.MaxWholeDigits = 10;
     this.txtBasicSalary.Name = "txtBasicSalary";
     this.txtBasicSalary.RangeMax = 1.7976931348623157E+308;
     this.txtBasicSalary.RangeMin = -1.7976931348623157E+308;
     this.txtBasicSalary.Size = new System.Drawing.Size(108, 20);
     this.txtBasicSalary.TabIndex = 0;
     //
     // lblBasicSalary
     //
     this.lblBasicSalary.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblBasicSalary.Location = new System.Drawing.Point(8, 16);
     this.lblBasicSalary.Name = "lblBasicSalary";
     this.lblBasicSalary.Size = new System.Drawing.Size(80, 24);
     this.lblBasicSalary.TabIndex = 73;
     this.lblBasicSalary.Text = "Lương cơ bản";
     this.lblBasicSalary.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnChangeSalary
     //
     this.btnChangeSalary.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnChangeSalary.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnChangeSalary.Location = new System.Drawing.Point(524, 24);
     this.btnChangeSalary.Name = "btnChangeSalary";
     this.btnChangeSalary.Size = new System.Drawing.Size(88, 24);
     this.btnChangeSalary.TabIndex = 1;
     this.btnChangeSalary.Text = "Mức lương mới";
     this.btnChangeSalary.Click += new System.EventHandler(this.btnChangeSalary_Click);
     this.btnChangeSalary.EnabledChanged += new System.EventHandler(this.btnChangeSalary_EnabledChanged);
     //
     // lvwSalaryHistory
     //
     this.lvwSalaryHistory.AlternatingRowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(237)))), ((int)(((byte)(245)))));
     this.lvwSalaryHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvwSalaryHistory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(242)))), ((int)(((byte)(249)))));
     this.lvwSalaryHistory.ColumnModel = this.cmSalary;
     this.lvwSalaryHistory.ContextMenu = this.ctxSalary;
     this.lvwSalaryHistory.EnableToolTips = true;
     this.lvwSalaryHistory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwSalaryHistory.FullRowSelect = true;
     this.lvwSalaryHistory.GridColor = System.Drawing.SystemColors.ControlDark;
     this.lvwSalaryHistory.GridLines = XPTable.Models.GridLines.Both;
     this.lvwSalaryHistory.GridLineStyle = XPTable.Models.GridLineStyle.Dot;
     this.lvwSalaryHistory.HeaderFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lvwSalaryHistory.Location = new System.Drawing.Point(8, 64);
     this.lvwSalaryHistory.Name = "lvwSalaryHistory";
     this.lvwSalaryHistory.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(183)))), ((int)(((byte)(201)))));
     this.lvwSalaryHistory.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwSalaryHistory.SelectionStyle = XPTable.Models.SelectionStyle.Grid;
     this.lvwSalaryHistory.Size = new System.Drawing.Size(604, 267);
     this.lvwSalaryHistory.SortedColumnBackColor = System.Drawing.Color.Transparent;
     this.lvwSalaryHistory.TabIndex = 11;
     this.lvwSalaryHistory.TableModel = this.tmSalary;
     this.lvwSalaryHistory.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(221)))));
     this.lvwSalaryHistory.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     //
     // cmSalary
     //
     this.cmSalary.Columns.AddRange(new XPTable.Models.Column[] {
     this.cSTT,
     this.cBasicSalary,
     this.cModifiedDate,
     this.cDecisionNumber,
     this.cNote});
     //
     // cSTT
     //
     this.cSTT.Editable = false;
     this.cSTT.Text = "STT";
     this.cSTT.Width = 50;
     //
     // cBasicSalary
     //
     this.cBasicSalary.Editable = false;
     this.cBasicSalary.Text = "Lương cơ bản";
     this.cBasicSalary.Width = 120;
     //
     // cModifiedDate
     //
     this.cModifiedDate.Editable = false;
     this.cModifiedDate.Text = "Ngày thay đổi";
     this.cModifiedDate.Width = 95;
     //
     // cDecisionNumber
     //
     this.cDecisionNumber.Editable = false;
     this.cDecisionNumber.Text = "Quyết định số";
     this.cDecisionNumber.Width = 100;
     //
     // cNote
     //
     this.cNote.Editable = false;
     this.cNote.Text = "Ghi chú";
     this.cNote.Width = 170;
     //
     // ctxSalary
     //
     this.ctxSalary.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.mnuEditSalaryHistory,
     this.mnuDeleteSalaryHistory});
     //
     // mnuEditSalaryHistory
     //
     this.mnuEditSalaryHistory.Index = 0;
     this.mnuEditSalaryHistory.Text = "&Sửa diễn biến lương...";
     this.mnuEditSalaryHistory.Click += new System.EventHandler(this.mnuEditSalaryHistory_Click);
     //
     // mnuDeleteSalaryHistory
     //
     this.mnuDeleteSalaryHistory.Index = 1;
     this.mnuDeleteSalaryHistory.Text = "&Xóa diễn biến lương...";
     this.mnuDeleteSalaryHistory.Click += new System.EventHandler(this.mnuDeleteSalaryHistory_Click);
     //
     // dtpSalaryChangedDay
     //
     this.dtpSalaryChangedDay.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.dtpSalaryChangedDay.CustomFormat = "dd/MM/yyyy";
     this.dtpSalaryChangedDay.Enabled = false;
     this.dtpSalaryChangedDay.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.dtpSalaryChangedDay.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpSalaryChangedDay.Location = new System.Drawing.Point(412, 77);
     this.dtpSalaryChangedDay.Name = "dtpSalaryChangedDay";
     this.dtpSalaryChangedDay.Size = new System.Drawing.Size(88, 20);
     this.dtpSalaryChangedDay.TabIndex = 3;
     //
     // grbHiringInfo
     //
     this.grbHiringInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grbHiringInfo.Controls.Add(this.dtpStopWork);
     this.grbHiringInfo.Controls.Add(this.chkStopWork);
     this.grbHiringInfo.Controls.Add(this.label8);
     this.grbHiringInfo.Controls.Add(this.label5);
     this.grbHiringInfo.Controls.Add(this.mtgcComboFixSalary);
     this.grbHiringInfo.Controls.Add(this.label9);
     this.grbHiringInfo.Controls.Add(this.cboContract);
     this.grbHiringInfo.Controls.Add(this.dtpStartTrial);
     this.grbHiringInfo.Controls.Add(this.dtpStartDate);
     this.grbHiringInfo.Controls.Add(this.dtpRecruitDate);
     this.grbHiringInfo.Controls.Add(this.lblRecruitDate);
     this.grbHiringInfo.Controls.Add(this.lblContract);
     this.grbHiringInfo.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.grbHiringInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.grbHiringInfo.Location = new System.Drawing.Point(8, 8);
     this.grbHiringInfo.Name = "grbHiringInfo";
     this.grbHiringInfo.Size = new System.Drawing.Size(620, 109);
     this.grbHiringInfo.TabIndex = 11;
     this.grbHiringInfo.TabStop = false;
     this.grbHiringInfo.Text = "Thông tin tuyển dụng";
     //
     // dtpStopWork
     //
     this.dtpStopWork.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.dtpStopWork.CustomFormat = "dd/MM/yyyy";
     this.dtpStopWork.Enabled = false;
     this.dtpStopWork.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.dtpStopWork.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpStopWork.Location = new System.Drawing.Point(448, 46);
     this.dtpStopWork.Name = "dtpStopWork";
     this.dtpStopWork.Size = new System.Drawing.Size(104, 20);
     this.dtpStopWork.TabIndex = 6;
     //
     // chkStopWork
     //
     this.chkStopWork.AutoSize = true;
     this.chkStopWork.Location = new System.Drawing.Point(333, 49);
     this.chkStopWork.Name = "chkStopWork";
     this.chkStopWork.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkStopWork.Size = new System.Drawing.Size(94, 17);
     this.chkStopWork.TabIndex = 5;
     this.chkStopWork.Text = "Ngày thôi việc";
     this.chkStopWork.UseVisualStyleBackColor = true;
     this.chkStopWork.CheckedChanged += new System.EventHandler(this.chkStopWork_CheckedChanged);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(6, 49);
     this.label8.Name = "label8";
     this.label8.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label8.Size = new System.Drawing.Size(125, 17);
     this.label8.TabIndex = 3;
     this.label8.Text = "Ngày làm chính thức";
     this.label8.UseVisualStyleBackColor = true;
     this.label8.CheckedChanged += new System.EventHandler(this.label8_CheckedChanged);
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.errorProvider1.SetIconAlignment(this.label5, System.Windows.Forms.ErrorIconAlignment.TopRight);
     this.label5.Location = new System.Drawing.Point(333, 23);
     this.label5.Name = "label5";
     this.label5.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.label5.Size = new System.Drawing.Size(105, 17);
     this.label5.TabIndex = 1;
     this.label5.Text = "Bắt đầu thử việc";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.label5.UseVisualStyleBackColor = true;
     this.label5.CheckedChanged += new System.EventHandler(this.label5_CheckedChanged);
     //
     // mtgcComboFixSalary
     //
     this.mtgcComboFixSalary.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.mtgcComboFixSalary.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D;
     this.mtgcComboFixSalary.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
     this.mtgcComboFixSalary.ColumnNum = 2;
     this.mtgcComboFixSalary.ColumnWidth = "0;220";
     this.mtgcComboFixSalary.DisplayMember = "Text";
     this.mtgcComboFixSalary.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.mtgcComboFixSalary.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238)))));
     this.mtgcComboFixSalary.DropDownForeColor = System.Drawing.Color.Black;
     this.mtgcComboFixSalary.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList;
     this.mtgcComboFixSalary.DropDownWidth = 120;
     this.mtgcComboFixSalary.GridLineColor = System.Drawing.Color.LightGray;
     this.mtgcComboFixSalary.GridLineHorizontal = true;
     this.mtgcComboFixSalary.GridLineVertical = false;
     this.mtgcComboFixSalary.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem;
     this.mtgcComboFixSalary.Location = new System.Drawing.Point(448, 72);
     this.mtgcComboFixSalary.ManagingFastMouseMoving = true;
     this.mtgcComboFixSalary.ManagingFastMouseMovingInterval = 30;
     this.mtgcComboFixSalary.Name = "mtgcComboFixSalary";
     this.mtgcComboFixSalary.Size = new System.Drawing.Size(104, 21);
     this.mtgcComboFixSalary.TabIndex = 8;
     //
     // label9
     //
     this.label9.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label9.Location = new System.Drawing.Point(6, 69);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(63, 24);
     this.label9.TabIndex = 47;
     this.label9.Text = "Hợp đồng";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cboContract
     //
     this.cboContract.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.cboContract.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D;
     this.cboContract.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
     this.cboContract.ColumnNum = 2;
     this.cboContract.ColumnWidth = "0;220";
     this.cboContract.DisplayMember = "Text";
     this.cboContract.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboContract.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238)))));
     this.cboContract.DropDownForeColor = System.Drawing.Color.Black;
     this.cboContract.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList;
     this.cboContract.DropDownWidth = 120;
     this.cboContract.GridLineColor = System.Drawing.Color.LightGray;
     this.cboContract.GridLineHorizontal = true;
     this.cboContract.GridLineVertical = false;
     this.cboContract.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem;
     this.cboContract.Location = new System.Drawing.Point(137, 72);
     this.cboContract.ManagingFastMouseMoving = true;
     this.cboContract.ManagingFastMouseMovingInterval = 30;
     this.cboContract.Name = "cboContract";
     this.cboContract.Size = new System.Drawing.Size(104, 21);
     this.cboContract.TabIndex = 7;
     this.cboContract.SelectedIndexChanged += new System.EventHandler(this.cboContract_SelectedIndexChanged);
     //
     // dtpStartTrial
     //
     this.dtpStartTrial.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.dtpStartTrial.CustomFormat = "dd/MM/yyyy";
     this.dtpStartTrial.Enabled = false;
     this.dtpStartTrial.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.dtpStartTrial.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpStartTrial.Location = new System.Drawing.Point(448, 20);
     this.dtpStartTrial.Name = "dtpStartTrial";
     this.dtpStartTrial.Size = new System.Drawing.Size(104, 20);
     this.dtpStartTrial.TabIndex = 2;
     //
     // dtpStartDate
     //
     this.dtpStartDate.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.dtpStartDate.CustomFormat = "dd/MM/yyyy";
     this.dtpStartDate.Enabled = false;
     this.dtpStartDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpStartDate.Location = new System.Drawing.Point(137, 46);
     this.dtpStartDate.Name = "dtpStartDate";
     this.dtpStartDate.Size = new System.Drawing.Size(104, 20);
     this.dtpStartDate.TabIndex = 4;
     //
     // dtpRecruitDate
     //
     this.dtpRecruitDate.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.dtpRecruitDate.CustomFormat = "dd/MM/yyyy";
     this.dtpRecruitDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.dtpRecruitDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpRecruitDate.Location = new System.Drawing.Point(137, 20);
     this.dtpRecruitDate.Name = "dtpRecruitDate";
     this.dtpRecruitDate.Size = new System.Drawing.Size(104, 20);
     this.dtpRecruitDate.TabIndex = 0;
     //
     // lblRecruitDate
     //
     this.lblRecruitDate.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblRecruitDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblRecruitDate.Location = new System.Drawing.Point(6, 16);
     this.lblRecruitDate.Name = "lblRecruitDate";
     this.lblRecruitDate.Size = new System.Drawing.Size(134, 24);
     this.lblRecruitDate.TabIndex = 38;
     this.lblRecruitDate.Text = "Ngày tuyển";
     this.lblRecruitDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblContract
     //
     this.lblContract.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.lblContract.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblContract.Location = new System.Drawing.Point(333, 69);
     this.lblContract.Name = "lblContract";
     this.lblContract.Size = new System.Drawing.Size(65, 24);
     this.lblContract.TabIndex = 40;
     this.lblContract.Text = "Kiểu lương";
     this.lblContract.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tpDepartment
     //
     this.tpDepartment.Controls.Add(this.groupBox4);
     this.tpDepartment.Controls.Add(this.groupBox2);
     this.tpDepartment.Location = new System.Drawing.Point(4, 22);
     this.tpDepartment.Name = "tpDepartment";
     this.tpDepartment.Size = new System.Drawing.Size(636, 552);
     this.tpDepartment.TabIndex = 2;
     this.tpDepartment.Text = "Bộ phận-chức vụ";
     //
     // groupBox4
     //
     this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox4.Controls.Add(this.dtpChangePosition);
     this.groupBox4.Controls.Add(this.label11);
     this.groupBox4.Controls.Add(this.lvwPositionHistory);
     this.groupBox4.Controls.Add(this.btnChangePosition);
     this.groupBox4.Controls.Add(this.cboPosition);
     this.groupBox4.Controls.Add(this.txtPositionNote);
     this.groupBox4.Controls.Add(this.lblPositionNote);
     this.groupBox4.Controls.Add(this.lblPositionDN);
     this.groupBox4.Controls.Add(this.lblPositionName);
     this.groupBox4.Controls.Add(this.txtPositionDN);
     this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox4.Location = new System.Drawing.Point(8, 380);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(628, 168);
     this.groupBox4.TabIndex = 14;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Thay đổi chức vụ";
     //
     // dtpChangePosition
     //
     this.dtpChangePosition.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.dtpChangePosition.CustomFormat = "dd/MM/yyyy";
     this.dtpChangePosition.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.dtpChangePosition.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpChangePosition.Location = new System.Drawing.Point(408, 39);
     this.dtpChangePosition.Name = "dtpChangePosition";
     this.dtpChangePosition.Size = new System.Drawing.Size(96, 20);
     this.dtpChangePosition.TabIndex = 79;
     //
     // label11
     //
     this.label11.Location = new System.Drawing.Point(312, 40);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(80, 23);
     this.label11.TabIndex = 77;
     this.label11.Text = "Ngày thay đổi";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lvwPositionHistory
     //
     this.lvwPositionHistory.AlternatingRowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(237)))), ((int)(((byte)(245)))));
     this.lvwPositionHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvwPositionHistory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(242)))), ((int)(((byte)(249)))));
     this.lvwPositionHistory.ColumnModel = this.cmPosition;
     this.lvwPositionHistory.ContextMenu = this.ctxPosition;
     this.lvwPositionHistory.EnableToolTips = true;
     this.lvwPositionHistory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwPositionHistory.FullRowSelect = true;
     this.lvwPositionHistory.GridColor = System.Drawing.SystemColors.ControlDark;
     this.lvwPositionHistory.GridLines = XPTable.Models.GridLines.Both;
     this.lvwPositionHistory.GridLineStyle = XPTable.Models.GridLineStyle.Dot;
     this.lvwPositionHistory.HeaderFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lvwPositionHistory.Location = new System.Drawing.Point(8, 64);
     this.lvwPositionHistory.Name = "lvwPositionHistory";
     this.lvwPositionHistory.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(183)))), ((int)(((byte)(201)))));
     this.lvwPositionHistory.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwPositionHistory.SelectionStyle = XPTable.Models.SelectionStyle.Grid;
     this.lvwPositionHistory.Size = new System.Drawing.Size(612, 96);
     this.lvwPositionHistory.SortedColumnBackColor = System.Drawing.Color.Transparent;
     this.lvwPositionHistory.TabIndex = 76;
     this.lvwPositionHistory.TableModel = this.tmPosition;
     this.lvwPositionHistory.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(221)))));
     this.lvwPositionHistory.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     //
     // cmPosition
     //
     this.cmPosition.Columns.AddRange(new XPTable.Models.Column[] {
     this.cSTT,
     this.cPositionName,
     this.cModifiedDate,
     this.cDecisionNumber,
     this.cNote});
     //
     // cPositionName
     //
     this.cPositionName.Text = "Tên chức vụ";
     this.cPositionName.Width = 140;
     //
     // ctxPosition
     //
     this.ctxPosition.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.mnuEditPositionHistory,
     this.mnuDeletePositionHistory});
     //
     // mnuEditPositionHistory
     //
     this.mnuEditPositionHistory.Index = 0;
     this.mnuEditPositionHistory.Text = "&Sửa...";
     this.mnuEditPositionHistory.Click += new System.EventHandler(this.mnuEditPositionHistory_Click);
     //
     // mnuDeletePositionHistory
     //
     this.mnuDeletePositionHistory.Index = 1;
     this.mnuDeletePositionHistory.Text = "&Xóa...";
     this.mnuDeletePositionHistory.Click += new System.EventHandler(this.mnuDeletePositionHistory_Click);
     //
     // btnChangePosition
     //
     this.btnChangePosition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnChangePosition.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnChangePosition.Location = new System.Drawing.Point(524, 24);
     this.btnChangePosition.Name = "btnChangePosition";
     this.btnChangePosition.Size = new System.Drawing.Size(96, 24);
     this.btnChangePosition.TabIndex = 39;
     this.btnChangePosition.Text = "Chuyển chức vụ";
     this.btnChangePosition.Click += new System.EventHandler(this.btnChangePosition_Click);
     this.btnChangePosition.EnabledChanged += new System.EventHandler(this.btnChangePosition_EnabledChanged);
     //
     // cboPosition
     //
     this.cboPosition.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D;
     this.cboPosition.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
     this.cboPosition.ColumnNum = 2;
     this.cboPosition.ColumnWidth = "0;220";
     this.cboPosition.DisplayMember = "Text";
     this.cboPosition.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboPosition.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238)))));
     this.cboPosition.DropDownForeColor = System.Drawing.Color.Black;
     this.cboPosition.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList;
     this.cboPosition.DropDownWidth = 240;
     this.cboPosition.GridLineColor = System.Drawing.Color.LightGray;
     this.cboPosition.GridLineHorizontal = true;
     this.cboPosition.GridLineVertical = false;
     this.cboPosition.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem;
     this.cboPosition.Location = new System.Drawing.Point(96, 16);
     this.cboPosition.ManagingFastMouseMoving = true;
     this.cboPosition.ManagingFastMouseMovingInterval = 30;
     this.cboPosition.Name = "cboPosition";
     this.cboPosition.Size = new System.Drawing.Size(200, 21);
     this.cboPosition.TabIndex = 35;
     //
     // txtPositionNote
     //
     this.txtPositionNote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPositionNote.Enabled = false;
     this.txtPositionNote.Location = new System.Drawing.Point(96, 40);
     this.txtPositionNote.Name = "txtPositionNote";
     this.txtPositionNote.Size = new System.Drawing.Size(212, 20);
     this.txtPositionNote.TabIndex = 37;
     //
     // lblPositionNote
     //
     this.lblPositionNote.Location = new System.Drawing.Point(8, 40);
     this.lblPositionNote.Name = "lblPositionNote";
     this.lblPositionNote.Size = new System.Drawing.Size(88, 23);
     this.lblPositionNote.TabIndex = 72;
     this.lblPositionNote.Text = "Ghi chú";
     this.lblPositionNote.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblPositionDN
     //
     this.lblPositionDN.Location = new System.Drawing.Point(312, 16);
     this.lblPositionDN.Name = "lblPositionDN";
     this.lblPositionDN.Size = new System.Drawing.Size(80, 23);
     this.lblPositionDN.TabIndex = 70;
     this.lblPositionDN.Text = "Quyết định số";
     this.lblPositionDN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblPositionName
     //
     this.lblPositionName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblPositionName.Location = new System.Drawing.Point(8, 16);
     this.lblPositionName.Name = "lblPositionName";
     this.lblPositionName.Size = new System.Drawing.Size(88, 24);
     this.lblPositionName.TabIndex = 66;
     this.lblPositionName.Text = "Chức vụ";
     this.lblPositionName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtPositionDN
     //
     this.txtPositionDN.Enabled = false;
     this.txtPositionDN.Location = new System.Drawing.Point(408, 16);
     this.txtPositionDN.Name = "txtPositionDN";
     this.txtPositionDN.Size = new System.Drawing.Size(96, 20);
     this.txtPositionDN.TabIndex = 36;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.dtpDepartment);
     this.groupBox2.Controls.Add(this.label12);
     this.groupBox2.Controls.Add(this.txtDepartmentDN);
     this.groupBox2.Controls.Add(this.btnChangeDepartment);
     this.groupBox2.Controls.Add(this.cboDepartment);
     this.groupBox2.Controls.Add(this.txtDepartmentNote);
     this.groupBox2.Controls.Add(this.lblDepartmentNote);
     this.groupBox2.Controls.Add(this.lblDepartmentDN);
     this.groupBox2.Controls.Add(this.lblDepartmentName);
     this.groupBox2.Controls.Add(this.lvwDepartmentHistory);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.groupBox2.Location = new System.Drawing.Point(8, 8);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(628, 364);
     this.groupBox2.TabIndex = 12;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Chuyển đổi bộ phận";
     //
     // dtpDepartment
     //
     this.dtpDepartment.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.dtpDepartment.CustomFormat = "dd/MM/yyyy";
     this.dtpDepartment.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.dtpDepartment.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpDepartment.Location = new System.Drawing.Point(408, 17);
     this.dtpDepartment.Name = "dtpDepartment";
     this.dtpDepartment.Size = new System.Drawing.Size(96, 20);
     this.dtpDepartment.TabIndex = 81;
     //
     // label12
     //
     this.label12.Location = new System.Drawing.Point(322, 14);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(80, 23);
     this.label12.TabIndex = 80;
     this.label12.Text = "Ngày chuyển";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtDepartmentDN
     //
     this.txtDepartmentDN.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.txtDepartmentDN.Enabled = false;
     this.txtDepartmentDN.Location = new System.Drawing.Point(408, 40);
     this.txtDepartmentDN.Name = "txtDepartmentDN";
     this.txtDepartmentDN.Size = new System.Drawing.Size(96, 20);
     this.txtDepartmentDN.TabIndex = 33;
     //
     // btnChangeDepartment
     //
     this.btnChangeDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnChangeDepartment.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnChangeDepartment.Location = new System.Drawing.Point(524, 24);
     this.btnChangeDepartment.Name = "btnChangeDepartment";
     this.btnChangeDepartment.Size = new System.Drawing.Size(96, 24);
     this.btnChangeDepartment.TabIndex = 38;
     this.btnChangeDepartment.Text = "Chuyển công tác";
     this.btnChangeDepartment.Click += new System.EventHandler(this.btnChangeDepartment_Click);
     this.btnChangeDepartment.EnabledChanged += new System.EventHandler(this.btnChangeDepartment_EnabledChanged);
     //
     // cboDepartment
     //
     this.cboDepartment.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D;
     this.cboDepartment.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
     this.cboDepartment.ColumnNum = 2;
     this.cboDepartment.ColumnWidth = "0;220";
     this.cboDepartment.DisplayMember = "Text";
     this.cboDepartment.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboDepartment.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238)))));
     this.cboDepartment.DropDownForeColor = System.Drawing.Color.Black;
     this.cboDepartment.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList;
     this.cboDepartment.DropDownWidth = 240;
     this.cboDepartment.GridLineColor = System.Drawing.Color.LightGray;
     this.cboDepartment.GridLineHorizontal = true;
     this.cboDepartment.GridLineVertical = false;
     this.cboDepartment.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem;
     this.cboDepartment.Location = new System.Drawing.Point(88, 16);
     this.cboDepartment.ManagingFastMouseMoving = true;
     this.cboDepartment.ManagingFastMouseMovingInterval = 30;
     this.cboDepartment.Name = "cboDepartment";
     this.cboDepartment.Size = new System.Drawing.Size(192, 21);
     this.cboDepartment.TabIndex = 32;
     //
     // txtDepartmentNote
     //
     this.txtDepartmentNote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtDepartmentNote.Enabled = false;
     this.txtDepartmentNote.Location = new System.Drawing.Point(88, 40);
     this.txtDepartmentNote.Name = "txtDepartmentNote";
     this.txtDepartmentNote.Size = new System.Drawing.Size(204, 20);
     this.txtDepartmentNote.TabIndex = 34;
     //
     // lblDepartmentNote
     //
     this.lblDepartmentNote.Location = new System.Drawing.Point(8, 40);
     this.lblDepartmentNote.Name = "lblDepartmentNote";
     this.lblDepartmentNote.Size = new System.Drawing.Size(80, 23);
     this.lblDepartmentNote.TabIndex = 68;
     this.lblDepartmentNote.Text = "Ghi chú";
     this.lblDepartmentNote.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblDepartmentDN
     //
     this.lblDepartmentDN.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.lblDepartmentDN.Location = new System.Drawing.Point(322, 37);
     this.lblDepartmentDN.Name = "lblDepartmentDN";
     this.lblDepartmentDN.Size = new System.Drawing.Size(80, 23);
     this.lblDepartmentDN.TabIndex = 66;
     this.lblDepartmentDN.Text = "Quyết định số";
     this.lblDepartmentDN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblDepartmentName
     //
     this.lblDepartmentName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblDepartmentName.Location = new System.Drawing.Point(8, 16);
     this.lblDepartmentName.Name = "lblDepartmentName";
     this.lblDepartmentName.Size = new System.Drawing.Size(80, 24);
     this.lblDepartmentName.TabIndex = 65;
     this.lblDepartmentName.Text = "Bộ phận";
     this.lblDepartmentName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lvwDepartmentHistory
     //
     this.lvwDepartmentHistory.AlternatingRowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(237)))), ((int)(((byte)(245)))));
     this.lvwDepartmentHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvwDepartmentHistory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(242)))), ((int)(((byte)(249)))));
     this.lvwDepartmentHistory.ColumnModel = this.cmDepartment;
     this.lvwDepartmentHistory.ContextMenu = this.ctxDepartment;
     this.lvwDepartmentHistory.EnableToolTips = true;
     this.lvwDepartmentHistory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwDepartmentHistory.FullRowSelect = true;
     this.lvwDepartmentHistory.GridColor = System.Drawing.SystemColors.ControlDark;
     this.lvwDepartmentHistory.GridLines = XPTable.Models.GridLines.Both;
     this.lvwDepartmentHistory.GridLineStyle = XPTable.Models.GridLineStyle.Dot;
     this.lvwDepartmentHistory.HeaderFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lvwDepartmentHistory.Location = new System.Drawing.Point(8, 64);
     this.lvwDepartmentHistory.Name = "lvwDepartmentHistory";
     this.lvwDepartmentHistory.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(183)))), ((int)(((byte)(201)))));
     this.lvwDepartmentHistory.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwDepartmentHistory.SelectionStyle = XPTable.Models.SelectionStyle.Grid;
     this.lvwDepartmentHistory.Size = new System.Drawing.Size(612, 292);
     this.lvwDepartmentHistory.SortedColumnBackColor = System.Drawing.Color.Transparent;
     this.lvwDepartmentHistory.TabIndex = 12;
     this.lvwDepartmentHistory.TableModel = this.tmDepartment;
     this.lvwDepartmentHistory.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(221)))));
     this.lvwDepartmentHistory.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     //
     // cmDepartment
     //
     this.cmDepartment.Columns.AddRange(new XPTable.Models.Column[] {
     this.chSTT,
     this.chDepartmentName,
     this.chModifiedDate,
     this.chDecisionNumber,
     this.chNote});
     //
     // chSTT
     //
     this.chSTT.Editable = false;
     this.chSTT.Text = "STT";
     this.chSTT.Width = 50;
     //
     // chDepartmentName
     //
     this.chDepartmentName.Editable = false;
     this.chDepartmentName.Text = "Tên bộ phận";
     this.chDepartmentName.Width = 140;
     //
     // chModifiedDate
     //
     this.chModifiedDate.Editable = false;
     this.chModifiedDate.Text = "Ngày thay đổi";
     this.chModifiedDate.Width = 95;
     //
     // chDecisionNumber
     //
     this.chDecisionNumber.Editable = false;
     this.chDecisionNumber.Text = "Quyết định số";
     this.chDecisionNumber.Width = 100;
     //
     // chNote
     //
     this.chNote.Editable = false;
     this.chNote.Text = "Ghi chú";
     this.chNote.Width = 170;
     //
     // ctxDepartment
     //
     this.ctxDepartment.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.mnuEditDepartmentHistory,
     this.mnuDeleteDepartmentHistory});
     //
     // mnuEditDepartmentHistory
     //
     this.mnuEditDepartmentHistory.Index = 0;
     this.mnuEditDepartmentHistory.Text = "&Sửa...";
     this.mnuEditDepartmentHistory.Click += new System.EventHandler(this.mnuEditDepartmentHistory_Click);
     //
     // mnuDeleteDepartmentHistory
     //
     this.mnuDeleteDepartmentHistory.Index = 1;
     this.mnuDeleteDepartmentHistory.Text = "&Xóa...";
     this.mnuDeleteDepartmentHistory.Click += new System.EventHandler(this.mnuDeleteDepartmentHistory_Click);
     //
     // tpOtherInfo
     //
     this.tpOtherInfo.Controls.Add(this.dtpStopDate);
     this.tpOtherInfo.Controls.Add(this.label10);
     this.tpOtherInfo.Controls.Add(this.cbHospital);
     this.tpOtherInfo.Controls.Add(this.label7);
     this.tpOtherInfo.Controls.Add(this.txtNote);
     this.tpOtherInfo.Location = new System.Drawing.Point(4, 22);
     this.tpOtherInfo.Name = "tpOtherInfo";
     this.tpOtherInfo.Size = new System.Drawing.Size(636, 552);
     this.tpOtherInfo.TabIndex = 3;
     this.tpOtherInfo.Text = "Thông tin khác";
     //
     // dtpStopDate
     //
     this.dtpStopDate.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.dtpStopDate.CustomFormat = "dd/MM/yyyy";
     this.dtpStopDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.dtpStopDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpStopDate.Location = new System.Drawing.Point(220, 36);
     this.dtpStopDate.Name = "dtpStopDate";
     this.dtpStopDate.Size = new System.Drawing.Size(104, 20);
     this.dtpStopDate.TabIndex = 39;
     //
     // label10
     //
     this.label10.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label10.Location = new System.Drawing.Point(8, 36);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(191, 24);
     this.label10.TabIndex = 40;
     this.label10.Text = "Ngày thôi việc";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cbHospital
     //
     this.cbHospital.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D;
     this.cbHospital.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
     this.cbHospital.ColumnNum = 2;
     this.cbHospital.ColumnWidth = "0;220";
     this.cbHospital.DisplayMember = "Text";
     this.cbHospital.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cbHospital.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238)))));
     this.cbHospital.DropDownForeColor = System.Drawing.Color.Black;
     this.cbHospital.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList;
     this.cbHospital.DropDownWidth = 240;
     this.cbHospital.GridLineColor = System.Drawing.Color.LightGray;
     this.cbHospital.GridLineHorizontal = true;
     this.cbHospital.GridLineVertical = false;
     this.cbHospital.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem;
     this.cbHospital.Location = new System.Drawing.Point(220, 10);
     this.cbHospital.ManagingFastMouseMoving = true;
     this.cbHospital.ManagingFastMouseMovingInterval = 30;
     this.cbHospital.Name = "cbHospital";
     this.cbHospital.Size = new System.Drawing.Size(200, 21);
     this.cbHospital.TabIndex = 35;
     //
     // label7
     //
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label7.Location = new System.Drawing.Point(8, 10);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(194, 21);
     this.label7.TabIndex = 31;
     this.label7.Text = "Nơi đăng ký khám chữa bệnh ban đầu";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtNote
     //
     this.txtNote.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtNote.Location = new System.Drawing.Point(8, 62);
     this.txtNote.Multiline = true;
     this.txtNote.Name = "txtNote";
     this.txtNote.Size = new System.Drawing.Size(620, 483);
     this.txtNote.TabIndex = 0;
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.btnClose.Location = new System.Drawing.Point(564, 8);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(72, 23);
     this.btnClose.TabIndex = 31;
     this.btnClose.Text = "&Đóng";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // pnButtons
     //
     this.pnButtons.Controls.Add(this.btnCancel);
     this.pnButtons.Controls.Add(this.txtRecordNum);
     this.pnButtons.Controls.Add(this.btnLast);
     this.pnButtons.Controls.Add(this.btnNext);
     this.pnButtons.Controls.Add(this.btnPrevious);
     this.pnButtons.Controls.Add(this.btnFirst);
     this.pnButtons.Controls.Add(this.btnClose);
     this.pnButtons.Controls.Add(this.btnSave);
     this.pnButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnButtons.Location = new System.Drawing.Point(0, 576);
     this.pnButtons.Name = "pnButtons";
     this.pnButtons.Size = new System.Drawing.Size(644, 40);
     this.pnButtons.TabIndex = 4;
     //
     // btnCancel
     //
     this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.btnCancel.Location = new System.Drawing.Point(492, 8);
     this.btnCancel.Name = "btnCancel";
     this.btnCancel.Size = new System.Drawing.Size(72, 23);
     this.btnCancel.TabIndex = 27;
     this.btnCancel.Text = "&Bỏ qua";
     this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
     //
     // txtRecordNum
     //
     this.txtRecordNum.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtRecordNum.Location = new System.Drawing.Point(56, 8);
     this.txtRecordNum.Name = "txtRecordNum";
     this.txtRecordNum.ReadOnly = true;
     this.txtRecordNum.Size = new System.Drawing.Size(48, 20);
     this.txtRecordNum.TabIndex = 36;
     this.txtRecordNum.Text = "3/26";
     this.txtRecordNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // btnLast
     //
     this.btnLast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnLast.ImageIndex = 5;
     this.btnLast.ImageList = this.imageList1;
     this.btnLast.Location = new System.Drawing.Point(128, 8);
     this.btnLast.Name = "btnLast";
     this.btnLast.Size = new System.Drawing.Size(24, 23);
     this.btnLast.TabIndex = 35;
     this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
     //
     // btnNext
     //
     this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnNext.ImageIndex = 4;
     this.btnNext.ImageList = this.imageList1;
     this.btnNext.Location = new System.Drawing.Point(104, 8);
     this.btnNext.Name = "btnNext";
     this.btnNext.Size = new System.Drawing.Size(24, 23);
     this.btnNext.TabIndex = 34;
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     //
     // btnPrevious
     //
     this.btnPrevious.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnPrevious.ImageIndex = 3;
     this.btnPrevious.ImageList = this.imageList1;
     this.btnPrevious.Location = new System.Drawing.Point(32, 8);
     this.btnPrevious.Name = "btnPrevious";
     this.btnPrevious.Size = new System.Drawing.Size(24, 23);
     this.btnPrevious.TabIndex = 33;
     this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
     //
     // btnFirst
     //
     this.btnFirst.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnFirst.ImageIndex = 2;
     this.btnFirst.ImageList = this.imageList1;
     this.btnFirst.Location = new System.Drawing.Point(8, 8);
     this.btnFirst.Name = "btnFirst";
     this.btnFirst.Size = new System.Drawing.Size(24, 23);
     this.btnFirst.TabIndex = 32;
     this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
     //
     // btnSave
     //
     this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.btnSave.Location = new System.Drawing.Point(420, 8);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(72, 23);
     this.btnSave.TabIndex = 35;
     this.btnSave.Text = "&Đồng ý";
     this.btnSave.Click += new System.EventHandler(this.btnOK_Click);
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // frmEmployee
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.btnCancel;
     this.ClientSize = new System.Drawing.Size(644, 616);
     this.Controls.Add(this.pnProfile);
     this.Controls.Add(this.pnButtons);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "frmEmployee";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Hồ sơ nhân viên";
     this.Load += new System.EventHandler(this.frmEmployee_Load);
     this.pnProfile.ResumeLayout(false);
     this.tabEmployeeProfile.ResumeLayout(false);
     this.tpGeneralInfo.ResumeLayout(false);
     this.grbProfessional.ResumeLayout(false);
     this.grbProfessional.PerformLayout();
     this.grbEmployeeProfile.ResumeLayout(false);
     this.grbEmployeeProfile.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.picEmployee)).EndInit();
     this.tpSalary.ResumeLayout(false);
     this.grbAllowance.ResumeLayout(false);
     this.grbAllowance.PerformLayout();
     this.grbBasicSalary.ResumeLayout(false);
     this.grbBasicSalary.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwSalaryHistory)).EndInit();
     this.grbHiringInfo.ResumeLayout(false);
     this.grbHiringInfo.PerformLayout();
     this.tpDepartment.ResumeLayout(false);
     this.groupBox4.ResumeLayout(false);
     this.groupBox4.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwPositionHistory)).EndInit();
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwDepartmentHistory)).EndInit();
     this.tpOtherInfo.ResumeLayout(false);
     this.tpOtherInfo.PerformLayout();
     this.pnButtons.ResumeLayout(false);
     this.pnButtons.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmEmployeeStatus));
     this.grbChonPhong = new System.Windows.Forms.GroupBox();
     this.cboSort = new System.Windows.Forms.LookupComboBox();
     this.lblSort = new System.Windows.Forms.Label();
     this.cboDepartment = new System.Windows.Forms.LookupComboBox();
     this.lblChonPhong = new System.Windows.Forms.Label();
     this.btnSearch = new System.Windows.Forms.Button();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.lblTotal = new System.Windows.Forms.Label();
     this.lblAbsent = new System.Windows.Forms.Label();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.lblTotalLate = new System.Windows.Forms.Label();
     this.lblLate = new System.Windows.Forms.Label();
     this.pictureBox6 = new System.Windows.Forms.PictureBox();
     this.pictureBox5 = new System.Windows.Forms.PictureBox();
     this.pictureBox3 = new System.Windows.Forms.PictureBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.lblHome = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.lblWorking = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.lblTotalAbsent = new System.Windows.Forms.Label();
     this.lblTotalEmployee = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lblTotalLeave = new System.Windows.Forms.Label();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnRefresh = new System.Windows.Forms.Button();
     this.pnEmployee = new System.Windows.Forms.Panel();
     this.grbEmployee = new System.Windows.Forms.GroupBox();
     this.btnOptions = new System.Windows.Forms.Button();
     this.txtRecordNum = new System.Windows.Forms.TextBox();
     this.btnLast = new System.Windows.Forms.Button();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.btnNext = new System.Windows.Forms.Button();
     this.btnPrevious = new System.Windows.Forms.Button();
     this.btnFirst = new System.Windows.Forms.Button();
     this.cboStatusFilter = new System.Windows.Forms.ComboBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.label6 = new System.Windows.Forms.Label();
     this.grbChonPhong.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
     this.grbEmployee.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // grbChonPhong
     //
     this.grbChonPhong.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grbChonPhong.Controls.Add(this.cboSort);
     this.grbChonPhong.Controls.Add(this.lblSort);
     this.grbChonPhong.Controls.Add(this.cboDepartment);
     this.grbChonPhong.Controls.Add(this.lblChonPhong);
     this.grbChonPhong.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.grbChonPhong.Location = new System.Drawing.Point(8, 8);
     this.grbChonPhong.Name = "grbChonPhong";
     this.grbChonPhong.Size = new System.Drawing.Size(208, 72);
     this.grbChonPhong.TabIndex = 0;
     this.grbChonPhong.TabStop = false;
     this.grbChonPhong.Text = "Chọn bộ phận";
     //
     // cboSort
     //
     this.cboSort.AllowTypeAllSymbols = false;
     this.cboSort.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboSort.Items.AddRange(new object[] {
     "Theo mã thẻ",
     "Theo họ tên",
     "Theo trạng thái",
     "Theo số thẻ vàng",
     "Theo số thẻ đỏ"});
     this.cboSort.Location = new System.Drawing.Point(80, 40);
     this.cboSort.Name = "cboSort";
     this.cboSort.Size = new System.Drawing.Size(120, 21);
     this.cboSort.TabIndex = 1;
     //
     // lblSort
     //
     this.lblSort.BackColor = System.Drawing.SystemColors.Control;
     this.lblSort.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblSort.ForeColor = System.Drawing.Color.Black;
     this.lblSort.Location = new System.Drawing.Point(8, 40);
     this.lblSort.Name = "lblSort";
     this.lblSort.Size = new System.Drawing.Size(72, 23);
     this.lblSort.TabIndex = 5;
     this.lblSort.Text = "Sắp xếp";
     this.lblSort.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cboDepartment
     //
     this.cboDepartment.AllowTypeAllSymbols = false;
     this.cboDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.cboDepartment.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboDepartment.Location = new System.Drawing.Point(80, 16);
     this.cboDepartment.Name = "cboDepartment";
     this.cboDepartment.Size = new System.Drawing.Size(120, 21);
     this.cboDepartment.TabIndex = 0;
     this.cboDepartment.Validating += new System.ComponentModel.CancelEventHandler(this.cboDepartment_Validating);
     this.cboDepartment.SelectedIndexChanged += new System.EventHandler(this.cboDepartment_SelectedIndexChanged);
     //
     // lblChonPhong
     //
     this.lblChonPhong.BackColor = System.Drawing.SystemColors.Control;
     this.lblChonPhong.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblChonPhong.ForeColor = System.Drawing.Color.Black;
     this.lblChonPhong.Location = new System.Drawing.Point(8, 16);
     this.lblChonPhong.Name = "lblChonPhong";
     this.lblChonPhong.Size = new System.Drawing.Size(72, 23);
     this.lblChonPhong.TabIndex = 0;
     this.lblChonPhong.Text = "Tên bộ phận";
     this.lblChonPhong.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // btnSearch
     //
     this.btnSearch.Anchor = System.Windows.Forms.AnchorStyles.Right;
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSearch.Location = new System.Drawing.Point(8, 40);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(72, 23);
     this.btnSearch.TabIndex = 6;
     this.btnSearch.Text = "Tìm kiếm";
     this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
     //
     // txtSearch
     //
     this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtSearch.Location = new System.Drawing.Point(88, 40);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(104, 20);
     this.txtSearch.TabIndex = 1;
     this.txtSearch.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtSearch_MouseDown);
     this.txtSearch.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSearch_KeyPress);
     //
     // lblTotal
     //
     this.lblTotal.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblTotal.BackColor = System.Drawing.SystemColors.Control;
     this.lblTotal.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblTotal.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblTotal.ForeColor = System.Drawing.Color.Black;
     this.lblTotal.Location = new System.Drawing.Point(8, 21);
     this.lblTotal.Name = "lblTotal";
     this.lblTotal.Size = new System.Drawing.Size(56, 23);
     this.lblTotal.TabIndex = 2;
     this.lblTotal.Text = "Tổng số:";
     this.lblTotal.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblAbsent
     //
     this.lblAbsent.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblAbsent.BackColor = System.Drawing.SystemColors.Control;
     this.lblAbsent.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblAbsent.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblAbsent.ForeColor = System.Drawing.Color.Black;
     this.lblAbsent.Location = new System.Drawing.Point(120, 45);
     this.lblAbsent.Name = "lblAbsent";
     this.lblAbsent.Size = new System.Drawing.Size(56, 23);
     this.lblAbsent.TabIndex = 3;
     this.lblAbsent.Text = "Vắng mặt:";
     this.lblAbsent.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.lblTotalLate);
     this.groupBox2.Controls.Add(this.lblLate);
     this.groupBox2.Controls.Add(this.pictureBox6);
     this.groupBox2.Controls.Add(this.pictureBox5);
     this.groupBox2.Controls.Add(this.pictureBox3);
     this.groupBox2.Controls.Add(this.pictureBox1);
     this.groupBox2.Controls.Add(this.lblHome);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.lblWorking);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.lblTotalAbsent);
     this.groupBox2.Controls.Add(this.lblTotalEmployee);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.lblTotal);
     this.groupBox2.Controls.Add(this.lblAbsent);
     this.groupBox2.Controls.Add(this.lblTotalLeave);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location = new System.Drawing.Point(432, 8);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(304, 72);
     this.groupBox2.TabIndex = 5;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Thống kê trang hiện tại";
     //
     // lblTotalLate
     //
     this.lblTotalLate.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblTotalLate.BackColor = System.Drawing.SystemColors.Control;
     this.lblTotalLate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblTotalLate.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblTotalLate.ForeColor = System.Drawing.Color.Black;
     this.lblTotalLate.Location = new System.Drawing.Point(64, 45);
     this.lblTotalLate.Name = "lblTotalLate";
     this.lblTotalLate.Size = new System.Drawing.Size(32, 23);
     this.lblTotalLate.TabIndex = 23;
     this.lblTotalLate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblLate
     //
     this.lblLate.Location = new System.Drawing.Point(8, 45);
     this.lblLate.Name = "lblLate";
     this.lblLate.Size = new System.Drawing.Size(56, 23);
     this.lblLate.TabIndex = 22;
     this.lblLate.Text = "Đi muộn:";
     //
     // pictureBox6
     //
     this.pictureBox6.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox6.BackgroundImage")));
     this.pictureBox6.Location = new System.Drawing.Point(96, 45);
     this.pictureBox6.Name = "pictureBox6";
     this.pictureBox6.Size = new System.Drawing.Size(22, 22);
     this.pictureBox6.TabIndex = 21;
     this.pictureBox6.TabStop = false;
     //
     // pictureBox5
     //
     this.pictureBox5.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox5.BackgroundImage")));
     this.pictureBox5.Location = new System.Drawing.Point(96, 13);
     this.pictureBox5.Name = "pictureBox5";
     this.pictureBox5.Size = new System.Drawing.Size(22, 22);
     this.pictureBox5.TabIndex = 20;
     this.pictureBox5.TabStop = false;
     //
     // pictureBox3
     //
     this.pictureBox3.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox3.BackgroundImage")));
     this.pictureBox3.Location = new System.Drawing.Point(192, 13);
     this.pictureBox3.Name = "pictureBox3";
     this.pictureBox3.Size = new System.Drawing.Size(22, 22);
     this.pictureBox3.TabIndex = 18;
     this.pictureBox3.TabStop = false;
     //
     // pictureBox1
     //
     this.pictureBox1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.BackgroundImage")));
     this.pictureBox1.Location = new System.Drawing.Point(192, 45);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(22, 22);
     this.pictureBox1.TabIndex = 16;
     this.pictureBox1.TabStop = false;
     //
     // lblHome
     //
     this.lblHome.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblHome.BackColor = System.Drawing.SystemColors.Control;
     this.lblHome.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblHome.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblHome.ForeColor = System.Drawing.Color.Black;
     this.lblHome.Location = new System.Drawing.Point(272, 45);
     this.lblHome.Name = "lblHome";
     this.lblHome.Size = new System.Drawing.Size(24, 23);
     this.lblHome.TabIndex = 15;
     this.lblHome.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label5
     //
     this.label5.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label5.BackColor = System.Drawing.SystemColors.Control;
     this.label5.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location = new System.Drawing.Point(216, 45);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(56, 23);
     this.label5.TabIndex = 14;
     this.label5.Text = "Về nhà:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblWorking
     //
     this.lblWorking.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblWorking.BackColor = System.Drawing.SystemColors.Control;
     this.lblWorking.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblWorking.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblWorking.ForeColor = System.Drawing.Color.Black;
     this.lblWorking.Location = new System.Drawing.Point(168, 21);
     this.lblWorking.Name = "lblWorking";
     this.lblWorking.Size = new System.Drawing.Size(24, 23);
     this.lblWorking.TabIndex = 12;
     this.lblWorking.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label3
     //
     this.label3.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label3.BackColor = System.Drawing.SystemColors.Control;
     this.label3.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label3.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location = new System.Drawing.Point(120, 21);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(48, 23);
     this.label3.TabIndex = 10;
     this.label3.Text = "Làm việc:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTotalAbsent
     //
     this.lblTotalAbsent.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblTotalAbsent.BackColor = System.Drawing.SystemColors.Control;
     this.lblTotalAbsent.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblTotalAbsent.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblTotalAbsent.ForeColor = System.Drawing.Color.Black;
     this.lblTotalAbsent.Location = new System.Drawing.Point(168, 45);
     this.lblTotalAbsent.Name = "lblTotalAbsent";
     this.lblTotalAbsent.Size = new System.Drawing.Size(24, 23);
     this.lblTotalAbsent.TabIndex = 7;
     this.lblTotalAbsent.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lblTotalEmployee
     //
     this.lblTotalEmployee.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblTotalEmployee.BackColor = System.Drawing.SystemColors.Control;
     this.lblTotalEmployee.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblTotalEmployee.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblTotalEmployee.ForeColor = System.Drawing.Color.Black;
     this.lblTotalEmployee.Location = new System.Drawing.Point(64, 21);
     this.lblTotalEmployee.Name = "lblTotalEmployee";
     this.lblTotalEmployee.Size = new System.Drawing.Size(32, 23);
     this.lblTotalEmployee.TabIndex = 6;
     this.lblTotalEmployee.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label1
     //
     this.label1.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.label1.BackColor = System.Drawing.SystemColors.Control;
     this.label1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.label1.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location = new System.Drawing.Point(216, 21);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(56, 23);
     this.label1.TabIndex = 4;
     this.label1.Text = "Công tác:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTotalLeave
     //
     this.lblTotalLeave.Anchor = System.Windows.Forms.AnchorStyles.Left;
     this.lblTotalLeave.BackColor = System.Drawing.SystemColors.Control;
     this.lblTotalLeave.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.lblTotalLeave.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblTotalLeave.ForeColor = System.Drawing.Color.Black;
     this.lblTotalLeave.Location = new System.Drawing.Point(272, 21);
     this.lblTotalLeave.Name = "lblTotalLeave";
     this.lblTotalLeave.Size = new System.Drawing.Size(24, 23);
     this.lblTotalLeave.TabIndex = 8;
     this.lblTotalLeave.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btnClose
     //
     this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnClose.CausesValidation = false;
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClose.Location = new System.Drawing.Point(664, 440);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 4;
     this.btnClose.Text = "&Đóng";
     this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
     //
     // btnRefresh
     //
     this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnRefresh.Location = new System.Drawing.Point(584, 440);
     this.btnRefresh.Name = "btnRefresh";
     this.btnRefresh.Size = new System.Drawing.Size(75, 23);
     this.btnRefresh.TabIndex = 3;
     this.btnRefresh.Text = "&Nạp lại";
     this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click);
     //
     // pnEmployee
     //
     this.pnEmployee.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.pnEmployee.AutoScroll = true;
     this.pnEmployee.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.pnEmployee.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pnEmployee.Location = new System.Drawing.Point(8, 16);
     this.pnEmployee.Name = "pnEmployee";
     this.pnEmployee.Size = new System.Drawing.Size(712, 328);
     this.pnEmployee.TabIndex = 10;
     this.pnEmployee.Paint += new System.Windows.Forms.PaintEventHandler(this.pnEmployee_Paint);
     //
     // grbEmployee
     //
     this.grbEmployee.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.grbEmployee.Controls.Add(this.pnEmployee);
     this.grbEmployee.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.grbEmployee.Location = new System.Drawing.Point(8, 80);
     this.grbEmployee.Name = "grbEmployee";
     this.grbEmployee.Size = new System.Drawing.Size(728, 352);
     this.grbEmployee.TabIndex = 11;
     this.grbEmployee.TabStop = false;
     this.grbEmployee.Text = "Danh sách nhân viên";
     //
     // btnOptions
     //
     this.btnOptions.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnOptions.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnOptions.Location = new System.Drawing.Point(504, 440);
     this.btnOptions.Name = "btnOptions";
     this.btnOptions.Size = new System.Drawing.Size(75, 23);
     this.btnOptions.TabIndex = 2;
     this.btnOptions.Text = "&Tùy chọn...";
     this.btnOptions.Click += new System.EventHandler(this.btnOptions_Click);
     //
     // txtRecordNum
     //
     this.txtRecordNum.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtRecordNum.Location = new System.Drawing.Point(56, 440);
     this.txtRecordNum.Name = "txtRecordNum";
     this.txtRecordNum.ReadOnly = true;
     this.txtRecordNum.Size = new System.Drawing.Size(48, 20);
     this.txtRecordNum.TabIndex = 41;
     this.txtRecordNum.Text = "0/0";
     this.txtRecordNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     //
     // btnLast
     //
     this.btnLast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnLast.ImageIndex = 5;
     this.btnLast.ImageList = this.imageList1;
     this.btnLast.Location = new System.Drawing.Point(128, 440);
     this.btnLast.Name = "btnLast";
     this.btnLast.Size = new System.Drawing.Size(24, 23);
     this.btnLast.TabIndex = 6;
     this.btnLast.Click += new System.EventHandler(this.btnLast_Click);
     //
     // imageList1
     //
     this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
     this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
     this.imageList1.Images.SetKeyName(0, "");
     this.imageList1.Images.SetKeyName(1, "");
     this.imageList1.Images.SetKeyName(2, "");
     this.imageList1.Images.SetKeyName(3, "");
     this.imageList1.Images.SetKeyName(4, "");
     this.imageList1.Images.SetKeyName(5, "");
     //
     // btnNext
     //
     this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnNext.ImageIndex = 4;
     this.btnNext.ImageList = this.imageList1;
     this.btnNext.Location = new System.Drawing.Point(104, 440);
     this.btnNext.Name = "btnNext";
     this.btnNext.Size = new System.Drawing.Size(24, 23);
     this.btnNext.TabIndex = 5;
     this.btnNext.Click += new System.EventHandler(this.btnNext_Click);
     //
     // btnPrevious
     //
     this.btnPrevious.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnPrevious.ImageIndex = 3;
     this.btnPrevious.ImageList = this.imageList1;
     this.btnPrevious.Location = new System.Drawing.Point(32, 440);
     this.btnPrevious.Name = "btnPrevious";
     this.btnPrevious.Size = new System.Drawing.Size(24, 23);
     this.btnPrevious.TabIndex = 7;
     this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click);
     //
     // btnFirst
     //
     this.btnFirst.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.btnFirst.ImageIndex = 2;
     this.btnFirst.ImageList = this.imageList1;
     this.btnFirst.Location = new System.Drawing.Point(8, 440);
     this.btnFirst.Name = "btnFirst";
     this.btnFirst.Size = new System.Drawing.Size(24, 23);
     this.btnFirst.TabIndex = 8;
     this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click);
     //
     // cboStatusFilter
     //
     this.cboStatusFilter.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboStatusFilter.Items.AddRange(new object[] {
     "Tất cả ",
     "Làm việc",
     "Công tác",
     "Vắng mặt",
     "Về nhà"});
     this.cboStatusFilter.Location = new System.Drawing.Point(88, 16);
     this.cboStatusFilter.Name = "cboStatusFilter";
     this.cboStatusFilter.Size = new System.Drawing.Size(104, 21);
     this.cboStatusFilter.TabIndex = 0;
     this.cboStatusFilter.SelectedIndexChanged += new System.EventHandler(this.cboStatusFilter_SelectedIndexChanged);
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.cboStatusFilter);
     this.groupBox1.Controls.Add(this.txtSearch);
     this.groupBox1.Controls.Add(this.btnSearch);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location = new System.Drawing.Point(224, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(200, 72);
     this.groupBox1.TabIndex = 1;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Tùy chọn";
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(24, 16);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(48, 23);
     this.label6.TabIndex = 8;
     this.label6.Text = "Lọc";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // frmEmployeeStatus
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.AutoScroll = true;
     this.ClientSize = new System.Drawing.Size(744, 470);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.txtRecordNum);
     this.Controls.Add(this.btnLast);
     this.Controls.Add(this.btnNext);
     this.Controls.Add(this.btnPrevious);
     this.Controls.Add(this.btnFirst);
     this.Controls.Add(this.btnOptions);
     this.Controls.Add(this.grbEmployee);
     this.Controls.Add(this.btnRefresh);
     this.Controls.Add(this.grbChonPhong);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.btnClose);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmEmployeeStatus";
     this.Text = "Theo dõi trạng thái nhân viên";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frmStatus_Load);
     this.grbChonPhong.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
     this.grbEmployee.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.ResumeLayout(false);
     this.PerformLayout();
 }