Example #1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmCosotutruc));
     this.label9     = new System.Windows.Forms.Label();
     this.label10    = new System.Windows.Forms.Label();
     this.listDMBD   = new LibList.List();
     this.dataGrid1  = new System.Windows.Forms.DataGrid();
     this.label13    = new System.Windows.Forms.Label();
     this.lTen       = new System.Windows.Forms.Label();
     this.ldvt       = new System.Windows.Forms.Label();
     this.label16    = new System.Windows.Forms.Label();
     this.tenbd      = new System.Windows.Forms.TextBox();
     this.mabd       = new System.Windows.Forms.TextBox();
     this.dang       = new MaskedBox.MaskedBox();
     this.soluong    = new MaskedTextBox.MaskedTextBox();
     this.butMoi     = new System.Windows.Forms.Button();
     this.butSua     = new System.Windows.Forms.Button();
     this.butLuu     = new System.Windows.Forms.Button();
     this.butTim     = new System.Windows.Forms.Button();
     this.butBoqua   = new System.Windows.Forms.Button();
     this.butHuy     = new System.Windows.Forms.Button();
     this.butIn      = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.stt        = new System.Windows.Forms.TextBox();
     this.tenhc      = new System.Windows.Forms.TextBox();
     this.lTenhc     = new System.Windows.Forms.Label();
     this.tenhang    = new System.Windows.Forms.TextBox();
     this.tennuoc    = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // label9
     //
     this.label9.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label9.Location  = new System.Drawing.Point(120, 475);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(48, 23);
     this.label9.TabIndex  = 8;
     this.label9.Text      = "Hãng :";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label10.Location  = new System.Drawing.Point(457, 477);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(48, 23);
     this.label10.TabIndex  = 9;
     this.label10.Text      = "Nước :";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // listDMBD
     //
     this.listDMBD.BackColor          = System.Drawing.SystemColors.Info;
     this.listDMBD.ColumnCount        = 0;
     this.listDMBD.Location           = new System.Drawing.Point(376, 544);
     this.listDMBD.MatchBufferTimeOut = 1000;
     this.listDMBD.MatchEntryStyle    = AsYetUnnamed.MatchEntryStyle.FirstLetterInsensitive;
     this.listDMBD.Name       = "listDMBD";
     this.listDMBD.Size       = new System.Drawing.Size(75, 17);
     this.listDMBD.TabIndex   = 26;
     this.listDMBD.TextIndex  = -1;
     this.listDMBD.TextMember = null;
     this.listDMBD.ValueIndex = -1;
     this.listDMBD.Visible    = false;
     this.listDMBD.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.listDMBD_KeyDown);
     //
     // dataGrid1
     //
     this.dataGrid1.AlternatingBackColor = System.Drawing.Color.Lavender;
     this.dataGrid1.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.dataGrid1.BackColor           = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.BackgroundColor     = System.Drawing.SystemColors.Control;
     this.dataGrid1.BorderStyle         = System.Windows.Forms.BorderStyle.None;
     this.dataGrid1.CaptionBackColor    = System.Drawing.SystemColors.Control;
     this.dataGrid1.CaptionFont         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.CaptionForeColor    = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.DataMember          = "";
     this.dataGrid1.FlatMode            = true;
     this.dataGrid1.Font                = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.ForeColor           = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.GridLineColor       = System.Drawing.Color.Gainsboro;
     this.dataGrid1.GridLineStyle       = System.Windows.Forms.DataGridLineStyle.None;
     this.dataGrid1.HeaderFont          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dataGrid1.HeaderForeColor     = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.LinkColor           = System.Drawing.Color.Teal;
     this.dataGrid1.Location            = new System.Drawing.Point(8, -16);
     this.dataGrid1.Name                = "dataGrid1";
     this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Gainsboro;
     this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.ReadOnly            = true;
     this.dataGrid1.RowHeaderWidth      = 10;
     this.dataGrid1.SelectionBackColor  = System.Drawing.Color.CadetBlue;
     this.dataGrid1.SelectionForeColor  = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.Size                = new System.Drawing.Size(776, 464);
     this.dataGrid1.TabIndex            = 0;
     this.dataGrid1.CurrentCellChanged += new System.EventHandler(this.dataGrid1_CurrentCellChanged);
     //
     // label13
     //
     this.label13.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label13.Location  = new System.Drawing.Point(18, 452);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(32, 23);
     this.label13.TabIndex  = 28;
     this.label13.Text      = "Mã :";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lTen
     //
     this.lTen.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lTen.Location  = new System.Drawing.Point(112, 452);
     this.lTen.Name      = "lTen";
     this.lTen.Size      = new System.Drawing.Size(56, 23);
     this.lTen.TabIndex  = 29;
     this.lTen.Text      = "Tên :";
     this.lTen.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ldvt
     //
     this.ldvt.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.ldvt.Location  = new System.Drawing.Point(16, 475);
     this.ldvt.Name      = "ldvt";
     this.ldvt.Size      = new System.Drawing.Size(34, 23);
     this.ldvt.TabIndex  = 30;
     this.ldvt.Text      = "ĐVT :";
     this.ldvt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label16
     //
     this.label16.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label16.Location  = new System.Drawing.Point(656, 475);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(56, 23);
     this.label16.TabIndex  = 31;
     this.label16.Text      = "Số lượng :";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tenbd
     //
     this.tenbd.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.tenbd.BackColor    = System.Drawing.SystemColors.HighlightText;
     this.tenbd.Enabled      = false;
     this.tenbd.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tenbd.Location     = new System.Drawing.Point(168, 452);
     this.tenbd.Name         = "tenbd";
     this.tenbd.Size         = new System.Drawing.Size(272, 21);
     this.tenbd.TabIndex     = 2;
     this.tenbd.Validated   += new System.EventHandler(this.tenbd_Validated);
     this.tenbd.TextChanged += new System.EventHandler(this.tenbd_TextChanged);
     this.tenbd.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tenbd_KeyDown);
     //
     // mabd
     //
     this.mabd.Anchor          = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.mabd.BackColor       = System.Drawing.SystemColors.HighlightText;
     this.mabd.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.mabd.Enabled         = false;
     this.mabd.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mabd.Location        = new System.Drawing.Point(50, 452);
     this.mabd.Name            = "mabd";
     this.mabd.Size            = new System.Drawing.Size(71, 21);
     this.mabd.TabIndex        = 1;
     this.mabd.Validated      += new System.EventHandler(this.mabd_Validated);
     this.mabd.TextChanged    += new System.EventHandler(this.mabd_TextChanged);
     this.mabd.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.tenbd_KeyDown);
     //
     // dang
     //
     this.dang.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.dang.BackColor = System.Drawing.SystemColors.HighlightText;
     this.dang.Enabled   = false;
     this.dang.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dang.Location  = new System.Drawing.Point(50, 475);
     this.dang.Mask      = "";
     this.dang.MaxLength = 10;
     this.dang.Name      = "dang";
     this.dang.Size      = new System.Drawing.Size(71, 21);
     this.dang.TabIndex  = 4;
     //
     // soluong
     //
     this.soluong.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.soluong.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.soluong.Enabled    = false;
     this.soluong.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.soluong.Location   = new System.Drawing.Point(714, 475);
     this.soluong.Masked     = MaskedTextBox.MaskedTextBox.Mask.Decimal;
     this.soluong.Name       = "soluong";
     this.soluong.Size       = new System.Drawing.Size(71, 21);
     this.soluong.TabIndex   = 7;
     this.soluong.TextAlign  = System.Windows.Forms.HorizontalAlignment.Right;
     this.soluong.Validated += new System.EventHandler(this.soluong_Validated);
     //
     // butMoi
     //
     this.butMoi.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butMoi.Image      = global::Duoc.Properties.Resources.add;
     this.butMoi.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butMoi.Location   = new System.Drawing.Point(139, 506);
     this.butMoi.Name       = "butMoi";
     this.butMoi.Size       = new System.Drawing.Size(70, 25);
     this.butMoi.TabIndex   = 14;
     this.butMoi.Text       = "    &Mới";
     this.butMoi.Click     += new System.EventHandler(this.butMoi_Click);
     //
     // butSua
     //
     this.butSua.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butSua.Image      = global::Duoc.Properties.Resources.quick_edit;
     this.butSua.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butSua.Location   = new System.Drawing.Point(209, 506);
     this.butSua.Name       = "butSua";
     this.butSua.Size       = new System.Drawing.Size(70, 25);
     this.butSua.TabIndex   = 15;
     this.butSua.Text       = "     &Sửa";
     this.butSua.Click     += new System.EventHandler(this.butSua_Click);
     //
     // butLuu
     //
     this.butLuu.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butLuu.Enabled    = false;
     this.butLuu.Image      = global::Duoc.Properties.Resources.save;
     this.butLuu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butLuu.Location   = new System.Drawing.Point(279, 506);
     this.butLuu.Name       = "butLuu";
     this.butLuu.Size       = new System.Drawing.Size(70, 25);
     this.butLuu.TabIndex   = 12;
     this.butLuu.Text       = "     &Lưu";
     this.butLuu.Click     += new System.EventHandler(this.butLuu_Click);
     //
     // butTim
     //
     this.butTim.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butTim.Image      = global::Duoc.Properties.Resources.search;
     this.butTim.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butTim.Location   = new System.Drawing.Point(349, 506);
     this.butTim.Name       = "butTim";
     this.butTim.Size       = new System.Drawing.Size(70, 25);
     this.butTim.TabIndex   = 16;
     this.butTim.Text       = "    &Tìm";
     this.butTim.Click     += new System.EventHandler(this.butTim_Click);
     //
     // butBoqua
     //
     this.butBoqua.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butBoqua.Enabled    = false;
     this.butBoqua.Image      = global::Duoc.Properties.Resources.undo_ok;
     this.butBoqua.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butBoqua.Location   = new System.Drawing.Point(419, 506);
     this.butBoqua.Name       = "butBoqua";
     this.butBoqua.Size       = new System.Drawing.Size(70, 25);
     this.butBoqua.TabIndex   = 13;
     this.butBoqua.Text       = "&Bỏ qua";
     this.butBoqua.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butBoqua.Click     += new System.EventHandler(this.butBoqua_Click);
     //
     // butHuy
     //
     this.butHuy.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butHuy.Image      = global::Duoc.Properties.Resources.delete_enabled;
     this.butHuy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butHuy.Location   = new System.Drawing.Point(489, 506);
     this.butHuy.Name       = "butHuy";
     this.butHuy.Size       = new System.Drawing.Size(70, 25);
     this.butHuy.TabIndex   = 17;
     this.butHuy.Text       = "     &Hủy";
     this.butHuy.Click     += new System.EventHandler(this.butHuy_Click);
     //
     // butIn
     //
     this.butIn.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butIn.Image      = global::Duoc.Properties.Resources.Print1;
     this.butIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butIn.Location   = new System.Drawing.Point(559, 506);
     this.butIn.Name       = "butIn";
     this.butIn.Size       = new System.Drawing.Size(70, 25);
     this.butIn.TabIndex   = 18;
     this.butIn.Text       = "    &In";
     this.butIn.Click     += new System.EventHandler(this.butIn_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butKetthuc.Image      = global::Duoc.Properties.Resources.close_r;
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(629, 506);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(70, 25);
     this.butKetthuc.TabIndex   = 19;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // stt
     //
     this.stt.Enabled  = false;
     this.stt.Location = new System.Drawing.Point(64, 352);
     this.stt.Name     = "stt";
     this.stt.Size     = new System.Drawing.Size(40, 20);
     this.stt.TabIndex = 60;
     //
     // tenhc
     //
     this.tenhc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.tenhc.BackColor = System.Drawing.SystemColors.HighlightText;
     this.tenhc.Enabled   = false;
     this.tenhc.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tenhc.Location  = new System.Drawing.Point(505, 452);
     this.tenhc.Name      = "tenhc";
     this.tenhc.Size      = new System.Drawing.Size(280, 21);
     this.tenhc.TabIndex  = 3;
     //
     // lTenhc
     //
     this.lTenhc.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.lTenhc.Location  = new System.Drawing.Point(431, 451);
     this.lTenhc.Name      = "lTenhc";
     this.lTenhc.Size      = new System.Drawing.Size(74, 23);
     this.lTenhc.TabIndex  = 64;
     this.lTenhc.Text      = "Hoạt chất :";
     this.lTenhc.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tenhang
     //
     this.tenhang.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.tenhang.BackColor = System.Drawing.SystemColors.HighlightText;
     this.tenhang.Enabled   = false;
     this.tenhang.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tenhang.Location  = new System.Drawing.Point(168, 475);
     this.tenhang.Name      = "tenhang";
     this.tenhang.Size      = new System.Drawing.Size(272, 21);
     this.tenhang.TabIndex  = 65;
     //
     // tennuoc
     //
     this.tennuoc.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.tennuoc.BackColor = System.Drawing.SystemColors.HighlightText;
     this.tennuoc.Enabled   = false;
     this.tennuoc.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tennuoc.Location  = new System.Drawing.Point(505, 475);
     this.tennuoc.Name      = "tennuoc";
     this.tennuoc.Size      = new System.Drawing.Size(152, 21);
     this.tennuoc.TabIndex  = 66;
     //
     // frmCosotutruc
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 573);
     this.Controls.Add(this.tennuoc);
     this.Controls.Add(this.tenhang);
     this.Controls.Add(this.mabd);
     this.Controls.Add(this.tenbd);
     this.Controls.Add(this.tenhc);
     this.Controls.Add(this.lTenhc);
     this.Controls.Add(this.dang);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.butIn);
     this.Controls.Add(this.butHuy);
     this.Controls.Add(this.butBoqua);
     this.Controls.Add(this.butTim);
     this.Controls.Add(this.butLuu);
     this.Controls.Add(this.butSua);
     this.Controls.Add(this.butMoi);
     this.Controls.Add(this.soluong);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.ldvt);
     this.Controls.Add(this.lTen);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.dataGrid1);
     this.Controls.Add(this.listDMBD);
     this.Controls.Add(this.stt);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmCosotutruc";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Cơ số tủ trực";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmCosotutruc_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTkchuyenvien));
     this.den        = new MaskedBox.MaskedBox();
     this.tu         = new MaskedBox.MaskedBox();
     this.label2     = new System.Windows.Forms.Label();
     this.label1     = new System.Windows.Forms.Label();
     this.matuyen    = new System.Windows.Forms.ComboBox();
     this.matt       = new System.Windows.Forms.ComboBox();
     this.label6     = new System.Windows.Forms.Label();
     this.label3     = new System.Windows.Forms.Label();
     this.listdstt   = new LibList.List();
     this.madstt     = new MaskedTextBox.MaskedTextBox();
     this.tendstt    = new System.Windows.Forms.TextBox();
     this.label9     = new System.Windows.Forms.Label();
     this.butIn      = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.solieu     = new System.Windows.Forms.ComboBox();
     this.label4     = new System.Windows.Forms.Label();
     this.chkXML     = new System.Windows.Forms.CheckBox();
     this.SuspendLayout();
     //
     // den
     //
     this.den.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.den.Location   = new System.Drawing.Point(240, 7);
     this.den.Mask       = "##/##/####";
     this.den.Name       = "den";
     this.den.Size       = new System.Drawing.Size(64, 21);
     this.den.TabIndex   = 3;
     this.den.Text       = "  /  /    ";
     this.den.Validated += new System.EventHandler(this.den_Validated);
     //
     // tu
     //
     this.tu.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tu.Location   = new System.Drawing.Point(88, 7);
     this.tu.Mask       = "##/##/####";
     this.tu.Name       = "tu";
     this.tu.Size       = new System.Drawing.Size(64, 21);
     this.tu.TabIndex   = 1;
     this.tu.Text       = "  /  /    ";
     this.tu.Validated += new System.EventHandler(this.tu_Validated);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(168, 7);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(72, 23);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "đến ngày :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(32, 7);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Từ ngày :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // matuyen
     //
     this.matuyen.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.matuyen.Location = new System.Drawing.Point(88, 51);
     this.matuyen.Name     = "matuyen";
     this.matuyen.Size     = new System.Drawing.Size(216, 21);
     this.matuyen.TabIndex = 7;
     this.matuyen.KeyDown += new System.Windows.Forms.KeyEventHandler(this.matuyen_KeyDown);
     //
     // matt
     //
     this.matt.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.matt.Location = new System.Drawing.Point(88, 29);
     this.matt.Name     = "matt";
     this.matt.Size     = new System.Drawing.Size(216, 21);
     this.matt.TabIndex = 5;
     this.matt.KeyDown += new System.Windows.Forms.KeyEventHandler(this.matt_KeyDown);
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(40, 51);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(48, 23);
     this.label6.TabIndex  = 6;
     this.label6.Text      = "Tuyến :";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(-8, 29);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(96, 23);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Tỉnh/thành phố :";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // listdstt
     //
     this.listdstt.BackColor          = System.Drawing.SystemColors.Info;
     this.listdstt.ColumnCount        = 0;
     this.listdstt.Location           = new System.Drawing.Point(232, 145);
     this.listdstt.MatchBufferTimeOut = 1000;
     this.listdstt.MatchEntryStyle    = AsYetUnnamed.MatchEntryStyle.FirstLetterInsensitive;
     this.listdstt.Name       = "listdstt";
     this.listdstt.Size       = new System.Drawing.Size(75, 17);
     this.listdstt.TabIndex   = 13;
     this.listdstt.TextIndex  = -1;
     this.listdstt.TextMember = null;
     this.listdstt.ValueIndex = -1;
     this.listdstt.Visible    = false;
     this.listdstt.Validated += new System.EventHandler(this.listdstt_Validated);
     //
     // madstt
     //
     this.madstt.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.madstt.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.madstt.Location   = new System.Drawing.Point(88, 73);
     this.madstt.Masked     = MaskedTextBox.MaskedTextBox.Mask.None;
     this.madstt.MaxLength  = 8;
     this.madstt.Name       = "madstt";
     this.madstt.Size       = new System.Drawing.Size(55, 21);
     this.madstt.TabIndex   = 9;
     this.madstt.Validated += new System.EventHandler(this.madstt_Validated);
     //
     // tendstt
     //
     this.tendstt.BackColor    = System.Drawing.SystemColors.HighlightText;
     this.tendstt.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tendstt.Location     = new System.Drawing.Point(144, 73);
     this.tendstt.Name         = "tendstt";
     this.tendstt.Size         = new System.Drawing.Size(160, 21);
     this.tendstt.TabIndex     = 10;
     this.tendstt.Validated   += new System.EventHandler(this.tendstt_Validated);
     this.tendstt.TextChanged += new System.EventHandler(this.tendstt_TextChanged);
     this.tendstt.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tendstt_KeyDown);
     //
     // label9
     //
     this.label9.ForeColor = System.Drawing.SystemColors.WindowText;
     this.label9.Location  = new System.Drawing.Point(2, 73);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(88, 23);
     this.label9.TabIndex  = 8;
     this.label9.Text      = "Chuyển viện :";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butIn
     //
     this.butIn.Image      = ((System.Drawing.Image)(resources.GetObject("butIn.Image")));
     this.butIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butIn.Location   = new System.Drawing.Point(85, 143);
     this.butIn.Name       = "butIn";
     this.butIn.Size       = new System.Drawing.Size(70, 25);
     this.butIn.TabIndex   = 13;
     this.butIn.Text       = "      &In";
     this.butIn.Click     += new System.EventHandler(this.butIn_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.Image      = ((System.Drawing.Image)(resources.GetObject("butKetthuc.Image")));
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(157, 143);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(70, 25);
     this.butKetthuc.TabIndex   = 14;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // solieu
     //
     this.solieu.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.solieu.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.solieu.Items.AddRange(new object[] {
         "Nội trú",
         "Ngoại trú",
         "Phòng lưu",
         "Phòng khám"
     });
     this.solieu.Location = new System.Drawing.Point(88, 95);
     this.solieu.Name     = "solieu";
     this.solieu.Size     = new System.Drawing.Size(216, 21);
     this.solieu.TabIndex = 12;
     this.solieu.KeyDown += new System.Windows.Forms.KeyEventHandler(this.solieu_KeyDown);
     //
     // label4
     //
     this.label4.ForeColor = System.Drawing.SystemColors.WindowText;
     this.label4.Location  = new System.Drawing.Point(18, 95);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(72, 23);
     this.label4.TabIndex  = 11;
     this.label4.Text      = "Số liệu :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chkXML
     //
     this.chkXML.AutoSize = true;
     this.chkXML.Location = new System.Drawing.Point(88, 121);
     this.chkXML.Name     = "chkXML";
     this.chkXML.Size     = new System.Drawing.Size(85, 17);
     this.chkXML.TabIndex = 15;
     this.chkXML.Text     = "Xuất ra XML";
     this.chkXML.UseVisualStyleBackColor = true;
     //
     // frmTkchuyenvien
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(312, 182);
     this.Controls.Add(this.chkXML);
     this.Controls.Add(this.solieu);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.butIn);
     this.Controls.Add(this.listdstt);
     this.Controls.Add(this.madstt);
     this.Controls.Add(this.tendstt);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.matuyen);
     this.Controls.Add(this.matt);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.den);
     this.Controls.Add(this.tu);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmTkchuyenvien";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Chuyển viện";
     this.MouseMove    += new System.Windows.Forms.MouseEventHandler(this.frmTkchuyenden_MouseMove);
     this.Load         += new System.EventHandler(this.frmTkchuyenvien_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTruyvan));
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.tu         = new System.Windows.Forms.DateTimePicker();
     this.den        = new System.Windows.Forms.DateTimePicker();
     this.manhom     = new System.Windows.Forms.CheckedListBox();
     this.maloai     = new System.Windows.Forms.CheckedListBox();
     this.butTonghop = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.dang       = new MaskedBox.MaskedBox();
     this.mabd       = new System.Windows.Forms.TextBox();
     this.tenbd      = new System.Windows.Forms.TextBox();
     this.listDMBD   = new LibList.List();
     this.label3     = new System.Windows.Forms.Label();
     this.label4     = new System.Windows.Forms.Label();
     this.theo       = new System.Windows.Forms.ComboBox();
     this.nhapxuat   = new System.Windows.Forms.GroupBox();
     this.rb3        = new System.Windows.Forms.RadioButton();
     this.rb2        = new System.Windows.Forms.RadioButton();
     this.rb1        = new System.Windows.Forms.RadioButton();
     this.tenhc      = new System.Windows.Forms.TextBox();
     this.label5     = new System.Windows.Forms.Label();
     this.mm         = new System.Windows.Forms.NumericUpDown();
     this.yyyy       = new System.Windows.Forms.NumericUpDown();
     this.label6     = new System.Windows.Forms.Label();
     this.bieudo     = new System.Windows.Forms.CheckBox();
     //this.dothi = new AQuangChartControl.AQuangChartControl();
     ((System.ComponentModel.ISupportInitialize)(this.mm)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.yyyy)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(-3, 5);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Từ ngày :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(129, 5);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(32, 23);
     this.label2.TabIndex  = 2;
     this.label2.Text      = "đến :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tu
     //
     this.tu.CustomFormat = "dd/MM/yyyy";
     this.tu.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tu.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.tu.Location     = new System.Drawing.Point(52, 5);
     this.tu.Name         = "tu";
     this.tu.Size         = new System.Drawing.Size(80, 21);
     this.tu.TabIndex     = 1;
     //
     // den
     //
     this.den.CustomFormat = "dd/MM/yyyy";
     this.den.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.den.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.den.Location     = new System.Drawing.Point(161, 5);
     this.den.Name         = "den";
     this.den.Size         = new System.Drawing.Size(80, 21);
     this.den.TabIndex     = 3;
     //
     // manhom
     //
     this.manhom.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                | System.Windows.Forms.AnchorStyles.Left)));
     this.manhom.BackColor    = System.Drawing.SystemColors.HighlightText;
     this.manhom.CheckOnClick = true;
     this.manhom.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.manhom.Location     = new System.Drawing.Point(5, 50);
     this.manhom.Name         = "manhom";
     this.manhom.Size         = new System.Drawing.Size(203, 452);
     this.manhom.TabIndex     = 12;
     //
     // maloai
     //
     this.maloai.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.maloai.BackColor    = System.Drawing.SystemColors.HighlightText;
     this.maloai.CheckOnClick = true;
     this.maloai.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maloai.Location     = new System.Drawing.Point(5, 519);
     this.maloai.Name         = "maloai";
     this.maloai.Size         = new System.Drawing.Size(203, 196);
     this.maloai.TabIndex     = 13;
     //
     // butTonghop
     //
     this.butTonghop.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butTonghop.Image      = global::Duoc.Properties.Resources.ok;
     this.butTonghop.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butTonghop.Location   = new System.Drawing.Point(366, 719);
     this.butTonghop.Name       = "butTonghop";
     this.butTonghop.Size       = new System.Drawing.Size(76, 25);
     this.butTonghop.TabIndex   = 14;
     this.butTonghop.Text       = "&Tổng hợp";
     this.butTonghop.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butKetthuc
     //
     this.butKetthuc.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.butKetthuc.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.butKetthuc.Image        = global::Duoc.Properties.Resources.close_r;
     this.butKetthuc.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location     = new System.Drawing.Point(512, 719);
     this.butKetthuc.Name         = "butKetthuc";
     this.butKetthuc.Size         = new System.Drawing.Size(68, 25);
     this.butKetthuc.TabIndex     = 16;
     this.butKetthuc.Text         = "&Kết thúc";
     this.butKetthuc.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dang
     //
     this.dang.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.dang.BackColor = System.Drawing.SystemColors.HighlightText;
     this.dang.Enabled   = false;
     this.dang.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dang.Location  = new System.Drawing.Point(1295, 27);
     this.dang.Mask      = "";
     this.dang.MaxLength = 10;
     this.dang.Name      = "dang";
     this.dang.Size      = new System.Drawing.Size(48, 21);
     this.dang.TabIndex  = 11;
     //
     // mabd
     //
     this.mabd.BackColor       = System.Drawing.SystemColors.HighlightText;
     this.mabd.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.mabd.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mabd.Location        = new System.Drawing.Point(52, 27);
     this.mabd.Name            = "mabd";
     this.mabd.Size            = new System.Drawing.Size(52, 21);
     this.mabd.TabIndex        = 8;
     //
     // tenbd
     //
     this.tenbd.BackColor = System.Drawing.SystemColors.HighlightText;
     this.tenbd.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tenbd.Location  = new System.Drawing.Point(106, 27);
     this.tenbd.Name      = "tenbd";
     this.tenbd.Size      = new System.Drawing.Size(320, 21);
     this.tenbd.TabIndex  = 9;
     //
     // listDMBD
     //
     this.listDMBD.BackColor          = System.Drawing.SystemColors.Info;
     this.listDMBD.ColumnCount        = 0;
     this.listDMBD.Location           = new System.Drawing.Point(224, 536);
     this.listDMBD.MatchBufferTimeOut = 1000;
     this.listDMBD.MatchEntryStyle    = AsYetUnnamed.MatchEntryStyle.FirstLetterInsensitive;
     this.listDMBD.Name       = "listDMBD";
     this.listDMBD.Size       = new System.Drawing.Size(75, 17);
     this.listDMBD.TabIndex   = 32;
     this.listDMBD.TextIndex  = -1;
     this.listDMBD.TextMember = null;
     this.listDMBD.ValueIndex = -1;
     this.listDMBD.Visible    = false;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(240, 5);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(56, 23);
     this.label3.TabIndex  = 4;
     this.label3.Text      = "Đánh giá :";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(-11, 27);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(64, 23);
     this.label4.TabIndex  = 6;
     this.label4.Text      = "Thuốc :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // theo
     //
     this.theo.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.theo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.theo.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.theo.Items.AddRange(new object[] {
         "Tỷ lệ thuốc cấp cứu,thiết yếu,bổ sung",
         "Danh sách mặt hàng cao nhất",
         "Danh sách thành tiền theo nhóm",
         "Tình hình cung cấp theo nhà sản xuất",
         "Tình hình cung cấp theo nhà cung cấp",
         "Quàn lý số đăng ký",
         "Quản lý giá",
         "Quản lý hạn dùng",
         "Quản lý thuốc nội-ngoại",
         "Sử dụng theo khoa/phòng"
     });
     this.theo.Location = new System.Drawing.Point(296, 5);
     this.theo.Name     = "theo";
     this.theo.Size     = new System.Drawing.Size(554, 21);
     this.theo.TabIndex = 5;
     //
     // nhapxuat
     //
     this.nhapxuat.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.nhapxuat.Location = new System.Drawing.Point(6, 713);
     this.nhapxuat.Name     = "nhapxuat";
     this.nhapxuat.Size     = new System.Drawing.Size(202, 34);
     this.nhapxuat.TabIndex = 33;
     this.nhapxuat.TabStop  = false;
     //
     // rb3
     //
     this.rb3.Checked  = true;
     this.rb3.Location = new System.Drawing.Point(112, 12);
     this.rb3.Name     = "rb3";
     this.rb3.Size     = new System.Drawing.Size(80, 16);
     this.rb3.TabIndex = 2;
     this.rb3.TabStop  = true;
     this.rb3.Text     = "Nhập-xuất";
     //
     // rb2
     //
     this.rb2.Location = new System.Drawing.Point(64, 12);
     this.rb2.Name     = "rb2";
     this.rb2.Size     = new System.Drawing.Size(48, 18);
     this.rb2.TabIndex = 1;
     this.rb2.Text     = "Xuất";
     //
     // rb1
     //
     this.rb1.Location = new System.Drawing.Point(8, 12);
     this.rb1.Name     = "rb1";
     this.rb1.Size     = new System.Drawing.Size(56, 16);
     this.rb1.TabIndex = 0;
     this.rb1.Text     = "Nhập";
     //
     // tenhc
     //
     this.tenhc.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.tenhc.BackColor = System.Drawing.SystemColors.HighlightText;
     this.tenhc.Enabled   = false;
     this.tenhc.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tenhc.Location  = new System.Drawing.Point(428, 27);
     this.tenhc.Name      = "tenhc";
     this.tenhc.Size      = new System.Drawing.Size(422, 21);
     this.tenhc.TabIndex  = 10;
     //
     // label5
     //
     this.label5.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label5.Location  = new System.Drawing.Point(1212, 5);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(44, 23);
     this.label5.TabIndex  = 35;
     this.label5.Text      = "tháng :";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // mm
     //
     this.mm.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.mm.BackColor = System.Drawing.SystemColors.HighlightText;
     this.mm.Enabled   = false;
     this.mm.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mm.Location  = new System.Drawing.Point(1253, 5);
     this.mm.Maximum   = new decimal(new int[] {
         12,
         0,
         0,
         0
     });
     this.mm.Minimum = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     this.mm.Name     = "mm";
     this.mm.Size     = new System.Drawing.Size(34, 21);
     this.mm.TabIndex = 6;
     this.mm.Value    = new decimal(new int[] {
         1,
         0,
         0,
         0
     });
     //
     // yyyy
     //
     this.yyyy.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.yyyy.BackColor = System.Drawing.SystemColors.HighlightText;
     this.yyyy.Enabled   = false;
     this.yyyy.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.yyyy.Location  = new System.Drawing.Point(1295, 5);
     this.yyyy.Maximum   = new decimal(new int[] {
         3000,
         0,
         0,
         0
     });
     this.yyyy.Minimum = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     this.yyyy.Name     = "yyyy";
     this.yyyy.Size     = new System.Drawing.Size(48, 21);
     this.yyyy.TabIndex = 7;
     this.yyyy.Value    = new decimal(new int[] {
         2000,
         0,
         0,
         0
     });
     //
     // label6
     //
     this.label6.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.label6.Location  = new System.Drawing.Point(1281, 2);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(16, 23);
     this.label6.TabIndex  = 38;
     this.label6.Text      = "/";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // bieudo
     //
     this.bieudo.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.bieudo.Appearance = System.Windows.Forms.Appearance.Button;
     this.bieudo.Image      = global::Duoc.Properties.Resources.Export;
     this.bieudo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.bieudo.Location   = new System.Drawing.Point(443, 719);
     this.bieudo.Name       = "bieudo";
     this.bieudo.Size       = new System.Drawing.Size(68, 25);
     this.bieudo.TabIndex   = 15;
     this.bieudo.Text       = "Biểu đồ";
     this.bieudo.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dothi
     //
     //this.dothi.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.dothi.AngleColor = 20F;
     //this.dothi.BGround1 = System.Drawing.Color.Red;
     //this.dothi.BGround2 = System.Drawing.Color.Blue;
     //this.dothi.isVisibleX = true;
     //this.dothi.isVisibleY1 = true;
     //this.dothi.isVisibleY2 = true;
     //this.dothi.Location = new System.Drawing.Point(208, 52);
     //this.dothi.Name = "dothi";
     //this.dothi.Size = new System.Drawing.Size(642, 442);
     //this.dothi.TabIndex = 39;
     //this.dothi.TileChia = 1000;
     //this.dothi.Title = "Tiêu đề của biểu đồ";
     //this.dothi.Visible = false;
     //this.dothi.XAxis_max = 500;
     //this.dothi.XAxis_min = 0;
     //this.dothi.XAxis_Title = "Đơn vị theo trục x";
     //this.dothi.Y2Axis_max = 500;
     //this.dothi.Y2Axis_min = 0;
     //this.dothi.Y2Axis_Title = "Số tiền ( ĐVT : 1000 đ)";
     //this.dothi.YAxis_max = 500;
     //this.dothi.YAxis_min = 0;
     //this.dothi.YAxis_Title = "Số tiền ( ĐVT : 1000 đ)";
     //
     // frmTruyvan
     //
     this.ClientSize = new System.Drawing.Size(851, 496);
     this.Controls.Add(this.tenbd);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.tu);
     this.Controls.Add(this.den);
     this.Controls.Add(this.manhom);
     this.Controls.Add(this.maloai);
     this.Controls.Add(this.butTonghop);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.dang);
     this.Controls.Add(this.mabd);
     this.Controls.Add(this.listDMBD);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.theo);
     this.Controls.Add(this.nhapxuat);
     this.Controls.Add(this.rb3);
     this.Controls.Add(this.rb2);
     this.Controls.Add(this.rb1);
     this.Controls.Add(this.tenhc);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.mm);
     this.Controls.Add(this.yyyy);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.bieudo);
     //this.Controls.Add(this.dothi);
     this.Icon  = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name  = "frmTruyvan";
     this.Load += new System.EventHandler(this.frmTruyvan_Load);
     ((System.ComponentModel.ISupportInitialize)(this.mm)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.yyyy)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #4
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTksxh));
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.label7     = new System.Windows.Forms.Label();
     this.madantoc   = new System.Windows.Forms.ComboBox();
     this.mann       = new System.Windows.Forms.ComboBox();
     this.maqu       = new System.Windows.Forms.ComboBox();
     this.matt       = new System.Windows.Forms.ComboBox();
     this.maphuongxa = new System.Windows.Forms.ComboBox();
     this.label18    = new System.Windows.Forms.Label();
     this.label17    = new System.Windows.Forms.Label();
     this.label16    = new System.Windows.Forms.Label();
     this.label10    = new System.Windows.Forms.Label();
     this.label11    = new System.Windows.Forms.Label();
     this.label12    = new System.Windows.Forms.Label();
     this.makp       = new System.Windows.Forms.ComboBox();
     this.label15    = new System.Windows.Forms.Label();
     this.label19    = new System.Windows.Forms.Label();
     this.phai       = new System.Windows.Forms.ComboBox();
     this.dotuoi     = new System.Windows.Forms.ComboBox();
     this.solieu     = new System.Windows.Forms.ComboBox();
     this.dataGrid1  = new System.Windows.Forms.DataGrid();
     this.butTim     = new System.Windows.Forms.Button();
     this.butIn      = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.lbl        = new System.Windows.Forms.Label();
     this.toolTip1   = new System.Windows.Forms.ToolTip(this.components);
     this.den        = new MaskedBox.MaskedBox();
     this.tu         = new MaskedBox.MaskedBox();
     this.ttlucrv    = new System.Windows.Forms.ComboBox();
     this.label3     = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location  = new System.Drawing.Point(15, 11);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Từ ngày :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location  = new System.Drawing.Point(123, 11);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(72, 23);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "đến ngày :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label7.Location  = new System.Drawing.Point(493, 11);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(64, 23);
     this.label7.TabIndex  = 6;
     this.label7.Text      = "Giới tính :";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // madantoc
     //
     this.madantoc.BackColor = System.Drawing.SystemColors.HighlightText;
     this.madantoc.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.madantoc.Location  = new System.Drawing.Point(696, 36);
     this.madantoc.Name      = "madantoc";
     this.madantoc.Size      = new System.Drawing.Size(88, 21);
     this.madantoc.TabIndex  = 8;
     this.madantoc.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.madantoc_KeyDown);
     //
     // mann
     //
     this.mann.BackColor = System.Drawing.SystemColors.HighlightText;
     this.mann.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mann.Location  = new System.Drawing.Point(332, 36);
     this.mann.Name      = "mann";
     this.mann.Size      = new System.Drawing.Size(164, 21);
     this.mann.TabIndex  = 6;
     this.mann.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.mann_KeyDown);
     //
     // maqu
     //
     this.maqu.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.maqu.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maqu.Location              = new System.Drawing.Point(332, 60);
     this.maqu.Name                  = "maqu";
     this.maqu.Size                  = new System.Drawing.Size(164, 21);
     this.maqu.TabIndex              = 10;
     this.maqu.SelectedIndexChanged += new System.EventHandler(this.maqu_SelectedIndexChanged);
     this.maqu.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.maqu_KeyDown);
     //
     // matt
     //
     this.matt.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.matt.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.matt.Location              = new System.Drawing.Point(71, 60);
     this.matt.Name                  = "matt";
     this.matt.Size                  = new System.Drawing.Size(185, 21);
     this.matt.TabIndex              = 9;
     this.matt.SelectedIndexChanged += new System.EventHandler(this.matt_SelectedIndexChanged);
     this.matt.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.matt_KeyDown);
     //
     // maphuongxa
     //
     this.maphuongxa.BackColor = System.Drawing.SystemColors.HighlightText;
     this.maphuongxa.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maphuongxa.Location  = new System.Drawing.Point(556, 60);
     this.maphuongxa.Name      = "maphuongxa";
     this.maphuongxa.Size      = new System.Drawing.Size(226, 21);
     this.maphuongxa.TabIndex  = 11;
     this.maphuongxa.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.maphuongxa_KeyDown);
     //
     // label18
     //
     this.label18.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label18.Location  = new System.Drawing.Point(478, 60);
     this.label18.Name      = "label18";
     this.label18.Size      = new System.Drawing.Size(80, 23);
     this.label18.TabIndex  = 55;
     this.label18.Text      = "Ph./Xã :";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label17
     //
     this.label17.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label17.Location  = new System.Drawing.Point(255, 60);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(80, 23);
     this.label17.TabIndex  = 54;
     this.label17.Text      = "Quận/Huyện :";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label16
     //
     this.label16.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label16.Location  = new System.Drawing.Point(15, 60);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(56, 23);
     this.label16.TabIndex  = 53;
     this.label16.Text      = "Tỉnh/TP :";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label10.Location  = new System.Drawing.Point(255, 36);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(80, 23);
     this.label10.TabIndex  = 49;
     this.label10.Text      = "Nghề nghiệp :";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label11.Location  = new System.Drawing.Point(642, 36);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(56, 23);
     this.label11.TabIndex  = 56;
     this.label11.Text      = "Dân tộc :";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label12
     //
     this.label12.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label12.Location  = new System.Drawing.Point(-7, 36);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(80, 23);
     this.label12.TabIndex  = 57;
     this.label12.Text      = "Khoa/Phòng :";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // makp
     //
     this.makp.BackColor = System.Drawing.SystemColors.HighlightText;
     this.makp.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.makp.Location  = new System.Drawing.Point(71, 36);
     this.makp.Name      = "makp";
     this.makp.Size      = new System.Drawing.Size(185, 21);
     this.makp.TabIndex  = 5;
     this.makp.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.makp_KeyDown);
     //
     // label15
     //
     this.label15.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label15.Location  = new System.Drawing.Point(624, 11);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(74, 23);
     this.label15.TabIndex  = 61;
     this.label15.Text      = "Độ tuổi :";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label19
     //
     this.label19.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label19.Location  = new System.Drawing.Point(271, 11);
     this.label19.Name      = "label19";
     this.label19.Size      = new System.Drawing.Size(64, 23);
     this.label19.TabIndex  = 62;
     this.label19.Text      = "Số liệu :";
     this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // phai
     //
     this.phai.BackColor = System.Drawing.SystemColors.HighlightText;
     this.phai.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.phai.Items.AddRange(new object[] {
         "Nam",
         "Nữ"
     });
     this.phai.Location = new System.Drawing.Point(555, 12);
     this.phai.Name     = "phai";
     this.phai.Size     = new System.Drawing.Size(88, 21);
     this.phai.TabIndex = 3;
     this.phai.KeyDown += new System.Windows.Forms.KeyEventHandler(this.phai_KeyDown);
     //
     // dotuoi
     //
     this.dotuoi.BackColor = System.Drawing.SystemColors.HighlightText;
     this.dotuoi.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dotuoi.Location  = new System.Drawing.Point(696, 12);
     this.dotuoi.Name      = "dotuoi";
     this.dotuoi.Size      = new System.Drawing.Size(88, 21);
     this.dotuoi.TabIndex  = 4;
     this.dotuoi.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.dotuoi_KeyDown);
     //
     // solieu
     //
     this.solieu.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.solieu.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.solieu.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.solieu.Location              = new System.Drawing.Point(332, 12);
     this.solieu.Name                  = "solieu";
     this.solieu.Size                  = new System.Drawing.Size(164, 21);
     this.solieu.TabIndex              = 2;
     this.solieu.SelectedIndexChanged += new System.EventHandler(this.solieu_SelectedIndexChanged);
     this.solieu.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.solieu_KeyDown);
     //
     // dataGrid1
     //
     this.dataGrid1.AlternatingBackColor = System.Drawing.Color.Lavender;
     this.dataGrid1.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.BackgroundColor      = System.Drawing.SystemColors.Control;
     this.dataGrid1.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.dataGrid1.CaptionBackColor     = System.Drawing.SystemColors.Control;
     this.dataGrid1.CaptionFont          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.CaptionForeColor     = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.DataMember           = "";
     this.dataGrid1.FlatMode             = true;
     this.dataGrid1.Font                = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.ForeColor           = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.GridLineColor       = System.Drawing.Color.Gainsboro;
     this.dataGrid1.GridLineStyle       = System.Windows.Forms.DataGridLineStyle.None;
     this.dataGrid1.HeaderFont          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dataGrid1.HeaderForeColor     = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.LinkColor           = System.Drawing.Color.Teal;
     this.dataGrid1.Location            = new System.Drawing.Point(8, 72);
     this.dataGrid1.Name                = "dataGrid1";
     this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Gainsboro;
     this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.ReadOnly            = true;
     this.dataGrid1.RowHeaderWidth      = 10;
     this.dataGrid1.SelectionBackColor  = System.Drawing.Color.CadetBlue;
     this.dataGrid1.SelectionForeColor  = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.Size                = new System.Drawing.Size(776, 408);
     this.dataGrid1.TabIndex            = 23;
     //
     // butTim
     //
     this.butTim.BackColor  = System.Drawing.Color.Transparent;
     this.butTim.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butTim.ForeColor  = System.Drawing.SystemColors.WindowText;
     this.butTim.Image      = ((System.Drawing.Image)(resources.GetObject("butTim.Image")));
     this.butTim.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butTim.Location   = new System.Drawing.Point(263, 488);
     this.butTim.Name       = "butTim";
     this.butTim.Size       = new System.Drawing.Size(80, 25);
     this.butTim.TabIndex   = 12;
     this.butTim.Text       = " &Tìm";
     this.butTim.UseVisualStyleBackColor = false;
     this.butTim.Click += new System.EventHandler(this.butTim_Click);
     //
     // butIn
     //
     this.butIn.BackColor  = System.Drawing.Color.Transparent;
     this.butIn.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butIn.ForeColor  = System.Drawing.SystemColors.WindowText;
     this.butIn.Image      = ((System.Drawing.Image)(resources.GetObject("butIn.Image")));
     this.butIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butIn.Location   = new System.Drawing.Point(343, 488);
     this.butIn.Name       = "butIn";
     this.butIn.Size       = new System.Drawing.Size(80, 25);
     this.butIn.TabIndex   = 13;
     this.butIn.Text       = " &In";
     this.butIn.UseVisualStyleBackColor = false;
     this.butIn.Click += new System.EventHandler(this.butIn_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.BackColor  = System.Drawing.Color.Transparent;
     this.butKetthuc.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butKetthuc.ForeColor  = System.Drawing.SystemColors.WindowText;
     this.butKetthuc.Image      = global::Medisoft.Properties.Resources.exit1;
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(423, 488);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(92, 25);
     this.butKetthuc.TabIndex   = 15;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.UseVisualStyleBackColor = false;
     this.butKetthuc.Click += new System.EventHandler(this.butKetthuc_Click);
     //
     // lbl
     //
     this.lbl.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl.ForeColor = System.Drawing.Color.Red;
     this.lbl.Location  = new System.Drawing.Point(8, 488);
     this.lbl.Name      = "lbl";
     this.lbl.Size      = new System.Drawing.Size(216, 23);
     this.lbl.TabIndex  = 64;
     this.lbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // den
     //
     this.den.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.den.Location   = new System.Drawing.Point(193, 12);
     this.den.Mask       = "##/##/####";
     this.den.Name       = "den";
     this.den.Size       = new System.Drawing.Size(64, 21);
     this.den.TabIndex   = 1;
     this.den.Text       = "  /  /    ";
     this.den.Validated += new System.EventHandler(this.den_Validated);
     //
     // tu
     //
     this.tu.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tu.Location   = new System.Drawing.Point(71, 12);
     this.tu.Mask       = "##/##/####";
     this.tu.Name       = "tu";
     this.tu.Size       = new System.Drawing.Size(64, 21);
     this.tu.TabIndex   = 0;
     this.tu.Text       = "  /  /    ";
     this.tu.Validated += new System.EventHandler(this.tu_Validated);
     //
     // ttlucrv
     //
     this.ttlucrv.BackColor = System.Drawing.SystemColors.HighlightText;
     this.ttlucrv.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ttlucrv.Location  = new System.Drawing.Point(555, 36);
     this.ttlucrv.Name      = "ttlucrv";
     this.ttlucrv.Size      = new System.Drawing.Size(88, 21);
     this.ttlucrv.TabIndex  = 7;
     this.ttlucrv.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.ttlucrv_KeyDown);
     //
     // label3
     //
     this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label3.Location  = new System.Drawing.Point(478, 36);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(80, 23);
     this.label3.TabIndex  = 66;
     this.label3.Text      = "Tình trạng :";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // frmTksxh
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 573);
     this.Controls.Add(this.phai);
     this.Controls.Add(this.madantoc);
     this.Controls.Add(this.mann);
     this.Controls.Add(this.ttlucrv);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.matt);
     this.Controls.Add(this.den);
     this.Controls.Add(this.makp);
     this.Controls.Add(this.maqu);
     this.Controls.Add(this.maphuongxa);
     this.Controls.Add(this.label18);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.tu);
     this.Controls.Add(this.lbl);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.butIn);
     this.Controls.Add(this.butTim);
     this.Controls.Add(this.dotuoi);
     this.Controls.Add(this.solieu);
     this.Controls.Add(this.label19);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.dataGrid1);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.ForeColor     = System.Drawing.SystemColors.ActiveCaptionText;
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmTksxh";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Danh sách bệnh sốt xuất huyết";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmTksxh_Load);
     this.MouseMove    += new System.Windows.Forms.MouseEventHandler(this.frmTkravien_MouseMove);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmTksxh_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmGiaonhan));
     this.label1    = new System.Windows.Forms.Label();
     this.ngay      = new System.Windows.Forms.DateTimePicker();
     this.label2    = new System.Windows.Forms.Label();
     this.ht1       = new System.Windows.Forms.TextBox();
     this.soqd      = new System.Windows.Forms.TextBox();
     this.label8    = new System.Windows.Forms.Label();
     this.cv1       = new System.Windows.Forms.TextBox();
     this.cv2       = new System.Windows.Forms.TextBox();
     this.label5    = new System.Windows.Forms.Label();
     this.ht2       = new System.Windows.Forms.TextBox();
     this.label9    = new System.Windows.Forms.Label();
     this.label10   = new System.Windows.Forms.Label();
     this.label3    = new System.Windows.Forms.Label();
     this.dd        = new System.Windows.Forms.TextBox();
     this.butCancel = new System.Windows.Forms.Button();
     this.butOk     = new System.Windows.Forms.Button();
     this.ngayqd    = new MaskedBox.MaskedBox();
     this.label6    = new System.Windows.Forms.Label();
     this.label7    = new System.Windows.Forms.Label();
     this.cuaqd     = new System.Windows.Forms.TextBox();
     this.label11   = new System.Windows.Forms.Label();
     this.cv3       = new System.Windows.Forms.TextBox();
     this.label12   = new System.Windows.Forms.Label();
     this.ht3       = new System.Windows.Forms.TextBox();
     this.label13   = new System.Windows.Forms.Label();
     this.label4    = new System.Windows.Forms.Label();
     this.label14   = new System.Windows.Forms.Label();
     this.label15   = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(40, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(40, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Ngày :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ngay
     //
     this.ngay.CalendarFont = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ngay.CustomFormat = "dd/MM/yyyy";
     this.ngay.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ngay.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.ngay.Location     = new System.Drawing.Point(80, 8);
     this.ngay.Name         = "ngay";
     this.ngay.Size         = new System.Drawing.Size(80, 21);
     this.ngay.TabIndex     = 1;
     this.ngay.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.ngay_KeyDown);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(-1, 80);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(80, 23);
     this.label2.TabIndex  = 16;
     this.label2.Text      = "- Ông/Bà :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ht1
     //
     this.ht1.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ht1.Location = new System.Drawing.Point(80, 80);
     this.ht1.Name     = "ht1";
     this.ht1.Size     = new System.Drawing.Size(176, 21);
     this.ht1.TabIndex = 5;
     this.ht1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ngay_KeyDown);
     //
     // soqd
     //
     this.soqd.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.soqd.Location = new System.Drawing.Point(112, 32);
     this.soqd.Name     = "soqd";
     this.soqd.Size     = new System.Drawing.Size(64, 21);
     this.soqd.TabIndex = 2;
     this.soqd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ngay_KeyDown);
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(253, 80);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(56, 23);
     this.label8.TabIndex  = 17;
     this.label8.Text      = "Chức vụ :";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cv1
     //
     this.cv1.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cv1.Location = new System.Drawing.Point(309, 80);
     this.cv1.Name     = "cv1";
     this.cv1.Size     = new System.Drawing.Size(115, 21);
     this.cv1.TabIndex = 6;
     this.cv1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ngay_KeyDown);
     //
     // cv2
     //
     this.cv2.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cv2.Location = new System.Drawing.Point(309, 104);
     this.cv2.Name     = "cv2";
     this.cv2.Size     = new System.Drawing.Size(115, 21);
     this.cv2.TabIndex = 8;
     this.cv2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ngay_KeyDown);
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(253, 104);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(56, 23);
     this.label5.TabIndex  = 19;
     this.label5.Text      = "Chức vụ :";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ht2
     //
     this.ht2.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ht2.Location = new System.Drawing.Point(80, 104);
     this.ht2.Name     = "ht2";
     this.ht2.Size     = new System.Drawing.Size(176, 21);
     this.ht2.TabIndex = 7;
     this.ht2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ngay_KeyDown);
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(-1, 104);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(80, 23);
     this.label9.TabIndex  = 18;
     this.label9.Text      = "- Ông/Bà :";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(-16, 32);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(128, 23);
     this.label10.TabIndex  = 14;
     this.label10.Text      = "Căn cứ Quyết định số :";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(-16, 152);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(153, 23);
     this.label3.TabIndex  = 22;
     this.label3.Text      = "Địa điểm giao nhận TSCĐ :";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dd
     //
     this.dd.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dd.Location = new System.Drawing.Point(136, 152);
     this.dd.Name     = "dd";
     this.dd.Size     = new System.Drawing.Size(384, 21);
     this.dd.TabIndex = 11;
     this.dd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ngay_KeyDown);
     //
     // butCancel
     //
     this.butCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butCancel.Location   = new System.Drawing.Point(270, 184);
     this.butCancel.Name       = "butCancel";
     this.butCancel.Size       = new System.Drawing.Size(60, 25);
     this.butCancel.TabIndex   = 13;
     this.butCancel.Text       = "&Kết thúc";
     this.butCancel.Click     += new System.EventHandler(this.butCancel_Click);
     //
     // butOk
     //
     this.butOk.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butOk.Location   = new System.Drawing.Point(208, 184);
     this.butOk.Name       = "butOk";
     this.butOk.Size       = new System.Drawing.Size(60, 25);
     this.butOk.TabIndex   = 12;
     this.butOk.Text       = "Đồng ý";
     this.butOk.Click     += new System.EventHandler(this.butOk_Click);
     //
     // ngayqd
     //
     this.ngayqd.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.ngayqd.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ngayqd.Location   = new System.Drawing.Point(210, 32);
     this.ngayqd.Mask       = "##/##/####";
     this.ngayqd.MaxLength  = 10;
     this.ngayqd.Name       = "ngayqd";
     this.ngayqd.Size       = new System.Drawing.Size(64, 21);
     this.ngayqd.TabIndex   = 3;
     this.ngayqd.Text       = "  /  /    ";
     this.ngayqd.Validated += new System.EventHandler(this.ngayqd_Validated);
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(170, 32);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(40, 23);
     this.label6.TabIndex  = 23;
     this.label6.Text      = "Ngày :";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(272, 32);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(32, 23);
     this.label7.TabIndex  = 24;
     this.label7.Text      = "của :";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cuaqd
     //
     this.cuaqd.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cuaqd.Location = new System.Drawing.Point(304, 32);
     this.cuaqd.Name     = "cuaqd";
     this.cuaqd.Size     = new System.Drawing.Size(216, 21);
     this.cuaqd.TabIndex = 4;
     this.cuaqd.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ngay_KeyDown);
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(0, 56);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(144, 23);
     this.label11.TabIndex  = 15;
     this.label11.Text      = "Ban giao nhận TSCĐ gồm :";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cv3
     //
     this.cv3.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cv3.Location = new System.Drawing.Point(309, 128);
     this.cv3.Name     = "cv3";
     this.cv3.Size     = new System.Drawing.Size(115, 21);
     this.cv3.TabIndex = 10;
     this.cv3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ngay_KeyDown);
     //
     // label12
     //
     this.label12.Location  = new System.Drawing.Point(253, 128);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(56, 23);
     this.label12.TabIndex  = 21;
     this.label12.Text      = "Chức vụ :";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ht3
     //
     this.ht3.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ht3.Location = new System.Drawing.Point(80, 128);
     this.ht3.Name     = "ht3";
     this.ht3.Size     = new System.Drawing.Size(176, 21);
     this.ht3.TabIndex = 9;
     this.ht3.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ngay_KeyDown);
     //
     // label13
     //
     this.label13.Location  = new System.Drawing.Point(-1, 128);
     this.label13.Name      = "label13";
     this.label13.Size      = new System.Drawing.Size(80, 23);
     this.label13.TabIndex  = 20;
     this.label13.Text      = "- Ông/Bà :";
     this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(426, 80);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(96, 23);
     this.label4.TabIndex  = 25;
     this.label4.Text      = "Đại diện bên giao";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label14
     //
     this.label14.Location  = new System.Drawing.Point(426, 105);
     this.label14.Name      = "label14";
     this.label14.Size      = new System.Drawing.Size(96, 23);
     this.label14.TabIndex  = 26;
     this.label14.Text      = "Đại diện bên nhận";
     this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label15
     //
     this.label15.Location  = new System.Drawing.Point(426, 128);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(96, 23);
     this.label15.TabIndex  = 27;
     this.label15.Text      = "Đại diện";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // frmGiaonhan
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(538, 231);
     this.Controls.Add(this.dd);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.ht3);
     this.Controls.Add(this.ht2);
     this.Controls.Add(this.ht1);
     this.Controls.Add(this.cv3);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.ngayqd);
     this.Controls.Add(this.soqd);
     this.Controls.Add(this.cuaqd);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.cv2);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.cv1);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.butCancel);
     this.Controls.Add(this.butOk);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.ngay);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmGiaonhan";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Biên bản giao nhận TSCĐ";
     this.Load           += new System.EventHandler(this.frmGiaonhan_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmThpttt));
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.label7     = new System.Windows.Forms.Label();
     this.madantoc   = new System.Windows.Forms.ComboBox();
     this.mann       = new System.Windows.Forms.ComboBox();
     this.maqu       = new System.Windows.Forms.ComboBox();
     this.matt       = new System.Windows.Forms.ComboBox();
     this.maphuongxa = new System.Windows.Forms.ComboBox();
     this.label18    = new System.Windows.Forms.Label();
     this.label17    = new System.Windows.Forms.Label();
     this.label16    = new System.Windows.Forms.Label();
     this.label10    = new System.Windows.Forms.Label();
     this.label11    = new System.Windows.Forms.Label();
     this.label12    = new System.Windows.Forms.Label();
     this.makp       = new System.Windows.Forms.ComboBox();
     this.label15    = new System.Windows.Forms.Label();
     this.label19    = new System.Windows.Forms.Label();
     this.ve         = new System.Windows.Forms.ComboBox();
     this.dotuoi     = new System.Windows.Forms.ComboBox();
     this.solieu     = new System.Windows.Forms.ComboBox();
     this.dataGrid1  = new System.Windows.Forms.DataGrid();
     this.butTim     = new System.Windows.Forms.Button();
     this.butIn      = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.lbl        = new System.Windows.Forms.Label();
     this.toolTip1   = new System.Windows.Forms.ToolTip(this.components);
     this.den        = new MaskedBox.MaskedBox();
     this.tu         = new MaskedBox.MaskedBox();
     this.butICD     = new System.Windows.Forms.Button();
     this.butBieudo  = new System.Windows.Forms.CheckBox();
     this.ucChart1   = new WebTel.Drawing.Chart.ucChart();
     this.panel1     = new System.Windows.Forms.Panel();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location  = new System.Drawing.Point(15, 11);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Từ ngày :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location  = new System.Drawing.Point(123, 11);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(72, 23);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "đến ngày :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label7.Location  = new System.Drawing.Point(441, 11);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(64, 23);
     this.label7.TabIndex  = 6;
     this.label7.Text      = "Biểu đồ :";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // madantoc
     //
     this.madantoc.BackColor = System.Drawing.SystemColors.HighlightText;
     this.madantoc.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.madantoc.Location  = new System.Drawing.Point(680, 36);
     this.madantoc.Name      = "madantoc";
     this.madantoc.Size      = new System.Drawing.Size(104, 21);
     this.madantoc.TabIndex  = 7;
     this.madantoc.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.madantoc_KeyDown);
     //
     // mann
     //
     this.mann.BackColor = System.Drawing.SystemColors.HighlightText;
     this.mann.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mann.Location  = new System.Drawing.Point(332, 36);
     this.mann.Name      = "mann";
     this.mann.Size      = new System.Drawing.Size(276, 21);
     this.mann.TabIndex  = 6;
     this.mann.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.mann_KeyDown);
     //
     // maqu
     //
     this.maqu.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.maqu.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maqu.Location              = new System.Drawing.Point(332, 60);
     this.maqu.Name                  = "maqu";
     this.maqu.Size                  = new System.Drawing.Size(198, 21);
     this.maqu.TabIndex              = 9;
     this.maqu.SelectedIndexChanged += new System.EventHandler(this.maqu_SelectedIndexChanged);
     this.maqu.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.maqu_KeyDown);
     //
     // matt
     //
     this.matt.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.matt.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.matt.Location              = new System.Drawing.Point(71, 60);
     this.matt.Name                  = "matt";
     this.matt.Size                  = new System.Drawing.Size(185, 21);
     this.matt.TabIndex              = 8;
     this.matt.SelectedIndexChanged += new System.EventHandler(this.matt_SelectedIndexChanged);
     this.matt.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.matt_KeyDown);
     //
     // maphuongxa
     //
     this.maphuongxa.BackColor = System.Drawing.SystemColors.HighlightText;
     this.maphuongxa.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maphuongxa.Location  = new System.Drawing.Point(608, 60);
     this.maphuongxa.Name      = "maphuongxa";
     this.maphuongxa.Size      = new System.Drawing.Size(176, 21);
     this.maphuongxa.TabIndex  = 10;
     this.maphuongxa.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.maphuongxa_KeyDown);
     //
     // label18
     //
     this.label18.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label18.Location  = new System.Drawing.Point(528, 60);
     this.label18.Name      = "label18";
     this.label18.Size      = new System.Drawing.Size(80, 23);
     this.label18.TabIndex  = 55;
     this.label18.Text      = "Phường/Xã :";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label17
     //
     this.label17.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label17.Location  = new System.Drawing.Point(255, 60);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(80, 23);
     this.label17.TabIndex  = 54;
     this.label17.Text      = "Quận/Huyện :";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label16
     //
     this.label16.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label16.Location  = new System.Drawing.Point(15, 60);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(56, 23);
     this.label16.TabIndex  = 53;
     this.label16.Text      = "Tỉnh/TP :";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label10.Location  = new System.Drawing.Point(255, 36);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(80, 23);
     this.label10.TabIndex  = 49;
     this.label10.Text      = "Nghề nghiệp :";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label11.Location  = new System.Drawing.Point(624, 36);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(56, 23);
     this.label11.TabIndex  = 56;
     this.label11.Text      = "Dân tộc :";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label12
     //
     this.label12.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label12.Location  = new System.Drawing.Point(-7, 36);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(80, 23);
     this.label12.TabIndex  = 57;
     this.label12.Text      = "Khoa/Phòng :";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // makp
     //
     this.makp.BackColor = System.Drawing.SystemColors.HighlightText;
     this.makp.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.makp.Location  = new System.Drawing.Point(71, 36);
     this.makp.Name      = "makp";
     this.makp.Size      = new System.Drawing.Size(185, 21);
     this.makp.TabIndex  = 5;
     this.makp.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.makp_KeyDown);
     //
     // label15
     //
     this.label15.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label15.Location  = new System.Drawing.Point(608, 11);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(74, 23);
     this.label15.TabIndex  = 61;
     this.label15.Text      = "Độ tuổi :";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label19
     //
     this.label19.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label19.Location  = new System.Drawing.Point(271, 11);
     this.label19.Name      = "label19";
     this.label19.Size      = new System.Drawing.Size(64, 23);
     this.label19.TabIndex  = 62;
     this.label19.Text      = "Số liệu :";
     this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ve
     //
     this.ve.BackColor     = System.Drawing.SystemColors.HighlightText;
     this.ve.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.ve.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ve.Location      = new System.Drawing.Point(504, 12);
     this.ve.Name          = "ve";
     this.ve.Size          = new System.Drawing.Size(128, 21);
     this.ve.TabIndex      = 3;
     this.ve.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.ve_KeyDown);
     //
     // dotuoi
     //
     this.dotuoi.BackColor = System.Drawing.SystemColors.HighlightText;
     this.dotuoi.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dotuoi.Location  = new System.Drawing.Point(680, 12);
     this.dotuoi.Name      = "dotuoi";
     this.dotuoi.Size      = new System.Drawing.Size(104, 21);
     this.dotuoi.TabIndex  = 4;
     this.dotuoi.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.dotuoi_KeyDown);
     //
     // solieu
     //
     this.solieu.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.solieu.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.solieu.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.solieu.Location              = new System.Drawing.Point(332, 12);
     this.solieu.Name                  = "solieu";
     this.solieu.Size                  = new System.Drawing.Size(116, 21);
     this.solieu.TabIndex              = 2;
     this.solieu.SelectedIndexChanged += new System.EventHandler(this.solieu_SelectedIndexChanged);
     this.solieu.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.solieu_KeyDown);
     //
     // dataGrid1
     //
     this.dataGrid1.AlternatingBackColor = System.Drawing.Color.Lavender;
     this.dataGrid1.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.BackgroundColor      = System.Drawing.SystemColors.Control;
     this.dataGrid1.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.dataGrid1.CaptionBackColor     = System.Drawing.SystemColors.Control;
     this.dataGrid1.CaptionFont          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.CaptionForeColor     = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.DataMember           = "";
     this.dataGrid1.FlatMode             = true;
     this.dataGrid1.Font                = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.ForeColor           = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.GridLineColor       = System.Drawing.Color.Gainsboro;
     this.dataGrid1.GridLineStyle       = System.Windows.Forms.DataGridLineStyle.None;
     this.dataGrid1.HeaderFont          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dataGrid1.HeaderForeColor     = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.LinkColor           = System.Drawing.Color.Teal;
     this.dataGrid1.Location            = new System.Drawing.Point(8, 72);
     this.dataGrid1.Name                = "dataGrid1";
     this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Gainsboro;
     this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.ReadOnly            = true;
     this.dataGrid1.RowHeaderWidth      = 10;
     this.dataGrid1.SelectionBackColor  = System.Drawing.Color.CadetBlue;
     this.dataGrid1.SelectionForeColor  = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.Size                = new System.Drawing.Size(776, 408);
     this.dataGrid1.TabIndex            = 23;
     //
     // butTim
     //
     this.butTim.BackColor  = System.Drawing.Color.Transparent;
     this.butTim.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butTim.ForeColor  = System.Drawing.SystemColors.WindowText;
     this.butTim.Image      = ((System.Drawing.Image)(resources.GetObject("butTim.Image")));
     this.butTim.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butTim.Location   = new System.Drawing.Point(176, 489);
     this.butTim.Name       = "butTim";
     this.butTim.Size       = new System.Drawing.Size(93, 25);
     this.butTim.TabIndex   = 11;
     this.butTim.Text       = " &Tìm";
     this.butTim.UseVisualStyleBackColor = false;
     this.butTim.Click += new System.EventHandler(this.butTim_Click);
     //
     // butIn
     //
     this.butIn.BackColor  = System.Drawing.Color.Transparent;
     this.butIn.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butIn.ForeColor  = System.Drawing.SystemColors.WindowText;
     this.butIn.Image      = ((System.Drawing.Image)(resources.GetObject("butIn.Image")));
     this.butIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butIn.Location   = new System.Drawing.Point(269, 489);
     this.butIn.Name       = "butIn";
     this.butIn.Size       = new System.Drawing.Size(93, 25);
     this.butIn.TabIndex   = 12;
     this.butIn.Text       = " &In";
     this.butIn.UseVisualStyleBackColor = false;
     this.butIn.Click += new System.EventHandler(this.butIn_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.BackColor  = System.Drawing.Color.Transparent;
     this.butKetthuc.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butKetthuc.ForeColor  = System.Drawing.SystemColors.WindowText;
     this.butKetthuc.Image      = global::Medisoft.Properties.Resources.exit1;
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(548, 489);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(93, 25);
     this.butKetthuc.TabIndex   = 15;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.UseVisualStyleBackColor = false;
     this.butKetthuc.Click += new System.EventHandler(this.butKetthuc_Click);
     //
     // lbl
     //
     this.lbl.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl.ForeColor = System.Drawing.Color.Red;
     this.lbl.Location  = new System.Drawing.Point(8, 488);
     this.lbl.Name      = "lbl";
     this.lbl.Size      = new System.Drawing.Size(184, 23);
     this.lbl.TabIndex  = 64;
     this.lbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // den
     //
     this.den.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.den.Location   = new System.Drawing.Point(193, 12);
     this.den.Mask       = "##/##/####";
     this.den.Name       = "den";
     this.den.Size       = new System.Drawing.Size(64, 21);
     this.den.TabIndex   = 1;
     this.den.Text       = "  /  /    ";
     this.den.Validated += new System.EventHandler(this.den_Validated);
     //
     // tu
     //
     this.tu.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tu.Location   = new System.Drawing.Point(71, 12);
     this.tu.Mask       = "##/##/####";
     this.tu.Name       = "tu";
     this.tu.Size       = new System.Drawing.Size(64, 21);
     this.tu.TabIndex   = 0;
     this.tu.Text       = "  /  /    ";
     this.tu.Validated += new System.EventHandler(this.tu_Validated);
     //
     // butICD
     //
     this.butICD.BackColor  = System.Drawing.Color.Transparent;
     this.butICD.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butICD.ForeColor  = System.Drawing.SystemColors.WindowText;
     this.butICD.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butICD.Location   = new System.Drawing.Point(455, 489);
     this.butICD.Name       = "butICD";
     this.butICD.Size       = new System.Drawing.Size(93, 25);
     this.butICD.TabIndex   = 14;
     this.butICD.Text       = "&PTTT";
     this.butICD.UseVisualStyleBackColor = false;
     this.butICD.Click += new System.EventHandler(this.butICD_Click);
     //
     // butBieudo
     //
     this.butBieudo.Appearance = System.Windows.Forms.Appearance.Button;
     this.butBieudo.BackColor  = System.Drawing.Color.Transparent;
     this.butBieudo.Image      = ((System.Drawing.Image)(resources.GetObject("butBieudo.Image")));
     this.butBieudo.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butBieudo.Location   = new System.Drawing.Point(362, 489);
     this.butBieudo.Name       = "butBieudo";
     this.butBieudo.Size       = new System.Drawing.Size(93, 25);
     this.butBieudo.TabIndex   = 13;
     this.butBieudo.Text       = "Biểu đồ";
     this.butBieudo.TextAlign  = System.Drawing.ContentAlignment.MiddleCenter;
     this.butBieudo.UseVisualStyleBackColor = false;
     this.butBieudo.CheckedChanged         += new System.EventHandler(this.butBieudo_CheckedChanged);
     //
     // ucChart1
     //
     // Layout is suspended for performance reasons.
     this.ucChart1.Chart.SuspendLayout();
     this.ucChart1.Chart.CategoryX.Font          = null;
     this.ucChart1.Chart.CategoryX.ForeColor     = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryX.GridLineColor = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryX.LineDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.ucChart1.Chart.CategoryY.Font          = null;
     this.ucChart1.Chart.CategoryY.ForeColor     = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryY.GridLineColor = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryY.LineDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.ucChart1.Chart.ChartBackColor          = System.Drawing.SystemColors.Info;
     this.ucChart1.Chart.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ucChart1.Chart.MarginBackColor = System.Drawing.Color.White;
     this.ucChart1.Chart.ResumeLayout();
     this.ucChart1.Location = new System.Drawing.Point(8, 89);
     this.ucChart1.Name     = "ucChart1";
     this.ucChart1.Size     = new System.Drawing.Size(768, 395);
     this.ucChart1.TabIndex = 68;
     this.ucChart1.Visible  = false;
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.panel1.Location   = new System.Drawing.Point(707, 90);
     this.panel1.Name       = "panel1";
     this.panel1.Size       = new System.Drawing.Size(80, 393);
     this.panel1.TabIndex   = 69;
     this.panel1.Visible    = false;
     //
     // frmThpttt
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 573);
     this.Controls.Add(this.butBieudo);
     this.Controls.Add(this.butICD);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.butIn);
     this.Controls.Add(this.butTim);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.ucChart1);
     this.Controls.Add(this.ve);
     this.Controls.Add(this.matt);
     this.Controls.Add(this.den);
     this.Controls.Add(this.makp);
     this.Controls.Add(this.maqu);
     this.Controls.Add(this.maphuongxa);
     this.Controls.Add(this.label18);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.tu);
     this.Controls.Add(this.lbl);
     this.Controls.Add(this.dotuoi);
     this.Controls.Add(this.solieu);
     this.Controls.Add(this.label19);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.dataGrid1);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.madantoc);
     this.Controls.Add(this.mann);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmThpttt";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Tổng hợp theo phẫu thuật - thủ thuật";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmThpttt_Load);
     this.MouseMove    += new System.Windows.Forms.MouseEventHandler(this.frmTkravien_MouseMove);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmThpttt_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #7
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmTuvong));
     this.hoten      = new System.Windows.Forms.TextBox();
     this.mabn       = new System.Windows.Forms.TextBox();
     this.label2     = new System.Windows.Forms.Label();
     this.label1     = new System.Windows.Forms.Label();
     this.tuoi       = new System.Windows.Forms.TextBox();
     this.label3     = new System.Windows.Forms.Label();
     this.ngay       = new System.Windows.Forms.TextBox();
     this.label4     = new System.Windows.Forms.Label();
     this.songaydt   = new System.Windows.Forms.TextBox();
     this.label5     = new System.Windows.Forms.Label();
     this.chandoan   = new System.Windows.Forms.TextBox();
     this.maicd      = new MaskedTextBox.MaskedTextBox();
     this.label7     = new System.Windows.Forms.Label();
     this.label6     = new System.Windows.Forms.Label();
     this.label8     = new System.Windows.Forms.Label();
     this.label9     = new System.Windows.Forms.Label();
     this.label10    = new System.Windows.Forms.Label();
     this.label11    = new System.Windows.Forms.Label();
     this.nguyennhan = new System.Windows.Forms.ComboBox();
     this.giaiphau   = new System.Windows.Forms.ComboBox();
     this.khamtuthi  = new System.Windows.Forms.ComboBox();
     this.butMoi     = new System.Windows.Forms.Button();
     this.butLuu     = new System.Windows.Forms.Button();
     this.butBoqua   = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.ngaynhan   = new MaskedBox.MaskedBox();
     this.ngaymo     = new MaskedBox.MaskedBox();
     this.listICD    = new LibList.List();
     this.SuspendLayout();
     //
     // hoten
     //
     this.hoten.BackColor       = System.Drawing.SystemColors.HighlightText;
     this.hoten.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.hoten.Enabled         = false;
     this.hoten.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.hoten.Location        = new System.Drawing.Point(288, 16);
     this.hoten.Name            = "hoten";
     this.hoten.Size            = new System.Drawing.Size(144, 21);
     this.hoten.TabIndex        = 4;
     this.hoten.Text            = "";
     //
     // mabn
     //
     this.mabn.BackColor = System.Drawing.SystemColors.HighlightText;
     this.mabn.Enabled   = false;
     this.mabn.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mabn.Location  = new System.Drawing.Point(136, 16);
     this.mabn.Name      = "mabn";
     this.mabn.Size      = new System.Drawing.Size(73, 21);
     this.mabn.TabIndex  = 2;
     this.mabn.Text      = "";
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(232, 16);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(56, 23);
     this.label2.TabIndex  = 3;
     this.label2.Text      = "Họ tên :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 16);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(128, 23);
     this.label1.TabIndex  = 1;
     this.label1.Text      = "Mã BN :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tuoi
     //
     this.tuoi.BackColor = System.Drawing.SystemColors.HighlightText;
     this.tuoi.Enabled   = false;
     this.tuoi.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tuoi.Location  = new System.Drawing.Point(456, 16);
     this.tuoi.Name      = "tuoi";
     this.tuoi.Size      = new System.Drawing.Size(54, 21);
     this.tuoi.TabIndex  = 6;
     this.tuoi.Text      = "";
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(424, 16);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(32, 23);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "Tuổi :";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ngay
     //
     this.ngay.BackColor = System.Drawing.SystemColors.HighlightText;
     this.ngay.Enabled   = false;
     this.ngay.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ngay.Location  = new System.Drawing.Point(136, 40);
     this.ngay.Name      = "ngay";
     this.ngay.Size      = new System.Drawing.Size(96, 21);
     this.ngay.TabIndex  = 8;
     this.ngay.Text      = "";
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(8, 40);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(128, 23);
     this.label4.TabIndex  = 7;
     this.label4.Text      = "Ngày giờ tử vong :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // songaydt
     //
     this.songaydt.BackColor = System.Drawing.SystemColors.HighlightText;
     this.songaydt.Enabled   = false;
     this.songaydt.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.songaydt.Location  = new System.Drawing.Point(328, 40);
     this.songaydt.Name      = "songaydt";
     this.songaydt.Size      = new System.Drawing.Size(28, 21);
     this.songaydt.TabIndex  = 10;
     this.songaydt.Text      = "";
     //
     // label5
     //
     this.label5.Location  = new System.Drawing.Point(232, 40);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(96, 23);
     this.label5.TabIndex  = 9;
     this.label5.Text      = "Thời gian điều trị :";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chandoan
     //
     this.chandoan.BackColor    = System.Drawing.SystemColors.HighlightText;
     this.chandoan.Enabled      = false;
     this.chandoan.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chandoan.Location     = new System.Drawing.Point(192, 64);
     this.chandoan.Name         = "chandoan";
     this.chandoan.Size         = new System.Drawing.Size(320, 21);
     this.chandoan.TabIndex     = 15;
     this.chandoan.Text         = "";
     this.chandoan.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.chandoan_KeyDown);
     this.chandoan.Validated   += new System.EventHandler(this.chandoan_Validated);
     this.chandoan.TextChanged += new System.EventHandler(this.chandoan_TextChanged);
     //
     // maicd
     //
     this.maicd.BackColor       = System.Drawing.SystemColors.HighlightText;
     this.maicd.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.maicd.Enabled         = false;
     this.maicd.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.maicd.Location        = new System.Drawing.Point(136, 64);
     this.maicd.Masked          = MaskedTextBox.MaskedTextBox.Mask.ICD10;
     this.maicd.MaxLength       = 9;
     this.maicd.Name            = "maicd";
     this.maicd.Size            = new System.Drawing.Size(56, 21);
     this.maicd.TabIndex        = 14;
     this.maicd.Text            = "";
     this.maicd.Validated      += new System.EventHandler(this.maicd_Validated);
     //
     // label7
     //
     this.label7.Location  = new System.Drawing.Point(0, 64);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(136, 23);
     this.label7.TabIndex  = 13;
     this.label7.Text      = "Chẩn đoán tử vong :";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label6
     //
     this.label6.Location  = new System.Drawing.Point(352, 40);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(80, 23);
     this.label6.TabIndex  = 11;
     this.label6.Text      = "Nguyên nhân :";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(0, 88);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(136, 23);
     this.label8.TabIndex  = 16;
     this.label8.Text      = "Giải phẩu bệnh :";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(264, 88);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(152, 24);
     this.label9.TabIndex  = 18;
     this.label9.Text      = "Khám tử thi :";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.Location  = new System.Drawing.Point(8, 112);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(128, 23);
     this.label10.TabIndex  = 20;
     this.label10.Text      = "Ngày giờ nhận tử thi :";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.Location  = new System.Drawing.Point(264, 112);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(152, 16);
     this.label11.TabIndex  = 22;
     this.label11.Text      = "Ngày giờ mỗ tử thi :";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // nguyennhan
     //
     this.nguyennhan.BackColor     = System.Drawing.SystemColors.HighlightText;
     this.nguyennhan.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.nguyennhan.Enabled       = false;
     this.nguyennhan.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.nguyennhan.Location      = new System.Drawing.Point(432, 40);
     this.nguyennhan.Name          = "nguyennhan";
     this.nguyennhan.Size          = new System.Drawing.Size(80, 21);
     this.nguyennhan.TabIndex      = 12;
     this.nguyennhan.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.nguyennhan_KeyDown);
     //
     // giaiphau
     //
     this.giaiphau.BackColor     = System.Drawing.SystemColors.HighlightText;
     this.giaiphau.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.giaiphau.Enabled       = false;
     this.giaiphau.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.giaiphau.Location      = new System.Drawing.Point(136, 88);
     this.giaiphau.Name          = "giaiphau";
     this.giaiphau.Size          = new System.Drawing.Size(96, 21);
     this.giaiphau.TabIndex      = 17;
     this.giaiphau.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.giaiphau_KeyDown);
     //
     // khamtuthi
     //
     this.khamtuthi.BackColor     = System.Drawing.SystemColors.HighlightText;
     this.khamtuthi.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.khamtuthi.Enabled       = false;
     this.khamtuthi.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.khamtuthi.Items.AddRange(new object[] {
         "Không",
         "Có"
     });
     this.khamtuthi.Location              = new System.Drawing.Point(416, 88);
     this.khamtuthi.Name                  = "khamtuthi";
     this.khamtuthi.Size                  = new System.Drawing.Size(96, 21);
     this.khamtuthi.TabIndex              = 19;
     this.khamtuthi.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.khamtuthi_KeyDown);
     this.khamtuthi.SelectedIndexChanged += new System.EventHandler(this.khamtuthi_SelectedIndexChanged);
     //
     // butMoi
     //
     this.butMoi.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butMoi.Image")));
     this.butMoi.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butMoi.Location   = new System.Drawing.Point(103, 152);
     this.butMoi.Name       = "butMoi";
     this.butMoi.Size       = new System.Drawing.Size(75, 28);
     this.butMoi.TabIndex   = 0;
     this.butMoi.Text       = "         &Mới";
     this.butMoi.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.butMoi.Click     += new System.EventHandler(this.butMoi_Click);
     //
     // butLuu
     //
     this.butLuu.Enabled    = false;
     this.butLuu.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butLuu.Image")));
     this.butLuu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butLuu.Location   = new System.Drawing.Point(180, 152);
     this.butLuu.Name       = "butLuu";
     this.butLuu.Size       = new System.Drawing.Size(75, 28);
     this.butLuu.TabIndex   = 24;
     this.butLuu.Text       = "          &Lưu";
     this.butLuu.TextAlign  = System.Drawing.ContentAlignment.MiddleLeft;
     this.butLuu.Click     += new System.EventHandler(this.butLuu_Click);
     //
     // butBoqua
     //
     this.butBoqua.Enabled    = false;
     this.butBoqua.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butBoqua.Image")));
     this.butBoqua.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butBoqua.Location   = new System.Drawing.Point(257, 152);
     this.butBoqua.Name       = "butBoqua";
     this.butBoqua.Size       = new System.Drawing.Size(75, 28);
     this.butBoqua.TabIndex   = 25;
     this.butBoqua.Text       = " &Bỏ qua";
     this.butBoqua.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butBoqua.Click     += new System.EventHandler(this.butBoqua_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butKetthuc.Image")));
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(334, 152);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(75, 28);
     this.butKetthuc.TabIndex   = 26;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // ngaynhan
     //
     this.ngaynhan.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.ngaynhan.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ngaynhan.Location   = new System.Drawing.Point(136, 112);
     this.ngaynhan.Mask       = "##/##/#### ##:##";
     this.ngaynhan.Name       = "ngaynhan";
     this.ngaynhan.Size       = new System.Drawing.Size(94, 21);
     this.ngaynhan.TabIndex   = 21;
     this.ngaynhan.Text       = "";
     this.ngaynhan.Validated += new System.EventHandler(this.ngaynhan_Validated);
     //
     // ngaymo
     //
     this.ngaymo.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.ngaymo.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.ngaymo.Location   = new System.Drawing.Point(416, 112);
     this.ngaymo.Mask       = "##/##/#### ##:##";
     this.ngaymo.Name       = "ngaymo";
     this.ngaymo.Size       = new System.Drawing.Size(96, 21);
     this.ngaymo.TabIndex   = 23;
     this.ngaymo.Text       = "";
     this.ngaymo.Validated += new System.EventHandler(this.ngaymo_Validated);
     //
     // listICD
     //
     this.listICD.ColumnCount        = 0;
     this.listICD.Location           = new System.Drawing.Point(424, 176);
     this.listICD.MatchBufferTimeOut = 1000;
     this.listICD.MatchEntryStyle    = AsYetUnnamed.MatchEntryStyle.FirstLetterInsensitive;
     this.listICD.Name       = "listICD";
     this.listICD.Size       = new System.Drawing.Size(75, 17);
     this.listICD.TabIndex   = 222;
     this.listICD.TextIndex  = -1;
     this.listICD.TextMember = null;
     this.listICD.ValueIndex = -1;
     this.listICD.Visible    = false;
     //
     // frmTuvong
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(528, 229);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.listICD,
         this.ngaymo,
         this.ngaynhan,
         this.butKetthuc,
         this.butBoqua,
         this.butLuu,
         this.butMoi,
         this.khamtuthi,
         this.giaiphau,
         this.nguyennhan,
         this.songaydt,
         this.ngay,
         this.label11,
         this.label10,
         this.label9,
         this.label8,
         this.label6,
         this.chandoan,
         this.maicd,
         this.label7,
         this.label5,
         this.label4,
         this.tuoi,
         this.label3,
         this.hoten,
         this.mabn,
         this.label2,
         this.label1
     });
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmTuvong";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Thông tin tử vong";
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmTuvong_KeyDown);
     this.Load         += new System.EventHandler(this.frmTuvong_Load);
     this.ResumeLayout(false);
 }
Example #8
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.dataGrid1  = new System.Windows.Forms.DataGrid();
     this.dataGrid2  = new System.Windows.Forms.DataGrid();
     this.tenkp      = new System.Windows.Forms.ComboBox();
     this.label9     = new System.Windows.Forms.Label();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.butIn      = new System.Windows.Forms.Button();
     this.nhomin     = new System.Windows.Forms.ComboBox();
     this.label1     = new System.Windows.Forms.Label();
     this.chkngay    = new System.Windows.Forms.CheckBox();
     this.ngaysp     = new MaskedBox.MaskedBox();
     this.no         = new System.Windows.Forms.TextBox();
     this.label2     = new System.Windows.Forms.Label();
     this.co         = new System.Windows.Forms.TextBox();
     this.label3     = new System.Windows.Forms.Label();
     this.butRef     = new System.Windows.Forms.Button();
     this.label4     = new System.Windows.Forms.Label();
     this.nguoigiao  = new System.Windows.Forms.TextBox();
     this.chktt      = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid2)).BeginInit();
     this.SuspendLayout();
     //
     // dataGrid1
     //
     this.dataGrid1.AlternatingBackColor = System.Drawing.Color.Lavender;
     this.dataGrid1.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.BackgroundColor      = System.Drawing.SystemColors.Control;
     this.dataGrid1.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.dataGrid1.CaptionBackColor     = System.Drawing.SystemColors.Control;
     this.dataGrid1.CaptionFont          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.CaptionForeColor     = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.DataMember           = "";
     this.dataGrid1.FlatMode             = true;
     this.dataGrid1.Font                = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.ForeColor           = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.GridLineColor       = System.Drawing.Color.Gainsboro;
     this.dataGrid1.GridLineStyle       = System.Windows.Forms.DataGridLineStyle.None;
     this.dataGrid1.HeaderFont          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dataGrid1.HeaderForeColor     = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.LinkColor           = System.Drawing.Color.Teal;
     this.dataGrid1.Location            = new System.Drawing.Point(8, 40);
     this.dataGrid1.Name                = "dataGrid1";
     this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Gainsboro;
     this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.ReadOnly            = true;
     this.dataGrid1.RowHeaderWidth      = 10;
     this.dataGrid1.SelectionBackColor  = System.Drawing.Color.CadetBlue;
     this.dataGrid1.SelectionForeColor  = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.Size                = new System.Drawing.Size(264, 440);
     this.dataGrid1.TabIndex            = 101;
     this.dataGrid1.CurrentCellChanged += new System.EventHandler(this.dataGrid1_CurrentCellChanged);
     //
     // dataGrid2
     //
     this.dataGrid2.AlternatingBackColor = System.Drawing.Color.Lavender;
     this.dataGrid2.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.dataGrid2.BackgroundColor      = System.Drawing.SystemColors.Control;
     this.dataGrid2.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.dataGrid2.CaptionBackColor     = System.Drawing.SystemColors.Control;
     this.dataGrid2.CaptionFont          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid2.CaptionForeColor     = System.Drawing.Color.MidnightBlue;
     this.dataGrid2.DataMember           = "";
     this.dataGrid2.FlatMode             = true;
     this.dataGrid2.Font                = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid2.ForeColor           = System.Drawing.Color.MidnightBlue;
     this.dataGrid2.GridLineColor       = System.Drawing.Color.Gainsboro;
     this.dataGrid2.GridLineStyle       = System.Windows.Forms.DataGridLineStyle.None;
     this.dataGrid2.HeaderFont          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dataGrid2.HeaderForeColor     = System.Drawing.Color.WhiteSmoke;
     this.dataGrid2.LinkColor           = System.Drawing.Color.Teal;
     this.dataGrid2.Location            = new System.Drawing.Point(272, 40);
     this.dataGrid2.Name                = "dataGrid2";
     this.dataGrid2.ParentRowsBackColor = System.Drawing.Color.Gainsboro;
     this.dataGrid2.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
     this.dataGrid2.ReadOnly            = true;
     this.dataGrid2.RowHeaderWidth      = 10;
     this.dataGrid2.SelectionBackColor  = System.Drawing.Color.CadetBlue;
     this.dataGrid2.SelectionForeColor  = System.Drawing.Color.WhiteSmoke;
     this.dataGrid2.Size                = new System.Drawing.Size(512, 440);
     this.dataGrid2.TabIndex            = 102;
     //
     // tenkp
     //
     this.tenkp.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.tenkp.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tenkp.Location              = new System.Drawing.Point(237, 8);
     this.tenkp.Name                  = "tenkp";
     this.tenkp.Size                  = new System.Drawing.Size(267, 21);
     this.tenkp.TabIndex              = 2;
     this.tenkp.SelectedIndexChanged += new System.EventHandler(this.tenkp_SelectedIndexChanged);
     this.tenkp.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.chkngay_KeyDown);
     //
     // label9
     //
     this.label9.Location  = new System.Drawing.Point(184, 8);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(48, 23);
     this.label9.TabIndex  = 104;
     this.label9.Text      = "Khoa";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butKetthuc
     //
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(442, 488);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(70, 25);
     this.butKetthuc.TabIndex   = 11;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // butIn
     //
     this.butIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butIn.Location   = new System.Drawing.Point(372, 488);
     this.butIn.Name       = "butIn";
     this.butIn.Size       = new System.Drawing.Size(70, 25);
     this.butIn.TabIndex   = 10;
     this.butIn.Text       = "&In";
     this.butIn.Click     += new System.EventHandler(this.butIn_Click);
     //
     // nhomin
     //
     this.nhomin.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.nhomin.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.nhomin.Location              = new System.Drawing.Point(544, 8);
     this.nhomin.Name                  = "nhomin";
     this.nhomin.Size                  = new System.Drawing.Size(240, 21);
     this.nhomin.TabIndex              = 3;
     this.nhomin.SelectedIndexChanged += new System.EventHandler(this.nhomin_SelectedIndexChanged);
     this.nhomin.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.chkngay_KeyDown);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(488, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(48, 23);
     this.label1.TabIndex  = 108;
     this.label1.Text      = "Loại";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // chkngay
     //
     this.chkngay.Checked    = true;
     this.chkngay.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkngay.Location   = new System.Drawing.Point(8, 8);
     this.chkngay.Name       = "chkngay";
     this.chkngay.Size       = new System.Drawing.Size(104, 24);
     this.chkngay.TabIndex   = 0;
     this.chkngay.Text       = "Xem theo ngày";
     this.chkngay.Click     += new System.EventHandler(this.chkngay_Click);
     this.chkngay.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.chkngay_KeyDown);
     //
     // ngaysp
     //
     this.ngaysp.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.ngaysp.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ngaysp.Location   = new System.Drawing.Point(112, 8);
     this.ngaysp.Mask       = "##/##/####";
     this.ngaysp.MaxLength  = 10;
     this.ngaysp.Name       = "ngaysp";
     this.ngaysp.Size       = new System.Drawing.Size(72, 21);
     this.ngaysp.TabIndex   = 1;
     this.ngaysp.Text       = "  /  /    ";
     this.ngaysp.Validated += new System.EventHandler(this.ngaysp_Validated);
     //
     // no
     //
     this.no.Location = new System.Drawing.Point(544, 32);
     this.no.Name     = "no";
     this.no.Size     = new System.Drawing.Size(80, 20);
     this.no.TabIndex = 6;
     this.no.KeyDown += new System.Windows.Forms.KeyEventHandler(this.chkngay_KeyDown);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(496, 32);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(40, 23);
     this.label2.TabIndex  = 114;
     this.label2.Text      = "Nợ";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // co
     //
     this.co.Location = new System.Drawing.Point(656, 32);
     this.co.Name     = "co";
     this.co.Size     = new System.Drawing.Size(128, 20);
     this.co.TabIndex = 7;
     this.co.KeyDown += new System.Windows.Forms.KeyEventHandler(this.chkngay_KeyDown);
     //
     // label3
     //
     this.label3.Location  = new System.Drawing.Point(608, 32);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(40, 23);
     this.label3.TabIndex  = 116;
     this.label3.Text      = "Có";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // butRef
     //
     this.butRef.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butRef.Location   = new System.Drawing.Point(302, 488);
     this.butRef.Name       = "butRef";
     this.butRef.Size       = new System.Drawing.Size(70, 25);
     this.butRef.TabIndex   = 9;
     this.butRef.Text       = "&Liệt kê";
     this.butRef.Click     += new System.EventHandler(this.butRef_Click);
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(134, 32);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(104, 23);
     this.label4.TabIndex  = 119;
     this.label4.Text      = "Người nhận";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     this.label4.Click    += new System.EventHandler(this.label4_Click);
     //
     // nguoigiao
     //
     this.nguoigiao.Location = new System.Drawing.Point(237, 32);
     this.nguoigiao.Name     = "nguoigiao";
     this.nguoigiao.Size     = new System.Drawing.Size(267, 20);
     this.nguoigiao.TabIndex = 5;
     this.nguoigiao.KeyDown += new System.Windows.Forms.KeyEventHandler(this.chkngay_KeyDown);
     //
     // chktt
     //
     this.chktt.Location = new System.Drawing.Point(8, 32);
     this.chktt.Name     = "chktt";
     this.chktt.Size     = new System.Drawing.Size(152, 24);
     this.chktt.TabIndex = 4;
     this.chktt.Text     = "Xem phiếu xuất trực tiếp";
     this.chktt.KeyDown += new System.Windows.Forms.KeyEventHandler(this.chkngay_KeyDown);
     //
     // frmxempx
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 573);
     this.Controls.Add(this.nguoigiao);
     this.Controls.Add(this.chktt);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.butRef);
     this.Controls.Add(this.co);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.no);
     this.Controls.Add(this.ngaysp);
     this.Controls.Add(this.chkngay);
     this.Controls.Add(this.nhomin);
     this.Controls.Add(this.butIn);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.tenkp);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.dataGrid1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.dataGrid2);
     this.Name          = "frmxempx";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Xem phiếu xuất";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.MouseMove    += new System.Windows.Forms.MouseEventHandler(this.frmxempx_MouseMove);
     this.Load         += new System.EventHandler(this.frmxempx_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid2)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #9
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(PHANCONG));
     this.label1       = new System.Windows.Forms.Label();
     this.dtpPHANCONG  = new System.Windows.Forms.DateTimePicker();
     this.dtgPhancong  = new System.Windows.Forms.DataGrid();
     this.cmbbacsi     = new System.Windows.Forms.ComboBox();
     this.label3       = new System.Windows.Forms.Label();
     this.cmbkhoiphong = new System.Windows.Forms.ComboBox();
     this.label4       = new System.Windows.Forms.Label();
     this.cmdKetthuc   = new System.Windows.Forms.Button();
     this.cmdHuy       = new System.Windows.Forms.Button();
     this.cmdBoqua     = new System.Windows.Forms.Button();
     this.label5       = new System.Windows.Forms.Label();
     this.label6       = new System.Windows.Forms.Label();
     this.cmdThem      = new System.Windows.Forms.Button();
     this.label7       = new System.Windows.Forms.Label();
     this.cmdLuu       = new System.Windows.Forms.Button();
     this.cmbphong     = new System.Windows.Forms.ComboBox();
     this.label8       = new System.Windows.Forms.Label();
     this.txtnhanvien  = new System.Windows.Forms.TextBox();
     this.txtkhoiphong = new System.Windows.Forms.TextBox();
     this.txtphong     = new System.Windows.Forms.TextBox();
     this.cmdSua       = new System.Windows.Forms.Button();
     this.lbmaql       = new System.Windows.Forms.Label();
     this.lb2          = new System.Windows.Forms.Label();
     this.chk          = new System.Windows.Forms.CheckBox();
     this.msk1         = new MaskedBox.MaskedBox();
     this.msk2         = new MaskedBox.MaskedBox();
     this.groupBox1    = new System.Windows.Forms.GroupBox();
     this.maql         = new System.Windows.Forms.TextBox();
     this.groupBox2    = new System.Windows.Forms.GroupBox();
     this.textBox1     = new System.Windows.Forms.TextBox();
     this.textBox2     = new System.Windows.Forms.TextBox();
     this.label2       = new System.Windows.Forms.Label();
     this.label9       = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.dtgPhancong)).BeginInit();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Font     = new System.Drawing.Font("Times New Roman", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(0, -8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(816, 616);
     this.label1.TabIndex = 20;
     //
     // dtpPHANCONG
     //
     this.dtpPHANCONG.CustomFormat  = "DD/MM/YYYY";
     this.dtpPHANCONG.Format        = System.Windows.Forms.DateTimePickerFormat.Short;
     this.dtpPHANCONG.Location      = new System.Drawing.Point(680, 8);
     this.dtpPHANCONG.Name          = "dtpPHANCONG";
     this.dtpPHANCONG.Size          = new System.Drawing.Size(100, 20);
     this.dtpPHANCONG.TabIndex      = 15;
     this.dtpPHANCONG.ValueChanged += new System.EventHandler(this.dtpPHANCONG_ValueChanged);
     //
     // dtgPhancong
     //
     this.dtgPhancong.BackgroundColor     = System.Drawing.SystemColors.Control;
     this.dtgPhancong.BorderStyle         = System.Windows.Forms.BorderStyle.None;
     this.dtgPhancong.CaptionVisible      = false;
     this.dtgPhancong.DataMember          = "";
     this.dtgPhancong.HeaderForeColor     = System.Drawing.SystemColors.ControlText;
     this.dtgPhancong.Location            = new System.Drawing.Point(0, 48);
     this.dtgPhancong.Name                = "dtgPhancong";
     this.dtgPhancong.RowHeaderWidth      = 10;
     this.dtgPhancong.Size                = new System.Drawing.Size(800, 400);
     this.dtgPhancong.TabIndex            = 78;
     this.dtgPhancong.Navigate           += new System.Windows.Forms.NavigateEventHandler(this.dtgPhancong_Navigate);
     this.dtgPhancong.CurrentCellChanged += new System.EventHandler(this.dtgPhancong_CurrentCellChanged);
     //
     // cmbbacsi
     //
     this.cmbbacsi.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.cmbbacsi.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbbacsi.Location              = new System.Drawing.Point(254, 480);
     this.cmbbacsi.Name                  = "cmbbacsi";
     this.cmbbacsi.Size                  = new System.Drawing.Size(156, 21);
     this.cmbbacsi.TabIndex              = 4;
     this.cmbbacsi.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.cmbbacsi_KeyDown);
     this.cmbbacsi.SelectedIndexChanged += new System.EventHandler(this.cmbbacsi_SelectedIndexChanged);
     //
     // label3
     //
     this.label3.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
     this.label3.Location  = new System.Drawing.Point(216, 464);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(100, 16);
     this.label3.TabIndex  = 5;
     this.label3.Text      = "Nhân viên ";
     this.label3.Click    += new System.EventHandler(this.label3_Click);
     //
     // cmbkhoiphong
     //
     this.cmbkhoiphong.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.cmbkhoiphong.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbkhoiphong.Location              = new System.Drawing.Point(72, 480);
     this.cmbkhoiphong.Name                  = "cmbkhoiphong";
     this.cmbkhoiphong.Size                  = new System.Drawing.Size(122, 21);
     this.cmbkhoiphong.TabIndex              = 2;
     this.cmbkhoiphong.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.cmbkhoiphong_KeyDown);
     this.cmbkhoiphong.SelectedIndexChanged += new System.EventHandler(this.cmbkhoiphong_SelectedIndexChanged);
     //
     // label4
     //
     this.label4.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
     this.label4.Location  = new System.Drawing.Point(40, 464);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(100, 16);
     this.label4.TabIndex  = 7;
     this.label4.Text      = "Khối  Phòng ";
     this.label4.Click    += new System.EventHandler(this.label4_Click);
     //
     // cmdKetthuc
     //
     this.cmdKetthuc.ForeColor  = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
     this.cmdKetthuc.Image      = ((System.Drawing.Bitmap)(resources.GetObject("cmdKetthuc.Image")));
     this.cmdKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdKetthuc.Location   = new System.Drawing.Point(384, 16);
     this.cmdKetthuc.Name       = "cmdKetthuc";
     this.cmdKetthuc.Size       = new System.Drawing.Size(74, 32);
     this.cmdKetthuc.TabIndex   = 14;
     this.cmdKetthuc.Text       = "Kết thúc";
     this.cmdKetthuc.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.cmdKetthuc.Click     += new System.EventHandler(this.cmdKetthuc_Click);
     //
     // cmdHuy
     //
     this.cmdHuy.ForeColor  = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
     this.cmdHuy.Image      = ((System.Drawing.Bitmap)(resources.GetObject("cmdHuy.Image")));
     this.cmdHuy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdHuy.Location   = new System.Drawing.Point(310, 16);
     this.cmdHuy.Name       = "cmdHuy";
     this.cmdHuy.Size       = new System.Drawing.Size(74, 32);
     this.cmdHuy.TabIndex   = 13;
     this.cmdHuy.Text       = "    Huỷ";
     this.cmdHuy.Click     += new System.EventHandler(this.cmdHuy_Click);
     //
     // cmdBoqua
     //
     this.cmdBoqua.Enabled    = false;
     this.cmdBoqua.ForeColor  = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
     this.cmdBoqua.Image      = ((System.Drawing.Bitmap)(resources.GetObject("cmdBoqua.Image")));
     this.cmdBoqua.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdBoqua.Location   = new System.Drawing.Point(235, 16);
     this.cmdBoqua.Name       = "cmdBoqua";
     this.cmdBoqua.Size       = new System.Drawing.Size(74, 32);
     this.cmdBoqua.TabIndex   = 12;
     this.cmdBoqua.Text       = "     Bỏ qua";
     this.cmdBoqua.Click     += new System.EventHandler(this.cmdBoqua_Click);
     //
     // label5
     //
     this.label5.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
     this.label5.Location  = new System.Drawing.Point(616, 464);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(58, 16);
     this.label5.TabIndex  = 75;
     this.label5.Text      = "Từ giờ ";
     //
     // label6
     //
     this.label6.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
     this.label6.Location  = new System.Drawing.Point(672, 464);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(64, 16);
     this.label6.TabIndex  = 76;
     this.label6.Text      = "Đến giờ";
     //
     // cmdThem
     //
     this.cmdThem.ForeColor  = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
     this.cmdThem.Image      = ((System.Drawing.Bitmap)(resources.GetObject("cmdThem.Image")));
     this.cmdThem.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdThem.Location   = new System.Drawing.Point(10, 16);
     this.cmdThem.Name       = "cmdThem";
     this.cmdThem.Size       = new System.Drawing.Size(77, 32);
     this.cmdThem.TabIndex   = 0;
     this.cmdThem.Text       = "     Mới";
     this.cmdThem.Click     += new System.EventHandler(this.cmdThem_Click);
     //
     // label7
     //
     this.label7.BackColor = System.Drawing.Color.SteelBlue;
     this.label7.Font      = new System.Drawing.Font("Times New Roman", 18F, (System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic), System.Drawing.GraphicsUnit.Point, ((System.Byte)(163)));
     this.label7.ForeColor = System.Drawing.Color.White;
     this.label7.Location  = new System.Drawing.Point(0, -8);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(805, 72);
     this.label7.TabIndex  = 78;
     this.label7.Text      = "PHÂN CÔNG KHÁM";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // cmdLuu
     //
     this.cmdLuu.Enabled    = false;
     this.cmdLuu.ForeColor  = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
     this.cmdLuu.Image      = ((System.Drawing.Bitmap)(resources.GetObject("cmdLuu.Image")));
     this.cmdLuu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdLuu.Location   = new System.Drawing.Point(161, 16);
     this.cmdLuu.Name       = "cmdLuu";
     this.cmdLuu.Size       = new System.Drawing.Size(74, 32);
     this.cmdLuu.TabIndex   = 10;
     this.cmdLuu.Text       = "    Lưu";
     this.cmdLuu.Click     += new System.EventHandler(this.cmdLuu_Click);
     //
     // cmbphong
     //
     this.cmbphong.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.cmbphong.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cmbphong.Location              = new System.Drawing.Point(464, 480);
     this.cmbphong.MaxDropDownItems      = 15;
     this.cmbphong.Name                  = "cmbphong";
     this.cmbphong.Size                  = new System.Drawing.Size(112, 21);
     this.cmbphong.TabIndex              = 6;
     this.cmbphong.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.cmbphong_KeyDown);
     this.cmbphong.SelectedIndexChanged += new System.EventHandler(this.cmbphong_SelectedIndexChanged);
     //
     // label8
     //
     this.label8.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
     this.label8.Location  = new System.Drawing.Point(432, 464);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(100, 16);
     this.label8.TabIndex  = 81;
     this.label8.Text      = "Phòng ";
     //
     // txtnhanvien
     //
     this.txtnhanvien.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.txtnhanvien.Location   = new System.Drawing.Point(216, 480);
     this.txtnhanvien.Name       = "txtnhanvien";
     this.txtnhanvien.Size       = new System.Drawing.Size(36, 20);
     this.txtnhanvien.TabIndex   = 3;
     this.txtnhanvien.Text       = "";
     this.txtnhanvien.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.txtnhanvien_KeyDown);
     this.txtnhanvien.Validated += new System.EventHandler(this.txtnhanvien_Validated);
     //
     // txtkhoiphong
     //
     this.txtkhoiphong.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.txtkhoiphong.Location   = new System.Drawing.Point(40, 480);
     this.txtkhoiphong.Name       = "txtkhoiphong";
     this.txtkhoiphong.Size       = new System.Drawing.Size(30, 20);
     this.txtkhoiphong.TabIndex   = 1;
     this.txtkhoiphong.Text       = "";
     this.txtkhoiphong.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.txtkhoiphong_KeyDown);
     this.txtkhoiphong.Validated += new System.EventHandler(this.txtkhoiphong_Validated);
     //
     // txtphong
     //
     this.txtphong.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.txtphong.Location   = new System.Drawing.Point(432, 480);
     this.txtphong.Name       = "txtphong";
     this.txtphong.Size       = new System.Drawing.Size(30, 20);
     this.txtphong.TabIndex   = 5;
     this.txtphong.Text       = "";
     this.txtphong.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.txtphong_KeyDown);
     this.txtphong.Validated += new System.EventHandler(this.txtphong_Validated);
     //
     // cmdSua
     //
     this.cmdSua.ForeColor  = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
     this.cmdSua.Image      = ((System.Drawing.Bitmap)(resources.GetObject("cmdSua.Image")));
     this.cmdSua.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.cmdSua.Location   = new System.Drawing.Point(87, 16);
     this.cmdSua.Name       = "cmdSua";
     this.cmdSua.Size       = new System.Drawing.Size(74, 32);
     this.cmdSua.TabIndex   = 11;
     this.cmdSua.Text       = "    Sửa";
     this.cmdSua.Click     += new System.EventHandler(this.cmdSua_Click);
     //
     // lbmaql
     //
     this.lbmaql.BackColor = System.Drawing.Color.SteelBlue;
     this.lbmaql.Location  = new System.Drawing.Point(552, 8);
     this.lbmaql.Name      = "lbmaql";
     this.lbmaql.TabIndex  = 83;
     //
     // lb2
     //
     this.lb2.BackColor = System.Drawing.Color.SteelBlue;
     this.lb2.Font      = new System.Drawing.Font("Times New Roman", 10F, (System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic), System.Drawing.GraphicsUnit.Point, ((System.Byte)(163)));
     this.lb2.ForeColor = System.Drawing.Color.White;
     this.lb2.Location  = new System.Drawing.Point(0, 24);
     this.lb2.Name      = "lb2";
     this.lb2.Size      = new System.Drawing.Size(256, 24);
     this.lb2.TabIndex  = 85;
     this.lb2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.lb2.Click    += new System.EventHandler(this.lb2_Click);
     //
     // chk
     //
     this.chk.Checked         = true;
     this.chk.CheckState      = System.Windows.Forms.CheckState.Checked;
     this.chk.Location        = new System.Drawing.Point(592, 480);
     this.chk.Name            = "chk";
     this.chk.Size            = new System.Drawing.Size(16, 24);
     this.chk.TabIndex        = 7;
     this.chk.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.chk_KeyDown);
     this.chk.CheckedChanged += new System.EventHandler(this.chk_CheckedChanged);
     //
     // msk1
     //
     this.msk1.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.msk1.Enabled    = false;
     this.msk1.Location   = new System.Drawing.Point(616, 480);
     this.msk1.Mask       = "##/##";
     this.msk1.MaxLength  = 5;
     this.msk1.Name       = "msk1";
     this.msk1.Size       = new System.Drawing.Size(40, 20);
     this.msk1.TabIndex   = 8;
     this.msk1.Text       = "";
     this.msk1.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.msk1_KeyDown);
     this.msk1.Validated += new System.EventHandler(this.msk1_Validated);
     //
     // msk2
     //
     this.msk2.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.msk2.Enabled    = false;
     this.msk2.Location   = new System.Drawing.Point(672, 480);
     this.msk2.Mask       = "##/##";
     this.msk2.MaxLength  = 5;
     this.msk2.Name       = "msk2";
     this.msk2.Size       = new System.Drawing.Size(40, 20);
     this.msk2.TabIndex   = 9;
     this.msk2.Text       = "";
     this.msk2.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.msk2_KeyDown);
     this.msk2.Validated += new System.EventHandler(this.msk2_Validated);
     //
     // groupBox1
     //
     this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.cmdKetthuc,
         this.cmdHuy,
         this.cmdBoqua,
         this.cmdLuu,
         this.cmdSua,
         this.cmdThem
     });
     this.groupBox1.Location = new System.Drawing.Point(152, 504);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(468, 56);
     this.groupBox1.TabIndex = 89;
     this.groupBox1.TabStop  = false;
     //
     // maql
     //
     this.maql.Name     = "maql";
     this.maql.TabIndex = 90;
     this.maql.Text     = "";
     this.maql.Visible  = false;
     //
     // groupBox2
     //
     this.groupBox2.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.textBox2,
         this.label9,
         this.textBox1,
         this.label2
     });
     this.groupBox2.Location = new System.Drawing.Point(8, 496);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(136, 64);
     this.groupBox2.TabIndex = 91;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "makp_mabs";
     this.groupBox2.Visible  = false;
     //
     // textBox1
     //
     this.textBox1.Enabled  = false;
     this.textBox1.Location = new System.Drawing.Point(48, 16);
     this.textBox1.Name     = "textBox1";
     this.textBox1.Size     = new System.Drawing.Size(80, 20);
     this.textBox1.TabIndex = 92;
     this.textBox1.Text     = "";
     //
     // textBox2
     //
     this.textBox2.Enabled  = false;
     this.textBox2.Location = new System.Drawing.Point(48, 40);
     this.textBox2.Name     = "textBox2";
     this.textBox2.Size     = new System.Drawing.Size(80, 20);
     this.textBox2.TabIndex = 93;
     this.textBox2.Text     = "";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 16);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(64, 16);
     this.label2.TabIndex = 92;
     this.label2.Text     = "nv";
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(8, 40);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(64, 16);
     this.label9.TabIndex = 94;
     this.label9.Text     = "kp";
     //
     // PHANCONG
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 573);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.txtkhoiphong,
         this.cmbkhoiphong,
         this.groupBox2,
         this.maql,
         this.groupBox1,
         this.msk2,
         this.msk1,
         this.chk,
         this.lb2,
         this.lbmaql,
         this.txtphong,
         this.dtpPHANCONG,
         this.txtnhanvien,
         this.label8,
         this.cmbphong,
         this.dtgPhancong,
         this.label7,
         this.label6,
         this.label5,
         this.label4,
         this.label3,
         this.cmbbacsi,
         this.label1
     });
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "PHANCONG";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "BẢNG PHÂN CÔNG ";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.PHANCONG_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dtgPhancong)).EndInit();
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Example #10
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTruyvantk));
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.label4     = new System.Windows.Forms.Label();
     this.dataGrid1  = new System.Windows.Forms.DataGrid();
     this.butTim     = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.den        = new MaskedBox.MaskedBox();
     this.tu         = new MaskedBox.MaskedBox();
     this.noidung    = new System.Windows.Forms.ComboBox();
     this.label8     = new System.Windows.Forms.Label();
     this.lbl        = new System.Windows.Forms.Label();
     this.soca       = new System.Windows.Forms.TextBox();
     this.butIn      = new System.Windows.Forms.Button();
     this.panel1     = new System.Windows.Forms.Panel();
     this.ucChart1   = new WebTel.Drawing.Chart.ucChart();
     this.butBieudo  = new System.Windows.Forms.CheckBox();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(8, 12);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(56, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Từ ngày :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(116, 12);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(44, 23);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "đến :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label4
     //
     this.label4.Location  = new System.Drawing.Point(299, 8);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(63, 23);
     this.label4.TabIndex  = 3;
     this.label4.Text      = "Nội dung :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // dataGrid1
     //
     this.dataGrid1.AlternatingBackColor = System.Drawing.Color.Lavender;
     this.dataGrid1.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.BackgroundColor      = System.Drawing.SystemColors.Control;
     this.dataGrid1.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.dataGrid1.CaptionBackColor     = System.Drawing.SystemColors.Control;
     this.dataGrid1.CaptionFont          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.CaptionForeColor     = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.DataMember           = "";
     this.dataGrid1.FlatMode             = true;
     this.dataGrid1.Font                = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.ForeColor           = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.GridLineColor       = System.Drawing.Color.Gainsboro;
     this.dataGrid1.GridLineStyle       = System.Windows.Forms.DataGridLineStyle.None;
     this.dataGrid1.HeaderFont          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dataGrid1.HeaderForeColor     = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.LinkColor           = System.Drawing.Color.Teal;
     this.dataGrid1.Location            = new System.Drawing.Point(8, 17);
     this.dataGrid1.Name                = "dataGrid1";
     this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Gainsboro;
     this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.ReadOnly            = true;
     this.dataGrid1.RowHeaderWidth      = 10;
     this.dataGrid1.SelectionBackColor  = System.Drawing.Color.CadetBlue;
     this.dataGrid1.SelectionForeColor  = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.Size                = new System.Drawing.Size(776, 464);
     this.dataGrid1.TabIndex            = 16;
     //
     // butTim
     //
     this.butTim.Image      = ((System.Drawing.Image)(resources.GetObject("butTim.Image")));
     this.butTim.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butTim.Location   = new System.Drawing.Point(201, 490);
     this.butTim.Name       = "butTim";
     this.butTim.Size       = new System.Drawing.Size(100, 25);
     this.butTim.TabIndex   = 4;
     this.butTim.Text       = "&Truy vấn";
     this.butTim.Click     += new System.EventHandler(this.butTim_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.Image      = global::Medisoft.Properties.Resources.exit1;
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(501, 490);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(100, 25);
     this.butKetthuc.TabIndex   = 6;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // den
     //
     this.den.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.den.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.den.Location   = new System.Drawing.Point(160, 12);
     this.den.Mask       = "##/##/####";
     this.den.Name       = "den";
     this.den.Size       = new System.Drawing.Size(64, 21);
     this.den.TabIndex   = 1;
     this.den.Text       = "  /  /    ";
     this.den.Validated += new System.EventHandler(this.den_Validated);
     //
     // tu
     //
     this.tu.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.tu.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tu.Location   = new System.Drawing.Point(64, 12);
     this.tu.Mask       = "##/##/####";
     this.tu.Name       = "tu";
     this.tu.Size       = new System.Drawing.Size(64, 21);
     this.tu.TabIndex   = 0;
     this.tu.Text       = "  /  /    ";
     this.tu.Validated += new System.EventHandler(this.tu_Validated);
     //
     // noidung
     //
     this.noidung.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.noidung.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.noidung.Location      = new System.Drawing.Point(360, 12);
     this.noidung.Name          = "noidung";
     this.noidung.Size          = new System.Drawing.Size(424, 21);
     this.noidung.TabIndex      = 3;
     this.noidung.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.noidung_KeyDown);
     //
     // label8
     //
     this.label8.Location  = new System.Drawing.Point(216, 12);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(48, 23);
     this.label8.TabIndex  = 65;
     this.label8.Text      = "Số ca :";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // lbl
     //
     this.lbl.Font      = new System.Drawing.Font("Tahoma", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lbl.ForeColor = System.Drawing.Color.Red;
     this.lbl.Location  = new System.Drawing.Point(8, 492);
     this.lbl.Name      = "lbl";
     this.lbl.Size      = new System.Drawing.Size(176, 23);
     this.lbl.TabIndex  = 66;
     this.lbl.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // soca
     //
     this.soca.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.soca.Location   = new System.Drawing.Point(264, 12);
     this.soca.Name       = "soca";
     this.soca.Size       = new System.Drawing.Size(40, 21);
     this.soca.TabIndex   = 2;
     this.soca.Text       = "20";
     this.soca.TextAlign  = System.Windows.Forms.HorizontalAlignment.Right;
     this.soca.Validated += new System.EventHandler(this.soca_Validated);
     this.soca.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.soca_KeyDown);
     //
     // butIn
     //
     this.butIn.Image      = ((System.Drawing.Image)(resources.GetObject("butIn.Image")));
     this.butIn.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butIn.Location   = new System.Drawing.Point(401, 490);
     this.butIn.Name       = "butIn";
     this.butIn.Size       = new System.Drawing.Size(100, 25);
     this.butIn.TabIndex   = 5;
     this.butIn.Text       = "&In";
     this.butIn.Click     += new System.EventHandler(this.butIn_Click);
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.panel1.Location   = new System.Drawing.Point(704, 37);
     this.panel1.Name       = "panel1";
     this.panel1.Size       = new System.Drawing.Size(80, 452);
     this.panel1.TabIndex   = 70;
     this.panel1.Visible    = false;
     //
     // ucChart1
     //
     // Layout is suspended for performance reasons.
     this.ucChart1.Chart.SuspendLayout();
     this.ucChart1.Chart.CategoryX.Font          = null;
     this.ucChart1.Chart.CategoryX.ForeColor     = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryX.GridLineColor = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryX.LineDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.ucChart1.Chart.CategoryY.Font          = null;
     this.ucChart1.Chart.CategoryY.ForeColor     = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryY.GridLineColor = System.Drawing.Color.Black;
     this.ucChart1.Chart.CategoryY.LineDashStyle = System.Drawing.Drawing2D.DashStyle.Solid;
     this.ucChart1.Chart.ChartBackColor          = System.Drawing.SystemColors.Info;
     this.ucChart1.Chart.Font            = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ucChart1.Chart.MarginBackColor = System.Drawing.Color.White;
     this.ucChart1.Chart.ResumeLayout();
     this.ucChart1.Location = new System.Drawing.Point(8, 37);
     this.ucChart1.Name     = "ucChart1";
     this.ucChart1.Size     = new System.Drawing.Size(768, 450);
     this.ucChart1.TabIndex = 69;
     this.ucChart1.Visible  = false;
     //
     // butBieudo
     //
     this.butBieudo.Appearance      = System.Windows.Forms.Appearance.Button;
     this.butBieudo.Image           = ((System.Drawing.Image)(resources.GetObject("butBieudo.Image")));
     this.butBieudo.ImageAlign      = System.Drawing.ContentAlignment.MiddleLeft;
     this.butBieudo.Location        = new System.Drawing.Point(301, 490);
     this.butBieudo.Name            = "butBieudo";
     this.butBieudo.Size            = new System.Drawing.Size(100, 25);
     this.butBieudo.TabIndex        = 71;
     this.butBieudo.Text            = "Biểu đồ";
     this.butBieudo.TextAlign       = System.Drawing.ContentAlignment.MiddleCenter;
     this.butBieudo.CheckedChanged += new System.EventHandler(this.butBieudo_CheckedChanged);
     //
     // frmTruyvantk
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(792, 573);
     this.Controls.Add(this.butBieudo);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.ucChart1);
     this.Controls.Add(this.soca);
     this.Controls.Add(this.den);
     this.Controls.Add(this.noidung);
     this.Controls.Add(this.tu);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butIn);
     this.Controls.Add(this.lbl);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.butTim);
     this.Controls.Add(this.dataGrid1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmTruyvantk";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Truy vấn thông tin từ biểu thống kê";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmTruyvantk_Load);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #11
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDmbhyt));
     this.dataGrid1  = new System.Windows.Forms.DataGrid();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.label1     = new System.Windows.Forms.Label();
     this.ma         = new System.Windows.Forms.TextBox();
     this.label2     = new System.Windows.Forms.Label();
     this.sothe      = new System.Windows.Forms.TextBox();
     this.butMoi     = new System.Windows.Forms.Button();
     this.butSua     = new System.Windows.Forms.Button();
     this.butLuu     = new System.Windows.Forms.Button();
     this.butBoqua   = new System.Windows.Forms.Button();
     this.butHuy     = new System.Windows.Forms.Button();
     this.tungay     = new MaskedBox.MaskedBox();
     this.label35    = new System.Windows.Forms.Label();
     this.denngay    = new MaskedBox.MaskedBox();
     this.label25    = new System.Windows.Forms.Label();
     this.tenbv      = new System.Windows.Forms.TextBox();
     this.mabv       = new MaskedTextBox.MaskedTextBox();
     this.label8     = new System.Windows.Forms.Label();
     this.list       = new LibList.List();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // dataGrid1
     //
     this.dataGrid1.AlternatingBackColor = System.Drawing.Color.Lavender;
     this.dataGrid1.BackColor            = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.BackgroundColor      = System.Drawing.SystemColors.Control;
     this.dataGrid1.BorderStyle          = System.Windows.Forms.BorderStyle.None;
     this.dataGrid1.CaptionBackColor     = System.Drawing.SystemColors.Control;
     this.dataGrid1.CaptionFont          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.CaptionForeColor     = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.DataMember           = "";
     this.dataGrid1.FlatMode             = true;
     this.dataGrid1.Font                = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dataGrid1.ForeColor           = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.GridLineColor       = System.Drawing.Color.Gainsboro;
     this.dataGrid1.GridLineStyle       = System.Windows.Forms.DataGridLineStyle.None;
     this.dataGrid1.HeaderFont          = new System.Drawing.Font("Tahoma", 8F, System.Drawing.FontStyle.Bold);
     this.dataGrid1.HeaderForeColor     = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.LinkColor           = System.Drawing.Color.Teal;
     this.dataGrid1.Location            = new System.Drawing.Point(8, -14);
     this.dataGrid1.Name                = "dataGrid1";
     this.dataGrid1.ParentRowsBackColor = System.Drawing.Color.Gainsboro;
     this.dataGrid1.ParentRowsForeColor = System.Drawing.Color.MidnightBlue;
     this.dataGrid1.ReadOnly            = true;
     this.dataGrid1.RowHeaderWidth      = 10;
     this.dataGrid1.SelectionBackColor  = System.Drawing.Color.CadetBlue;
     this.dataGrid1.SelectionForeColor  = System.Drawing.Color.WhiteSmoke;
     this.dataGrid1.Size                = new System.Drawing.Size(488, 414);
     this.dataGrid1.TabIndex            = 12;
     this.dataGrid1.CurrentCellChanged += new System.EventHandler(this.dataGrid1_CurrentCellChanged);
     //
     // butKetthuc
     //
     this.butKetthuc.Image      = global::Medisoft.Properties.Resources.exit1;
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(370, 457);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(70, 25);
     this.butKetthuc.TabIndex   = 11;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(-1, 406);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(48, 23);
     this.label1.TabIndex  = 21;
     this.label1.Text      = "Mã tắt :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // ma
     //
     this.ma.BackColor       = System.Drawing.SystemColors.HighlightText;
     this.ma.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.ma.Enabled         = false;
     this.ma.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ma.Location        = new System.Drawing.Point(48, 406);
     this.ma.MaxLength       = 10;
     this.ma.Name            = "ma";
     this.ma.Size            = new System.Drawing.Size(80, 21);
     this.ma.TabIndex        = 0;
     this.ma.Validated      += new System.EventHandler(this.ma_Validated);
     this.ma.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.ma_KeyDown);
     //
     // label2
     //
     this.label2.Location  = new System.Drawing.Point(121, 406);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(50, 23);
     this.label2.TabIndex  = 23;
     this.label2.Text      = "Số thẻ :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // sothe
     //
     this.sothe.BackColor       = System.Drawing.SystemColors.HighlightText;
     this.sothe.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.sothe.Enabled         = false;
     this.sothe.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.sothe.Location        = new System.Drawing.Point(168, 406);
     this.sothe.MaxLength       = 20;
     this.sothe.Name            = "sothe";
     this.sothe.Size            = new System.Drawing.Size(128, 21);
     this.sothe.TabIndex        = 1;
     this.sothe.KeyDown        += new System.Windows.Forms.KeyEventHandler(this.ma_KeyDown);
     //
     // butMoi
     //
     this.butMoi.Image      = ((System.Drawing.Image)(resources.GetObject("butMoi.Image")));
     this.butMoi.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butMoi.Location   = new System.Drawing.Point(65, 457);
     this.butMoi.Name       = "butMoi";
     this.butMoi.Size       = new System.Drawing.Size(60, 25);
     this.butMoi.TabIndex   = 8;
     this.butMoi.Text       = "     &Mới";
     this.butMoi.Click     += new System.EventHandler(this.butMoi_Click);
     //
     // butSua
     //
     this.butSua.Image      = ((System.Drawing.Image)(resources.GetObject("butSua.Image")));
     this.butSua.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butSua.Location   = new System.Drawing.Point(126, 457);
     this.butSua.Name       = "butSua";
     this.butSua.Size       = new System.Drawing.Size(60, 25);
     this.butSua.TabIndex   = 9;
     this.butSua.Text       = "     &Sửa";
     this.butSua.Click     += new System.EventHandler(this.butSua_Click);
     //
     // butLuu
     //
     this.butLuu.Enabled    = false;
     this.butLuu.Image      = ((System.Drawing.Image)(resources.GetObject("butLuu.Image")));
     this.butLuu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butLuu.Location   = new System.Drawing.Point(187, 457);
     this.butLuu.Name       = "butLuu";
     this.butLuu.Size       = new System.Drawing.Size(60, 25);
     this.butLuu.TabIndex   = 6;
     this.butLuu.Text       = "     &Lưu";
     this.butLuu.Click     += new System.EventHandler(this.butLuu_Click);
     //
     // butBoqua
     //
     this.butBoqua.Enabled    = false;
     this.butBoqua.Image      = ((System.Drawing.Image)(resources.GetObject("butBoqua.Image")));
     this.butBoqua.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butBoqua.Location   = new System.Drawing.Point(248, 457);
     this.butBoqua.Name       = "butBoqua";
     this.butBoqua.Size       = new System.Drawing.Size(60, 25);
     this.butBoqua.TabIndex   = 7;
     this.butBoqua.Text       = "&Bỏ qua";
     this.butBoqua.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butBoqua.Click     += new System.EventHandler(this.butBoqua_Click);
     //
     // butHuy
     //
     this.butHuy.Image      = ((System.Drawing.Image)(resources.GetObject("butHuy.Image")));
     this.butHuy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butHuy.Location   = new System.Drawing.Point(309, 457);
     this.butHuy.Name       = "butHuy";
     this.butHuy.Size       = new System.Drawing.Size(60, 25);
     this.butHuy.TabIndex   = 10;
     this.butHuy.Text       = "     &Hủy";
     this.butHuy.Click     += new System.EventHandler(this.butHuy_Click);
     //
     // tungay
     //
     this.tungay.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.tungay.Enabled    = false;
     this.tungay.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tungay.Location   = new System.Drawing.Point(320, 405);
     this.tungay.Mask       = "##/##/####";
     this.tungay.Name       = "tungay";
     this.tungay.Size       = new System.Drawing.Size(72, 21);
     this.tungay.TabIndex   = 2;
     this.tungay.Text       = "  /  /    ";
     this.tungay.Validated += new System.EventHandler(this.tungay_Validated);
     //
     // label35
     //
     this.label35.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label35.Location  = new System.Drawing.Point(288, 405);
     this.label35.Name      = "label35";
     this.label35.Size      = new System.Drawing.Size(32, 23);
     this.label35.TabIndex  = 253;
     this.label35.Text      = "Từ :";
     this.label35.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // denngay
     //
     this.denngay.BackColor    = System.Drawing.SystemColors.HighlightText;
     this.denngay.Enabled      = false;
     this.denngay.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.denngay.Location     = new System.Drawing.Point(424, 405);
     this.denngay.Mask         = "##/##/####";
     this.denngay.Name         = "denngay";
     this.denngay.Size         = new System.Drawing.Size(72, 21);
     this.denngay.TabIndex     = 3;
     this.denngay.Text         = "  /  /    ";
     this.denngay.TextChanged += new System.EventHandler(this.denngay_TextChanged);
     this.denngay.Validated   += new System.EventHandler(this.denngay_Validated);
     //
     // label25
     //
     this.label25.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label25.Location  = new System.Drawing.Point(360, 405);
     this.label25.Name      = "label25";
     this.label25.Size      = new System.Drawing.Size(64, 23);
     this.label25.TabIndex  = 252;
     this.label25.Text      = "Đến :";
     this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tenbv
     //
     this.tenbv.BackColor    = System.Drawing.SystemColors.HighlightText;
     this.tenbv.Enabled      = false;
     this.tenbv.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tenbv.Location     = new System.Drawing.Point(108, 430);
     this.tenbv.Name         = "tenbv";
     this.tenbv.Size         = new System.Drawing.Size(388, 21);
     this.tenbv.TabIndex     = 5;
     this.tenbv.TextChanged += new System.EventHandler(this.tenbv_TextChanged);
     this.tenbv.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.tenbv_KeyDown);
     //
     // mabv
     //
     this.mabv.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.mabv.Enabled    = false;
     this.mabv.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mabv.Location   = new System.Drawing.Point(48, 430);
     this.mabv.Masked     = MaskedTextBox.MaskedTextBox.Mask.MABV;
     this.mabv.MaxLength  = 8;
     this.mabv.Name       = "mabv";
     this.mabv.Size       = new System.Drawing.Size(57, 21);
     this.mabv.TabIndex   = 4;
     this.mabv.Validated += new System.EventHandler(this.mabv_Validated);
     //
     // label8
     //
     this.label8.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label8.Location  = new System.Drawing.Point(-9, 429);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(56, 23);
     this.label8.TabIndex  = 256;
     this.label8.Text      = "ĐKKCB :";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // list
     //
     this.list.BackColor          = System.Drawing.SystemColors.Info;
     this.list.ColumnCount        = 0;
     this.list.Location           = new System.Drawing.Point(8, 496);
     this.list.MatchBufferTimeOut = 1000;
     this.list.MatchEntryStyle    = AsYetUnnamed.MatchEntryStyle.FirstLetterInsensitive;
     this.list.Name       = "list";
     this.list.Size       = new System.Drawing.Size(75, 17);
     this.list.TabIndex   = 257;
     this.list.TextIndex  = -1;
     this.list.TextMember = null;
     this.list.ValueIndex = -1;
     this.list.Visible    = false;
     //
     // frmDmbhyt
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(504, 509);
     this.Controls.Add(this.list);
     this.Controls.Add(this.denngay);
     this.Controls.Add(this.tenbv);
     this.Controls.Add(this.mabv);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.sothe);
     this.Controls.Add(this.tungay);
     this.Controls.Add(this.label35);
     this.Controls.Add(this.label25);
     this.Controls.Add(this.ma);
     this.Controls.Add(this.butHuy);
     this.Controls.Add(this.butBoqua);
     this.Controls.Add(this.butLuu);
     this.Controls.Add(this.butSua);
     this.Controls.Add(this.butMoi);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.dataGrid1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.KeyPreview    = true;
     this.Name          = "frmDmbhyt";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Danh mục số thẻ bảo hiểm";
     this.Load         += new System.EventHandler(this.frmDmbhyt_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmDmbhyt_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #12
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTkketqua));
     this.label1     = new System.Windows.Forms.Label();
     this.label2     = new System.Windows.Forms.Label();
     this.label7     = new System.Windows.Forms.Label();
     this.madantoc   = new System.Windows.Forms.ComboBox();
     this.mann       = new System.Windows.Forms.ComboBox();
     this.maqu       = new System.Windows.Forms.ComboBox();
     this.matt       = new System.Windows.Forms.ComboBox();
     this.maphuongxa = new System.Windows.Forms.ComboBox();
     this.label18    = new System.Windows.Forms.Label();
     this.label17    = new System.Windows.Forms.Label();
     this.label16    = new System.Windows.Forms.Label();
     this.label10    = new System.Windows.Forms.Label();
     this.label11    = new System.Windows.Forms.Label();
     this.label12    = new System.Windows.Forms.Label();
     this.makp       = new System.Windows.Forms.ComboBox();
     this.label15    = new System.Windows.Forms.Label();
     this.label19    = new System.Windows.Forms.Label();
     this.phai       = new System.Windows.Forms.ComboBox();
     this.dotuoi     = new System.Windows.Forms.ComboBox();
     this.solieu     = new System.Windows.Forms.ComboBox();
     this.butTim     = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.toolTip1   = new System.Windows.Forms.ToolTip(this.components);
     this.den        = new MaskedBox.MaskedBox();
     this.tu         = new MaskedBox.MaskedBox();
     this.ttlucrv    = new System.Windows.Forms.ComboBox();
     this.label3     = new System.Windows.Forms.Label();
     this.maicd      = new MaskedTextBox.MaskedTextBox();
     this.label4     = new System.Windows.Forms.Label();
     this.checkBox1  = new System.Windows.Forms.CheckBox();
     this.listBox1   = new System.Windows.Forms.CheckedListBox();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location  = new System.Drawing.Point(4, 11);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(71, 23);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Từ ngày :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label2
     //
     this.label2.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label2.Location  = new System.Drawing.Point(168, 11);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(72, 23);
     this.label2.TabIndex  = 1;
     this.label2.Text      = "đến ngày :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label7
     //
     this.label7.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label7.Location  = new System.Drawing.Point(4, 59);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(71, 23);
     this.label7.TabIndex  = 6;
     this.label7.Text      = "Giới tính :";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // madantoc
     //
     this.madantoc.BackColor = System.Drawing.SystemColors.HighlightText;
     this.madantoc.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.madantoc.Location  = new System.Drawing.Point(72, 83);
     this.madantoc.Name      = "madantoc";
     this.madantoc.Size      = new System.Drawing.Size(80, 21);
     this.madantoc.TabIndex  = 5;
     this.madantoc.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.madantoc_KeyDown);
     //
     // mann
     //
     this.mann.BackColor = System.Drawing.SystemColors.HighlightText;
     this.mann.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.mann.Location  = new System.Drawing.Point(72, 131);
     this.mann.Name      = "mann";
     this.mann.Size      = new System.Drawing.Size(232, 21);
     this.mann.TabIndex  = 8;
     this.mann.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.mann_KeyDown);
     //
     // maqu
     //
     this.maqu.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.maqu.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maqu.Location              = new System.Drawing.Point(72, 179);
     this.maqu.Name                  = "maqu";
     this.maqu.Size                  = new System.Drawing.Size(232, 21);
     this.maqu.TabIndex              = 10;
     this.maqu.SelectedIndexChanged += new System.EventHandler(this.maqu_SelectedIndexChanged);
     this.maqu.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.maqu_KeyDown);
     //
     // matt
     //
     this.matt.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.matt.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.matt.Location              = new System.Drawing.Point(72, 155);
     this.matt.Name                  = "matt";
     this.matt.Size                  = new System.Drawing.Size(232, 21);
     this.matt.TabIndex              = 9;
     this.matt.SelectedIndexChanged += new System.EventHandler(this.matt_SelectedIndexChanged);
     this.matt.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.matt_KeyDown);
     //
     // maphuongxa
     //
     this.maphuongxa.BackColor = System.Drawing.SystemColors.HighlightText;
     this.maphuongxa.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maphuongxa.Location  = new System.Drawing.Point(72, 203);
     this.maphuongxa.Name      = "maphuongxa";
     this.maphuongxa.Size      = new System.Drawing.Size(232, 21);
     this.maphuongxa.TabIndex  = 11;
     this.maphuongxa.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.maphuongxa_KeyDown);
     //
     // label18
     //
     this.label18.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label18.Location  = new System.Drawing.Point(4, 203);
     this.label18.Name      = "label18";
     this.label18.Size      = new System.Drawing.Size(71, 23);
     this.label18.TabIndex  = 55;
     this.label18.Text      = "Phường xã :";
     this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label17
     //
     this.label17.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label17.Location  = new System.Drawing.Point(-1, 179);
     this.label17.Name      = "label17";
     this.label17.Size      = new System.Drawing.Size(76, 23);
     this.label17.TabIndex  = 54;
     this.label17.Text      = "Quận/Huyện :";
     this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label16
     //
     this.label16.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label16.Location  = new System.Drawing.Point(4, 155);
     this.label16.Name      = "label16";
     this.label16.Size      = new System.Drawing.Size(71, 23);
     this.label16.TabIndex  = 53;
     this.label16.Text      = "Tỉnh/TP :";
     this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label10
     //
     this.label10.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label10.Location  = new System.Drawing.Point(0, 131);
     this.label10.Name      = "label10";
     this.label10.Size      = new System.Drawing.Size(75, 23);
     this.label10.TabIndex  = 49;
     this.label10.Text      = "Nghề nghiệp :";
     this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label11
     //
     this.label11.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label11.Location  = new System.Drawing.Point(4, 83);
     this.label11.Name      = "label11";
     this.label11.Size      = new System.Drawing.Size(71, 23);
     this.label11.TabIndex  = 56;
     this.label11.Text      = "Dân tộc :";
     this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label12
     //
     this.label12.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label12.Location  = new System.Drawing.Point(1, 107);
     this.label12.Name      = "label12";
     this.label12.Size      = new System.Drawing.Size(74, 23);
     this.label12.TabIndex  = 57;
     this.label12.Text      = "Khoa/Phòng :";
     this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // makp
     //
     this.makp.BackColor = System.Drawing.SystemColors.HighlightText;
     this.makp.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.makp.Location  = new System.Drawing.Point(72, 107);
     this.makp.Name      = "makp";
     this.makp.Size      = new System.Drawing.Size(232, 21);
     this.makp.TabIndex  = 7;
     this.makp.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.makp_KeyDown);
     //
     // label15
     //
     this.label15.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label15.Location  = new System.Drawing.Point(142, 59);
     this.label15.Name      = "label15";
     this.label15.Size      = new System.Drawing.Size(74, 23);
     this.label15.TabIndex  = 61;
     this.label15.Text      = "Độ tuổi :";
     this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label19
     //
     this.label19.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label19.Location  = new System.Drawing.Point(4, 35);
     this.label19.Name      = "label19";
     this.label19.Size      = new System.Drawing.Size(71, 23);
     this.label19.TabIndex  = 62;
     this.label19.Text      = "Số liệu :";
     this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // phai
     //
     this.phai.BackColor = System.Drawing.SystemColors.HighlightText;
     this.phai.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.phai.Items.AddRange(new object[] {
         "Nam",
         "Nữ"
     });
     this.phai.Location = new System.Drawing.Point(72, 59);
     this.phai.Name     = "phai";
     this.phai.Size     = new System.Drawing.Size(80, 21);
     this.phai.TabIndex = 3;
     this.phai.KeyDown += new System.Windows.Forms.KeyEventHandler(this.phai_KeyDown);
     //
     // dotuoi
     //
     this.dotuoi.BackColor = System.Drawing.SystemColors.HighlightText;
     this.dotuoi.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dotuoi.Location  = new System.Drawing.Point(216, 59);
     this.dotuoi.Name      = "dotuoi";
     this.dotuoi.Size      = new System.Drawing.Size(88, 21);
     this.dotuoi.TabIndex  = 4;
     this.dotuoi.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.dotuoi_KeyDown);
     //
     // solieu
     //
     this.solieu.BackColor             = System.Drawing.SystemColors.HighlightText;
     this.solieu.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.solieu.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.solieu.Location              = new System.Drawing.Point(72, 35);
     this.solieu.Name                  = "solieu";
     this.solieu.Size                  = new System.Drawing.Size(232, 21);
     this.solieu.TabIndex              = 2;
     this.solieu.SelectedIndexChanged += new System.EventHandler(this.solieu_SelectedIndexChanged);
     this.solieu.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.solieu_KeyDown);
     //
     // butTim
     //
     this.butTim.BackColor  = System.Drawing.Color.Transparent;
     this.butTim.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butTim.ForeColor  = System.Drawing.SystemColors.WindowText;
     this.butTim.Image      = ((System.Drawing.Image)(resources.GetObject("butTim.Image")));
     this.butTim.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butTim.Location   = new System.Drawing.Point(239, 272);
     this.butTim.Name       = "butTim";
     this.butTim.Size       = new System.Drawing.Size(70, 25);
     this.butTim.TabIndex   = 14;
     this.butTim.Text       = "    &In";
     this.butTim.UseVisualStyleBackColor = false;
     this.butTim.Click += new System.EventHandler(this.butTim_Click);
     //
     // butKetthuc
     //
     this.butKetthuc.BackColor  = System.Drawing.Color.Transparent;
     this.butKetthuc.Font       = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.butKetthuc.ForeColor  = System.Drawing.SystemColors.WindowText;
     this.butKetthuc.Image      = ((System.Drawing.Image)(resources.GetObject("butKetthuc.Image")));
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(311, 272);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(70, 25);
     this.butKetthuc.TabIndex   = 15;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butKetthuc.UseVisualStyleBackColor = false;
     this.butKetthuc.Click += new System.EventHandler(this.butKetthuc_Click);
     //
     // den
     //
     this.den.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.den.Location   = new System.Drawing.Point(240, 12);
     this.den.Mask       = "##/##/####";
     this.den.Name       = "den";
     this.den.Size       = new System.Drawing.Size(64, 21);
     this.den.TabIndex   = 1;
     this.den.Text       = "  /  /    ";
     this.den.Validated += new System.EventHandler(this.den_Validated);
     //
     // tu
     //
     this.tu.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tu.Location   = new System.Drawing.Point(72, 12);
     this.tu.Mask       = "##/##/####";
     this.tu.Name       = "tu";
     this.tu.Size       = new System.Drawing.Size(64, 21);
     this.tu.TabIndex   = 0;
     this.tu.Text       = "  /  /    ";
     this.tu.Validated += new System.EventHandler(this.tu_Validated);
     //
     // ttlucrv
     //
     this.ttlucrv.BackColor = System.Drawing.SystemColors.HighlightText;
     this.ttlucrv.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ttlucrv.Location  = new System.Drawing.Point(216, 83);
     this.ttlucrv.Name      = "ttlucrv";
     this.ttlucrv.Size      = new System.Drawing.Size(88, 21);
     this.ttlucrv.TabIndex  = 6;
     this.ttlucrv.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.ttlucrv_KeyDown);
     //
     // label3
     //
     this.label3.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label3.Location  = new System.Drawing.Point(152, 80);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(64, 23);
     this.label3.TabIndex  = 66;
     this.label3.Text      = "Tình trạng :";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // maicd
     //
     this.maicd.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.maicd.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.maicd.Location        = new System.Drawing.Point(72, 227);
     this.maicd.Masked          = MaskedTextBox.MaskedTextBox.Mask.None;
     this.maicd.MaxLength       = 9;
     this.maicd.Name            = "maicd";
     this.maicd.Size            = new System.Drawing.Size(56, 21);
     this.maicd.TabIndex        = 12;
     //
     // label4
     //
     this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label4.Location  = new System.Drawing.Point(4, 225);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(71, 23);
     this.label4.TabIndex  = 68;
     this.label4.Text      = "Mã ICD :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // checkBox1
     //
     this.checkBox1.ForeColor          = System.Drawing.SystemColors.ControlText;
     this.checkBox1.Location           = new System.Drawing.Point(130, 226);
     this.checkBox1.Name               = "checkBox1";
     this.checkBox1.Size               = new System.Drawing.Size(134, 24);
     this.checkBox1.TabIndex           = 13;
     this.checkBox1.Text               = "Danh sách ICD10";
     this.checkBox1.CheckStateChanged += new System.EventHandler(this.checkBox1_CheckStateChanged);
     //
     // listBox1
     //
     this.listBox1.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.listBox1.Location = new System.Drawing.Point(312, 10);
     this.listBox1.Name     = "listBox1";
     this.listBox1.Size     = new System.Drawing.Size(296, 244);
     this.listBox1.TabIndex = 70;
     //
     // frmTkketqua
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(616, 317);
     this.Controls.Add(this.maicd);
     this.Controls.Add(this.listBox1);
     this.Controls.Add(this.checkBox1);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.phai);
     this.Controls.Add(this.madantoc);
     this.Controls.Add(this.mann);
     this.Controls.Add(this.ttlucrv);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.matt);
     this.Controls.Add(this.den);
     this.Controls.Add(this.makp);
     this.Controls.Add(this.maqu);
     this.Controls.Add(this.maphuongxa);
     this.Controls.Add(this.label18);
     this.Controls.Add(this.label17);
     this.Controls.Add(this.label16);
     this.Controls.Add(this.tu);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.butTim);
     this.Controls.Add(this.dotuoi);
     this.Controls.Add(this.solieu);
     this.Controls.Add(this.label19);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmTkketqua";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Tổng hợp theo kết quả điều trị";
     this.MouseMove    += new System.Windows.Forms.MouseEventHandler(this.frmTkravien_MouseMove);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmTkketqua_KeyDown);
     this.Load         += new System.EventHandler(this.frmTkketqua_Load);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Example #13
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDonvi));
     this.ten      = new System.Windows.Forms.TextBox();
     this.den      = new MaskedBox.MaskedBox();
     this.tu       = new MaskedBox.MaskedBox();
     this.label15  = new System.Windows.Forms.Label();
     this.label14  = new System.Windows.Forms.Label();
     this.label13  = new System.Windows.Forms.Label();
     this.label1   = new System.Windows.Forms.Label();
     this.stt      = new System.Windows.Forms.NumericUpDown();
     this.butLuu   = new System.Windows.Forms.Button();
     this.butBoqua = new System.Windows.Forms.Button();
     ((System.ComponentModel.ISupportInitialize)(this.stt)).BeginInit();
     this.SuspendLayout();
     //
     // ten
     //
     this.ten.BackColor = System.Drawing.SystemColors.HighlightText;
     this.ten.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.ten.Location  = new System.Drawing.Point(47, 31);
     this.ten.Name      = "ten";
     this.ten.Size      = new System.Drawing.Size(234, 21);
     this.ten.TabIndex  = 3;
     this.ten.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.stt_KeyDown);
     //
     // den
     //
     this.den.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.den.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.den.Location   = new System.Drawing.Point(47, 79);
     this.den.Mask       = "##/##/####";
     this.den.Name       = "den";
     this.den.Size       = new System.Drawing.Size(70, 21);
     this.den.TabIndex   = 7;
     this.den.Text       = "  /  /    ";
     this.den.Validated += new System.EventHandler(this.den_Validated);
     //
     // tu
     //
     this.tu.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.tu.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tu.Location   = new System.Drawing.Point(47, 55);
     this.tu.Mask       = "##/##/####";
     this.tu.Name       = "tu";
     this.tu.Size       = new System.Drawing.Size(70, 21);
     this.tu.TabIndex   = 5;
     this.tu.Text       = "  /  /    ";
     this.tu.Validated += new System.EventHandler(this.tu_Validated);
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(16, 81);
     this.label15.Name     = "label15";
     this.label15.Size     = new System.Drawing.Size(32, 13);
     this.label15.TabIndex = 6;
     this.label15.Text     = "đến :";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Location = new System.Drawing.Point(22, 59);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(26, 13);
     this.label14.TabIndex = 4;
     this.label14.Text     = "Từ :";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(16, 35);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(32, 13);
     this.label13.TabIndex = 2;
     this.label13.Text     = "Tên :";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(22, 12);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(26, 13);
     this.label1.TabIndex = 0;
     this.label1.Text     = "Stt :";
     //
     // stt
     //
     this.stt.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.stt.Location = new System.Drawing.Point(47, 8);
     this.stt.Maximum  = new decimal(new int[] {
         99,
         0,
         0,
         0
     });
     this.stt.Name     = "stt";
     this.stt.Size     = new System.Drawing.Size(39, 21);
     this.stt.TabIndex = 1;
     this.stt.KeyDown += new System.Windows.Forms.KeyEventHandler(this.stt_KeyDown);
     //
     // butLuu
     //
     this.butLuu.Image      = ((System.Drawing.Image)(resources.GetObject("butLuu.Image")));
     this.butLuu.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butLuu.Location   = new System.Drawing.Point(85, 111);
     this.butLuu.Name       = "butLuu";
     this.butLuu.Size       = new System.Drawing.Size(60, 25);
     this.butLuu.TabIndex   = 8;
     this.butLuu.Text       = "    Lưu";
     this.butLuu.Click     += new System.EventHandler(this.butLuu_Click);
     //
     // butBoqua
     //
     this.butBoqua.Image      = ((System.Drawing.Image)(resources.GetObject("butBoqua.Image")));
     this.butBoqua.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butBoqua.Location   = new System.Drawing.Point(148, 111);
     this.butBoqua.Name       = "butBoqua";
     this.butBoqua.Size       = new System.Drawing.Size(60, 25);
     this.butBoqua.TabIndex   = 9;
     this.butBoqua.Text       = "Bỏ qua";
     this.butBoqua.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butBoqua.Click     += new System.EventHandler(this.butBoqua_Click);
     //
     // frmDonvi
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(293, 155);
     this.Controls.Add(this.butBoqua);
     this.Controls.Add(this.butLuu);
     this.Controls.Add(this.stt);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ten);
     this.Controls.Add(this.den);
     this.Controls.Add(this.tu);
     this.Controls.Add(this.label15);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.label13);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name            = "frmDonvi";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Đơn vị";
     this.Load           += new System.EventHandler(this.frmDonvi_Load);
     ((System.ComponentModel.ISupportInitialize)(this.stt)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }