private void InitializeComponent() { System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmRegLeaveSchedule)); this.dtpEndLeave = new System.Windows.Forms.DateTimePicker(); this.dtpStartLeave = new System.Windows.Forms.DateTimePicker(); this.txtWorkInfo = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtLeaveLocation = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.label6 = new System.Windows.Forms.Label(); this.btnHelp = new System.Windows.Forms.Button(); this.departmentTreeView = new EVSoft.HRMS.Controls.DepartmentTreeView(); this.cboEmployeeName = new MTGCComboBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.txtEmployeeName = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.groupBox1.SuspendLayout(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // dtpEndLeave // this.dtpEndLeave.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dtpEndLeave.CustomFormat = "dd/MM/yyyy"; this.dtpEndLeave.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpEndLeave.Location = new System.Drawing.Point(96, 64); this.dtpEndLeave.Name = "dtpEndLeave"; this.dtpEndLeave.Size = new System.Drawing.Size(208, 20); this.dtpEndLeave.TabIndex = 4; // // dtpStartLeave // this.dtpStartLeave.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dtpStartLeave.CustomFormat = "dd/MM/yyyy"; this.dtpStartLeave.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpStartLeave.Location = new System.Drawing.Point(96, 40); this.dtpStartLeave.Name = "dtpStartLeave"; this.dtpStartLeave.Size = new System.Drawing.Size(208, 20); this.dtpStartLeave.TabIndex = 3; // // txtWorkInfo // this.txtWorkInfo.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.txtWorkInfo.Location = new System.Drawing.Point(8, 136); this.txtWorkInfo.Multiline = true; this.txtWorkInfo.Name = "txtWorkInfo"; this.txtWorkInfo.Size = new System.Drawing.Size(294, 174); this.txtWorkInfo.TabIndex = 6; this.txtWorkInfo.Text = ""; // // label5 // this.label5.Location = new System.Drawing.Point(8, 112); this.label5.Name = "label5"; this.label5.TabIndex = 22; this.label5.Text = "Nội dung công việc"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtLeaveLocation // this.txtLeaveLocation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtLeaveLocation.Location = new System.Drawing.Point(96, 88); this.txtLeaveLocation.Name = "txtLeaveLocation"; this.txtLeaveLocation.Size = new System.Drawing.Size(208, 20); this.txtLeaveLocation.TabIndex = 5; this.txtLeaveLocation.Text = ""; // // label4 // this.label4.Location = new System.Drawing.Point(8, 88); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(88, 23); this.label4.TabIndex = 20; this.label4.Text = "Nơi công tác"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label3 // this.label3.Location = new System.Drawing.Point(8, 64); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(88, 23); this.label3.TabIndex = 19; this.label3.Text = "Kết thúc"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label2 // this.label2.Location = new System.Drawing.Point(8, 40); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(88, 23); this.label2.TabIndex = 18; this.label2.Text = "Bắt đầu"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnOK.Location = new System.Drawing.Point(384, 336); this.btnOK.Name = "btnOK"; this.btnOK.TabIndex = 7; this.btnOK.Text = "Đồng ý"; this.btnOK.Click += new System.EventHandler(this.btnOK_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(464, 336); this.btnClose.Name = "btnClose"; this.btnClose.TabIndex = 8; this.btnClose.Text = "Đóng"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // label6 // this.label6.Location = new System.Drawing.Point(8, 16); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(88, 23); this.label6.TabIndex = 29; this.label6.Text = "Tên nhân viên"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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, 336); this.btnHelp.Name = "btnHelp"; this.btnHelp.TabIndex = 68; this.btnHelp.Text = "Trợ giúp"; this.btnHelp.Click += new System.EventHandler(this.btnHelp_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(200, 294); this.departmentTreeView.TabIndex = 9; this.departmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.departmentTreeView_AfterSelect); // // cboEmployeeName // this.cboEmployeeName.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.cboEmployeeName.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.cboEmployeeName.ColumnNum = 3; this.cboEmployeeName.ColumnWidth = "0;50;120"; this.cboEmployeeName.DisplayMember = "Text"; this.cboEmployeeName.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboEmployeeName.DropDownBackColor = System.Drawing.Color.FromArgb(((System.Byte)(193)), ((System.Byte)(210)), ((System.Byte)(238))); this.cboEmployeeName.DropDownForeColor = System.Drawing.Color.Black; this.cboEmployeeName.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList; this.cboEmployeeName.DropDownWidth = 200; 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(96, 16); this.cboEmployeeName.ManagingFastMouseMoving = true; this.cboEmployeeName.ManagingFastMouseMovingInterval = 30; this.cboEmployeeName.Name = "cboEmployeeName"; this.cboEmployeeName.Size = new System.Drawing.Size(64, 21); this.cboEmployeeName.TabIndex = 1; this.cboEmployeeName.SelectedIndexChanged += new System.EventHandler(this.cboEmployeeName_SelectedIndexChanged); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.txtEmployeeName); this.groupBox1.Controls.Add(this.dtpEndLeave); this.groupBox1.Controls.Add(this.label6); this.groupBox1.Controls.Add(this.dtpStartLeave); this.groupBox1.Controls.Add(this.txtWorkInfo); this.groupBox1.Controls.Add(this.label5); this.groupBox1.Controls.Add(this.txtLeaveLocation); this.groupBox1.Controls.Add(this.label4); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.label2); this.groupBox1.Controls.Add(this.cboEmployeeName); 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(310, 318); this.groupBox1.TabIndex = 82; this.groupBox1.TabStop = false; this.groupBox1.Text = "Thông tin nhân viên"; // // 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(160, 16); this.txtEmployeeName.Name = "txtEmployeeName"; this.txtEmployeeName.ReadOnly = true; this.txtEmployeeName.Size = new System.Drawing.Size(144, 20); this.txtEmployeeName.TabIndex = 2; this.txtEmployeeName.Text = ""; // // 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, 8); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(216, 318); this.groupBox2.TabIndex = 83; this.groupBox2.TabStop = false; this.groupBox2.Text = "Danh sách phòng ban"; // // frmRegLeaveSchedule // this.AcceptButton = this.btnOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(552, 366); this.Controls.Add(this.groupBox2); this.Controls.Add(this.btnHelp); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnOK); this.Controls.Add(this.groupBox1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmRegLeaveSchedule"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Đăng ký lịch công tác"; this.Load += new System.EventHandler(this.frmRegLeaveSchedule_Load); this.groupBox1.ResumeLayout(false); this.groupBox2.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRestSheet)); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.lvwRestSheet = new XPTable.Models.Table(); this.columnModel1 = new XPTable.Models.ColumnModel(); this.clSTT = new XPTable.Models.TextColumn(); this.clDeparmaent = new XPTable.Models.TextColumn(); this.clCardID = new XPTable.Models.TextColumn(); this.clEmployeeName = new XPTable.Models.TextColumn(); this.clMonth1 = new XPTable.Models.TextColumn(); this.clMonth2 = new XPTable.Models.TextColumn(); this.clMonth3 = new XPTable.Models.TextColumn(); this.clMonth4 = new XPTable.Models.TextColumn(); this.clMonth5 = new XPTable.Models.TextColumn(); this.clMonth6 = new XPTable.Models.TextColumn(); this.clMonth7 = new XPTable.Models.TextColumn(); this.clMonth8 = new XPTable.Models.TextColumn(); this.clMonth9 = new XPTable.Models.TextColumn(); this.clMonth10 = new XPTable.Models.TextColumn(); this.clMonth11 = new XPTable.Models.TextColumn(); this.clMonth12 = new XPTable.Models.TextColumn(); this.clTotalRest = new XPTable.Models.TextColumn(); this.clStartDate = new XPTable.Models.TextColumn(); this.clTotalRestAllow = new XPTable.Models.TextColumn(); this.clTotalRestRemain = new XPTable.Models.TextColumn(); this.cBasicSalary = new XPTable.Models.NumberColumn(); this.cPhucap = new XPTable.Models.NumberColumn(); this.toMoney = new XPTable.Models.NumberColumn(); this.tableModel1 = new XPTable.Models.TableModel(); this.btnSearch = new System.Windows.Forms.Button(); this.txtSearch = new System.Windows.Forms.TextBox(); this.lblTotalEmployee = new System.Windows.Forms.Label(); this.cSTT = new XPTable.Models.NumberColumn(); this.btnGenerate = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.grbMonth = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.cboYear = new System.Windows.Forms.LookupComboBox(); this.grbDepartment = new System.Windows.Forms.GroupBox(); this.cboDepartment = new MTGCComboBox(); this.btnUpdate = new System.Windows.Forms.Button(); this.btnExportExcel = new System.Windows.Forms.Button(); this.btnRefresh = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lvwRestSheet)).BeginInit(); this.grbMonth.SuspendLayout(); this.grbDepartment.SuspendLayout(); this.SuspendLayout(); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.lvwRestSheet); this.groupBox1.Controls.Add(this.btnSearch); this.groupBox1.Controls.Add(this.txtSearch); this.groupBox1.Controls.Add(this.lblTotalEmployee); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(8, 56); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(776, 400); this.groupBox1.TabIndex = 0; this.groupBox1.TabStop = false; this.groupBox1.Text = "Bảng thanh toán tiền phép chi tiết"; // // lvwRestSheet // this.lvwRestSheet.AlternatingRowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(237)))), ((int)(((byte)(245))))); this.lvwRestSheet.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lvwRestSheet.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(242)))), ((int)(((byte)(249))))); this.lvwRestSheet.ColumnModel = this.columnModel1; this.lvwRestSheet.EditStartAction = XPTable.Editors.EditStartAction.SingleClick; this.lvwRestSheet.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); this.lvwRestSheet.FullRowSelect = true; this.lvwRestSheet.GridColor = System.Drawing.SystemColors.ControlDark; this.lvwRestSheet.GridLines = XPTable.Models.GridLines.Both; this.lvwRestSheet.GridLineStyle = XPTable.Models.GridLineStyle.Dot; this.lvwRestSheet.Location = new System.Drawing.Point(8, 16); this.lvwRestSheet.Name = "lvwRestSheet"; this.lvwRestSheet.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(183)))), ((int)(((byte)(201))))); this.lvwRestSheet.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); this.lvwRestSheet.SelectionStyle = XPTable.Models.SelectionStyle.Grid; this.lvwRestSheet.Size = new System.Drawing.Size(760, 344); this.lvwRestSheet.SortedColumnBackColor = System.Drawing.Color.Transparent; this.lvwRestSheet.TabIndex = 11; this.lvwRestSheet.TableModel = this.tableModel1; this.lvwRestSheet.Text = "table1"; this.lvwRestSheet.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(221))))); this.lvwRestSheet.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); this.lvwRestSheet.EditingStopped += new XPTable.Events.CellEditEventHandler(this.lvwRestSheet_EditingStopped_1); this.lvwRestSheet.SelectionChanged += new XPTable.Events.SelectionEventHandler(this.lvwRestSheet_SelectionChanged); // // columnModel1 // this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] { this.clSTT, this.clDeparmaent, this.clCardID, this.clEmployeeName, this.clMonth1, this.clMonth2, this.clMonth3, this.clMonth4, this.clMonth5, this.clMonth6, this.clMonth7, this.clMonth8, this.clMonth9, this.clMonth10, this.clMonth11, this.clMonth12, this.clTotalRest, this.clStartDate, this.clTotalRestAllow, this.clTotalRestRemain, this.cBasicSalary, this.cPhucap, this.toMoney}); // // clSTT // this.clSTT.Editable = false; this.clSTT.Text = "STT"; this.clSTT.Width = 40; // // clDeparmaent // this.clDeparmaent.Editable = false; this.clDeparmaent.Text = "Phòng"; this.clDeparmaent.Width = 120; // // clCardID // this.clCardID.Editable = false; this.clCardID.Text = "Mã thẻ"; this.clCardID.Width = 60; // // clEmployeeName // this.clEmployeeName.Editable = false; this.clEmployeeName.Text = "Họ tên"; this.clEmployeeName.Width = 160; // // clMonth1 // this.clMonth1.Text = "1"; this.clMonth1.Width = 28; // // clMonth2 // this.clMonth2.Text = "2"; this.clMonth2.Width = 28; // // clMonth3 // this.clMonth3.Text = "3"; this.clMonth3.Width = 28; // // clMonth4 // this.clMonth4.Text = "4"; this.clMonth4.Width = 28; // // clMonth5 // this.clMonth5.Text = "5"; this.clMonth5.Width = 28; // // clMonth6 // this.clMonth6.Text = "6"; this.clMonth6.Width = 28; // // clMonth7 // this.clMonth7.Text = "7"; this.clMonth7.Width = 28; // // clMonth8 // this.clMonth8.Text = "8"; this.clMonth8.Width = 28; // // clMonth9 // this.clMonth9.Text = "9"; this.clMonth9.Width = 28; // // clMonth10 // this.clMonth10.Text = "10"; this.clMonth10.Width = 28; // // clMonth11 // this.clMonth11.Text = "11"; this.clMonth11.Width = 28; // // clMonth12 // this.clMonth12.Text = "12"; this.clMonth12.Width = 28; // // clTotalRest // this.clTotalRest.Alignment = XPTable.Models.ColumnAlignment.Right; this.clTotalRest.Editable = false; this.clTotalRest.Text = "Tổng"; this.clTotalRest.Width = 40; // // clStartDate // this.clStartDate.Alignment = XPTable.Models.ColumnAlignment.Right; this.clStartDate.Editable = false; this.clStartDate.Text = "NKHĐ"; this.clStartDate.Width = 86; // // clTotalRestAllow // this.clTotalRestAllow.Alignment = XPTable.Models.ColumnAlignment.Right; this.clTotalRestAllow.Editable = false; this.clTotalRestAllow.Text = "NPĐH"; this.clTotalRestAllow.Width = 40; // // clTotalRestRemain // this.clTotalRestRemain.Alignment = XPTable.Models.ColumnAlignment.Right; this.clTotalRestRemain.Editable = false; this.clTotalRestRemain.Text = "SNCL"; this.clTotalRestRemain.Width = 40; // // cBasicSalary // this.cBasicSalary.Alignment = XPTable.Models.ColumnAlignment.Right; this.cBasicSalary.Editable = false; this.cBasicSalary.Format = "#,##0;(#,##0);0"; this.cBasicSalary.Maximum = new decimal(new int[] { 100000000, 0, 0, 0}); this.cBasicSalary.Text = "Lương cơ bản"; this.cBasicSalary.Width = 111; // // cPhucap // this.cPhucap.Alignment = XPTable.Models.ColumnAlignment.Right; this.cPhucap.Editable = false; this.cPhucap.Format = "#,##0;(#,##0);0"; this.cPhucap.Maximum = new decimal(new int[] { 10000000, 0, 0, 0}); this.cPhucap.Text = "Phụ cấp"; this.cPhucap.Width = 85; // // toMoney // this.toMoney.Alignment = XPTable.Models.ColumnAlignment.Right; this.toMoney.Editable = false; this.toMoney.Format = "#,##0;(#,##0);0"; this.toMoney.Text = "Thành tiền"; this.toMoney.Width = 90; // // btnSearch // this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnSearch.Location = new System.Drawing.Point(136, 368); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(64, 23); this.btnSearch.TabIndex = 11; this.btnSearch.Text = "&Tìm kiếm"; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // txtSearch // this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.txtSearch.Location = new System.Drawing.Point(8, 368); this.txtSearch.Name = "txtSearch"; this.txtSearch.Size = new System.Drawing.Size(128, 20); this.txtSearch.TabIndex = 10; this.txtSearch.Text = "Nhập chuỗi tìm kiếm"; this.txtSearch.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtSearch_MouseDown); this.txtSearch.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSearch_KeyPress); // // lblTotalEmployee // this.lblTotalEmployee.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lblTotalEmployee.Location = new System.Drawing.Point(624, 374); this.lblTotalEmployee.Name = "lblTotalEmployee"; this.lblTotalEmployee.Size = new System.Drawing.Size(144, 23); this.lblTotalEmployee.TabIndex = 12; this.lblTotalEmployee.Text = "Tổng số nhân viên: 343"; this.lblTotalEmployee.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // cSTT // this.cSTT.Editable = false; this.cSTT.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.cSTT.Text = "STT"; this.cSTT.Width = 28; // // btnGenerate // this.btnGenerate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnGenerate.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnGenerate.Location = new System.Drawing.Point(8, 464); this.btnGenerate.Name = "btnGenerate"; this.btnGenerate.Size = new System.Drawing.Size(184, 23); this.btnGenerate.TabIndex = 9; this.btnGenerate.Text = "&Sinh bảng thanh toán"; this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnClose.Location = new System.Drawing.Point(704, 464); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 8; this.btnClose.Text = "&Đóng"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // grbMonth // this.grbMonth.Controls.Add(this.label2); this.grbMonth.Controls.Add(this.cboYear); this.grbMonth.FlatStyle = System.Windows.Forms.FlatStyle.System; this.grbMonth.Location = new System.Drawing.Point(8, 8); this.grbMonth.Name = "grbMonth"; this.grbMonth.Size = new System.Drawing.Size(136, 48); this.grbMonth.TabIndex = 26; this.grbMonth.TabStop = false; this.grbMonth.Text = "Thời gian"; // // label2 // this.label2.Location = new System.Drawing.Point(16, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(32, 23); this.label2.TabIndex = 3; this.label2.Text = "Năm"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cboYear // this.cboYear.AllowTypeAllSymbols = false; this.cboYear.Items.AddRange(new object[] { "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015"}); this.cboYear.Location = new System.Drawing.Point(56, 16); this.cboYear.Name = "cboYear"; this.cboYear.Size = new System.Drawing.Size(72, 21); this.cboYear.TabIndex = 1; this.cboYear.SelectedIndexChanged += new System.EventHandler(this.cboYear_SelectedIndexChanged); // // grbDepartment // this.grbDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.grbDepartment.Controls.Add(this.cboDepartment); this.grbDepartment.FlatStyle = System.Windows.Forms.FlatStyle.System; this.grbDepartment.Location = new System.Drawing.Point(568, 8); this.grbDepartment.Name = "grbDepartment"; this.grbDepartment.Size = new System.Drawing.Size(216, 48); this.grbDepartment.TabIndex = 27; this.grbDepartment.TabStop = false; this.grbDepartment.Text = "Bộ phận"; // // cboDepartment // this.cboDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cboDepartment.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.cboDepartment.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.cboDepartment.ColumnNum = 2; this.cboDepartment.ColumnWidth = "0;200"; this.cboDepartment.DisplayMember = "Text"; this.cboDepartment.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboDepartment.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238))))); this.cboDepartment.DropDownForeColor = System.Drawing.Color.Black; this.cboDepartment.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList; this.cboDepartment.DropDownWidth = 200; this.cboDepartment.GridLineColor = System.Drawing.Color.LightGray; this.cboDepartment.GridLineHorizontal = true; this.cboDepartment.GridLineVertical = true; this.cboDepartment.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem; this.cboDepartment.Location = new System.Drawing.Point(8, 16); this.cboDepartment.ManagingFastMouseMoving = true; this.cboDepartment.ManagingFastMouseMovingInterval = 30; this.cboDepartment.Name = "cboDepartment"; this.cboDepartment.Size = new System.Drawing.Size(200, 21); this.cboDepartment.TabIndex = 0; this.cboDepartment.SelectedIndexChanged += new System.EventHandler(this.cboDepartment_SelectedIndexChanged); // // btnUpdate // this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnUpdate.Location = new System.Drawing.Point(328, 464); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(80, 23); this.btnUpdate.TabIndex = 5; this.btnUpdate.Text = "&Câp nhật"; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // btnExportExcel // this.btnExportExcel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnExportExcel.Location = new System.Drawing.Point(496, 464); this.btnExportExcel.Name = "btnExportExcel"; this.btnExportExcel.Size = new System.Drawing.Size(112, 23); this.btnExportExcel.TabIndex = 6; this.btnExportExcel.Text = "&Xuất Excel"; this.btnExportExcel.Click += new System.EventHandler(this.btnExportExcel_Click); // // btnRefresh // this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnRefresh.Location = new System.Drawing.Point(616, 464); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(80, 23); this.btnRefresh.TabIndex = 7; this.btnRefresh.Text = "&Nạp lại"; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // btnDelete // this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnDelete.Location = new System.Drawing.Point(416, 464); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(75, 23); this.btnDelete.TabIndex = 28; this.btnDelete.Text = "Xóa"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // frmRestSheet // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(792, 494); this.Controls.Add(this.btnDelete); this.Controls.Add(this.btnRefresh); this.Controls.Add(this.btnExportExcel); this.Controls.Add(this.btnUpdate); this.Controls.Add(this.grbDepartment); this.Controls.Add(this.grbMonth); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnGenerate); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmRestSheet"; this.Text = "Bảng thanh toán tiền phép chi tiết"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.frmRestSheet_Load_1); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lvwRestSheet)).EndInit(); this.grbMonth.ResumeLayout(false); this.grbDepartment.ResumeLayout(false); this.ResumeLayout(false); }
/// <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(frmPunish)); this.btnClose = new System.Windows.Forms.Button(); this.btnHelp = new System.Windows.Forms.Button(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.cboPunishCard = new MTGCComboBox(); this.cboEmployeeName = new MTGCComboBox(); this.label2 = new System.Windows.Forms.Label(); this.dtpWorkingDay = new System.Windows.Forms.DateTimePicker(); this.label4 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.txtReason = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.btnSave = new System.Windows.Forms.Button(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.departmentTreeView = new EVSoft.HRMS.Controls.DepartmentTreeView(); this.groupBox2.SuspendLayout(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnClose.Location = new System.Drawing.Point(424, 328); this.btnClose.Name = "btnClose"; this.btnClose.TabIndex = 0; 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, 328); this.btnHelp.Name = "btnHelp"; this.btnHelp.TabIndex = 81; this.btnHelp.Text = "Trợ giúp"; // // groupBox2 // this.groupBox2.Controls.Add(this.cboPunishCard); this.groupBox2.Controls.Add(this.cboEmployeeName); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.dtpWorkingDay); this.groupBox2.Controls.Add(this.label4); this.groupBox2.Controls.Add(this.label6); this.groupBox2.Controls.Add(this.txtReason); this.groupBox2.Controls.Add(this.label5); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(224, 8); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(272, 312); this.groupBox2.TabIndex = 83; this.groupBox2.TabStop = false; this.groupBox2.Text = "Thông tin phạt"; // // cboPunishCard // this.cboPunishCard.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.cboPunishCard.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.cboPunishCard.ColumnNum = 2; this.cboPunishCard.ColumnWidth = "30;80"; this.cboPunishCard.DisplayMember = "Text"; this.cboPunishCard.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboPunishCard.DropDownBackColor = System.Drawing.Color.FromArgb(((System.Byte)(193)), ((System.Byte)(210)), ((System.Byte)(238))); this.cboPunishCard.DropDownForeColor = System.Drawing.Color.Black; this.cboPunishCard.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList; this.cboPunishCard.DropDownWidth = 130; this.cboPunishCard.GridLineColor = System.Drawing.Color.LightGray; this.cboPunishCard.GridLineHorizontal = true; this.cboPunishCard.GridLineVertical = true; this.cboPunishCard.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem; this.cboPunishCard.Location = new System.Drawing.Point(104, 40); this.cboPunishCard.ManagingFastMouseMoving = true; this.cboPunishCard.ManagingFastMouseMovingInterval = 30; this.cboPunishCard.Name = "cboPunishCard"; this.cboPunishCard.Size = new System.Drawing.Size(160, 21); this.cboPunishCard.TabIndex = 77; // // cboEmployeeName // this.cboEmployeeName.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.cboEmployeeName.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.cboEmployeeName.ColumnNum = 3; this.cboEmployeeName.ColumnWidth = "121;60;0"; this.cboEmployeeName.DisplayMember = "Text"; this.cboEmployeeName.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboEmployeeName.DropDownBackColor = System.Drawing.Color.FromArgb(((System.Byte)(193)), ((System.Byte)(210)), ((System.Byte)(238))); this.cboEmployeeName.DropDownForeColor = System.Drawing.Color.Black; this.cboEmployeeName.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList; this.cboEmployeeName.DropDownWidth = 201; 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(104, 16); this.cboEmployeeName.ManagingFastMouseMoving = true; this.cboEmployeeName.ManagingFastMouseMovingInterval = 30; this.cboEmployeeName.Name = "cboEmployeeName"; this.cboEmployeeName.Size = new System.Drawing.Size(160, 21); this.cboEmployeeName.TabIndex = 76; // // label2 // this.label2.Location = new System.Drawing.Point(8, 64); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(96, 23); this.label2.TabIndex = 51; this.label2.Text = "Ngày làm "; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // dtpWorkingDay // this.dtpWorkingDay.CustomFormat = "dd/MM/yyyy "; this.dtpWorkingDay.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpWorkingDay.Location = new System.Drawing.Point(104, 64); this.dtpWorkingDay.Name = "dtpWorkingDay"; this.dtpWorkingDay.Size = new System.Drawing.Size(160, 20); this.dtpWorkingDay.TabIndex = 56; // // label4 // this.label4.Location = new System.Drawing.Point(8, 40); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(96, 23); this.label4.TabIndex = 69; this.label4.Text = "Hình thức phạt"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label6 // this.label6.Location = new System.Drawing.Point(8, 16); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(96, 23); this.label6.TabIndex = 61; this.label6.Text = "Tên nhân viên"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtReason // this.txtReason.Location = new System.Drawing.Point(8, 120); this.txtReason.Multiline = true; this.txtReason.Name = "txtReason"; this.txtReason.Size = new System.Drawing.Size(256, 184); this.txtReason.TabIndex = 55; this.txtReason.Text = ""; // // label5 // this.label5.Location = new System.Drawing.Point(8, 96); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(104, 18); this.label5.TabIndex = 54; this.label5.Text = "Lý do phạt"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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(344, 328); this.btnSave.Name = "btnSave"; this.btnSave.TabIndex = 79; this.btnSave.Text = "Ghi"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // 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(208, 312); this.groupBox1.TabIndex = 82; this.groupBox1.TabStop = false; this.groupBox1.Text = "Phòng ban"; // // departmentTreeView // this.departmentTreeView.DepartmentDataSet = null; this.departmentTreeView.Location = new System.Drawing.Point(8, 16); this.departmentTreeView.Name = "departmentTreeView"; this.departmentTreeView.Size = new System.Drawing.Size(192, 288); this.departmentTreeView.TabIndex = 76; this.departmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.departmentTreeView_AfterSelect); // // frmPunish // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(504, 358); this.Controls.Add(this.btnHelp); this.Controls.Add(this.groupBox2); this.Controls.Add(this.btnSave); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnClose); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmPunish"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Quản lý thẻ phạt"; this.Load += new System.EventHandler(this.frmPunish_Load); this.groupBox2.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDepartment)); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.label1 = new System.Windows.Forms.Label(); this.txtSort = new System.Windows.Forms.TextBox(); this.lblDepartmentName = new System.Windows.Forms.Label(); this.txtDepartmentName = new System.Windows.Forms.TextBox(); this.lblDescription = new System.Windows.Forms.Label(); this.txtDescription = new System.Windows.Forms.TextBox(); this.btnOK = new System.Windows.Forms.Button(); this.btnClose = new System.Windows.Forms.Button(); this.cboGroup = new MTGCComboBox(); this.label2 = new System.Windows.Forms.Label(); this.groupBox2.SuspendLayout(); this.SuspendLayout(); // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.cboGroup); this.groupBox2.Controls.Add(this.label1); this.groupBox2.Controls.Add(this.txtSort); this.groupBox2.Controls.Add(this.lblDepartmentName); this.groupBox2.Controls.Add(this.txtDepartmentName); this.groupBox2.Controls.Add(this.lblDescription); this.groupBox2.Controls.Add(this.txtDescription); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Location = new System.Drawing.Point(8, 8); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(306, 198); this.groupBox2.TabIndex = 62; this.groupBox2.TabStop = false; this.groupBox2.Text = "Thông tin phòng ban"; // // label1 // this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.label1.Location = new System.Drawing.Point(8, 136); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(80, 23); this.label1.TabIndex = 52; this.label1.Text = "Thứ tự ưu tiên"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtSort // this.txtSort.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtSort.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtSort.Location = new System.Drawing.Point(88, 137); this.txtSort.Name = "txtSort"; this.txtSort.Size = new System.Drawing.Size(210, 20); this.txtSort.TabIndex = 51; // // lblDepartmentName // this.lblDepartmentName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblDepartmentName.Location = new System.Drawing.Point(8, 16); this.lblDepartmentName.Name = "lblDepartmentName"; this.lblDepartmentName.Size = new System.Drawing.Size(80, 23); this.lblDepartmentName.TabIndex = 47; this.lblDepartmentName.Text = "Tên phòng"; this.lblDepartmentName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtDepartmentName // this.txtDepartmentName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDepartmentName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtDepartmentName.Location = new System.Drawing.Point(88, 16); this.txtDepartmentName.Name = "txtDepartmentName"; this.txtDepartmentName.Size = new System.Drawing.Size(210, 20); this.txtDepartmentName.TabIndex = 1; // // lblDescription // this.lblDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblDescription.Location = new System.Drawing.Point(8, 40); this.lblDescription.Name = "lblDescription"; this.lblDescription.Size = new System.Drawing.Size(80, 23); this.lblDescription.TabIndex = 50; this.lblDescription.Text = "Mô tả"; this.lblDescription.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtDescription // this.txtDescription.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.txtDescription.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtDescription.Location = new System.Drawing.Point(88, 40); this.txtDescription.Multiline = true; this.txtDescription.Name = "txtDescription"; this.txtDescription.Size = new System.Drawing.Size(210, 93); this.txtDescription.TabIndex = 2; // // btnOK // this.btnOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnOK.Location = new System.Drawing.Point(156, 212); this.btnOK.Name = "btnOK"; this.btnOK.Size = new System.Drawing.Size(75, 23); this.btnOK.TabIndex = 1; this.btnOK.Text = "&Đồng ý"; this.btnOK.Click += new System.EventHandler(this.btnOK_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(236, 212); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 2; this.btnClose.Text = "&Đóng"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // cboGroup // this.cboGroup.Anchor = System.Windows.Forms.AnchorStyles.Right; this.cboGroup.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.cboGroup.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.cboGroup.ColumnNum = 2; this.cboGroup.ColumnWidth = "0;220"; this.cboGroup.DisplayMember = "Text"; this.cboGroup.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboGroup.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238))))); this.cboGroup.DropDownForeColor = System.Drawing.Color.Black; this.cboGroup.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList; this.cboGroup.DropDownWidth = 120; this.cboGroup.GridLineColor = System.Drawing.Color.LightGray; this.cboGroup.GridLineHorizontal = true; this.cboGroup.GridLineVertical = false; this.cboGroup.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem; this.cboGroup.Location = new System.Drawing.Point(88, 162); this.cboGroup.ManagingFastMouseMoving = true; this.cboGroup.ManagingFastMouseMovingInterval = 30; this.cboGroup.Name = "cboGroup"; this.cboGroup.Size = new System.Drawing.Size(210, 21); this.cboGroup.TabIndex = 53; // // label2 // this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.label2.Location = new System.Drawing.Point(8, 162); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 23); this.label2.TabIndex = 54; this.label2.Text = "Nhóm"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // frmDepartment // this.AcceptButton = this.btnOK; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(322, 242); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnOK); this.Controls.Add(this.groupBox2); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmDepartment"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Quản lý phòng ban"; this.Load += new System.EventHandler(this.frmDepartment_Load); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmListLunch)); this.btnExportExcel = new System.Windows.Forms.Button(); this.btnSetLunch = new System.Windows.Forms.Button(); this.btnRefresh = new System.Windows.Forms.Button(); this.grbDepartment = new System.Windows.Forms.GroupBox(); this.cboDepartment = new MTGCComboBox(); this.grbMonth = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.cboYear = new System.Windows.Forms.LookupComboBox(); this.cboMonth = new System.Windows.Forms.LookupComboBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.label3 = new System.Windows.Forms.Label(); this.btnSearch = new System.Windows.Forms.Button(); this.txtSearch = new System.Windows.Forms.TextBox(); this.lblTotalEmployee = new System.Windows.Forms.Label(); this.lvwLunchList = new XPTable.Models.Table(); this.columnModel1 = new XPTable.Models.ColumnModel(); this.cSTT = new XPTable.Models.NumberColumn(); this.cDepartment = new XPTable.Models.TextColumn(); this.cCardID = new XPTable.Models.TextColumn(); this.cEmployeeName = new XPTable.Models.TextColumn(); this.c1 = new XPTable.Models.TextColumn(); this.c2 = new XPTable.Models.TextColumn(); this.c3 = new XPTable.Models.TextColumn(); this.c4 = new XPTable.Models.TextColumn(); this.c5 = new XPTable.Models.TextColumn(); this.c6 = new XPTable.Models.TextColumn(); this.c7 = new XPTable.Models.TextColumn(); this.c8 = new XPTable.Models.TextColumn(); this.c9 = new XPTable.Models.TextColumn(); this.c10 = new XPTable.Models.TextColumn(); this.c11 = new XPTable.Models.TextColumn(); this.c12 = new XPTable.Models.TextColumn(); this.c13 = new XPTable.Models.TextColumn(); this.c14 = new XPTable.Models.TextColumn(); this.c15 = new XPTable.Models.TextColumn(); this.c16 = new XPTable.Models.TextColumn(); this.c17 = new XPTable.Models.TextColumn(); this.c18 = new XPTable.Models.TextColumn(); this.c19 = new XPTable.Models.TextColumn(); this.c20 = new XPTable.Models.TextColumn(); this.c21 = new XPTable.Models.TextColumn(); this.c22 = new XPTable.Models.TextColumn(); this.c23 = new XPTable.Models.TextColumn(); this.c24 = new XPTable.Models.TextColumn(); this.c25 = new XPTable.Models.TextColumn(); this.c26 = new XPTable.Models.TextColumn(); this.c27 = new XPTable.Models.TextColumn(); this.c28 = new XPTable.Models.TextColumn(); this.c29 = new XPTable.Models.TextColumn(); this.c30 = new XPTable.Models.TextColumn(); this.c31 = new XPTable.Models.TextColumn(); this.cNVPT = new XPTable.Models.TextColumn(); this.cTCNT = new XPTable.Models.TextColumn(); this.cTCNN = new XPTable.Models.TextColumn(); this.cTTC = new XPTable.Models.TextColumn(); this.tableModel1 = new XPTable.Models.TableModel(); this.btnClose = new System.Windows.Forms.Button(); this.btnGenerateLunchList = new System.Windows.Forms.Button(); this.btnUpdate = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); this.grbDepartment.SuspendLayout(); this.grbMonth.SuspendLayout(); this.groupBox1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lvwLunchList)).BeginInit(); this.SuspendLayout(); // // btnExportExcel // this.btnExportExcel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnExportExcel.Location = new System.Drawing.Point(536, 548); this.btnExportExcel.Name = "btnExportExcel"; this.btnExportExcel.Size = new System.Drawing.Size(104, 23); this.btnExportExcel.TabIndex = 39; this.btnExportExcel.Text = "&Xuất Excel"; this.btnExportExcel.Click += new System.EventHandler(this.btnExportExcel_Click); // // btnSetLunch // this.btnSetLunch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSetLunch.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnSetLunch.Location = new System.Drawing.Point(272, 548); this.btnSetLunch.Name = "btnSetLunch"; this.btnSetLunch.Size = new System.Drawing.Size(96, 23); this.btnSetLunch.TabIndex = 38; this.btnSetLunch.Text = "Thiết lập ăn trưa"; this.btnSetLunch.Click += new System.EventHandler(this.btnSetLunch_Click); // // btnRefresh // this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnRefresh.Location = new System.Drawing.Point(644, 548); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(75, 23); this.btnRefresh.TabIndex = 37; this.btnRefresh.Text = "&Nạp lại"; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // grbDepartment // this.grbDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.grbDepartment.Controls.Add(this.cboDepartment); this.grbDepartment.FlatStyle = System.Windows.Forms.FlatStyle.System; this.grbDepartment.Location = new System.Drawing.Point(532, 0); this.grbDepartment.Name = "grbDepartment"; this.grbDepartment.Size = new System.Drawing.Size(264, 48); this.grbDepartment.TabIndex = 36; this.grbDepartment.TabStop = false; this.grbDepartment.Text = "Bộ phận"; // // cboDepartment // this.cboDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); this.cboDepartment.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.cboDepartment.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.cboDepartment.ColumnNum = 2; this.cboDepartment.ColumnWidth = "50;200"; this.cboDepartment.DisplayMember = "Text"; this.cboDepartment.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboDepartment.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238))))); this.cboDepartment.DropDownForeColor = System.Drawing.Color.Black; this.cboDepartment.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList; this.cboDepartment.DropDownWidth = 270; this.cboDepartment.GridLineColor = System.Drawing.Color.LightGray; this.cboDepartment.GridLineHorizontal = true; this.cboDepartment.GridLineVertical = true; this.cboDepartment.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem; this.cboDepartment.Location = new System.Drawing.Point(8, 16); this.cboDepartment.ManagingFastMouseMoving = true; this.cboDepartment.ManagingFastMouseMovingInterval = 30; this.cboDepartment.Name = "cboDepartment"; this.cboDepartment.Size = new System.Drawing.Size(248, 21); this.cboDepartment.TabIndex = 0; this.cboDepartment.SelectedIndexChanged += new System.EventHandler(this.cboDepartment_SelectedIndexChanged); // // grbMonth // this.grbMonth.Controls.Add(this.label2); this.grbMonth.Controls.Add(this.label1); this.grbMonth.Controls.Add(this.cboYear); this.grbMonth.Controls.Add(this.cboMonth); this.grbMonth.FlatStyle = System.Windows.Forms.FlatStyle.System; this.grbMonth.Location = new System.Drawing.Point(8, 0); this.grbMonth.Name = "grbMonth"; this.grbMonth.Size = new System.Drawing.Size(200, 48); this.grbMonth.TabIndex = 35; this.grbMonth.TabStop = false; this.grbMonth.Text = "Thời gian"; // // label2 // this.label2.Location = new System.Drawing.Point(104, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(32, 23); this.label2.TabIndex = 3; this.label2.Text = "Năm"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label1 // this.label1.Location = new System.Drawing.Point(8, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(40, 23); this.label1.TabIndex = 2; this.label1.Text = "Tháng"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cboYear // this.cboYear.AllowTypeAllSymbols = false; this.cboYear.Items.AddRange(new object[] { "2006", "2007", "2008", "2009", "2010", "2011", "2012"}); this.cboYear.Location = new System.Drawing.Point(136, 16); this.cboYear.Name = "cboYear"; this.cboYear.Size = new System.Drawing.Size(56, 21); this.cboYear.TabIndex = 1; this.cboYear.SelectedIndexChanged += new System.EventHandler(this.cboYear_SelectedIndexChanged); // // cboMonth // this.cboMonth.AllowTypeAllSymbols = false; this.cboMonth.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"}); this.cboMonth.Location = new System.Drawing.Point(48, 16); this.cboMonth.Name = "cboMonth"; this.cboMonth.Size = new System.Drawing.Size(48, 21); this.cboMonth.TabIndex = 0; this.cboMonth.SelectedIndexChanged += new System.EventHandler(this.cboMonth_SelectedIndexChanged); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.label3); this.groupBox1.Controls.Add(this.btnSearch); this.groupBox1.Controls.Add(this.txtSearch); this.groupBox1.Controls.Add(this.lblTotalEmployee); this.groupBox1.Controls.Add(this.lvwLunchList); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(8, 56); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(788, 492); this.groupBox1.TabIndex = 32; this.groupBox1.TabStop = false; this.groupBox1.Text = "Danh sách ăn trưa tháng"; // // label3 // this.label3.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.label3.Location = new System.Drawing.Point(208, 456); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(448, 32); this.label3.TabIndex = 18; this.label3.Text = "TổngAT: Tổng ăn trưa - Trợ cấpAT: Trợ cấp ăn trưa - Trợ cấpLT: Trợ cấp làm thêm " + "- TổngTC: Tổng trợ cấp "; // // btnSearch // this.btnSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnSearch.Location = new System.Drawing.Point(136, 456); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(64, 23); this.btnSearch.TabIndex = 17; this.btnSearch.Text = "&Tìm kiếm"; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // txtSearch // this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.txtSearch.Location = new System.Drawing.Point(8, 456); this.txtSearch.Name = "txtSearch"; this.txtSearch.Size = new System.Drawing.Size(128, 20); this.txtSearch.TabIndex = 16; this.txtSearch.Text = "Nhập chuỗi tìm kiếm"; this.txtSearch.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtSearch_MouseDown); this.txtSearch.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSearch_KeyPress); // // lblTotalEmployee // this.lblTotalEmployee.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lblTotalEmployee.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.lblTotalEmployee.Location = new System.Drawing.Point(636, 456); this.lblTotalEmployee.Name = "lblTotalEmployee"; this.lblTotalEmployee.Size = new System.Drawing.Size(144, 23); this.lblTotalEmployee.TabIndex = 15; this.lblTotalEmployee.Text = "Tổng số nhân viên: 999"; this.lblTotalEmployee.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lvwLunchList // this.lvwLunchList.AlternatingRowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(237)))), ((int)(((byte)(245))))); this.lvwLunchList.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lvwLunchList.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(242)))), ((int)(((byte)(249))))); this.lvwLunchList.ColumnModel = this.columnModel1; this.lvwLunchList.EditStartAction = XPTable.Editors.EditStartAction.SingleClick; this.lvwLunchList.EnableToolTips = true; this.lvwLunchList.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); this.lvwLunchList.FullRowSelect = true; this.lvwLunchList.GridColor = System.Drawing.SystemColors.ControlDark; this.lvwLunchList.GridLines = XPTable.Models.GridLines.Both; this.lvwLunchList.GridLineStyle = XPTable.Models.GridLineStyle.Dot; this.lvwLunchList.HeaderFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lvwLunchList.Location = new System.Drawing.Point(8, 16); this.lvwLunchList.Name = "lvwLunchList"; this.lvwLunchList.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(183)))), ((int)(((byte)(201))))); this.lvwLunchList.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); this.lvwLunchList.SelectionStyle = XPTable.Models.SelectionStyle.Grid; this.lvwLunchList.Size = new System.Drawing.Size(772, 432); this.lvwLunchList.SortedColumnBackColor = System.Drawing.Color.Transparent; this.lvwLunchList.TabIndex = 11; this.lvwLunchList.TableModel = this.tableModel1; this.lvwLunchList.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(221))))); this.lvwLunchList.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); this.lvwLunchList.EditingStopped += new XPTable.Events.CellEditEventHandler(this.lvwLunchList_EditingStopped); this.lvwLunchList.SelectionChanged += new XPTable.Events.SelectionEventHandler(this.lvwLunchList_SelectionChanged); // // columnModel1 // this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] { this.cSTT, this.cDepartment, this.cCardID, this.cEmployeeName, this.c1, this.c2, this.c3, this.c4, this.c5, this.c6, this.c7, this.c8, this.c9, this.c10, this.c11, this.c12, this.c13, this.c14, this.c15, this.c16, this.c17, this.c18, this.c19, this.c20, this.c21, this.c22, this.c23, this.c24, this.c25, this.c26, this.c27, this.c28, this.c29, this.c30, this.c31, this.cNVPT, this.cTCNT, this.cTCNN, this.cTTC}); // // cSTT // this.cSTT.Editable = false; this.cSTT.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.cSTT.Text = "STT"; this.cSTT.Width = 40; // // cDepartment // this.cDepartment.Editable = false; this.cDepartment.Text = "Phòng"; this.cDepartment.Width = 100; // // cCardID // this.cCardID.Editable = false; this.cCardID.Text = "Mã thẻ"; this.cCardID.Width = 55; // // cEmployeeName // this.cEmployeeName.Editable = false; this.cEmployeeName.Text = "Tên nhân viên"; this.cEmployeeName.Width = 120; // // c1 // this.c1.Text = "1"; this.c1.Width = 24; // // c2 // this.c2.Text = "2"; this.c2.Width = 24; // // c3 // this.c3.Text = "3"; this.c3.Width = 24; // // c4 // this.c4.Text = "4"; this.c4.Width = 24; // // c5 // this.c5.Text = "5"; this.c5.Width = 24; // // c6 // this.c6.Text = "6"; this.c6.Width = 24; // // c7 // this.c7.Text = "7"; this.c7.Width = 24; // // c8 // this.c8.Text = "8"; this.c8.Width = 24; // // c9 // this.c9.Text = "9"; this.c9.Width = 24; // // c10 // this.c10.Text = "10"; this.c10.Width = 24; // // c11 // this.c11.Text = "11"; this.c11.Width = 24; // // c12 // this.c12.Text = "12"; this.c12.Width = 24; // // c13 // this.c13.Text = "13"; this.c13.Width = 24; // // c14 // this.c14.Text = "14"; this.c14.Width = 24; // // c15 // this.c15.Text = "15"; this.c15.Width = 24; // // c16 // this.c16.Text = "16"; this.c16.Width = 24; // // c17 // this.c17.Text = "17"; this.c17.Width = 24; // // c18 // this.c18.Text = "18"; this.c18.Width = 24; // // c19 // this.c19.Text = "19"; this.c19.Width = 24; // // c20 // this.c20.Text = "20"; this.c20.Width = 24; // // c21 // this.c21.Text = "21"; this.c21.Width = 24; // // c22 // this.c22.Text = "22"; this.c22.Width = 24; // // c23 // this.c23.Text = "23"; this.c23.Width = 24; // // c24 // this.c24.Text = "24"; this.c24.Width = 24; // // c25 // this.c25.Text = "25"; this.c25.Width = 24; // // c26 // this.c26.Text = "26"; this.c26.Width = 24; // // c27 // this.c27.Text = "27"; this.c27.Width = 24; // // c28 // this.c28.Text = "28"; this.c28.Width = 24; // // c29 // this.c29.Text = "29"; this.c29.Width = 24; // // c30 // this.c30.Text = "30"; this.c30.Width = 24; // // c31 // this.c31.Text = "31"; this.c31.Width = 24; // // cNVPT // this.cNVPT.Alignment = XPTable.Models.ColumnAlignment.Right; this.cNVPT.Editable = false; this.cNVPT.Text = "TổngAT"; this.cNVPT.Width = 70; // // cTCNT // this.cTCNT.Alignment = XPTable.Models.ColumnAlignment.Right; this.cTCNT.Editable = false; this.cTCNT.Text = "Trợ cấpAT"; this.cTCNT.Width = 70; // // cTCNN // this.cTCNN.Alignment = XPTable.Models.ColumnAlignment.Right; this.cTCNN.Editable = false; this.cTCNN.Text = "Trợ cấpLT"; this.cTCNN.Width = 70; // // cTTC // this.cTTC.Alignment = XPTable.Models.ColumnAlignment.Right; this.cTTC.Editable = false; this.cTTC.Text = "TổngTC"; this.cTTC.Width = 70; // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnClose.Location = new System.Drawing.Point(724, 548); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 33; this.btnClose.Text = "&Đóng"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnGenerateLunchList // this.btnGenerateLunchList.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnGenerateLunchList.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnGenerateLunchList.Location = new System.Drawing.Point(8, 548); this.btnGenerateLunchList.Name = "btnGenerateLunchList"; this.btnGenerateLunchList.Size = new System.Drawing.Size(120, 23); this.btnGenerateLunchList.TabIndex = 34; this.btnGenerateLunchList.Text = "&Sinh bảng ăn trưa"; this.btnGenerateLunchList.Click += new System.EventHandler(this.btnGenerateLunchList_Click); // // btnUpdate // this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnUpdate.Location = new System.Drawing.Point(376, 548); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(75, 23); this.btnUpdate.TabIndex = 40; this.btnUpdate.Text = "&Cập nhật"; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // btnDelete // this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnDelete.Location = new System.Drawing.Point(456, 548); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(75, 23); this.btnDelete.TabIndex = 41; this.btnDelete.Text = "Xóa"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // frmListLunch // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.ClientSize = new System.Drawing.Size(804, 574); this.Controls.Add(this.btnDelete); this.Controls.Add(this.btnUpdate); this.Controls.Add(this.btnExportExcel); this.Controls.Add(this.btnSetLunch); this.Controls.Add(this.btnRefresh); this.Controls.Add(this.grbDepartment); this.Controls.Add(this.grbMonth); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnGenerateLunchList); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmListLunch"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Tổng kết ăn trưa"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.frmListLunch_Load); this.grbDepartment.ResumeLayout(false); this.grbMonth.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lvwLunchList)).EndInit(); this.ResumeLayout(false); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmUser)); this.lblUsername = new System.Windows.Forms.Label(); this.txtUsername = new System.Windows.Forms.TextBox(); this.txtPassword = new System.Windows.Forms.TextBox(); this.lblPassword = new System.Windows.Forms.Label(); this.lblEmployeeName = new System.Windows.Forms.Label(); this.grbAccountInfo = new System.Windows.Forms.GroupBox(); this.cboUserGroupName = new MTGCComboBox(); this.cboEmployeeName = new MTGCComboBox(); this.lblUserGroupName = new System.Windows.Forms.Label(); this.btnOK = new System.Windows.Forms.Button(); this.btnCancel = new System.Windows.Forms.Button(); this.cbo = new MTGCComboBox(); this.grbAccountInfo.SuspendLayout(); this.SuspendLayout(); // // lblUsername // resources.ApplyResources(this.lblUsername, "lblUsername"); this.lblUsername.Name = "lblUsername"; // // txtUsername // resources.ApplyResources(this.txtUsername, "txtUsername"); this.txtUsername.Name = "txtUsername"; // // txtPassword // resources.ApplyResources(this.txtPassword, "txtPassword"); this.txtPassword.Name = "txtPassword"; // // lblPassword // resources.ApplyResources(this.lblPassword, "lblPassword"); this.lblPassword.Name = "lblPassword"; // // lblEmployeeName // resources.ApplyResources(this.lblEmployeeName, "lblEmployeeName"); this.lblEmployeeName.Name = "lblEmployeeName"; // // grbAccountInfo // this.grbAccountInfo.Controls.Add(this.cboUserGroupName); this.grbAccountInfo.Controls.Add(this.cboEmployeeName); this.grbAccountInfo.Controls.Add(this.lblUserGroupName); this.grbAccountInfo.Controls.Add(this.txtUsername); this.grbAccountInfo.Controls.Add(this.lblUsername); this.grbAccountInfo.Controls.Add(this.lblEmployeeName); this.grbAccountInfo.Controls.Add(this.txtPassword); this.grbAccountInfo.Controls.Add(this.lblPassword); this.grbAccountInfo.FlatStyle = System.Windows.Forms.FlatStyle.System; resources.ApplyResources(this.grbAccountInfo, "grbAccountInfo"); this.grbAccountInfo.Name = "grbAccountInfo"; this.grbAccountInfo.TabStop = false; // // cboUserGroupName // this.cboUserGroupName.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.cboUserGroupName.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.cboUserGroupName.ColumnNum = 2; this.cboUserGroupName.ColumnWidth = "60;120"; this.cboUserGroupName.DisplayMember = "Text"; this.cboUserGroupName.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboUserGroupName.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238))))); this.cboUserGroupName.DropDownForeColor = System.Drawing.Color.Black; this.cboUserGroupName.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList; this.cboUserGroupName.DropDownWidth = 220; this.cboUserGroupName.GridLineColor = System.Drawing.Color.LightGray; this.cboUserGroupName.GridLineHorizontal = true; this.cboUserGroupName.GridLineVertical = true; resources.ApplyResources(this.cboUserGroupName, "cboUserGroupName"); this.cboUserGroupName.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem; this.cboUserGroupName.ManagingFastMouseMoving = true; this.cboUserGroupName.ManagingFastMouseMovingInterval = 30; this.cboUserGroupName.Name = "cboUserGroupName"; // // cboEmployeeName // this.cboEmployeeName.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.cboEmployeeName.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.cboEmployeeName.ColumnNum = 3; this.cboEmployeeName.ColumnWidth = "60;120;60"; 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 = 230; this.cboEmployeeName.GridLineColor = System.Drawing.Color.LightGray; this.cboEmployeeName.GridLineHorizontal = true; this.cboEmployeeName.GridLineVertical = true; resources.ApplyResources(this.cboEmployeeName, "cboEmployeeName"); this.cboEmployeeName.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem; this.cboEmployeeName.ManagingFastMouseMoving = true; this.cboEmployeeName.ManagingFastMouseMovingInterval = 30; this.cboEmployeeName.Name = "cboEmployeeName"; // // lblUserGroupName // resources.ApplyResources(this.lblUserGroupName, "lblUserGroupName"); this.lblUserGroupName.Name = "lblUserGroupName"; // // btnOK // resources.ApplyResources(this.btnOK, "btnOK"); this.btnOK.Name = "btnOK"; this.btnOK.Click += new System.EventHandler(this.btnUpdate_Click); // // btnCancel // this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; resources.ApplyResources(this.btnCancel, "btnCancel"); this.btnCancel.Name = "btnCancel"; this.btnCancel.Click += new System.EventHandler(this.btnClose_Click); // // cbo // this.cbo.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.cbo.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.cbo.ColumnNum = 1; this.cbo.ColumnWidth = "121"; this.cbo.DisplayMember = "Text"; this.cbo.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cbo.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238))))); this.cbo.DropDownForeColor = System.Drawing.Color.Black; this.cbo.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList; this.cbo.DropDownWidth = 141; this.cbo.GridLineColor = System.Drawing.Color.LightGray; this.cbo.GridLineHorizontal = false; this.cbo.GridLineVertical = false; resources.ApplyResources(this.cbo, "cbo"); this.cbo.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem; this.cbo.ManagingFastMouseMoving = true; this.cbo.ManagingFastMouseMovingInterval = 30; this.cbo.Name = "cbo"; // // FrmUser // this.AcceptButton = this.btnOK; resources.ApplyResources(this, "$this"); this.CancelButton = this.btnCancel; this.Controls.Add(this.btnCancel); this.Controls.Add(this.btnOK); this.Controls.Add(this.grbAccountInfo); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.MaximizeBox = false; this.Name = "FrmUser"; this.Load += new System.EventHandler(this.FrmUser_Load); this.grbAccountInfo.ResumeLayout(false); this.grbAccountInfo.PerformLayout(); this.ResumeLayout(false); }
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); }
private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmRegRestEmployee)); this.btnClose = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.dtpEndDate = new System.Windows.Forms.DateTimePicker(); this.dtpStartDate = new System.Windows.Forms.DateTimePicker(); this.txtRestReason = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.btnHelp = new System.Windows.Forms.Button(); this.departmentTreeView = new EVSoft.HRMS.Controls.DepartmentTreeView(); this.cboEmployeeName = new MTGCComboBox(); this.grbRegRestInfo = new System.Windows.Forms.GroupBox(); this.txtNameChild = new System.Windows.Forms.TextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.radioSang = new System.Windows.Forms.RadioButton(); this.radioFullDay = new System.Windows.Forms.RadioButton(); this.radioChieu = new System.Windows.Forms.RadioButton(); this.lbNameChild = new System.Windows.Forms.Label(); this.cboDayName = new MTGCComboBox(); this.grbDepartment = new System.Windows.Forms.GroupBox(); this.grbRegRestInfo.SuspendLayout(); this.groupBox1.SuspendLayout(); this.grbDepartment.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(461, 398); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 55; 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(381, 398); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(75, 23); this.btnSave.TabIndex = 54; this.btnSave.Text = "&Đồng ý"; this.btnSave.Click += new System.EventHandler(this.btnSave_Click); // // dtpEndDate // this.dtpEndDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dtpEndDate.CustomFormat = "dd/MM/yyyy"; this.dtpEndDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpEndDate.Location = new System.Drawing.Point(86, 94); this.dtpEndDate.Name = "dtpEndDate"; this.dtpEndDate.Size = new System.Drawing.Size(97, 20); this.dtpEndDate.TabIndex = 3; this.dtpEndDate.ValueChanged += new System.EventHandler(this.dtpStartDate_ValueChanged); // // dtpStartDate // this.dtpStartDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.dtpStartDate.CustomFormat = "dd/MM/yyyy"; this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpStartDate.Location = new System.Drawing.Point(86, 69); this.dtpStartDate.Name = "dtpStartDate"; this.dtpStartDate.Size = new System.Drawing.Size(97, 20); this.dtpStartDate.TabIndex = 2; this.dtpStartDate.ValueChanged += new System.EventHandler(this.dtpStartDate_ValueChanged); // // txtRestReason // this.txtRestReason.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.txtRestReason.Location = new System.Drawing.Point(9, 219); this.txtRestReason.Multiline = true; this.txtRestReason.Name = "txtRestReason"; this.txtRestReason.Size = new System.Drawing.Size(303, 157); this.txtRestReason.TabIndex = 39; // // label5 // this.label5.Location = new System.Drawing.Point(6, 193); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(80, 23); this.label5.TabIndex = 38; this.label5.Text = "Lý do nghỉ"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label4 // this.label4.Location = new System.Drawing.Point(8, 41); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(88, 23); this.label4.TabIndex = 36; this.label4.Text = "Kiểu ngày nghỉ"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label3 // this.label3.Location = new System.Drawing.Point(8, 93); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(88, 23); this.label3.TabIndex = 35; this.label3.Text = "Ngày kết thúc"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label2 // this.label2.Location = new System.Drawing.Point(8, 68); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(88, 23); this.label2.TabIndex = 34; this.label2.Text = "Ngày bắt đầu"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label1 // this.label1.Location = new System.Drawing.Point(8, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(88, 23); this.label1.TabIndex = 33; this.label1.Text = "Nhân viên"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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(5, 398); this.btnHelp.Name = "btnHelp"; this.btnHelp.Size = new System.Drawing.Size(75, 23); this.btnHelp.TabIndex = 48; this.btnHelp.Text = "Trợ giúp"; this.btnHelp.Click += new System.EventHandler(this.btnHelp_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.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(186, 360); this.departmentTreeView.TabIndex = 50; this.departmentTreeView.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.departmentTreeView_AfterSelect); // // cboEmployeeName // this.cboEmployeeName.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.cboEmployeeName.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.cboEmployeeName.ColumnNum = 3; this.cboEmployeeName.ColumnWidth = "0;50;120"; 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 = 200; 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(86, 17); this.cboEmployeeName.ManagingFastMouseMoving = true; this.cboEmployeeName.ManagingFastMouseMovingInterval = 30; this.cboEmployeeName.Name = "cboEmployeeName"; this.cboEmployeeName.Size = new System.Drawing.Size(226, 21); this.cboEmployeeName.TabIndex = 0; this.cboEmployeeName.SelectedIndexChanged += new System.EventHandler(this.cboEmployeeName_SelectedIndexChanged); // // grbRegRestInfo // this.grbRegRestInfo.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.grbRegRestInfo.Controls.Add(this.txtNameChild); this.grbRegRestInfo.Controls.Add(this.groupBox1); this.grbRegRestInfo.Controls.Add(this.lbNameChild); this.grbRegRestInfo.Controls.Add(this.cboDayName); this.grbRegRestInfo.Controls.Add(this.label4); this.grbRegRestInfo.Controls.Add(this.label5); this.grbRegRestInfo.Controls.Add(this.txtRestReason); this.grbRegRestInfo.Controls.Add(this.dtpStartDate); this.grbRegRestInfo.Controls.Add(this.dtpEndDate); this.grbRegRestInfo.Controls.Add(this.cboEmployeeName); this.grbRegRestInfo.Controls.Add(this.label1); this.grbRegRestInfo.Controls.Add(this.label2); this.grbRegRestInfo.Controls.Add(this.label3); this.grbRegRestInfo.FlatStyle = System.Windows.Forms.FlatStyle.System; this.grbRegRestInfo.Location = new System.Drawing.Point(218, 8); this.grbRegRestInfo.Name = "grbRegRestInfo"; this.grbRegRestInfo.Size = new System.Drawing.Size(318, 384); this.grbRegRestInfo.TabIndex = 52; this.grbRegRestInfo.TabStop = false; this.grbRegRestInfo.Text = "Thông tin đăng ký nghỉ"; // // txtNameChild // this.txtNameChild.Location = new System.Drawing.Point(86, 119); this.txtNameChild.Name = "txtNameChild"; this.txtNameChild.Size = new System.Drawing.Size(226, 20); this.txtNameChild.TabIndex = 4; this.txtNameChild.Visible = false; // // groupBox1 // this.groupBox1.Controls.Add(this.radioSang); this.groupBox1.Controls.Add(this.radioFullDay); this.groupBox1.Controls.Add(this.radioChieu); this.groupBox1.Location = new System.Drawing.Point(9, 144); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(303, 46); this.groupBox1.TabIndex = 53; this.groupBox1.TabStop = false; this.groupBox1.Text = "Thời gian nghỉ"; // // radioSang // this.radioSang.AutoSize = true; this.radioSang.Location = new System.Drawing.Point(75, 15); this.radioSang.Name = "radioSang"; this.radioSang.Size = new System.Drawing.Size(50, 17); this.radioSang.TabIndex = 0; this.radioSang.Text = "Sáng"; this.radioSang.UseVisualStyleBackColor = true; // // radioFullDay // this.radioFullDay.AutoSize = true; this.radioFullDay.Location = new System.Drawing.Point(229, 15); this.radioFullDay.Name = "radioFullDay"; this.radioFullDay.Size = new System.Drawing.Size(64, 17); this.radioFullDay.TabIndex = 2; this.radioFullDay.Text = "Cả ngày"; this.radioFullDay.UseVisualStyleBackColor = true; // // radioChieu // this.radioChieu.AutoSize = true; this.radioChieu.Location = new System.Drawing.Point(153, 15); this.radioChieu.Name = "radioChieu"; this.radioChieu.Size = new System.Drawing.Size(52, 17); this.radioChieu.TabIndex = 1; this.radioChieu.Text = "Chiều"; this.radioChieu.UseVisualStyleBackColor = true; // // lbNameChild // this.lbNameChild.Location = new System.Drawing.Point(8, 118); this.lbNameChild.Name = "lbNameChild"; this.lbNameChild.Size = new System.Drawing.Size(88, 23); this.lbNameChild.TabIndex = 56; this.lbNameChild.Text = "Họ tên con"; this.lbNameChild.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lbNameChild.Visible = false; // // cboDayName // this.cboDayName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cboDayName.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.cboDayName.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.cboDayName.ColumnNum = 3; this.cboDayName.ColumnWidth = "60;120;0"; this.cboDayName.DisplayMember = "Text"; this.cboDayName.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboDayName.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238))))); this.cboDayName.DropDownForeColor = System.Drawing.Color.Black; this.cboDayName.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList; this.cboDayName.DropDownWidth = 200; this.cboDayName.GridLineColor = System.Drawing.Color.LightGray; this.cboDayName.GridLineHorizontal = false; this.cboDayName.GridLineVertical = false; this.cboDayName.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem; this.cboDayName.Location = new System.Drawing.Point(86, 42); this.cboDayName.ManagingFastMouseMoving = true; this.cboDayName.ManagingFastMouseMovingInterval = 30; this.cboDayName.Name = "cboDayName"; this.cboDayName.Size = new System.Drawing.Size(226, 21); this.cboDayName.TabIndex = 1; this.cboDayName.SelectedIndexChanged += new System.EventHandler(this.cboDayName_SelectedIndexChanged); // // grbDepartment // this.grbDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left))); this.grbDepartment.Controls.Add(this.departmentTreeView); this.grbDepartment.FlatStyle = System.Windows.Forms.FlatStyle.System; this.grbDepartment.Location = new System.Drawing.Point(8, 8); this.grbDepartment.Name = "grbDepartment"; this.grbDepartment.Size = new System.Drawing.Size(202, 384); this.grbDepartment.TabIndex = 53; this.grbDepartment.TabStop = false; this.grbDepartment.Text = "Danh sách phòng ban"; // // frmRegRestEmployee // this.AcceptButton = this.btnSave; this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(548, 433); this.Controls.Add(this.grbDepartment); this.Controls.Add(this.grbRegRestInfo); this.Controls.Add(this.btnSave); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnHelp); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "frmRegRestEmployee"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "Đăng ký nghỉ cho nhân viên"; this.Load += new System.EventHandler(this.frmRegRestEmployee_Load); this.grbRegRestInfo.ResumeLayout(false); this.grbRegRestInfo.PerformLayout(); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.grbDepartment.ResumeLayout(false); this.ResumeLayout(false); }
/// <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); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmListSalary)); this.btnRefresh = new System.Windows.Forms.Button(); this.btnExportExcel = new System.Windows.Forms.Button(); this.grbDepartment = new System.Windows.Forms.GroupBox(); this.cboDepartment = new MTGCComboBox(); this.grbMonth = new System.Windows.Forms.GroupBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.cboYear = new System.Windows.Forms.LookupComboBox(); this.cboMonth = new System.Windows.Forms.LookupComboBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.lbSumTL = new System.Windows.Forms.Label(); this.lbSumBH = new System.Windows.Forms.Label(); this.lbSumLT = new System.Windows.Forms.Label(); this.lbSumKTK = new System.Windows.Forms.Label(); this.lbSumBHXH = new System.Windows.Forms.Label(); this.lbSumLCBBH = new System.Windows.Forms.Label(); this.lbSumLCB = new System.Windows.Forms.Label(); this.panel1 = new System.Windows.Forms.Panel(); this.lvwSalary = new XPTable.Models.Table(); this.columnModel1 = new XPTable.Models.ColumnModel(); this.cSTT = new XPTable.Models.NumberColumn(); this.cDepartment = new XPTable.Models.TextColumn(); this.cCardID = new XPTable.Models.TextColumn(); this.cEmployeeName = new XPTable.Models.TextColumn(); this.cBasicSalary = new XPTable.Models.NumberColumn(); this.cHarmfulAllowance = new XPTable.Models.NumberColumn(); this.cResponsibleAllowance = new XPTable.Models.NumberColumn(); this.cDangerousAllowance = new XPTable.Models.NumberColumn(); this.cLunchAllowance = new XPTable.Models.NumberColumn(); this.cIntimateAllowance = new XPTable.Models.NumberColumn(); this.cJapaneseAllowance = new XPTable.Models.NumberColumn(); this.clGTGC = new XPTable.Models.NumberColumn(); this.cTotalTimeSheet = new XPTable.Models.NumberColumn(); this.cSumMoney = new XPTable.Models.NumberColumn(); this.cOverTime1 = new XPTable.Models.TextColumn(); this.cOverTime2 = new XPTable.Models.TextColumn(); this.cOverTime3 = new XPTable.Models.TextColumn(); this.cOverTime4 = new XPTable.Models.TextColumn(); this.cOverTimeMoney = new XPTable.Models.NumberColumn(); this.cOtherAddition = new XPTable.Models.NumberColumn(); this.cInsurance = new XPTable.Models.NumberColumn(); this.cPersonalIncomeTax = new XPTable.Models.NumberColumn(); this.cTotalPaidLunch = new XPTable.Models.NumberColumn(); this.cOtherDeduction = new XPTable.Models.NumberColumn(); this.cSalaryBLD = new XPTable.Models.NumberColumn(); this.cRealSalary = new XPTable.Models.NumberColumn(); this.tableModel1 = new XPTable.Models.TableModel(); this.lblTotalEmployee = new System.Windows.Forms.Label(); this.btnSearch = new System.Windows.Forms.Button(); this.txtSearch = new System.Windows.Forms.TextBox(); this.btnClose = new System.Windows.Forms.Button(); this.btnGenerate = new System.Windows.Forms.Button(); this.btnUpdate = new System.Windows.Forms.Button(); this.btnDelete = new System.Windows.Forms.Button(); this.grbDepartment.SuspendLayout(); this.grbMonth.SuspendLayout(); this.groupBox1.SuspendLayout(); this.panel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lvwSalary)).BeginInit(); this.SuspendLayout(); // // btnRefresh // this.btnRefresh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnRefresh.Location = new System.Drawing.Point(604, 484); this.btnRefresh.Name = "btnRefresh"; this.btnRefresh.Size = new System.Drawing.Size(80, 23); this.btnRefresh.TabIndex = 37; this.btnRefresh.Text = "&Nạp lại"; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); // // btnExportExcel // this.btnExportExcel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnExportExcel.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnExportExcel.Location = new System.Drawing.Point(300, 484); this.btnExportExcel.Name = "btnExportExcel"; this.btnExportExcel.Size = new System.Drawing.Size(128, 23); this.btnExportExcel.TabIndex = 34; this.btnExportExcel.Text = "&Xuất Excel"; this.btnExportExcel.Click += new System.EventHandler(this.btnExportExcel_Click); // // grbDepartment // this.grbDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.grbDepartment.Controls.Add(this.cboDepartment); this.grbDepartment.FlatStyle = System.Windows.Forms.FlatStyle.System; this.grbDepartment.Location = new System.Drawing.Point(548, 8); this.grbDepartment.Name = "grbDepartment"; this.grbDepartment.Size = new System.Drawing.Size(216, 48); this.grbDepartment.TabIndex = 36; this.grbDepartment.TabStop = false; this.grbDepartment.Text = "Bộ phận"; // // cboDepartment // this.cboDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.cboDepartment.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.cboDepartment.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.cboDepartment.ColumnNum = 2; this.cboDepartment.ColumnWidth = "0;200"; this.cboDepartment.DisplayMember = "Text"; this.cboDepartment.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboDepartment.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238))))); this.cboDepartment.DropDownForeColor = System.Drawing.Color.Black; this.cboDepartment.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList; this.cboDepartment.DropDownWidth = 200; this.cboDepartment.GridLineColor = System.Drawing.Color.LightGray; this.cboDepartment.GridLineHorizontal = true; this.cboDepartment.GridLineVertical = true; this.cboDepartment.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem; this.cboDepartment.Location = new System.Drawing.Point(8, 16); this.cboDepartment.ManagingFastMouseMoving = true; this.cboDepartment.ManagingFastMouseMovingInterval = 30; this.cboDepartment.Name = "cboDepartment"; this.cboDepartment.Size = new System.Drawing.Size(200, 21); this.cboDepartment.TabIndex = 0; this.cboDepartment.SelectedIndexChanged += new System.EventHandler(this.cboDepartment_SelectedIndexChanged); // // grbMonth // this.grbMonth.Controls.Add(this.label2); this.grbMonth.Controls.Add(this.label1); this.grbMonth.Controls.Add(this.cboYear); this.grbMonth.Controls.Add(this.cboMonth); this.grbMonth.FlatStyle = System.Windows.Forms.FlatStyle.System; this.grbMonth.Location = new System.Drawing.Point(8, 8); this.grbMonth.Name = "grbMonth"; this.grbMonth.Size = new System.Drawing.Size(200, 48); this.grbMonth.TabIndex = 35; this.grbMonth.TabStop = false; this.grbMonth.Text = "Thời gian"; // // label2 // this.label2.Location = new System.Drawing.Point(104, 16); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(32, 23); this.label2.TabIndex = 3; this.label2.Text = "Năm"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label1 // this.label1.Location = new System.Drawing.Point(8, 16); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(40, 23); this.label1.TabIndex = 2; this.label1.Text = "Tháng"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cboYear // this.cboYear.AllowTypeAllSymbols = false; this.cboYear.Items.AddRange(new object[] { "2006", "2007", "2008", "2009", "2010", "2011", "2012", "2013", "2014", "2015"}); this.cboYear.Location = new System.Drawing.Point(136, 16); this.cboYear.Name = "cboYear"; this.cboYear.Size = new System.Drawing.Size(56, 21); this.cboYear.TabIndex = 1; this.cboYear.SelectedIndexChanged += new System.EventHandler(this.cboYear_SelectedIndexChanged); // // cboMonth // this.cboMonth.AllowTypeAllSymbols = false; this.cboMonth.Items.AddRange(new object[] { "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12"}); this.cboMonth.Location = new System.Drawing.Point(48, 16); this.cboMonth.Name = "cboMonth"; this.cboMonth.Size = new System.Drawing.Size(48, 21); this.cboMonth.TabIndex = 0; this.cboMonth.SelectedIndexChanged += new System.EventHandler(this.cboMonth_SelectedIndexChanged); // // groupBox1 // this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox1.Controls.Add(this.lbSumTL); this.groupBox1.Controls.Add(this.lbSumBH); this.groupBox1.Controls.Add(this.lbSumLT); this.groupBox1.Controls.Add(this.lbSumKTK); this.groupBox1.Controls.Add(this.lbSumBHXH); this.groupBox1.Controls.Add(this.lbSumLCBBH); this.groupBox1.Controls.Add(this.lbSumLCB); this.groupBox1.Controls.Add(this.panel1); this.groupBox1.Controls.Add(this.lblTotalEmployee); this.groupBox1.Controls.Add(this.btnSearch); this.groupBox1.Controls.Add(this.txtSearch); this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox1.Location = new System.Drawing.Point(8, 64); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(788, 412); this.groupBox1.TabIndex = 32; this.groupBox1.TabStop = false; this.groupBox1.Text = "Bảng lương chi tiết tháng"; // // lbSumTL // this.lbSumTL.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lbSumTL.Location = new System.Drawing.Point(532, 388); this.lbSumTL.Name = "lbSumTL"; this.lbSumTL.Size = new System.Drawing.Size(144, 16); this.lbSumTL.TabIndex = 22; this.lbSumTL.Text = "Tổng TL:"; this.lbSumTL.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbSumBH // this.lbSumBH.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lbSumBH.Location = new System.Drawing.Point(532, 388); this.lbSumBH.Name = "lbSumBH"; this.lbSumBH.Size = new System.Drawing.Size(104, 16); this.lbSumBH.TabIndex = 19; this.lbSumBH.Text = "Tổng BH:"; this.lbSumBH.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbSumLT // this.lbSumLT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lbSumLT.Location = new System.Drawing.Point(420, 388); this.lbSumLT.Name = "lbSumLT"; this.lbSumLT.Size = new System.Drawing.Size(112, 16); this.lbSumLT.TabIndex = 18; this.lbSumLT.Text = "Tổng LT:"; this.lbSumLT.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbSumKTK // this.lbSumKTK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lbSumKTK.Location = new System.Drawing.Point(292, 388); this.lbSumKTK.Name = "lbSumKTK"; this.lbSumKTK.Size = new System.Drawing.Size(128, 16); this.lbSumKTK.TabIndex = 17; this.lbSumKTK.Text = "Tổng KTK:"; this.lbSumKTK.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbSumBHXH // this.lbSumBHXH.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lbSumBHXH.Location = new System.Drawing.Point(180, 388); this.lbSumBHXH.Name = "lbSumBHXH"; this.lbSumBHXH.Size = new System.Drawing.Size(112, 16); this.lbSumBHXH.TabIndex = 16; this.lbSumBHXH.Text = "Tổng BH:"; this.lbSumBHXH.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbSumLCBBH // this.lbSumLCBBH.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lbSumLCBBH.Location = new System.Drawing.Point(85, 380); this.lbSumLCBBH.Name = "lbSumLCBBH"; this.lbSumLCBBH.Size = new System.Drawing.Size(95, 27); this.lbSumLCBBH.TabIndex = 15; this.lbSumLCBBH.Text = "Tổng LCB(BH):"; this.lbSumLCBBH.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lbSumLCB // this.lbSumLCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lbSumLCB.Location = new System.Drawing.Point(-31, 386); this.lbSumLCB.Name = "lbSumLCB"; this.lbSumLCB.Size = new System.Drawing.Size(79, 21); this.lbSumLCB.TabIndex = 14; this.lbSumLCB.Text = "Tổng LCB:"; this.lbSumLCB.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // panel1 // this.panel1.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.panel1.Controls.Add(this.lvwSalary); this.panel1.Location = new System.Drawing.Point(8, 16); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(752, 356); this.panel1.TabIndex = 13; // // lvwSalary // this.lvwSalary.AlternatingRowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(237)))), ((int)(((byte)(245))))); this.lvwSalary.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.lvwSalary.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(242)))), ((int)(((byte)(249))))); this.lvwSalary.ColumnModel = this.columnModel1; this.lvwSalary.EditStartAction = XPTable.Editors.EditStartAction.SingleClick; this.lvwSalary.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); this.lvwSalary.FullRowSelect = true; this.lvwSalary.GridColor = System.Drawing.SystemColors.ControlDark; this.lvwSalary.GridLines = XPTable.Models.GridLines.Both; this.lvwSalary.GridLineStyle = XPTable.Models.GridLineStyle.Dot; this.lvwSalary.HeaderFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lvwSalary.Location = new System.Drawing.Point(0, 0); this.lvwSalary.Name = "lvwSalary"; this.lvwSalary.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(183)))), ((int)(((byte)(201))))); this.lvwSalary.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); this.lvwSalary.SelectionStyle = XPTable.Models.SelectionStyle.Grid; this.lvwSalary.Size = new System.Drawing.Size(752, 356); this.lvwSalary.SortedColumnBackColor = System.Drawing.Color.Transparent; this.lvwSalary.TabIndex = 10; this.lvwSalary.TableModel = this.tableModel1; this.lvwSalary.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(221))))); this.lvwSalary.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); this.lvwSalary.EditingStopped += new XPTable.Events.CellEditEventHandler(this.lvwSalary_EditingStopped); this.lvwSalary.Click += new System.EventHandler(this.lvwSalary_Click); this.lvwSalary.SelectionChanged += new XPTable.Events.SelectionEventHandler(this.lvwSalary_SelectionChanged); // // columnModel1 // this.columnModel1.Columns.AddRange(new XPTable.Models.Column[] { this.cSTT, this.cDepartment, this.cCardID, this.cEmployeeName, this.cBasicSalary, this.cHarmfulAllowance, this.cResponsibleAllowance, this.cDangerousAllowance, this.cLunchAllowance, this.cIntimateAllowance, this.cJapaneseAllowance, this.clGTGC, this.cTotalTimeSheet, this.cSumMoney, this.cOverTime1, this.cOverTime2, this.cOverTime3, this.cOverTime4, this.cOverTimeMoney, this.cOtherAddition, this.cInsurance, this.cPersonalIncomeTax, this.cTotalPaidLunch, this.cOtherDeduction, this.cSalaryBLD, this.cRealSalary}); // // cSTT // this.cSTT.Editable = false; this.cSTT.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.cSTT.Text = "STT"; this.cSTT.Width = 40; // // cDepartment // this.cDepartment.Editable = false; this.cDepartment.Text = "Bộ phận"; this.cDepartment.Width = 90; // // cCardID // this.cCardID.Editable = false; this.cCardID.Text = "Mã thẻ"; this.cCardID.Width = 50; // // cEmployeeName // this.cEmployeeName.Editable = false; this.cEmployeeName.Text = "Họ và tên"; this.cEmployeeName.Width = 140; // // cBasicSalary // this.cBasicSalary.Alignment = XPTable.Models.ColumnAlignment.Right; this.cBasicSalary.Editable = false; this.cBasicSalary.Format = "#,##0;(#,##0);0"; this.cBasicSalary.Maximum = new decimal(new int[] { 100000000, 0, 0, 0}); this.cBasicSalary.Text = "Lương CB"; this.cBasicSalary.Width = 70; // // cHarmfulAllowance // this.cHarmfulAllowance.Alignment = XPTable.Models.ColumnAlignment.Right; this.cHarmfulAllowance.Editable = false; this.cHarmfulAllowance.Format = "#,##0;(#,##0);0"; this.cHarmfulAllowance.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.cHarmfulAllowance.Maximum = new decimal(new int[] { 10000000, 0, 0, 0}); this.cHarmfulAllowance.Text = "Chức vụ"; // // cResponsibleAllowance // this.cResponsibleAllowance.Alignment = XPTable.Models.ColumnAlignment.Right; this.cResponsibleAllowance.Editable = false; this.cResponsibleAllowance.Format = "#,##0;(#,##0);0"; this.cResponsibleAllowance.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.cResponsibleAllowance.Maximum = new decimal(new int[] { 10000000, 0, 0, 0}); this.cResponsibleAllowance.Text = "Nghề nghiệp"; // // cDangerousAllowance // this.cDangerousAllowance.Alignment = XPTable.Models.ColumnAlignment.Right; this.cDangerousAllowance.Editable = false; this.cDangerousAllowance.Format = "#,##0;(#,##0);0"; this.cDangerousAllowance.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.cDangerousAllowance.Maximum = new decimal(new int[] { 10000000, 0, 0, 0}); this.cDangerousAllowance.Text = "Công việc"; // // cLunchAllowance // this.cLunchAllowance.Alignment = XPTable.Models.ColumnAlignment.Right; this.cLunchAllowance.Editable = false; this.cLunchAllowance.Format = "#,##0;(#,##0);-"; this.cLunchAllowance.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.cLunchAllowance.Maximum = new decimal(new int[] { 10000000, 0, 0, 0}); this.cLunchAllowance.Text = "Ăn trưa"; // // cIntimateAllowance // this.cIntimateAllowance.Alignment = XPTable.Models.ColumnAlignment.Right; this.cIntimateAllowance.Format = "#,##0;(#,##0);0"; this.cIntimateAllowance.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.cIntimateAllowance.Maximum = new decimal(new int[] { 100000000, 0, 0, 0}); this.cIntimateAllowance.Text = "Đi lại"; // // cJapaneseAllowance // this.cJapaneseAllowance.Alignment = XPTable.Models.ColumnAlignment.Right; this.cJapaneseAllowance.Editable = false; this.cJapaneseAllowance.Format = "#,##0;(#,##0);0"; this.cJapaneseAllowance.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.cJapaneseAllowance.Maximum = new decimal(new int[] { 100000000, 0, 0, 0}); this.cJapaneseAllowance.Text = "PC Tiếng nhật"; this.cJapaneseAllowance.Width = 90; // // clGTGC // this.clGTGC.Alignment = XPTable.Models.ColumnAlignment.Right; this.clGTGC.Editable = false; this.clGTGC.Maximum = new decimal(new int[] { 10000, 0, 0, 0}); this.clGTGC.Text = "GTGC"; this.clGTGC.Width = 50; // // cTotalTimeSheet // this.cTotalTimeSheet.Alignment = XPTable.Models.ColumnAlignment.Right; this.cTotalTimeSheet.Text = "Số công"; // // cSumMoney // this.cSumMoney.Alignment = XPTable.Models.ColumnAlignment.Right; this.cSumMoney.Format = "#,##0;(#,##0);0"; this.cSumMoney.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.cSumMoney.Maximum = new decimal(new int[] { 10000000, 0, 0, 0}); this.cSumMoney.Text = "Số tiền đồng"; // // cOverTime1 // this.cOverTime1.Alignment = XPTable.Models.ColumnAlignment.Right; this.cOverTime1.Editable = false; this.cOverTime1.Text = "LTHS1"; this.cOverTime1.Width = 45; // // cOverTime2 // this.cOverTime2.Alignment = XPTable.Models.ColumnAlignment.Right; this.cOverTime2.Editable = false; this.cOverTime2.Text = "HS1.5"; this.cOverTime2.Width = 45; // // cOverTime3 // this.cOverTime3.Alignment = XPTable.Models.ColumnAlignment.Right; this.cOverTime3.Editable = false; this.cOverTime3.Text = "HS2"; this.cOverTime3.Width = 45; // // cOverTime4 // this.cOverTime4.Alignment = XPTable.Models.ColumnAlignment.Right; this.cOverTime4.Editable = false; this.cOverTime4.Text = "HS3"; this.cOverTime4.Width = 45; // // cOverTimeMoney // this.cOverTimeMoney.Alignment = XPTable.Models.ColumnAlignment.Right; this.cOverTimeMoney.Format = "#,##0;(#,##0);0"; this.cOverTimeMoney.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.cOverTimeMoney.Maximum = new decimal(new int[] { 10000000, 0, 0, 0}); this.cOverTimeMoney.Text = "Cộng LT"; this.cOverTimeMoney.Width = 60; // // cOtherAddition // this.cOtherAddition.Alignment = XPTable.Models.ColumnAlignment.Right; this.cOtherAddition.Format = "#,##0;(#,##0);-"; this.cOtherAddition.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.cOtherAddition.Maximum = new decimal(new int[] { 10000000, 0, 0, 0}); this.cOtherAddition.Text = "Cộng khác"; this.cOtherAddition.Width = 65; // // cInsurance // this.cInsurance.Alignment = XPTable.Models.ColumnAlignment.Right; this.cInsurance.Format = "#,##0;(#,##0);-"; this.cInsurance.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.cInsurance.Maximum = new decimal(new int[] { 10000000, 0, 0, 0}); this.cInsurance.Text = "Bảo hiểm"; this.cInsurance.Width = 60; // // cPersonalIncomeTax // this.cPersonalIncomeTax.Alignment = XPTable.Models.ColumnAlignment.Right; this.cPersonalIncomeTax.Format = "#,##0;(#,##0);-"; this.cPersonalIncomeTax.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.cPersonalIncomeTax.Maximum = new decimal(new int[] { 10000000, 0, 0, 0}); this.cPersonalIncomeTax.Text = "Thuế TN"; this.cPersonalIncomeTax.Width = 60; // // cTotalPaidLunch // this.cTotalPaidLunch.Alignment = XPTable.Models.ColumnAlignment.Right; this.cTotalPaidLunch.Format = "#,##0;(#,##0);-"; this.cTotalPaidLunch.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.cTotalPaidLunch.Maximum = new decimal(new int[] { 1000000, 0, 0, 0}); this.cTotalPaidLunch.Text = "K.trừ AT"; this.cTotalPaidLunch.Width = 60; // // cOtherDeduction // this.cOtherDeduction.Alignment = XPTable.Models.ColumnAlignment.Right; this.cOtherDeduction.Format = "#,##0;(#,##0);-"; this.cOtherDeduction.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.cOtherDeduction.Maximum = new decimal(new int[] { 10000000, 0, 0, 0}); this.cOtherDeduction.Text = "K.trừ khác"; this.cOtherDeduction.Width = 62; // // cSalaryBLD // this.cSalaryBLD.Alignment = XPTable.Models.ColumnAlignment.Right; this.cSalaryBLD.Format = "#,##0;(#,##0);0"; this.cSalaryBLD.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.cSalaryBLD.Maximum = new decimal(new int[] { 100000000, 0, 0, 0}); this.cSalaryBLD.Text = "Chưa KTrừ"; this.cSalaryBLD.Width = 70; // // cRealSalary // this.cRealSalary.Alignment = XPTable.Models.ColumnAlignment.Right; this.cRealSalary.Format = "#,##0;(#,##0);0"; this.cRealSalary.Increment = new decimal(new int[] { 100, 0, 0, 0}); this.cRealSalary.Maximum = new decimal(new int[] { 100000000, 0, 0, 0}); this.cRealSalary.Text = "Thực lĩnh"; this.cRealSalary.Width = 70; // // lblTotalEmployee // this.lblTotalEmployee.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.lblTotalEmployee.Location = new System.Drawing.Point(676, 388); this.lblTotalEmployee.Name = "lblTotalEmployee"; this.lblTotalEmployee.Size = new System.Drawing.Size(80, 16); this.lblTotalEmployee.TabIndex = 12; this.lblTotalEmployee.Text = "Tổng NV: 335"; this.lblTotalEmployee.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // 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, 380); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(64, 23); this.btnSearch.TabIndex = 11; this.btnSearch.Text = "&Tìm kiếm"; this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click); // // txtSearch // this.txtSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.txtSearch.Location = new System.Drawing.Point(8, 380); this.txtSearch.Name = "txtSearch"; this.txtSearch.Size = new System.Drawing.Size(120, 20); this.txtSearch.TabIndex = 10; this.txtSearch.Text = "Nhập chuỗi tìm kiếm"; this.txtSearch.MouseDown += new System.Windows.Forms.MouseEventHandler(this.txtSearch_MouseDown); this.txtSearch.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtSearch_KeyPress); // // 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(692, 484); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(75, 23); this.btnClose.TabIndex = 38; this.btnClose.Text = "&Đóng"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // btnGenerate // this.btnGenerate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnGenerate.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnGenerate.Location = new System.Drawing.Point(8, 484); this.btnGenerate.Name = "btnGenerate"; this.btnGenerate.Size = new System.Drawing.Size(136, 23); this.btnGenerate.TabIndex = 39; this.btnGenerate.Text = "&Sinh bảng lương"; this.btnGenerate.Click += new System.EventHandler(this.btnGenerate_Click); // // btnUpdate // this.btnUpdate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnUpdate.Location = new System.Drawing.Point(436, 484); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(75, 23); this.btnUpdate.TabIndex = 33; this.btnUpdate.Text = "&Cập nhật"; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // btnDelete // this.btnDelete.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnDelete.Location = new System.Drawing.Point(516, 484); this.btnDelete.Name = "btnDelete"; this.btnDelete.Size = new System.Drawing.Size(80, 23); this.btnDelete.TabIndex = 35; this.btnDelete.Text = "&Xóa"; this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click); // // frmListSalary // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.btnClose; this.ClientSize = new System.Drawing.Size(772, 514); this.Controls.Add(this.btnDelete); this.Controls.Add(this.btnUpdate); this.Controls.Add(this.btnRefresh); this.Controls.Add(this.btnExportExcel); this.Controls.Add(this.grbDepartment); this.Controls.Add(this.grbMonth); this.Controls.Add(this.groupBox1); this.Controls.Add(this.btnClose); this.Controls.Add(this.btnGenerate); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.Name = "frmListSalary"; this.Text = "Thống kê lương nhân viên"; this.WindowState = System.Windows.Forms.FormWindowState.Maximized; this.Load += new System.EventHandler(this.frmListSalary_Load); this.grbDepartment.ResumeLayout(false); this.grbMonth.ResumeLayout(false); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.panel1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.lvwSalary)).EndInit(); this.ResumeLayout(false); }
/// <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); }
/// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmEmployee)); this.imageList1 = new System.Windows.Forms.ImageList(this.components); this.pnProfile = new System.Windows.Forms.Panel(); this.tabEmployeeProfile = new System.Windows.Forms.TabControl(); this.tpGeneralInfo = new System.Windows.Forms.TabPage(); this.grbProfessional = new System.Windows.Forms.GroupBox(); this.cboInformaticLevel = new System.Windows.Forms.LookupComboBox(); this.cboEnglishLevel = new System.Windows.Forms.LookupComboBox(); this.cboQualification = new System.Windows.Forms.LookupComboBox(); this.cboProfessionalLevel = new System.Windows.Forms.LookupComboBox(); this.lblQualification = new System.Windows.Forms.Label(); this.lblNganhHoc = new System.Windows.Forms.Label(); this.txtDiscipline = new System.Windows.Forms.TextBox(); this.lblInformaticLevel = new System.Windows.Forms.Label(); this.lblProfessionalLevel = new System.Windows.Forms.Label(); this.lblEnglishLevel = new System.Windows.Forms.Label(); this.txtOtherCertificate = new System.Windows.Forms.TextBox(); this.lblOtherCertificate = new System.Windows.Forms.Label(); this.grbEmployeeProfile = new System.Windows.Forms.GroupBox(); this.txtTemAddress = new System.Windows.Forms.TextBox(); this.label19 = new System.Windows.Forms.Label(); this.txtNoiCapCMND = new System.Windows.Forms.TextBox(); this.label18 = new System.Windows.Forms.Label(); this.txtFamilyConditionNumber = new System.Windows.Forms.TextBox(); this.label15 = new System.Windows.Forms.Label(); this.txtTaxID = new System.Windows.Forms.TextBox(); this.label14 = new System.Windows.Forms.Label(); this.cboInsuranceShelf = new System.Windows.Forms.CheckBox(); this.lblBarCode = new System.Windows.Forms.Label(); this.cboNationality = new System.Windows.Forms.ComboBox(); this.txtBarcode = new System.Windows.Forms.TextBox(); this.txtInsurenceID = new System.Windows.Forms.TextBox(); this.txtIdentityCard = new System.Windows.Forms.TextBox(); this.dtpStartDateInsurance = new System.Windows.Forms.DateTimePicker(); this.label6 = new System.Windows.Forms.Label(); this.lblNationality = new System.Windows.Forms.Label(); this.txtProvince = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtCommune = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtDistrict = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.cboReligious = new System.Windows.Forms.LookupComboBox(); this.cboPeople = new System.Windows.Forms.LookupComboBox(); this.cboMarriageStatus = new System.Windows.Forms.LookupComboBox(); this.cboGender = new System.Windows.Forms.LookupComboBox(); this.lblIdentityCard = new System.Windows.Forms.Label(); this.lblInsuranceID = new System.Windows.Forms.Label(); this.dtpIssue = new System.Windows.Forms.DateTimePicker(); this.lblIssue = new System.Windows.Forms.Label(); this.lblReligious = new System.Windows.Forms.Label(); this.lblPeople = new System.Windows.Forms.Label(); this.dtpDateOfBirth = new System.Windows.Forms.DateTimePicker(); this.txtPhone = new AMS.TextBox.NumericTextBox(); this.lblMarriageStatus = new System.Windows.Forms.Label(); this.txtResident = new System.Windows.Forms.TextBox(); this.lblResident = new System.Windows.Forms.Label(); this.lblBirthPlace = new System.Windows.Forms.Label(); this.txtBirthPlace = new System.Windows.Forms.TextBox(); this.txtEmail = new System.Windows.Forms.TextBox(); this.lblEmail = new System.Windows.Forms.Label(); this.btnChoosePic = new System.Windows.Forms.Button(); this.picEmployee = new System.Windows.Forms.PictureBox(); this.txtCardID = new System.Windows.Forms.TextBox(); this.lblCardID = new System.Windows.Forms.Label(); this.txtAddress = new System.Windows.Forms.TextBox(); this.txtEmployeeName = new System.Windows.Forms.TextBox(); this.lblPhone = new System.Windows.Forms.Label(); this.lblAddress = new System.Windows.Forms.Label(); this.lblGender = new System.Windows.Forms.Label(); this.lblBirthday = new System.Windows.Forms.Label(); this.lblEmployeeName = new System.Windows.Forms.Label(); this.tpSalary = new System.Windows.Forms.TabPage(); this.grbAllowance = new System.Windows.Forms.GroupBox(); this.chk_PCDL_CoDinhThang = new System.Windows.Forms.CheckBox(); this.txtTaskAllowance = new AMS.TextBox.CurrencyTextBox(); this.label17 = new System.Windows.Forms.Label(); this.txtJapaneseAllowance = new AMS.TextBox.CurrencyTextBox(); this.label16 = new System.Windows.Forms.Label(); this.txtIntimateAllowance = new AMS.TextBox.CurrencyTextBox(); this.label13 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.lblHarmfulAllowance = new System.Windows.Forms.Label(); this.txtPositionAllowance = new AMS.TextBox.CurrencyTextBox(); this.lblLunchAllowance = new System.Windows.Forms.Label(); this.txtLunchAllowance = new AMS.TextBox.CurrencyTextBox(); this.lblResponsibleAllowance = new System.Windows.Forms.Label(); this.txtJobAllowance = new AMS.TextBox.CurrencyTextBox(); this.grbBasicSalary = new System.Windows.Forms.GroupBox(); this.lblSalaryChangedDay = new System.Windows.Forms.Label(); this.txtSalaryDN = new System.Windows.Forms.TextBox(); this.txtSalaryNote = new System.Windows.Forms.TextBox(); this.lblSalaryNote = new System.Windows.Forms.Label(); this.lblSalaryDN = new System.Windows.Forms.Label(); this.txtBasicSalary = new AMS.TextBox.CurrencyTextBox(); this.lblBasicSalary = new System.Windows.Forms.Label(); this.btnChangeSalary = new System.Windows.Forms.Button(); this.lvwSalaryHistory = new XPTable.Models.Table(); this.cmSalary = new XPTable.Models.ColumnModel(); this.cSTT = new XPTable.Models.TextColumn(); this.cBasicSalary = new XPTable.Models.TextColumn(); this.cModifiedDate = new XPTable.Models.TextColumn(); this.cDecisionNumber = new XPTable.Models.TextColumn(); this.cNote = new XPTable.Models.TextColumn(); this.ctxSalary = new System.Windows.Forms.ContextMenu(); this.mnuEditSalaryHistory = new System.Windows.Forms.MenuItem(); this.mnuDeleteSalaryHistory = new System.Windows.Forms.MenuItem(); this.tmSalary = new XPTable.Models.TableModel(); this.dtpSalaryChangedDay = new System.Windows.Forms.DateTimePicker(); this.grbHiringInfo = new System.Windows.Forms.GroupBox(); this.dtpStopWork = new System.Windows.Forms.DateTimePicker(); this.chkStopWork = new System.Windows.Forms.CheckBox(); this.label8 = new System.Windows.Forms.CheckBox(); this.label5 = new System.Windows.Forms.CheckBox(); this.mtgcComboFixSalary = new MTGCComboBox(); this.label9 = new System.Windows.Forms.Label(); this.cboContract = new MTGCComboBox(); this.dtpStartTrial = new System.Windows.Forms.DateTimePicker(); this.dtpStartDate = new System.Windows.Forms.DateTimePicker(); this.dtpRecruitDate = new System.Windows.Forms.DateTimePicker(); this.lblRecruitDate = new System.Windows.Forms.Label(); this.lblContract = new System.Windows.Forms.Label(); this.tpDepartment = new System.Windows.Forms.TabPage(); this.groupBox4 = new System.Windows.Forms.GroupBox(); this.dtpChangePosition = new System.Windows.Forms.DateTimePicker(); this.label11 = new System.Windows.Forms.Label(); this.lvwPositionHistory = new XPTable.Models.Table(); this.cmPosition = new XPTable.Models.ColumnModel(); this.cPositionName = new XPTable.Models.TextColumn(); this.ctxPosition = new System.Windows.Forms.ContextMenu(); this.mnuEditPositionHistory = new System.Windows.Forms.MenuItem(); this.mnuDeletePositionHistory = new System.Windows.Forms.MenuItem(); this.tmPosition = new XPTable.Models.TableModel(); this.btnChangePosition = new System.Windows.Forms.Button(); this.cboPosition = new MTGCComboBox(); this.txtPositionNote = new System.Windows.Forms.TextBox(); this.lblPositionNote = new System.Windows.Forms.Label(); this.lblPositionDN = new System.Windows.Forms.Label(); this.lblPositionName = new System.Windows.Forms.Label(); this.txtPositionDN = new System.Windows.Forms.TextBox(); this.groupBox2 = new System.Windows.Forms.GroupBox(); this.dtpDepartment = new System.Windows.Forms.DateTimePicker(); this.label12 = new System.Windows.Forms.Label(); this.txtDepartmentDN = new System.Windows.Forms.TextBox(); this.btnChangeDepartment = new System.Windows.Forms.Button(); this.cboDepartment = new MTGCComboBox(); this.txtDepartmentNote = new System.Windows.Forms.TextBox(); this.lblDepartmentNote = new System.Windows.Forms.Label(); this.lblDepartmentDN = new System.Windows.Forms.Label(); this.lblDepartmentName = new System.Windows.Forms.Label(); this.lvwDepartmentHistory = new XPTable.Models.Table(); this.cmDepartment = new XPTable.Models.ColumnModel(); this.chSTT = new XPTable.Models.TextColumn(); this.chDepartmentName = new XPTable.Models.TextColumn(); this.chModifiedDate = new XPTable.Models.TextColumn(); this.chDecisionNumber = new XPTable.Models.TextColumn(); this.chNote = new XPTable.Models.TextColumn(); this.ctxDepartment = new System.Windows.Forms.ContextMenu(); this.mnuEditDepartmentHistory = new System.Windows.Forms.MenuItem(); this.mnuDeleteDepartmentHistory = new System.Windows.Forms.MenuItem(); this.tmDepartment = new XPTable.Models.TableModel(); this.tpOtherInfo = new System.Windows.Forms.TabPage(); this.dtpStopDate = new System.Windows.Forms.DateTimePicker(); this.label10 = new System.Windows.Forms.Label(); this.cbHospital = new MTGCComboBox(); this.label7 = new System.Windows.Forms.Label(); this.txtNote = new System.Windows.Forms.TextBox(); this.btnClose = new System.Windows.Forms.Button(); this.pnButtons = new System.Windows.Forms.Panel(); this.btnCancel = new System.Windows.Forms.Button(); this.txtRecordNum = new System.Windows.Forms.TextBox(); this.btnLast = new System.Windows.Forms.Button(); this.btnNext = new System.Windows.Forms.Button(); this.btnPrevious = new System.Windows.Forms.Button(); this.btnFirst = new System.Windows.Forms.Button(); this.btnSave = new System.Windows.Forms.Button(); this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components); this.pnProfile.SuspendLayout(); this.tabEmployeeProfile.SuspendLayout(); this.tpGeneralInfo.SuspendLayout(); this.grbProfessional.SuspendLayout(); this.grbEmployeeProfile.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.picEmployee)).BeginInit(); this.tpSalary.SuspendLayout(); this.grbAllowance.SuspendLayout(); this.grbBasicSalary.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lvwSalaryHistory)).BeginInit(); this.grbHiringInfo.SuspendLayout(); this.tpDepartment.SuspendLayout(); this.groupBox4.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lvwPositionHistory)).BeginInit(); this.groupBox2.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.lvwDepartmentHistory)).BeginInit(); this.tpOtherInfo.SuspendLayout(); this.pnButtons.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit(); this.SuspendLayout(); // // imageList1 // this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream"))); this.imageList1.TransparentColor = System.Drawing.Color.Transparent; this.imageList1.Images.SetKeyName(0, ""); this.imageList1.Images.SetKeyName(1, ""); this.imageList1.Images.SetKeyName(2, ""); this.imageList1.Images.SetKeyName(3, ""); this.imageList1.Images.SetKeyName(4, ""); this.imageList1.Images.SetKeyName(5, ""); // // pnProfile // this.pnProfile.Controls.Add(this.tabEmployeeProfile); this.pnProfile.Dock = System.Windows.Forms.DockStyle.Fill; this.pnProfile.Location = new System.Drawing.Point(0, 0); this.pnProfile.Name = "pnProfile"; this.pnProfile.Size = new System.Drawing.Size(644, 576); this.pnProfile.TabIndex = 3; // // tabEmployeeProfile // this.tabEmployeeProfile.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.tabEmployeeProfile.Controls.Add(this.tpGeneralInfo); this.tabEmployeeProfile.Controls.Add(this.tpSalary); this.tabEmployeeProfile.Controls.Add(this.tpDepartment); this.tabEmployeeProfile.Controls.Add(this.tpOtherInfo); this.tabEmployeeProfile.Location = new System.Drawing.Point(0, 0); this.tabEmployeeProfile.Name = "tabEmployeeProfile"; this.tabEmployeeProfile.SelectedIndex = 0; this.tabEmployeeProfile.Size = new System.Drawing.Size(644, 578); this.tabEmployeeProfile.TabIndex = 0; // // tpGeneralInfo // this.tpGeneralInfo.Controls.Add(this.grbProfessional); this.tpGeneralInfo.Controls.Add(this.grbEmployeeProfile); this.tpGeneralInfo.Location = new System.Drawing.Point(4, 22); this.tpGeneralInfo.Name = "tpGeneralInfo"; this.tpGeneralInfo.Size = new System.Drawing.Size(636, 552); this.tpGeneralInfo.TabIndex = 0; this.tpGeneralInfo.Text = "Thông tin chung"; // // grbProfessional // this.grbProfessional.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grbProfessional.Controls.Add(this.cboInformaticLevel); this.grbProfessional.Controls.Add(this.cboEnglishLevel); this.grbProfessional.Controls.Add(this.cboQualification); this.grbProfessional.Controls.Add(this.cboProfessionalLevel); this.grbProfessional.Controls.Add(this.lblQualification); this.grbProfessional.Controls.Add(this.lblNganhHoc); this.grbProfessional.Controls.Add(this.txtDiscipline); this.grbProfessional.Controls.Add(this.lblInformaticLevel); this.grbProfessional.Controls.Add(this.lblProfessionalLevel); this.grbProfessional.Controls.Add(this.lblEnglishLevel); this.grbProfessional.Controls.Add(this.txtOtherCertificate); this.grbProfessional.Controls.Add(this.lblOtherCertificate); this.grbProfessional.FlatStyle = System.Windows.Forms.FlatStyle.System; this.grbProfessional.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.grbProfessional.Location = new System.Drawing.Point(5, 476); this.grbProfessional.Name = "grbProfessional"; this.grbProfessional.Size = new System.Drawing.Size(628, 72); this.grbProfessional.TabIndex = 9; this.grbProfessional.TabStop = false; this.grbProfessional.Text = "Học vấn"; // // cboInformaticLevel // this.cboInformaticLevel.AllowTypeAllSymbols = false; this.cboInformaticLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cboInformaticLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboInformaticLevel.ItemHeight = 13; this.cboInformaticLevel.Items.AddRange(new object[] { "Chưa biết", "Cơ bản", "Thành thạo"}); this.cboInformaticLevel.Location = new System.Drawing.Point(540, 40); this.cboInformaticLevel.Name = "cboInformaticLevel"; this.cboInformaticLevel.Size = new System.Drawing.Size(88, 21); this.cboInformaticLevel.TabIndex = 5; // // cboEnglishLevel // this.cboEnglishLevel.AllowTypeAllSymbols = false; this.cboEnglishLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.cboEnglishLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboEnglishLevel.ItemHeight = 13; this.cboEnglishLevel.Items.AddRange(new object[] { "Tiếng Anh", "Tiếng Nhật", "Tiếng Trung"}); this.cboEnglishLevel.Location = new System.Drawing.Point(540, 16); this.cboEnglishLevel.Name = "cboEnglishLevel"; this.cboEnglishLevel.Size = new System.Drawing.Size(88, 21); this.cboEnglishLevel.TabIndex = 2; // // cboQualification // this.cboQualification.AllowTypeAllSymbols = false; this.cboQualification.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboQualification.ItemHeight = 13; this.cboQualification.Items.AddRange(new object[] { "Không có", "Trung học cơ sở 9/12", "Tú tài (12/12)", "Trung cấp", "Cử nhân", "Kỹ sư", "Thạc sỹ", "Tiến sỹ"}); this.cboQualification.Location = new System.Drawing.Point(312, 16); this.cboQualification.Name = "cboQualification"; this.cboQualification.Size = new System.Drawing.Size(120, 21); this.cboQualification.TabIndex = 1; // // cboProfessionalLevel // this.cboProfessionalLevel.AllowTypeAllSymbols = false; this.cboProfessionalLevel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboProfessionalLevel.Items.AddRange(new object[] { "Phổ thông", "Trung cấp", "Cao đẳng", "Đại học", "Sau đại học"}); this.cboProfessionalLevel.Location = new System.Drawing.Point(104, 16); this.cboProfessionalLevel.Name = "cboProfessionalLevel"; this.cboProfessionalLevel.Size = new System.Drawing.Size(104, 21); this.cboProfessionalLevel.TabIndex = 0; // // lblQualification // this.lblQualification.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblQualification.Location = new System.Drawing.Point(216, 16); this.lblQualification.Name = "lblQualification"; this.lblQualification.Size = new System.Drawing.Size(96, 24); this.lblQualification.TabIndex = 48; this.lblQualification.Text = "Bằng cấp"; this.lblQualification.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblNganhHoc // this.lblNganhHoc.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblNganhHoc.Location = new System.Drawing.Point(8, 40); this.lblNganhHoc.Name = "lblNganhHoc"; this.lblNganhHoc.Size = new System.Drawing.Size(90, 24); this.lblNganhHoc.TabIndex = 46; this.lblNganhHoc.Text = "Ngành học"; this.lblNganhHoc.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtDiscipline // this.txtDiscipline.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtDiscipline.Location = new System.Drawing.Point(104, 40); this.txtDiscipline.Name = "txtDiscipline"; this.txtDiscipline.Size = new System.Drawing.Size(104, 20); this.txtDiscipline.TabIndex = 3; // // lblInformaticLevel // this.lblInformaticLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblInformaticLevel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblInformaticLevel.Location = new System.Drawing.Point(484, 40); this.lblInformaticLevel.Name = "lblInformaticLevel"; this.lblInformaticLevel.Size = new System.Drawing.Size(64, 24); this.lblInformaticLevel.TabIndex = 33; this.lblInformaticLevel.Text = "Tin học"; this.lblInformaticLevel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblProfessionalLevel // this.lblProfessionalLevel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblProfessionalLevel.Location = new System.Drawing.Point(8, 16); this.lblProfessionalLevel.Name = "lblProfessionalLevel"; this.lblProfessionalLevel.Size = new System.Drawing.Size(90, 24); this.lblProfessionalLevel.TabIndex = 29; this.lblProfessionalLevel.Text = "Trình độ văn hóa"; this.lblProfessionalLevel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblEnglishLevel // this.lblEnglishLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblEnglishLevel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblEnglishLevel.Location = new System.Drawing.Point(484, 16); this.lblEnglishLevel.Name = "lblEnglishLevel"; this.lblEnglishLevel.Size = new System.Drawing.Size(64, 24); this.lblEnglishLevel.TabIndex = 31; this.lblEnglishLevel.Text = "Ngoại ngữ"; this.lblEnglishLevel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtOtherCertificate // this.txtOtherCertificate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtOtherCertificate.Location = new System.Drawing.Point(312, 40); this.txtOtherCertificate.Name = "txtOtherCertificate"; this.txtOtherCertificate.Size = new System.Drawing.Size(120, 20); this.txtOtherCertificate.TabIndex = 4; // // lblOtherCertificate // this.lblOtherCertificate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblOtherCertificate.Location = new System.Drawing.Point(216, 40); this.lblOtherCertificate.Name = "lblOtherCertificate"; this.lblOtherCertificate.Size = new System.Drawing.Size(96, 24); this.lblOtherCertificate.TabIndex = 42; this.lblOtherCertificate.Text = "Chứng chỉ khác"; this.lblOtherCertificate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // grbEmployeeProfile // this.grbEmployeeProfile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grbEmployeeProfile.Controls.Add(this.txtTemAddress); this.grbEmployeeProfile.Controls.Add(this.label19); this.grbEmployeeProfile.Controls.Add(this.txtNoiCapCMND); this.grbEmployeeProfile.Controls.Add(this.label18); this.grbEmployeeProfile.Controls.Add(this.txtFamilyConditionNumber); this.grbEmployeeProfile.Controls.Add(this.label15); this.grbEmployeeProfile.Controls.Add(this.txtTaxID); this.grbEmployeeProfile.Controls.Add(this.label14); this.grbEmployeeProfile.Controls.Add(this.cboInsuranceShelf); this.grbEmployeeProfile.Controls.Add(this.lblBarCode); this.grbEmployeeProfile.Controls.Add(this.cboNationality); this.grbEmployeeProfile.Controls.Add(this.txtBarcode); this.grbEmployeeProfile.Controls.Add(this.txtInsurenceID); this.grbEmployeeProfile.Controls.Add(this.txtIdentityCard); this.grbEmployeeProfile.Controls.Add(this.dtpStartDateInsurance); this.grbEmployeeProfile.Controls.Add(this.label6); this.grbEmployeeProfile.Controls.Add(this.lblNationality); this.grbEmployeeProfile.Controls.Add(this.txtProvince); this.grbEmployeeProfile.Controls.Add(this.label4); this.grbEmployeeProfile.Controls.Add(this.txtCommune); this.grbEmployeeProfile.Controls.Add(this.label3); this.grbEmployeeProfile.Controls.Add(this.txtDistrict); this.grbEmployeeProfile.Controls.Add(this.label2); this.grbEmployeeProfile.Controls.Add(this.cboReligious); this.grbEmployeeProfile.Controls.Add(this.cboPeople); this.grbEmployeeProfile.Controls.Add(this.cboMarriageStatus); this.grbEmployeeProfile.Controls.Add(this.cboGender); this.grbEmployeeProfile.Controls.Add(this.lblIdentityCard); this.grbEmployeeProfile.Controls.Add(this.lblInsuranceID); this.grbEmployeeProfile.Controls.Add(this.dtpIssue); this.grbEmployeeProfile.Controls.Add(this.lblIssue); this.grbEmployeeProfile.Controls.Add(this.lblReligious); this.grbEmployeeProfile.Controls.Add(this.lblPeople); this.grbEmployeeProfile.Controls.Add(this.dtpDateOfBirth); this.grbEmployeeProfile.Controls.Add(this.txtPhone); this.grbEmployeeProfile.Controls.Add(this.lblMarriageStatus); this.grbEmployeeProfile.Controls.Add(this.txtResident); this.grbEmployeeProfile.Controls.Add(this.lblResident); this.grbEmployeeProfile.Controls.Add(this.lblBirthPlace); this.grbEmployeeProfile.Controls.Add(this.txtBirthPlace); this.grbEmployeeProfile.Controls.Add(this.txtEmail); this.grbEmployeeProfile.Controls.Add(this.lblEmail); this.grbEmployeeProfile.Controls.Add(this.btnChoosePic); this.grbEmployeeProfile.Controls.Add(this.picEmployee); this.grbEmployeeProfile.Controls.Add(this.txtCardID); this.grbEmployeeProfile.Controls.Add(this.lblCardID); this.grbEmployeeProfile.Controls.Add(this.txtAddress); this.grbEmployeeProfile.Controls.Add(this.txtEmployeeName); this.grbEmployeeProfile.Controls.Add(this.lblPhone); this.grbEmployeeProfile.Controls.Add(this.lblAddress); this.grbEmployeeProfile.Controls.Add(this.lblGender); this.grbEmployeeProfile.Controls.Add(this.lblBirthday); this.grbEmployeeProfile.Controls.Add(this.lblEmployeeName); this.grbEmployeeProfile.FlatStyle = System.Windows.Forms.FlatStyle.System; this.grbEmployeeProfile.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.grbEmployeeProfile.Location = new System.Drawing.Point(8, 8); this.grbEmployeeProfile.Name = "grbEmployeeProfile"; this.grbEmployeeProfile.Size = new System.Drawing.Size(620, 462); this.grbEmployeeProfile.TabIndex = 0; this.grbEmployeeProfile.TabStop = false; this.grbEmployeeProfile.Text = "Thông tin chung"; // // txtTemAddress // this.txtTemAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtTemAddress.Location = new System.Drawing.Point(104, 188); this.txtTemAddress.Name = "txtTemAddress"; this.txtTemAddress.Size = new System.Drawing.Size(328, 20); this.txtTemAddress.TabIndex = 7; // // label19 // this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.label19.Location = new System.Drawing.Point(8, 183); this.label19.Name = "label19"; this.label19.Size = new System.Drawing.Size(90, 24); this.label19.TabIndex = 93; this.label19.Text = "Địa chỉ tạm trú"; this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtNoiCapCMND // this.txtNoiCapCMND.Location = new System.Drawing.Point(462, 324); this.txtNoiCapCMND.Multiline = true; this.txtNoiCapCMND.Name = "txtNoiCapCMND"; this.txtNoiCapCMND.Size = new System.Drawing.Size(152, 20); this.txtNoiCapCMND.TabIndex = 18; // // label18 // this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.label18.Location = new System.Drawing.Point(417, 320); this.label18.Name = "label18"; this.label18.Size = new System.Drawing.Size(48, 24); this.label18.TabIndex = 92; this.label18.Text = "Nơi cấp"; this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtFamilyConditionNumber // this.txtFamilyConditionNumber.Location = new System.Drawing.Point(328, 425); this.txtFamilyConditionNumber.Name = "txtFamilyConditionNumber"; this.txtFamilyConditionNumber.Size = new System.Drawing.Size(92, 20); this.txtFamilyConditionNumber.TabIndex = 25; this.txtFamilyConditionNumber.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.KeyPressInteger); // // label15 // this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.label15.Location = new System.Drawing.Point(238, 421); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(96, 24); this.label15.TabIndex = 91; this.label15.Text = "Số người GTGC"; this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtTaxID // this.txtTaxID.Location = new System.Drawing.Point(104, 425); this.txtTaxID.Name = "txtTaxID"; this.txtTaxID.Size = new System.Drawing.Size(120, 20); this.txtTaxID.TabIndex = 24; this.txtTaxID.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.KeyPressInteger); // // label14 // this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.label14.Location = new System.Drawing.Point(10, 421); this.label14.Name = "label14"; this.label14.Size = new System.Drawing.Size(96, 24); this.label14.TabIndex = 89; this.label14.Text = "Mã số thuế"; this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cboInsuranceShelf // this.cboInsuranceShelf.Location = new System.Drawing.Point(440, 387); this.cboInsuranceShelf.Name = "cboInsuranceShelf"; this.cboInsuranceShelf.Size = new System.Drawing.Size(112, 24); this.cboInsuranceShelf.TabIndex = 23; this.cboInsuranceShelf.Text = "Tự đóng BHXH"; // // lblBarCode // this.lblBarCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblBarCode.Location = new System.Drawing.Point(443, 422); this.lblBarCode.Name = "lblBarCode"; this.lblBarCode.Size = new System.Drawing.Size(56, 24); this.lblBarCode.TabIndex = 46; this.lblBarCode.Text = "Mã vạch"; this.lblBarCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cboNationality // this.cboNationality.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboNationality.Items.AddRange(new object[] { "Việt Nam", "Nhật", "Hàn Quốc", "Trung Quốc", "Thái Lan", "Lào", "Các nước khác"}); this.cboNationality.Location = new System.Drawing.Point(106, 255); this.cboNationality.Name = "cboNationality"; this.cboNationality.Size = new System.Drawing.Size(120, 21); this.cboNationality.TabIndex = 12; // // txtBarcode // this.txtBarcode.BackColor = System.Drawing.SystemColors.Window; this.txtBarcode.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtBarcode.Location = new System.Drawing.Point(500, 425); this.txtBarcode.MaxLength = 8; this.txtBarcode.Name = "txtBarcode"; this.txtBarcode.ReadOnly = true; this.txtBarcode.Size = new System.Drawing.Size(114, 20); this.txtBarcode.TabIndex = 26; this.txtBarcode.TabStop = false; // // txtInsurenceID // this.txtInsurenceID.Location = new System.Drawing.Point(104, 391); this.txtInsurenceID.Name = "txtInsurenceID"; this.txtInsurenceID.Size = new System.Drawing.Size(120, 20); this.txtInsurenceID.TabIndex = 21; // // txtIdentityCard // this.txtIdentityCard.Location = new System.Drawing.Point(106, 324); this.txtIdentityCard.Name = "txtIdentityCard"; this.txtIdentityCard.Size = new System.Drawing.Size(120, 20); this.txtIdentityCard.TabIndex = 16; this.txtIdentityCard.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.KeyPressInteger); // // dtpStartDateInsurance // this.dtpStartDateInsurance.CustomFormat = "dd/MM/yyyy"; this.dtpStartDateInsurance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.dtpStartDateInsurance.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpStartDateInsurance.Location = new System.Drawing.Point(300, 391); this.dtpStartDateInsurance.Name = "dtpStartDateInsurance"; this.dtpStartDateInsurance.Size = new System.Drawing.Size(120, 20); this.dtpStartDateInsurance.TabIndex = 22; // // label6 // this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F); this.label6.Location = new System.Drawing.Point(240, 392); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(77, 20); this.label6.TabIndex = 21; this.label6.Text = "Ngày đóng BHXH"; this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblNationality // this.lblNationality.Location = new System.Drawing.Point(10, 252); this.lblNationality.Name = "lblNationality"; this.lblNationality.Size = new System.Drawing.Size(90, 24); this.lblNationality.TabIndex = 68; this.lblNationality.Text = "Quốc tịch"; this.lblNationality.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtProvince // this.txtProvince.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtProvince.Location = new System.Drawing.Point(500, 222); this.txtProvince.Name = "txtProvince"; this.txtProvince.Size = new System.Drawing.Size(114, 20); this.txtProvince.TabIndex = 11; // // label4 // this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.label4.Location = new System.Drawing.Point(414, 218); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(92, 24); this.label4.TabIndex = 79; this.label4.Text = "Tỉnh/thành phố"; this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtCommune // this.txtCommune.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtCommune.Location = new System.Drawing.Point(104, 222); this.txtCommune.Name = "txtCommune"; this.txtCommune.Size = new System.Drawing.Size(120, 20); this.txtCommune.TabIndex = 9; // // label3 // this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.label3.Location = new System.Drawing.Point(10, 218); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(96, 24); this.label3.TabIndex = 77; this.label3.Text = "Phường/xã"; this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtDistrict // this.txtDistrict.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtDistrict.Location = new System.Drawing.Point(300, 222); this.txtDistrict.Name = "txtDistrict"; this.txtDistrict.Size = new System.Drawing.Size(108, 20); this.txtDistrict.TabIndex = 10; // // label2 // this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.label2.Location = new System.Drawing.Point(232, 218); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(80, 24); this.label2.TabIndex = 75; this.label2.Text = "Quận/huyện"; this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cboReligious // this.cboReligious.AllowTypeAllSymbols = false; this.cboReligious.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboReligious.Items.AddRange(new object[] { "Không", "Thiên chúa giáo", "Khác.."}); this.cboReligious.Location = new System.Drawing.Point(300, 359); this.cboReligious.Name = "cboReligious"; this.cboReligious.Size = new System.Drawing.Size(120, 21); this.cboReligious.TabIndex = 20; // // cboPeople // this.cboPeople.AllowTypeAllSymbols = false; this.cboPeople.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboPeople.Items.AddRange(new object[] { "Kinh", "Thái", "Tày", "Khác..."}); this.cboPeople.Location = new System.Drawing.Point(104, 356); this.cboPeople.Name = "cboPeople"; this.cboPeople.Size = new System.Drawing.Size(120, 21); this.cboPeople.TabIndex = 19; // // cboMarriageStatus // this.cboMarriageStatus.AllowTypeAllSymbols = false; this.cboMarriageStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboMarriageStatus.Items.AddRange(new object[] { "Độc thân", "Đã có gia đình"}); this.cboMarriageStatus.Location = new System.Drawing.Point(300, 255); this.cboMarriageStatus.Name = "cboMarriageStatus"; this.cboMarriageStatus.Size = new System.Drawing.Size(108, 21); this.cboMarriageStatus.TabIndex = 13; // // cboGender // this.cboGender.AllowTypeAllSymbols = false; this.cboGender.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cboGender.Items.AddRange(new object[] { "Nam", "Nữ"}); this.cboGender.Location = new System.Drawing.Point(328, 52); this.cboGender.Name = "cboGender"; this.cboGender.Size = new System.Drawing.Size(104, 21); this.cboGender.TabIndex = 3; // // lblIdentityCard // this.lblIdentityCard.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblIdentityCard.Location = new System.Drawing.Point(10, 320); this.lblIdentityCard.Name = "lblIdentityCard"; this.lblIdentityCard.Size = new System.Drawing.Size(90, 24); this.lblIdentityCard.TabIndex = 68; this.lblIdentityCard.Text = "Số CMND"; this.lblIdentityCard.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblInsuranceID // this.lblInsuranceID.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblInsuranceID.Location = new System.Drawing.Point(10, 387); this.lblInsuranceID.Name = "lblInsuranceID"; this.lblInsuranceID.Size = new System.Drawing.Size(96, 24); this.lblInsuranceID.TabIndex = 69; this.lblInsuranceID.Text = "Số sổ BHXH"; this.lblInsuranceID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // dtpIssue // this.dtpIssue.CustomFormat = "dd/MM/yyyy"; this.dtpIssue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.dtpIssue.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpIssue.Location = new System.Drawing.Point(300, 324); this.dtpIssue.Name = "dtpIssue"; this.dtpIssue.Size = new System.Drawing.Size(96, 20); this.dtpIssue.TabIndex = 17; this.dtpIssue.Validating += new System.ComponentModel.CancelEventHandler(this.dtpIssue_Validating); // // lblIssue // this.lblIssue.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblIssue.Location = new System.Drawing.Point(240, 320); this.lblIssue.Name = "lblIssue"; this.lblIssue.Size = new System.Drawing.Size(60, 24); this.lblIssue.TabIndex = 70; this.lblIssue.Text = "Ngày cấp"; this.lblIssue.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblReligious // this.lblReligious.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblReligious.Location = new System.Drawing.Point(240, 356); this.lblReligious.Name = "lblReligious"; this.lblReligious.Size = new System.Drawing.Size(62, 24); this.lblReligious.TabIndex = 62; this.lblReligious.Text = "Tôn giáo"; this.lblReligious.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblPeople // this.lblPeople.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblPeople.Location = new System.Drawing.Point(10, 353); this.lblPeople.Name = "lblPeople"; this.lblPeople.Size = new System.Drawing.Size(96, 24); this.lblPeople.TabIndex = 60; this.lblPeople.Text = "Dân tộc"; this.lblPeople.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // dtpDateOfBirth // this.dtpDateOfBirth.CustomFormat = "dd/MM/yyyy"; this.dtpDateOfBirth.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.dtpDateOfBirth.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpDateOfBirth.Location = new System.Drawing.Point(104, 53); this.dtpDateOfBirth.Name = "dtpDateOfBirth"; this.dtpDateOfBirth.Size = new System.Drawing.Size(104, 20); this.dtpDateOfBirth.TabIndex = 2; this.dtpDateOfBirth.Validating += new System.ComponentModel.CancelEventHandler(this.dtpDateOfBirth_Validating); // // txtPhone // this.txtPhone.AllowNegative = false; this.txtPhone.DigitsInGroup = 0; this.txtPhone.Flags = 65536; this.txtPhone.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtPhone.Location = new System.Drawing.Point(106, 290); this.txtPhone.MaxDecimalPlaces = 4; this.txtPhone.MaxWholeDigits = 11; this.txtPhone.Name = "txtPhone"; this.txtPhone.Prefix = ""; this.txtPhone.RangeMax = 1.7976931348623157E+308; this.txtPhone.RangeMin = -1.7976931348623157E+308; this.txtPhone.Size = new System.Drawing.Size(120, 20); this.txtPhone.TabIndex = 14; // // lblMarriageStatus // this.lblMarriageStatus.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblMarriageStatus.Location = new System.Drawing.Point(240, 252); this.lblMarriageStatus.Name = "lblMarriageStatus"; this.lblMarriageStatus.Size = new System.Drawing.Size(56, 24); this.lblMarriageStatus.TabIndex = 56; this.lblMarriageStatus.Text = "Hôn nhân"; this.lblMarriageStatus.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtResident // this.txtResident.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtResident.Location = new System.Drawing.Point(104, 119); this.txtResident.Name = "txtResident"; this.txtResident.Size = new System.Drawing.Size(328, 20); this.txtResident.TabIndex = 5; // // lblResident // this.lblResident.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblResident.Location = new System.Drawing.Point(10, 115); this.lblResident.Name = "lblResident"; this.lblResident.Size = new System.Drawing.Size(90, 24); this.lblResident.TabIndex = 52; this.lblResident.Text = "Hộ khẩu"; this.lblResident.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblBirthPlace // this.lblBirthPlace.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblBirthPlace.Location = new System.Drawing.Point(10, 82); this.lblBirthPlace.Name = "lblBirthPlace"; this.lblBirthPlace.Size = new System.Drawing.Size(90, 24); this.lblBirthPlace.TabIndex = 27; this.lblBirthPlace.Text = "Nơi sinh"; this.lblBirthPlace.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtBirthPlace // this.txtBirthPlace.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtBirthPlace.Location = new System.Drawing.Point(104, 86); this.txtBirthPlace.Name = "txtBirthPlace"; this.txtBirthPlace.Size = new System.Drawing.Size(328, 20); this.txtBirthPlace.TabIndex = 4; // // txtEmail // this.txtEmail.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtEmail.Location = new System.Drawing.Point(300, 290); this.txtEmail.Name = "txtEmail"; this.txtEmail.Size = new System.Drawing.Size(206, 20); this.txtEmail.TabIndex = 15; // // lblEmail // this.lblEmail.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblEmail.Location = new System.Drawing.Point(240, 286); this.lblEmail.Name = "lblEmail"; this.lblEmail.Size = new System.Drawing.Size(60, 24); this.lblEmail.TabIndex = 15; this.lblEmail.Text = "Email"; this.lblEmail.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnChoosePic // this.btnChoosePic.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.btnChoosePic.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnChoosePic.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.btnChoosePic.Location = new System.Drawing.Point(440, 184); this.btnChoosePic.Name = "btnChoosePic"; this.btnChoosePic.Size = new System.Drawing.Size(174, 23); this.btnChoosePic.TabIndex = 8; this.btnChoosePic.Text = "Chọn ảnh..."; this.btnChoosePic.Click += new System.EventHandler(this.btnChoosePic_Click); // // picEmployee // this.picEmployee.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.picEmployee.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.picEmployee.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.picEmployee.Location = new System.Drawing.Point(441, 15); this.picEmployee.Name = "picEmployee"; this.picEmployee.Size = new System.Drawing.Size(173, 167); this.picEmployee.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picEmployee.TabIndex = 13; this.picEmployee.TabStop = false; // // txtCardID // this.txtCardID.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtCardID.Location = new System.Drawing.Point(328, 20); this.txtCardID.MaxLength = 10; this.txtCardID.Name = "txtCardID"; this.txtCardID.Size = new System.Drawing.Size(104, 20); this.txtCardID.TabIndex = 1; this.txtCardID.Validating += new System.ComponentModel.CancelEventHandler(this.txtCardID_Validating); // // lblCardID // this.lblCardID.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblCardID.Location = new System.Drawing.Point(280, 16); this.lblCardID.Name = "lblCardID"; this.lblCardID.Size = new System.Drawing.Size(48, 24); this.lblCardID.TabIndex = 10; this.lblCardID.Text = "Mã thẻ"; this.lblCardID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtAddress // this.txtAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtAddress.Location = new System.Drawing.Point(104, 154); this.txtAddress.Name = "txtAddress"; this.txtAddress.Size = new System.Drawing.Size(328, 20); this.txtAddress.TabIndex = 6; // // txtEmployeeName // this.txtEmployeeName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtEmployeeName.Location = new System.Drawing.Point(104, 20); this.txtEmployeeName.Name = "txtEmployeeName"; this.txtEmployeeName.Size = new System.Drawing.Size(160, 20); this.txtEmployeeName.TabIndex = 0; this.txtEmployeeName.Validating += new System.ComponentModel.CancelEventHandler(this.txtEmployeeName_Validating); // // lblPhone // this.lblPhone.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblPhone.Location = new System.Drawing.Point(10, 286); this.lblPhone.Name = "lblPhone"; this.lblPhone.Size = new System.Drawing.Size(90, 24); this.lblPhone.TabIndex = 4; this.lblPhone.Text = "Điện thoại"; this.lblPhone.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblAddress // this.lblAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblAddress.Location = new System.Drawing.Point(10, 148); this.lblAddress.Name = "lblAddress"; this.lblAddress.Size = new System.Drawing.Size(96, 26); this.lblAddress.TabIndex = 3; this.lblAddress.Text = "Địa chỉ thường trú"; this.lblAddress.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblGender // this.lblGender.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblGender.Location = new System.Drawing.Point(280, 49); this.lblGender.Name = "lblGender"; this.lblGender.Size = new System.Drawing.Size(54, 24); this.lblGender.TabIndex = 2; this.lblGender.Text = "Giới tính"; this.lblGender.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblBirthday // this.lblBirthday.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblBirthday.Location = new System.Drawing.Point(8, 49); this.lblBirthday.Name = "lblBirthday"; this.lblBirthday.Size = new System.Drawing.Size(90, 24); this.lblBirthday.TabIndex = 1; this.lblBirthday.Text = "Ngày sinh"; this.lblBirthday.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblEmployeeName // this.lblEmployeeName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblEmployeeName.Location = new System.Drawing.Point(8, 16); this.lblEmployeeName.Name = "lblEmployeeName"; this.lblEmployeeName.Size = new System.Drawing.Size(90, 24); this.lblEmployeeName.TabIndex = 0; this.lblEmployeeName.Text = "Tên nhân viên"; this.lblEmployeeName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tpSalary // this.tpSalary.Controls.Add(this.grbAllowance); this.tpSalary.Controls.Add(this.grbBasicSalary); this.tpSalary.Controls.Add(this.grbHiringInfo); this.tpSalary.Location = new System.Drawing.Point(4, 22); this.tpSalary.Name = "tpSalary"; this.tpSalary.Size = new System.Drawing.Size(636, 552); this.tpSalary.TabIndex = 1; this.tpSalary.Text = "Lương và tuyển dụng"; // // grbAllowance // this.grbAllowance.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grbAllowance.Controls.Add(this.chk_PCDL_CoDinhThang); this.grbAllowance.Controls.Add(this.txtTaskAllowance); this.grbAllowance.Controls.Add(this.label17); this.grbAllowance.Controls.Add(this.txtJapaneseAllowance); this.grbAllowance.Controls.Add(this.label16); this.grbAllowance.Controls.Add(this.txtIntimateAllowance); this.grbAllowance.Controls.Add(this.label13); this.grbAllowance.Controls.Add(this.label1); this.grbAllowance.Controls.Add(this.lblHarmfulAllowance); this.grbAllowance.Controls.Add(this.txtPositionAllowance); this.grbAllowance.Controls.Add(this.lblLunchAllowance); this.grbAllowance.Controls.Add(this.txtLunchAllowance); this.grbAllowance.Controls.Add(this.lblResponsibleAllowance); this.grbAllowance.Controls.Add(this.txtJobAllowance); this.grbAllowance.FlatStyle = System.Windows.Forms.FlatStyle.System; this.grbAllowance.Location = new System.Drawing.Point(8, 466); this.grbAllowance.Name = "grbAllowance"; this.grbAllowance.Size = new System.Drawing.Size(620, 78); this.grbAllowance.TabIndex = 14; this.grbAllowance.TabStop = false; this.grbAllowance.Text = "Các loại phụ cấp"; // // chk_PCDL_CoDinhThang // this.chk_PCDL_CoDinhThang.AutoSize = true; this.chk_PCDL_CoDinhThang.Location = new System.Drawing.Point(161, 49); this.chk_PCDL_CoDinhThang.Name = "chk_PCDL_CoDinhThang"; this.chk_PCDL_CoDinhThang.Size = new System.Drawing.Size(63, 17); this.chk_PCDL_CoDinhThang.TabIndex = 4; this.chk_PCDL_CoDinhThang.Text = "Cố định"; this.chk_PCDL_CoDinhThang.UseVisualStyleBackColor = true; // // txtTaskAllowance // this.txtTaskAllowance.AllowNegative = false; this.txtTaskAllowance.Flags = 73216; this.txtTaskAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtTaskAllowance.Location = new System.Drawing.Point(318, 47); this.txtTaskAllowance.MaxWholeDigits = 9; this.txtTaskAllowance.Name = "txtTaskAllowance"; this.txtTaskAllowance.RangeMax = 1.7976931348623157E+308; this.txtTaskAllowance.RangeMin = -1.7976931348623157E+308; this.txtTaskAllowance.Size = new System.Drawing.Size(90, 20); this.txtTaskAllowance.TabIndex = 5; // // label17 // this.label17.AutoSize = true; this.label17.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.label17.Location = new System.Drawing.Point(247, 51); this.label17.Name = "label17"; this.label17.Size = new System.Drawing.Size(71, 13); this.label17.TabIndex = 85; this.label17.Text = "PC công việc"; this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtJapaneseAllowance // this.txtJapaneseAllowance.AllowNegative = false; this.txtJapaneseAllowance.Flags = 73216; this.txtJapaneseAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtJapaneseAllowance.Location = new System.Drawing.Point(502, 47); this.txtJapaneseAllowance.MaxWholeDigits = 9; this.txtJapaneseAllowance.Name = "txtJapaneseAllowance"; this.txtJapaneseAllowance.RangeMax = 1.7976931348623157E+308; this.txtJapaneseAllowance.RangeMin = -1.7976931348623157E+308; this.txtJapaneseAllowance.Size = new System.Drawing.Size(90, 20); this.txtJapaneseAllowance.TabIndex = 6; // // label16 // this.label16.AutoSize = true; this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.label16.Location = new System.Drawing.Point(427, 51); this.label16.Name = "label16"; this.label16.Size = new System.Drawing.Size(73, 13); this.label16.TabIndex = 83; this.label16.Text = "PC tiếng Nhật"; this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtIntimateAllowance // this.txtIntimateAllowance.AllowNegative = false; this.txtIntimateAllowance.Flags = 73216; this.txtIntimateAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtIntimateAllowance.Location = new System.Drawing.Point(65, 47); this.txtIntimateAllowance.MaxWholeDigits = 9; this.txtIntimateAllowance.Name = "txtIntimateAllowance"; this.txtIntimateAllowance.RangeMax = 1.7976931348623157E+308; this.txtIntimateAllowance.RangeMin = -1.7976931348623157E+308; this.txtIntimateAllowance.Size = new System.Drawing.Size(90, 20); this.txtIntimateAllowance.TabIndex = 3; // // label13 // this.label13.AutoSize = true; this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.label13.Location = new System.Drawing.Point(17, 51); this.label13.Name = "label13"; this.label13.Size = new System.Drawing.Size(46, 13); this.label13.TabIndex = 81; this.label13.Text = "PC đi lại"; this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(155, 26); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(35, 13); this.label1.TabIndex = 79; this.label1.Text = "/ngày"; this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblHarmfulAllowance // this.lblHarmfulAllowance.AutoSize = true; this.lblHarmfulAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblHarmfulAllowance.Location = new System.Drawing.Point(255, 26); this.lblHarmfulAllowance.Name = "lblHarmfulAllowance"; this.lblHarmfulAllowance.Size = new System.Drawing.Size(63, 13); this.lblHarmfulAllowance.TabIndex = 77; this.lblHarmfulAllowance.Text = "PC chức vụ"; this.lblHarmfulAllowance.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtPositionAllowance // this.txtPositionAllowance.AllowNegative = false; this.txtPositionAllowance.Flags = 73216; this.txtPositionAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtPositionAllowance.Location = new System.Drawing.Point(319, 22); this.txtPositionAllowance.MaxWholeDigits = 9; this.txtPositionAllowance.Name = "txtPositionAllowance"; this.txtPositionAllowance.RangeMax = 1.7976931348623157E+308; this.txtPositionAllowance.RangeMin = -1.7976931348623157E+308; this.txtPositionAllowance.Size = new System.Drawing.Size(90, 20); this.txtPositionAllowance.TabIndex = 1; // // lblLunchAllowance // this.lblLunchAllowance.AutoSize = true; this.lblLunchAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblLunchAllowance.Location = new System.Drawing.Point(6, 26); this.lblLunchAllowance.Name = "lblLunchAllowance"; this.lblLunchAllowance.Size = new System.Drawing.Size(57, 13); this.lblLunchAllowance.TabIndex = 74; this.lblLunchAllowance.Text = "PC ăn trưa"; this.lblLunchAllowance.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtLunchAllowance // this.txtLunchAllowance.AllowNegative = false; this.txtLunchAllowance.Flags = 73216; this.txtLunchAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtLunchAllowance.Location = new System.Drawing.Point(65, 22); this.txtLunchAllowance.MaxWholeDigits = 9; this.txtLunchAllowance.Name = "txtLunchAllowance"; this.txtLunchAllowance.RangeMax = 1.7976931348623157E+308; this.txtLunchAllowance.RangeMin = -1.7976931348623157E+308; this.txtLunchAllowance.Size = new System.Drawing.Size(90, 20); this.txtLunchAllowance.TabIndex = 0; // // lblResponsibleAllowance // this.lblResponsibleAllowance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.lblResponsibleAllowance.AutoSize = true; this.lblResponsibleAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblResponsibleAllowance.Location = new System.Drawing.Point(437, 26); this.lblResponsibleAllowance.Name = "lblResponsibleAllowance"; this.lblResponsibleAllowance.Size = new System.Drawing.Size(83, 13); this.lblResponsibleAllowance.TabIndex = 78; this.lblResponsibleAllowance.Text = "PC nghề nghiệp"; this.lblResponsibleAllowance.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // txtJobAllowance // this.txtJobAllowance.AllowNegative = false; this.txtJobAllowance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.txtJobAllowance.Flags = 73216; this.txtJobAllowance.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtJobAllowance.Location = new System.Drawing.Point(522, 22); this.txtJobAllowance.MaxWholeDigits = 9; this.txtJobAllowance.Name = "txtJobAllowance"; this.txtJobAllowance.RangeMax = 1.7976931348623157E+308; this.txtJobAllowance.RangeMin = -1.7976931348623157E+308; this.txtJobAllowance.Size = new System.Drawing.Size(90, 20); this.txtJobAllowance.TabIndex = 2; // // grbBasicSalary // this.grbBasicSalary.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grbBasicSalary.Controls.Add(this.lblSalaryChangedDay); this.grbBasicSalary.Controls.Add(this.txtSalaryDN); this.grbBasicSalary.Controls.Add(this.txtSalaryNote); this.grbBasicSalary.Controls.Add(this.lblSalaryNote); this.grbBasicSalary.Controls.Add(this.lblSalaryDN); this.grbBasicSalary.Controls.Add(this.txtBasicSalary); this.grbBasicSalary.Controls.Add(this.lblBasicSalary); this.grbBasicSalary.Controls.Add(this.btnChangeSalary); this.grbBasicSalary.Controls.Add(this.lvwSalaryHistory); this.grbBasicSalary.Controls.Add(this.dtpSalaryChangedDay); this.grbBasicSalary.FlatStyle = System.Windows.Forms.FlatStyle.System; this.grbBasicSalary.Location = new System.Drawing.Point(8, 123); this.grbBasicSalary.Name = "grbBasicSalary"; this.grbBasicSalary.Size = new System.Drawing.Size(620, 337); this.grbBasicSalary.TabIndex = 13; this.grbBasicSalary.TabStop = false; this.grbBasicSalary.Text = "Diễn biến lương"; // // lblSalaryChangedDay // this.lblSalaryChangedDay.Location = new System.Drawing.Point(339, 14); this.lblSalaryChangedDay.Name = "lblSalaryChangedDay"; this.lblSalaryChangedDay.Size = new System.Drawing.Size(73, 23); this.lblSalaryChangedDay.TabIndex = 78; this.lblSalaryChangedDay.Text = "Ngày thay đổi"; this.lblSalaryChangedDay.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtSalaryDN // this.txtSalaryDN.Enabled = false; this.txtSalaryDN.Location = new System.Drawing.Point(264, 16); this.txtSalaryDN.Name = "txtSalaryDN"; this.txtSalaryDN.Size = new System.Drawing.Size(72, 20); this.txtSalaryDN.TabIndex = 2; // // txtSalaryNote // this.txtSalaryNote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtSalaryNote.Enabled = false; this.txtSalaryNote.Location = new System.Drawing.Point(88, 40); this.txtSalaryNote.Name = "txtSalaryNote"; this.txtSalaryNote.Size = new System.Drawing.Size(428, 20); this.txtSalaryNote.TabIndex = 4; // // lblSalaryNote // this.lblSalaryNote.Location = new System.Drawing.Point(8, 40); this.lblSalaryNote.Name = "lblSalaryNote"; this.lblSalaryNote.Size = new System.Drawing.Size(80, 23); this.lblSalaryNote.TabIndex = 76; this.lblSalaryNote.Text = "Ghi chú"; this.lblSalaryNote.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblSalaryDN // this.lblSalaryDN.Location = new System.Drawing.Point(184, 16); this.lblSalaryDN.Name = "lblSalaryDN"; this.lblSalaryDN.Size = new System.Drawing.Size(80, 23); this.lblSalaryDN.TabIndex = 74; this.lblSalaryDN.Text = "Quyết định số"; this.lblSalaryDN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtBasicSalary // this.txtBasicSalary.AllowNegative = false; this.txtBasicSalary.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtBasicSalary.Flags = 73216; this.txtBasicSalary.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.txtBasicSalary.Location = new System.Drawing.Point(88, 16); this.txtBasicSalary.MaxWholeDigits = 10; this.txtBasicSalary.Name = "txtBasicSalary"; this.txtBasicSalary.RangeMax = 1.7976931348623157E+308; this.txtBasicSalary.RangeMin = -1.7976931348623157E+308; this.txtBasicSalary.Size = new System.Drawing.Size(108, 20); this.txtBasicSalary.TabIndex = 0; // // lblBasicSalary // this.lblBasicSalary.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblBasicSalary.Location = new System.Drawing.Point(8, 16); this.lblBasicSalary.Name = "lblBasicSalary"; this.lblBasicSalary.Size = new System.Drawing.Size(80, 24); this.lblBasicSalary.TabIndex = 73; this.lblBasicSalary.Text = "Lương cơ bản"; this.lblBasicSalary.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnChangeSalary // this.btnChangeSalary.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnChangeSalary.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnChangeSalary.Location = new System.Drawing.Point(524, 24); this.btnChangeSalary.Name = "btnChangeSalary"; this.btnChangeSalary.Size = new System.Drawing.Size(88, 24); this.btnChangeSalary.TabIndex = 1; this.btnChangeSalary.Text = "Mức lương mới"; this.btnChangeSalary.Click += new System.EventHandler(this.btnChangeSalary_Click); this.btnChangeSalary.EnabledChanged += new System.EventHandler(this.btnChangeSalary_EnabledChanged); // // lvwSalaryHistory // this.lvwSalaryHistory.AlternatingRowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(237)))), ((int)(((byte)(245))))); this.lvwSalaryHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lvwSalaryHistory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(242)))), ((int)(((byte)(249))))); this.lvwSalaryHistory.ColumnModel = this.cmSalary; this.lvwSalaryHistory.ContextMenu = this.ctxSalary; this.lvwSalaryHistory.EnableToolTips = true; this.lvwSalaryHistory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); this.lvwSalaryHistory.FullRowSelect = true; this.lvwSalaryHistory.GridColor = System.Drawing.SystemColors.ControlDark; this.lvwSalaryHistory.GridLines = XPTable.Models.GridLines.Both; this.lvwSalaryHistory.GridLineStyle = XPTable.Models.GridLineStyle.Dot; this.lvwSalaryHistory.HeaderFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.lvwSalaryHistory.Location = new System.Drawing.Point(8, 64); this.lvwSalaryHistory.Name = "lvwSalaryHistory"; this.lvwSalaryHistory.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(183)))), ((int)(((byte)(201))))); this.lvwSalaryHistory.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); this.lvwSalaryHistory.SelectionStyle = XPTable.Models.SelectionStyle.Grid; this.lvwSalaryHistory.Size = new System.Drawing.Size(604, 267); this.lvwSalaryHistory.SortedColumnBackColor = System.Drawing.Color.Transparent; this.lvwSalaryHistory.TabIndex = 11; this.lvwSalaryHistory.TableModel = this.tmSalary; this.lvwSalaryHistory.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(221))))); this.lvwSalaryHistory.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); // // cmSalary // this.cmSalary.Columns.AddRange(new XPTable.Models.Column[] { this.cSTT, this.cBasicSalary, this.cModifiedDate, this.cDecisionNumber, this.cNote}); // // cSTT // this.cSTT.Editable = false; this.cSTT.Text = "STT"; this.cSTT.Width = 50; // // cBasicSalary // this.cBasicSalary.Editable = false; this.cBasicSalary.Text = "Lương cơ bản"; this.cBasicSalary.Width = 120; // // cModifiedDate // this.cModifiedDate.Editable = false; this.cModifiedDate.Text = "Ngày thay đổi"; this.cModifiedDate.Width = 95; // // cDecisionNumber // this.cDecisionNumber.Editable = false; this.cDecisionNumber.Text = "Quyết định số"; this.cDecisionNumber.Width = 100; // // cNote // this.cNote.Editable = false; this.cNote.Text = "Ghi chú"; this.cNote.Width = 170; // // ctxSalary // this.ctxSalary.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuEditSalaryHistory, this.mnuDeleteSalaryHistory}); // // mnuEditSalaryHistory // this.mnuEditSalaryHistory.Index = 0; this.mnuEditSalaryHistory.Text = "&Sửa diễn biến lương..."; this.mnuEditSalaryHistory.Click += new System.EventHandler(this.mnuEditSalaryHistory_Click); // // mnuDeleteSalaryHistory // this.mnuDeleteSalaryHistory.Index = 1; this.mnuDeleteSalaryHistory.Text = "&Xóa diễn biến lương..."; this.mnuDeleteSalaryHistory.Click += new System.EventHandler(this.mnuDeleteSalaryHistory_Click); // // dtpSalaryChangedDay // this.dtpSalaryChangedDay.Anchor = System.Windows.Forms.AnchorStyles.Left; this.dtpSalaryChangedDay.CustomFormat = "dd/MM/yyyy"; this.dtpSalaryChangedDay.Enabled = false; this.dtpSalaryChangedDay.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.dtpSalaryChangedDay.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpSalaryChangedDay.Location = new System.Drawing.Point(412, 77); this.dtpSalaryChangedDay.Name = "dtpSalaryChangedDay"; this.dtpSalaryChangedDay.Size = new System.Drawing.Size(88, 20); this.dtpSalaryChangedDay.TabIndex = 3; // // grbHiringInfo // this.grbHiringInfo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.grbHiringInfo.Controls.Add(this.dtpStopWork); this.grbHiringInfo.Controls.Add(this.chkStopWork); this.grbHiringInfo.Controls.Add(this.label8); this.grbHiringInfo.Controls.Add(this.label5); this.grbHiringInfo.Controls.Add(this.mtgcComboFixSalary); this.grbHiringInfo.Controls.Add(this.label9); this.grbHiringInfo.Controls.Add(this.cboContract); this.grbHiringInfo.Controls.Add(this.dtpStartTrial); this.grbHiringInfo.Controls.Add(this.dtpStartDate); this.grbHiringInfo.Controls.Add(this.dtpRecruitDate); this.grbHiringInfo.Controls.Add(this.lblRecruitDate); this.grbHiringInfo.Controls.Add(this.lblContract); this.grbHiringInfo.FlatStyle = System.Windows.Forms.FlatStyle.System; this.grbHiringInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.grbHiringInfo.Location = new System.Drawing.Point(8, 8); this.grbHiringInfo.Name = "grbHiringInfo"; this.grbHiringInfo.Size = new System.Drawing.Size(620, 109); this.grbHiringInfo.TabIndex = 11; this.grbHiringInfo.TabStop = false; this.grbHiringInfo.Text = "Thông tin tuyển dụng"; // // dtpStopWork // this.dtpStopWork.Anchor = System.Windows.Forms.AnchorStyles.Left; this.dtpStopWork.CustomFormat = "dd/MM/yyyy"; this.dtpStopWork.Enabled = false; this.dtpStopWork.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.dtpStopWork.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpStopWork.Location = new System.Drawing.Point(448, 46); this.dtpStopWork.Name = "dtpStopWork"; this.dtpStopWork.Size = new System.Drawing.Size(104, 20); this.dtpStopWork.TabIndex = 6; // // chkStopWork // this.chkStopWork.AutoSize = true; this.chkStopWork.Location = new System.Drawing.Point(333, 49); this.chkStopWork.Name = "chkStopWork"; this.chkStopWork.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.chkStopWork.Size = new System.Drawing.Size(94, 17); this.chkStopWork.TabIndex = 5; this.chkStopWork.Text = "Ngày thôi việc"; this.chkStopWork.UseVisualStyleBackColor = true; this.chkStopWork.CheckedChanged += new System.EventHandler(this.chkStopWork_CheckedChanged); // // label8 // this.label8.AutoSize = true; this.label8.Location = new System.Drawing.Point(6, 49); this.label8.Name = "label8"; this.label8.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.label8.Size = new System.Drawing.Size(125, 17); this.label8.TabIndex = 3; this.label8.Text = "Ngày làm chính thức"; this.label8.UseVisualStyleBackColor = true; this.label8.CheckedChanged += new System.EventHandler(this.label8_CheckedChanged); // // label5 // this.label5.AutoSize = true; this.errorProvider1.SetIconAlignment(this.label5, System.Windows.Forms.ErrorIconAlignment.TopRight); this.label5.Location = new System.Drawing.Point(333, 23); this.label5.Name = "label5"; this.label5.RightToLeft = System.Windows.Forms.RightToLeft.Yes; this.label5.Size = new System.Drawing.Size(105, 17); this.label5.TabIndex = 1; this.label5.Text = "Bắt đầu thử việc"; this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.label5.UseVisualStyleBackColor = true; this.label5.CheckedChanged += new System.EventHandler(this.label5_CheckedChanged); // // mtgcComboFixSalary // this.mtgcComboFixSalary.Anchor = System.Windows.Forms.AnchorStyles.Right; this.mtgcComboFixSalary.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.mtgcComboFixSalary.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.mtgcComboFixSalary.ColumnNum = 2; this.mtgcComboFixSalary.ColumnWidth = "0;220"; this.mtgcComboFixSalary.DisplayMember = "Text"; this.mtgcComboFixSalary.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.mtgcComboFixSalary.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238))))); this.mtgcComboFixSalary.DropDownForeColor = System.Drawing.Color.Black; this.mtgcComboFixSalary.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList; this.mtgcComboFixSalary.DropDownWidth = 120; this.mtgcComboFixSalary.GridLineColor = System.Drawing.Color.LightGray; this.mtgcComboFixSalary.GridLineHorizontal = true; this.mtgcComboFixSalary.GridLineVertical = false; this.mtgcComboFixSalary.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem; this.mtgcComboFixSalary.Location = new System.Drawing.Point(448, 72); this.mtgcComboFixSalary.ManagingFastMouseMoving = true; this.mtgcComboFixSalary.ManagingFastMouseMovingInterval = 30; this.mtgcComboFixSalary.Name = "mtgcComboFixSalary"; this.mtgcComboFixSalary.Size = new System.Drawing.Size(104, 21); this.mtgcComboFixSalary.TabIndex = 8; // // label9 // this.label9.Anchor = System.Windows.Forms.AnchorStyles.Right; this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.label9.Location = new System.Drawing.Point(6, 69); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(63, 24); this.label9.TabIndex = 47; this.label9.Text = "Hợp đồng"; this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cboContract // this.cboContract.Anchor = System.Windows.Forms.AnchorStyles.Right; this.cboContract.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.cboContract.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.cboContract.ColumnNum = 2; this.cboContract.ColumnWidth = "0;220"; this.cboContract.DisplayMember = "Text"; this.cboContract.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboContract.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238))))); this.cboContract.DropDownForeColor = System.Drawing.Color.Black; this.cboContract.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList; this.cboContract.DropDownWidth = 120; this.cboContract.GridLineColor = System.Drawing.Color.LightGray; this.cboContract.GridLineHorizontal = true; this.cboContract.GridLineVertical = false; this.cboContract.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem; this.cboContract.Location = new System.Drawing.Point(137, 72); this.cboContract.ManagingFastMouseMoving = true; this.cboContract.ManagingFastMouseMovingInterval = 30; this.cboContract.Name = "cboContract"; this.cboContract.Size = new System.Drawing.Size(104, 21); this.cboContract.TabIndex = 7; this.cboContract.SelectedIndexChanged += new System.EventHandler(this.cboContract_SelectedIndexChanged); // // dtpStartTrial // this.dtpStartTrial.Anchor = System.Windows.Forms.AnchorStyles.Right; this.dtpStartTrial.CustomFormat = "dd/MM/yyyy"; this.dtpStartTrial.Enabled = false; this.dtpStartTrial.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.dtpStartTrial.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpStartTrial.Location = new System.Drawing.Point(448, 20); this.dtpStartTrial.Name = "dtpStartTrial"; this.dtpStartTrial.Size = new System.Drawing.Size(104, 20); this.dtpStartTrial.TabIndex = 2; // // dtpStartDate // this.dtpStartDate.Anchor = System.Windows.Forms.AnchorStyles.Left; this.dtpStartDate.CustomFormat = "dd/MM/yyyy"; this.dtpStartDate.Enabled = false; this.dtpStartDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.dtpStartDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpStartDate.Location = new System.Drawing.Point(137, 46); this.dtpStartDate.Name = "dtpStartDate"; this.dtpStartDate.Size = new System.Drawing.Size(104, 20); this.dtpStartDate.TabIndex = 4; // // dtpRecruitDate // this.dtpRecruitDate.Anchor = System.Windows.Forms.AnchorStyles.Left; this.dtpRecruitDate.CustomFormat = "dd/MM/yyyy"; this.dtpRecruitDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.dtpRecruitDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpRecruitDate.Location = new System.Drawing.Point(137, 20); this.dtpRecruitDate.Name = "dtpRecruitDate"; this.dtpRecruitDate.Size = new System.Drawing.Size(104, 20); this.dtpRecruitDate.TabIndex = 0; // // lblRecruitDate // this.lblRecruitDate.Anchor = System.Windows.Forms.AnchorStyles.Left; this.lblRecruitDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblRecruitDate.Location = new System.Drawing.Point(6, 16); this.lblRecruitDate.Name = "lblRecruitDate"; this.lblRecruitDate.Size = new System.Drawing.Size(134, 24); this.lblRecruitDate.TabIndex = 38; this.lblRecruitDate.Text = "Ngày tuyển"; this.lblRecruitDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblContract // this.lblContract.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblContract.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblContract.Location = new System.Drawing.Point(333, 69); this.lblContract.Name = "lblContract"; this.lblContract.Size = new System.Drawing.Size(65, 24); this.lblContract.TabIndex = 40; this.lblContract.Text = "Kiểu lương"; this.lblContract.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // tpDepartment // this.tpDepartment.Controls.Add(this.groupBox4); this.tpDepartment.Controls.Add(this.groupBox2); this.tpDepartment.Location = new System.Drawing.Point(4, 22); this.tpDepartment.Name = "tpDepartment"; this.tpDepartment.Size = new System.Drawing.Size(636, 552); this.tpDepartment.TabIndex = 2; this.tpDepartment.Text = "Bộ phận-chức vụ"; // // groupBox4 // this.groupBox4.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox4.Controls.Add(this.dtpChangePosition); this.groupBox4.Controls.Add(this.label11); this.groupBox4.Controls.Add(this.lvwPositionHistory); this.groupBox4.Controls.Add(this.btnChangePosition); this.groupBox4.Controls.Add(this.cboPosition); this.groupBox4.Controls.Add(this.txtPositionNote); this.groupBox4.Controls.Add(this.lblPositionNote); this.groupBox4.Controls.Add(this.lblPositionDN); this.groupBox4.Controls.Add(this.lblPositionName); this.groupBox4.Controls.Add(this.txtPositionDN); this.groupBox4.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox4.Location = new System.Drawing.Point(8, 380); this.groupBox4.Name = "groupBox4"; this.groupBox4.Size = new System.Drawing.Size(628, 168); this.groupBox4.TabIndex = 14; this.groupBox4.TabStop = false; this.groupBox4.Text = "Thay đổi chức vụ"; // // dtpChangePosition // this.dtpChangePosition.Anchor = System.Windows.Forms.AnchorStyles.Left; this.dtpChangePosition.CustomFormat = "dd/MM/yyyy"; this.dtpChangePosition.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.dtpChangePosition.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpChangePosition.Location = new System.Drawing.Point(408, 39); this.dtpChangePosition.Name = "dtpChangePosition"; this.dtpChangePosition.Size = new System.Drawing.Size(96, 20); this.dtpChangePosition.TabIndex = 79; // // label11 // this.label11.Location = new System.Drawing.Point(312, 40); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(80, 23); this.label11.TabIndex = 77; this.label11.Text = "Ngày thay đổi"; this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lvwPositionHistory // this.lvwPositionHistory.AlternatingRowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(237)))), ((int)(((byte)(245))))); this.lvwPositionHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lvwPositionHistory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(242)))), ((int)(((byte)(249))))); this.lvwPositionHistory.ColumnModel = this.cmPosition; this.lvwPositionHistory.ContextMenu = this.ctxPosition; this.lvwPositionHistory.EnableToolTips = true; this.lvwPositionHistory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); this.lvwPositionHistory.FullRowSelect = true; this.lvwPositionHistory.GridColor = System.Drawing.SystemColors.ControlDark; this.lvwPositionHistory.GridLines = XPTable.Models.GridLines.Both; this.lvwPositionHistory.GridLineStyle = XPTable.Models.GridLineStyle.Dot; this.lvwPositionHistory.HeaderFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.lvwPositionHistory.Location = new System.Drawing.Point(8, 64); this.lvwPositionHistory.Name = "lvwPositionHistory"; this.lvwPositionHistory.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(183)))), ((int)(((byte)(201))))); this.lvwPositionHistory.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); this.lvwPositionHistory.SelectionStyle = XPTable.Models.SelectionStyle.Grid; this.lvwPositionHistory.Size = new System.Drawing.Size(612, 96); this.lvwPositionHistory.SortedColumnBackColor = System.Drawing.Color.Transparent; this.lvwPositionHistory.TabIndex = 76; this.lvwPositionHistory.TableModel = this.tmPosition; this.lvwPositionHistory.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(221))))); this.lvwPositionHistory.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); // // cmPosition // this.cmPosition.Columns.AddRange(new XPTable.Models.Column[] { this.cSTT, this.cPositionName, this.cModifiedDate, this.cDecisionNumber, this.cNote}); // // cPositionName // this.cPositionName.Text = "Tên chức vụ"; this.cPositionName.Width = 140; // // ctxPosition // this.ctxPosition.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuEditPositionHistory, this.mnuDeletePositionHistory}); // // mnuEditPositionHistory // this.mnuEditPositionHistory.Index = 0; this.mnuEditPositionHistory.Text = "&Sửa..."; this.mnuEditPositionHistory.Click += new System.EventHandler(this.mnuEditPositionHistory_Click); // // mnuDeletePositionHistory // this.mnuDeletePositionHistory.Index = 1; this.mnuDeletePositionHistory.Text = "&Xóa..."; this.mnuDeletePositionHistory.Click += new System.EventHandler(this.mnuDeletePositionHistory_Click); // // btnChangePosition // this.btnChangePosition.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnChangePosition.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnChangePosition.Location = new System.Drawing.Point(524, 24); this.btnChangePosition.Name = "btnChangePosition"; this.btnChangePosition.Size = new System.Drawing.Size(96, 24); this.btnChangePosition.TabIndex = 39; this.btnChangePosition.Text = "Chuyển chức vụ"; this.btnChangePosition.Click += new System.EventHandler(this.btnChangePosition_Click); this.btnChangePosition.EnabledChanged += new System.EventHandler(this.btnChangePosition_EnabledChanged); // // cboPosition // this.cboPosition.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.cboPosition.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.cboPosition.ColumnNum = 2; this.cboPosition.ColumnWidth = "0;220"; this.cboPosition.DisplayMember = "Text"; this.cboPosition.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboPosition.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238))))); this.cboPosition.DropDownForeColor = System.Drawing.Color.Black; this.cboPosition.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList; this.cboPosition.DropDownWidth = 240; this.cboPosition.GridLineColor = System.Drawing.Color.LightGray; this.cboPosition.GridLineHorizontal = true; this.cboPosition.GridLineVertical = false; this.cboPosition.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem; this.cboPosition.Location = new System.Drawing.Point(96, 16); this.cboPosition.ManagingFastMouseMoving = true; this.cboPosition.ManagingFastMouseMovingInterval = 30; this.cboPosition.Name = "cboPosition"; this.cboPosition.Size = new System.Drawing.Size(200, 21); this.cboPosition.TabIndex = 35; // // txtPositionNote // this.txtPositionNote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtPositionNote.Enabled = false; this.txtPositionNote.Location = new System.Drawing.Point(96, 40); this.txtPositionNote.Name = "txtPositionNote"; this.txtPositionNote.Size = new System.Drawing.Size(212, 20); this.txtPositionNote.TabIndex = 37; // // lblPositionNote // this.lblPositionNote.Location = new System.Drawing.Point(8, 40); this.lblPositionNote.Name = "lblPositionNote"; this.lblPositionNote.Size = new System.Drawing.Size(88, 23); this.lblPositionNote.TabIndex = 72; this.lblPositionNote.Text = "Ghi chú"; this.lblPositionNote.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblPositionDN // this.lblPositionDN.Location = new System.Drawing.Point(312, 16); this.lblPositionDN.Name = "lblPositionDN"; this.lblPositionDN.Size = new System.Drawing.Size(80, 23); this.lblPositionDN.TabIndex = 70; this.lblPositionDN.Text = "Quyết định số"; this.lblPositionDN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblPositionName // this.lblPositionName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblPositionName.Location = new System.Drawing.Point(8, 16); this.lblPositionName.Name = "lblPositionName"; this.lblPositionName.Size = new System.Drawing.Size(88, 24); this.lblPositionName.TabIndex = 66; this.lblPositionName.Text = "Chức vụ"; this.lblPositionName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtPositionDN // this.txtPositionDN.Enabled = false; this.txtPositionDN.Location = new System.Drawing.Point(408, 16); this.txtPositionDN.Name = "txtPositionDN"; this.txtPositionDN.Size = new System.Drawing.Size(96, 20); this.txtPositionDN.TabIndex = 36; // // groupBox2 // this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.groupBox2.Controls.Add(this.dtpDepartment); this.groupBox2.Controls.Add(this.label12); this.groupBox2.Controls.Add(this.txtDepartmentDN); this.groupBox2.Controls.Add(this.btnChangeDepartment); this.groupBox2.Controls.Add(this.cboDepartment); this.groupBox2.Controls.Add(this.txtDepartmentNote); this.groupBox2.Controls.Add(this.lblDepartmentNote); this.groupBox2.Controls.Add(this.lblDepartmentDN); this.groupBox2.Controls.Add(this.lblDepartmentName); this.groupBox2.Controls.Add(this.lvwDepartmentHistory); this.groupBox2.FlatStyle = System.Windows.Forms.FlatStyle.System; this.groupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.groupBox2.Location = new System.Drawing.Point(8, 8); this.groupBox2.Name = "groupBox2"; this.groupBox2.Size = new System.Drawing.Size(628, 364); this.groupBox2.TabIndex = 12; this.groupBox2.TabStop = false; this.groupBox2.Text = "Chuyển đổi bộ phận"; // // dtpDepartment // this.dtpDepartment.Anchor = System.Windows.Forms.AnchorStyles.Left; this.dtpDepartment.CustomFormat = "dd/MM/yyyy"; this.dtpDepartment.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.dtpDepartment.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpDepartment.Location = new System.Drawing.Point(408, 17); this.dtpDepartment.Name = "dtpDepartment"; this.dtpDepartment.Size = new System.Drawing.Size(96, 20); this.dtpDepartment.TabIndex = 81; // // label12 // this.label12.Location = new System.Drawing.Point(322, 14); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(80, 23); this.label12.TabIndex = 80; this.label12.Text = "Ngày chuyển"; this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtDepartmentDN // this.txtDepartmentDN.Anchor = System.Windows.Forms.AnchorStyles.Right; this.txtDepartmentDN.Enabled = false; this.txtDepartmentDN.Location = new System.Drawing.Point(408, 40); this.txtDepartmentDN.Name = "txtDepartmentDN"; this.txtDepartmentDN.Size = new System.Drawing.Size(96, 20); this.txtDepartmentDN.TabIndex = 33; // // btnChangeDepartment // this.btnChangeDepartment.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.btnChangeDepartment.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnChangeDepartment.Location = new System.Drawing.Point(524, 24); this.btnChangeDepartment.Name = "btnChangeDepartment"; this.btnChangeDepartment.Size = new System.Drawing.Size(96, 24); this.btnChangeDepartment.TabIndex = 38; this.btnChangeDepartment.Text = "Chuyển công tác"; this.btnChangeDepartment.Click += new System.EventHandler(this.btnChangeDepartment_Click); this.btnChangeDepartment.EnabledChanged += new System.EventHandler(this.btnChangeDepartment_EnabledChanged); // // cboDepartment // this.cboDepartment.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.cboDepartment.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.cboDepartment.ColumnNum = 2; this.cboDepartment.ColumnWidth = "0;220"; this.cboDepartment.DisplayMember = "Text"; this.cboDepartment.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cboDepartment.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238))))); this.cboDepartment.DropDownForeColor = System.Drawing.Color.Black; this.cboDepartment.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList; this.cboDepartment.DropDownWidth = 240; this.cboDepartment.GridLineColor = System.Drawing.Color.LightGray; this.cboDepartment.GridLineHorizontal = true; this.cboDepartment.GridLineVertical = false; this.cboDepartment.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem; this.cboDepartment.Location = new System.Drawing.Point(88, 16); this.cboDepartment.ManagingFastMouseMoving = true; this.cboDepartment.ManagingFastMouseMovingInterval = 30; this.cboDepartment.Name = "cboDepartment"; this.cboDepartment.Size = new System.Drawing.Size(192, 21); this.cboDepartment.TabIndex = 32; // // txtDepartmentNote // this.txtDepartmentNote.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtDepartmentNote.Enabled = false; this.txtDepartmentNote.Location = new System.Drawing.Point(88, 40); this.txtDepartmentNote.Name = "txtDepartmentNote"; this.txtDepartmentNote.Size = new System.Drawing.Size(204, 20); this.txtDepartmentNote.TabIndex = 34; // // lblDepartmentNote // this.lblDepartmentNote.Location = new System.Drawing.Point(8, 40); this.lblDepartmentNote.Name = "lblDepartmentNote"; this.lblDepartmentNote.Size = new System.Drawing.Size(80, 23); this.lblDepartmentNote.TabIndex = 68; this.lblDepartmentNote.Text = "Ghi chú"; this.lblDepartmentNote.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblDepartmentDN // this.lblDepartmentDN.Anchor = System.Windows.Forms.AnchorStyles.Right; this.lblDepartmentDN.Location = new System.Drawing.Point(322, 37); this.lblDepartmentDN.Name = "lblDepartmentDN"; this.lblDepartmentDN.Size = new System.Drawing.Size(80, 23); this.lblDepartmentDN.TabIndex = 66; this.lblDepartmentDN.Text = "Quyết định số"; this.lblDepartmentDN.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblDepartmentName // this.lblDepartmentName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.lblDepartmentName.Location = new System.Drawing.Point(8, 16); this.lblDepartmentName.Name = "lblDepartmentName"; this.lblDepartmentName.Size = new System.Drawing.Size(80, 24); this.lblDepartmentName.TabIndex = 65; this.lblDepartmentName.Text = "Bộ phận"; this.lblDepartmentName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lvwDepartmentHistory // this.lvwDepartmentHistory.AlternatingRowColor = System.Drawing.Color.FromArgb(((int)(((byte)(230)))), ((int)(((byte)(237)))), ((int)(((byte)(245))))); this.lvwDepartmentHistory.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.lvwDepartmentHistory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(237)))), ((int)(((byte)(242)))), ((int)(((byte)(249))))); this.lvwDepartmentHistory.ColumnModel = this.cmDepartment; this.lvwDepartmentHistory.ContextMenu = this.ctxDepartment; this.lvwDepartmentHistory.EnableToolTips = true; this.lvwDepartmentHistory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); this.lvwDepartmentHistory.FullRowSelect = true; this.lvwDepartmentHistory.GridColor = System.Drawing.SystemColors.ControlDark; this.lvwDepartmentHistory.GridLines = XPTable.Models.GridLines.Both; this.lvwDepartmentHistory.GridLineStyle = XPTable.Models.GridLineStyle.Dot; this.lvwDepartmentHistory.HeaderFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold); this.lvwDepartmentHistory.Location = new System.Drawing.Point(8, 64); this.lvwDepartmentHistory.Name = "lvwDepartmentHistory"; this.lvwDepartmentHistory.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(169)))), ((int)(((byte)(183)))), ((int)(((byte)(201))))); this.lvwDepartmentHistory.SelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); this.lvwDepartmentHistory.SelectionStyle = XPTable.Models.SelectionStyle.Grid; this.lvwDepartmentHistory.Size = new System.Drawing.Size(612, 292); this.lvwDepartmentHistory.SortedColumnBackColor = System.Drawing.Color.Transparent; this.lvwDepartmentHistory.TabIndex = 12; this.lvwDepartmentHistory.TableModel = this.tmDepartment; this.lvwDepartmentHistory.UnfocusedSelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(201)))), ((int)(((byte)(210)))), ((int)(((byte)(221))))); this.lvwDepartmentHistory.UnfocusedSelectionForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(14)))), ((int)(((byte)(66)))), ((int)(((byte)(121))))); // // cmDepartment // this.cmDepartment.Columns.AddRange(new XPTable.Models.Column[] { this.chSTT, this.chDepartmentName, this.chModifiedDate, this.chDecisionNumber, this.chNote}); // // chSTT // this.chSTT.Editable = false; this.chSTT.Text = "STT"; this.chSTT.Width = 50; // // chDepartmentName // this.chDepartmentName.Editable = false; this.chDepartmentName.Text = "Tên bộ phận"; this.chDepartmentName.Width = 140; // // chModifiedDate // this.chModifiedDate.Editable = false; this.chModifiedDate.Text = "Ngày thay đổi"; this.chModifiedDate.Width = 95; // // chDecisionNumber // this.chDecisionNumber.Editable = false; this.chDecisionNumber.Text = "Quyết định số"; this.chDecisionNumber.Width = 100; // // chNote // this.chNote.Editable = false; this.chNote.Text = "Ghi chú"; this.chNote.Width = 170; // // ctxDepartment // this.ctxDepartment.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { this.mnuEditDepartmentHistory, this.mnuDeleteDepartmentHistory}); // // mnuEditDepartmentHistory // this.mnuEditDepartmentHistory.Index = 0; this.mnuEditDepartmentHistory.Text = "&Sửa..."; this.mnuEditDepartmentHistory.Click += new System.EventHandler(this.mnuEditDepartmentHistory_Click); // // mnuDeleteDepartmentHistory // this.mnuDeleteDepartmentHistory.Index = 1; this.mnuDeleteDepartmentHistory.Text = "&Xóa..."; this.mnuDeleteDepartmentHistory.Click += new System.EventHandler(this.mnuDeleteDepartmentHistory_Click); // // tpOtherInfo // this.tpOtherInfo.Controls.Add(this.dtpStopDate); this.tpOtherInfo.Controls.Add(this.label10); this.tpOtherInfo.Controls.Add(this.cbHospital); this.tpOtherInfo.Controls.Add(this.label7); this.tpOtherInfo.Controls.Add(this.txtNote); this.tpOtherInfo.Location = new System.Drawing.Point(4, 22); this.tpOtherInfo.Name = "tpOtherInfo"; this.tpOtherInfo.Size = new System.Drawing.Size(636, 552); this.tpOtherInfo.TabIndex = 3; this.tpOtherInfo.Text = "Thông tin khác"; // // dtpStopDate // this.dtpStopDate.Anchor = System.Windows.Forms.AnchorStyles.Left; this.dtpStopDate.CustomFormat = "dd/MM/yyyy"; this.dtpStopDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.dtpStopDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom; this.dtpStopDate.Location = new System.Drawing.Point(220, 36); this.dtpStopDate.Name = "dtpStopDate"; this.dtpStopDate.Size = new System.Drawing.Size(104, 20); this.dtpStopDate.TabIndex = 39; // // label10 // this.label10.Anchor = System.Windows.Forms.AnchorStyles.Left; this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.label10.Location = new System.Drawing.Point(8, 36); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(191, 24); this.label10.TabIndex = 40; this.label10.Text = "Ngày thôi việc"; this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // cbHospital // this.cbHospital.BorderStyle = MTGCComboBox.TipiBordi.Fixed3D; this.cbHospital.CharacterCasing = System.Windows.Forms.CharacterCasing.Normal; this.cbHospital.ColumnNum = 2; this.cbHospital.ColumnWidth = "0;220"; this.cbHospital.DisplayMember = "Text"; this.cbHospital.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed; this.cbHospital.DropDownBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(193)))), ((int)(((byte)(210)))), ((int)(((byte)(238))))); this.cbHospital.DropDownForeColor = System.Drawing.Color.Black; this.cbHospital.DropDownStyle = MTGCComboBox.CustomDropDownStyle.DropDownList; this.cbHospital.DropDownWidth = 240; this.cbHospital.GridLineColor = System.Drawing.Color.LightGray; this.cbHospital.GridLineHorizontal = true; this.cbHospital.GridLineVertical = false; this.cbHospital.LoadingType = MTGCComboBox.CaricamentoCombo.ComboBoxItem; this.cbHospital.Location = new System.Drawing.Point(220, 10); this.cbHospital.ManagingFastMouseMoving = true; this.cbHospital.ManagingFastMouseMovingInterval = 30; this.cbHospital.Name = "cbHospital"; this.cbHospital.Size = new System.Drawing.Size(200, 21); this.cbHospital.TabIndex = 35; // // label7 // this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.label7.Location = new System.Drawing.Point(8, 10); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(194, 21); this.label7.TabIndex = 31; this.label7.Text = "Nơi đăng ký khám chữa bệnh ban đầu"; this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // txtNote // this.txtNote.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.txtNote.Location = new System.Drawing.Point(8, 62); this.txtNote.Multiline = true; this.txtNote.Name = "txtNote"; this.txtNote.Size = new System.Drawing.Size(620, 483); this.txtNote.TabIndex = 0; // // btnClose // this.btnClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnClose.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.btnClose.Location = new System.Drawing.Point(564, 8); this.btnClose.Name = "btnClose"; this.btnClose.Size = new System.Drawing.Size(72, 23); this.btnClose.TabIndex = 31; this.btnClose.Text = "&Đóng"; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); // // pnButtons // this.pnButtons.Controls.Add(this.btnCancel); this.pnButtons.Controls.Add(this.txtRecordNum); this.pnButtons.Controls.Add(this.btnLast); this.pnButtons.Controls.Add(this.btnNext); this.pnButtons.Controls.Add(this.btnPrevious); this.pnButtons.Controls.Add(this.btnFirst); this.pnButtons.Controls.Add(this.btnClose); this.pnButtons.Controls.Add(this.btnSave); this.pnButtons.Dock = System.Windows.Forms.DockStyle.Bottom; this.pnButtons.Location = new System.Drawing.Point(0, 576); this.pnButtons.Name = "pnButtons"; this.pnButtons.Size = new System.Drawing.Size(644, 40); this.pnButtons.TabIndex = 4; // // btnCancel // this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnCancel.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.btnCancel.Location = new System.Drawing.Point(492, 8); this.btnCancel.Name = "btnCancel"; this.btnCancel.Size = new System.Drawing.Size(72, 23); this.btnCancel.TabIndex = 27; this.btnCancel.Text = "&Bỏ qua"; this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click); // // txtRecordNum // this.txtRecordNum.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.txtRecordNum.Location = new System.Drawing.Point(56, 8); this.txtRecordNum.Name = "txtRecordNum"; this.txtRecordNum.ReadOnly = true; this.txtRecordNum.Size = new System.Drawing.Size(48, 20); this.txtRecordNum.TabIndex = 36; this.txtRecordNum.Text = "3/26"; this.txtRecordNum.TextAlign = System.Windows.Forms.HorizontalAlignment.Center; // // btnLast // this.btnLast.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnLast.ImageIndex = 5; this.btnLast.ImageList = this.imageList1; this.btnLast.Location = new System.Drawing.Point(128, 8); this.btnLast.Name = "btnLast"; this.btnLast.Size = new System.Drawing.Size(24, 23); this.btnLast.TabIndex = 35; this.btnLast.Click += new System.EventHandler(this.btnLast_Click); // // btnNext // this.btnNext.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnNext.ImageIndex = 4; this.btnNext.ImageList = this.imageList1; this.btnNext.Location = new System.Drawing.Point(104, 8); this.btnNext.Name = "btnNext"; this.btnNext.Size = new System.Drawing.Size(24, 23); this.btnNext.TabIndex = 34; this.btnNext.Click += new System.EventHandler(this.btnNext_Click); // // btnPrevious // this.btnPrevious.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnPrevious.ImageIndex = 3; this.btnPrevious.ImageList = this.imageList1; this.btnPrevious.Location = new System.Drawing.Point(32, 8); this.btnPrevious.Name = "btnPrevious"; this.btnPrevious.Size = new System.Drawing.Size(24, 23); this.btnPrevious.TabIndex = 33; this.btnPrevious.Click += new System.EventHandler(this.btnPrevious_Click); // // btnFirst // this.btnFirst.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.btnFirst.ImageIndex = 2; this.btnFirst.ImageList = this.imageList1; this.btnFirst.Location = new System.Drawing.Point(8, 8); this.btnFirst.Name = "btnFirst"; this.btnFirst.Size = new System.Drawing.Size(24, 23); this.btnFirst.TabIndex = 32; this.btnFirst.Click += new System.EventHandler(this.btnFirst_Click); // // btnSave // this.btnSave.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.System; this.btnSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163))); this.btnSave.Location = new System.Drawing.Point(420, 8); this.btnSave.Name = "btnSave"; this.btnSave.Size = new System.Drawing.Size(72, 23); this.btnSave.TabIndex = 35; this.btnSave.Text = "&Đồng ý"; this.btnSave.Click += new System.EventHandler(this.btnOK_Click); // // errorProvider1 // this.errorProvider1.ContainerControl = this; // // frmEmployee // this.AutoScaleBaseSize = new System.Drawing.Size(5, 13); this.CancelButton = this.btnCancel; this.ClientSize = new System.Drawing.Size(644, 616); this.Controls.Add(this.pnProfile); this.Controls.Add(this.pnButtons); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.Name = "frmEmployee"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "Hồ sơ nhân viên"; this.Load += new System.EventHandler(this.frmEmployee_Load); this.pnProfile.ResumeLayout(false); this.tabEmployeeProfile.ResumeLayout(false); this.tpGeneralInfo.ResumeLayout(false); this.grbProfessional.ResumeLayout(false); this.grbProfessional.PerformLayout(); this.grbEmployeeProfile.ResumeLayout(false); this.grbEmployeeProfile.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.picEmployee)).EndInit(); this.tpSalary.ResumeLayout(false); this.grbAllowance.ResumeLayout(false); this.grbAllowance.PerformLayout(); this.grbBasicSalary.ResumeLayout(false); this.grbBasicSalary.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lvwSalaryHistory)).EndInit(); this.grbHiringInfo.ResumeLayout(false); this.grbHiringInfo.PerformLayout(); this.tpDepartment.ResumeLayout(false); this.groupBox4.ResumeLayout(false); this.groupBox4.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lvwPositionHistory)).EndInit(); this.groupBox2.ResumeLayout(false); this.groupBox2.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.lvwDepartmentHistory)).EndInit(); this.tpOtherInfo.ResumeLayout(false); this.tpOtherInfo.PerformLayout(); this.pnButtons.ResumeLayout(false); this.pnButtons.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit(); this.ResumeLayout(false); }