Exemplo n.º 1
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDM_The));
     this.label10      = new System.Windows.Forms.Label();
     this.txtTenTheLoc = new System.Windows.Forms.TextBox();
     this.btnLoc       = new QLBH.Core.Form.GtidButton();
     this.label7       = new System.Windows.Forms.Label();
     this.txtMaTheLoc  = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     this.grpThucThi.SuspendLayout();
     this.grpThongTin.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grcBase)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.label10);
     this.groupBox1.Controls.Add(this.txtTenTheLoc);
     this.groupBox1.Controls.Add(this.btnLoc);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.txtMaTheLoc);
     //
     // btnXoa
     //
     this.btnXoa.Text = "Xóa(F8)";
     //
     // btnDong
     //
     this.btnDong.Text = "Thoát(ESC)";
     //
     // btnCapNhat
     //
     this.btnCapNhat.Text = "Cập nhật(F2)";
     //
     // label10
     //
     this.label10.AutoSize  = true;
     this.label10.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.ForeColor = System.Drawing.Color.Black;
     this.label10.Location  = new System.Drawing.Point(391, 28);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(51, 16);
     this.label10.TabIndex  = 12;
     this.label10.Text      = "Tên thẻ";
     //
     // txtTenTheLoc
     //
     this.txtTenTheLoc.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTenTheLoc.ForeColor = System.Drawing.Color.Black;
     this.txtTenTheLoc.Location  = new System.Drawing.Point(449, 23);
     this.txtTenTheLoc.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtTenTheLoc.MaxLength = 15;
     this.txtTenTheLoc.Multiline = true;
     this.txtTenTheLoc.Name      = "txtTenTheLoc";
     this.txtTenTheLoc.Size      = new System.Drawing.Size(345, 24);
     this.txtTenTheLoc.TabIndex  = 13;
     //
     // btnLoc
     //
     this.btnLoc.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnLoc.Font                    = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnLoc.Image                   = ((System.Drawing.Image)(resources.GetObject("btnLoc.Image")));
     this.btnLoc.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnLoc.Location                = new System.Drawing.Point(808, 22);
     this.btnLoc.Margin                  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnLoc.Name                    = "btnLoc";
     this.btnLoc.ShortCutKey             = System.Windows.Forms.Keys.F9;
     this.btnLoc.Size                    = new System.Drawing.Size(95, 25);
     this.btnLoc.TabIndex                = 11;
     this.btnLoc.Text                    = "Lọc(F9)";
     this.btnLoc.UseVisualStyleBackColor = true;
     this.btnLoc.Click                  += new System.EventHandler(this.btnLoc_Click);
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.Black;
     this.label7.Location  = new System.Drawing.Point(7, 28);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(48, 16);
     this.label7.TabIndex  = 8;
     this.label7.Text      = "Mã thẻ";
     //
     // txtMaTheLoc
     //
     this.txtMaTheLoc.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMaTheLoc.ForeColor = System.Drawing.Color.Black;
     this.txtMaTheLoc.Location  = new System.Drawing.Point(66, 25);
     this.txtMaTheLoc.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtMaTheLoc.MaxLength = 15;
     this.txtMaTheLoc.Name      = "txtMaTheLoc";
     this.txtMaTheLoc.Size      = new System.Drawing.Size(291, 22);
     this.txtMaTheLoc.TabIndex  = 9;
     //
     // frmDM_The
     //
     this.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     this.Appearance.Font                 = new System.Drawing.Font("Arial", 10F);
     this.Appearance.Options.UseBackColor = true;
     this.Appearance.Options.UseFont      = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 16F);
     this.ClientSize         = new System.Drawing.Size(937, 686);
     this.Location           = new System.Drawing.Point(0, 0);
     this.Margin             = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.Name               = "frmDM_The";
     this.Text               = "Danh mục loại thẻ";
     this.OnThemMoi         += new System.EventHandler(this.frmDM_The_OnThemMoi);
     this.OnXoa             += new System.EventHandler(this.frmDM_The_OnXoa);
     this.OnCapNhat         += new System.EventHandler(this.frmDM_The_OnCapNhat);
     this.OnGridCellClick   += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.frmDM_The_OnGridCellClick);
     this.OnGridDoubleClick += new System.EventHandler(this.frmDM_The_OnGridDoubleClick);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.grpThucThi.ResumeLayout(false);
     this.grpThongTin.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grcBase)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 2
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDM_QuyenHoaDon));
     this.btnTimKiem         = new QLBH.Core.Form.GtidButton();
     this.txtFilterKyHieuDau = new QLBH.Core.Form.GtidTextBox();
     this.label12            = new System.Windows.Forms.Label();
     this.txtFilterKyHieu    = new QLBH.Core.Form.GtidTextBox();
     this.label13            = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.grpThucThi.SuspendLayout();
     this.grpThongTin.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grcBase)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnTimKiem);
     this.groupBox1.Controls.Add(this.txtFilterKyHieuDau);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.txtFilterKyHieu);
     this.groupBox1.Controls.Add(this.label13);
     this.groupBox1.Font = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     //
     // grpThongTin
     //
     this.grpThongTin.Text = "Danh sách quyển hóa đơn";
     //
     // btnXoa
     //
     this.btnXoa.Text = "Xóa(F8)";
     //
     // btnDong
     //
     this.btnDong.Text = "Thoát(ESC)";
     //
     // btnCapNhat
     //
     this.btnCapNhat.Text = "Cập nhật(F2)";
     //
     // btnTimKiem
     //
     this.btnTimKiem.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnTimKiem.Image                   = ((System.Drawing.Image)(resources.GetObject("btnTimKiem.Image")));
     this.btnTimKiem.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnTimKiem.Location                = new System.Drawing.Point(808, 24);
     this.btnTimKiem.Margin                  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnTimKiem.Name                    = "btnTimKiem";
     this.btnTimKiem.ShortCutKey             = System.Windows.Forms.Keys.F9;
     this.btnTimKiem.Size                    = new System.Drawing.Size(95, 25);
     this.btnTimKiem.TabIndex                = 7;
     this.btnTimKiem.Text                    = "Lọc(F9)";
     this.btnTimKiem.UseVisualStyleBackColor = true;
     this.btnTimKiem.Click                  += new System.EventHandler(this.btnTimKiem_Click);
     //
     // txtFilterKyHieuDau
     //
     this.txtFilterKyHieuDau.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                            | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFilterKyHieuDau.Location = new System.Drawing.Point(461, 27);
     this.txtFilterKyHieuDau.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtFilterKyHieuDau.Name     = "txtFilterKyHieuDau";
     this.txtFilterKyHieuDau.Size     = new System.Drawing.Size(330, 22);
     this.txtFilterKyHieuDau.TabIndex = 6;
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(370, 30);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(77, 16);
     this.label12.TabIndex = 4;
     this.label12.Text     = "Ký hiệu đầu";
     //
     // txtFilterKyHieu
     //
     this.txtFilterKyHieu.Location = new System.Drawing.Point(73, 27);
     this.txtFilterKyHieu.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtFilterKyHieu.Name     = "txtFilterKyHieu";
     this.txtFilterKyHieu.Size     = new System.Drawing.Size(289, 22);
     this.txtFilterKyHieu.TabIndex = 5;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.Location = new System.Drawing.Point(17, 30);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(52, 16);
     this.label13.TabIndex = 3;
     this.label13.Text     = "Ký hiệu";
     //
     // frmDM_QuyenHoaDon
     //
     this.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     this.Appearance.Font                 = new System.Drawing.Font("Arial", 10F);
     this.Appearance.Options.UseBackColor = true;
     this.Appearance.Options.UseFont      = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 16F);
     this.ClientSize         = new System.Drawing.Size(937, 686);
     this.Location           = new System.Drawing.Point(0, 0);
     this.Margin             = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.Name               = "frmDM_QuyenHoaDon";
     this.Text               = "Danh mục hóa đơn";
     this.OnThemMoi         += new System.EventHandler(this.frmDM_QuyenHoaDon_OnThemMoi);
     this.OnXoa             += new System.EventHandler(this.frmDM_QuyenHoaDon_OnXoa);
     this.OnCapNhat         += new System.EventHandler(this.frmDM_QuyenHoaDon_OnCapNhat);
     this.OnGridCellClick   += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.frmDM_QuyenHoaDon_OnGridCellClick);
     this.OnGridDoubleClick += new System.EventHandler(this.frmDM_QuyenHoaDon_OnGridDoubleClick);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.grpThucThi.ResumeLayout(false);
     this.grpThongTin.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grcBase)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 3
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDM_LyDoTraHang));
     this.btnTimKiem    = new QLBH.Core.Form.GtidButton();
     this.txtTimKiemTen = new QLBH.Core.Form.GtidTextBox();
     this.txtTimKiemMa  = new QLBH.Core.Form.GtidTextBox();
     this.label4        = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.grpThucThi.SuspendLayout();
     this.grpThongTin.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grcBase)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnTimKiem);
     this.groupBox1.Controls.Add(this.txtTimKiemTen);
     this.groupBox1.Controls.Add(this.txtTimKiemMa);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     //
     // btnXoa
     //
     this.btnXoa.Text = "Xóa(F8)";
     //
     // btnDong
     //
     this.btnDong.Text = "Thoát(ESC)";
     //
     // btnCapNhat
     //
     this.btnCapNhat.Text = "Cập nhật(F2)";
     //
     // btnTimKiem
     //
     this.btnTimKiem.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnTimKiem.Font                    = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.btnTimKiem.Image                   = ((System.Drawing.Image)(resources.GetObject("btnTimKiem.Image")));
     this.btnTimKiem.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnTimKiem.Location                = new System.Drawing.Point(808, 21);
     this.btnTimKiem.Margin                  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnTimKiem.Name                    = "btnTimKiem";
     this.btnTimKiem.ShortCutKey             = System.Windows.Forms.Keys.F9;
     this.btnTimKiem.Size                    = new System.Drawing.Size(95, 25);
     this.btnTimKiem.TabIndex                = 24;
     this.btnTimKiem.Text                    = "Lọc(F9)";
     this.btnTimKiem.UseVisualStyleBackColor = true;
     this.btnTimKiem.Click                  += new System.EventHandler(this.btnTimKiem_Click);
     //
     // txtTimKiemTen
     //
     this.txtTimKiemTen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.txtTimKiemTen.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtTimKiemTen.Location = new System.Drawing.Point(462, 24);
     this.txtTimKiemTen.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtTimKiemTen.Name     = "txtTimKiemTen";
     this.txtTimKiemTen.Size     = new System.Drawing.Size(325, 22);
     this.txtTimKiemTen.TabIndex = 23;
     //
     // txtTimKiemMa
     //
     this.txtTimKiemMa.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.txtTimKiemMa.Location = new System.Drawing.Point(90, 24);
     this.txtTimKiemMa.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtTimKiemMa.Name     = "txtTimKiemMa";
     this.txtTimKiemMa.Size     = new System.Drawing.Size(262, 22);
     this.txtTimKiemMa.TabIndex = 22;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label4.Location = new System.Drawing.Point(384, 29);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(61, 16);
     this.label4.TabIndex = 21;
     this.label4.Text     = "Tên lý do";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(163)));
     this.label3.Location = new System.Drawing.Point(14, 29);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(58, 16);
     this.label3.TabIndex = 20;
     this.label3.Text     = "Mã lý do";
     //
     // frmDM_LyDoTraHang
     //
     this.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     this.Appearance.Font                 = new System.Drawing.Font("Arial", 10F);
     this.Appearance.Options.UseBackColor = true;
     this.Appearance.Options.UseFont      = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 16F);
     this.ClientSize         = new System.Drawing.Size(937, 686);
     this.Location           = new System.Drawing.Point(0, 0);
     this.Name               = "frmDM_LyDoTraHang";
     this.Text               = "Danh mục lý do trả hàng";
     this.OnThemMoi         += new System.EventHandler(this.frmDM_LyDoTraHang_OnThemMoi);
     this.OnXoa             += new System.EventHandler(this.frmDM_LyDoTraHang_OnXoa);
     this.OnCapNhat         += new System.EventHandler(this.frmDM_LyDoTraHang_OnCapNhat);
     this.OnGridCellClick   += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.frmDM_LyDoTraHang_OnGridCellClick);
     this.OnGridDoubleClick += new System.EventHandler(this.frmDM_LyDoTraHang_OnGridDoubleClick);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.grpThucThi.ResumeLayout(false);
     this.grpThongTin.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grcBase)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 4
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDM_LoaiThuChi));
     this.btnTimKiem    = new QLBH.Core.Form.GtidButton();
     this.txtTimKiemTen = new QLBH.Core.Form.GtidTextBox();
     this.txtTimKiemMa  = new QLBH.Core.Form.GtidTextBox();
     this.label4        = new System.Windows.Forms.Label();
     this.label3        = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.grpThucThi.SuspendLayout();
     this.grpThongTin.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.dgvDanhSachMatHang)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grcBase)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnTimKiem);
     this.groupBox1.Controls.Add(this.txtTimKiemTen);
     this.groupBox1.Controls.Add(this.txtTimKiemMa);
     this.groupBox1.Controls.Add(this.label4);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Size = new System.Drawing.Size(897, 71);
     //
     // grpThucThi
     //
     this.grpThucThi.Size = new System.Drawing.Size(906, 63);
     //
     // grpThongTin
     //
     this.grpThongTin.Size = new System.Drawing.Size(906, 519);
     this.grpThongTin.Text = "Danh sách loại thu chi";
     //
     // dgvDanhSachMatHang
     //
     this.dgvDanhSachMatHang.OptionsBehavior.AllowAddRows        = DevExpress.Utils.DefaultBoolean.False;
     this.dgvDanhSachMatHang.OptionsBehavior.AllowDeleteRows     = DevExpress.Utils.DefaultBoolean.False;
     this.dgvDanhSachMatHang.OptionsBehavior.AutoPopulateColumns = false;
     this.dgvDanhSachMatHang.OptionsBehavior.Editable            = false;
     this.dgvDanhSachMatHang.OptionsView.ShowAutoFilterRow       = true;
     //
     // grcBase
     //
     this.grcBase.Size = new System.Drawing.Size(894, 488);
     //
     // btnXoa
     //
     this.btnXoa.Text = "Xóa(F8)";
     //
     // btnDong
     //
     this.btnDong.Location = new System.Drawing.Point(799, 19);
     this.btnDong.Text     = "Thoát(ESC)";
     //
     // btnCapNhat
     //
     this.btnCapNhat.Text = "Cập nhật(F2)";
     //
     // btnExport
     //
     this.btnExport.Location = new System.Drawing.Point(698, 19);
     //
     // btnTimKiem
     //
     this.btnTimKiem.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnTimKiem.Appearance.Font            = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnTimKiem.Appearance.Options.UseFont = true;
     this.btnTimKiem.Image       = ((System.Drawing.Image)(resources.GetObject("btnTimKiem.Image")));
     this.btnTimKiem.Location    = new System.Drawing.Point(796, 20);
     this.btnTimKiem.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnTimKiem.Name        = "btnTimKiem";
     this.btnTimKiem.ShortCutKey = System.Windows.Forms.Keys.F9;
     this.btnTimKiem.Size        = new System.Drawing.Size(95, 25);
     this.btnTimKiem.TabIndex    = 19;
     this.btnTimKiem.Text        = "Lọc(F9)";
     this.btnTimKiem.Click      += new System.EventHandler(this.btnTimKiem_Click);
     //
     // txtTimKiemTen
     //
     this.txtTimKiemTen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                       | System.Windows.Forms.AnchorStyles.Right)));
     this.txtTimKiemTen.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTimKiemTen.Location = new System.Drawing.Point(471, 23);
     this.txtTimKiemTen.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtTimKiemTen.Name     = "txtTimKiemTen";
     this.txtTimKiemTen.Size     = new System.Drawing.Size(310, 22);
     this.txtTimKiemTen.TabIndex = 18;
     //
     // txtTimKiemMa
     //
     this.txtTimKiemMa.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTimKiemMa.Location = new System.Drawing.Point(105, 23);
     this.txtTimKiemMa.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtTimKiemMa.Name     = "txtTimKiemMa";
     this.txtTimKiemMa.Size     = new System.Drawing.Size(262, 22);
     this.txtTimKiemMa.TabIndex = 17;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.Location = new System.Drawing.Point(371, 28);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(96, 16);
     this.label4.TabIndex = 16;
     this.label4.Text     = "Tên loại thu chi";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.Location = new System.Drawing.Point(7, 28);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(93, 16);
     this.label3.TabIndex = 15;
     this.label3.Text     = "Mã loại thu chi";
     //
     // frmDM_LoaiThuChi
     //
     this.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     this.Appearance.Font                 = new System.Drawing.Font("Arial", 10F);
     this.Appearance.Options.UseBackColor = true;
     this.Appearance.Options.UseFont      = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 16F);
     this.ClientSize         = new System.Drawing.Size(923, 686);
     this.Location           = new System.Drawing.Point(0, 0);
     this.Margin             = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.Name               = "frmDM_LoaiThuChi";
     this.Text               = "Danh mục thu chi";
     this.OnThemMoi         += new System.EventHandler(this.frmDM_LoaiThuChi_OnThemMoi);
     this.OnXoa             += new System.EventHandler(this.frmDM_LoaiThuChi_OnXoa);
     this.OnCapNhat         += new System.EventHandler(this.frmDM_LoaiThuChi_OnCapNhat);
     this.OnGridCellClick   += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.frmDM_LoaiThuChi_OnGridCellClick);
     this.OnGridDoubleClick += new System.EventHandler(this.frmDM_LoaiThuChi_OnGridDoubleClick);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.grpThucThi.ResumeLayout(false);
     this.grpThongTin.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.dgvDanhSachMatHang)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grcBase)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 5
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDM_KhachHang));
     this.label7       = new System.Windows.Forms.Label();
     this.label6       = new System.Windows.Forms.Label();
     this.btnFilter    = new QLBH.Core.Form.GtidButton();
     this.txtFilterTen = new QLBH.Core.Form.GtidTextBox();
     this.txtFilterMa  = new QLBH.Core.Form.GtidTextBox();
     this.groupBox1.SuspendLayout();
     this.grpThucThi.SuspendLayout();
     this.grpThongTin.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grcBase)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.btnFilter);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.txtFilterTen);
     this.groupBox1.Controls.Add(this.label6);
     this.groupBox1.Controls.Add(this.txtFilterMa);
     //
     // grpThongTin
     //
     this.grpThongTin.Text = "Danh sách khách hàng";
     //
     // btnXoa
     //
     this.btnXoa.Text = "Xóa(F8)";
     //
     // btnDong
     //
     this.btnDong.Text = "Thoát(ESC)";
     //
     // btnCapNhat
     //
     this.btnCapNhat.Text = "Cập nhật(F2)";
     //
     // label7
     //
     this.label7.AutoSize  = true;
     this.label7.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.Black;
     this.label7.Location  = new System.Drawing.Point(7, 30);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(97, 16);
     this.label7.TabIndex  = 6;
     this.label7.Text      = "Mã khách hàng";
     //
     // label6
     //
     this.label6.AutoSize  = true;
     this.label6.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Black;
     this.label6.Location  = new System.Drawing.Point(387, 30);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(100, 16);
     this.label6.TabIndex  = 5;
     this.label6.Text      = "Tên khách hàng";
     //
     // btnFilter
     //
     this.btnFilter.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFilter.Appearance.Font            = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnFilter.Appearance.Options.UseFont = true;
     this.btnFilter.Image       = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
     this.btnFilter.Location    = new System.Drawing.Point(808, 24);
     this.btnFilter.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnFilter.Name        = "btnFilter";
     this.btnFilter.ShortCutKey = System.Windows.Forms.Keys.F9;
     this.btnFilter.Size        = new System.Drawing.Size(95, 25);
     this.btnFilter.TabIndex    = 9;
     this.btnFilter.Text        = "Lọc(F9)";
     this.btnFilter.Click      += new System.EventHandler(this.btnFilter_Click);
     //
     // txtFilterTen
     //
     this.txtFilterTen.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.txtFilterTen.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFilterTen.ForeColor = System.Drawing.Color.Black;
     this.txtFilterTen.Location  = new System.Drawing.Point(486, 25);
     this.txtFilterTen.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtFilterTen.MaxLength = 150;
     this.txtFilterTen.Name      = "txtFilterTen";
     this.txtFilterTen.Size      = new System.Drawing.Size(310, 22);
     this.txtFilterTen.TabIndex  = 8;
     //
     // txtFilterMa
     //
     this.txtFilterMa.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                     | System.Windows.Forms.AnchorStyles.Left)));
     this.txtFilterMa.Font      = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtFilterMa.ForeColor = System.Drawing.Color.Black;
     this.txtFilterMa.Location  = new System.Drawing.Point(110, 25);
     this.txtFilterMa.Margin    = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtFilterMa.MaxLength = 15;
     this.txtFilterMa.Name      = "txtFilterMa";
     this.txtFilterMa.Size      = new System.Drawing.Size(271, 22);
     this.txtFilterMa.TabIndex  = 7;
     //
     // frmDM_KhachHang
     //
     this.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     this.Appearance.Font                 = new System.Drawing.Font("Arial", 10F);
     this.Appearance.Options.UseBackColor = true;
     this.Appearance.Options.UseFont      = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 16F);
     this.ClientSize         = new System.Drawing.Size(937, 686);
     this.Location           = new System.Drawing.Point(0, 0);
     this.Margin             = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.Name               = "frmDM_KhachHang";
     this.Text               = "Danh mục khách hàng";
     this.OnThemMoi         += new System.EventHandler(this.frmDM_KhachHang_OnThemMoi);
     this.OnXoa             += new System.EventHandler(this.frmDM_KhachHang_OnXoa);
     this.OnCapNhat         += new System.EventHandler(this.frmDM_KhachHang_OnCapNhat);
     this.OnGridCellClick   += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.frmDM_KhachHang_OnGridCellClick);
     this.OnGridDoubleClick += new System.EventHandler(this.frmDM_KhachHang_OnGridDoubleClick);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.grpThucThi.ResumeLayout(false);
     this.grpThongTin.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grcBase)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 6
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDM_NhanVien));
     this.cboChucDanhS = new System.Windows.Forms.ComboBox();
     this.label11      = new System.Windows.Forms.Label();
     this.btnFilter    = new QLBH.Core.Form.GtidButton();
     this.label12      = new System.Windows.Forms.Label();
     this.txtFilterTen = new QLBH.Core.Form.GtidTextBox();
     this.cboPhongBanS = new System.Windows.Forms.ComboBox();
     this.label8       = new System.Windows.Forms.Label();
     this.txtFilterMa  = new QLBH.Core.Form.GtidTextBox();
     this.label7       = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.grpThucThi.SuspendLayout();
     this.grpThongTin.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grcBase)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.cboChucDanhS);
     this.groupBox1.Controls.Add(this.label11);
     this.groupBox1.Controls.Add(this.btnFilter);
     this.groupBox1.Controls.Add(this.label12);
     this.groupBox1.Controls.Add(this.txtFilterTen);
     this.groupBox1.Controls.Add(this.cboPhongBanS);
     this.groupBox1.Controls.Add(this.label8);
     this.groupBox1.Controls.Add(this.txtFilterMa);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Font    = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.groupBox1.Margin  = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.groupBox1.Size    = new System.Drawing.Size(911, 102);
     //
     // grpThucThi
     //
     this.grpThucThi.Location = new System.Drawing.Point(6, 390);
     //
     // grpThongTin
     //
     this.grpThongTin.Location = new System.Drawing.Point(11, 119);
     this.grpThongTin.Margin   = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.grpThongTin.Padding  = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.grpThongTin.Size     = new System.Drawing.Size(911, 264);
     this.grpThongTin.Text     = "Danh sách nhân viên";
     //
     // grcBase
     //
     this.grcBase.Size = new System.Drawing.Size(897, 232);
     //
     // btnXoa
     //
     this.btnXoa.Text = "Xóa(F8)";
     //
     // btnDong
     //
     this.btnDong.Text = "Thoát(ESC)";
     //
     // btnCapNhat
     //
     this.btnCapNhat.Text = "Cập nhật(F2)";
     //
     // cboChucDanhS
     //
     this.cboChucDanhS.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.cboChucDanhS.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboChucDanhS.FormattingEnabled = true;
     this.cboChucDanhS.Location          = new System.Drawing.Point(494, 53);
     this.cboChucDanhS.Margin            = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cboChucDanhS.Name     = "cboChucDanhS";
     this.cboChucDanhS.Size     = new System.Drawing.Size(326, 24);
     this.cboChucDanhS.TabIndex = 37;
     //
     // label11
     //
     this.label11.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(418, 57);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(72, 16);
     this.label11.TabIndex = 39;
     this.label11.Text     = "Chức danh";
     //
     // btnFilter
     //
     this.btnFilter.Anchor                     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btnFilter.Appearance.Font            = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btnFilter.Appearance.Options.UseFont = true;
     this.btnFilter.Image       = ((System.Drawing.Image)(resources.GetObject("btnFilter.Image")));
     this.btnFilter.Location    = new System.Drawing.Point(809, 19);
     this.btnFilter.Margin      = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btnFilter.Name        = "btnFilter";
     this.btnFilter.ShortCutKey = System.Windows.Forms.Keys.F9;
     this.btnFilter.Size        = new System.Drawing.Size(95, 25);
     this.btnFilter.TabIndex    = 35;
     this.btnFilter.Text        = "Lọc(F9)";
     this.btnFilter.Click      += new System.EventHandler(this.btnFilter_Click);
     //
     // label12
     //
     this.label12.AutoSize  = true;
     this.label12.ForeColor = System.Drawing.Color.Black;
     this.label12.Location  = new System.Drawing.Point(7, 57);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(70, 16);
     this.label12.TabIndex  = 38;
     this.label12.Text      = "Phòng ban";
     //
     // txtFilterTen
     //
     this.txtFilterTen.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.txtFilterTen.Location = new System.Drawing.Point(494, 22);
     this.txtFilterTen.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtFilterTen.Name     = "txtFilterTen";
     this.txtFilterTen.Size     = new System.Drawing.Size(310, 22);
     this.txtFilterTen.TabIndex = 34;
     //
     // cboPhongBanS
     //
     this.cboPhongBanS.DropDownStyle     = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboPhongBanS.FormattingEnabled = true;
     this.cboPhongBanS.Location          = new System.Drawing.Point(88, 53);
     this.cboPhongBanS.Margin            = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.cboPhongBanS.Name     = "cboPhongBanS";
     this.cboPhongBanS.Size     = new System.Drawing.Size(325, 24);
     this.cboPhongBanS.TabIndex = 36;
     //
     // label8
     //
     this.label8.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(418, 26);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(29, 16);
     this.label8.TabIndex = 31;
     this.label8.Text     = "Tên";
     //
     // txtFilterMa
     //
     this.txtFilterMa.Location = new System.Drawing.Point(89, 22);
     this.txtFilterMa.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtFilterMa.Name     = "txtFilterMa";
     this.txtFilterMa.Size     = new System.Drawing.Size(325, 22);
     this.txtFilterMa.TabIndex = 32;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(7, 28);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(26, 16);
     this.label7.TabIndex = 33;
     this.label7.Text     = "Mã";
     //
     // frmDM_NhanVien
     //
     this.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     this.Appearance.Font                 = new System.Drawing.Font("Arial", 10F);
     this.Appearance.Options.UseBackColor = true;
     this.Appearance.Options.UseFont      = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 16F);
     this.ClientSize         = new System.Drawing.Size(937, 466);
     this.Location           = new System.Drawing.Point(0, 0);
     this.Margin             = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.Name               = "frmDM_NhanVien";
     this.Text               = "Danh mục nhân viên";
     this.Load              += new System.EventHandler(this.frmDM_NhanVien_Load);
     this.OnThemMoi         += new System.EventHandler(this.frmDM_NhanVien_OnThemMoi);
     this.OnXoa             += new System.EventHandler(this.frmDM_NhanVien_OnXoa);
     this.OnCapNhat         += new System.EventHandler(this.frmDM_NhanVien_OnCapNhat);
     this.OnGridCellClick   += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.frmDM_NhanVien_OnGridCellClick);
     this.OnGridDoubleClick += new System.EventHandler(this.frmDM_NhanVien_OnGridDoubleClick);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.grpThucThi.ResumeLayout(false);
     this.grpThongTin.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grcBase)).EndInit();
     this.ResumeLayout(false);
 }
Exemplo n.º 7
0
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDM_MaLoi));
     this.btTimKiem       = new QLBH.Core.Form.GtidButton();
     this.label3          = new System.Windows.Forms.Label();
     this.txtTenLoiSearch = new System.Windows.Forms.TextBox();
     this.label2          = new System.Windows.Forms.Label();
     this.txtMaLoi        = new System.Windows.Forms.TextBox();
     this.groupBox1.SuspendLayout();
     this.grpThucThi.SuspendLayout();
     this.grpThongTin.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grcBase)).BeginInit();
     this.SuspendLayout();
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.txtMaLoi);
     this.groupBox1.Controls.Add(this.btTimKiem);
     this.groupBox1.Controls.Add(this.label3);
     this.groupBox1.Controls.Add(this.txtTenLoiSearch);
     this.groupBox1.Controls.Add(this.label2);
     //
     // grpThongTin
     //
     this.grpThongTin.Text = "Danh sách mã lỗi";
     //
     // btnXoa
     //
     this.btnXoa.Text = "Xóa(F8)";
     //
     // btnDong
     //
     this.btnDong.Text = "Thoát(ESC)";
     //
     // btnCapNhat
     //
     this.btnCapNhat.Text = "Cập nhật(F2)";
     //
     // btTimKiem
     //
     this.btTimKiem.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btTimKiem.Font                    = new System.Drawing.Font("Arial", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.btTimKiem.Image                   = ((System.Drawing.Image)(resources.GetObject("btTimKiem.Image")));
     this.btTimKiem.ImageAlign              = System.Drawing.ContentAlignment.MiddleLeft;
     this.btTimKiem.Location                = new System.Drawing.Point(819, 31);
     this.btTimKiem.Margin                  = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.btTimKiem.Name                    = "btTimKiem";
     this.btTimKiem.ShortCutKey             = System.Windows.Forms.Keys.F9;
     this.btTimKiem.Size                    = new System.Drawing.Size(84, 25);
     this.btTimKiem.TabIndex                = 20;
     this.btTimKiem.Text                    = "Lọc(F9)";
     this.btTimKiem.UseVisualStyleBackColor = true;
     this.btTimKiem.Click                  += new System.EventHandler(this.btTimKiem_Click);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(358, 33);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(92, 16);
     this.label3.TabIndex = 24;
     this.label3.Text     = "Tên cấu hình";
     //
     // txtTenLoiSearch
     //
     this.txtTenLoiSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                         | System.Windows.Forms.AnchorStyles.Right)));
     this.txtTenLoiSearch.Location = new System.Drawing.Point(454, 31);
     this.txtTenLoiSearch.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtTenLoiSearch.Name     = "txtTenLoiSearch";
     this.txtTenLoiSearch.Size     = new System.Drawing.Size(350, 23);
     this.txtTenLoiSearch.TabIndex = 23;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(6, 33);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(45, 16);
     this.label2.TabIndex = 21;
     this.label2.Text     = "Mã lỗi";
     //
     // txtMaLoi
     //
     this.txtMaLoi.Location = new System.Drawing.Point(57, 30);
     this.txtMaLoi.Margin   = new System.Windows.Forms.Padding(3, 4, 3, 4);
     this.txtMaLoi.Name     = "txtMaLoi";
     this.txtMaLoi.Size     = new System.Drawing.Size(280, 23);
     this.txtMaLoi.TabIndex = 25;
     //
     // frmDM_MaLoi
     //
     this.Appearance.BackColor            = System.Drawing.Color.FromArgb(((int)(((byte)(227)))), ((int)(((byte)(239)))), ((int)(((byte)(255)))));
     this.Appearance.Font                 = new System.Drawing.Font("Arial", 10F);
     this.Appearance.Options.UseBackColor = true;
     this.Appearance.Options.UseFont      = true;
     this.AutoScaleDimensions             = new System.Drawing.SizeF(7F, 16F);
     this.ClientSize         = new System.Drawing.Size(937, 686);
     this.Location           = new System.Drawing.Point(0, 0);
     this.Margin             = new System.Windows.Forms.Padding(3, 5, 3, 5);
     this.Name               = "frmDM_MaLoi";
     this.Text               = "Danh mục mã lỗi";
     this.Load              += new System.EventHandler(this.frmDM_MaLoi_Load);
     this.OnThemMoi         += new System.EventHandler(this.frmDM_MaLoi_OnThemMoi);
     this.OnXoa             += new System.EventHandler(this.frmDM_MaLoi_OnXoa);
     this.OnCapNhat         += new System.EventHandler(this.frmDM_MaLoi_OnCapNhat);
     this.OnGridCellClick   += new DevExpress.XtraGrid.Views.Grid.RowCellClickEventHandler(this.frmDM_MaLoi_OnGridCellClick);
     this.OnGridDoubleClick += new System.EventHandler(this.frmDM_MaLoi_OnGridDoubleClick);
     this.groupBox1.ResumeLayout(false);
     this.groupBox1.PerformLayout();
     this.grpThucThi.ResumeLayout(false);
     this.grpThongTin.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grcBase)).EndInit();
     this.ResumeLayout(false);
 }