Ejemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmDmbv));
     this.label1     = new System.Windows.Forms.Label();
     this.tenbv      = new System.Windows.Forms.ComboBox();
     this.mabv       = new System.Windows.Forms.TextBox();
     this.dmbv       = new AsYetUnnamed.MultiColumnListBox();
     this.butChon    = new System.Windows.Forms.Button();
     this.butKetthuc = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.Location  = new System.Drawing.Point(-2, 12);
     this.label1.Name      = "label1";
     this.label1.TabIndex  = 0;
     this.label1.Text      = "Tỉnh/Thành phố :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // tenbv
     //
     this.tenbv.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.tenbv.Font                  = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tenbv.Location              = new System.Drawing.Point(136, 12);
     this.tenbv.Name                  = "tenbv";
     this.tenbv.Size                  = new System.Drawing.Size(262, 22);
     this.tenbv.TabIndex              = 2;
     this.tenbv.KeyDown              += new System.Windows.Forms.KeyEventHandler(this.tenbv_KeyDown);
     this.tenbv.SelectedIndexChanged += new System.EventHandler(this.tenbv_SelectedIndexChanged);
     //
     // mabv
     //
     this.mabv.Font       = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.mabv.Location   = new System.Drawing.Point(102, 12);
     this.mabv.MaxLength  = 3;
     this.mabv.Name       = "mabv";
     this.mabv.Size       = new System.Drawing.Size(32, 22);
     this.mabv.TabIndex   = 1;
     this.mabv.Text       = "";
     this.mabv.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.mabv_KeyDown);
     this.mabv.Validated += new System.EventHandler(this.mabv_Validated);
     //
     // dmbv
     //
     this.dmbv.ColumnCount        = 0;
     this.dmbv.Font               = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.dmbv.Location           = new System.Drawing.Point(14, 40);
     this.dmbv.MatchBufferTimeOut = 1000;
     this.dmbv.MatchEntryStyle    = AsYetUnnamed.MatchEntryStyle.FirstLetterInsensitive;
     this.dmbv.Name               = "dmbv";
     this.dmbv.Size               = new System.Drawing.Size(384, 277);
     this.dmbv.TabIndex           = 3;
     this.dmbv.TextIndex          = -1;
     this.dmbv.TextMember         = null;
     this.dmbv.ValueIndex         = -1;
     this.dmbv.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.dmbv_KeyDown);
     //
     // butChon
     //
     this.butChon.Image      = ((System.Drawing.Bitmap)(resources.GetObject("butChon.Image")));
     this.butChon.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butChon.Location   = new System.Drawing.Point(112, 329);
     this.butChon.Name       = "butChon";
     this.butChon.Size       = new System.Drawing.Size(88, 28);
     this.butChon.TabIndex   = 4;
     this.butChon.Text       = "   &Chọn ";
     this.butChon.Click     += new System.EventHandler(this.butChon_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(211, 329);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(85, 28);
     this.butKetthuc.TabIndex   = 5;
     this.butKetthuc.Text       = "&Kết thúc";
     this.butKetthuc.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.butKetthuc.Click     += new System.EventHandler(this.butKetthuc_Click);
     //
     // frmDmbv
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(416, 373);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
         this.butKetthuc,
         this.butChon,
         this.dmbv,
         this.mabv,
         this.tenbv,
         this.label1
     });
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmDmbv";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Danh mục bệnh viện";
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmDmbv_KeyDown);
     this.Load         += new System.EventHandler(this.frmDmbv_Load);
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDmbsgioithieu));
     this.dataGrid1   = new System.Windows.Forms.DataGrid();
     this.butKetthuc  = new System.Windows.Forms.Button();
     this.label1      = new System.Windows.Forms.Label();
     this.txtmanv     = new System.Windows.Forms.TextBox();
     this.label2      = new System.Windows.Forms.Label();
     this.txtten      = 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.txtmabv     = new System.Windows.Forms.TextBox();
     this.label3      = new System.Windows.Forms.Label();
     this.txttenbv    = new System.Windows.Forms.TextBox();
     this.txttennv    = new System.Windows.Forms.TextBox();
     this.label5      = new System.Windows.Forms.Label();
     this.txtmabs     = new System.Windows.Forms.TextBox();
     this.list_bv     = new AsYetUnnamed.MultiColumnListBox();
     this.list_nv     = new AsYetUnnamed.MultiColumnListBox();
     this.label4      = new System.Windows.Forms.Label();
     this.txtemail    = new System.Windows.Forms.TextBox();
     this.label7      = new System.Windows.Forms.Label();
     this.txtdtnha    = new System.Windows.Forms.TextBox();
     this.label8      = new System.Windows.Forms.Label();
     this.txtdtdidong = new System.Windows.Forms.TextBox();
     this.label9      = new System.Windows.Forms.Label();
     this.mtbngaysinh = new System.Windows.Forms.MaskedTextBox();
     this.label6      = new System.Windows.Forms.Label();
     this.txtdiachi   = new System.Windows.Forms.TextBox();
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // 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(7, -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(785, 400);
     this.dataGrid1.TabIndex            = 19;
     this.dataGrid1.CurrentCellChanged += new System.EventHandler(this.dataGrid1_CurrentCellChanged);
     //
     // butKetthuc
     //
     this.butKetthuc.Anchor     = System.Windows.Forms.AnchorStyles.Bottom;
     this.butKetthuc.Image      = ((System.Drawing.Image)(resources.GetObject("butKetthuc.Image")));
     this.butKetthuc.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butKetthuc.Location   = new System.Drawing.Point(525, 500);
     this.butKetthuc.Name       = "butKetthuc";
     this.butKetthuc.Size       = new System.Drawing.Size(70, 25);
     this.butKetthuc.TabIndex   = 18;
     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.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label1.AutoSize  = true;
     this.label1.Location  = new System.Drawing.Point(495, 429);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(71, 13);
     this.label1.TabIndex  = 21;
     this.label1.Text      = "Nơi làm việc :";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtmanv
     //
     this.txtmanv.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.txtmanv.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.txtmanv.Enabled    = false;
     this.txtmanv.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtmanv.Location   = new System.Drawing.Point(565, 399);
     this.txtmanv.MaxLength  = 4;
     this.txtmanv.Name       = "txtmanv";
     this.txtmanv.Size       = new System.Drawing.Size(60, 21);
     this.txtmanv.TabIndex   = 2;
     this.txtmanv.Validated += new System.EventHandler(this.txtmanv_Validated);
     this.txtmanv.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.ma_KeyDown);
     //
     // label2
     //
     this.label2.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label2.Location  = new System.Drawing.Point(127, 398);
     this.label2.Name      = "label2";
     this.label2.Size      = new System.Drawing.Size(61, 22);
     this.label2.TabIndex  = 23;
     this.label2.Text      = "Họ và tên :";
     this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtten
     //
     this.txtten.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.txtten.BackColor = System.Drawing.SystemColors.HighlightText;
     this.txtten.Enabled   = false;
     this.txtten.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtten.Location  = new System.Drawing.Point(187, 399);
     this.txtten.Name      = "txtten";
     this.txtten.Size      = new System.Drawing.Size(297, 21);
     this.txtten.TabIndex  = 1;
     this.txtten.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.ten_KeyDown);
     //
     // butMoi
     //
     this.butMoi.Anchor     = System.Windows.Forms.AnchorStyles.Bottom;
     this.butMoi.Image      = ((System.Drawing.Image)(resources.GetObject("butMoi.Image")));
     this.butMoi.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butMoi.Location   = new System.Drawing.Point(175, 500);
     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.Bottom;
     this.butSua.Image      = ((System.Drawing.Image)(resources.GetObject("butSua.Image")));
     this.butSua.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butSua.Location   = new System.Drawing.Point(245, 500);
     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.Bottom;
     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(315, 500);
     this.butLuu.Name       = "butLuu";
     this.butLuu.Size       = new System.Drawing.Size(70, 25);
     this.butLuu.TabIndex   = 13;
     this.butLuu.Text       = "     &Lưu";
     this.butLuu.Click     += new System.EventHandler(this.butLuu_Click);
     //
     // butBoqua
     //
     this.butBoqua.Anchor     = System.Windows.Forms.AnchorStyles.Bottom;
     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(385, 500);
     this.butBoqua.Name       = "butBoqua";
     this.butBoqua.Size       = new System.Drawing.Size(70, 25);
     this.butBoqua.TabIndex   = 16;
     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.Bottom;
     this.butHuy.Image      = ((System.Drawing.Image)(resources.GetObject("butHuy.Image")));
     this.butHuy.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.butHuy.Location   = new System.Drawing.Point(455, 500);
     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);
     //
     // txtmabv
     //
     this.txtmabv.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.txtmabv.BackColor  = System.Drawing.SystemColors.HighlightText;
     this.txtmabv.Enabled    = false;
     this.txtmabv.Font       = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtmabv.Location   = new System.Drawing.Point(565, 426);
     this.txtmabv.MaxLength  = 20;
     this.txtmabv.Name       = "txtmabv";
     this.txtmabv.Size       = new System.Drawing.Size(60, 21);
     this.txtmabv.TabIndex   = 6;
     this.txtmabv.Validated += new System.EventHandler(this.txtmabv_Validated);
     this.txtmabv.KeyDown   += new System.Windows.Forms.KeyEventHandler(this.txtstt_KeyDown);
     //
     // label3
     //
     this.label3.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label3.Location  = new System.Drawing.Point(490, 399);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(75, 22);
     this.label3.TabIndex  = 34;
     this.label3.Text      = "NVPT:";
     this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txttenbv
     //
     this.txttenbv.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.txttenbv.BackColor    = System.Drawing.SystemColors.HighlightText;
     this.txttenbv.Enabled      = false;
     this.txttenbv.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txttenbv.Location     = new System.Drawing.Point(625, 426);
     this.txttenbv.MaxLength    = 3000;
     this.txttenbv.Name         = "txttenbv";
     this.txttenbv.Size         = new System.Drawing.Size(162, 21);
     this.txttenbv.TabIndex     = 7;
     this.txttenbv.TextChanged += new System.EventHandler(this.txttenbv_TextChanged);
     this.txttenbv.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txttenbv_KeyDown);
     //
     // txttennv
     //
     this.txttennv.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.txttennv.BackColor    = System.Drawing.SystemColors.HighlightText;
     this.txttennv.Enabled      = false;
     this.txttennv.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txttennv.Location     = new System.Drawing.Point(625, 399);
     this.txttennv.MaxLength    = 3000;
     this.txttennv.Name         = "txttennv";
     this.txttennv.Size         = new System.Drawing.Size(162, 21);
     this.txttennv.TabIndex     = 3;
     this.txttennv.TextChanged += new System.EventHandler(this.txttennv_TextChanged);
     this.txttennv.KeyDown     += new System.Windows.Forms.KeyEventHandler(this.txttennv_KeyDown);
     //
     // label5
     //
     this.label5.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label5.Location  = new System.Drawing.Point(56, 399);
     this.label5.Name      = "label5";
     this.label5.Size      = new System.Drawing.Size(28, 23);
     this.label5.TabIndex  = 34;
     this.label5.Text      = "Mã:";
     this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtmabs
     //
     this.txtmabs.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.txtmabs.BackColor = System.Drawing.SystemColors.HighlightText;
     this.txtmabs.Enabled   = false;
     this.txtmabs.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtmabs.Location  = new System.Drawing.Point(84, 399);
     this.txtmabs.MaxLength = 4;
     this.txtmabs.Name      = "txtmabs";
     this.txtmabs.Size      = new System.Drawing.Size(37, 21);
     this.txtmabs.TabIndex  = 0;
     this.txtmabs.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtstt_KeyDown);
     //
     // list_bv
     //
     this.list_bv.Anchor             = System.Windows.Forms.AnchorStyles.Bottom;
     this.list_bv.BackColor          = System.Drawing.SystemColors.Info;
     this.list_bv.ColumnCount        = 0;
     this.list_bv.Font               = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.list_bv.ForeColor          = System.Drawing.SystemColors.ControlDarkDark;
     this.list_bv.FormattingEnabled  = true;
     this.list_bv.Location           = new System.Drawing.Point(764, 426);
     this.list_bv.MatchBufferTimeOut = 1000;
     this.list_bv.MatchEntryStyle    = AsYetUnnamed.MatchEntryStyle.FirstLetterInsensitive;
     this.list_bv.Name               = "list_bv";
     this.list_bv.Size               = new System.Drawing.Size(23, 17);
     this.list_bv.TabIndex           = 8;
     this.list_bv.TextIndex          = -1;
     this.list_bv.TextMember         = null;
     this.list_bv.ValueIndex         = -1;
     this.list_bv.Visible            = false;
     this.list_bv.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.list_bv_KeyDown);
     //
     // list_nv
     //
     this.list_nv.Anchor             = System.Windows.Forms.AnchorStyles.Bottom;
     this.list_nv.BackColor          = System.Drawing.SystemColors.Info;
     this.list_nv.ColumnCount        = 0;
     this.list_nv.Font               = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.list_nv.ForeColor          = System.Drawing.SystemColors.ControlDarkDark;
     this.list_nv.FormattingEnabled  = true;
     this.list_nv.Location           = new System.Drawing.Point(764, 400);
     this.list_nv.MatchBufferTimeOut = 1000;
     this.list_nv.MatchEntryStyle    = AsYetUnnamed.MatchEntryStyle.FirstLetterInsensitive;
     this.list_nv.Name               = "list_nv";
     this.list_nv.Size               = new System.Drawing.Size(15, 17);
     this.list_nv.TabIndex           = 4;
     this.list_nv.TextIndex          = -1;
     this.list_nv.TextMember         = null;
     this.list_nv.ValueIndex         = -1;
     this.list_nv.Visible            = false;
     this.list_nv.KeyDown           += new System.Windows.Forms.KeyEventHandler(this.list_nv_KeyDown);
     //
     // label4
     //
     this.label4.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label4.AutoSize  = true;
     this.label4.Location  = new System.Drawing.Point(528, 456);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(38, 13);
     this.label4.TabIndex  = 21;
     this.label4.Text      = "Email :";
     this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtemail
     //
     this.txtemail.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.txtemail.BackColor = System.Drawing.SystemColors.HighlightText;
     this.txtemail.Enabled   = false;
     this.txtemail.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtemail.Location  = new System.Drawing.Point(565, 452);
     this.txtemail.MaxLength = 100;
     this.txtemail.Name      = "txtemail";
     this.txtemail.Size      = new System.Drawing.Size(222, 21);
     this.txtemail.TabIndex  = 12;
     this.txtemail.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtstt_KeyDown);
     //
     // label7
     //
     this.label7.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label7.AutoSize  = true;
     this.label7.Location  = new System.Drawing.Point(157, 456);
     this.label7.Name      = "label7";
     this.label7.Size      = new System.Drawing.Size(65, 13);
     this.label7.TabIndex  = 21;
     this.label7.Text      = "Điện Thoại :";
     this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtdtnha
     //
     this.txtdtnha.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                  | System.Windows.Forms.AnchorStyles.Right)));
     this.txtdtnha.BackColor = System.Drawing.SystemColors.HighlightText;
     this.txtdtnha.Enabled   = false;
     this.txtdtnha.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtdtnha.Location  = new System.Drawing.Point(220, 453);
     this.txtdtnha.MaxLength = 25;
     this.txtdtnha.Name      = "txtdtnha";
     this.txtdtnha.Size      = new System.Drawing.Size(112, 21);
     this.txtdtnha.TabIndex  = 10;
     this.txtdtnha.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtstt_KeyDown);
     //
     // label8
     //
     this.label8.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.label8.AutoSize  = true;
     this.label8.Location  = new System.Drawing.Point(344, 456);
     this.label8.Name      = "label8";
     this.label8.Size      = new System.Drawing.Size(51, 13);
     this.label8.TabIndex  = 21;
     this.label8.Text      = "Di động :";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtdtdidong
     //
     this.txtdtdidong.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.txtdtdidong.BackColor = System.Drawing.SystemColors.HighlightText;
     this.txtdtdidong.Enabled   = false;
     this.txtdtdidong.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtdtdidong.Location  = new System.Drawing.Point(393, 453);
     this.txtdtdidong.MaxLength = 11;
     this.txtdtdidong.Name      = "txtdtdidong";
     this.txtdtdidong.Size      = new System.Drawing.Size(91, 21);
     this.txtdtdidong.TabIndex  = 11;
     this.txtdtdidong.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtstt_KeyDown);
     //
     // label9
     //
     this.label9.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label9.AutoSize  = true;
     this.label9.Location  = new System.Drawing.Point(24, 456);
     this.label9.Name      = "label9";
     this.label9.Size      = new System.Drawing.Size(60, 13);
     this.label9.TabIndex  = 21;
     this.label9.Text      = "Ngày sinh :";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // mtbngaysinh
     //
     this.mtbngaysinh.Anchor         = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.mtbngaysinh.Enabled        = false;
     this.mtbngaysinh.Location       = new System.Drawing.Point(84, 453);
     this.mtbngaysinh.Mask           = "00/00/0000";
     this.mtbngaysinh.Name           = "mtbngaysinh";
     this.mtbngaysinh.Size           = new System.Drawing.Size(66, 20);
     this.mtbngaysinh.TabIndex       = 9;
     this.mtbngaysinh.ValidatingType = typeof(System.DateTime);
     this.mtbngaysinh.KeyDown       += new System.Windows.Forms.KeyEventHandler(this.mtbngaysinh_KeyDown);
     //
     // label6
     //
     this.label6.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.label6.AutoSize  = true;
     this.label6.Location  = new System.Drawing.Point(38, 429);
     this.label6.Name      = "label6";
     this.label6.Size      = new System.Drawing.Size(46, 13);
     this.label6.TabIndex  = 21;
     this.label6.Text      = "Địa chỉ :";
     this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtdiachi
     //
     this.txtdiachi.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.txtdiachi.BackColor = System.Drawing.SystemColors.HighlightText;
     this.txtdiachi.Enabled   = false;
     this.txtdiachi.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtdiachi.Location  = new System.Drawing.Point(84, 426);
     this.txtdiachi.MaxLength = 1000;
     this.txtdiachi.Name      = "txtdiachi";
     this.txtdiachi.Size      = new System.Drawing.Size(400, 21);
     this.txtdiachi.TabIndex  = 5;
     this.txtdiachi.KeyDown  += new System.Windows.Forms.KeyEventHandler(this.txtstt_KeyDown);
     //
     // frmDmbsgioithieu
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(799, 542);
     this.Controls.Add(this.mtbngaysinh);
     this.Controls.Add(this.list_nv);
     this.Controls.Add(this.list_bv);
     this.Controls.Add(this.txtdtdidong);
     this.Controls.Add(this.txtdtnha);
     this.Controls.Add(this.txtdiachi);
     this.Controls.Add(this.txtemail);
     this.Controls.Add(this.txtmabs);
     this.Controls.Add(this.txttennv);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txttenbv);
     this.Controls.Add(this.txtmabv);
     this.Controls.Add(this.txtmanv);
     this.Controls.Add(this.butHuy);
     this.Controls.Add(this.butBoqua);
     this.Controls.Add(this.butLuu);
     this.Controls.Add(this.butSua);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.butMoi);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txtten);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.butKetthuc);
     this.Controls.Add(this.dataGrid1);
     this.Controls.Add(this.label3);
     this.Icon          = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.Name          = "frmDmbsgioithieu";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "Danh mục bác sĩ giới thiệu";
     this.Load         += new System.EventHandler(this.frmDmxutri_Load);
     this.KeyDown      += new System.Windows.Forms.KeyEventHandler(this.frmDmxutri_KeyDown);
     ((System.ComponentModel.ISupportInitialize)(this.dataGrid1)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.listBox1 = new AsYetUnnamed.MultiColumnListBox();
     this.label1 = new System.Windows.Forms.Label();
     this.label2 = new System.Windows.Forms.Label();
     this.txtRowIndex = new System.Windows.Forms.TextBox();
     this.txtColumnName = new System.Windows.Forms.TextBox();
     this.txtColumnIndex = new System.Windows.Forms.TextBox();
     this.label3 = new System.Windows.Forms.Label();
     this.label4 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.button1 = new System.Windows.Forms.Button();
     this.button2 = new System.Windows.Forms.Button();
     this.button3 = new System.Windows.Forms.Button();
     this.button4 = new System.Windows.Forms.Button();
     this.textBox3 = new System.Windows.Forms.TextBox();
     this.txtValueMember = new System.Windows.Forms.TextBox();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.lblValueMember = new System.Windows.Forms.Label();
     this.txtValueIndex = new System.Windows.Forms.TextBox();
     this.lblValueIndex = new System.Windows.Forms.Label();
     this.txtTextIndex = new System.Windows.Forms.TextBox();
     this.lblTextIndex = new System.Windows.Forms.Label();
     this.txtTextMember = new System.Windows.Forms.TextBox();
     this.lblTextMember = new System.Windows.Forms.Label();
     this.txtColumnCount = new System.Windows.Forms.TextBox();
     this.lblColumnCount = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // listBox1
     //
     this.listBox1.Anchor = (((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right);
     this.listBox1.ColumnCount = 0;
     this.listBox1.ColumnWidth = 75;
     this.listBox1.HorizontalScrollbar = true;
     this.listBox1.Location = new System.Drawing.Point(16, 24);
     this.listBox1.MatchBufferTimeOut = 1000;
     this.listBox1.MatchEntryStyle = AsYetUnnamed.MatchEntryStyle.ColpleteBestMatch;
     this.listBox1.Name = "listBox1";
     this.listBox1.SelectionMode = System.Windows.Forms.SelectionMode.MultiExtended;
     this.listBox1.Size = new System.Drawing.Size(472, 17);
     this.listBox1.TabIndex = 0;
     this.listBox1.TextIndex = -1;
     this.listBox1.TextMember = null;
     this.listBox1.ValueIndex = -1;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(16, 8);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(208, 23);
     this.label1.TabIndex = 3;
     this.label1.Text = "Text:";
     //
     // label2
     //
     this.label2.BackColor = System.Drawing.SystemColors.Control;
     this.label2.Location = new System.Drawing.Point(256, 8);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(256, 23);
     this.label2.TabIndex = 4;
     this.label2.Text = "Value:";
     //
     // txtRowIndex
     //
     this.txtRowIndex.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.txtRowIndex.Location = new System.Drawing.Point(16, 32);
     this.txtRowIndex.Name = "txtRowIndex";
     this.txtRowIndex.TabIndex = 5;
     this.txtRowIndex.Text = "";
     //
     // txtColumnName
     //
     this.txtColumnName.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.txtColumnName.Location = new System.Drawing.Point(136, 32);
     this.txtColumnName.Name = "txtColumnName";
     this.txtColumnName.TabIndex = 6;
     this.txtColumnName.Text = "";
     //
     // txtColumnIndex
     //
     this.txtColumnIndex.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.txtColumnIndex.Location = new System.Drawing.Point(256, 32);
     this.txtColumnIndex.Name = "txtColumnIndex";
     this.txtColumnIndex.TabIndex = 7;
     this.txtColumnIndex.Text = "";
     //
     // label3
     //
     this.label3.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.label3.Location = new System.Drawing.Point(16, 16);
     this.label3.Name = "label3";
     this.label3.TabIndex = 8;
     this.label3.Text = "rowIndex";
     //
     // label4
     //
     this.label4.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.label4.Location = new System.Drawing.Point(136, 16);
     this.label4.Name = "label4";
     this.label4.TabIndex = 9;
     this.label4.Text = "columnName";
     //
     // label5
     //
     this.label5.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.label5.Location = new System.Drawing.Point(256, 16);
     this.label5.Name = "label5";
     this.label5.TabIndex = 10;
     this.label5.Text = "columnIndex";
     //
     // button1
     //
     this.button1.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.button1.Location = new System.Drawing.Point(16, 64);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(344, 23);
     this.button1.TabIndex = 11;
     this.button1.Text = "GetItemAt(rowIndex, columnName)";
     this.button1.Click += new System.EventHandler(this.button1_Click);
     //
     // button2
     //
     this.button2.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.button2.Location = new System.Drawing.Point(16, 88);
     this.button2.Name = "button2";
     this.button2.Size = new System.Drawing.Size(344, 23);
     this.button2.TabIndex = 12;
     this.button2.Text = "GetItemAt(rowIndex, columnIndex)";
     this.button2.Click += new System.EventHandler(this.button2_Click);
     //
     // button3
     //
     this.button3.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.button3.Location = new System.Drawing.Point(16, 112);
     this.button3.Name = "button3";
     this.button3.Size = new System.Drawing.Size(344, 23);
     this.button3.TabIndex = 13;
     this.button3.Text = "GetItemAt(columnName)";
     this.button3.Click += new System.EventHandler(this.button3_Click);
     //
     // button4
     //
     this.button4.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.button4.Location = new System.Drawing.Point(16, 136);
     this.button4.Name = "button4";
     this.button4.Size = new System.Drawing.Size(344, 23);
     this.button4.TabIndex = 14;
     this.button4.Text = "GetItemAt(columnIndex)";
     this.button4.Click += new System.EventHandler(this.button4_Click);
     //
     // textBox3
     //
     this.textBox3.Anchor = ((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right);
     this.textBox3.Font = new System.Drawing.Font("Tahoma", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.textBox3.Location = new System.Drawing.Point(392, 64);
     this.textBox3.Multiline = true;
     this.textBox3.Name = "textBox3";
     this.textBox3.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.textBox3.Size = new System.Drawing.Size(104, 264);
     this.textBox3.TabIndex = 15;
     this.textBox3.Text = "";
     this.textBox3.WordWrap = false;
     //
     // txtValueMember
     //
     this.txtValueMember.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.txtValueMember.Location = new System.Drawing.Point(16, 72);
     this.txtValueMember.Name = "txtValueMember";
     this.txtValueMember.TabIndex = 16;
     this.txtValueMember.Text = "";
     //
     // groupBox1
     //
     this.groupBox1.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.groupBox1.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                             this.button2,
                                                                             this.txtRowIndex,
                                                                             this.button4,
                                                                             this.txtColumnName,
                                                                             this.button3,
                                                                             this.txtColumnIndex,
                                                                             this.button1,
                                                                             this.label3,
                                                                             this.label4,
                                                                             this.label5});
     this.groupBox1.Location = new System.Drawing.Point(16, 152);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(368, 176);
     this.groupBox1.TabIndex = 18;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "GetItemAt()";
     //
     // lblValueMember
     //
     this.lblValueMember.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.lblValueMember.Location = new System.Drawing.Point(16, 56);
     this.lblValueMember.Name = "lblValueMember";
     this.lblValueMember.TabIndex = 19;
     this.lblValueMember.Text = "ValueMember";
     //
     // txtValueIndex
     //
     this.txtValueIndex.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.txtValueIndex.Location = new System.Drawing.Point(136, 72);
     this.txtValueIndex.Name = "txtValueIndex";
     this.txtValueIndex.TabIndex = 20;
     this.txtValueIndex.Text = "";
     //
     // lblValueIndex
     //
     this.lblValueIndex.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.lblValueIndex.Location = new System.Drawing.Point(136, 56);
     this.lblValueIndex.Name = "lblValueIndex";
     this.lblValueIndex.TabIndex = 21;
     this.lblValueIndex.Text = "ValueIndex";
     //
     // txtTextIndex
     //
     this.txtTextIndex.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.txtTextIndex.Location = new System.Drawing.Point(136, 120);
     this.txtTextIndex.Name = "txtTextIndex";
     this.txtTextIndex.TabIndex = 24;
     this.txtTextIndex.Text = "";
     //
     // lblTextIndex
     //
     this.lblTextIndex.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.lblTextIndex.Location = new System.Drawing.Point(136, 104);
     this.lblTextIndex.Name = "lblTextIndex";
     this.lblTextIndex.TabIndex = 25;
     this.lblTextIndex.Text = "TextIndex";
     //
     // txtTextMember
     //
     this.txtTextMember.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.txtTextMember.Location = new System.Drawing.Point(16, 120);
     this.txtTextMember.Name = "txtTextMember";
     this.txtTextMember.TabIndex = 22;
     this.txtTextMember.Text = "";
     //
     // lblTextMember
     //
     this.lblTextMember.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.lblTextMember.Location = new System.Drawing.Point(16, 104);
     this.lblTextMember.Name = "lblTextMember";
     this.lblTextMember.TabIndex = 23;
     this.lblTextMember.Text = "TextMember";
     //
     // txtColumnCount
     //
     this.txtColumnCount.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.txtColumnCount.Location = new System.Drawing.Point(264, 104);
     this.txtColumnCount.Name = "txtColumnCount";
     this.txtColumnCount.TabIndex = 26;
     this.txtColumnCount.Text = "";
     //
     // lblColumnCount
     //
     this.lblColumnCount.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.lblColumnCount.Location = new System.Drawing.Point(264, 88);
     this.lblColumnCount.Name = "lblColumnCount";
     this.lblColumnCount.TabIndex = 27;
     this.lblColumnCount.Text = "ColumnCount";
     //
     // label6
     //
     this.label6.Anchor = (System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left);
     this.label6.Location = new System.Drawing.Point(392, 48);
     this.label6.Name = "label6";
     this.label6.TabIndex = 28;
     this.label6.Text = "DataSource:";
     //
     // Form1
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize = new System.Drawing.Size(504, 339);
     this.Controls.AddRange(new System.Windows.Forms.Control[] {
                                                                   this.txtColumnCount,
                                                                   this.lblColumnCount,
                                                                   this.txtTextIndex,
                                                                   this.lblTextIndex,
                                                                   this.txtTextMember,
                                                                   this.lblTextMember,
                                                                   this.txtValueIndex,
                                                                   this.lblValueIndex,
                                                                   this.groupBox1,
                                                                   this.txtValueMember,
                                                                   this.textBox3,
                                                                   this.listBox1,
                                                                   this.label2,
                                                                   this.label1,
                                                                   this.lblValueMember,
                                                                   this.label6});
     this.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.MinimumSize = new System.Drawing.Size(512, 368);
     this.Name = "Form1";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Form1";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }