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()
 {
     this.tableModel1        = new XPTable.Models.TableModel();
     this.btnRegOverTime     = new System.Windows.Forms.Button();
     this.chStartOverTime    = new XPTable.Models.TextColumn();
     this.chCardID           = new XPTable.Models.TextColumn();
     this.chEmployeeName     = new XPTable.Models.TextColumn();
     this.columnModel1       = new XPTable.Models.ColumnModel();
     this.chSTT              = new XPTable.Models.TextColumn();
     this.cLength            = new XPTable.Models.TextColumn();
     this.cDinnerAmount      = new XPTable.Models.TextColumn();
     this.cBus               = new XPTable.Models.CheckBoxColumn();
     this.cWorkOverTimeInfo  = new XPTable.Models.TextColumn();
     this.btnHelp            = new System.Windows.Forms.Button();
     this.groupBox4          = new System.Windows.Forms.GroupBox();
     this.dtpWorkingDay      = new System.Windows.Forms.DateTimePicker();
     this.contextMenu1       = new System.Windows.Forms.ContextMenu();
     this.mnuSet             = new System.Windows.Forms.MenuItem();
     this.groupBox2          = new System.Windows.Forms.GroupBox();
     this.departmentTreeView = new EVSoft.HRMS.Controls.DepartmentTreeView();
     this.btnClose           = new System.Windows.Forms.Button();
     this.groupBox1          = new System.Windows.Forms.GroupBox();
     this.lblTotalBus        = new System.Windows.Forms.Label();
     this.lblTotalLunch      = new System.Windows.Forms.Label();
     this.lblTotalOverTime   = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.label1             = new System.Windows.Forms.Label();
     this.lbl1               = new System.Windows.Forms.Label();
     this.lvwLunch           = new XPTable.Models.Table();
     this.btnClearAll        = new System.Windows.Forms.Button();
     this.btnSlectAll        = new System.Windows.Forms.Button();
     this.groupBox4.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwLunch)).BeginInit();
     this.SuspendLayout();
     //
     // btnRegOverTime
     //
     this.btnRegOverTime.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRegOverTime.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnRegOverTime.Location  = new System.Drawing.Point(704, 464);
     this.btnRegOverTime.Name      = "btnRegOverTime";
     this.btnRegOverTime.TabIndex  = 86;
     this.btnRegOverTime.Text      = "Đăng &ký";
     this.btnRegOverTime.Click    += new System.EventHandler(this.btnRegOverTime_Click);
     //
     // chStartOverTime
     //
     this.chStartOverTime.Editable = false;
     this.chStartOverTime.Text     = "Bắt đầu";
     this.chStartOverTime.Width    = 70;
     //
     // chCardID
     //
     this.chCardID.Editable = false;
     this.chCardID.Text     = "Mã thẻ";
     this.chCardID.Width    = 50;
     //
     // chEmployeeName
     //
     this.chEmployeeName.Editable = false;
     this.chEmployeeName.Text     = "Tên nhân viên";
     this.chEmployeeName.Width    = 130;
     //
     // columnModel1
     //
     this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
         this.chSTT,
         this.chCardID,
         this.chEmployeeName,
         this.chStartOverTime,
         this.cLength,
         this.cDinnerAmount,
         this.cBus,
         this.cWorkOverTimeInfo
     });
     //
     // chSTT
     //
     this.chSTT.Editable = false;
     this.chSTT.Text     = "STT";
     this.chSTT.Width    = 40;
     //
     // cLength
     //
     this.cLength.Text  = "Thời gian";
     this.cLength.Width = 70;
     //
     // cDinnerAmount
     //
     this.cDinnerAmount.Text  = "Ăn thêm";
     this.cDinnerAmount.Width = 60;
     //
     // cBus
     //
     this.cBus.Alignment = XPTable.Models.ColumnAlignment.Center;
     this.cBus.DrawText  = false;
     this.cBus.Text      = "Đi xe";
     this.cBus.Width     = 50;
     //
     // cWorkOverTimeInfo
     //
     this.cWorkOverTimeInfo.Text  = "Ghi chú";
     this.cWorkOverTimeInfo.Width = 140;
     //
     // 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, 464);
     this.btnHelp.Name      = "btnHelp";
     this.btnHelp.TabIndex  = 85;
     this.btnHelp.Text      = "Trợ giúp";
     //
     // 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  = 90;
     this.groupBox4.TabStop   = false;
     this.groupBox4.Text      = "Ngày";
     //
     // 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.TabIndex      = 74;
     this.dtpWorkingDay.ValueChanged += new System.EventHandler(this.dtpWorkingDay_ValueChanged);
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuSet
     });
     //
     // mnuSet
     //
     this.mnuSet.Index = 0;
     this.mnuSet.Text  = "&Thiết lập...";
     //
     // 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, 392);
     this.groupBox2.TabIndex  = 88;
     this.groupBox2.TabStop   = false;
     this.groupBox2.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.Location          = new System.Drawing.Point(8, 16);
     this.departmentTreeView.Name         = "departmentTreeView";
     this.departmentTreeView.Size         = new System.Drawing.Size(200, 368);
     this.departmentTreeView.TabIndex     = 3;
     this.departmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.departmentTreeView_AfterSelect);
     //
     // 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(784, 464);
     this.btnClose.Name         = "btnClose";
     this.btnClose.TabIndex     = 84;
     this.btnClose.Text         = "&Đóng";
     this.btnClose.Click       += new System.EventHandler(this.btnClose_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.lblTotalBus);
     this.groupBox1.Controls.Add(this.lblTotalLunch);
     this.groupBox1.Controls.Add(this.lblTotalOverTime);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.lbl1);
     this.groupBox1.Controls.Add(this.lvwLunch);
     this.groupBox1.Controls.Add(this.btnClearAll);
     this.groupBox1.Controls.Add(this.btnSlectAll);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location  = new System.Drawing.Point(232, 8);
     this.groupBox1.Name      = "groupBox1";
     this.groupBox1.Size      = new System.Drawing.Size(632, 448);
     this.groupBox1.TabIndex  = 87;
     this.groupBox1.TabStop   = false;
     this.groupBox1.Text      = "Danh sách nhân viên";
     //
     // lblTotalBus
     //
     this.lblTotalBus.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTotalBus.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTotalBus.Location  = new System.Drawing.Point(592, 416);
     this.lblTotalBus.Name      = "lblTotalBus";
     this.lblTotalBus.Size      = new System.Drawing.Size(32, 23);
     this.lblTotalBus.TabIndex  = 17;
     this.lblTotalBus.Text      = "70";
     this.lblTotalBus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTotalLunch
     //
     this.lblTotalLunch.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTotalLunch.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTotalLunch.Location  = new System.Drawing.Point(480, 416);
     this.lblTotalLunch.Name      = "lblTotalLunch";
     this.lblTotalLunch.Size      = new System.Drawing.Size(32, 23);
     this.lblTotalLunch.TabIndex  = 16;
     this.lblTotalLunch.Text      = "100";
     this.lblTotalLunch.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTotalOverTime
     //
     this.lblTotalOverTime.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTotalOverTime.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTotalOverTime.Location  = new System.Drawing.Point(352, 416);
     this.lblTotalOverTime.Name      = "lblTotalOverTime";
     this.lblTotalOverTime.Size      = new System.Drawing.Size(32, 23);
     this.lblTotalOverTime.TabIndex  = 15;
     this.lblTotalOverTime.Text      = "123";
     this.lblTotalOverTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location  = new System.Drawing.Point(520, 416);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(72, 24);
     this.label2.TabIndex  = 14;
     this.label2.Text      = "Số đi xe buýt:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Location  = new System.Drawing.Point(392, 416);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(96, 24);
     this.label1.TabIndex  = 13;
     this.label1.Text      = "Số lượng ăn cơm:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbl1
     //
     this.lbl1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lbl1.Location  = new System.Drawing.Point(272, 416);
     this.lbl1.Name      = "lbl1";
     this.lbl1.Size      = new System.Drawing.Size(88, 24);
     this.lbl1.TabIndex  = 12;
     this.lbl1.Text      = "Tổng làm thêm:";
     this.lbl1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lvwLunch
     //
     this.lvwLunch.AlternatingRowColor = System.Drawing.Color.FromArgb(((System.Byte)(230)), ((System.Byte)(237)), ((System.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(((System.Byte)(237)), ((System.Byte)(242)), ((System.Byte)(249)));
     this.lvwLunch.ColumnModel                 = this.columnModel1;
     this.lvwLunch.ContextMenu                 = this.contextMenu1;
     this.lvwLunch.EnableToolTips              = true;
     this.lvwLunch.ForeColor                   = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.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.NoItemsText                 = WorkingContext.LangManager.GetString("XPtable");
     this.lvwLunch.SelectionBackColor          = System.Drawing.Color.FromArgb(((System.Byte)(169)), ((System.Byte)(183)), ((System.Byte)(201)));
     this.lvwLunch.SelectionForeColor          = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.Byte)(121)));
     this.lvwLunch.SelectionStyle              = XPTable.Models.SelectionStyle.Grid;
     this.lvwLunch.Size                        = new System.Drawing.Size(616, 400);
     this.lvwLunch.SortedColumnBackColor       = System.Drawing.Color.Transparent;
     this.lvwLunch.TabIndex                    = 11;
     this.lvwLunch.TableModel                  = this.tableModel1;
     this.lvwLunch.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((System.Byte)(201)), ((System.Byte)(210)), ((System.Byte)(221)));
     this.lvwLunch.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.Byte)(121)));
     //
     // 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(96, 416);
     this.btnClearAll.Name      = "btnClearAll";
     this.btnClearAll.Size      = new System.Drawing.Size(80, 23);
     this.btnClearAll.TabIndex  = 78;
     this.btnClearAll.Text      = "Bỏ chọn";
     this.btnClearAll.Click    += new System.EventHandler(this.btnClearAll_Click);
     //
     // 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, 416);
     this.btnSlectAll.Name      = "btnSlectAll";
     this.btnSlectAll.Size      = new System.Drawing.Size(80, 23);
     this.btnSlectAll.TabIndex  = 77;
     this.btnSlectAll.Text      = "Chọn tất";
     this.btnSlectAll.Click    += new System.EventHandler(this.btnSlectAll_Click);
     //
     // frmOverTime
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(872, 494);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnRegOverTime);
     this.Controls.Add(this.btnHelp);
     this.Name  = "frmOverTime";
     this.Text  = "Danh sách nhân viên làm thêm giờ";
     this.Load += new System.EventHandler(this.frmOverTime_Load);
     this.groupBox4.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lvwLunch)).EndInit();
     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.tableModel1 = new XPTable.Models.TableModel();
     this.btnRegOverTime = new System.Windows.Forms.Button();
     this.chStartOverTime = new XPTable.Models.TextColumn();
     this.chCardID = new XPTable.Models.TextColumn();
     this.chEmployeeName = new XPTable.Models.TextColumn();
     this.columnModel1 = new XPTable.Models.ColumnModel();
     this.chSTT = new XPTable.Models.TextColumn();
     this.cLength = new XPTable.Models.TextColumn();
     this.cDinnerAmount = new XPTable.Models.TextColumn();
     this.cBus = new XPTable.Models.CheckBoxColumn();
     this.cWorkOverTimeInfo = new XPTable.Models.TextColumn();
     this.btnHelp = new System.Windows.Forms.Button();
     this.groupBox4 = new System.Windows.Forms.GroupBox();
     this.dtpWorkingDay = new System.Windows.Forms.DateTimePicker();
     this.contextMenu1 = new System.Windows.Forms.ContextMenu();
     this.mnuSet = new System.Windows.Forms.MenuItem();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.departmentTreeView = new EVSoft.HRMS.Controls.DepartmentTreeView();
     this.btnClose = new System.Windows.Forms.Button();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.lblTotalBus = new System.Windows.Forms.Label();
     this.lblTotalLunch = new System.Windows.Forms.Label();
     this.lblTotalOverTime = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.label1 = new System.Windows.Forms.Label();
     this.lbl1 = new System.Windows.Forms.Label();
     this.lvwLunch = new XPTable.Models.Table();
     this.btnClearAll = new System.Windows.Forms.Button();
     this.btnSlectAll = new System.Windows.Forms.Button();
     this.groupBox4.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.groupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwLunch)).BeginInit();
     this.SuspendLayout();
     //
     // btnRegOverTime
     //
     this.btnRegOverTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRegOverTime.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnRegOverTime.Location = new System.Drawing.Point(704, 464);
     this.btnRegOverTime.Name = "btnRegOverTime";
     this.btnRegOverTime.TabIndex = 86;
     this.btnRegOverTime.Text = "Đăng &ký";
     this.btnRegOverTime.Click += new System.EventHandler(this.btnRegOverTime_Click);
     //
     // chStartOverTime
     //
     this.chStartOverTime.Editable = false;
     this.chStartOverTime.Text = "Bắt đầu";
     this.chStartOverTime.Width = 70;
     //
     // chCardID
     //
     this.chCardID.Editable = false;
     this.chCardID.Text = "Mã thẻ";
     this.chCardID.Width = 50;
     //
     // chEmployeeName
     //
     this.chEmployeeName.Editable = false;
     this.chEmployeeName.Text = "Tên nhân viên";
     this.chEmployeeName.Width = 130;
     //
     // columnModel1
     //
     this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
                                                                        this.chSTT,
                                                                        this.chCardID,
                                                                        this.chEmployeeName,
                                                                        this.chStartOverTime,
                                                                        this.cLength,
                                                                        this.cDinnerAmount,
                                                                        this.cBus,
                                                                        this.cWorkOverTimeInfo});
     //
     // chSTT
     //
     this.chSTT.Editable = false;
     this.chSTT.Text = "STT";
     this.chSTT.Width = 40;
     //
     // cLength
     //
     this.cLength.Text = "Thời gian";
     this.cLength.Width = 70;
     //
     // cDinnerAmount
     //
     this.cDinnerAmount.Text = "Ăn thêm";
     this.cDinnerAmount.Width = 60;
     //
     // cBus
     //
     this.cBus.Alignment = XPTable.Models.ColumnAlignment.Center;
     this.cBus.DrawText = false;
     this.cBus.Text = "Đi xe";
     this.cBus.Width = 50;
     //
     // cWorkOverTimeInfo
     //
     this.cWorkOverTimeInfo.Text = "Ghi chú";
     this.cWorkOverTimeInfo.Width = 140;
     //
     // 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, 464);
     this.btnHelp.Name = "btnHelp";
     this.btnHelp.TabIndex = 85;
     this.btnHelp.Text = "Trợ giúp";
     //
     // 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 = 90;
     this.groupBox4.TabStop = false;
     this.groupBox4.Text = "Ngày";
     //
     // 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.TabIndex = 74;
     this.dtpWorkingDay.ValueChanged += new System.EventHandler(this.dtpWorkingDay_ValueChanged);
     //
     // contextMenu1
     //
     this.contextMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                  this.mnuSet});
     //
     // mnuSet
     //
     this.mnuSet.Index = 0;
     this.mnuSet.Text = "&Thiết lập...";
     //
     // 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, 392);
     this.groupBox2.TabIndex = 88;
     this.groupBox2.TabStop = false;
     this.groupBox2.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.Location = new System.Drawing.Point(8, 16);
     this.departmentTreeView.Name = "departmentTreeView";
     this.departmentTreeView.Size = new System.Drawing.Size(200, 368);
     this.departmentTreeView.TabIndex = 3;
     this.departmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.departmentTreeView_AfterSelect);
     //
     // 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(784, 464);
     this.btnClose.Name = "btnClose";
     this.btnClose.TabIndex = 84;
     this.btnClose.Text = "&Đóng";
     this.btnClose.Click += new System.EventHandler(this.btnClose_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.lblTotalBus);
     this.groupBox1.Controls.Add(this.lblTotalLunch);
     this.groupBox1.Controls.Add(this.lblTotalOverTime);
     this.groupBox1.Controls.Add(this.label2);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.lbl1);
     this.groupBox1.Controls.Add(this.lvwLunch);
     this.groupBox1.Controls.Add(this.btnClearAll);
     this.groupBox1.Controls.Add(this.btnSlectAll);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location = new System.Drawing.Point(232, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(632, 448);
     this.groupBox1.TabIndex = 87;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Danh sách nhân viên";
     //
     // lblTotalBus
     //
     this.lblTotalBus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTotalBus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTotalBus.Location = new System.Drawing.Point(592, 416);
     this.lblTotalBus.Name = "lblTotalBus";
     this.lblTotalBus.Size = new System.Drawing.Size(32, 23);
     this.lblTotalBus.TabIndex = 17;
     this.lblTotalBus.Text = "70";
     this.lblTotalBus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTotalLunch
     //
     this.lblTotalLunch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTotalLunch.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTotalLunch.Location = new System.Drawing.Point(480, 416);
     this.lblTotalLunch.Name = "lblTotalLunch";
     this.lblTotalLunch.Size = new System.Drawing.Size(32, 23);
     this.lblTotalLunch.TabIndex = 16;
     this.lblTotalLunch.Text = "100";
     this.lblTotalLunch.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lblTotalOverTime
     //
     this.lblTotalOverTime.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lblTotalOverTime.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblTotalOverTime.Location = new System.Drawing.Point(352, 416);
     this.lblTotalOverTime.Name = "lblTotalOverTime";
     this.lblTotalOverTime.Size = new System.Drawing.Size(32, 23);
     this.lblTotalOverTime.TabIndex = 15;
     this.lblTotalOverTime.Text = "123";
     this.lblTotalOverTime.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label2.Location = new System.Drawing.Point(520, 416);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(72, 24);
     this.label2.TabIndex = 14;
     this.label2.Text = "Số đi xe buýt:";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.Location = new System.Drawing.Point(392, 416);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(96, 24);
     this.label1.TabIndex = 13;
     this.label1.Text = "Số lượng ăn cơm:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbl1
     //
     this.lbl1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.lbl1.Location = new System.Drawing.Point(272, 416);
     this.lbl1.Name = "lbl1";
     this.lbl1.Size = new System.Drawing.Size(88, 24);
     this.lbl1.TabIndex = 12;
     this.lbl1.Text = "Tổng làm thêm:";
     this.lbl1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lvwLunch
     //
     this.lvwLunch.AlternatingRowColor = System.Drawing.Color.FromArgb(((System.Byte)(230)), ((System.Byte)(237)), ((System.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(((System.Byte)(237)), ((System.Byte)(242)), ((System.Byte)(249)));
     this.lvwLunch.ColumnModel = this.columnModel1;
     this.lvwLunch.ContextMenu = this.contextMenu1;
     this.lvwLunch.EnableToolTips = true;
     this.lvwLunch.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.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.NoItemsText = WorkingContext.LangManager.GetString("XPtable");
     this.lvwLunch.SelectionBackColor = System.Drawing.Color.FromArgb(((System.Byte)(169)), ((System.Byte)(183)), ((System.Byte)(201)));
     this.lvwLunch.SelectionForeColor = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.Byte)(121)));
     this.lvwLunch.SelectionStyle = XPTable.Models.SelectionStyle.Grid;
     this.lvwLunch.Size = new System.Drawing.Size(616, 400);
     this.lvwLunch.SortedColumnBackColor = System.Drawing.Color.Transparent;
     this.lvwLunch.TabIndex = 11;
     this.lvwLunch.TableModel = this.tableModel1;
     this.lvwLunch.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((System.Byte)(201)), ((System.Byte)(210)), ((System.Byte)(221)));
     this.lvwLunch.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.Byte)(121)));
     //
     // 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(96, 416);
     this.btnClearAll.Name = "btnClearAll";
     this.btnClearAll.Size = new System.Drawing.Size(80, 23);
     this.btnClearAll.TabIndex = 78;
     this.btnClearAll.Text = "Bỏ chọn";
     this.btnClearAll.Click += new System.EventHandler(this.btnClearAll_Click);
     //
     // 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, 416);
     this.btnSlectAll.Name = "btnSlectAll";
     this.btnSlectAll.Size = new System.Drawing.Size(80, 23);
     this.btnSlectAll.TabIndex = 77;
     this.btnSlectAll.Text = "Chọn tất";
     this.btnSlectAll.Click += new System.EventHandler(this.btnSlectAll_Click);
     //
     // frmOverTime
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(872, 494);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnRegOverTime);
     this.Controls.Add(this.btnHelp);
     this.Name = "frmOverTime";
     this.Text = "Danh sách nhân viên làm thêm giờ";
     this.Load += new System.EventHandler(this.frmOverTime_Load);
     this.groupBox4.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lvwLunch)).EndInit();
     this.ResumeLayout(false);
 }
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()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmListEmployees));
     this.pnDepartment = new System.Windows.Forms.Panel();
     this.departmentTreeView = new EVSoft.HRMS.Controls.DepartmentTreeView();
     this.btnDeletedEmployee = new System.Windows.Forms.Button();
     this.lblDepartment = new System.Windows.Forms.Label();
     this.pnEmployee = new System.Windows.Forms.Panel();
     this.lvwEmployeeBarcode = new XPTable.Models.Table();
     this.columnModel2 = new XPTable.Models.ColumnModel();
     this.clSTT = new XPTable.Models.NumberColumn();
     this.clBarcode = new XPTable.Models.TextColumn();
     this.clEmployeeID = new XPTable.Models.TextColumn();
     this.clEmployeeName = new XPTable.Models.TextColumn();
     this.clDepartment = new XPTable.Models.TextColumn();
     this.clStartDate = new XPTable.Models.TextColumn();
     this.clImagePath = new XPTable.Models.TextColumn();
     this.tableModel2 = new XPTable.Models.TableModel();
     this.lvwEmployee = new XPTable.Models.Table();
     this.columnModel1 = new XPTable.Models.ColumnModel();
     this.cSTT = new XPTable.Models.NumberColumn();
     this.cDepartmentName = new XPTable.Models.TextColumn();
     this.cCardID = new XPTable.Models.TextColumn();
     this.cBarCode = new XPTable.Models.TextColumn();
     this.cEmployeeName = new XPTable.Models.TextColumn();
     this.cGender = new XPTable.Models.TextColumn();
     this.cDateOfBirth = new XPTable.Models.TextColumn();
     this.cIdentityCard = new XPTable.Models.TextColumn();
     this.cIssue = new XPTable.Models.TextColumn();
     this.cAllocationPlace = new XPTable.Models.TextColumn();
     this.cInsurance = new XPTable.Models.TextColumn();
     this.cPhone = new XPTable.Models.TextColumn();
     this.cTrinhdo = new XPTable.Models.TextColumn();
     this.cAddress = new XPTable.Models.TextColumn();
     this.cTemporaryAddress = new XPTable.Models.TextColumn();
     this.cCommune = new XPTable.Models.TextColumn();
     this.cDistrict = new XPTable.Models.TextColumn();
     this.cProvince = new XPTable.Models.TextColumn();
     this.cPosition = new XPTable.Models.TextColumn();
     this.cStartTrial = new XPTable.Models.TextColumn();
     this.cStartDate = new XPTable.Models.TextColumn();
     this.cStopDate = new XPTable.Models.TextColumn();
     this.cBasicSalary = new XPTable.Models.NumberColumn();
     this.LunchAllowance = new XPTable.Models.NumberColumn();
     this.DangerousAllowance = new XPTable.Models.NumberColumn();
     this.ResponsibleAllowance = new XPTable.Models.NumberColumn();
     this.HarmfulAllowance = new XPTable.Models.NumberColumn();
     this.IntimateAllowance = new XPTable.Models.NumberColumn();
     this.bIntimateAllowanceFixed = new XPTable.Models.CheckBoxColumn();
     this.cTotalYear = new XPTable.Models.TextColumn();
     this.cTotalMonth = new XPTable.Models.TextColumn();
     this.txtKinhNghiem = new XPTable.Models.TextColumn();
     this.tableModel1 = new XPTable.Models.TableModel();
     this.lblEmployee = new System.Windows.Forms.Label();
     this.pnButtons = new System.Windows.Forms.Panel();
     this.btnEdit = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnSearch = new System.Windows.Forms.Button();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.btnUpdateBarCode = new System.Windows.Forms.Button();
     this.btnExcelBarCode = new System.Windows.Forms.Button();
     this.btnExcel = new System.Windows.Forms.Button();
     this.btnPermanentDelete = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.btnRestore = new System.Windows.Forms.Button();
     this.btnDelete = new System.Windows.Forms.Button();
     this.imageList1 = new System.Windows.Forms.ImageList(this.components);
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.pnDepartment.SuspendLayout();
     this.pnEmployee.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwEmployeeBarcode)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.lvwEmployee)).BeginInit();
     this.pnButtons.SuspendLayout();
     this.SuspendLayout();
     //
     // pnDepartment
     //
     this.pnDepartment.Controls.Add(this.departmentTreeView);
     this.pnDepartment.Controls.Add(this.btnDeletedEmployee);
     this.pnDepartment.Controls.Add(this.lblDepartment);
     this.pnDepartment.Dock = System.Windows.Forms.DockStyle.Left;
     this.pnDepartment.Location = new System.Drawing.Point(0, 0);
     this.pnDepartment.Name = "pnDepartment";
     this.pnDepartment.Size = new System.Drawing.Size(200, 550);
     this.pnDepartment.TabIndex = 0;
     //
     // 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(0, 24);
     this.departmentTreeView.Name = "departmentTreeView";
     this.departmentTreeView.SelectedImageIndex = 0;
     this.departmentTreeView.Size = new System.Drawing.Size(200, 504);
     this.departmentTreeView.TabIndex = 5;
     this.departmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.departmentTreeView_AfterSelect);
     //
     // btnDeletedEmployee
     //
     this.btnDeletedEmployee.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.btnDeletedEmployee.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnDeletedEmployee.Location = new System.Drawing.Point(0, 527);
     this.btnDeletedEmployee.Name = "btnDeletedEmployee";
     this.btnDeletedEmployee.Size = new System.Drawing.Size(200, 23);
     this.btnDeletedEmployee.TabIndex = 7;
     this.btnDeletedEmployee.Text = "Danh sách nhân viên đã nghỉ việc";
     this.btnDeletedEmployee.Click += new System.EventHandler(this.btnDeletedEmployee_Click);
     //
     // lblDepartment
     //
     this.lblDepartment.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblDepartment.Dock = System.Windows.Forms.DockStyle.Top;
     this.lblDepartment.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblDepartment.Location = new System.Drawing.Point(0, 0);
     this.lblDepartment.Name = "lblDepartment";
     this.lblDepartment.Size = new System.Drawing.Size(200, 24);
     this.lblDepartment.TabIndex = 1;
     this.lblDepartment.Text = "Danh sách các đơn vị";
     this.lblDepartment.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pnEmployee
     //
     this.pnEmployee.Controls.Add(this.lvwEmployeeBarcode);
     this.pnEmployee.Controls.Add(this.lvwEmployee);
     this.pnEmployee.Controls.Add(this.lblEmployee);
     this.pnEmployee.Controls.Add(this.pnButtons);
     this.pnEmployee.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnEmployee.Location = new System.Drawing.Point(200, 0);
     this.pnEmployee.Name = "pnEmployee";
     this.pnEmployee.Size = new System.Drawing.Size(820, 550);
     this.pnEmployee.TabIndex = 4;
     //
     // lvwEmployeeBarcode
     //
     this.lvwEmployeeBarcode.AlternatingRowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(237)))), ((int)(((byte)(245)))));
     this.lvwEmployeeBarcode.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(242)))), ((int)(((byte)(249)))));
     this.lvwEmployeeBarcode.ColumnModel = this.columnModel2;
     this.lvwEmployeeBarcode.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwEmployeeBarcode.Location = new System.Drawing.Point(990, 261);
     this.lvwEmployeeBarcode.Name = "lvwEmployeeBarcode";
     this.lvwEmployeeBarcode.Size = new System.Drawing.Size(150, 150);
     this.lvwEmployeeBarcode.TabIndex = 0;
     this.lvwEmployeeBarcode.TableModel = this.tableModel2;
     this.lvwEmployeeBarcode.Text = "table1";
     this.lvwEmployeeBarcode.Visible = false;
     //
     // columnModel2
     //
     this.columnModel2.Columns.AddRange(new XPTable.Models.Column[] {
     this.clSTT,
     this.clBarcode,
     this.clEmployeeID,
     this.clEmployeeName,
     this.clDepartment,
     this.clStartDate,
     this.clImagePath});
     //
     // clSTT
     //
     this.clSTT.Maximum = new decimal(new int[] {
     10000,
     0,
     0,
     0});
     this.clSTT.Text = "STT";
     this.clSTT.Width = 40;
     //
     // clBarcode
     //
     this.clBarcode.Text = "Mã vạch";
     this.clBarcode.Width = 100;
     //
     // clEmployeeID
     //
     this.clEmployeeID.Text = "Mã nhân viên";
     //
     // clEmployeeName
     //
     this.clEmployeeName.Text = "Họ tên";
     this.clEmployeeName.Width = 150;
     //
     // clDepartment
     //
     this.clDepartment.Text = "Bộ phận";
     //
     // clStartDate
     //
     this.clStartDate.Text = "Ngày vào công ty";
     //
     // clImagePath
     //
     this.clImagePath.Text = "Hình ảnh";
     //
     // lvwEmployee
     //
     this.lvwEmployee.AlternatingRowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(237)))), ((int)(((byte)(245)))));
     this.lvwEmployee.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.lvwEmployee.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(242)))), ((int)(((byte)(249)))));
     this.lvwEmployee.ColumnModel = this.columnModel1;
     this.lvwEmployee.EnableHeaderContextMenu = false;
     this.lvwEmployee.EnableToolTips = true;
     this.lvwEmployee.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwEmployee.FullRowSelect = true;
     this.lvwEmployee.GridColor = System.Drawing.SystemColors.ButtonShadow;
     this.lvwEmployee.GridLines = XPTable.Models.GridLines.Both;
     this.lvwEmployee.GridLineStyle = XPTable.Models.GridLineStyle.Dot;
     this.lvwEmployee.HeaderFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lvwEmployee.Location = new System.Drawing.Point(3, 22);
     this.lvwEmployee.Name = "lvwEmployee";
     this.lvwEmployee.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(183)))), ((int)(((byte)(201)))));
     this.lvwEmployee.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwEmployee.SelectionStyle = XPTable.Models.SelectionStyle.Grid;
     this.lvwEmployee.Size = new System.Drawing.Size(812, 488);
     this.lvwEmployee.SortedColumnBackColor = System.Drawing.Color.Transparent;
     this.lvwEmployee.TabIndex = 10;
     this.lvwEmployee.TableModel = this.tableModel1;
     this.lvwEmployee.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(221)))));
     this.lvwEmployee.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121)))));
     this.lvwEmployee.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.lvwEmployee_KeyPress);
     this.lvwEmployee.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lvwEmployee_MouseDown);
     this.lvwEmployee.SelectionChanged += new XPTable.Events.SelectionEventHandler(this.lvwEmployee_SelectionChanged);
     this.lvwEmployee.DoubleClick += new System.EventHandler(this.btnEdit_Click);
     //
     // columnModel1
     //
     this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
     this.cSTT,
     this.cDepartmentName,
     this.cCardID,
     this.cBarCode,
     this.cEmployeeName,
     this.cGender,
     this.cDateOfBirth,
     this.cIdentityCard,
     this.cIssue,
     this.cAllocationPlace,
     this.cInsurance,
     this.cPhone,
     this.cTrinhdo,
     this.cAddress,
     this.cTemporaryAddress,
     this.cCommune,
     this.cDistrict,
     this.cProvince,
     this.cPosition,
     this.cStartTrial,
     this.cStartDate,
     this.cStopDate,
     this.cBasicSalary,
     this.LunchAllowance,
     this.DangerousAllowance,
     this.ResponsibleAllowance,
     this.HarmfulAllowance,
     this.IntimateAllowance,
     this.bIntimateAllowanceFixed,
     this.cTotalYear,
     this.cTotalMonth,
     this.txtKinhNghiem});
     //
     // cSTT
     //
     this.cSTT.Editable = false;
     this.cSTT.Maximum = new decimal(new int[] {
     10000,
     0,
     0,
     0});
     this.cSTT.Text = "STT";
     this.cSTT.UpDownAlign = System.Windows.Forms.LeftRightAlignment.Left;
     this.cSTT.Width = 40;
     //
     // cDepartmentName
     //
     this.cDepartmentName.Editable = false;
     this.cDepartmentName.Text = "Bộ phận";
     this.cDepartmentName.Width = 90;
     //
     // cCardID
     //
     this.cCardID.Editable = false;
     this.cCardID.Text = "Mã thẻ";
     this.cCardID.Width = 50;
     //
     // cBarCode
     //
     this.cBarCode.Text = "Mã vạch";
     this.cBarCode.Width = 100;
     //
     // cEmployeeName
     //
     this.cEmployeeName.Editable = false;
     this.cEmployeeName.Text = "Tên nhân viên";
     this.cEmployeeName.Width = 130;
     //
     // cGender
     //
     this.cGender.Editable = false;
     this.cGender.Text = "Giới tính";
     this.cGender.Width = 60;
     //
     // cDateOfBirth
     //
     this.cDateOfBirth.Editable = false;
     this.cDateOfBirth.Text = "Ngày sinh";
     //
     // cIdentityCard
     //
     this.cIdentityCard.Editable = false;
     this.cIdentityCard.Text = "Số CMND";
     //
     // cIssue
     //
     this.cIssue.Editable = false;
     this.cIssue.Text = "Ngày cấp";
     //
     // cAllocationPlace
     //
     this.cAllocationPlace.Editable = false;
     this.cAllocationPlace.Text = "Nơi cấp";
     //
     // cInsurance
     //
     this.cInsurance.Text = "Số sổ BHXH";
     //
     // cPhone
     //
     this.cPhone.Editable = false;
     this.cPhone.Text = "Điện thoại";
     //
     // cTrinhdo
     //
     this.cTrinhdo.Editable = false;
     this.cTrinhdo.Text = "Trình độ";
     this.cTrinhdo.Width = 58;
     //
     // cAddress
     //
     this.cAddress.Editable = false;
     this.cAddress.Text = "Địa chỉ thường trú";
     this.cAddress.Width = 120;
     //
     // cTemporaryAddress
     //
     this.cTemporaryAddress.Editable = false;
     this.cTemporaryAddress.Text = "Địa chỉ tạm trú";
     this.cTemporaryAddress.Width = 120;
     //
     // cCommune
     //
     this.cCommune.Editable = false;
     this.cCommune.Text = "Phường/xã";
     this.cCommune.Width = 80;
     //
     // cDistrict
     //
     this.cDistrict.Editable = false;
     this.cDistrict.Text = "Quận/huyện";
     this.cDistrict.Width = 80;
     //
     // cProvince
     //
     this.cProvince.Text = "Tỉnh/T.phố";
     this.cProvince.Width = 80;
     //
     // cPosition
     //
     this.cPosition.Editable = false;
     this.cPosition.Text = "Chức vụ";
     this.cPosition.Width = 62;
     //
     // cStartTrial
     //
     this.cStartTrial.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.cStartTrial.Editable = false;
     this.cStartTrial.Text = "Ngày thử việc";
     this.cStartTrial.Width = 91;
     //
     // cStartDate
     //
     this.cStartDate.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.cStartDate.Text = "Ngày chính thức";
     this.cStartDate.Width = 98;
     //
     // cStopDate
     //
     this.cStopDate.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.cStopDate.Editable = false;
     this.cStopDate.Text = "Thôi việc";
     this.cStopDate.Visible = false;
     this.cStopDate.Width = 98;
     //
     // cBasicSalary
     //
     this.cBasicSalary.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.cBasicSalary.Editable = false;
     this.cBasicSalary.Format = "#,##0;(#,##0);-";
     this.cBasicSalary.Increment = new decimal(new int[] {
     1000,
     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 = 84;
     //
     // LunchAllowance
     //
     this.LunchAllowance.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.LunchAllowance.Editable = false;
     this.LunchAllowance.Format = "#,##0;(#,##0);-";
     this.LunchAllowance.Increment = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     this.LunchAllowance.Maximum = new decimal(new int[] {
     100000000,
     0,
     0,
     0});
     this.LunchAllowance.Text = "PC ăn trưa";
     this.LunchAllowance.Width = 84;
     //
     // DangerousAllowance
     //
     this.DangerousAllowance.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.DangerousAllowance.Editable = false;
     this.DangerousAllowance.Format = "#,##0;(#,##0);-";
     this.DangerousAllowance.Increment = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     this.DangerousAllowance.Maximum = new decimal(new int[] {
     100000000,
     0,
     0,
     0});
     this.DangerousAllowance.Text = "PC công việc";
     this.DangerousAllowance.Width = 84;
     //
     // ResponsibleAllowance
     //
     this.ResponsibleAllowance.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.ResponsibleAllowance.Editable = false;
     this.ResponsibleAllowance.Format = "#,##0;(#,##0);-";
     this.ResponsibleAllowance.Increment = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     this.ResponsibleAllowance.Maximum = new decimal(new int[] {
     100000000,
     0,
     0,
     0});
     this.ResponsibleAllowance.Text = "PC trách nhiệm";
     this.ResponsibleAllowance.Width = 84;
     //
     // HarmfulAllowance
     //
     this.HarmfulAllowance.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.HarmfulAllowance.Editable = false;
     this.HarmfulAllowance.Format = "#,##0;(#,##0);-";
     this.HarmfulAllowance.Increment = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     this.HarmfulAllowance.Maximum = new decimal(new int[] {
     100000000,
     0,
     0,
     0});
     this.HarmfulAllowance.Text = "PC Độc hại";
     this.HarmfulAllowance.Width = 84;
     //
     // IntimateAllowance
     //
     this.IntimateAllowance.Alignment = XPTable.Models.ColumnAlignment.Right;
     this.IntimateAllowance.Editable = false;
     this.IntimateAllowance.Format = "#,##0;(#,##0);-";
     this.IntimateAllowance.Increment = new decimal(new int[] {
     1000,
     0,
     0,
     0});
     this.IntimateAllowance.Maximum = new decimal(new int[] {
     100000000,
     0,
     0,
     0});
     this.IntimateAllowance.Text = "PC đi lại";
     this.IntimateAllowance.Width = 84;
     //
     // bIntimateAllowanceFixed
     //
     this.bIntimateAllowanceFixed.Editable = false;
     this.bIntimateAllowanceFixed.Text = "PC ĐL cố định";
     //
     // cTotalYear
     //
     this.cTotalYear.Text = "Số năm";
     //
     // cTotalMonth
     //
     this.cTotalMonth.Text = "Số tháng";
     //
     // lblEmployee
     //
     this.lblEmployee.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lblEmployee.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lblEmployee.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.lblEmployee.Location = new System.Drawing.Point(8, 0);
     this.lblEmployee.Name = "lblEmployee";
     this.lblEmployee.Size = new System.Drawing.Size(812, 24);
     this.lblEmployee.TabIndex = 6;
     this.lblEmployee.Text = "Tổng số nhân viên trong danh sách: 999";
     this.lblEmployee.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // pnButtons
     //
     this.pnButtons.Controls.Add(this.btnEdit);
     this.pnButtons.Controls.Add(this.btnClose);
     this.pnButtons.Controls.Add(this.btnSearch);
     this.pnButtons.Controls.Add(this.txtSearch);
     this.pnButtons.Controls.Add(this.btnUpdateBarCode);
     this.pnButtons.Controls.Add(this.btnExcelBarCode);
     this.pnButtons.Controls.Add(this.btnExcel);
     this.pnButtons.Controls.Add(this.btnPermanentDelete);
     this.pnButtons.Controls.Add(this.btnAdd);
     this.pnButtons.Controls.Add(this.btnRestore);
     this.pnButtons.Controls.Add(this.btnDelete);
     this.pnButtons.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnButtons.Location = new System.Drawing.Point(0, 510);
     this.pnButtons.Name = "pnButtons";
     this.pnButtons.Size = new System.Drawing.Size(820, 40);
     this.pnButtons.TabIndex = 4;
     //
     // btnEdit
     //
     this.btnEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnEdit.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnEdit.Location = new System.Drawing.Point(580, 8);
     this.btnEdit.Name = "btnEdit";
     this.btnEdit.Size = new System.Drawing.Size(75, 23);
     this.btnEdit.TabIndex = 5;
     this.btnEdit.Text = "&Sửa";
     this.btnEdit.Click += new System.EventHandler(this.btnEdit_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(740, 8);
     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);
     //
     // 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(128, 8);
     this.btnSearch.Name = "btnSearch";
     this.btnSearch.Size = new System.Drawing.Size(64, 23);
     this.btnSearch.TabIndex = 1;
     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(16, 8);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(112, 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);
     //
     // btnUpdateBarCode
     //
     this.btnUpdateBarCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnUpdateBarCode.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnUpdateBarCode.Location = new System.Drawing.Point(131, 8);
     this.btnUpdateBarCode.Name = "btnUpdateBarCode";
     this.btnUpdateBarCode.Size = new System.Drawing.Size(104, 23);
     this.btnUpdateBarCode.TabIndex = 2;
     this.btnUpdateBarCode.Text = "Cập nhật mã vạch";
     this.btnUpdateBarCode.Visible = false;
     this.btnUpdateBarCode.Click += new System.EventHandler(this.btnUpdateBarCode_Click);
     //
     // btnExcelBarCode
     //
     this.btnExcelBarCode.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExcelBarCode.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnExcelBarCode.Location = new System.Drawing.Point(244, 8);
     this.btnExcelBarCode.Name = "btnExcelBarCode";
     this.btnExcelBarCode.Size = new System.Drawing.Size(136, 23);
     this.btnExcelBarCode.TabIndex = 3;
     this.btnExcelBarCode.Text = "Xuất Excel hỗ trợ mã vạch";
     this.btnExcelBarCode.Click += new System.EventHandler(this.btnExcelBarCode_Click);
     //
     // btnExcel
     //
     this.btnExcel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnExcel.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnExcel.Location = new System.Drawing.Point(388, 8);
     this.btnExcel.Name = "btnExcel";
     this.btnExcel.Size = new System.Drawing.Size(104, 23);
     this.btnExcel.TabIndex = 3;
     this.btnExcel.Text = "Xuất &Excel";
     this.btnExcel.Click += new System.EventHandler(this.btnExcel_Click);
     //
     // btnPermanentDelete
     //
     this.btnPermanentDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnPermanentDelete.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnPermanentDelete.Location = new System.Drawing.Point(660, 8);
     this.btnPermanentDelete.Name = "btnPermanentDelete";
     this.btnPermanentDelete.Size = new System.Drawing.Size(75, 23);
     this.btnPermanentDelete.TabIndex = 6;
     this.btnPermanentDelete.Text = "&Xóa";
     this.btnPermanentDelete.Click += new System.EventHandler(this.btnPermanentDelete_Click);
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnAdd.Location = new System.Drawing.Point(500, 8);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.Size = new System.Drawing.Size(75, 23);
     this.btnAdd.TabIndex = 4;
     this.btnAdd.Text = "Thêm &mới";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_Click);
     //
     // btnRestore
     //
     this.btnRestore.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnRestore.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnRestore.Location = new System.Drawing.Point(500, 9);
     this.btnRestore.Name = "btnRestore";
     this.btnRestore.Size = new System.Drawing.Size(75, 23);
     this.btnRestore.TabIndex = 8;
     this.btnRestore.Text = "&Khôi phục";
     this.btnRestore.Click += new System.EventHandler(this.btnRestore_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(660, 8);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.Size = new System.Drawing.Size(75, 23);
     this.btnDelete.TabIndex = 5;
     this.btnDelete.Text = "&Thôi việc";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_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, "");
     //
     // splitter1
     //
     this.splitter1.Location = new System.Drawing.Point(200, 0);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(8, 550);
     this.splitter1.TabIndex = 0;
     this.splitter1.TabStop = false;
     //
     // frmListEmployees
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(1020, 550);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.pnEmployee);
     this.Controls.Add(this.pnDepartment);
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name = "frmListEmployees";
     this.Text = "Danh sách nhân viên";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frmListEmployees_Load);
     this.pnDepartment.ResumeLayout(false);
     this.pnEmployee.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.lvwEmployeeBarcode)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.lvwEmployee)).EndInit();
     this.pnButtons.ResumeLayout(false);
     this.pnButtons.PerformLayout();
     this.ResumeLayout(false);
 }
Exemplo n.º 4
0
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRegOverTime));
     this.btnClose = new System.Windows.Forms.Button();
     this.btnSave = new System.Windows.Forms.Button();
     this.txtWorkOverTimeInfo = new System.Windows.Forms.TextBox();
     this.label5 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.dtpDayWorking = new System.Windows.Forms.DateTimePicker();
     this.dtpStartTimeOver = new System.Windows.Forms.DateTimePicker();
     this.departmentTreeView = new EVSoft.HRMS.Controls.DepartmentTreeView();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.txtEmployeeName = new System.Windows.Forms.TextBox();
     this.cboEmployeeName = new MTGCComboBox();
     this.label6 = new System.Windows.Forms.Label();
     this.cboDinnnerAmount = new System.Windows.Forms.ComboBox();
     this.label1 = new System.Windows.Forms.Label();
     this.ckHaveDinner = new System.Windows.Forms.CheckBox();
     this.lblLength = new System.Windows.Forms.Label();
     this.dtpLength = new System.Windows.Forms.DateTimePicker();
     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.groupBox4 = new System.Windows.Forms.GroupBox();
     this.btnSelectAll = new System.Windows.Forms.Button();
     this.btnClearAll = new System.Windows.Forms.Button();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwListEmployee)).BeginInit();
     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.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnClose.Location = new System.Drawing.Point(520, 504);
     this.btnClose.Name = "btnClose";
     this.btnClose.Size = new System.Drawing.Size(75, 23);
     this.btnClose.TabIndex = 59;
     this.btnClose.Text = "Đóng";
     this.btnClose.Click += new System.EventHandler(this.btnClose_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.Location = new System.Drawing.Point(440, 504);
     this.btnSave.Name = "btnSave";
     this.btnSave.Size = new System.Drawing.Size(75, 23);
     this.btnSave.TabIndex = 58;
     this.btnSave.Text = "Ghi";
     this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
     //
     // txtWorkOverTimeInfo
     //
     this.txtWorkOverTimeInfo.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.txtWorkOverTimeInfo.Location = new System.Drawing.Point(8, 144);
     this.txtWorkOverTimeInfo.Multiline = true;
     this.txtWorkOverTimeInfo.Name = "txtWorkOverTimeInfo";
     this.txtWorkOverTimeInfo.Size = new System.Drawing.Size(312, 336);
     this.txtWorkOverTimeInfo.TabIndex = 55;
     //
     // label5
     //
     this.label5.Location = new System.Drawing.Point(8, 128);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(104, 18);
     this.label5.TabIndex = 54;
     this.label5.Text = "Nội dung công việc";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 72);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(80, 23);
     this.label3.TabIndex = 52;
     this.label3.Text = "Bắt đầu";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 48);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(80, 23);
     this.label2.TabIndex = 51;
     this.label2.Text = "Ngày làm ";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dtpDayWorking
     //
     this.dtpDayWorking.CustomFormat = "dd/MM/yyyy    ";
     this.dtpDayWorking.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpDayWorking.Location = new System.Drawing.Point(88, 48);
     this.dtpDayWorking.Name = "dtpDayWorking";
     this.dtpDayWorking.Size = new System.Drawing.Size(232, 20);
     this.dtpDayWorking.TabIndex = 56;
     //
     // dtpStartTimeOver
     //
     this.dtpStartTimeOver.CustomFormat = "HH:mm";
     this.dtpStartTimeOver.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpStartTimeOver.Location = new System.Drawing.Point(88, 72);
     this.dtpStartTimeOver.Name = "dtpStartTimeOver";
     this.dtpStartTimeOver.ShowUpDown = true;
     this.dtpStartTimeOver.Size = new System.Drawing.Size(56, 20);
     this.dtpStartTimeOver.TabIndex = 75;
     this.dtpStartTimeOver.Value = new System.DateTime(2005, 9, 30, 17, 0, 0, 0);
     //
     // 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.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(240, 152);
     this.departmentTreeView.TabIndex = 76;
     this.departmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.departmentTreeView_AfterSelect);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.departmentTreeView);
     this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(256, 176);
     this.groupBox1.TabIndex = 77;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Danh sách bộ phận";
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.Controls.Add(this.txtEmployeeName);
     this.groupBox2.Controls.Add(this.cboEmployeeName);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.cboDinnnerAmount);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.ckHaveDinner);
     this.groupBox2.Controls.Add(this.lblLength);
     this.groupBox2.Controls.Add(this.dtpLength);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.dtpDayWorking);
     this.groupBox2.Controls.Add(this.dtpStartTimeOver);
     this.groupBox2.Controls.Add(this.txtWorkOverTimeInfo);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location = new System.Drawing.Point(272, 8);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(328, 488);
     this.groupBox2.TabIndex = 78;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Thông tin làm thêm giờ";
     //
     // txtEmployeeName
     //
     this.txtEmployeeName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                 | System.Windows.Forms.AnchorStyles.Right)));
     this.txtEmployeeName.Location = new System.Drawing.Point(152, 24);
     this.txtEmployeeName.Name = "txtEmployeeName";
     this.txtEmployeeName.ReadOnly = true;
     this.txtEmployeeName.Size = new System.Drawing.Size(168, 20);
     this.txtEmployeeName.TabIndex = 85;
     this.txtEmployeeName.TextChanged += new System.EventHandler(this.txtEmployeeName_TextChanged);
     //
     // cboEmployeeName
     //
     this.cboEmployeeName.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D;
     this.cboEmployeeName.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
     this.cboEmployeeName.ColumnNum = 3;
     this.cboEmployeeName.ColumnWidth = "0;60;121";
     this.cboEmployeeName.DisplayMember = "Text";
     this.cboEmployeeName.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboEmployeeName.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238)))));
     this.cboEmployeeName.DropDownForeColor = System.Drawing.Color.Black;
     this.cboEmployeeName.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList;
     this.cboEmployeeName.DropDownWidth = 201;
     this.cboEmployeeName.Enabled = false;
     this.cboEmployeeName.GridLineColor = System.Drawing.Color.LightGray;
     this.cboEmployeeName.GridLineHorizontal = true;
     this.cboEmployeeName.GridLineVertical = true;
     this.cboEmployeeName.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem;
     this.cboEmployeeName.Location = new System.Drawing.Point(88, 24);
     this.cboEmployeeName.ManagingFastMouseMoving = true;
     this.cboEmployeeName.ManagingFastMouseMovingInterval = 30;
     this.cboEmployeeName.Name = "cboEmployeeName";
     this.cboEmployeeName.Size = new System.Drawing.Size(64, 21);
     this.cboEmployeeName.TabIndex = 84;
     this.cboEmployeeName.SelectedIndexChanged += new System.EventHandler(this.cboEmployeeName_SelectedIndexChanged);
     //
     // label6
     //
     this.label6.Location = new System.Drawing.Point(8, 24);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(80, 23);
     this.label6.TabIndex = 83;
     this.label6.Text = "Tên nhân viên";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cboDinnnerAmount
     //
     this.cboDinnnerAmount.Items.AddRange(new object[] {
     "15000",
     "16000",
     "25000"});
     this.cboDinnnerAmount.Location = new System.Drawing.Point(264, 96);
     this.cboDinnnerAmount.Name = "cboDinnnerAmount";
     this.cboDinnnerAmount.Size = new System.Drawing.Size(56, 21);
     this.cboDinnnerAmount.TabIndex = 82;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(176, 96);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(80, 23);
     this.label1.TabIndex = 81;
     this.label1.Text = "PC tiền ăn";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // ckHaveDinner
     //
     this.ckHaveDinner.Location = new System.Drawing.Point(8, 96);
     this.ckHaveDinner.Name = "ckHaveDinner";
     this.ckHaveDinner.Size = new System.Drawing.Size(152, 24);
     this.ckHaveDinner.TabIndex = 79;
     this.ckHaveDinner.Text = "Hưởng suất ăn thêm";
     this.ckHaveDinner.CheckedChanged += new System.EventHandler(this.ckHaveDinner_CheckedChanged);
     //
     // lblLength
     //
     this.lblLength.Location = new System.Drawing.Point(176, 72);
     this.lblLength.Name = "lblLength";
     this.lblLength.Size = new System.Drawing.Size(80, 23);
     this.lblLength.TabIndex = 77;
     this.lblLength.Text = "Thời gian";
     this.lblLength.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // dtpLength
     //
     this.dtpLength.CustomFormat = "HH:mm";
     this.dtpLength.Format = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtpLength.Location = new System.Drawing.Point(264, 72);
     this.dtpLength.Name = "dtpLength";
     this.dtpLength.ShowUpDown = true;
     this.dtpLength.Size = new System.Drawing.Size(56, 20);
     this.dtpLength.TabIndex = 78;
     this.dtpLength.Value = new System.DateTime(2005, 12, 3, 3, 30, 0, 0);
     //
     // 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(240, 288);
     this.lvwListEmployee.SortedColumnBackColor = System.Drawing.Color.Transparent;
     this.lvwListEmployee.TabIndex = 81;
     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)))));
     //
     // columnModel1
     //
     this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
     this.cSTT,
     this.cCardID,
     this.cEmployeeName});
     //
     // cSTT
     //
     this.cSTT.Text = "STT";
     this.cSTT.Width = 42;
     //
     // cCardID
     //
     this.cCardID.Text = "Mã thẻ";
     this.cCardID.Width = 66;
     //
     // cEmployeeName
     //
     this.cEmployeeName.Text = "Tên nhân viên";
     this.cEmployeeName.Width = 120;
     //
     // groupBox4
     //
     this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                 | System.Windows.Forms.AnchorStyles.Left)));
     this.groupBox4.Controls.Add(this.lvwListEmployee);
     this.groupBox4.Location = new System.Drawing.Point(8, 184);
     this.groupBox4.Name = "groupBox4";
     this.groupBox4.Size = new System.Drawing.Size(256, 312);
     this.groupBox4.TabIndex = 82;
     this.groupBox4.TabStop = false;
     //
     // 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(16, 504);
     this.btnSelectAll.Name = "btnSelectAll";
     this.btnSelectAll.Size = new System.Drawing.Size(75, 23);
     this.btnSelectAll.TabIndex = 83;
     this.btnSelectAll.Text = "Chọn tất";
     this.btnSelectAll.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(96, 504);
     this.btnClearAll.Name = "btnClearAll";
     this.btnClearAll.Size = new System.Drawing.Size(75, 23);
     this.btnClearAll.TabIndex = 84;
     this.btnClearAll.Text = "Bỏ chọn";
     this.btnClearAll.Click += new System.EventHandler(this.btnClearAll_Click);
     //
     // frmRegOverTime
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(602, 536);
     this.Controls.Add(this.btnClearAll);
     this.Controls.Add(this.btnSelectAll);
     this.Controls.Add(this.groupBox4);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnSave);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.groupBox2);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmRegOverTime";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "Đăng ký làm thêm giờ";
     this.Load += new System.EventHandler(this.frmRegOverTime_Load);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.groupBox2.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.lvwListEmployee)).EndInit();
     this.groupBox4.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()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmChangeTimeInOut));
     this.btnModify = new System.Windows.Forms.Button();
     this.btnDelete = new System.Windows.Forms.Button();
     this.btnClose = new System.Windows.Forms.Button();
     this.btnHelp = new System.Windows.Forms.Button();
     this.btnAdd = new System.Windows.Forms.Button();
     this.departmentTreeView = new EVSoft.HRMS.Controls.DepartmentTreeView();
     this.lvwTimeInOut = new XPTable.Models.Table();
     this.columnModel1 = new XPTable.Models.ColumnModel();
     this.cSTT = new XPTable.Models.NumberColumn();
     this.chWorkingDay = new XPTable.Models.TextColumn();
     this.chTimeIn = new XPTable.Models.TextColumn();
     this.chTimeOut = new XPTable.Models.TextColumn();
     this.tableModel1 = new XPTable.Models.TableModel();
     this.cboEmployee = new MTGCComboBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.label1 = new System.Windows.Forms.Label();
     this.txtEmployeeName = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.lvwTimeInOut)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // btnModify
     //
     this.btnModify.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnModify.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnModify.Location = new System.Drawing.Point(288, 344);
     this.btnModify.Name = "btnModify";
     this.btnModify.TabIndex = 5;
     this.btnModify.Text = "&Sửa";
     this.btnModify.Click += new System.EventHandler(this.btnModify_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(368, 344);
     this.btnDelete.Name = "btnDelete";
     this.btnDelete.TabIndex = 6;
     this.btnDelete.Text = "&Xóa";
     this.btnDelete.Click += new System.EventHandler(this.btnDelete_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(448, 344);
     this.btnClose.Name = "btnClose";
     this.btnClose.TabIndex = 7;
     this.btnClose.Text = "&Đóng";
     this.btnClose.Click += new System.EventHandler(this.btnClose_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, 344);
     this.btnHelp.Name = "btnHelp";
     this.btnHelp.TabIndex = 9;
     this.btnHelp.Text = "Trợ giúp";
     //
     // btnAdd
     //
     this.btnAdd.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnAdd.Location = new System.Drawing.Point(208, 344);
     this.btnAdd.Name = "btnAdd";
     this.btnAdd.TabIndex = 4;
     this.btnAdd.Text = "&Thêm";
     this.btnAdd.Click += new System.EventHandler(this.btnAdd_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.DepartmentDataSet = null;
     this.departmentTreeView.Location = new System.Drawing.Point(8, 16);
     this.departmentTreeView.Name = "departmentTreeView";
     this.departmentTreeView.Size = new System.Drawing.Size(176, 300);
     this.departmentTreeView.TabIndex = 8;
     this.departmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.departmentTreeView_AfterSelect);
     //
     // lvwTimeInOut
     //
     this.lvwTimeInOut.AlternatingRowColor = System.Drawing.Color.FromArgb(((System.Byte)(230)), ((System.Byte)(237)), ((System.Byte)(245)));
     this.lvwTimeInOut.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.lvwTimeInOut.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(237)), ((System.Byte)(242)), ((System.Byte)(249)));
     this.lvwTimeInOut.ColumnModel = this.columnModel1;
     this.lvwTimeInOut.EnableToolTips = true;
     this.lvwTimeInOut.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.Byte)(121)));
     this.lvwTimeInOut.FullRowSelect = true;
     this.lvwTimeInOut.GridColor = System.Drawing.SystemColors.ControlDark;
     this.lvwTimeInOut.GridLines = XPTable.Models.GridLines.Both;
     this.lvwTimeInOut.GridLineStyle = XPTable.Models.GridLineStyle.Dot;
     this.lvwTimeInOut.HeaderFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lvwTimeInOut.Location = new System.Drawing.Point(8, 16);
     this.lvwTimeInOut.Name = "lvwTimeInOut";
     this.lvwTimeInOut.NoItemsText = WorkingContext.LangManager.GetString("XPtable");
     this.lvwTimeInOut.SelectionBackColor = System.Drawing.Color.FromArgb(((System.Byte)(169)), ((System.Byte)(183)), ((System.Byte)(201)));
     this.lvwTimeInOut.SelectionForeColor = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.Byte)(121)));
     this.lvwTimeInOut.SelectionStyle = XPTable.Models.SelectionStyle.Grid;
     this.lvwTimeInOut.Size = new System.Drawing.Size(296, 272);
     this.lvwTimeInOut.SortedColumnBackColor = System.Drawing.Color.Transparent;
     this.lvwTimeInOut.TabIndex = 3;
     this.lvwTimeInOut.TableModel = this.tableModel1;
     this.lvwTimeInOut.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((System.Byte)(201)), ((System.Byte)(210)), ((System.Byte)(221)));
     this.lvwTimeInOut.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.Byte)(121)));
     this.lvwTimeInOut.SelectionChanged += new XPTable.Events.SelectionEventHandler(this.lvwTimeInOut_SelectionChanged);
     this.lvwTimeInOut.MouseDown += new System.Windows.Forms.MouseEventHandler(this.lvwTimeInOut_MouseDown);
     //
     // columnModel1
     //
     this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
                                                                        this.cSTT,
                                                                        this.chWorkingDay,
                                                                        this.chTimeIn,
                                                                        this.chTimeOut});
     //
     // cSTT
     //
     this.cSTT.Editable = false;
     this.cSTT.Text = "STT";
     this.cSTT.Width = 35;
     //
     // chWorkingDay
     //
     this.chWorkingDay.Editable = false;
     this.chWorkingDay.Text = "Ngày làm việc";
     this.chWorkingDay.Width = 100;
     //
     // chTimeIn
     //
     this.chTimeIn.Editable = false;
     this.chTimeIn.Text = "Giờ vào";
     this.chTimeIn.Width = 70;
     //
     // chTimeOut
     //
     this.chTimeOut.Editable = false;
     this.chTimeOut.Text = "Giờ ra";
     //
     // cboEmployee
     //
     this.cboEmployee.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D;
     this.cboEmployee.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal;
     this.cboEmployee.ColumnNum = 3;
     this.cboEmployee.ColumnWidth = "0;45;115";
     this.cboEmployee.DisplayMember = "Text";
     this.cboEmployee.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboEmployee.DropDownBackColor = System.Drawing.Color.FromArgb(((System.Byte)(193)), ((System.Byte)(210)), ((System.Byte)(238)));
     this.cboEmployee.DropDownForeColor = System.Drawing.Color.Black;
     this.cboEmployee.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList;
     this.cboEmployee.DropDownWidth = 180;
     this.cboEmployee.GridLineColor = System.Drawing.Color.LightGray;
     this.cboEmployee.GridLineHorizontal = true;
     this.cboEmployee.GridLineVertical = true;
     this.cboEmployee.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem;
     this.cboEmployee.Location = new System.Drawing.Point(272, 8);
     this.cboEmployee.ManagingFastMouseMoving = true;
     this.cboEmployee.ManagingFastMouseMovingInterval = 30;
     this.cboEmployee.Name = "cboEmployee";
     this.cboEmployee.Size = new System.Drawing.Size(64, 21);
     this.cboEmployee.TabIndex = 1;
     this.cboEmployee.SelectedIndexChanged += new System.EventHandler(this.cboEmployee_SelectedIndexChanged);
     //
     // 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.departmentTreeView);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(192, 328);
     this.groupBox1.TabIndex = 100;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Danh sách phòng ban";
     //
     // 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.lvwTimeInOut);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location = new System.Drawing.Point(208, 40);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(312, 296);
     this.groupBox2.TabIndex = 101;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Thông tin vào ra";
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(208, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(64, 23);
     this.label1.TabIndex = 102;
     this.label1.Text = "Nhân viên";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtEmployeeName
     //
     this.txtEmployeeName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.txtEmployeeName.Location = new System.Drawing.Point(336, 8);
     this.txtEmployeeName.Name = "txtEmployeeName";
     this.txtEmployeeName.ReadOnly = true;
     this.txtEmployeeName.Size = new System.Drawing.Size(184, 20);
     this.txtEmployeeName.TabIndex = 2;
     this.txtEmployeeName.Text = "";
     //
     // frmChangeTimeInOut
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton = this.btnClose;
     this.ClientSize = new System.Drawing.Size(530, 376);
     this.Controls.Add(this.txtEmployeeName);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.btnHelp);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnModify);
     this.Controls.Add(this.cboEmployee);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox = false;
     this.Name = "frmChangeTimeInOut";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Quản lý thời gian vào ra";
     this.Load += new System.EventHandler(this.frmChangeTimeInOut_Load);
     ((System.ComponentModel.ISupportInitialize)(this.lvwTimeInOut)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     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()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmChangeTimeInOut));
     this.btnModify          = new System.Windows.Forms.Button();
     this.btnDelete          = new System.Windows.Forms.Button();
     this.btnClose           = new System.Windows.Forms.Button();
     this.btnHelp            = new System.Windows.Forms.Button();
     this.btnAdd             = new System.Windows.Forms.Button();
     this.departmentTreeView = new EVSoft.HRMS.Controls.DepartmentTreeView();
     this.lvwTimeInOut       = new XPTable.Models.Table();
     this.columnModel1       = new XPTable.Models.ColumnModel();
     this.cSTT            = new XPTable.Models.NumberColumn();
     this.chWorkingDay    = new XPTable.Models.TextColumn();
     this.chTimeIn        = new XPTable.Models.TextColumn();
     this.chTimeOut       = new XPTable.Models.TextColumn();
     this.tableModel1     = new XPTable.Models.TableModel();
     this.cboEmployee     = new MTGCComboBox();
     this.groupBox1       = new System.Windows.Forms.GroupBox();
     this.groupBox2       = new System.Windows.Forms.GroupBox();
     this.label1          = new System.Windows.Forms.Label();
     this.txtEmployeeName = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.lvwTimeInOut)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // btnModify
     //
     this.btnModify.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnModify.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnModify.Location  = new System.Drawing.Point(288, 344);
     this.btnModify.Name      = "btnModify";
     this.btnModify.TabIndex  = 5;
     this.btnModify.Text      = "&Sửa";
     this.btnModify.Click    += new System.EventHandler(this.btnModify_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(368, 344);
     this.btnDelete.Name      = "btnDelete";
     this.btnDelete.TabIndex  = 6;
     this.btnDelete.Text      = "&Xóa";
     this.btnDelete.Click    += new System.EventHandler(this.btnDelete_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(448, 344);
     this.btnClose.Name         = "btnClose";
     this.btnClose.TabIndex     = 7;
     this.btnClose.Text         = "&Đóng";
     this.btnClose.Click       += new System.EventHandler(this.btnClose_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, 344);
     this.btnHelp.Name      = "btnHelp";
     this.btnHelp.TabIndex  = 9;
     this.btnHelp.Text      = "Trợ giúp";
     //
     // btnAdd
     //
     this.btnAdd.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnAdd.Location  = new System.Drawing.Point(208, 344);
     this.btnAdd.Name      = "btnAdd";
     this.btnAdd.TabIndex  = 4;
     this.btnAdd.Text      = "&Thêm";
     this.btnAdd.Click    += new System.EventHandler(this.btnAdd_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.DepartmentDataSet = null;
     this.departmentTreeView.Location          = new System.Drawing.Point(8, 16);
     this.departmentTreeView.Name         = "departmentTreeView";
     this.departmentTreeView.Size         = new System.Drawing.Size(176, 300);
     this.departmentTreeView.TabIndex     = 8;
     this.departmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.departmentTreeView_AfterSelect);
     //
     // lvwTimeInOut
     //
     this.lvwTimeInOut.AlternatingRowColor = System.Drawing.Color.FromArgb(((System.Byte)(230)), ((System.Byte)(237)), ((System.Byte)(245)));
     this.lvwTimeInOut.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.lvwTimeInOut.BackColor                   = System.Drawing.Color.FromArgb(((System.Byte)(237)), ((System.Byte)(242)), ((System.Byte)(249)));
     this.lvwTimeInOut.ColumnModel                 = this.columnModel1;
     this.lvwTimeInOut.EnableToolTips              = true;
     this.lvwTimeInOut.ForeColor                   = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.Byte)(121)));
     this.lvwTimeInOut.FullRowSelect               = true;
     this.lvwTimeInOut.GridColor                   = System.Drawing.SystemColors.ControlDark;
     this.lvwTimeInOut.GridLines                   = XPTable.Models.GridLines.Both;
     this.lvwTimeInOut.GridLineStyle               = XPTable.Models.GridLineStyle.Dot;
     this.lvwTimeInOut.HeaderFont                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
     this.lvwTimeInOut.Location                    = new System.Drawing.Point(8, 16);
     this.lvwTimeInOut.Name                        = "lvwTimeInOut";
     this.lvwTimeInOut.NoItemsText                 = WorkingContext.LangManager.GetString("XPtable");
     this.lvwTimeInOut.SelectionBackColor          = System.Drawing.Color.FromArgb(((System.Byte)(169)), ((System.Byte)(183)), ((System.Byte)(201)));
     this.lvwTimeInOut.SelectionForeColor          = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.Byte)(121)));
     this.lvwTimeInOut.SelectionStyle              = XPTable.Models.SelectionStyle.Grid;
     this.lvwTimeInOut.Size                        = new System.Drawing.Size(296, 272);
     this.lvwTimeInOut.SortedColumnBackColor       = System.Drawing.Color.Transparent;
     this.lvwTimeInOut.TabIndex                    = 3;
     this.lvwTimeInOut.TableModel                  = this.tableModel1;
     this.lvwTimeInOut.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((System.Byte)(201)), ((System.Byte)(210)), ((System.Byte)(221)));
     this.lvwTimeInOut.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((System.Byte)(14)), ((System.Byte)(66)), ((System.Byte)(121)));
     this.lvwTimeInOut.SelectionChanged           += new XPTable.Events.SelectionEventHandler(this.lvwTimeInOut_SelectionChanged);
     this.lvwTimeInOut.MouseDown                  += new System.Windows.Forms.MouseEventHandler(this.lvwTimeInOut_MouseDown);
     //
     // columnModel1
     //
     this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] {
         this.cSTT,
         this.chWorkingDay,
         this.chTimeIn,
         this.chTimeOut
     });
     //
     // cSTT
     //
     this.cSTT.Editable = false;
     this.cSTT.Text     = "STT";
     this.cSTT.Width    = 35;
     //
     // chWorkingDay
     //
     this.chWorkingDay.Editable = false;
     this.chWorkingDay.Text     = "Ngày làm việc";
     this.chWorkingDay.Width    = 100;
     //
     // chTimeIn
     //
     this.chTimeIn.Editable = false;
     this.chTimeIn.Text     = "Giờ vào";
     this.chTimeIn.Width    = 70;
     //
     // chTimeOut
     //
     this.chTimeOut.Editable = false;
     this.chTimeOut.Text     = "Giờ ra";
     //
     // cboEmployee
     //
     this.cboEmployee.BorderStyle                     = MTGCComboBox.TipiBordi.Fixed3D;
     this.cboEmployee.CharacterCasing                 = System.Windows.Forms.CharacterCasing.Normal;
     this.cboEmployee.ColumnNum                       = 3;
     this.cboEmployee.ColumnWidth                     = "0;45;115";
     this.cboEmployee.DisplayMember                   = "Text";
     this.cboEmployee.DrawMode                        = System.Windows.Forms.DrawMode.OwnerDrawFixed;
     this.cboEmployee.DropDownBackColor               = System.Drawing.Color.FromArgb(((System.Byte)(193)), ((System.Byte)(210)), ((System.Byte)(238)));
     this.cboEmployee.DropDownForeColor               = System.Drawing.Color.Black;
     this.cboEmployee.DropDownStyle                   = MTGCComboBox.CustomDropDownStyle.DropDownList;
     this.cboEmployee.DropDownWidth                   = 180;
     this.cboEmployee.GridLineColor                   = System.Drawing.Color.LightGray;
     this.cboEmployee.GridLineHorizontal              = true;
     this.cboEmployee.GridLineVertical                = true;
     this.cboEmployee.LoadingType                     = MTGCComboBox.CaricamentoCombo.ComboBoxItem;
     this.cboEmployee.Location                        = new System.Drawing.Point(272, 8);
     this.cboEmployee.ManagingFastMouseMoving         = true;
     this.cboEmployee.ManagingFastMouseMovingInterval = 30;
     this.cboEmployee.Name                  = "cboEmployee";
     this.cboEmployee.Size                  = new System.Drawing.Size(64, 21);
     this.cboEmployee.TabIndex              = 1;
     this.cboEmployee.SelectedIndexChanged += new System.EventHandler(this.cboEmployee_SelectedIndexChanged);
     //
     // 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.departmentTreeView);
     this.groupBox1.Location = new System.Drawing.Point(8, 8);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(192, 328);
     this.groupBox1.TabIndex = 100;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "Danh sách phòng ban";
     //
     // 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.lvwTimeInOut);
     this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.groupBox2.Location  = new System.Drawing.Point(208, 40);
     this.groupBox2.Name      = "groupBox2";
     this.groupBox2.Size      = new System.Drawing.Size(312, 296);
     this.groupBox2.TabIndex  = 101;
     this.groupBox2.TabStop   = false;
     this.groupBox2.Text      = "Thông tin vào ra";
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(208, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(64, 23);
     this.label1.TabIndex  = 102;
     this.label1.Text      = "Nhân viên";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // txtEmployeeName
     //
     this.txtEmployeeName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.txtEmployeeName.Location = new System.Drawing.Point(336, 8);
     this.txtEmployeeName.Name     = "txtEmployeeName";
     this.txtEmployeeName.ReadOnly = true;
     this.txtEmployeeName.Size     = new System.Drawing.Size(184, 20);
     this.txtEmployeeName.TabIndex = 2;
     this.txtEmployeeName.Text     = "";
     //
     // frmChangeTimeInOut
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.CancelButton      = this.btnClose;
     this.ClientSize        = new System.Drawing.Size(530, 376);
     this.Controls.Add(this.txtEmployeeName);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox1);
     this.Controls.Add(this.btnAdd);
     this.Controls.Add(this.btnHelp);
     this.Controls.Add(this.btnClose);
     this.Controls.Add(this.btnDelete);
     this.Controls.Add(this.btnModify);
     this.Controls.Add(this.cboEmployee);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "frmChangeTimeInOut";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Quản lý thời gian vào ra";
     this.Load           += new System.EventHandler(this.frmChangeTimeInOut_Load);
     ((System.ComponentModel.ISupportInitialize)(this.lvwTimeInOut)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }