Esempio n. 1
0
        private void calendarCombo1_ValueChanged(object sender, EventArgs e)
        {
            try
            {
                Janus.Windows.CalendarCombo.CalendarCombo calcombo = (Janus.Windows.CalendarCombo.CalendarCombo)sender;

                if (calcombo == calendarCombo1 || calcombo == startDateCalendarCombo)
                {
                    if (timeLine1.SelectedRange.Start != apptRow.StartDateLocal)
                    {
                        timeLine1.SelectedRange = new DateRange(apptRow.StartDateLocal, apptRow.EndDateLocal);
                        timeLine1.EnsureVisible(timeLine1.SelectedRange.Start);
                        setConflictImage(false);
                    }
                }

                if (calcombo == calendarCombo2 || calcombo == endDateCalendarCombo)
                {
                    if (timeLine1.SelectedRange.End != apptRow.EndDateLocal)
                    {
                        timeLine1.SelectedRange = new DateRange(apptRow.StartDateLocal, apptRow.EndDateLocal);
                        timeLine1.EnsureVisible(timeLine1.SelectedRange.Start);
                        setConflictImage(false);
                    }
                }
            }
            catch (Exception x)
            {
                UIHelper.HandleUIException(x);
            }
        }
Esempio n. 2
0
        private void calDocDate1_ValueChanged(object sender, EventArgs e)
        {
            Janus.Windows.CalendarCombo.CalendarCombo cb = (Janus.Windows.CalendarCombo.CalendarCombo)sender;

            if (calDocDate1.Value > calDocDate2.Value && calDocDate2.Visible && !calDocDate2.IsNullDate)
            {
                lblInvalidDate.Visible = true;
                cb.IsNullDate          = true;
            }
            else
            {
                lblInvalidDate.Visible = false;
            }
        }
Esempio n. 3
0
        private void startTimeCalendarCombo_ValueChanged(object sender, EventArgs e)
        {
            try
            {
                if (!calEditMode)
                {
                    calEditMode = true;

                    Janus.Windows.CalendarCombo.CalendarCombo calcombo = (Janus.Windows.CalendarCombo.CalendarCombo)sender;

                    DateTime tmpStartTime = startTimeCalendarCombo.Value;
                    DateTime tmpEndTime   = endTimeCalendarCombo.Value;

                    if (startDateCalendarCombo.Value > endDateCalendarCombo.Value)
                    {
                        endDateCalendarCombo.Value = startDateCalendarCombo.Value;
                        endTimeCalendarCombo.Value = startTimeCalendarCombo.Value.AddMinutes(15);
                    }

                    startTimeCalendarCombo.Value = startDateCalendarCombo.Value.AddHours(tmpStartTime.Hour);
                    startTimeCalendarCombo.Value = startTimeCalendarCombo.Value.AddMinutes(tmpStartTime.Minute);
                    endTimeCalendarCombo.Value   = endDateCalendarCombo.Value.AddHours(tmpEndTime.Hour);
                    endTimeCalendarCombo.Value   = endTimeCalendarCombo.Value.AddMinutes(tmpEndTime.Minute);

                    if (startDateCalendarCombo.Value == endDateCalendarCombo.Value)
                    {
                        if (startTimeCalendarCombo.Value >= endTimeCalendarCombo.Value)
                        {
                            endTimeCalendarCombo.Value = startTimeCalendarCombo.Value.AddMinutes(15);
                        }
                    }

                    calEditMode = false;
                }
            }
            catch (Exception x)
            {
                UIHelper.HandleUIException(x);
            }
        }
 /// <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(frm_Quanly_Maukiemnghiem));
     Janus.Windows.GridEX.GridEXLayout grdAssignDetail_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
     Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel1 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
     Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel2 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
     Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel3 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
     Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel4 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
     Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel5 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
     Janus.Windows.GridEX.GridEXLayout grdList_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.cmdThemMoiBN = new System.Windows.Forms.ToolStripButton();
     this.cmdSuaThongTinBN = new System.Windows.Forms.ToolStripButton();
     this.cmdThemLanKham = new System.Windows.Forms.ToolStripButton();
     this.cmdXoaBenhNhan = new System.Windows.Forms.ToolStripButton();
     this.cmdExit = new System.Windows.Forms.ToolStripButton();
     this.grdAssignDetail = new Janus.Windows.GridEX.GridEX();
     this.uiGroupBox3 = new Janus.Windows.EditControls.UIGroupBox();
     this.cmdPrintAssign = new Janus.Windows.EditControls.UIButton();
     this.chkIntach = new System.Windows.Forms.CheckBox();
     this.cboServicePrint = new System.Windows.Forms.ComboBox();
     this.cmdXoaChiDinh = new Janus.Windows.EditControls.UIButton();
     this.cmdSuaChiDinh = new Janus.Windows.EditControls.UIButton();
     this.cmdThemChiDinh = new Janus.Windows.EditControls.UIButton();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuMaDVu = new System.Windows.Forms.ToolStripMenuItem();
     this.uiStatusBar1 = new Janus.Windows.UI.StatusBar.UIStatusBar();
     this.uiGroupBox1 = new Janus.Windows.EditControls.UIGroupBox();
     this.cboObjectType = new Janus.Windows.EditControls.UIComboBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtPatientCode = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtPatient_ID = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.Label7 = new System.Windows.Forms.Label();
     this.txtPatientName = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label3 = new System.Windows.Forms.Label();
     this.dtmTo = new Janus.Windows.CalendarCombo.CalendarCombo();
     this.dtmFrom = new Janus.Windows.CalendarCombo.CalendarCombo();
     this.chkByDate = new System.Windows.Forms.CheckBox();
     this.Label1 = new System.Windows.Forms.Label();
     this.cmdTimKiem = new Janus.Windows.EditControls.UIButton();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.panel2 = new System.Windows.Forms.Panel();
     this.panel1 = new System.Windows.Forms.Panel();
     this.grdList = new Janus.Windows.GridEX.GridEX();
     this.cmdBangiao = new System.Windows.Forms.ToolStripButton();
     this.cmdInKQ = new System.Windows.Forms.ToolStripButton();
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdAssignDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox3)).BeginInit();
     this.uiGroupBox3.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).BeginInit();
     this.uiGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     this.panel2.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.SystemColors.Control;
     this.toolStrip1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cmdThemMoiBN,
     this.cmdSuaThongTinBN,
     this.cmdThemLanKham,
     this.cmdXoaBenhNhan,
     this.cmdBangiao,
     this.cmdInKQ,
     this.cmdExit});
     this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(1018, 31);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text = "toolStrip1";
     //
     // cmdThemMoiBN
     //
     this.cmdThemMoiBN.BackColor = System.Drawing.SystemColors.Control;
     this.cmdThemMoiBN.Font = new System.Drawing.Font("Arial", 9F);
     this.cmdThemMoiBN.Image = ((System.Drawing.Image)(resources.GetObject("cmdThemMoiBN.Image")));
     this.cmdThemMoiBN.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdThemMoiBN.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdThemMoiBN.Name = "cmdThemMoiBN";
     this.cmdThemMoiBN.Size = new System.Drawing.Size(136, 28);
     this.cmdThemMoiBN.Text = "Thêm Khách hàng";
     this.cmdThemMoiBN.ToolTipText = "Nhấn vào đây để tiếp đón Bệnh nhân mới";
     //
     // cmdSuaThongTinBN
     //
     this.cmdSuaThongTinBN.Font = new System.Drawing.Font("Arial", 9F);
     this.cmdSuaThongTinBN.Image = ((System.Drawing.Image)(resources.GetObject("cmdSuaThongTinBN.Image")));
     this.cmdSuaThongTinBN.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdSuaThongTinBN.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdSuaThongTinBN.Name = "cmdSuaThongTinBN";
     this.cmdSuaThongTinBN.Size = new System.Drawing.Size(127, 28);
     this.cmdSuaThongTinBN.Text = "Sửa Khách hàng";
     this.cmdSuaThongTinBN.ToolTipText = "Nhấn vào nút này để sửa thông tin Bệnh nhân đang chọn trên lưới";
     //
     // cmdThemLanKham
     //
     this.cmdThemLanKham.Font = new System.Drawing.Font("Arial", 9F);
     this.cmdThemLanKham.Image = ((System.Drawing.Image)(resources.GetObject("cmdThemLanKham.Image")));
     this.cmdThemLanKham.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdThemLanKham.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdThemLanKham.Name = "cmdThemLanKham";
     this.cmdThemLanKham.Size = new System.Drawing.Size(112, 28);
     this.cmdThemLanKham.Text = "Thêm đăng ký";
     this.cmdThemLanKham.ToolTipText = "Nhấn nút này để thêm lần khám cho Bệnh nhân đang chọn trên lưới";
     //
     // cmdXoaBenhNhan
     //
     this.cmdXoaBenhNhan.Font = new System.Drawing.Font("Arial", 9F);
     this.cmdXoaBenhNhan.Image = ((System.Drawing.Image)(resources.GetObject("cmdXoaBenhNhan.Image")));
     this.cmdXoaBenhNhan.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdXoaBenhNhan.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdXoaBenhNhan.Name = "cmdXoaBenhNhan";
     this.cmdXoaBenhNhan.Size = new System.Drawing.Size(101, 28);
     this.cmdXoaBenhNhan.Text = "Xóa đăng ký";
     this.cmdXoaBenhNhan.ToolTipText = "Nhấn nút này để xóa lần khám của Bệnh nhân đang chọn trên lưới";
     //
     // cmdExit
     //
     this.cmdExit.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdExit.Image = ((System.Drawing.Image)(resources.GetObject("cmdExit.Image")));
     this.cmdExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdExit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdExit.Name = "cmdExit";
     this.cmdExit.Size = new System.Drawing.Size(118, 28);
     this.cmdExit.Text = "Đóng chức năng";
     this.cmdExit.ToolTipText = "Nhấn nút này để thoát khỏi chức năng ";
     //
     // grdAssignDetail
     //
     this.grdAssignDetail.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
     this.grdAssignDetail.BackColor = System.Drawing.Color.Silver;
     grdAssignDetail_DesignTimeLayout.LayoutString = resources.GetString("grdAssignDetail_DesignTimeLayout.LayoutString");
     this.grdAssignDetail.DesignTimeLayout = grdAssignDetail_DesignTimeLayout;
     this.grdAssignDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdAssignDetail.Font = new System.Drawing.Font("Arial", 9F);
     this.grdAssignDetail.GroupByBoxVisible = false;
     this.grdAssignDetail.GroupTotals = Janus.Windows.GridEX.GroupTotals.Always;
     this.grdAssignDetail.Location = new System.Drawing.Point(0, 0);
     this.grdAssignDetail.Name = "grdAssignDetail";
     this.grdAssignDetail.RowHeaders = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdAssignDetail.Size = new System.Drawing.Size(406, 520);
     this.grdAssignDetail.TabIndex = 0;
     this.grdAssignDetail.TabStop = false;
     this.grdAssignDetail.TotalRow = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdAssignDetail.TotalRowFormatStyle.BackColor = System.Drawing.Color.White;
     this.grdAssignDetail.TotalRowPosition = Janus.Windows.GridEX.TotalRowPosition.BottomFixed;
     this.grdAssignDetail.VisualStyle = Janus.Windows.GridEX.VisualStyle.VS2005;
     //
     // uiGroupBox3
     //
     this.uiGroupBox3.Controls.Add(this.cmdPrintAssign);
     this.uiGroupBox3.Controls.Add(this.chkIntach);
     this.uiGroupBox3.Controls.Add(this.cboServicePrint);
     this.uiGroupBox3.Controls.Add(this.cmdXoaChiDinh);
     this.uiGroupBox3.Controls.Add(this.cmdSuaChiDinh);
     this.uiGroupBox3.Controls.Add(this.cmdThemChiDinh);
     this.uiGroupBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.uiGroupBox3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiGroupBox3.Location = new System.Drawing.Point(0, 520);
     this.uiGroupBox3.Name = "uiGroupBox3";
     this.uiGroupBox3.Size = new System.Drawing.Size(406, 91);
     this.uiGroupBox3.TabIndex = 0;
     //
     // cmdPrintAssign
     //
     this.cmdPrintAssign.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdPrintAssign.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdPrintAssign.Image = ((System.Drawing.Image)(resources.GetObject("cmdPrintAssign.Image")));
     this.cmdPrintAssign.ImageSize = new System.Drawing.Size(24, 24);
     this.cmdPrintAssign.Location = new System.Drawing.Point(322, 57);
     this.cmdPrintAssign.Name = "cmdPrintAssign";
     this.cmdPrintAssign.Size = new System.Drawing.Size(85, 28);
     this.cmdPrintAssign.TabIndex = 706;
     this.cmdPrintAssign.Text = "In";
     this.toolTip1.SetToolTip(this.cmdPrintAssign, "Nhấn vào đây để in phiếu CLS(Phím tắt Ctrl+P)");
     //
     // chkIntach
     //
     this.chkIntach.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.chkIntach.AutoSize = true;
     this.chkIntach.Location = new System.Drawing.Point(6, 15);
     this.chkIntach.Name = "chkIntach";
     this.chkIntach.Size = new System.Drawing.Size(69, 19);
     this.chkIntach.TabIndex = 705;
     this.chkIntach.Text = "In tách?";
     this.chkIntach.UseVisualStyleBackColor = true;
     //
     // cboServicePrint
     //
     this.cboServicePrint.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.cboServicePrint.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboServicePrint.FormattingEnabled = true;
     this.cboServicePrint.Location = new System.Drawing.Point(82, 11);
     this.cboServicePrint.Name = "cboServicePrint";
     this.cboServicePrint.Size = new System.Drawing.Size(318, 23);
     this.cboServicePrint.TabIndex = 704;
     //
     // cmdXoaChiDinh
     //
     this.cmdXoaChiDinh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdXoaChiDinh.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdXoaChiDinh.Image = ((System.Drawing.Image)(resources.GetObject("cmdXoaChiDinh.Image")));
     this.cmdXoaChiDinh.ImageSize = new System.Drawing.Size(18, 18);
     this.cmdXoaChiDinh.Location = new System.Drawing.Point(232, 57);
     this.cmdXoaChiDinh.Name = "cmdXoaChiDinh";
     this.cmdXoaChiDinh.Size = new System.Drawing.Size(85, 29);
     this.cmdXoaChiDinh.TabIndex = 702;
     this.cmdXoaChiDinh.TabStop = false;
     this.cmdXoaChiDinh.Text = "Xóa";
     //
     // cmdSuaChiDinh
     //
     this.cmdSuaChiDinh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSuaChiDinh.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdSuaChiDinh.Image = ((System.Drawing.Image)(resources.GetObject("cmdSuaChiDinh.Image")));
     this.cmdSuaChiDinh.ImageSize = new System.Drawing.Size(18, 18);
     this.cmdSuaChiDinh.Location = new System.Drawing.Point(141, 57);
     this.cmdSuaChiDinh.Name = "cmdSuaChiDinh";
     this.cmdSuaChiDinh.Size = new System.Drawing.Size(85, 29);
     this.cmdSuaChiDinh.TabIndex = 701;
     this.cmdSuaChiDinh.TabStop = false;
     this.cmdSuaChiDinh.Text = "Sửa";
     //
     // cmdThemChiDinh
     //
     this.cmdThemChiDinh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdThemChiDinh.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdThemChiDinh.Image = ((System.Drawing.Image)(resources.GetObject("cmdThemChiDinh.Image")));
     this.cmdThemChiDinh.ImageSize = new System.Drawing.Size(18, 18);
     this.cmdThemChiDinh.Location = new System.Drawing.Point(50, 56);
     this.cmdThemChiDinh.Name = "cmdThemChiDinh";
     this.cmdThemChiDinh.Size = new System.Drawing.Size(85, 29);
     this.cmdThemChiDinh.TabIndex = 700;
     this.cmdThemChiDinh.TabStop = false;
     this.cmdThemChiDinh.Text = "Thêm";
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuMaDVu});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(280, 26);
     //
     // mnuMaDVu
     //
     this.mnuMaDVu.CheckOnClick = true;
     this.mnuMaDVu.Name = "mnuMaDVu";
     this.mnuMaDVu.Size = new System.Drawing.Size(279, 22);
     this.mnuMaDVu.Text = "Đăng ký dịch vụ KCB bằng cách gõ mã";
     //
     // uiStatusBar1
     //
     this.uiStatusBar1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiStatusBar1.Location = new System.Drawing.Point(0, 713);
     this.uiStatusBar1.Name = "uiStatusBar1";
     uiStatusBarPanel1.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     uiStatusBarPanel1.BorderColor = System.Drawing.Color.Empty;
     uiStatusBarPanel1.Key = "";
     uiStatusBarPanel1.ProgressBarValue = 0;
     uiStatusBarPanel1.Text = "Ctrl+N: Thêm mới";
     uiStatusBarPanel1.Width = 113;
     uiStatusBarPanel2.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     uiStatusBarPanel2.BorderColor = System.Drawing.Color.Empty;
     uiStatusBarPanel2.Key = "";
     uiStatusBarPanel2.ProgressBarValue = 0;
     uiStatusBarPanel2.Text = "Ctrl+U: Cập nhật";
     uiStatusBarPanel2.Width = 106;
     uiStatusBarPanel3.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     uiStatusBarPanel3.BorderColor = System.Drawing.Color.Empty;
     uiStatusBarPanel3.Key = "";
     uiStatusBarPanel3.ProgressBarValue = 0;
     uiStatusBarPanel3.Text = "Ctrl+D: Xóa";
     uiStatusBarPanel3.Width = 77;
     uiStatusBarPanel4.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     uiStatusBarPanel4.BorderColor = System.Drawing.Color.Empty;
     uiStatusBarPanel4.Key = "";
     uiStatusBarPanel4.ProgressBarValue = 0;
     uiStatusBarPanel4.Text = "Ctrl+K: Thêm khám";
     uiStatusBarPanel4.Width = 121;
     uiStatusBarPanel5.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     uiStatusBarPanel5.BorderColor = System.Drawing.Color.Empty;
     uiStatusBarPanel5.Key = "";
     uiStatusBarPanel5.ProgressBarValue = 0;
     uiStatusBarPanel5.Text = "Esc: Thoát Form";
     uiStatusBarPanel5.Width = 105;
     this.uiStatusBar1.Panels.AddRange(new Janus.Windows.UI.StatusBar.UIStatusBarPanel[] {
     uiStatusBarPanel1,
     uiStatusBarPanel2,
     uiStatusBarPanel3,
     uiStatusBarPanel4,
     uiStatusBarPanel5});
     this.uiStatusBar1.Size = new System.Drawing.Size(1018, 27);
     this.uiStatusBar1.TabIndex = 7;
     this.uiStatusBar1.TabStop = false;
     this.uiStatusBar1.VisualStyle = Janus.Windows.UI.VisualStyle.OfficeXP;
     //
     // uiGroupBox1
     //
     this.uiGroupBox1.Controls.Add(this.cboObjectType);
     this.uiGroupBox1.Controls.Add(this.label4);
     this.uiGroupBox1.Controls.Add(this.txtPatientCode);
     this.uiGroupBox1.Controls.Add(this.label2);
     this.uiGroupBox1.Controls.Add(this.txtPatient_ID);
     this.uiGroupBox1.Controls.Add(this.Label7);
     this.uiGroupBox1.Controls.Add(this.txtPatientName);
     this.uiGroupBox1.Controls.Add(this.label3);
     this.uiGroupBox1.Controls.Add(this.dtmTo);
     this.uiGroupBox1.Controls.Add(this.dtmFrom);
     this.uiGroupBox1.Controls.Add(this.chkByDate);
     this.uiGroupBox1.Controls.Add(this.Label1);
     this.uiGroupBox1.Controls.Add(this.cmdTimKiem);
     this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.uiGroupBox1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiGroupBox1.Location = new System.Drawing.Point(0, 31);
     this.uiGroupBox1.Name = "uiGroupBox1";
     this.uiGroupBox1.Size = new System.Drawing.Size(1018, 71);
     this.uiGroupBox1.TabIndex = 1;
     //
     // cboObjectType
     //
     this.cboObjectType.Location = new System.Drawing.Point(551, 43);
     this.cboObjectType.Name = "cboObjectType";
     this.cboObjectType.Size = new System.Drawing.Size(301, 21);
     this.cboObjectType.TabIndex = 5;
     this.cboObjectType.TabStop = false;
     this.cboObjectType.Text = "Đối tượng";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location = new System.Drawing.Point(631, 18);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(68, 15);
     this.label4.TabIndex = 518;
     this.label4.Text = "Mã đăng ký";
     //
     // txtPatientCode
     //
     this.txtPatientCode.BackColor = System.Drawing.Color.White;
     this.txtPatientCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPatientCode.Location = new System.Drawing.Point(714, 14);
     this.txtPatientCode.Name = "txtPatientCode";
     this.txtPatientCode.Size = new System.Drawing.Size(138, 21);
     this.txtPatientCode.TabIndex = 3;
     this.txtPatientCode.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location = new System.Drawing.Point(457, 18);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(88, 15);
     this.label2.TabIndex = 516;
     this.label2.Text = "ID Khách hàng";
     //
     // txtPatient_ID
     //
     this.txtPatient_ID.BackColor = System.Drawing.Color.White;
     this.txtPatient_ID.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPatient_ID.Location = new System.Drawing.Point(551, 14);
     this.txtPatient_ID.Name = "txtPatient_ID";
     this.txtPatient_ID.Numeric = true;
     this.txtPatient_ID.Size = new System.Drawing.Size(76, 21);
     this.txtPatient_ID.TabIndex = 2;
     this.txtPatient_ID.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // Label7
     //
     this.Label7.AutoSize = true;
     this.Label7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label7.Location = new System.Drawing.Point(457, 48);
     this.Label7.Name = "Label7";
     this.Label7.Size = new System.Drawing.Size(62, 15);
     this.Label7.TabIndex = 514;
     this.Label7.Text = "Đối tượng";
     //
     // txtPatientName
     //
     this.txtPatientName.BackColor = System.Drawing.Color.White;
     this.txtPatientName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPatientName.Location = new System.Drawing.Point(137, 42);
     this.txtPatientName.Name = "txtPatientName";
     this.txtPatientName.Size = new System.Drawing.Size(313, 23);
     this.txtPatientName.TabIndex = 4;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location = new System.Drawing.Point(23, 45);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(103, 15);
     this.label3.TabIndex = 511;
     this.label3.Text = "Tên Khách hàng :";
     //
     // dtmTo
     //
     this.dtmTo.CustomFormat = "dd/MM/yyyy";
     this.dtmTo.DateFormat = Janus.Windows.CalendarCombo.DateFormat.Custom;
     //
     //
     //
     this.dtmTo.DropDownCalendar.Name = "";
     this.dtmTo.DropDownCalendar.VisualStyle = Janus.Windows.CalendarCombo.VisualStyle.Standard;
     this.dtmTo.Location = new System.Drawing.Point(320, 15);
     this.dtmTo.MinDate = new System.DateTime(1900, 2, 1, 0, 0, 0, 0);
     this.dtmTo.Name = "dtmTo";
     this.dtmTo.ShowUpDown = true;
     this.dtmTo.Size = new System.Drawing.Size(130, 21);
     this.dtmTo.TabIndex = 1;
     this.dtmTo.Value = new System.DateTime(2011, 10, 20, 0, 0, 0, 0);
     //
     // dtmFrom
     //
     this.dtmFrom.CustomFormat = "dd/MM/yyyy";
     this.dtmFrom.DateFormat = Janus.Windows.CalendarCombo.DateFormat.Custom;
     //
     //
     //
     this.dtmFrom.DropDownCalendar.Name = "";
     this.dtmFrom.DropDownCalendar.VisualStyle = Janus.Windows.CalendarCombo.VisualStyle.Standard;
     this.dtmFrom.Location = new System.Drawing.Point(137, 15);
     this.dtmFrom.MinDate = new System.DateTime(1900, 2, 1, 0, 0, 0, 0);
     this.dtmFrom.Name = "dtmFrom";
     this.dtmFrom.ShowUpDown = true;
     this.dtmFrom.Size = new System.Drawing.Size(117, 21);
     this.dtmFrom.TabIndex = 0;
     this.dtmFrom.Value = new System.DateTime(2011, 10, 20, 0, 0, 0, 0);
     //
     // chkByDate
     //
     this.chkByDate.AutoSize = true;
     this.chkByDate.Checked = true;
     this.chkByDate.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkByDate.Location = new System.Drawing.Point(15, 15);
     this.chkByDate.Name = "chkByDate";
     this.chkByDate.Size = new System.Drawing.Size(116, 19);
     this.chkByDate.TabIndex = 241;
     this.chkByDate.Text = "Ngày nhận mẫu:";
     this.chkByDate.UseVisualStyleBackColor = true;
     //
     // Label1
     //
     this.Label1.AutoSize = true;
     this.Label1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label1.ForeColor = System.Drawing.Color.Black;
     this.Label1.Location = new System.Drawing.Point(260, 20);
     this.Label1.Name = "Label1";
     this.Label1.Size = new System.Drawing.Size(59, 15);
     this.Label1.TabIndex = 240;
     this.Label1.Text = "Đến ngày";
     //
     // cmdTimKiem
     //
     this.cmdTimKiem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdTimKiem.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdTimKiem.Image = ((System.Drawing.Image)(resources.GetObject("cmdTimKiem.Image")));
     this.cmdTimKiem.ImageSize = new System.Drawing.Size(32, 32);
     this.cmdTimKiem.Location = new System.Drawing.Point(875, 14);
     this.cmdTimKiem.Name = "cmdTimKiem";
     this.cmdTimKiem.Size = new System.Drawing.Size(131, 51);
     this.cmdTimKiem.TabIndex = 6;
     this.cmdTimKiem.Text = "Tìm kiếm (F3)";
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // toolTip1
     //
     this.toolTip1.IsBalloon = true;
     this.toolTip1.ToolTipTitle = "Trợ giúp nhanh:";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.grdAssignDetail);
     this.panel2.Controls.Add(this.uiGroupBox3);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
     this.panel2.Location = new System.Drawing.Point(612, 102);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(406, 611);
     this.panel2.TabIndex = 548;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.grdList);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 102);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(612, 611);
     this.panel1.TabIndex = 549;
     //
     // grdList
     //
     this.grdList.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
     this.grdList.BackColor = System.Drawing.Color.Silver;
     this.grdList.BuiltInTextsData = "<LocalizableData ID=\"LocalizableStrings\" Collection=\"true\"><FilterRowInfoText>Lọc" +
     " thông tin bệnh nhân</FilterRowInfoText></LocalizableData>";
     grdList_DesignTimeLayout.LayoutString = resources.GetString("grdList_DesignTimeLayout.LayoutString");
     this.grdList.DesignTimeLayout = grdList_DesignTimeLayout;
     this.grdList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdList.DynamicFiltering = true;
     this.grdList.FilterMode = Janus.Windows.GridEX.FilterMode.Automatic;
     this.grdList.FocusCellDisplayMode = Janus.Windows.GridEX.FocusCellDisplayMode.UseSelectedFormatStyle;
     this.grdList.FocusCellFormatStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.grdList.FocusCellFormatStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold);
     this.grdList.FocusCellFormatStyle.FontBold = Janus.Windows.GridEX.TriState.True;
     this.grdList.Font = new System.Drawing.Font("Arial", 9F);
     this.grdList.FrozenColumns = 4;
     this.grdList.GroupByBoxVisible = false;
     this.grdList.HideSelection = Janus.Windows.GridEX.HideSelection.Highlight;
     this.grdList.Location = new System.Drawing.Point(0, 0);
     this.grdList.Name = "grdList";
     this.grdList.RecordNavigator = true;
     this.grdList.RowHeaders = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdList.SelectedFormatStyle.BackColor = System.Drawing.Color.SteelBlue;
     this.grdList.Size = new System.Drawing.Size(612, 611);
     this.grdList.TabIndex = 0;
     this.grdList.TabStop = false;
     this.grdList.VisualStyle = Janus.Windows.GridEX.VisualStyle.VS2005;
     //
     // cmdBangiao
     //
     this.cmdBangiao.Image = ((System.Drawing.Image)(resources.GetObject("cmdBangiao.Image")));
     this.cmdBangiao.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdBangiao.Name = "cmdBangiao";
     this.cmdBangiao.Size = new System.Drawing.Size(104, 28);
     this.cmdBangiao.Text = "Bàn giao mẫu";
     //
     // cmdInKQ
     //
     this.cmdInKQ.Image = ((System.Drawing.Image)(resources.GetObject("cmdInKQ.Image")));
     this.cmdInKQ.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdInKQ.Name = "cmdInKQ";
     this.cmdInKQ.Size = new System.Drawing.Size(80, 28);
     this.cmdInKQ.Text = "In kết quả";
     //
     // frm_Quanly_Maukiemnghiem
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(1018, 740);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.uiStatusBar1);
     this.Controls.Add(this.uiGroupBox1);
     this.Controls.Add(this.toolStrip1);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frm_Quanly_Maukiemnghiem";
     this.ShowIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Quản lý thông tin mẫu kiểm nghiệm";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdAssignDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox3)).EndInit();
     this.uiGroupBox3.ResumeLayout(false);
     this.uiGroupBox3.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).EndInit();
     this.uiGroupBox1.ResumeLayout(false);
     this.uiGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdList)).EndInit();
     this.ResumeLayout(false);
     this.PerformLayout();
 }
        /// <summary>
        /// Método necesario para admitir el Diseñador. No se puede modificar
        /// el contenido del método con el editor de código.
        /// </summary>
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            Janus.Windows.GridEX.GridEXLayout gridEXLayout1 = new Janus.Windows.GridEX.GridEXLayout();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OrdenCompraBrowserForm));
            PureComponents.NicePanel.ContainerImage containerImage1 = new PureComponents.NicePanel.ContainerImage();
            PureComponents.NicePanel.HeaderImage headerImage1 = new PureComponents.NicePanel.HeaderImage();
            PureComponents.NicePanel.HeaderImage headerImage2 = new PureComponents.NicePanel.HeaderImage();
            PureComponents.NicePanel.PanelStyle panelStyle1 = new PureComponents.NicePanel.PanelStyle();
            PureComponents.NicePanel.ContainerStyle containerStyle1 = new PureComponents.NicePanel.ContainerStyle();
            PureComponents.NicePanel.PanelHeaderStyle panelHeaderStyle1 = new PureComponents.NicePanel.PanelHeaderStyle();
            PureComponents.NicePanel.PanelHeaderStyle panelHeaderStyle2 = new PureComponents.NicePanel.PanelHeaderStyle();
            PureComponents.NicePanel.ContainerImage containerImage2 = new PureComponents.NicePanel.ContainerImage();
            PureComponents.NicePanel.HeaderImage headerImage3 = new PureComponents.NicePanel.HeaderImage();
            PureComponents.NicePanel.HeaderImage headerImage4 = new PureComponents.NicePanel.HeaderImage();
            PureComponents.NicePanel.PanelStyle panelStyle2 = new PureComponents.NicePanel.PanelStyle();
            PureComponents.NicePanel.ContainerStyle containerStyle2 = new PureComponents.NicePanel.ContainerStyle();
            PureComponents.NicePanel.PanelHeaderStyle panelHeaderStyle3 = new PureComponents.NicePanel.PanelHeaderStyle();
            PureComponents.NicePanel.PanelHeaderStyle panelHeaderStyle4 = new PureComponents.NicePanel.PanelHeaderStyle();
            this.BotonesUiPanelManager = new Janus.Windows.UI.Dock.UIPanelManager(this.components);
            this.BrowserPanel = new System.Windows.Forms.Panel();
            this.BrowserGridsPanel = new System.Windows.Forms.Panel();
            this.BrowserGridPanel = new System.Windows.Forms.Panel();
            this.BrowserGridEX = new Janus.Windows.GridEX.GridEX();
            this.HerramientasUiPanel = new Janus.Windows.UI.Dock.UIPanel();
            this.HerramientasUiPanelContainer = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
            this.CambioEstadoUiButton = new Janus.Windows.EditControls.UIButton();
            this.ModificacionUiButton = new Janus.Windows.EditControls.UIButton();
            this.ConsultaUiButton = new Janus.Windows.EditControls.UIButton();
            this.panel1 = new System.Windows.Forms.Panel();
            this.MinimizarUiButton = new Janus.Windows.EditControls.UIButton();
            this.MaximizarUiButton = new Janus.Windows.EditControls.UIButton();
            this.SalirUiButton = new Janus.Windows.EditControls.UIButton();
            this.AnulacionUiButton = new Janus.Windows.EditControls.UIButton();
            this.IngrADepUiButton = new Janus.Windows.EditControls.UIButton();
            this.InspRenarUiButton = new Janus.Windows.EditControls.UIButton();
            this.RegDespUiButton = new Janus.Windows.EditControls.UIButton();
            this.RecepDocsUiButton = new Janus.Windows.EditControls.UIButton();
            this.IngInfoEmbUiButton = new Janus.Windows.EditControls.UIButton();
            this.EnviarAUiButton = new Janus.Windows.EditControls.UIButton();
            this.AltaUiButton = new Janus.Windows.EditControls.UIButton();
            this.BrowserUiTab = new Janus.Windows.UI.Tab.UITab();
            this.TabBrowserUiTabPage = new Janus.Windows.UI.Tab.UITabPage();
            this.TabFiltroUiTabPage = new Janus.Windows.UI.Tab.UITabPage();
            this.FiltroPanel = new System.Windows.Forms.Panel();
            this.EjecutarSeleccionUiButton = new Janus.Windows.EditControls.UIButton();
            this.CancelarUiButton = new Janus.Windows.EditControls.UIButton();
            this.nicePanel3 = new PureComponents.NicePanel.NicePanel();
            this.label2 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.FechaHstCalendarCombo = new Janus.Windows.CalendarCombo.CalendarCombo();
            this.FechaDsdCalendarCombo = new Janus.Windows.CalendarCombo.CalendarCombo();
            this.FechaLabel = new System.Windows.Forms.Label();
            this.nicePanel2 = new PureComponents.NicePanel.NicePanel();
            this.EstadoUiCheckBox = new Janus.Windows.EditControls.UICheckBox();
            this.EstadoTreeView = new System.Windows.Forms.TreeView();
            this.panel4 = new System.Windows.Forms.Panel();
            ((System.ComponentModel.ISupportInitialize)(this.EnviarAUiCommandManager)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.EnviarAUiContextMenu)).BeginInit();
            this.FondoNicePanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.BotonesUiPanelManager)).BeginInit();
            this.BrowserPanel.SuspendLayout();
            this.BrowserGridsPanel.SuspendLayout();
            this.BrowserGridPanel.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.BrowserGridEX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.HerramientasUiPanel)).BeginInit();
            this.HerramientasUiPanel.SuspendLayout();
            this.HerramientasUiPanelContainer.SuspendLayout();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.BrowserUiTab)).BeginInit();
            this.BrowserUiTab.SuspendLayout();
            this.TabBrowserUiTabPage.SuspendLayout();
            this.TabFiltroUiTabPage.SuspendLayout();
            this.FiltroPanel.SuspendLayout();
            this.nicePanel3.SuspendLayout();
            this.nicePanel2.SuspendLayout();
            this.panel4.SuspendLayout();
            this.SuspendLayout();
            // 
            // EnviarAUiCommandManager
            // 
            this.EnviarAUiCommandManager.CommandsStateStyles.FormatStyle.BackColor = System.Drawing.Color.PeachPuff;
            this.EnviarAUiCommandManager.CommandsStateStyles.FormatStyle.ForeColor = System.Drawing.Color.Navy;
            this.EnviarAUiCommandManager.UseThemes = false;
            this.EnviarAUiCommandManager.CommandClick += new Janus.Windows.UI.CommandBars.CommandEventHandler(this.EnviarAUiCommandManager_CommandClick);
            // 
            // EnviarAUiContextMenu
            // 
            this.EnviarAUiContextMenu.UseThemes = Janus.Windows.UI.InheritableBoolean.False;
            this.EnviarAUiContextMenu.VisualStyle = Janus.Windows.UI.VisualStyle.Standard;
            // 
            // FondoNicePanel
            // 
            this.FondoNicePanel.Controls.Add(this.panel4);
            this.FondoNicePanel.Size = new System.Drawing.Size(958, 503);
            // 
            // BotonesUiPanelManager
            // 
            this.BotonesUiPanelManager.AllowPanelDrag = false;
            this.BotonesUiPanelManager.AllowPanelDrop = false;
            this.BotonesUiPanelManager.AllowPanelResize = false;
            this.BotonesUiPanelManager.BackColorAutoHideStrip = System.Drawing.Color.PeachPuff;
            this.BotonesUiPanelManager.BackColorSplitter = System.Drawing.Color.PeachPuff;
            this.BotonesUiPanelManager.ContainerControl = this.BrowserPanel;
            this.BotonesUiPanelManager.DefaultPanelSettings.ActiveCaptionFormatStyle.BackColor = System.Drawing.Color.Peru;
            this.BotonesUiPanelManager.DefaultPanelSettings.ActiveCaptionFormatStyle.BackColorGradient = System.Drawing.Color.Brown;
            this.BotonesUiPanelManager.DefaultPanelSettings.ActiveCaptionFormatStyle.FontBold = Janus.Windows.UI.TriState.True;
            this.BotonesUiPanelManager.DefaultPanelSettings.ActiveCaptionFormatStyle.ForeColor = System.Drawing.Color.Cornsilk;
            this.BotonesUiPanelManager.DefaultPanelSettings.BorderCaptionColor = System.Drawing.Color.Brown;
            this.BotonesUiPanelManager.DefaultPanelSettings.BorderPanelColor = System.Drawing.Color.Brown;
            this.BotonesUiPanelManager.DefaultPanelSettings.CaptionFormatStyle.BackColor = System.Drawing.Color.Peru;
            this.BotonesUiPanelManager.DefaultPanelSettings.CaptionFormatStyle.BackColorGradient = System.Drawing.Color.Brown;
            this.BotonesUiPanelManager.DefaultPanelSettings.CaptionFormatStyle.FontBold = Janus.Windows.UI.TriState.True;
            this.BotonesUiPanelManager.DefaultPanelSettings.CaptionFormatStyle.ForeColor = System.Drawing.Color.Cornsilk;
            this.BotonesUiPanelManager.DefaultPanelSettings.CaptionHeight = 25;
            this.BotonesUiPanelManager.DefaultPanelSettings.InnerContainerFormatStyle.BackColor = System.Drawing.Color.PeachPuff;
            this.BotonesUiPanelManager.DefaultPanelSettings.TextAlignment = Janus.Windows.UI.Dock.PanelTextAlignment.Center;
            this.BotonesUiPanelManager.PanelPadding.Bottom = 0;
            this.BotonesUiPanelManager.PanelPadding.Left = 0;
            this.BotonesUiPanelManager.PanelPadding.Right = 0;
            this.BotonesUiPanelManager.PanelPadding.Top = 0;
            this.BotonesUiPanelManager.SplitterSize = 1;
            this.BotonesUiPanelManager.UseThemes = false;
            this.HerramientasUiPanel.Id = new System.Guid("6ee79d23-0754-4daa-993e-d43b72175136");
            this.BotonesUiPanelManager.Panels.Add(this.HerramientasUiPanel);
            // 
            // Design Time Panel Info:
            // 
            this.BotonesUiPanelManager.BeginPanelInfo();
            this.BotonesUiPanelManager.AddDockPanelInfo(new System.Guid("6ee79d23-0754-4daa-993e-d43b72175136"), Janus.Windows.UI.Dock.PanelDockStyle.Right, new System.Drawing.Size(178, 436), true);
            this.BotonesUiPanelManager.AddFloatingPanelInfo(new System.Guid("6ee79d23-0754-4daa-993e-d43b72175136"), new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
            this.BotonesUiPanelManager.EndPanelInfo();
            // 
            // BrowserPanel
            // 
            this.BrowserPanel.BackColor = System.Drawing.Color.PeachPuff;
            this.BrowserPanel.Controls.Add(this.BrowserGridsPanel);
            this.BrowserPanel.Controls.Add(this.HerramientasUiPanel);
            this.BrowserPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.BrowserPanel.Location = new System.Drawing.Point(0, 0);
            this.BrowserPanel.Name = "BrowserPanel";
            this.BrowserPanel.Padding = new System.Windows.Forms.Padding(5);
            this.BrowserPanel.Size = new System.Drawing.Size(946, 446);
            this.BrowserPanel.TabIndex = 5;
            // 
            // BrowserGridsPanel
            // 
            this.BrowserGridsPanel.BackColor = System.Drawing.Color.PeachPuff;
            this.BrowserGridsPanel.Controls.Add(this.BrowserGridPanel);
            this.BrowserGridsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.BrowserGridsPanel.Location = new System.Drawing.Point(5, 5);
            this.BrowserGridsPanel.Name = "BrowserGridsPanel";
            this.BrowserGridsPanel.Padding = new System.Windows.Forms.Padding(0, 0, 4, 0);
            this.BrowserGridsPanel.Size = new System.Drawing.Size(758, 436);
            this.BrowserGridsPanel.TabIndex = 6;
            // 
            // BrowserGridPanel
            // 
            this.BrowserGridPanel.BackColor = System.Drawing.Color.PeachPuff;
            this.BrowserGridPanel.Controls.Add(this.BrowserGridEX);
            this.BrowserGridPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.BrowserGridPanel.Location = new System.Drawing.Point(0, 0);
            this.BrowserGridPanel.Name = "BrowserGridPanel";
            this.BrowserGridPanel.Size = new System.Drawing.Size(754, 436);
            this.BrowserGridPanel.TabIndex = 9;
            // 
            // BrowserGridEX
            // 
            this.BrowserGridEX.AllowColumnDrag = false;
            this.BrowserGridEX.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
            this.BrowserGridEX.AlternatingColors = true;
            this.BrowserGridEX.AlternatingRowFormatStyle.BackColor = System.Drawing.Color.Cornsilk;
            this.BrowserGridEX.BackColor = System.Drawing.Color.PeachPuff;
            this.BrowserGridEX.BackgroundImageDrawMode = Janus.Windows.GridEX.BackgroundImageDrawMode.None;
            this.BrowserGridEX.BlendColor = System.Drawing.Color.White;
            this.BrowserGridEX.ControlStyle.ControlColor = System.Drawing.Color.PeachPuff;
            this.BrowserGridEX.ControlStyle.ScrollBarColor = System.Drawing.Color.PeachPuff;
            gridEXLayout1.LayoutString = resources.GetString("gridEXLayout1.LayoutString");
            this.BrowserGridEX.DesignTimeLayout = gridEXLayout1;
            this.BrowserGridEX.Dock = System.Windows.Forms.DockStyle.Fill;
            this.BrowserGridEX.EditorsControlStyle.ButtonAppearance = Janus.Windows.GridEX.ButtonAppearance.Regular;
            this.BrowserGridEX.FlatBorderColor = System.Drawing.Color.Brown;
            this.BrowserGridEX.FocusCellFormatStyle.BackColor = System.Drawing.Color.Gold;
            this.BrowserGridEX.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.BrowserGridEX.FrozenColumns = 3;
            this.BrowserGridEX.GridLines = Janus.Windows.GridEX.GridLines.Vertical;
            this.BrowserGridEX.GridLineStyle = Janus.Windows.GridEX.GridLineStyle.Solid;
            this.BrowserGridEX.GroupByBoxVisible = false;
            this.BrowserGridEX.HeaderFormatStyle.BackColor = System.Drawing.Color.PeachPuff;
            this.BrowserGridEX.HeaderFormatStyle.BackColorGradient = System.Drawing.Color.PeachPuff;
            this.BrowserGridEX.HeaderFormatStyle.ForeColor = System.Drawing.Color.Navy;
            this.BrowserGridEX.HeaderFormatStyle.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
            this.BrowserGridEX.HideSelection = Janus.Windows.GridEX.HideSelection.Highlight;
            this.BrowserGridEX.Location = new System.Drawing.Point(0, 0);
            this.BrowserGridEX.Name = "BrowserGridEX";
            this.BrowserGridEX.RowFormatStyle.BackColor = System.Drawing.Color.White;
            this.BrowserGridEX.SelectedFormatStyle.BackColor = System.Drawing.Color.Gold;
            this.BrowserGridEX.SelectedFormatStyle.ForeColor = System.Drawing.Color.Empty;
            this.BrowserGridEX.SelectedInactiveFormatStyle.BackColor = System.Drawing.Color.LightSteelBlue;
            this.BrowserGridEX.SelectedInactiveFormatStyle.ForeColor = System.Drawing.Color.Empty;
            this.BrowserGridEX.SelectionMode = Janus.Windows.GridEX.SelectionMode.MultipleSelection;
            this.BrowserGridEX.Size = new System.Drawing.Size(754, 436);
            this.BrowserGridEX.TabIndex = 6;
            this.BrowserGridEX.ThemedAreas = Janus.Windows.GridEX.ThemedArea.None;
            this.BrowserGridEX.VisualStyle = Janus.Windows.GridEX.VisualStyle.Office2003;
            this.BrowserGridEX.SelectionChanged += new System.EventHandler(this.BrowserGridEX_SelectionChanged);
            // 
            // HerramientasUiPanel
            // 
            this.HerramientasUiPanel.AutoHideButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
            this.HerramientasUiPanel.CaptionFormatStyle.FontBold = Janus.Windows.UI.TriState.False;
            this.HerramientasUiPanel.CaptionFormatStyle.ForeColor = System.Drawing.Color.White;
            this.HerramientasUiPanel.CaptionHeight = 20;
            this.HerramientasUiPanel.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
            this.HerramientasUiPanel.InnerContainer = this.HerramientasUiPanelContainer;
            this.HerramientasUiPanel.Location = new System.Drawing.Point(763, 5);
            this.HerramientasUiPanel.Name = "HerramientasUiPanel";
            this.HerramientasUiPanel.Size = new System.Drawing.Size(178, 436);
            this.HerramientasUiPanel.TabIndex = 4;
            this.HerramientasUiPanel.Text = "Herramientas";
            // 
            // HerramientasUiPanelContainer
            // 
            this.HerramientasUiPanelContainer.Controls.Add(this.CambioEstadoUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.ModificacionUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.ConsultaUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.panel1);
            this.HerramientasUiPanelContainer.Controls.Add(this.AnulacionUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.IngrADepUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.InspRenarUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.RegDespUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.RecepDocsUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.IngInfoEmbUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.EnviarAUiButton);
            this.HerramientasUiPanelContainer.Controls.Add(this.AltaUiButton);
            this.HerramientasUiPanelContainer.ForeColor = System.Drawing.Color.Navy;
            this.HerramientasUiPanelContainer.Location = new System.Drawing.Point(2, 20);
            this.HerramientasUiPanelContainer.Name = "HerramientasUiPanelContainer";
            this.HerramientasUiPanelContainer.Size = new System.Drawing.Size(175, 415);
            this.HerramientasUiPanelContainer.TabIndex = 0;
            // 
            // CambioEstadoUiButton
            // 
            this.CambioEstadoUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.CambioEstadoUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.CambioEstadoUiButton.Enabled = false;
            this.CambioEstadoUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.CambioEstadoUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("CambioEstadoUiButton.Icon")));
            this.CambioEstadoUiButton.Location = new System.Drawing.Point(8, 210);
            this.CambioEstadoUiButton.Name = "CambioEstadoUiButton";
            this.CambioEstadoUiButton.ShowFocusRectangle = false;
            this.CambioEstadoUiButton.Size = new System.Drawing.Size(158, 25);
            this.CambioEstadoUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.CambioEstadoUiButton.TabIndex = 43;
            this.CambioEstadoUiButton.Tag = "";
            this.CambioEstadoUiButton.Text = "Cambio manual de Estado";
            this.CambioEstadoUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.CambioEstadoUiButton.UseThemes = false;
            this.CambioEstadoUiButton.Click += new System.EventHandler(this.CambioEstadoUiButton_Click);
            // 
            // ModificacionUiButton
            // 
            this.ModificacionUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.ModificacionUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.ModificacionUiButton.Enabled = false;
            this.ModificacionUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.ModificacionUiButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.ModificacionUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("ModificacionUiButton.Icon")));
            this.ModificacionUiButton.Location = new System.Drawing.Point(8, 185);
            this.ModificacionUiButton.Name = "ModificacionUiButton";
            this.ModificacionUiButton.ShowFocusRectangle = false;
            this.ModificacionUiButton.Size = new System.Drawing.Size(158, 25);
            this.ModificacionUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.ModificacionUiButton.TabIndex = 42;
            this.ModificacionUiButton.Tag = "Modificacion";
            this.ModificacionUiButton.Text = "Modificacion manual";
            this.ModificacionUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.ModificacionUiButton.UseThemes = false;
            this.ModificacionUiButton.Click += new System.EventHandler(this.ModificacionUiButton_Click);
            // 
            // ConsultaUiButton
            // 
            this.ConsultaUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.ConsultaUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.ConsultaUiButton.Enabled = false;
            this.ConsultaUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.ConsultaUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("ConsultaUiButton.Icon")));
            this.ConsultaUiButton.Location = new System.Drawing.Point(8, 235);
            this.ConsultaUiButton.Name = "ConsultaUiButton";
            this.ConsultaUiButton.ShowFocusRectangle = false;
            this.ConsultaUiButton.Size = new System.Drawing.Size(158, 25);
            this.ConsultaUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.ConsultaUiButton.TabIndex = 41;
            this.ConsultaUiButton.Tag = "Consulta";
            this.ConsultaUiButton.Text = "Consulta";
            this.ConsultaUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.ConsultaUiButton.UseThemes = false;
            this.ConsultaUiButton.Click += new System.EventHandler(this.ConsultaUiButton_Click);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.MinimizarUiButton);
            this.panel1.Controls.Add(this.MaximizarUiButton);
            this.panel1.Controls.Add(this.SalirUiButton);
            this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
            this.panel1.Location = new System.Drawing.Point(0, 385);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(175, 30);
            this.panel1.TabIndex = 40;
            // 
            // MinimizarUiButton
            // 
            this.MinimizarUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.MinimizarUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.MinimizarUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.MinimizarUiButton.Image = ((System.Drawing.Image)(resources.GetObject("MinimizarUiButton.Image")));
            this.MinimizarUiButton.ImageHorizontalAlignment = Janus.Windows.EditControls.ImageHorizontalAlignment.Near;
            this.MinimizarUiButton.Location = new System.Drawing.Point(7, 6);
            this.MinimizarUiButton.Name = "MinimizarUiButton";
            this.MinimizarUiButton.ShowFocusRectangle = false;
            this.MinimizarUiButton.Size = new System.Drawing.Size(20, 20);
            this.MinimizarUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.MinimizarUiButton.TabIndex = 42;
            this.MinimizarUiButton.Tag = "Min";
            this.MinimizarUiButton.UseThemes = false;
            this.MinimizarUiButton.Visible = false;
            this.MinimizarUiButton.Click += new System.EventHandler(this.MinimizarUiButton_Click);
            // 
            // MaximizarUiButton
            // 
            this.MaximizarUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.MaximizarUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.MaximizarUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.MaximizarUiButton.Image = ((System.Drawing.Image)(resources.GetObject("MaximizarUiButton.Image")));
            this.MaximizarUiButton.ImageHorizontalAlignment = Janus.Windows.EditControls.ImageHorizontalAlignment.Center;
            this.MaximizarUiButton.Location = new System.Drawing.Point(7, 6);
            this.MaximizarUiButton.Name = "MaximizarUiButton";
            this.MaximizarUiButton.ShowFocusRectangle = false;
            this.MaximizarUiButton.Size = new System.Drawing.Size(20, 20);
            this.MaximizarUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.MaximizarUiButton.TabIndex = 41;
            this.MaximizarUiButton.Tag = "Max";
            this.MaximizarUiButton.UseThemes = false;
            this.MaximizarUiButton.Click += new System.EventHandler(this.MaxMinUiButton_Click);
            // 
            // SalirUiButton
            // 
            this.SalirUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.SalirUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.SalirUiButton.DialogResult = System.Windows.Forms.DialogResult.OK;
            this.SalirUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.SalirUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("SalirUiButton.Icon")));
            this.SalirUiButton.Location = new System.Drawing.Point(112, 4);
            this.SalirUiButton.Name = "SalirUiButton";
            this.SalirUiButton.ShowFocusRectangle = false;
            this.SalirUiButton.Size = new System.Drawing.Size(54, 24);
            this.SalirUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.SalirUiButton.TabIndex = 40;
            this.SalirUiButton.Text = "Salir";
            this.SalirUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Far;
            this.SalirUiButton.UseThemes = false;
            // 
            // AnulacionUiButton
            // 
            this.AnulacionUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.AnulacionUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.AnulacionUiButton.Enabled = false;
            this.AnulacionUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.AnulacionUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("AnulacionUiButton.Icon")));
            this.AnulacionUiButton.Location = new System.Drawing.Point(8, 160);
            this.AnulacionUiButton.Name = "AnulacionUiButton";
            this.AnulacionUiButton.ShowFocusRectangle = false;
            this.AnulacionUiButton.Size = new System.Drawing.Size(158, 25);
            this.AnulacionUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.AnulacionUiButton.TabIndex = 32;
            this.AnulacionUiButton.Tag = "Baja";
            this.AnulacionUiButton.Text = "Anulación";
            this.AnulacionUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.AnulacionUiButton.UseThemes = false;
            this.AnulacionUiButton.Click += new System.EventHandler(this.AnulacionUiButton_Click);
            // 
            // IngrADepUiButton
            // 
            this.IngrADepUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.IngrADepUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.IngrADepUiButton.Enabled = false;
            this.IngrADepUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.IngrADepUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("IngrADepUiButton.Icon")));
            this.IngrADepUiButton.Location = new System.Drawing.Point(8, 135);
            this.IngrADepUiButton.Name = "IngrADepUiButton";
            this.IngrADepUiButton.ShowFocusRectangle = false;
            this.IngrADepUiButton.Size = new System.Drawing.Size(158, 25);
            this.IngrADepUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.IngrADepUiButton.TabIndex = 31;
            this.IngrADepUiButton.Tag = "";
            this.IngrADepUiButton.Text = "Ingreso a Depósito";
            this.IngrADepUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.IngrADepUiButton.UseThemes = false;
            this.IngrADepUiButton.Click += new System.EventHandler(this.IngrADepUiButton_Click);
            // 
            // InspRenarUiButton
            // 
            this.InspRenarUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.InspRenarUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.InspRenarUiButton.Enabled = false;
            this.InspRenarUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.InspRenarUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("InspRenarUiButton.Icon")));
            this.InspRenarUiButton.Location = new System.Drawing.Point(8, 110);
            this.InspRenarUiButton.Name = "InspRenarUiButton";
            this.InspRenarUiButton.ShowFocusRectangle = false;
            this.InspRenarUiButton.Size = new System.Drawing.Size(158, 25);
            this.InspRenarUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.InspRenarUiButton.TabIndex = 30;
            this.InspRenarUiButton.Tag = "";
            this.InspRenarUiButton.Text = "Inspección RENAR";
            this.InspRenarUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.InspRenarUiButton.UseThemes = false;
            this.InspRenarUiButton.Click += new System.EventHandler(this.InspRenarUiButton_Click);
            // 
            // RegDespUiButton
            // 
            this.RegDespUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.RegDespUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.RegDespUiButton.Enabled = false;
            this.RegDespUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.RegDespUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("RegDespUiButton.Icon")));
            this.RegDespUiButton.Location = new System.Drawing.Point(8, 85);
            this.RegDespUiButton.Name = "RegDespUiButton";
            this.RegDespUiButton.ShowFocusRectangle = false;
            this.RegDespUiButton.Size = new System.Drawing.Size(158, 25);
            this.RegDespUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.RegDespUiButton.TabIndex = 29;
            this.RegDespUiButton.Tag = "";
            this.RegDespUiButton.Text = "Registro de Despacho";
            this.RegDespUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.RegDespUiButton.UseThemes = false;
            this.RegDespUiButton.Click += new System.EventHandler(this.RegDespUiButton_Click);
            // 
            // RecepDocsUiButton
            // 
            this.RecepDocsUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.RecepDocsUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.RecepDocsUiButton.Enabled = false;
            this.RecepDocsUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.RecepDocsUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("RecepDocsUiButton.Icon")));
            this.RecepDocsUiButton.Location = new System.Drawing.Point(8, 60);
            this.RecepDocsUiButton.Name = "RecepDocsUiButton";
            this.RecepDocsUiButton.ShowFocusRectangle = false;
            this.RecepDocsUiButton.Size = new System.Drawing.Size(158, 25);
            this.RecepDocsUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.RecepDocsUiButton.TabIndex = 28;
            this.RecepDocsUiButton.Tag = "";
            this.RecepDocsUiButton.Text = "Recepción de Documentos";
            this.RecepDocsUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.RecepDocsUiButton.UseThemes = false;
            this.RecepDocsUiButton.Click += new System.EventHandler(this.RecepDocsUiButton_Click);
            // 
            // IngInfoEmbUiButton
            // 
            this.IngInfoEmbUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.IngInfoEmbUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.IngInfoEmbUiButton.Enabled = false;
            this.IngInfoEmbUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.IngInfoEmbUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("IngInfoEmbUiButton.Icon")));
            this.IngInfoEmbUiButton.Location = new System.Drawing.Point(8, 35);
            this.IngInfoEmbUiButton.Name = "IngInfoEmbUiButton";
            this.IngInfoEmbUiButton.ShowFocusRectangle = false;
            this.IngInfoEmbUiButton.Size = new System.Drawing.Size(158, 25);
            this.IngInfoEmbUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.IngInfoEmbUiButton.TabIndex = 27;
            this.IngInfoEmbUiButton.Tag = "";
            this.IngInfoEmbUiButton.Text = "Ingreso Info Embarque";
            this.IngInfoEmbUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.IngInfoEmbUiButton.UseThemes = false;
            this.IngInfoEmbUiButton.Click += new System.EventHandler(this.IngInfoEmbUiButton_Click);
            // 
            // EnviarAUiButton
            // 
            this.EnviarAUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.EnviarAUiButton.ButtonStyle = Janus.Windows.EditControls.ButtonStyle.DropDownButton;
            this.EnviarAUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.EnviarAUiButton.DropDownContextMenu = this.EnviarAUiContextMenu;
            this.EnviarAUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.EnviarAUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("EnviarAUiButton.Icon")));
            this.EnviarAUiButton.Location = new System.Drawing.Point(8, 260);
            this.EnviarAUiButton.Name = "EnviarAUiButton";
            this.EnviarAUiButton.ShowFocusRectangle = false;
            this.EnviarAUiButton.Size = new System.Drawing.Size(158, 25);
            this.EnviarAUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.EnviarAUiButton.StateStyles.FormatStyle.ForeColor = System.Drawing.Color.Navy;
            this.EnviarAUiButton.TabIndex = 26;
            this.EnviarAUiButton.Text = "Enviar a";
            this.EnviarAUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.EnviarAUiButton.UseThemes = false;
            // 
            // AltaUiButton
            // 
            this.AltaUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.AltaUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.AltaUiButton.FlatBorderColor = System.Drawing.Color.Transparent;
            this.AltaUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("AltaUiButton.Icon")));
            this.AltaUiButton.Location = new System.Drawing.Point(8, 10);
            this.AltaUiButton.Name = "AltaUiButton";
            this.AltaUiButton.ShowFocusRectangle = false;
            this.AltaUiButton.Size = new System.Drawing.Size(158, 25);
            this.AltaUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.AltaUiButton.TabIndex = 24;
            this.AltaUiButton.Tag = "";
            this.AltaUiButton.Text = "Alta";
            this.AltaUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.AltaUiButton.UseThemes = false;
            this.AltaUiButton.Click += new System.EventHandler(this.AltaUiButton_Click);
            // 
            // BrowserUiTab
            // 
            this.BrowserUiTab.BackColor = System.Drawing.Color.Transparent;
            this.BrowserUiTab.Controls.Add(this.TabBrowserUiTabPage);
            this.BrowserUiTab.Controls.Add(this.TabFiltroUiTabPage);
            this.BrowserUiTab.Dock = System.Windows.Forms.DockStyle.Fill;
            this.BrowserUiTab.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.BrowserUiTab.Location = new System.Drawing.Point(5, 30);
            this.BrowserUiTab.MultiLine = true;
            this.BrowserUiTab.Name = "BrowserUiTab";
            this.BrowserUiTab.ShowFocusRectangle = false;
            this.BrowserUiTab.Size = new System.Drawing.Size(948, 468);
            this.BrowserUiTab.SizeMode = System.Windows.Forms.TabSizeMode.FillToRight;
            this.BrowserUiTab.TabIndex = 9;
            this.BrowserUiTab.TabPages.AddRange(new Janus.Windows.UI.Tab.UITabPage[] {
            this.TabBrowserUiTabPage,
            this.TabFiltroUiTabPage});
            this.BrowserUiTab.TabsStateStyles.FormatStyle.ForeColor = System.Drawing.Color.DimGray;
            this.BrowserUiTab.TabsStateStyles.SelectedFormatStyle.ForeColor = System.Drawing.Color.Navy;
            this.BrowserUiTab.TabStripFormatStyle.FontBold = Janus.Windows.UI.TriState.True;
            this.BrowserUiTab.Tag = "";
            this.BrowserUiTab.UseThemes = false;
            this.BrowserUiTab.VisualStyle = Janus.Windows.UI.Tab.TabVisualStyle.Office2003;
            this.BrowserUiTab.SelectedTabChanged += new Janus.Windows.UI.Tab.TabEventHandler(this.BrowserUiTab_SelectedTabChanged);
            // 
            // TabBrowserUiTabPage
            // 
            this.TabBrowserUiTabPage.Controls.Add(this.BrowserPanel);
            this.TabBrowserUiTabPage.Key = "OrdenCompra";
            this.TabBrowserUiTabPage.Location = new System.Drawing.Point(1, 21);
            this.TabBrowserUiTabPage.Name = "TabBrowserUiTabPage";
            this.TabBrowserUiTabPage.Size = new System.Drawing.Size(946, 446);
            this.TabBrowserUiTabPage.StateStyles.HotFormatStyle.BackColor = System.Drawing.Color.PeachPuff;
            this.TabBrowserUiTabPage.TabIndex = 1;
            this.TabBrowserUiTabPage.Tag = "Detalle";
            this.TabBrowserUiTabPage.Text = "Órdenes de Compra";
            // 
            // TabFiltroUiTabPage
            // 
            this.TabFiltroUiTabPage.Controls.Add(this.FiltroPanel);
            this.TabFiltroUiTabPage.Key = "Filtro";
            this.TabFiltroUiTabPage.Location = new System.Drawing.Point(1, 21);
            this.TabFiltroUiTabPage.Name = "TabFiltroUiTabPage";
            this.TabFiltroUiTabPage.Size = new System.Drawing.Size(946, 446);
            this.TabFiltroUiTabPage.StateStyles.HotFormatStyle.BackColor = System.Drawing.Color.Cornsilk;
            this.TabFiltroUiTabPage.TabIndex = 0;
            this.TabFiltroUiTabPage.Tag = "Detalle";
            this.TabFiltroUiTabPage.Text = "Filtro avanzado";
            this.TabFiltroUiTabPage.Visible = false;
            // 
            // FiltroPanel
            // 
            this.FiltroPanel.BackColor = System.Drawing.Color.Cornsilk;
            this.FiltroPanel.Controls.Add(this.EjecutarSeleccionUiButton);
            this.FiltroPanel.Controls.Add(this.CancelarUiButton);
            this.FiltroPanel.Controls.Add(this.nicePanel3);
            this.FiltroPanel.Controls.Add(this.nicePanel2);
            this.FiltroPanel.Dock = System.Windows.Forms.DockStyle.Fill;
            this.FiltroPanel.Location = new System.Drawing.Point(0, 0);
            this.FiltroPanel.Name = "FiltroPanel";
            this.FiltroPanel.Padding = new System.Windows.Forms.Padding(10);
            this.FiltroPanel.Size = new System.Drawing.Size(946, 446);
            this.FiltroPanel.TabIndex = 5;
            // 
            // EjecutarSeleccionUiButton
            // 
            this.EjecutarSeleccionUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.EjecutarSeleccionUiButton.ButtonStyle = Janus.Windows.EditControls.ButtonStyle.Button;
            this.EjecutarSeleccionUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.EjecutarSeleccionUiButton.FlatBorderColor = System.Drawing.Color.Navy;
            this.EjecutarSeleccionUiButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.EjecutarSeleccionUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("EjecutarSeleccionUiButton.Icon")));
            this.EjecutarSeleccionUiButton.Location = new System.Drawing.Point(192, 327);
            this.EjecutarSeleccionUiButton.Name = "EjecutarSeleccionUiButton";
            this.EjecutarSeleccionUiButton.ShowFocusRectangle = false;
            this.EjecutarSeleccionUiButton.Size = new System.Drawing.Size(96, 24);
            this.EjecutarSeleccionUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.EjecutarSeleccionUiButton.StateStyles.FormatStyle.ForeColor = System.Drawing.Color.Navy;
            this.EjecutarSeleccionUiButton.TabIndex = 9018;
            this.EjecutarSeleccionUiButton.Text = "Aplicar filtro";
            this.EjecutarSeleccionUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Near;
            this.EjecutarSeleccionUiButton.UseThemes = false;
            this.EjecutarSeleccionUiButton.Click += new System.EventHandler(this.ActualizarBrowserGrid);
            // 
            // CancelarUiButton
            // 
            this.CancelarUiButton.Appearance = Janus.Windows.UI.Appearance.FlatBorderless;
            this.CancelarUiButton.ButtonStyle = Janus.Windows.EditControls.ButtonStyle.Button;
            this.CancelarUiButton.Cursor = System.Windows.Forms.Cursors.Hand;
            this.CancelarUiButton.FlatBorderColor = System.Drawing.Color.Navy;
            this.CancelarUiButton.Icon = ((System.Drawing.Icon)(resources.GetObject("CancelarUiButton.Icon")));
            this.CancelarUiButton.Location = new System.Drawing.Point(494, 327);
            this.CancelarUiButton.Name = "CancelarUiButton";
            this.CancelarUiButton.ShowFocusRectangle = false;
            this.CancelarUiButton.Size = new System.Drawing.Size(72, 24);
            this.CancelarUiButton.StateStyles.FormatStyle.BackColor = System.Drawing.Color.Transparent;
            this.CancelarUiButton.StateStyles.FormatStyle.ForeColor = System.Drawing.Color.Navy;
            this.CancelarUiButton.TabIndex = 9017;
            this.CancelarUiButton.Text = "Cancelar";
            this.CancelarUiButton.TextHorizontalAlignment = Janus.Windows.EditControls.TextAlignment.Far;
            this.CancelarUiButton.UseThemes = false;
            this.CancelarUiButton.Click += new System.EventHandler(this.CancelarUiButton_Click);
            // 
            // nicePanel3
            // 
            this.nicePanel3.BackColor = System.Drawing.Color.Transparent;
            this.nicePanel3.CollapseButton = false;
            containerImage1.Alignment = System.Drawing.ContentAlignment.BottomRight;
            containerImage1.ClipArt = PureComponents.NicePanel.ImageClipArt.None;
            containerImage1.Image = null;
            containerImage1.Size = PureComponents.NicePanel.ContainerImageSize.Small;
            containerImage1.Transparency = 50;
            this.nicePanel3.ContainerImage = containerImage1;
            this.nicePanel3.ContextMenuButton = false;
            this.nicePanel3.Controls.Add(this.label2);
            this.nicePanel3.Controls.Add(this.label4);
            this.nicePanel3.Controls.Add(this.FechaHstCalendarCombo);
            this.nicePanel3.Controls.Add(this.FechaDsdCalendarCombo);
            this.nicePanel3.Controls.Add(this.FechaLabel);
            headerImage1.ClipArt = PureComponents.NicePanel.ImageClipArt.None;
            headerImage1.Image = null;
            this.nicePanel3.FooterImage = headerImage1;
            this.nicePanel3.FooterText = "";
            this.nicePanel3.FooterVisible = false;
            this.nicePanel3.ForeColor = System.Drawing.Color.Black;
            headerImage2.ClipArt = PureComponents.NicePanel.ImageClipArt.None;
            headerImage2.Image = null;
            this.nicePanel3.HeaderImage = headerImage2;
            this.nicePanel3.HeaderText = "Periodo";
            this.nicePanel3.IsExpanded = true;
            this.nicePanel3.Location = new System.Drawing.Point(8, 8);
            this.nicePanel3.Name = "nicePanel3";
            this.nicePanel3.OriginalFooterVisible = false;
            this.nicePanel3.OriginalHeight = 0;
            this.nicePanel3.ShowChildFocus = false;
            this.nicePanel3.Size = new System.Drawing.Size(176, 104);
            containerStyle1.BackColor = System.Drawing.Color.Transparent;
            containerStyle1.BaseColor = System.Drawing.Color.Transparent;
            containerStyle1.BorderColor = System.Drawing.Color.Brown;
            containerStyle1.BorderStyle = PureComponents.NicePanel.BorderStyle.Solid;
            containerStyle1.CaptionAlign = PureComponents.NicePanel.CaptionAlign.Left;
            containerStyle1.FadeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(207)))), ((int)(((byte)(152)))));
            containerStyle1.FillStyle = PureComponents.NicePanel.FillStyle.Flat;
            containerStyle1.FlashItemBackColor = System.Drawing.Color.Red;
            containerStyle1.FocusItemBackColor = System.Drawing.Color.White;
            containerStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            containerStyle1.ForeColor = System.Drawing.Color.Black;
            containerStyle1.Shape = PureComponents.NicePanel.Shape.Rounded;
            panelStyle1.ContainerStyle = containerStyle1;
            panelHeaderStyle1.BackColor = System.Drawing.Color.ForestGreen;
            panelHeaderStyle1.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(172)))), ((int)(((byte)(191)))), ((int)(((byte)(227)))));
            panelHeaderStyle1.FadeColor = System.Drawing.Color.LightGreen;
            panelHeaderStyle1.FillStyle = PureComponents.NicePanel.FillStyle.HorizontalFading;
            panelHeaderStyle1.FlashBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(122)))), ((int)(((byte)(1)))));
            panelHeaderStyle1.FlashFadeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(215)))), ((int)(((byte)(159)))));
            panelHeaderStyle1.FlashForeColor = System.Drawing.Color.White;
            panelHeaderStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            panelHeaderStyle1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(233)))), ((int)(((byte)(184)))));
            panelHeaderStyle1.Size = PureComponents.NicePanel.PanelHeaderSize.Small;
            panelStyle1.FooterStyle = panelHeaderStyle1;
            panelHeaderStyle2.BackColor = System.Drawing.Color.Brown;
            panelHeaderStyle2.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(233)))), ((int)(((byte)(184)))));
            panelHeaderStyle2.FadeColor = System.Drawing.Color.Peru;
            panelHeaderStyle2.FillStyle = PureComponents.NicePanel.FillStyle.DiagonalBackward;
            panelHeaderStyle2.FlashBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(122)))), ((int)(((byte)(1)))));
            panelHeaderStyle2.FlashFadeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(215)))), ((int)(((byte)(159)))));
            panelHeaderStyle2.FlashForeColor = System.Drawing.Color.White;
            panelHeaderStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
            panelHeaderStyle2.ForeColor = System.Drawing.Color.White;
            panelHeaderStyle2.Size = PureComponents.NicePanel.PanelHeaderSize.Small;
            panelHeaderStyle2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            panelStyle1.HeaderStyle = panelHeaderStyle2;
            this.nicePanel3.Style = panelStyle1;
            this.nicePanel3.TabIndex = 9013;
            // 
            // label2
            // 
            this.label2.ForeColor = System.Drawing.Color.Navy;
            this.label2.Location = new System.Drawing.Point(48, 16);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(80, 20);
            this.label2.TabIndex = 9014;
            this.label2.Text = "Fecha";
            this.label2.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
            // 
            // label4
            // 
            this.label4.ForeColor = System.Drawing.Color.Navy;
            this.label4.Location = new System.Drawing.Point(16, 64);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(24, 20);
            this.label4.TabIndex = 9012;
            this.label4.Text = "al";
            this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // FechaHstCalendarCombo
            // 
            this.FechaHstCalendarCombo.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.FechaHstCalendarCombo.DropDownCalendar.FirstMonth = new System.DateTime(2011, 4, 1, 0, 0, 0, 0);
            this.FechaHstCalendarCombo.DropDownCalendar.Location = new System.Drawing.Point(0, 0);
            this.FechaHstCalendarCombo.DropDownCalendar.Name = "";
            this.FechaHstCalendarCombo.DropDownCalendar.Size = new System.Drawing.Size(170, 173);
            this.FechaHstCalendarCombo.DropDownCalendar.TabIndex = 0;
            this.FechaHstCalendarCombo.DropDownCalendar.VisualStyle = Janus.Windows.CalendarCombo.VisualStyle.Office2003;
            this.FechaHstCalendarCombo.FlatBorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.FechaHstCalendarCombo.ForeColor = System.Drawing.Color.Black;
            this.FechaHstCalendarCombo.Location = new System.Drawing.Point(48, 64);
            this.FechaHstCalendarCombo.Name = "FechaHstCalendarCombo";
            this.FechaHstCalendarCombo.Size = new System.Drawing.Size(96, 20);
            this.FechaHstCalendarCombo.TabIndex = 9007;
            this.FechaHstCalendarCombo.ThemedAreas = Janus.Windows.CalendarCombo.ThemedArea.None;
            this.FechaHstCalendarCombo.TodayButtonText = "Hoy";
            this.FechaHstCalendarCombo.VisualStyle = Janus.Windows.CalendarCombo.VisualStyle.Office2003;
            // 
            // FechaDsdCalendarCombo
            // 
            this.FechaDsdCalendarCombo.BackColor = System.Drawing.Color.White;
            // 
            // 
            // 
            this.FechaDsdCalendarCombo.DropDownCalendar.FirstMonth = new System.DateTime(2011, 4, 1, 0, 0, 0, 0);
            this.FechaDsdCalendarCombo.DropDownCalendar.Location = new System.Drawing.Point(0, 0);
            this.FechaDsdCalendarCombo.DropDownCalendar.Name = "";
            this.FechaDsdCalendarCombo.DropDownCalendar.Size = new System.Drawing.Size(170, 173);
            this.FechaDsdCalendarCombo.DropDownCalendar.TabIndex = 0;
            this.FechaDsdCalendarCombo.DropDownCalendar.VisualStyle = Janus.Windows.CalendarCombo.VisualStyle.Office2003;
            this.FechaDsdCalendarCombo.FlatBorderColor = System.Drawing.SystemColors.ActiveBorder;
            this.FechaDsdCalendarCombo.ForeColor = System.Drawing.Color.Black;
            this.FechaDsdCalendarCombo.Location = new System.Drawing.Point(48, 40);
            this.FechaDsdCalendarCombo.Name = "FechaDsdCalendarCombo";
            this.FechaDsdCalendarCombo.Size = new System.Drawing.Size(96, 20);
            this.FechaDsdCalendarCombo.TabIndex = 9004;
            this.FechaDsdCalendarCombo.ThemedAreas = Janus.Windows.CalendarCombo.ThemedArea.None;
            this.FechaDsdCalendarCombo.TodayButtonText = "Hoy";
            this.FechaDsdCalendarCombo.VisualStyle = Janus.Windows.CalendarCombo.VisualStyle.Office2003;
            // 
            // FechaLabel
            // 
            this.FechaLabel.ForeColor = System.Drawing.Color.Navy;
            this.FechaLabel.Location = new System.Drawing.Point(16, 40);
            this.FechaLabel.Name = "FechaLabel";
            this.FechaLabel.Size = new System.Drawing.Size(24, 20);
            this.FechaLabel.TabIndex = 9003;
            this.FechaLabel.Text = "del";
            this.FechaLabel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // nicePanel2
            // 
            this.nicePanel2.BackColor = System.Drawing.Color.Transparent;
            this.nicePanel2.CollapseButton = false;
            containerImage2.Alignment = System.Drawing.ContentAlignment.BottomRight;
            containerImage2.ClipArt = PureComponents.NicePanel.ImageClipArt.None;
            containerImage2.Image = null;
            containerImage2.Size = PureComponents.NicePanel.ContainerImageSize.Small;
            containerImage2.Transparency = 50;
            this.nicePanel2.ContainerImage = containerImage2;
            this.nicePanel2.ContextMenuButton = false;
            this.nicePanel2.Controls.Add(this.EstadoUiCheckBox);
            this.nicePanel2.Controls.Add(this.EstadoTreeView);
            headerImage3.ClipArt = PureComponents.NicePanel.ImageClipArt.None;
            headerImage3.Image = null;
            this.nicePanel2.FooterImage = headerImage3;
            this.nicePanel2.FooterText = "";
            this.nicePanel2.FooterVisible = false;
            this.nicePanel2.ForeColor = System.Drawing.Color.Black;
            headerImage4.ClipArt = PureComponents.NicePanel.ImageClipArt.None;
            headerImage4.Image = null;
            this.nicePanel2.HeaderImage = headerImage4;
            this.nicePanel2.HeaderText = "Estado(s)";
            this.nicePanel2.IsExpanded = true;
            this.nicePanel2.Location = new System.Drawing.Point(192, 8);
            this.nicePanel2.Name = "nicePanel2";
            this.nicePanel2.OriginalFooterVisible = false;
            this.nicePanel2.OriginalHeight = 0;
            this.nicePanel2.ShowChildFocus = false;
            this.nicePanel2.Size = new System.Drawing.Size(374, 313);
            containerStyle2.BackColor = System.Drawing.Color.Transparent;
            containerStyle2.BaseColor = System.Drawing.Color.Transparent;
            containerStyle2.BorderColor = System.Drawing.Color.Brown;
            containerStyle2.BorderStyle = PureComponents.NicePanel.BorderStyle.Solid;
            containerStyle2.CaptionAlign = PureComponents.NicePanel.CaptionAlign.Left;
            containerStyle2.FadeColor = System.Drawing.Color.FromArgb(((int)(((byte)(155)))), ((int)(((byte)(207)))), ((int)(((byte)(152)))));
            containerStyle2.FillStyle = PureComponents.NicePanel.FillStyle.Flat;
            containerStyle2.FlashItemBackColor = System.Drawing.Color.Red;
            containerStyle2.FocusItemBackColor = System.Drawing.Color.White;
            containerStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            containerStyle2.ForeColor = System.Drawing.Color.Black;
            containerStyle2.Shape = PureComponents.NicePanel.Shape.Rounded;
            panelStyle2.ContainerStyle = containerStyle2;
            panelHeaderStyle3.BackColor = System.Drawing.Color.ForestGreen;
            panelHeaderStyle3.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(172)))), ((int)(((byte)(191)))), ((int)(((byte)(227)))));
            panelHeaderStyle3.FadeColor = System.Drawing.Color.LightGreen;
            panelHeaderStyle3.FillStyle = PureComponents.NicePanel.FillStyle.HorizontalFading;
            panelHeaderStyle3.FlashBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(122)))), ((int)(((byte)(1)))));
            panelHeaderStyle3.FlashFadeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(215)))), ((int)(((byte)(159)))));
            panelHeaderStyle3.FlashForeColor = System.Drawing.Color.White;
            panelHeaderStyle3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            panelHeaderStyle3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(233)))), ((int)(((byte)(184)))));
            panelHeaderStyle3.Size = PureComponents.NicePanel.PanelHeaderSize.Small;
            panelStyle2.FooterStyle = panelHeaderStyle3;
            panelHeaderStyle4.BackColor = System.Drawing.Color.Brown;
            panelHeaderStyle4.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(233)))), ((int)(((byte)(184)))));
            panelHeaderStyle4.FadeColor = System.Drawing.Color.Peru;
            panelHeaderStyle4.FillStyle = PureComponents.NicePanel.FillStyle.DiagonalBackward;
            panelHeaderStyle4.FlashBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(122)))), ((int)(((byte)(1)))));
            panelHeaderStyle4.FlashFadeColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(215)))), ((int)(((byte)(159)))));
            panelHeaderStyle4.FlashForeColor = System.Drawing.Color.White;
            panelHeaderStyle4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold);
            panelHeaderStyle4.ForeColor = System.Drawing.Color.White;
            panelHeaderStyle4.Size = PureComponents.NicePanel.PanelHeaderSize.Small;
            panelHeaderStyle4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            panelStyle2.HeaderStyle = panelHeaderStyle4;
            this.nicePanel2.Style = panelStyle2;
            this.nicePanel2.TabIndex = 9012;
            // 
            // EstadoUiCheckBox
            // 
            this.EstadoUiCheckBox.ForeColor = System.Drawing.Color.Navy;
            this.EstadoUiCheckBox.Location = new System.Drawing.Point(10, 2);
            this.EstadoUiCheckBox.Name = "EstadoUiCheckBox";
            this.EstadoUiCheckBox.ShowFocusRectangle = false;
            this.EstadoUiCheckBox.Size = new System.Drawing.Size(20, 16);
            this.EstadoUiCheckBox.TabIndex = 9013;
            this.EstadoUiCheckBox.TextAlignment = Janus.Windows.EditControls.TextAlignment.Center;
            this.EstadoUiCheckBox.UseThemes = false;
            this.EstadoUiCheckBox.VisualStyle = Janus.Windows.UI.VisualStyle.OfficeXP;
            this.EstadoUiCheckBox.CheckedChanged += new System.EventHandler(this.EstadoUiCheckBox_CheckedChanged);
            // 
            // EstadoTreeView
            // 
            this.EstadoTreeView.BackColor = System.Drawing.Color.Cornsilk;
            this.EstadoTreeView.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.EstadoTreeView.CheckBoxes = true;
            this.EstadoTreeView.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.EstadoTreeView.ForeColor = System.Drawing.Color.Navy;
            this.EstadoTreeView.FullRowSelect = true;
            this.EstadoTreeView.Location = new System.Drawing.Point(8, 24);
            this.EstadoTreeView.Name = "EstadoTreeView";
            this.EstadoTreeView.ShowRootLines = false;
            this.EstadoTreeView.Size = new System.Drawing.Size(363, 286);
            this.EstadoTreeView.TabIndex = 2;
            // 
            // panel4
            // 
            this.panel4.BackColor = System.Drawing.Color.Transparent;
            this.panel4.Controls.Add(this.BrowserUiTab);
            this.panel4.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panel4.Location = new System.Drawing.Point(0, 0);
            this.panel4.Name = "panel4";
            this.panel4.Padding = new System.Windows.Forms.Padding(5, 30, 5, 5);
            this.panel4.Size = new System.Drawing.Size(958, 503);
            this.panel4.TabIndex = 31;
            // 
            // OrdenCompraBrowserForm
            // 
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(958, 503);
            this.Name = "OrdenCompraBrowserForm";
            this.Text = "PrecioBrowserForm";
            ((System.ComponentModel.ISupportInitialize)(this.EnviarAUiCommandManager)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.EnviarAUiContextMenu)).EndInit();
            this.FondoNicePanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.BotonesUiPanelManager)).EndInit();
            this.BrowserPanel.ResumeLayout(false);
            this.BrowserGridsPanel.ResumeLayout(false);
            this.BrowserGridPanel.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.BrowserGridEX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.HerramientasUiPanel)).EndInit();
            this.HerramientasUiPanel.ResumeLayout(false);
            this.HerramientasUiPanelContainer.ResumeLayout(false);
            this.panel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.BrowserUiTab)).EndInit();
            this.BrowserUiTab.ResumeLayout(false);
            this.TabBrowserUiTabPage.ResumeLayout(false);
            this.TabFiltroUiTabPage.ResumeLayout(false);
            this.FiltroPanel.ResumeLayout(false);
            this.nicePanel3.ResumeLayout(false);
            this.nicePanel2.ResumeLayout(false);
            this.panel4.ResumeLayout(false);
            this.ResumeLayout(false);

        }
Esempio n. 6
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_TimKiemBN));
     Janus.Windows.GridEX.GridEXLayout grdAssignDetail_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
     Janus.Windows.GridEX.GridEXLayout grdRegExam_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem1 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem2 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem3 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem4 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem5 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem6 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.GridEX.GridEXLayout cboKieuKham_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
     Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel1 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
     Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel2 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
     Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel3 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
     Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel4 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
     Janus.Windows.UI.StatusBar.UIStatusBarPanel uiStatusBarPanel5 = new Janus.Windows.UI.StatusBar.UIStatusBarPanel();
     Janus.Windows.GridEX.GridEXLayout grdList_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
     this.toolStrip1 = new System.Windows.Forms.ToolStrip();
     this.cmdThemMoiBN = new System.Windows.Forms.ToolStripButton();
     this.cmdSuaThongTinBN = new System.Windows.Forms.ToolStripButton();
     this.cmdThemLanKham = new System.Windows.Forms.ToolStripButton();
     this.cmdXoaBenhNhan = new System.Windows.Forms.ToolStripButton();
     this.cmdExit = new System.Windows.Forms.ToolStripButton();
     this.tabChiDinh = new Janus.Windows.UI.Tab.UITab();
     this.tabPageChiDinh = new Janus.Windows.UI.Tab.UITabPage();
     this.uiGroupBox4 = new Janus.Windows.EditControls.UIGroupBox();
     this.grdAssignDetail = new Janus.Windows.GridEX.GridEX();
     this.uiGroupBox5 = new Janus.Windows.EditControls.UIGroupBox();
     this.label6 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.barcode = new Mabry.Windows.Forms.Barcode.Barcode();
     this.txtTongChiPhi = new Janus.Windows.GridEX.EditControls.EditBox();
     this.uiGroupBox3 = new Janus.Windows.EditControls.UIGroupBox();
     this.cmdPrintAssign = new Janus.Windows.EditControls.UIButton();
     this.chkIntach = new System.Windows.Forms.CheckBox();
     this.cboServicePrint = new System.Windows.Forms.ComboBox();
     this.cmdXoaChiDinh = new Janus.Windows.EditControls.UIButton();
     this.cmdSuaChiDinh = new Janus.Windows.EditControls.UIButton();
     this.cmdThemChiDinh = new Janus.Windows.EditControls.UIButton();
     this.grdRegExam = new Janus.Windows.GridEX.GridEX();
     this.panel2 = new System.Windows.Forms.Panel();
     this.pnlnutchucnang = new System.Windows.Forms.Panel();
     this.cmdInPhieuKham = new Janus.Windows.EditControls.UIButton();
     this.cmdXoaKham = new Janus.Windows.EditControls.UIButton();
     this.cmdThanhToanKham = new Janus.Windows.EditControls.UIButton();
     this.pnlPrint = new System.Windows.Forms.FlowLayoutPanel();
     this.cmdInhoadon = new Janus.Windows.EditControls.UIButton();
     this.cmdInBienlai = new Janus.Windows.EditControls.UIButton();
     this.lblMsg = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.cboKieuin = new Janus.Windows.EditControls.UIComboBox();
     this.cmdCauhinh = new Janus.Windows.EditControls.UIButton();
     this.chkInsaukhiluu = new System.Windows.Forms.CheckBox();
     this.cboLaserPrinters = new System.Windows.Forms.ComboBox();
     this.cboPrintPreview = new Janus.Windows.EditControls.UIComboBox();
     this.cboA4 = new Janus.Windows.EditControls.UIComboBox();
     this.label26 = new System.Windows.Forms.Label();
     this.plnAddDvuKCB = new System.Windows.Forms.Panel();
     this.txtMyNameEdit = new Janus.Windows.GridEX.EditControls.EditBox();
     this.panel3 = new System.Windows.Forms.Panel();
     this.pnlGoMaDvu = new System.Windows.Forms.Panel();
     this.txtExamtypeCode = new VNS.HIS.UCs.AutoCompleteTextbox();
     this.txtIDKieuKham = new Janus.Windows.GridEX.EditControls.EditBox();
     this.cboKieuKham = new Janus.Windows.GridEX.EditControls.MultiColumnCombo();
     this.pnlKieuPhongkham = new System.Windows.Forms.Panel();
     this.label35 = new System.Windows.Forms.Label();
     this.txtKieuKham = new VNS.HIS.UCs.AutoCompleteTextbox();
     this.label23 = new System.Windows.Forms.Label();
     this.txtPhongkham = new VNS.HIS.UCs.AutoCompleteTextbox();
     this.txtIDPkham = new Janus.Windows.GridEX.EditControls.EditBox();
     this.lblDonGia = new System.Windows.Forms.Label();
     this.lblPhuThu = new System.Windows.Forms.Label();
     this.cmdAddDvuKCB = new Janus.Windows.EditControls.UIButton();
     this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
     this.mnuMaDVu = new System.Windows.Forms.ToolStripMenuItem();
     this.uiStatusBar1 = new Janus.Windows.UI.StatusBar.UIStatusBar();
     this.uiGroupBox1 = new Janus.Windows.EditControls.UIGroupBox();
     this.lblTongSo = new System.Windows.Forms.Label();
     this.cboObjectType = new Janus.Windows.EditControls.UIComboBox();
     this.radTatCa = new Janus.Windows.EditControls.UIRadioButton();
     this.radNoiTru = new Janus.Windows.EditControls.UIRadioButton();
     this.radNgoaiTru = new Janus.Windows.EditControls.UIRadioButton();
     this.label4 = new System.Windows.Forms.Label();
     this.txtPatientCode = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtPatient_ID = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.Label7 = new System.Windows.Forms.Label();
     this.txtPatientName = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label3 = new System.Windows.Forms.Label();
     this.dtmTo = new Janus.Windows.CalendarCombo.CalendarCombo();
     this.dtmFrom = new Janus.Windows.CalendarCombo.CalendarCombo();
     this.chkByDate = new System.Windows.Forms.CheckBox();
     this.Label1 = new System.Windows.Forms.Label();
     this.cmdTimKiem = new Janus.Windows.EditControls.UIButton();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.uiGroupBox2 = new Janus.Windows.EditControls.UIGroupBox();
     this.grdList = new Janus.Windows.GridEX.GridEX();
     this.panel1 = new System.Windows.Forms.Panel();
     this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
     this.toolStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabChiDinh)).BeginInit();
     this.tabChiDinh.SuspendLayout();
     this.tabPageChiDinh.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox4)).BeginInit();
     this.uiGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdAssignDetail)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox5)).BeginInit();
     this.uiGroupBox5.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox3)).BeginInit();
     this.uiGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdRegExam)).BeginInit();
     this.panel2.SuspendLayout();
     this.pnlnutchucnang.SuspendLayout();
     this.pnlPrint.SuspendLayout();
     this.plnAddDvuKCB.SuspendLayout();
     this.panel3.SuspendLayout();
     this.pnlGoMaDvu.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboKieuKham)).BeginInit();
     this.pnlKieuPhongkham.SuspendLayout();
     this.contextMenuStrip1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).BeginInit();
     this.uiGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox2)).BeginInit();
     this.uiGroupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdList)).BeginInit();
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // toolStrip1
     //
     this.toolStrip1.BackColor = System.Drawing.SystemColors.Control;
     this.toolStrip1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.cmdThemMoiBN,
     this.cmdSuaThongTinBN,
     this.cmdThemLanKham,
     this.cmdXoaBenhNhan,
     this.cmdExit});
     this.toolStrip1.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow;
     this.toolStrip1.Location = new System.Drawing.Point(0, 0);
     this.toolStrip1.Name = "toolStrip1";
     this.toolStrip1.Size = new System.Drawing.Size(1018, 31);
     this.toolStrip1.TabIndex = 0;
     this.toolStrip1.Text = "toolStrip1";
     //
     // cmdThemMoiBN
     //
     this.cmdThemMoiBN.BackColor = System.Drawing.SystemColors.Control;
     this.cmdThemMoiBN.Font = new System.Drawing.Font("Arial", 9F);
     this.cmdThemMoiBN.Image = ((System.Drawing.Image)(resources.GetObject("cmdThemMoiBN.Image")));
     this.cmdThemMoiBN.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdThemMoiBN.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdThemMoiBN.Name = "cmdThemMoiBN";
     this.cmdThemMoiBN.Size = new System.Drawing.Size(92, 28);
     this.cmdThemMoiBN.Text = "&Thêm mới";
     this.cmdThemMoiBN.ToolTipText = "Nhấn vào đây để tiếp đón Bệnh nhân mới";
     //
     // cmdSuaThongTinBN
     //
     this.cmdSuaThongTinBN.Font = new System.Drawing.Font("Arial", 9F);
     this.cmdSuaThongTinBN.Image = ((System.Drawing.Image)(resources.GetObject("cmdSuaThongTinBN.Image")));
     this.cmdSuaThongTinBN.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdSuaThongTinBN.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdSuaThongTinBN.Name = "cmdSuaThongTinBN";
     this.cmdSuaThongTinBN.Size = new System.Drawing.Size(111, 28);
     this.cmdSuaThongTinBN.Text = "&Sửa thông tin ";
     this.cmdSuaThongTinBN.ToolTipText = "Nhấn vào nút này để sửa thông tin Bệnh nhân đang chọn trên lưới";
     //
     // cmdThemLanKham
     //
     this.cmdThemLanKham.Font = new System.Drawing.Font("Arial", 9F);
     this.cmdThemLanKham.Image = ((System.Drawing.Image)(resources.GetObject("cmdThemLanKham.Image")));
     this.cmdThemLanKham.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdThemLanKham.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdThemLanKham.Name = "cmdThemLanKham";
     this.cmdThemLanKham.Size = new System.Drawing.Size(121, 28);
     this.cmdThemLanKham.Text = "&Thêm lần khám";
     this.cmdThemLanKham.ToolTipText = "Nhấn nút này để thêm lần khám cho Bệnh nhân đang chọn trên lưới";
     //
     // cmdXoaBenhNhan
     //
     this.cmdXoaBenhNhan.Font = new System.Drawing.Font("Arial", 9F);
     this.cmdXoaBenhNhan.Image = ((System.Drawing.Image)(resources.GetObject("cmdXoaBenhNhan.Image")));
     this.cmdXoaBenhNhan.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdXoaBenhNhan.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdXoaBenhNhan.Name = "cmdXoaBenhNhan";
     this.cmdXoaBenhNhan.Size = new System.Drawing.Size(110, 28);
     this.cmdXoaBenhNhan.Text = "&Xóa lần khám";
     this.cmdXoaBenhNhan.ToolTipText = "Nhấn nút này để xóa lần khám của Bệnh nhân đang chọn trên lưới";
     //
     // cmdExit
     //
     this.cmdExit.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdExit.Image = ((System.Drawing.Image)(resources.GetObject("cmdExit.Image")));
     this.cmdExit.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
     this.cmdExit.ImageTransparentColor = System.Drawing.Color.Magenta;
     this.cmdExit.Name = "cmdExit";
     this.cmdExit.Size = new System.Drawing.Size(126, 28);
     this.cmdExit.Text = "Đóng chức năng";
     this.cmdExit.ToolTipText = "Nhấn nút này để thoát khỏi chức năng ";
     //
     // tabChiDinh
     //
     this.tabChiDinh.Dock = System.Windows.Forms.DockStyle.Right;
     this.tabChiDinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.tabChiDinh.Location = new System.Drawing.Point(531, 103);
     this.tabChiDinh.Name = "tabChiDinh";
     this.tabChiDinh.Size = new System.Drawing.Size(487, 610);
     this.tabChiDinh.TabIndex = 0;
     this.tabChiDinh.TabPages.AddRange(new Janus.Windows.UI.Tab.UITabPage[] {
     this.tabPageChiDinh});
     this.tabChiDinh.TabStop = false;
     this.tabChiDinh.VisualStyle = Janus.Windows.UI.Tab.TabVisualStyle.VS2005;
     //
     // tabPageChiDinh
     //
     this.tabPageChiDinh.Controls.Add(this.uiGroupBox4);
     this.tabPageChiDinh.Controls.Add(this.uiGroupBox5);
     this.tabPageChiDinh.Controls.Add(this.uiGroupBox3);
     this.tabPageChiDinh.Location = new System.Drawing.Point(1, 23);
     this.tabPageChiDinh.Name = "tabPageChiDinh";
     this.tabPageChiDinh.Size = new System.Drawing.Size(485, 586);
     this.tabPageChiDinh.TabStop = true;
     this.tabPageChiDinh.Text = "Thông tin chỉ định(Nhấn F2)";
     //
     // uiGroupBox4
     //
     this.uiGroupBox4.Controls.Add(this.grdAssignDetail);
     this.uiGroupBox4.Dock = System.Windows.Forms.DockStyle.Fill;
     this.uiGroupBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiGroupBox4.Location = new System.Drawing.Point(0, 0);
     this.uiGroupBox4.Name = "uiGroupBox4";
     this.uiGroupBox4.Size = new System.Drawing.Size(485, 495);
     this.uiGroupBox4.TabIndex = 1;
     this.uiGroupBox4.Text = "Danh sách các chỉ định CLS Bệnh nhân đã đăng ký";
     //
     // grdAssignDetail
     //
     this.grdAssignDetail.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
     this.grdAssignDetail.BackColor = System.Drawing.Color.Silver;
     grdAssignDetail_DesignTimeLayout.LayoutString = resources.GetString("grdAssignDetail_DesignTimeLayout.LayoutString");
     this.grdAssignDetail.DesignTimeLayout = grdAssignDetail_DesignTimeLayout;
     this.grdAssignDetail.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdAssignDetail.Font = new System.Drawing.Font("Arial", 9F);
     this.grdAssignDetail.GroupByBoxVisible = false;
     this.grdAssignDetail.GroupTotals = Janus.Windows.GridEX.GroupTotals.Always;
     this.grdAssignDetail.Location = new System.Drawing.Point(3, 17);
     this.grdAssignDetail.Name = "grdAssignDetail";
     this.grdAssignDetail.RowHeaders = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdAssignDetail.Size = new System.Drawing.Size(479, 475);
     this.grdAssignDetail.TabIndex = 0;
     this.grdAssignDetail.TabStop = false;
     this.grdAssignDetail.TotalRow = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdAssignDetail.TotalRowFormatStyle.BackColor = System.Drawing.Color.White;
     this.grdAssignDetail.TotalRowPosition = Janus.Windows.GridEX.TotalRowPosition.BottomFixed;
     this.grdAssignDetail.VisualStyle = Janus.Windows.GridEX.VisualStyle.VS2005;
     //
     // uiGroupBox5
     //
     this.uiGroupBox5.Controls.Add(this.label6);
     this.uiGroupBox5.Controls.Add(this.label5);
     this.uiGroupBox5.Controls.Add(this.barcode);
     this.uiGroupBox5.Controls.Add(this.txtTongChiPhi);
     this.uiGroupBox5.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.uiGroupBox5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiGroupBox5.Location = new System.Drawing.Point(0, 495);
     this.uiGroupBox5.Name = "uiGroupBox5";
     this.uiGroupBox5.Size = new System.Drawing.Size(485, 0);
     this.uiGroupBox5.TabIndex = 3;
     this.uiGroupBox5.Text = "&Thông tin chi phí";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Black;
     this.label6.Location = new System.Drawing.Point(258, 40);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(28, 15);
     this.label6.TabIndex = 242;
     this.label6.Text = "Vnđ";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location = new System.Drawing.Point(7, 40);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(45, 15);
     this.label5.TabIndex = 241;
     this.label5.Text = "Chi phí";
     //
     // barcode
     //
     this.barcode.BackColor = System.Drawing.Color.White;
     this.barcode.BarColor = System.Drawing.Color.Black;
     this.barcode.BarRatio = 2F;
     this.barcode.Data = "00000";
     this.barcode.DataExtension = null;
     this.barcode.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.barcode.Location = new System.Drawing.Point(345, 15);
     this.barcode.Name = "barcode";
     this.barcode.Size = new System.Drawing.Size(218, 53);
     this.barcode.Symbology = Mabry.Windows.Forms.Barcode.Barcode.BarcodeSymbologies.Code128;
     this.barcode.TabIndex = 443;
     this.barcode.Text = "000000";
     this.barcode.Visible = false;
     //
     // txtTongChiPhi
     //
     this.txtTongChiPhi.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTongChiPhi.Location = new System.Drawing.Point(68, 37);
     this.txtTongChiPhi.Name = "txtTongChiPhi";
     this.txtTongChiPhi.ReadOnly = true;
     this.txtTongChiPhi.Size = new System.Drawing.Size(183, 23);
     this.txtTongChiPhi.TabIndex = 0;
     this.txtTongChiPhi.TextAlignment = Janus.Windows.GridEX.TextAlignment.Far;
     //
     // uiGroupBox3
     //
     this.uiGroupBox3.Controls.Add(this.cmdPrintAssign);
     this.uiGroupBox3.Controls.Add(this.chkIntach);
     this.uiGroupBox3.Controls.Add(this.cboServicePrint);
     this.uiGroupBox3.Controls.Add(this.cmdXoaChiDinh);
     this.uiGroupBox3.Controls.Add(this.cmdSuaChiDinh);
     this.uiGroupBox3.Controls.Add(this.cmdThemChiDinh);
     this.uiGroupBox3.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.uiGroupBox3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiGroupBox3.Location = new System.Drawing.Point(0, 495);
     this.uiGroupBox3.Name = "uiGroupBox3";
     this.uiGroupBox3.Size = new System.Drawing.Size(485, 91);
     this.uiGroupBox3.TabIndex = 0;
     //
     // cmdPrintAssign
     //
     this.cmdPrintAssign.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdPrintAssign.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdPrintAssign.Image = ((System.Drawing.Image)(resources.GetObject("cmdPrintAssign.Image")));
     this.cmdPrintAssign.ImageSize = new System.Drawing.Size(24, 24);
     this.cmdPrintAssign.Location = new System.Drawing.Point(312, 56);
     this.cmdPrintAssign.Name = "cmdPrintAssign";
     this.cmdPrintAssign.Size = new System.Drawing.Size(78, 28);
     this.cmdPrintAssign.TabIndex = 706;
     this.cmdPrintAssign.Text = "In";
     this.toolTip1.SetToolTip(this.cmdPrintAssign, "Nhấn vào đây để in phiếu CLS(Phím tắt Ctrl+P)");
     //
     // chkIntach
     //
     this.chkIntach.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.chkIntach.AutoSize = true;
     this.chkIntach.Location = new System.Drawing.Point(3, 14);
     this.chkIntach.Name = "chkIntach";
     this.chkIntach.Size = new System.Drawing.Size(69, 19);
     this.chkIntach.TabIndex = 705;
     this.chkIntach.Text = "In tách?";
     this.chkIntach.UseVisualStyleBackColor = true;
     //
     // cboServicePrint
     //
     this.cboServicePrint.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cboServicePrint.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboServicePrint.FormattingEnabled = true;
     this.cboServicePrint.Location = new System.Drawing.Point(78, 11);
     this.cboServicePrint.Name = "cboServicePrint";
     this.cboServicePrint.Size = new System.Drawing.Size(385, 23);
     this.cboServicePrint.TabIndex = 704;
     //
     // cmdXoaChiDinh
     //
     this.cmdXoaChiDinh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdXoaChiDinh.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdXoaChiDinh.Image = ((System.Drawing.Image)(resources.GetObject("cmdXoaChiDinh.Image")));
     this.cmdXoaChiDinh.ImageSize = new System.Drawing.Size(18, 18);
     this.cmdXoaChiDinh.Location = new System.Drawing.Point(210, 56);
     this.cmdXoaChiDinh.Name = "cmdXoaChiDinh";
     this.cmdXoaChiDinh.Size = new System.Drawing.Size(93, 29);
     this.cmdXoaChiDinh.TabIndex = 702;
     this.cmdXoaChiDinh.TabStop = false;
     this.cmdXoaChiDinh.Text = "&Xóa";
     //
     // cmdSuaChiDinh
     //
     this.cmdSuaChiDinh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdSuaChiDinh.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdSuaChiDinh.Image = ((System.Drawing.Image)(resources.GetObject("cmdSuaChiDinh.Image")));
     this.cmdSuaChiDinh.ImageSize = new System.Drawing.Size(18, 18);
     this.cmdSuaChiDinh.Location = new System.Drawing.Point(119, 56);
     this.cmdSuaChiDinh.Name = "cmdSuaChiDinh";
     this.cmdSuaChiDinh.Size = new System.Drawing.Size(85, 29);
     this.cmdSuaChiDinh.TabIndex = 701;
     this.cmdSuaChiDinh.TabStop = false;
     this.cmdSuaChiDinh.Text = "&Sửa";
     //
     // cmdThemChiDinh
     //
     this.cmdThemChiDinh.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdThemChiDinh.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdThemChiDinh.Image = ((System.Drawing.Image)(resources.GetObject("cmdThemChiDinh.Image")));
     this.cmdThemChiDinh.ImageSize = new System.Drawing.Size(18, 18);
     this.cmdThemChiDinh.Location = new System.Drawing.Point(10, 56);
     this.cmdThemChiDinh.Name = "cmdThemChiDinh";
     this.cmdThemChiDinh.Size = new System.Drawing.Size(103, 29);
     this.cmdThemChiDinh.TabIndex = 700;
     this.cmdThemChiDinh.TabStop = false;
     this.cmdThemChiDinh.Text = "&Thêm";
     //
     // grdRegExam
     //
     this.grdRegExam.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
     this.grdRegExam.AlternatingColors = true;
     grdRegExam_DesignTimeLayout.LayoutString = resources.GetString("grdRegExam_DesignTimeLayout.LayoutString");
     this.grdRegExam.DesignTimeLayout = grdRegExam_DesignTimeLayout;
     this.grdRegExam.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdRegExam.Font = new System.Drawing.Font("Arial", 9F);
     this.grdRegExam.GroupByBoxVisible = false;
     this.grdRegExam.HideSelection = Janus.Windows.GridEX.HideSelection.Highlight;
     this.grdRegExam.Location = new System.Drawing.Point(0, 44);
     this.grdRegExam.Name = "grdRegExam";
     this.grdRegExam.RowHeaders = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdRegExam.SelectedInactiveFormatStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.grdRegExam.Size = new System.Drawing.Size(485, 355);
     this.grdRegExam.TabIndex = 603;
     this.grdRegExam.TabStop = false;
     this.grdRegExam.TotalRow = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdRegExam.TotalRowFormatStyle.BackColor = System.Drawing.SystemColors.Control;
     this.grdRegExam.TotalRowPosition = Janus.Windows.GridEX.TotalRowPosition.BottomFixed;
     this.grdRegExam.VisualStyle = Janus.Windows.GridEX.VisualStyle.VS2005;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.pnlnutchucnang);
     this.panel2.Controls.Add(this.lblMsg);
     this.panel2.Controls.Add(this.label9);
     this.panel2.Controls.Add(this.label8);
     this.panel2.Controls.Add(this.cboKieuin);
     this.panel2.Controls.Add(this.cmdCauhinh);
     this.panel2.Controls.Add(this.chkInsaukhiluu);
     this.panel2.Controls.Add(this.cboLaserPrinters);
     this.panel2.Controls.Add(this.cboPrintPreview);
     this.panel2.Controls.Add(this.cboA4);
     this.panel2.Controls.Add(this.label26);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel2.Location = new System.Drawing.Point(0, 399);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(485, 187);
     this.panel2.TabIndex = 602;
     //
     // pnlnutchucnang
     //
     this.pnlnutchucnang.Controls.Add(this.cmdInPhieuKham);
     this.pnlnutchucnang.Controls.Add(this.cmdXoaKham);
     this.pnlnutchucnang.Controls.Add(this.cmdThanhToanKham);
     this.pnlnutchucnang.Controls.Add(this.pnlPrint);
     this.pnlnutchucnang.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.pnlnutchucnang.Location = new System.Drawing.Point(0, 154);
     this.pnlnutchucnang.Name = "pnlnutchucnang";
     this.pnlnutchucnang.Size = new System.Drawing.Size(485, 33);
     this.pnlnutchucnang.TabIndex = 704;
     //
     // cmdInPhieuKham
     //
     this.cmdInPhieuKham.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdInPhieuKham.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdInPhieuKham.Image = ((System.Drawing.Image)(resources.GetObject("cmdInPhieuKham.Image")));
     this.cmdInPhieuKham.Location = new System.Drawing.Point(307, 2);
     this.cmdInPhieuKham.Name = "cmdInPhieuKham";
     this.cmdInPhieuKham.Size = new System.Drawing.Size(107, 27);
     this.cmdInPhieuKham.TabIndex = 34;
     this.cmdInPhieuKham.TabStop = false;
     this.cmdInPhieuKham.Text = "In phiếu KCB";
     this.cmdInPhieuKham.ToolTipText = "Nhấn vào đây để in phiếu khám chữa bệnh";
     //
     // cmdXoaKham
     //
     this.cmdXoaKham.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdXoaKham.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdXoaKham.Image = ((System.Drawing.Image)(resources.GetObject("cmdXoaKham.Image")));
     this.cmdXoaKham.Location = new System.Drawing.Point(416, 2);
     this.cmdXoaKham.Name = "cmdXoaKham";
     this.cmdXoaKham.Size = new System.Drawing.Size(66, 27);
     this.cmdXoaKham.TabIndex = 35;
     this.cmdXoaKham.TabStop = false;
     this.cmdXoaKham.Text = "Xóa";
     this.cmdXoaKham.ToolTipText = "Nhấn vào đây để xóa phiếu khám";
     //
     // cmdThanhToanKham
     //
     this.cmdThanhToanKham.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdThanhToanKham.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdThanhToanKham.Image = ((System.Drawing.Image)(resources.GetObject("cmdThanhToanKham.Image")));
     this.cmdThanhToanKham.ImageSize = new System.Drawing.Size(24, 24);
     this.cmdThanhToanKham.Location = new System.Drawing.Point(214, 2);
     this.cmdThanhToanKham.Name = "cmdThanhToanKham";
     this.cmdThanhToanKham.Size = new System.Drawing.Size(92, 27);
     this.cmdThanhToanKham.TabIndex = 33;
     this.cmdThanhToanKham.TabStop = false;
     this.cmdThanhToanKham.Tag = "TT";
     this.cmdThanhToanKham.Text = "T.Toán";
     this.cmdThanhToanKham.ToolTipText = "Nhấn vào đây để thanh toán chi phí KCB đang chọn";
     //
     // pnlPrint
     //
     this.pnlPrint.Controls.Add(this.cmdInhoadon);
     this.pnlPrint.Controls.Add(this.cmdInBienlai);
     this.pnlPrint.Dock = System.Windows.Forms.DockStyle.Left;
     this.pnlPrint.FlowDirection = System.Windows.Forms.FlowDirection.RightToLeft;
     this.pnlPrint.Location = new System.Drawing.Point(0, 0);
     this.pnlPrint.Name = "pnlPrint";
     this.pnlPrint.Size = new System.Drawing.Size(208, 33);
     this.pnlPrint.TabIndex = 0;
     //
     // cmdInhoadon
     //
     this.cmdInhoadon.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdInhoadon.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdInhoadon.Image = ((System.Drawing.Image)(resources.GetObject("cmdInhoadon.Image")));
     this.cmdInhoadon.Location = new System.Drawing.Point(108, 3);
     this.cmdInhoadon.Name = "cmdInhoadon";
     this.cmdInhoadon.Size = new System.Drawing.Size(97, 27);
     this.cmdInhoadon.TabIndex = 37;
     this.cmdInhoadon.TabStop = false;
     this.cmdInhoadon.Text = "In hóa đơn";
     this.cmdInhoadon.ToolTipText = "Nhấn vào đây để in hóa đơn thanh toán";
     //
     // cmdInBienlai
     //
     this.cmdInBienlai.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdInBienlai.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdInBienlai.Image = ((System.Drawing.Image)(resources.GetObject("cmdInBienlai.Image")));
     this.cmdInBienlai.Location = new System.Drawing.Point(5, 3);
     this.cmdInBienlai.Name = "cmdInBienlai";
     this.cmdInBienlai.Size = new System.Drawing.Size(97, 27);
     this.cmdInBienlai.TabIndex = 36;
     this.cmdInBienlai.TabStop = false;
     this.cmdInBienlai.Text = "In biên lai";
     this.cmdInBienlai.ToolTipText = "Nhấn vào đây để in phiếu thu (biên lai)";
     //
     // lblMsg
     //
     this.lblMsg.AutoSize = true;
     this.lblMsg.Location = new System.Drawing.Point(14, 120);
     this.lblMsg.Name = "lblMsg";
     this.lblMsg.Size = new System.Drawing.Size(0, 13);
     this.lblMsg.TabIndex = 703;
     this.lblMsg.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label9
     //
     this.label9.Location = new System.Drawing.Point(15, 64);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(75, 15);
     this.label9.TabIndex = 702;
     this.label9.Text = "Kiểu in";
     this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // label8
     //
     this.label8.Location = new System.Drawing.Point(11, 36);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(75, 15);
     this.label8.TabIndex = 455;
     this.label8.Text = "Cỡ giấy";
     this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // cboKieuin
     //
     this.cboKieuin.BackColor = System.Drawing.Color.White;
     this.cboKieuin.BorderStyle = Janus.Windows.UI.BorderStyle.Sunken;
     this.cboKieuin.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
     this.cboKieuin.Font = new System.Drawing.Font("Arial", 9F);
     uiComboBoxItem1.FormatStyle.Alpha = 0;
     uiComboBoxItem1.IsSeparator = false;
     uiComboBoxItem1.Text = "In nhiệt";
     uiComboBoxItem1.Value = "0";
     uiComboBoxItem2.FormatStyle.Alpha = 0;
     uiComboBoxItem2.IsSeparator = false;
     uiComboBoxItem2.Text = "In laser";
     uiComboBoxItem2.Value = "1";
     this.cboKieuin.Items.AddRange(new Janus.Windows.EditControls.UIComboBoxItem[] {
     uiComboBoxItem1,
     uiComboBoxItem2});
     this.cboKieuin.Location = new System.Drawing.Point(93, 60);
     this.cboKieuin.Name = "cboKieuin";
     this.cboKieuin.Size = new System.Drawing.Size(273, 21);
     this.cboKieuin.TabIndex = 453;
     this.cboKieuin.TabStop = false;
     this.cboKieuin.TextAlignment = Janus.Windows.EditControls.TextAlignment.Center;
     //
     // cmdCauhinh
     //
     this.cmdCauhinh.Image = ((System.Drawing.Image)(resources.GetObject("cmdCauhinh.Image")));
     this.cmdCauhinh.ImageSize = new System.Drawing.Size(24, 24);
     this.cmdCauhinh.Location = new System.Drawing.Point(372, 6);
     this.cmdCauhinh.Name = "cmdCauhinh";
     this.cmdCauhinh.Size = new System.Drawing.Size(102, 48);
     this.cmdCauhinh.TabIndex = 546;
     this.cmdCauhinh.TabStop = false;
     this.cmdCauhinh.Text = "Cấu hình thêm";
     //
     // chkInsaukhiluu
     //
     this.chkInsaukhiluu.AutoSize = true;
     this.chkInsaukhiluu.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkInsaukhiluu.Location = new System.Drawing.Point(93, 89);
     this.chkInsaukhiluu.Name = "chkInsaukhiluu";
     this.chkInsaukhiluu.Size = new System.Drawing.Size(302, 19);
     this.chkInsaukhiluu.TabIndex = 451;
     this.chkInsaukhiluu.TabStop = false;
     this.chkInsaukhiluu.Text = "In phiếu khám ngay sau khi thêm mới Bệnh nhân?";
     this.chkInsaukhiluu.UseVisualStyleBackColor = true;
     //
     // cboLaserPrinters
     //
     this.cboLaserPrinters.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboLaserPrinters.FormattingEnabled = true;
     this.cboLaserPrinters.Location = new System.Drawing.Point(93, 6);
     this.cboLaserPrinters.Name = "cboLaserPrinters";
     this.cboLaserPrinters.Size = new System.Drawing.Size(273, 21);
     this.cboLaserPrinters.TabIndex = 449;
     this.cboLaserPrinters.TabStop = false;
     //
     // cboPrintPreview
     //
     this.cboPrintPreview.BackColor = System.Drawing.Color.White;
     this.cboPrintPreview.BorderStyle = Janus.Windows.UI.BorderStyle.Sunken;
     this.cboPrintPreview.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
     this.cboPrintPreview.Font = new System.Drawing.Font("Arial", 9F);
     uiComboBoxItem3.FormatStyle.Alpha = 0;
     uiComboBoxItem3.IsSeparator = false;
     uiComboBoxItem3.Text = "Xem trước khi in";
     uiComboBoxItem3.Value = "0";
     uiComboBoxItem4.FormatStyle.Alpha = 0;
     uiComboBoxItem4.IsSeparator = false;
     uiComboBoxItem4.Text = "In ngay";
     uiComboBoxItem4.Value = "1";
     this.cboPrintPreview.Items.AddRange(new Janus.Windows.EditControls.UIComboBoxItem[] {
     uiComboBoxItem3,
     uiComboBoxItem4});
     this.cboPrintPreview.Location = new System.Drawing.Point(150, 33);
     this.cboPrintPreview.Name = "cboPrintPreview";
     this.cboPrintPreview.Size = new System.Drawing.Size(216, 21);
     this.cboPrintPreview.TabIndex = 448;
     this.cboPrintPreview.TabStop = false;
     this.cboPrintPreview.TextAlignment = Janus.Windows.EditControls.TextAlignment.Center;
     //
     // cboA4
     //
     this.cboA4.BackColor = System.Drawing.Color.White;
     this.cboA4.BorderStyle = Janus.Windows.UI.BorderStyle.Sunken;
     this.cboA4.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
     this.cboA4.Font = new System.Drawing.Font("Arial", 9F);
     uiComboBoxItem5.FormatStyle.Alpha = 0;
     uiComboBoxItem5.IsSeparator = false;
     uiComboBoxItem5.Text = "A4";
     uiComboBoxItem5.Value = "A4";
     uiComboBoxItem6.FormatStyle.Alpha = 0;
     uiComboBoxItem6.IsSeparator = false;
     uiComboBoxItem6.Text = "A5";
     uiComboBoxItem6.Value = "A5";
     this.cboA4.Items.AddRange(new Janus.Windows.EditControls.UIComboBoxItem[] {
     uiComboBoxItem5,
     uiComboBoxItem6});
     this.cboA4.Location = new System.Drawing.Point(93, 33);
     this.cboA4.Name = "cboA4";
     this.cboA4.Size = new System.Drawing.Size(55, 21);
     this.cboA4.TabIndex = 447;
     this.cboA4.TabStop = false;
     this.cboA4.TextAlignment = Janus.Windows.EditControls.TextAlignment.Center;
     //
     // label26
     //
     this.label26.Location = new System.Drawing.Point(11, 9);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(75, 15);
     this.label26.TabIndex = 450;
     this.label26.Text = "Chọn máy in";
     this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // plnAddDvuKCB
     //
     this.plnAddDvuKCB.Controls.Add(this.txtMyNameEdit);
     this.plnAddDvuKCB.Controls.Add(this.panel3);
     this.plnAddDvuKCB.Controls.Add(this.lblDonGia);
     this.plnAddDvuKCB.Controls.Add(this.lblPhuThu);
     this.plnAddDvuKCB.Controls.Add(this.cmdAddDvuKCB);
     this.plnAddDvuKCB.Controls.Add(this.txtIDKieuKham);
     this.plnAddDvuKCB.Controls.Add(this.txtIDPkham);
     this.plnAddDvuKCB.Dock = System.Windows.Forms.DockStyle.Top;
     this.plnAddDvuKCB.Location = new System.Drawing.Point(0, 0);
     this.plnAddDvuKCB.Name = "plnAddDvuKCB";
     this.plnAddDvuKCB.Size = new System.Drawing.Size(485, 44);
     this.plnAddDvuKCB.TabIndex = 0;
     this.plnAddDvuKCB.TabStop = true;
     //
     // txtMyNameEdit
     //
     this.txtMyNameEdit.BackColor = System.Drawing.Color.White;
     this.txtMyNameEdit.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMyNameEdit.Location = new System.Drawing.Point(2, 17);
     this.txtMyNameEdit.Name = "txtMyNameEdit";
     this.txtMyNameEdit.Size = new System.Drawing.Size(10, 23);
     this.txtMyNameEdit.TabIndex = 549;
     this.txtMyNameEdit.TabStop = false;
     this.txtMyNameEdit.Visible = false;
     //
     // panel3
     //
     this.panel3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.panel3.Controls.Add(this.pnlGoMaDvu);
     this.panel3.Controls.Add(this.pnlKieuPhongkham);
     this.panel3.Location = new System.Drawing.Point(10, 6);
     this.panel3.Name = "panel3";
     this.panel3.Size = new System.Drawing.Size(434, 34);
     this.panel3.TabIndex = 548;
     //
     // pnlGoMaDvu
     //
     this.pnlGoMaDvu.Controls.Add(this.txtExamtypeCode);
     this.pnlGoMaDvu.Controls.Add(this.cboKieuKham);
     this.pnlGoMaDvu.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlGoMaDvu.Location = new System.Drawing.Point(0, 0);
     this.pnlGoMaDvu.Name = "pnlGoMaDvu";
     this.pnlGoMaDvu.Size = new System.Drawing.Size(434, 34);
     this.pnlGoMaDvu.TabIndex = 549;
     this.pnlGoMaDvu.TabStop = true;
     //
     // txtExamtypeCode
     //
     this.txtExamtypeCode._backcolor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.txtExamtypeCode._Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtExamtypeCode.AutoCompleteList = ((System.Collections.Generic.List<string>)(resources.GetObject("txtExamtypeCode.AutoCompleteList")));
     this.txtExamtypeCode.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtExamtypeCode.CaseSensitive = false;
     this.txtExamtypeCode.CompareNoID = true;
     this.txtExamtypeCode.DefaultCode = "-1";
     this.txtExamtypeCode.DefaultID = "-1";
     this.txtExamtypeCode.Drug_ID = null;
     this.txtExamtypeCode.ExtraWidth = 374;
     this.txtExamtypeCode.FillValueAfterSelect = false;
     this.txtExamtypeCode.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtExamtypeCode.Location = new System.Drawing.Point(4, 6);
     this.txtExamtypeCode.MaxHeight = 289;
     this.txtExamtypeCode.MinTypedCharacters = 2;
     this.txtExamtypeCode.MyCode = "-1";
     this.txtExamtypeCode.MyID = "-1";
     this.txtExamtypeCode.Name = "txtExamtypeCode";
     this.txtExamtypeCode.RaiseEvent = true;
     this.txtExamtypeCode.RaiseEventEnter = false;
     this.txtExamtypeCode.RaiseEventEnterWhenEmpty = false;
     this.txtExamtypeCode.SelectedIndex = -1;
     this.txtExamtypeCode.Size = new System.Drawing.Size(93, 21);
     this.txtExamtypeCode.splitChar = '@';
     this.txtExamtypeCode.splitCharIDAndCode = '#';
     this.txtExamtypeCode.TabIndex = 9;
     this.txtExamtypeCode.TakeCode = true;
     this.txtExamtypeCode.txtMyCode = null;
     this.txtExamtypeCode.txtMyCode_Edit = null;
     this.txtExamtypeCode.txtMyID = null;
     this.txtExamtypeCode.txtMyID_Edit = this.txtIDKieuKham;
     this.txtExamtypeCode.txtMyName = null;
     this.txtExamtypeCode.txtMyName_Edit = this.txtMyNameEdit;
     this.txtExamtypeCode.txtNext = null;
     //
     // txtIDKieuKham
     //
     this.txtIDKieuKham.BackColor = System.Drawing.Color.White;
     this.txtIDKieuKham.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtIDKieuKham.Location = new System.Drawing.Point(25, 43);
     this.txtIDKieuKham.Name = "txtIDKieuKham";
     this.txtIDKieuKham.Size = new System.Drawing.Size(12, 23);
     this.txtIDKieuKham.TabIndex = 543;
     this.txtIDKieuKham.TabStop = false;
     this.txtIDKieuKham.Visible = false;
     //
     // cboKieuKham
     //
     this.cboKieuKham.AllowDrop = true;
     this.cboKieuKham.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.cboKieuKham.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     cboKieuKham_DesignTimeLayout.LayoutString = resources.GetString("cboKieuKham_DesignTimeLayout.LayoutString");
     this.cboKieuKham.DesignTimeLayout = cboKieuKham_DesignTimeLayout;
     this.cboKieuKham.DisplayMember = "_name";
     this.cboKieuKham.HoverMode = Janus.Windows.GridEX.HoverMode.Highlight;
     this.cboKieuKham.Location = new System.Drawing.Point(99, 6);
     this.cboKieuKham.Name = "cboKieuKham";
     this.cboKieuKham.SelectedIndex = -1;
     this.cboKieuKham.SelectedItem = null;
     this.cboKieuKham.Size = new System.Drawing.Size(332, 20);
     this.cboKieuKham.TabIndex = 10;
     this.cboKieuKham.Text = "CHỌN DỊCH VỤ KCB";
     this.cboKieuKham.ValueMember = "ID";
     this.cboKieuKham.VisualStyle = Janus.Windows.GridEX.VisualStyle.VS2005;
     //
     // pnlKieuPhongkham
     //
     this.pnlKieuPhongkham.Controls.Add(this.label35);
     this.pnlKieuPhongkham.Controls.Add(this.txtKieuKham);
     this.pnlKieuPhongkham.Controls.Add(this.label23);
     this.pnlKieuPhongkham.Controls.Add(this.txtPhongkham);
     this.pnlKieuPhongkham.Dock = System.Windows.Forms.DockStyle.Fill;
     this.pnlKieuPhongkham.Location = new System.Drawing.Point(0, 0);
     this.pnlKieuPhongkham.Name = "pnlKieuPhongkham";
     this.pnlKieuPhongkham.Size = new System.Drawing.Size(434, 34);
     this.pnlKieuPhongkham.TabIndex = 547;
     this.pnlKieuPhongkham.TabStop = true;
     //
     // label35
     //
     this.label35.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label35.Location = new System.Drawing.Point(9, 6);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(88, 21);
     this.label35.TabIndex = 541;
     this.label35.Text = "Dịch vụ khám:";
     this.label35.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtKieuKham
     //
     this.txtKieuKham._backcolor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.txtKieuKham._Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtKieuKham.AutoCompleteList = ((System.Collections.Generic.List<string>)(resources.GetObject("txtKieuKham.AutoCompleteList")));
     this.txtKieuKham.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtKieuKham.CaseSensitive = false;
     this.txtKieuKham.CompareNoID = true;
     this.txtKieuKham.DefaultCode = "-1";
     this.txtKieuKham.DefaultID = "-1";
     this.txtKieuKham.Drug_ID = null;
     this.txtKieuKham.ExtraWidth = 0;
     this.txtKieuKham.FillValueAfterSelect = false;
     this.txtKieuKham.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtKieuKham.Location = new System.Drawing.Point(100, 7);
     this.txtKieuKham.MaxHeight = 289;
     this.txtKieuKham.MinTypedCharacters = 2;
     this.txtKieuKham.MyCode = "-1";
     this.txtKieuKham.MyID = "-1";
     this.txtKieuKham.Name = "txtKieuKham";
     this.txtKieuKham.RaiseEvent = true;
     this.txtKieuKham.RaiseEventEnter = false;
     this.txtKieuKham.RaiseEventEnterWhenEmpty = false;
     this.txtKieuKham.SelectedIndex = -1;
     this.txtKieuKham.Size = new System.Drawing.Size(188, 21);
     this.txtKieuKham.splitChar = '@';
     this.txtKieuKham.splitCharIDAndCode = '#';
     this.txtKieuKham.TabIndex = 7;
     this.txtKieuKham.TakeCode = false;
     this.txtKieuKham.txtMyCode = null;
     this.txtKieuKham.txtMyCode_Edit = null;
     this.txtKieuKham.txtMyID = null;
     this.txtKieuKham.txtMyID_Edit = this.txtIDKieuKham;
     this.txtKieuKham.txtMyName = null;
     this.txtKieuKham.txtMyName_Edit = null;
     this.txtKieuKham.txtNext = null;
     //
     // label23
     //
     this.label23.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
     this.label23.Location = new System.Drawing.Point(277, 6);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(98, 21);
     this.label23.TabIndex = 542;
     this.label23.Text = "Phòng khám:";
     this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
     //
     // txtPhongkham
     //
     this.txtPhongkham._backcolor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
     this.txtPhongkham._Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPhongkham.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.txtPhongkham.AutoCompleteList = ((System.Collections.Generic.List<string>)(resources.GetObject("txtPhongkham.AutoCompleteList")));
     this.txtPhongkham.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.txtPhongkham.CaseSensitive = false;
     this.txtPhongkham.CompareNoID = true;
     this.txtPhongkham.DefaultCode = "-1";
     this.txtPhongkham.DefaultID = "-1";
     this.txtPhongkham.Drug_ID = null;
     this.txtPhongkham.ExtraWidth = 0;
     this.txtPhongkham.FillValueAfterSelect = false;
     this.txtPhongkham.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPhongkham.Location = new System.Drawing.Point(381, 6);
     this.txtPhongkham.MaxHeight = 289;
     this.txtPhongkham.MinTypedCharacters = 2;
     this.txtPhongkham.MyCode = "-1";
     this.txtPhongkham.MyID = "-1";
     this.txtPhongkham.Name = "txtPhongkham";
     this.txtPhongkham.RaiseEvent = true;
     this.txtPhongkham.RaiseEventEnter = false;
     this.txtPhongkham.RaiseEventEnterWhenEmpty = false;
     this.txtPhongkham.SelectedIndex = -1;
     this.txtPhongkham.Size = new System.Drawing.Size(50, 21);
     this.txtPhongkham.splitChar = '@';
     this.txtPhongkham.splitCharIDAndCode = '#';
     this.txtPhongkham.TabIndex = 8;
     this.txtPhongkham.TakeCode = false;
     this.txtPhongkham.txtMyCode = null;
     this.txtPhongkham.txtMyCode_Edit = null;
     this.txtPhongkham.txtMyID = null;
     this.txtPhongkham.txtMyID_Edit = this.txtIDPkham;
     this.txtPhongkham.txtMyName = null;
     this.txtPhongkham.txtMyName_Edit = null;
     this.txtPhongkham.txtNext = null;
     //
     // txtIDPkham
     //
     this.txtIDPkham.BackColor = System.Drawing.Color.White;
     this.txtIDPkham.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtIDPkham.Location = new System.Drawing.Point(43, 43);
     this.txtIDPkham.Name = "txtIDPkham";
     this.txtIDPkham.Size = new System.Drawing.Size(10, 23);
     this.txtIDPkham.TabIndex = 544;
     this.txtIDPkham.TabStop = false;
     this.txtIDPkham.Visible = false;
     //
     // lblDonGia
     //
     this.lblDonGia.AutoSize = true;
     this.lblDonGia.Location = new System.Drawing.Point(264, 49);
     this.lblDonGia.Name = "lblDonGia";
     this.lblDonGia.Size = new System.Drawing.Size(13, 13);
     this.lblDonGia.TabIndex = 546;
     this.lblDonGia.Text = "0";
     //
     // lblPhuThu
     //
     this.lblPhuThu.AutoSize = true;
     this.lblPhuThu.Location = new System.Drawing.Point(111, 49);
     this.lblPhuThu.Name = "lblPhuThu";
     this.lblPhuThu.Size = new System.Drawing.Size(13, 13);
     this.lblPhuThu.TabIndex = 545;
     this.lblPhuThu.Text = "0";
     //
     // cmdAddDvuKCB
     //
     this.cmdAddDvuKCB.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdAddDvuKCB.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdAddDvuKCB.Image = ((System.Drawing.Image)(resources.GetObject("cmdAddDvuKCB.Image")));
     this.cmdAddDvuKCB.ImageSize = new System.Drawing.Size(24, 24);
     this.cmdAddDvuKCB.Location = new System.Drawing.Point(450, 7);
     this.cmdAddDvuKCB.Name = "cmdAddDvuKCB";
     this.cmdAddDvuKCB.Size = new System.Drawing.Size(29, 27);
     this.cmdAddDvuKCB.TabIndex = 11;
     //
     // contextMenuStrip1
     //
     this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
     this.mnuMaDVu});
     this.contextMenuStrip1.Name = "contextMenuStrip1";
     this.contextMenuStrip1.Size = new System.Drawing.Size(280, 26);
     //
     // mnuMaDVu
     //
     this.mnuMaDVu.CheckOnClick = true;
     this.mnuMaDVu.Name = "mnuMaDVu";
     this.mnuMaDVu.Size = new System.Drawing.Size(279, 22);
     this.mnuMaDVu.Text = "Đăng ký dịch vụ KCB bằng cách gõ mã";
     //
     // uiStatusBar1
     //
     this.uiStatusBar1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiStatusBar1.Location = new System.Drawing.Point(0, 713);
     this.uiStatusBar1.Name = "uiStatusBar1";
     uiStatusBarPanel1.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     uiStatusBarPanel1.BorderColor = System.Drawing.Color.Empty;
     uiStatusBarPanel1.Key = "";
     uiStatusBarPanel1.ProgressBarValue = 0;
     uiStatusBarPanel1.Text = "Ctrl+N: Thêm mới";
     uiStatusBarPanel1.Width = 113;
     uiStatusBarPanel2.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     uiStatusBarPanel2.BorderColor = System.Drawing.Color.Empty;
     uiStatusBarPanel2.Key = "";
     uiStatusBarPanel2.ProgressBarValue = 0;
     uiStatusBarPanel2.Text = "Ctrl+U: Cập nhật";
     uiStatusBarPanel2.Width = 106;
     uiStatusBarPanel3.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     uiStatusBarPanel3.BorderColor = System.Drawing.Color.Empty;
     uiStatusBarPanel3.Key = "";
     uiStatusBarPanel3.ProgressBarValue = 0;
     uiStatusBarPanel3.Text = "Ctrl+D: Xóa";
     uiStatusBarPanel3.Width = 77;
     uiStatusBarPanel4.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     uiStatusBarPanel4.BorderColor = System.Drawing.Color.Empty;
     uiStatusBarPanel4.Key = "";
     uiStatusBarPanel4.ProgressBarValue = 0;
     uiStatusBarPanel4.Text = "Ctrl+K: Thêm khám";
     uiStatusBarPanel4.Width = 121;
     uiStatusBarPanel5.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
     uiStatusBarPanel5.BorderColor = System.Drawing.Color.Empty;
     uiStatusBarPanel5.Key = "";
     uiStatusBarPanel5.ProgressBarValue = 0;
     uiStatusBarPanel5.Text = "Esc: Thoát Form";
     uiStatusBarPanel5.Width = 105;
     this.uiStatusBar1.Panels.AddRange(new Janus.Windows.UI.StatusBar.UIStatusBarPanel[] {
     uiStatusBarPanel1,
     uiStatusBarPanel2,
     uiStatusBarPanel3,
     uiStatusBarPanel4,
     uiStatusBarPanel5});
     this.uiStatusBar1.Size = new System.Drawing.Size(1018, 27);
     this.uiStatusBar1.TabIndex = 7;
     this.uiStatusBar1.TabStop = false;
     this.uiStatusBar1.VisualStyle = Janus.Windows.UI.VisualStyle.OfficeXP;
     //
     // uiGroupBox1
     //
     this.uiGroupBox1.Controls.Add(this.lblTongSo);
     this.uiGroupBox1.Controls.Add(this.cboObjectType);
     this.uiGroupBox1.Controls.Add(this.radTatCa);
     this.uiGroupBox1.Controls.Add(this.radNoiTru);
     this.uiGroupBox1.Controls.Add(this.radNgoaiTru);
     this.uiGroupBox1.Controls.Add(this.label4);
     this.uiGroupBox1.Controls.Add(this.txtPatientCode);
     this.uiGroupBox1.Controls.Add(this.label2);
     this.uiGroupBox1.Controls.Add(this.txtPatient_ID);
     this.uiGroupBox1.Controls.Add(this.Label7);
     this.uiGroupBox1.Controls.Add(this.txtPatientName);
     this.uiGroupBox1.Controls.Add(this.label3);
     this.uiGroupBox1.Controls.Add(this.dtmTo);
     this.uiGroupBox1.Controls.Add(this.dtmFrom);
     this.uiGroupBox1.Controls.Add(this.chkByDate);
     this.uiGroupBox1.Controls.Add(this.Label1);
     this.uiGroupBox1.Controls.Add(this.cmdTimKiem);
     this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Top;
     this.uiGroupBox1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiGroupBox1.Location = new System.Drawing.Point(0, 31);
     this.uiGroupBox1.Name = "uiGroupBox1";
     this.uiGroupBox1.Size = new System.Drawing.Size(1018, 72);
     this.uiGroupBox1.TabIndex = 1;
     //
     // lblTongSo
     //
     this.lblTongSo.AutoSize = true;
     this.lblTongSo.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTongSo.Location = new System.Drawing.Point(12, 95);
     this.lblTongSo.Name = "lblTongSo";
     this.lblTongSo.Size = new System.Drawing.Size(127, 17);
     this.lblTongSo.TabIndex = 1;
     this.lblTongSo.Text = "&Tổng số bản ghi :0";
     //
     // cboObjectType
     //
     this.cboObjectType.Location = new System.Drawing.Point(482, 42);
     this.cboObjectType.Name = "cboObjectType";
     this.cboObjectType.Size = new System.Drawing.Size(327, 21);
     this.cboObjectType.TabIndex = 5;
     this.cboObjectType.TabStop = false;
     this.cboObjectType.Text = "Đối tượng";
     //
     // radTatCa
     //
     this.radTatCa.Checked = true;
     this.radTatCa.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radTatCa.ForeColor = System.Drawing.Color.Navy;
     this.radTatCa.Location = new System.Drawing.Point(94, 73);
     this.radTatCa.Name = "radTatCa";
     this.radTatCa.Size = new System.Drawing.Size(59, 27);
     this.radTatCa.TabIndex = 521;
     this.radTatCa.TabStop = true;
     this.radTatCa.Text = "&Tất cả";
     //
     // radNoiTru
     //
     this.radNoiTru.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radNoiTru.ForeColor = System.Drawing.Color.Navy;
     this.radNoiTru.Location = new System.Drawing.Point(248, 73);
     this.radNoiTru.Name = "radNoiTru";
     this.radNoiTru.Size = new System.Drawing.Size(80, 27);
     this.radNoiTru.TabIndex = 520;
     this.radNoiTru.Text = "&Nội trú";
     //
     // radNgoaiTru
     //
     this.radNgoaiTru.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.radNgoaiTru.ForeColor = System.Drawing.Color.Navy;
     this.radNgoaiTru.Location = new System.Drawing.Point(159, 73);
     this.radNgoaiTru.Name = "radNgoaiTru";
     this.radNgoaiTru.Size = new System.Drawing.Size(78, 27);
     this.radNgoaiTru.TabIndex = 519;
     this.radNgoaiTru.Text = "&Ngoại trú";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location = new System.Drawing.Point(588, 17);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(77, 15);
     this.label4.TabIndex = 518;
     this.label4.Text = "Mã lần khám";
     //
     // txtPatientCode
     //
     this.txtPatientCode.BackColor = System.Drawing.Color.White;
     this.txtPatientCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPatientCode.Location = new System.Drawing.Point(671, 13);
     this.txtPatientCode.Name = "txtPatientCode";
     this.txtPatientCode.Size = new System.Drawing.Size(138, 21);
     this.txtPatientCode.TabIndex = 3;
     this.txtPatientCode.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location = new System.Drawing.Point(414, 17);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(43, 15);
     this.label2.TabIndex = 516;
     this.label2.Text = "Mã BN";
     //
     // txtPatient_ID
     //
     this.txtPatient_ID.BackColor = System.Drawing.Color.White;
     this.txtPatient_ID.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPatient_ID.Location = new System.Drawing.Point(482, 13);
     this.txtPatient_ID.Name = "txtPatient_ID";
     this.txtPatient_ID.Numeric = true;
     this.txtPatient_ID.Size = new System.Drawing.Size(102, 21);
     this.txtPatient_ID.TabIndex = 2;
     this.txtPatient_ID.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // Label7
     //
     this.Label7.AutoSize = true;
     this.Label7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label7.Location = new System.Drawing.Point(414, 47);
     this.Label7.Name = "Label7";
     this.Label7.Size = new System.Drawing.Size(62, 15);
     this.Label7.TabIndex = 514;
     this.Label7.Text = "Đối tượng";
     //
     // txtPatientName
     //
     this.txtPatientName.BackColor = System.Drawing.Color.White;
     this.txtPatientName.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtPatientName.Location = new System.Drawing.Point(94, 41);
     this.txtPatientName.Name = "txtPatientName";
     this.txtPatientName.Size = new System.Drawing.Size(313, 23);
     this.txtPatientName.TabIndex = 4;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location = new System.Drawing.Point(23, 45);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(54, 15);
     this.label3.TabIndex = 511;
     this.label3.Text = "Tên BN :";
     this.label3.Click += new System.EventHandler(this.label3_Click);
     //
     // dtmTo
     //
     this.dtmTo.CustomFormat = "dd/MM/yyyy";
     this.dtmTo.DateFormat = Janus.Windows.CalendarCombo.DateFormat.Custom;
     //
     //
     //
     this.dtmTo.DropDownCalendar.Name = "";
     this.dtmTo.DropDownCalendar.VisualStyle = Janus.Windows.CalendarCombo.VisualStyle.Standard;
     this.dtmTo.Location = new System.Drawing.Point(277, 14);
     this.dtmTo.MinDate = new System.DateTime(1900, 2, 1, 0, 0, 0, 0);
     this.dtmTo.Name = "dtmTo";
     this.dtmTo.ShowUpDown = true;
     this.dtmTo.Size = new System.Drawing.Size(130, 21);
     this.dtmTo.TabIndex = 1;
     this.dtmTo.Value = new System.DateTime(2011, 10, 20, 0, 0, 0, 0);
     //
     // dtmFrom
     //
     this.dtmFrom.CustomFormat = "dd/MM/yyyy";
     this.dtmFrom.DateFormat = Janus.Windows.CalendarCombo.DateFormat.Custom;
     //
     //
     //
     this.dtmFrom.DropDownCalendar.Name = "";
     this.dtmFrom.DropDownCalendar.VisualStyle = Janus.Windows.CalendarCombo.VisualStyle.Standard;
     this.dtmFrom.Location = new System.Drawing.Point(94, 14);
     this.dtmFrom.MinDate = new System.DateTime(1900, 2, 1, 0, 0, 0, 0);
     this.dtmFrom.Name = "dtmFrom";
     this.dtmFrom.ShowUpDown = true;
     this.dtmFrom.Size = new System.Drawing.Size(117, 21);
     this.dtmFrom.TabIndex = 0;
     this.dtmFrom.Value = new System.DateTime(2011, 10, 20, 0, 0, 0, 0);
     //
     // chkByDate
     //
     this.chkByDate.AutoSize = true;
     this.chkByDate.Checked = true;
     this.chkByDate.CheckState = System.Windows.Forms.CheckState.Checked;
     this.chkByDate.Location = new System.Drawing.Point(15, 15);
     this.chkByDate.Name = "chkByDate";
     this.chkByDate.Size = new System.Drawing.Size(76, 19);
     this.chkByDate.TabIndex = 241;
     this.chkByDate.Text = "Từ ngày :";
     this.chkByDate.UseVisualStyleBackColor = true;
     //
     // Label1
     //
     this.Label1.AutoSize = true;
     this.Label1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Label1.ForeColor = System.Drawing.Color.Black;
     this.Label1.Location = new System.Drawing.Point(217, 19);
     this.Label1.Name = "Label1";
     this.Label1.Size = new System.Drawing.Size(59, 15);
     this.Label1.TabIndex = 240;
     this.Label1.Text = "Đến ngày";
     //
     // cmdTimKiem
     //
     this.cmdTimKiem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.cmdTimKiem.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdTimKiem.Image = ((System.Drawing.Image)(resources.GetObject("cmdTimKiem.Image")));
     this.cmdTimKiem.ImageSize = new System.Drawing.Size(32, 32);
     this.cmdTimKiem.Location = new System.Drawing.Point(844, 20);
     this.cmdTimKiem.Name = "cmdTimKiem";
     this.cmdTimKiem.Size = new System.Drawing.Size(162, 40);
     this.cmdTimKiem.TabIndex = 6;
     this.cmdTimKiem.Text = "&Tìm kiếm (F3)";
     //
     // errorProvider1
     //
     this.errorProvider1.ContainerControl = this;
     //
     // uiGroupBox2
     //
     this.uiGroupBox2.Controls.Add(this.grdList);
     this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.uiGroupBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.uiGroupBox2.Name = "uiGroupBox2";
     this.uiGroupBox2.Size = new System.Drawing.Size(531, 610);
     this.uiGroupBox2.TabIndex = 2;
     this.uiGroupBox2.Text = "Danh sách Bệnh nhân đăng ký KCB";
     //
     // grdList
     //
     this.grdList.AllowEdit = Janus.Windows.GridEX.InheritableBoolean.False;
     this.grdList.BackColor = System.Drawing.Color.Silver;
     this.grdList.BuiltInTextsData = "<LocalizableData ID=\"LocalizableStrings\" Collection=\"true\"><FilterRowInfoText>Lọc" +
     " thông tin bệnh nhân</FilterRowInfoText></LocalizableData>";
     grdList_DesignTimeLayout.LayoutString = resources.GetString("grdList_DesignTimeLayout.LayoutString");
     this.grdList.DesignTimeLayout = grdList_DesignTimeLayout;
     this.grdList.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdList.DynamicFiltering = true;
     this.grdList.FilterMode = Janus.Windows.GridEX.FilterMode.Automatic;
     this.grdList.FocusCellDisplayMode = Janus.Windows.GridEX.FocusCellDisplayMode.UseSelectedFormatStyle;
     this.grdList.FocusCellFormatStyle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.grdList.FocusCellFormatStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold);
     this.grdList.FocusCellFormatStyle.FontBold = Janus.Windows.GridEX.TriState.True;
     this.grdList.Font = new System.Drawing.Font("Arial", 9F);
     this.grdList.FrozenColumns = 3;
     this.grdList.GroupByBoxVisible = false;
     this.grdList.HideSelection = Janus.Windows.GridEX.HideSelection.Highlight;
     this.grdList.Location = new System.Drawing.Point(3, 17);
     this.grdList.Name = "grdList";
     this.grdList.RecordNavigator = true;
     this.grdList.RowHeaders = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdList.SelectedFormatStyle.BackColor = System.Drawing.Color.SteelBlue;
     this.grdList.Size = new System.Drawing.Size(525, 590);
     this.grdList.TabIndex = 0;
     this.grdList.TabStop = false;
     this.grdList.VisualStyle = Janus.Windows.GridEX.VisualStyle.VS2005;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.uiGroupBox2);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel1.Location = new System.Drawing.Point(0, 103);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(531, 610);
     this.panel1.TabIndex = 547;
     //
     // toolTip1
     //
     this.toolTip1.IsBalloon = true;
     this.toolTip1.ToolTipTitle = "Trợ giúp nhanh:";
     //
     // frm_TimKiemBN
     //
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.ClientSize = new System.Drawing.Size(1018, 740);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.tabChiDinh);
     this.Controls.Add(this.uiStatusBar1);
     this.Controls.Add(this.uiGroupBox1);
     this.Controls.Add(this.toolStrip1);
     this.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frm_TimKiemBN";
     this.ShowIcon = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Thông tin tiếp đón bệnh nhân";
     this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
     this.Load += new System.EventHandler(this.frm_TimKiemBN_Load);
     this.toolStrip1.ResumeLayout(false);
     this.toolStrip1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.tabChiDinh)).EndInit();
     this.tabChiDinh.ResumeLayout(false);
     this.tabPageChiDinh.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox4)).EndInit();
     this.uiGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdAssignDetail)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox5)).EndInit();
     this.uiGroupBox5.ResumeLayout(false);
     this.uiGroupBox5.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox3)).EndInit();
     this.uiGroupBox3.ResumeLayout(false);
     this.uiGroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.grdRegExam)).EndInit();
     this.panel2.ResumeLayout(false);
     this.panel2.PerformLayout();
     this.pnlnutchucnang.ResumeLayout(false);
     this.pnlPrint.ResumeLayout(false);
     this.plnAddDvuKCB.ResumeLayout(false);
     this.plnAddDvuKCB.PerformLayout();
     this.panel3.ResumeLayout(false);
     this.pnlGoMaDvu.ResumeLayout(false);
     this.pnlGoMaDvu.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.cboKieuKham)).EndInit();
     this.pnlKieuPhongkham.ResumeLayout(false);
     this.pnlKieuPhongkham.PerformLayout();
     this.contextMenuStrip1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).EndInit();
     this.uiGroupBox1.ResumeLayout(false);
     this.uiGroupBox1.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox2)).EndInit();
     this.uiGroupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.grdList)).EndInit();
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
 /// <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(Frm_BenhAnThuong));
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem1 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem2 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem3 = new Janus.Windows.EditControls.UIComboBoxItem();
     this.grpThongTinBenhNhan = new Janus.Windows.EditControls.UIGroupBox();
     this.uiButton1 = new Janus.Windows.EditControls.UIButton();
     this.txtID_BA = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtSoKham = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label87 = new System.Windows.Forms.Label();
     this.dtInsToDate = new Janus.Windows.GridEX.EditControls.EditBox();
     this.dtThoiDiemDkKham = new Janus.Windows.CalendarCombo.CalendarCombo();
     this.txtSoBaoHiemYte = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtDienThoai = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label13 = new System.Windows.Forms.Label();
     this.chkTuDen = new Janus.Windows.EditControls.UICheckBox();
     this.chkYTe = new Janus.Windows.EditControls.UICheckBox();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.txtMaBenhAn = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label10 = new System.Windows.Forms.Label();
     this.txtMaLanKham = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label9 = new System.Windows.Forms.Label();
     this.txtMaBN = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label8 = new System.Windows.Forms.Label();
     this.txtChanDoanBanDau = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.txtThongTinLienHe = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label5 = new System.Windows.Forms.Label();
     this.txtClinicCode = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.txtInsObject_CodeTP = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.txtOThu6 = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.txtOThu5 = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.txtOThuTu = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.txtInsCodeTP = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.txtInsNumber = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.label16 = new System.Windows.Forms.Label();
     this.txtInsObjectCode = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtDoiTuong = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label3 = new System.Windows.Forms.Label();
     this.txtNoiLamViec = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtDiaChi = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label1 = new System.Windows.Forms.Label();
     this.chkNgoaiKieu = new Janus.Windows.EditControls.UICheckBox();
     this.txtDanToc = new Janus.Windows.GridEX.EditControls.EditBox();
     this.lblDanToc = new System.Windows.Forms.Label();
     this.lblNgheNghiep = new System.Windows.Forms.Label();
     this.cboGioiTinh = new Janus.Windows.EditControls.UIComboBox();
     this.txtNgheNghiep = new Janus.Windows.GridEX.EditControls.EditBox();
     this.lblGioiTinh = new System.Windows.Forms.Label();
     this.txtNamSinh = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtThangSinh = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtNgaySinh = new Janus.Windows.GridEX.EditControls.EditBox();
     this.lblNgaySinh = new System.Windows.Forms.Label();
     this.lblTenBn = new System.Windows.Forms.Label();
     this.txtHoTen = new Janus.Windows.GridEX.EditControls.EditBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.KHAMBENH = new Janus.Windows.EditControls.UIGroupBox();
     this.txtBAT_TTLQCLSC = new System.Windows.Forms.RichTextBox();
     this.txtBAT_CBP = new System.Windows.Forms.RichTextBox();
     this.txtBAT_TT = new System.Windows.Forms.RichTextBox();
     this.txtkbMa = new System.Windows.Forms.RichTextBox();
     this.txtkbChanDoanRaVien = new System.Windows.Forms.RichTextBox();
     this.uiGroupBox3 = new Janus.Windows.EditControls.UIGroupBox();
     this.txtBMI = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtChieuCao = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtCanNang = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtNhipTho = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label83 = new System.Windows.Forms.Label();
     this.txtHuyetApDen = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtHuyetApTu = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtNhietDo = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label82 = new System.Windows.Forms.Label();
     this.label81 = new System.Windows.Forms.Label();
     this.label80 = new System.Windows.Forms.Label();
     this.label79 = new System.Windows.Forms.Label();
     this.label78 = new System.Windows.Forms.Label();
     this.label77 = new System.Windows.Forms.Label();
     this.label76 = new System.Windows.Forms.Label();
     this.txtMach = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label75 = new System.Windows.Forms.Label();
     this.label74 = new System.Windows.Forms.Label();
     this.label73 = new System.Windows.Forms.Label();
     this.label72 = new System.Windows.Forms.Label();
     this.label71 = new System.Windows.Forms.Label();
     this.label70 = new System.Windows.Forms.Label();
     this.label69 = new System.Windows.Forms.Label();
     this.dtDieuTriNgoaiTruDen = new Janus.Windows.CalendarCombo.CalendarCombo();
     this.label68 = new System.Windows.Forms.Label();
     this.dtDieuTriNgoaiTruTu = new Janus.Windows.CalendarCombo.CalendarCombo();
     this.label67 = new System.Windows.Forms.Label();
     this.label66 = new System.Windows.Forms.Label();
     this.label65 = new System.Windows.Forms.Label();
     this.TXTKBDaXuLy = new Janus.Windows.GridEX.EditControls.EditBox();
     this.TXTKBChanDoanBD = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label63 = new System.Windows.Forms.Label();
     this.label62 = new System.Windows.Forms.Label();
     this.label61 = new System.Windows.Forms.Label();
     this.label60 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.label40 = new System.Windows.Forms.Label();
     this.HOIBENH = new Janus.Windows.EditControls.UIGroupBox();
     this.txtBAT_GD = new System.Windows.Forms.RichTextBox();
     this.label15 = new System.Windows.Forms.Label();
     this.label32 = new System.Windows.Forms.Label();
     this.txtBAT_BT = new System.Windows.Forms.RichTextBox();
     this.txtBAT_QTBL = new System.Windows.Forms.RichTextBox();
     this.label31 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.LDVV = new Janus.Windows.EditControls.UIGroupBox();
     this.txtBAT_LDVV = new System.Windows.Forms.RichTextBox();
     this.cmdSave = new Janus.Windows.EditControls.UIButton();
     this.chkDongSauKhiLuu = new System.Windows.Forms.CheckBox();
     this.cmdInBenhAn = new System.Windows.Forms.Button();
     this.uiStatusBar1 = new Janus.Windows.UI.StatusBar.UIStatusBar();
     this.label93 = new System.Windows.Forms.Label();
     this.cmdDelete = new System.Windows.Forms.Button();
     this.chkInNgay = new System.Windows.Forms.CheckBox();
     this.button1 = new System.Windows.Forms.Button();
     this.label94 = new System.Windows.Forms.Label();
     this.label95 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.grpThongTinBenhNhan)).BeginInit();
     this.grpThongTinBenhNhan.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.KHAMBENH)).BeginInit();
     this.KHAMBENH.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox3)).BeginInit();
     this.uiGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.HOIBENH)).BeginInit();
     this.HOIBENH.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LDVV)).BeginInit();
     this.LDVV.SuspendLayout();
     this.SuspendLayout();
     //
     // grpThongTinBenhNhan
     //
     this.grpThongTinBenhNhan.Controls.Add(this.uiButton1);
     this.grpThongTinBenhNhan.Controls.Add(this.txtID_BA);
     this.grpThongTinBenhNhan.Controls.Add(this.txtSoKham);
     this.grpThongTinBenhNhan.Controls.Add(this.label87);
     this.grpThongTinBenhNhan.Controls.Add(this.dtInsToDate);
     this.grpThongTinBenhNhan.Controls.Add(this.dtThoiDiemDkKham);
     this.grpThongTinBenhNhan.Controls.Add(this.txtSoBaoHiemYte);
     this.grpThongTinBenhNhan.Controls.Add(this.txtDienThoai);
     this.grpThongTinBenhNhan.Controls.Add(this.label13);
     this.grpThongTinBenhNhan.Controls.Add(this.chkTuDen);
     this.grpThongTinBenhNhan.Controls.Add(this.chkYTe);
     this.grpThongTinBenhNhan.Controls.Add(this.label12);
     this.grpThongTinBenhNhan.Controls.Add(this.label11);
     this.grpThongTinBenhNhan.Controls.Add(this.txtMaBenhAn);
     this.grpThongTinBenhNhan.Controls.Add(this.label10);
     this.grpThongTinBenhNhan.Controls.Add(this.txtMaLanKham);
     this.grpThongTinBenhNhan.Controls.Add(this.label9);
     this.grpThongTinBenhNhan.Controls.Add(this.txtMaBN);
     this.grpThongTinBenhNhan.Controls.Add(this.label8);
     this.grpThongTinBenhNhan.Controls.Add(this.txtChanDoanBanDau);
     this.grpThongTinBenhNhan.Controls.Add(this.label7);
     this.grpThongTinBenhNhan.Controls.Add(this.label6);
     this.grpThongTinBenhNhan.Controls.Add(this.txtThongTinLienHe);
     this.grpThongTinBenhNhan.Controls.Add(this.label5);
     this.grpThongTinBenhNhan.Controls.Add(this.txtClinicCode);
     this.grpThongTinBenhNhan.Controls.Add(this.txtInsObject_CodeTP);
     this.grpThongTinBenhNhan.Controls.Add(this.txtOThu6);
     this.grpThongTinBenhNhan.Controls.Add(this.txtOThu5);
     this.grpThongTinBenhNhan.Controls.Add(this.txtOThuTu);
     this.grpThongTinBenhNhan.Controls.Add(this.txtInsCodeTP);
     this.grpThongTinBenhNhan.Controls.Add(this.txtInsNumber);
     this.grpThongTinBenhNhan.Controls.Add(this.label16);
     this.grpThongTinBenhNhan.Controls.Add(this.txtInsObjectCode);
     this.grpThongTinBenhNhan.Controls.Add(this.label4);
     this.grpThongTinBenhNhan.Controls.Add(this.txtDoiTuong);
     this.grpThongTinBenhNhan.Controls.Add(this.label3);
     this.grpThongTinBenhNhan.Controls.Add(this.txtNoiLamViec);
     this.grpThongTinBenhNhan.Controls.Add(this.label2);
     this.grpThongTinBenhNhan.Controls.Add(this.txtDiaChi);
     this.grpThongTinBenhNhan.Controls.Add(this.label1);
     this.grpThongTinBenhNhan.Controls.Add(this.chkNgoaiKieu);
     this.grpThongTinBenhNhan.Controls.Add(this.txtDanToc);
     this.grpThongTinBenhNhan.Controls.Add(this.lblDanToc);
     this.grpThongTinBenhNhan.Controls.Add(this.lblNgheNghiep);
     this.grpThongTinBenhNhan.Controls.Add(this.cboGioiTinh);
     this.grpThongTinBenhNhan.Controls.Add(this.txtNgheNghiep);
     this.grpThongTinBenhNhan.Controls.Add(this.lblGioiTinh);
     this.grpThongTinBenhNhan.Controls.Add(this.txtNamSinh);
     this.grpThongTinBenhNhan.Controls.Add(this.txtThangSinh);
     this.grpThongTinBenhNhan.Controls.Add(this.txtNgaySinh);
     this.grpThongTinBenhNhan.Controls.Add(this.lblNgaySinh);
     this.grpThongTinBenhNhan.Controls.Add(this.lblTenBn);
     this.grpThongTinBenhNhan.Controls.Add(this.txtHoTen);
     this.grpThongTinBenhNhan.Dock = System.Windows.Forms.DockStyle.Top;
     this.grpThongTinBenhNhan.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpThongTinBenhNhan.Image = ((System.Drawing.Image)(resources.GetObject("grpThongTinBenhNhan.Image")));
     this.grpThongTinBenhNhan.Location = new System.Drawing.Point(0, 0);
     this.grpThongTinBenhNhan.Name = "grpThongTinBenhNhan";
     this.grpThongTinBenhNhan.Size = new System.Drawing.Size(871, 322);
     this.grpThongTinBenhNhan.TabIndex = 0;
     this.grpThongTinBenhNhan.Text = "I.THÔNG TIN BỆNH NHÂN";
     //
     // uiButton1
     //
     this.uiButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiButton1.Location = new System.Drawing.Point(771, 21);
     this.uiButton1.Name = "uiButton1";
     this.uiButton1.Size = new System.Drawing.Size(63, 31);
     this.uiButton1.TabIndex = 582;
     this.uiButton1.Text = "Tìm";
     //
     // txtID_BA
     //
     this.txtID_BA.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtID_BA.Location = new System.Drawing.Point(815, 191);
     this.txtID_BA.Name = "txtID_BA";
     this.txtID_BA.ReadOnly = true;
     this.txtID_BA.Size = new System.Drawing.Size(51, 20);
     this.txtID_BA.TabIndex = 456;
     this.txtID_BA.TabStop = false;
     this.txtID_BA.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtID_BA.Visible = false;
     //
     // txtSoKham
     //
     this.txtSoKham.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSoKham.Location = new System.Drawing.Point(817, 169);
     this.txtSoKham.Name = "txtSoKham";
     this.txtSoKham.ReadOnly = true;
     this.txtSoKham.Size = new System.Drawing.Size(51, 20);
     this.txtSoKham.TabIndex = 455;
     this.txtSoKham.TabStop = false;
     this.txtSoKham.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtSoKham.Visible = false;
     //
     // label87
     //
     this.label87.AutoSize = true;
     this.label87.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label87.Location = new System.Drawing.Point(754, 175);
     this.label87.Name = "label87";
     this.label87.Size = new System.Drawing.Size(57, 13);
     this.label87.TabIndex = 454;
     this.label87.Text = "Số Khám";
     this.label87.Visible = false;
     //
     // dtInsToDate
     //
     this.dtInsToDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtInsToDate.Location = new System.Drawing.Point(333, 167);
     this.dtInsToDate.Name = "dtInsToDate";
     this.dtInsToDate.Size = new System.Drawing.Size(168, 20);
     this.dtInsToDate.TabIndex = 453;
     this.dtInsToDate.TabStop = false;
     //
     // dtThoiDiemDkKham
     //
     this.dtThoiDiemDkKham.CustomFormat = "dd/MM/yyyy";
     this.dtThoiDiemDkKham.DateFormat = Janus.Windows.CalendarCombo.DateFormat.Custom;
     //
     //
     //
     this.dtThoiDiemDkKham.DropDownCalendar.FirstMonth = new System.DateTime(2013, 12, 1, 0, 0, 0, 0);
     this.dtThoiDiemDkKham.DropDownCalendar.Name = "";
     this.dtThoiDiemDkKham.Location = new System.Drawing.Point(185, 222);
     this.dtThoiDiemDkKham.Name = "dtThoiDiemDkKham";
     this.dtThoiDiemDkKham.ShowUpDown = true;
     this.dtThoiDiemDkKham.Size = new System.Drawing.Size(192, 20);
     this.dtThoiDiemDkKham.TabIndex = 452;
     this.dtThoiDiemDkKham.TabStop = false;
     this.dtThoiDiemDkKham.Value = new System.DateTime(2013, 9, 23, 0, 0, 0, 0);
     //
     // txtSoBaoHiemYte
     //
     this.txtSoBaoHiemYte.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSoBaoHiemYte.Location = new System.Drawing.Point(185, 193);
     this.txtSoBaoHiemYte.Name = "txtSoBaoHiemYte";
     this.txtSoBaoHiemYte.Size = new System.Drawing.Size(192, 20);
     this.txtSoBaoHiemYte.TabIndex = 451;
     this.txtSoBaoHiemYte.TabStop = false;
     //
     // txtDienThoai
     //
     this.txtDienThoai.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDienThoai.Location = new System.Drawing.Point(600, 247);
     this.txtDienThoai.Name = "txtDienThoai";
     this.txtDienThoai.Size = new System.Drawing.Size(225, 20);
     this.txtDienThoai.TabIndex = 6;
     this.txtDienThoai.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(518, 250);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(83, 13);
     this.label13.TabIndex = 449;
     this.label13.Text = "Số điện thoại";
     //
     // chkTuDen
     //
     this.chkTuDen.ImageAlignment = Janus.Windows.EditControls.ImageHorizontalAlignment.AfterText;
     this.chkTuDen.Location = new System.Drawing.Point(745, 273);
     this.chkTuDen.Name = "chkTuDen";
     this.chkTuDen.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkTuDen.Size = new System.Drawing.Size(76, 23);
     this.chkTuDen.TabIndex = 448;
     this.chkTuDen.TabStop = false;
     this.chkTuDen.Text = "Tự đến";
     //
     // chkYTe
     //
     this.chkYTe.Location = new System.Drawing.Point(696, 273);
     this.chkYTe.Name = "chkYTe";
     this.chkYTe.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkYTe.Size = new System.Drawing.Size(47, 23);
     this.chkYTe.TabIndex = 447;
     this.chkYTe.TabStop = false;
     this.chkYTe.Text = "Y tế";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(709, 66);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(32, 13);
     this.label12.TabIndex = 446;
     this.label12.Text = "Năm";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(636, 66);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(43, 13);
     this.label11.TabIndex = 445;
     this.label11.Text = "Tháng";
     //
     // txtMaBenhAn
     //
     this.txtMaBenhAn.BackColor = System.Drawing.Color.Turquoise;
     this.txtMaBenhAn.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMaBenhAn.Location = new System.Drawing.Point(609, 21);
     this.txtMaBenhAn.Name = "txtMaBenhAn";
     this.txtMaBenhAn.Size = new System.Drawing.Size(130, 31);
     this.txtMaBenhAn.TabIndex = 13;
     this.txtMaBenhAn.TabStop = false;
     this.txtMaBenhAn.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtMaBenhAn.TextChanged += new System.EventHandler(this.txtMaBenhAn_TextChanged);
     this.txtMaBenhAn.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMaBenhAn_KeyPress);
     this.txtMaBenhAn.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMaBenhAn_KeyDown);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(518, 28);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(90, 16);
     this.label10.TabIndex = 443;
     this.label10.Text = "Mã Bệnh Án";
     //
     // txtMaLanKham
     //
     this.txtMaLanKham.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMaLanKham.Location = new System.Drawing.Point(353, 22);
     this.txtMaLanKham.Name = "txtMaLanKham";
     this.txtMaLanKham.Size = new System.Drawing.Size(148, 31);
     this.txtMaLanKham.TabIndex = 442;
     this.txtMaLanKham.TabStop = false;
     this.txtMaLanKham.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtMaLanKham.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMaLanKham_KeyPress);
     this.txtMaLanKham.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtMaLanKham_KeyDown);
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(227, 28);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(100, 16);
     this.label9.TabIndex = 441;
     this.label9.Text = "Mã Lần Khám";
     //
     // txtMaBN
     //
     this.txtMaBN.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMaBN.Location = new System.Drawing.Point(123, 22);
     this.txtMaBN.Name = "txtMaBN";
     this.txtMaBN.Size = new System.Drawing.Size(88, 31);
     this.txtMaBN.TabIndex = 0;
     this.txtMaBN.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtMaBN.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtMaBN_KeyPress);
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(16, 30);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(108, 16);
     this.label8.TabIndex = 439;
     this.label8.Text = "Mã Bệnh Nhân";
     //
     // txtChanDoanBanDau
     //
     this.txtChanDoanBanDau.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtChanDoanBanDau.Location = new System.Drawing.Point(185, 274);
     this.txtChanDoanBanDau.Name = "txtChanDoanBanDau";
     this.txtChanDoanBanDau.Size = new System.Drawing.Size(505, 20);
     this.txtChanDoanBanDau.TabIndex = 7;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(17, 279);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(146, 13);
     this.label7.TabIndex = 0;
     this.label7.Text = "Chẩn đoán nơi giới thiệu";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(17, 224);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(118, 13);
     this.label6.TabIndex = 433;
     this.label6.Text = "Đến Khám bệnh lúc";
     //
     // txtThongTinLienHe
     //
     this.txtThongTinLienHe.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtThongTinLienHe.Location = new System.Drawing.Point(185, 247);
     this.txtThongTinLienHe.Name = "txtThongTinLienHe";
     this.txtThongTinLienHe.Size = new System.Drawing.Size(310, 20);
     this.txtThongTinLienHe.TabIndex = 5;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(17, 251);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(156, 13);
     this.label5.TabIndex = 431;
     this.label5.Text = "Họ Tên, địa chỉ người nhà";
     //
     // txtClinicCode
     //
     this.txtClinicCode.BackColor = System.Drawing.Color.White;
     this.txtClinicCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtClinicCode.Location = new System.Drawing.Point(765, 191);
     this.txtClinicCode.MaxLength = 5;
     this.txtClinicCode.Name = "txtClinicCode";
     this.txtClinicCode.Size = new System.Drawing.Size(44, 23);
     this.txtClinicCode.TabIndex = 429;
     this.txtClinicCode.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtClinicCode.Visible = false;
     //
     // txtInsObject_CodeTP
     //
     this.txtInsObject_CodeTP.BackColor = System.Drawing.Color.White;
     this.txtInsObject_CodeTP.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtInsObject_CodeTP.Location = new System.Drawing.Point(711, 191);
     this.txtInsObject_CodeTP.MaxLength = 2;
     this.txtInsObject_CodeTP.Name = "txtInsObject_CodeTP";
     this.txtInsObject_CodeTP.Numeric = true;
     this.txtInsObject_CodeTP.Size = new System.Drawing.Size(55, 23);
     this.txtInsObject_CodeTP.TabIndex = 428;
     this.txtInsObject_CodeTP.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtInsObject_CodeTP.Visible = false;
     //
     // txtOThu6
     //
     this.txtOThu6.BackColor = System.Drawing.Color.White;
     this.txtOThu6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtOThu6.Location = new System.Drawing.Point(650, 191);
     this.txtOThu6.MaxLength = 5;
     this.txtOThu6.Name = "txtOThu6";
     this.txtOThu6.Numeric = true;
     this.txtOThu6.Size = new System.Drawing.Size(63, 23);
     this.txtOThu6.TabIndex = 427;
     this.txtOThu6.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtOThu6.Visible = false;
     //
     // txtOThu5
     //
     this.txtOThu5.BackColor = System.Drawing.Color.White;
     this.txtOThu5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtOThu5.Location = new System.Drawing.Point(613, 191);
     this.txtOThu5.MaxLength = 3;
     this.txtOThu5.Name = "txtOThu5";
     this.txtOThu5.Numeric = true;
     this.txtOThu5.Size = new System.Drawing.Size(38, 23);
     this.txtOThu5.TabIndex = 426;
     this.txtOThu5.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtOThu5.Visible = false;
     //
     // txtOThuTu
     //
     this.txtOThuTu.BackColor = System.Drawing.Color.White;
     this.txtOThuTu.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtOThuTu.Location = new System.Drawing.Point(586, 191);
     this.txtOThuTu.MaxLength = 2;
     this.txtOThuTu.Name = "txtOThuTu";
     this.txtOThuTu.Numeric = true;
     this.txtOThuTu.Size = new System.Drawing.Size(28, 23);
     this.txtOThuTu.TabIndex = 425;
     this.txtOThuTu.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtOThuTu.Visible = false;
     //
     // txtInsCodeTP
     //
     this.txtInsCodeTP.BackColor = System.Drawing.Color.White;
     this.txtInsCodeTP.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtInsCodeTP.Location = new System.Drawing.Point(559, 191);
     this.txtInsCodeTP.MaxLength = 2;
     this.txtInsCodeTP.Name = "txtInsCodeTP";
     this.txtInsCodeTP.Numeric = true;
     this.txtInsCodeTP.Size = new System.Drawing.Size(28, 23);
     this.txtInsCodeTP.TabIndex = 424;
     this.txtInsCodeTP.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtInsCodeTP.Visible = false;
     //
     // txtInsNumber
     //
     this.txtInsNumber.BackColor = System.Drawing.Color.White;
     this.txtInsNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtInsNumber.Location = new System.Drawing.Point(536, 191);
     this.txtInsNumber.MaxLength = 1;
     this.txtInsNumber.Name = "txtInsNumber";
     this.txtInsNumber.Numeric = true;
     this.txtInsNumber.Size = new System.Drawing.Size(24, 23);
     this.txtInsNumber.TabIndex = 423;
     this.txtInsNumber.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtInsNumber.Visible = false;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(16, 198);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(59, 13);
     this.label16.TabIndex = 430;
     this.label16.Text = "&Số BHYT";
     //
     // txtInsObjectCode
     //
     this.txtInsObjectCode.BackColor = System.Drawing.Color.White;
     this.txtInsObjectCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtInsObjectCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtInsObjectCode.Location = new System.Drawing.Point(491, 191);
     this.txtInsObjectCode.MaxLength = 2;
     this.txtInsObjectCode.Name = "txtInsObjectCode";
     this.txtInsObjectCode.Size = new System.Drawing.Size(46, 23);
     this.txtInsObjectCode.TabIndex = 422;
     this.txtInsObjectCode.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtInsObjectCode.Visible = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(198, 172);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(137, 13);
     this.label4.TabIndex = 20;
     this.label4.Text = "BHYT:giá trị đến ngày ";
     //
     // txtDoiTuong
     //
     this.txtDoiTuong.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDoiTuong.Location = new System.Drawing.Point(123, 168);
     this.txtDoiTuong.Name = "txtDoiTuong";
     this.txtDoiTuong.Size = new System.Drawing.Size(75, 20);
     this.txtDoiTuong.TabIndex = 19;
     this.txtDoiTuong.TabStop = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(17, 172);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(66, 13);
     this.label3.TabIndex = 18;
     this.label3.Text = "Đối Tượng";
     //
     // txtNoiLamViec
     //
     this.txtNoiLamViec.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNoiLamViec.Location = new System.Drawing.Point(609, 137);
     this.txtNoiLamViec.Name = "txtNoiLamViec";
     this.txtNoiLamViec.Size = new System.Drawing.Size(225, 20);
     this.txtNoiLamViec.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(518, 144);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(82, 13);
     this.label2.TabIndex = 16;
     this.label2.Text = "Nơi Làm Việc";
     //
     // txtDiaChi
     //
     this.txtDiaChi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDiaChi.Location = new System.Drawing.Point(123, 141);
     this.txtDiaChi.Name = "txtDiaChi";
     this.txtDiaChi.ReadOnly = true;
     this.txtDiaChi.Size = new System.Drawing.Size(378, 20);
     this.txtDiaChi.TabIndex = 15;
     this.txtDiaChi.TabStop = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(17, 145);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(48, 13);
     this.label1.TabIndex = 14;
     this.label1.Text = "Địa Chỉ";
     //
     // chkNgoaiKieu
     //
     this.chkNgoaiKieu.Location = new System.Drawing.Point(753, 105);
     this.chkNgoaiKieu.Name = "chkNgoaiKieu";
     this.chkNgoaiKieu.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkNgoaiKieu.Size = new System.Drawing.Size(81, 23);
     this.chkNgoaiKieu.TabIndex = 3;
     this.chkNgoaiKieu.TabStop = false;
     this.chkNgoaiKieu.Text = "Ngoại kiểu";
     //
     // txtDanToc
     //
     this.txtDanToc.Location = new System.Drawing.Point(609, 108);
     this.txtDanToc.Name = "txtDanToc";
     this.txtDanToc.Size = new System.Drawing.Size(135, 20);
     this.txtDanToc.TabIndex = 2;
     //
     // lblDanToc
     //
     this.lblDanToc.AutoSize = true;
     this.lblDanToc.Location = new System.Drawing.Point(518, 111);
     this.lblDanToc.Name = "lblDanToc";
     this.lblDanToc.Size = new System.Drawing.Size(56, 13);
     this.lblDanToc.TabIndex = 10;
     this.lblDanToc.Text = "Dân Tộc";
     //
     // lblNgheNghiep
     //
     this.lblNgheNghiep.AutoSize = true;
     this.lblNgheNghiep.Location = new System.Drawing.Point(198, 114);
     this.lblNgheNghiep.Name = "lblNgheNghiep";
     this.lblNgheNghiep.Size = new System.Drawing.Size(81, 13);
     this.lblNgheNghiep.TabIndex = 9;
     this.lblNgheNghiep.Text = "Nghề Nghiệp";
     //
     // cboGioiTinh
     //
     this.cboGioiTinh.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
     this.cboGioiTinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     uiComboBoxItem1.FormatStyle.Alpha = 0;
     uiComboBoxItem1.IsSeparator = false;
     uiComboBoxItem1.Text = "Nữ";
     uiComboBoxItem1.Value = 1;
     uiComboBoxItem2.FormatStyle.Alpha = 0;
     uiComboBoxItem2.IsSeparator = false;
     uiComboBoxItem2.Text = "Nam";
     uiComboBoxItem2.Value = 0;
     uiComboBoxItem3.FormatStyle.Alpha = 0;
     uiComboBoxItem3.IsSeparator = false;
     uiComboBoxItem3.Text = "Khác";
     uiComboBoxItem3.Value = 2;
     this.cboGioiTinh.Items.AddRange(new Janus.Windows.EditControls.UIComboBoxItem[] {
     uiComboBoxItem1,
     uiComboBoxItem2,
     uiComboBoxItem3});
     this.cboGioiTinh.Location = new System.Drawing.Point(123, 110);
     this.cboGioiTinh.Name = "cboGioiTinh";
     this.cboGioiTinh.Size = new System.Drawing.Size(75, 21);
     this.cboGioiTinh.TabIndex = 8;
     this.cboGioiTinh.TabStop = false;
     this.cboGioiTinh.Text = "Giới tính";
     //
     // txtNgheNghiep
     //
     this.txtNgheNghiep.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNgheNghiep.Location = new System.Drawing.Point(293, 111);
     this.txtNgheNghiep.Name = "txtNgheNghiep";
     this.txtNgheNghiep.ReadOnly = true;
     this.txtNgheNghiep.Size = new System.Drawing.Size(208, 20);
     this.txtNgheNghiep.TabIndex = 7;
     this.txtNgheNghiep.TabStop = false;
     //
     // lblGioiTinh
     //
     this.lblGioiTinh.AutoSize = true;
     this.lblGioiTinh.Location = new System.Drawing.Point(17, 116);
     this.lblGioiTinh.Name = "lblGioiTinh";
     this.lblGioiTinh.Size = new System.Drawing.Size(64, 13);
     this.lblGioiTinh.TabIndex = 6;
     this.lblGioiTinh.Text = "Giới Tính ";
     //
     // txtNamSinh
     //
     this.txtNamSinh.Location = new System.Drawing.Point(744, 61);
     this.txtNamSinh.Name = "txtNamSinh";
     this.txtNamSinh.Size = new System.Drawing.Size(90, 20);
     this.txtNamSinh.TabIndex = 5;
     this.txtNamSinh.TabStop = false;
     this.txtNamSinh.TextAlignment = Janus.Windows.GridEX.TextAlignment.Far;
     this.txtNamSinh.Leave += new System.EventHandler(this.txtNamSinh_Leave);
     this.txtNamSinh.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNamSinh_KeyPress);
     //
     // txtThangSinh
     //
     this.txtThangSinh.Location = new System.Drawing.Point(680, 63);
     this.txtThangSinh.Name = "txtThangSinh";
     this.txtThangSinh.Size = new System.Drawing.Size(25, 20);
     this.txtThangSinh.TabIndex = 1;
     this.txtThangSinh.TextAlignment = Janus.Windows.GridEX.TextAlignment.Near;
     this.txtThangSinh.Leave += new System.EventHandler(this.txtThangSinh_Leave);
     this.txtThangSinh.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtThangSinh_KeyPress);
     //
     // txtNgaySinh
     //
     this.txtNgaySinh.Location = new System.Drawing.Point(609, 63);
     this.txtNgaySinh.Name = "txtNgaySinh";
     this.txtNgaySinh.Size = new System.Drawing.Size(25, 20);
     this.txtNgaySinh.TabIndex = 0;
     this.txtNgaySinh.TextAlignment = Janus.Windows.GridEX.TextAlignment.Near;
     this.txtNgaySinh.Leave += new System.EventHandler(this.txtNgaySinh_Leave);
     this.txtNgaySinh.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.txtNgaySinh_KeyPress);
     //
     // lblNgaySinh
     //
     this.lblNgaySinh.AutoSize = true;
     this.lblNgaySinh.Location = new System.Drawing.Point(518, 68);
     this.lblNgaySinh.Name = "lblNgaySinh";
     this.lblNgaySinh.Size = new System.Drawing.Size(65, 13);
     this.lblNgaySinh.TabIndex = 2;
     this.lblNgaySinh.Text = "Ngày Sinh";
     //
     // lblTenBn
     //
     this.lblTenBn.AutoSize = true;
     this.lblTenBn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTenBn.Location = new System.Drawing.Point(16, 78);
     this.lblTenBn.Name = "lblTenBn";
     this.lblTenBn.Size = new System.Drawing.Size(59, 16);
     this.lblTenBn.TabIndex = 1;
     this.lblTenBn.Text = "Họ Tên";
     //
     // txtHoTen
     //
     this.txtHoTen.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHoTen.Location = new System.Drawing.Point(123, 65);
     this.txtHoTen.Name = "txtHoTen";
     this.txtHoTen.Size = new System.Drawing.Size(378, 31);
     this.txtHoTen.TabIndex = 0;
     this.txtHoTen.TabStop = false;
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Controls.Add(this.KHAMBENH);
     this.panel1.Controls.Add(this.HOIBENH);
     this.panel1.Controls.Add(this.LDVV);
     this.panel1.Controls.Add(this.grpThongTinBenhNhan);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(888, 517);
     this.panel1.TabIndex = 4;
     //
     // KHAMBENH
     //
     this.KHAMBENH.Controls.Add(this.txtBAT_TTLQCLSC);
     this.KHAMBENH.Controls.Add(this.txtBAT_CBP);
     this.KHAMBENH.Controls.Add(this.txtBAT_TT);
     this.KHAMBENH.Controls.Add(this.txtkbMa);
     this.KHAMBENH.Controls.Add(this.txtkbChanDoanRaVien);
     this.KHAMBENH.Controls.Add(this.uiGroupBox3);
     this.KHAMBENH.Controls.Add(this.dtDieuTriNgoaiTruDen);
     this.KHAMBENH.Controls.Add(this.label68);
     this.KHAMBENH.Controls.Add(this.dtDieuTriNgoaiTruTu);
     this.KHAMBENH.Controls.Add(this.label67);
     this.KHAMBENH.Controls.Add(this.label66);
     this.KHAMBENH.Controls.Add(this.label65);
     this.KHAMBENH.Controls.Add(this.TXTKBDaXuLy);
     this.KHAMBENH.Controls.Add(this.TXTKBChanDoanBD);
     this.KHAMBENH.Controls.Add(this.label63);
     this.KHAMBENH.Controls.Add(this.label62);
     this.KHAMBENH.Controls.Add(this.label61);
     this.KHAMBENH.Controls.Add(this.label60);
     this.KHAMBENH.Controls.Add(this.label45);
     this.KHAMBENH.Controls.Add(this.label40);
     this.KHAMBENH.Dock = System.Windows.Forms.DockStyle.Top;
     this.KHAMBENH.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.KHAMBENH.Location = new System.Drawing.Point(0, 617);
     this.KHAMBENH.Name = "KHAMBENH";
     this.KHAMBENH.Size = new System.Drawing.Size(871, 516);
     this.KHAMBENH.TabIndex = 4;
     this.KHAMBENH.Text = "IV. KHÁM BỆNH";
     //
     // txtBAT_TTLQCLSC
     //
     this.txtBAT_TTLQCLSC.Location = new System.Drawing.Point(26, 236);
     this.txtBAT_TTLQCLSC.Name = "txtBAT_TTLQCLSC";
     this.txtBAT_TTLQCLSC.Size = new System.Drawing.Size(817, 74);
     this.txtBAT_TTLQCLSC.TabIndex = 14;
     this.txtBAT_TTLQCLSC.Text = "";
     //
     // txtBAT_CBP
     //
     this.txtBAT_CBP.Location = new System.Drawing.Point(123, 115);
     this.txtBAT_CBP.Name = "txtBAT_CBP";
     this.txtBAT_CBP.Size = new System.Drawing.Size(508, 100);
     this.txtBAT_CBP.TabIndex = 13;
     this.txtBAT_CBP.Text = "";
     //
     // txtBAT_TT
     //
     this.txtBAT_TT.Location = new System.Drawing.Point(123, 31);
     this.txtBAT_TT.Name = "txtBAT_TT";
     this.txtBAT_TT.Size = new System.Drawing.Size(508, 74);
     this.txtBAT_TT.TabIndex = 12;
     this.txtBAT_TT.Text = "";
     //
     // txtkbMa
     //
     this.txtkbMa.Location = new System.Drawing.Point(637, 375);
     this.txtkbMa.Name = "txtkbMa";
     this.txtkbMa.Size = new System.Drawing.Size(198, 84);
     this.txtkbMa.TabIndex = 18;
     this.txtkbMa.Text = "";
     //
     // txtkbChanDoanRaVien
     //
     this.txtkbChanDoanRaVien.Location = new System.Drawing.Point(159, 375);
     this.txtkbChanDoanRaVien.Name = "txtkbChanDoanRaVien";
     this.txtkbChanDoanRaVien.Size = new System.Drawing.Size(424, 84);
     this.txtkbChanDoanRaVien.TabIndex = 17;
     this.txtkbChanDoanRaVien.Text = "";
     //
     // uiGroupBox3
     //
     this.uiGroupBox3.Controls.Add(this.txtBMI);
     this.uiGroupBox3.Controls.Add(this.txtChieuCao);
     this.uiGroupBox3.Controls.Add(this.txtCanNang);
     this.uiGroupBox3.Controls.Add(this.txtNhipTho);
     this.uiGroupBox3.Controls.Add(this.label83);
     this.uiGroupBox3.Controls.Add(this.txtHuyetApDen);
     this.uiGroupBox3.Controls.Add(this.txtHuyetApTu);
     this.uiGroupBox3.Controls.Add(this.txtNhietDo);
     this.uiGroupBox3.Controls.Add(this.label82);
     this.uiGroupBox3.Controls.Add(this.label81);
     this.uiGroupBox3.Controls.Add(this.label80);
     this.uiGroupBox3.Controls.Add(this.label79);
     this.uiGroupBox3.Controls.Add(this.label78);
     this.uiGroupBox3.Controls.Add(this.label77);
     this.uiGroupBox3.Controls.Add(this.label76);
     this.uiGroupBox3.Controls.Add(this.txtMach);
     this.uiGroupBox3.Controls.Add(this.label75);
     this.uiGroupBox3.Controls.Add(this.label74);
     this.uiGroupBox3.Controls.Add(this.label73);
     this.uiGroupBox3.Controls.Add(this.label72);
     this.uiGroupBox3.Controls.Add(this.label71);
     this.uiGroupBox3.Controls.Add(this.label70);
     this.uiGroupBox3.Controls.Add(this.label69);
     this.uiGroupBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiGroupBox3.Location = new System.Drawing.Point(637, 16);
     this.uiGroupBox3.Name = "uiGroupBox3";
     this.uiGroupBox3.Size = new System.Drawing.Size(206, 217);
     this.uiGroupBox3.TabIndex = 560;
     //
     // txtBMI
     //
     this.txtBMI.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBMI.Location = new System.Drawing.Point(44, 188);
     this.txtBMI.Name = "txtBMI";
     this.txtBMI.Size = new System.Drawing.Size(89, 20);
     this.txtBMI.TabIndex = 25;
     this.txtBMI.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // txtChieuCao
     //
     this.txtChieuCao.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtChieuCao.Location = new System.Drawing.Point(75, 164);
     this.txtChieuCao.Name = "txtChieuCao";
     this.txtChieuCao.Size = new System.Drawing.Size(80, 20);
     this.txtChieuCao.TabIndex = 24;
     this.txtChieuCao.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // txtCanNang
     //
     this.txtCanNang.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCanNang.Location = new System.Drawing.Point(75, 139);
     this.txtCanNang.Name = "txtCanNang";
     this.txtCanNang.Size = new System.Drawing.Size(80, 20);
     this.txtCanNang.TabIndex = 23;
     this.txtCanNang.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // txtNhipTho
     //
     this.txtNhipTho.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNhipTho.Location = new System.Drawing.Point(66, 113);
     this.txtNhipTho.Name = "txtNhipTho";
     this.txtNhipTho.Size = new System.Drawing.Size(74, 20);
     this.txtNhipTho.TabIndex = 22;
     this.txtNhipTho.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label83
     //
     this.label83.AutoSize = true;
     this.label83.Location = new System.Drawing.Point(104, 87);
     this.label83.Name = "label83";
     this.label83.Size = new System.Drawing.Size(12, 16);
     this.label83.TabIndex = 578;
     this.label83.Text = "/";
     this.label83.Visible = false;
     //
     // txtHuyetApDen
     //
     this.txtHuyetApDen.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHuyetApDen.Location = new System.Drawing.Point(120, 85);
     this.txtHuyetApDen.Name = "txtHuyetApDen";
     this.txtHuyetApDen.Size = new System.Drawing.Size(35, 20);
     this.txtHuyetApDen.TabIndex = 76;
     this.txtHuyetApDen.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtHuyetApDen.Visible = false;
     //
     // txtHuyetApTu
     //
     this.txtHuyetApTu.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHuyetApTu.Location = new System.Drawing.Point(71, 85);
     this.txtHuyetApTu.Name = "txtHuyetApTu";
     this.txtHuyetApTu.Size = new System.Drawing.Size(84, 20);
     this.txtHuyetApTu.TabIndex = 21;
     this.txtHuyetApTu.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // txtNhietDo
     //
     this.txtNhietDo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNhietDo.Location = new System.Drawing.Point(66, 55);
     this.txtNhietDo.Name = "txtNhietDo";
     this.txtNhietDo.Size = new System.Drawing.Size(89, 20);
     this.txtNhietDo.TabIndex = 20;
     this.txtNhietDo.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label82
     //
     this.label82.AutoSize = true;
     this.label82.Location = new System.Drawing.Point(146, 192);
     this.label82.Name = "label82";
     this.label82.Size = new System.Drawing.Size(57, 16);
     this.label82.TabIndex = 574;
     this.label82.Text = "vòng eo";
     //
     // label81
     //
     this.label81.AutoSize = true;
     this.label81.Location = new System.Drawing.Point(174, 165);
     this.label81.Name = "label81";
     this.label81.Size = new System.Drawing.Size(26, 16);
     this.label81.TabIndex = 573;
     this.label81.Text = "cm";
     //
     // label80
     //
     this.label80.AutoSize = true;
     this.label80.Location = new System.Drawing.Point(174, 140);
     this.label80.Name = "label80";
     this.label80.Size = new System.Drawing.Size(24, 16);
     this.label80.TabIndex = 572;
     this.label80.Text = "Kg";
     //
     // label79
     //
     this.label79.AutoSize = true;
     this.label79.Location = new System.Drawing.Point(146, 115);
     this.label79.Name = "label79";
     this.label79.Size = new System.Drawing.Size(55, 16);
     this.label79.TabIndex = 571;
     this.label79.Text = "lần/phút";
     //
     // label78
     //
     this.label78.AutoSize = true;
     this.label78.Location = new System.Drawing.Point(158, 87);
     this.label78.Name = "label78";
     this.label78.Size = new System.Drawing.Size(48, 16);
     this.label78.TabIndex = 570;
     this.label78.Text = "mmHg";
     //
     // label77
     //
     this.label77.AutoSize = true;
     this.label77.Location = new System.Drawing.Point(163, 57);
     this.label77.Name = "label77";
     this.label77.Size = new System.Drawing.Size(37, 16);
     this.label77.TabIndex = 569;
     this.label77.Text = "Độ C";
     //
     // label76
     //
     this.label76.AutoSize = true;
     this.label76.Location = new System.Drawing.Point(145, 26);
     this.label76.Name = "label76";
     this.label76.Size = new System.Drawing.Size(55, 16);
     this.label76.TabIndex = 568;
     this.label76.Text = "lần/phút";
     //
     // txtMach
     //
     this.txtMach.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMach.Location = new System.Drawing.Point(58, 25);
     this.txtMach.Name = "txtMach";
     this.txtMach.Size = new System.Drawing.Size(82, 20);
     this.txtMach.TabIndex = 19;
     this.txtMach.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label75
     //
     this.label75.AutoSize = true;
     this.label75.Location = new System.Drawing.Point(5, 192);
     this.label75.Name = "label75";
     this.label75.Size = new System.Drawing.Size(34, 16);
     this.label75.TabIndex = 567;
     this.label75.Text = "BMI:";
     //
     // label74
     //
     this.label74.AutoSize = true;
     this.label74.Location = new System.Drawing.Point(5, 165);
     this.label74.Name = "label74";
     this.label74.Size = new System.Drawing.Size(71, 16);
     this.label74.TabIndex = 566;
     this.label74.Text = "Chiều cao:";
     //
     // label73
     //
     this.label73.AutoSize = true;
     this.label73.Location = new System.Drawing.Point(5, 140);
     this.label73.Name = "label73";
     this.label73.Size = new System.Drawing.Size(68, 16);
     this.label73.TabIndex = 565;
     this.label73.Text = "Cân nặng:";
     //
     // label72
     //
     this.label72.AutoSize = true;
     this.label72.Location = new System.Drawing.Point(4, 114);
     this.label72.Name = "label72";
     this.label72.Size = new System.Drawing.Size(63, 16);
     this.label72.TabIndex = 564;
     this.label72.Text = "Nhịp thở: ";
     //
     // label71
     //
     this.label71.AutoSize = true;
     this.label71.Location = new System.Drawing.Point(4, 87);
     this.label71.Name = "label71";
     this.label71.Size = new System.Drawing.Size(68, 16);
     this.label71.TabIndex = 563;
     this.label71.Text = "Huyết áp: ";
     //
     // label70
     //
     this.label70.AutoSize = true;
     this.label70.Location = new System.Drawing.Point(3, 57);
     this.label70.Name = "label70";
     this.label70.Size = new System.Drawing.Size(61, 16);
     this.label70.TabIndex = 562;
     this.label70.Text = "Nhiệt độ:";
     //
     // label69
     //
     this.label69.AutoSize = true;
     this.label69.Location = new System.Drawing.Point(4, 29);
     this.label69.Name = "label69";
     this.label69.Size = new System.Drawing.Size(44, 16);
     this.label69.TabIndex = 561;
     this.label69.Text = "Mạch:";
     //
     // dtDieuTriNgoaiTruDen
     //
     this.dtDieuTriNgoaiTruDen.CustomFormat = "dd/MM/yyyy";
     this.dtDieuTriNgoaiTruDen.DateFormat = Janus.Windows.CalendarCombo.DateFormat.Custom;
     //
     //
     //
     this.dtDieuTriNgoaiTruDen.DropDownCalendar.FirstMonth = new System.DateTime(2013, 12, 1, 0, 0, 0, 0);
     this.dtDieuTriNgoaiTruDen.DropDownCalendar.Name = "";
     this.dtDieuTriNgoaiTruDen.Location = new System.Drawing.Point(388, 465);
     this.dtDieuTriNgoaiTruDen.Name = "dtDieuTriNgoaiTruDen";
     this.dtDieuTriNgoaiTruDen.ShowUpDown = true;
     this.dtDieuTriNgoaiTruDen.Size = new System.Drawing.Size(109, 21);
     this.dtDieuTriNgoaiTruDen.TabIndex = 85;
     this.dtDieuTriNgoaiTruDen.Value = new System.DateTime(2013, 9, 23, 0, 0, 0, 0);
     //
     // label68
     //
     this.label68.AutoSize = true;
     this.label68.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label68.Location = new System.Drawing.Point(314, 469);
     this.label68.Name = "label68";
     this.label68.Size = new System.Drawing.Size(59, 15);
     this.label68.TabIndex = 558;
     this.label68.Text = "Đến ngày";
     //
     // dtDieuTriNgoaiTruTu
     //
     this.dtDieuTriNgoaiTruTu.CustomFormat = "dd/MM/yyyy";
     this.dtDieuTriNgoaiTruTu.DateFormat = Janus.Windows.CalendarCombo.DateFormat.Custom;
     //
     //
     //
     this.dtDieuTriNgoaiTruTu.DropDownCalendar.FirstMonth = new System.DateTime(2013, 12, 1, 0, 0, 0, 0);
     this.dtDieuTriNgoaiTruTu.DropDownCalendar.Name = "";
     this.dtDieuTriNgoaiTruTu.Location = new System.Drawing.Point(195, 465);
     this.dtDieuTriNgoaiTruTu.Name = "dtDieuTriNgoaiTruTu";
     this.dtDieuTriNgoaiTruTu.ShowUpDown = true;
     this.dtDieuTriNgoaiTruTu.Size = new System.Drawing.Size(109, 21);
     this.dtDieuTriNgoaiTruTu.TabIndex = 84;
     this.dtDieuTriNgoaiTruTu.Value = new System.DateTime(2013, 9, 23, 0, 0, 0, 0);
     //
     // label67
     //
     this.label67.AutoSize = true;
     this.label67.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label67.Location = new System.Drawing.Point(12, 467);
     this.label67.Name = "label67";
     this.label67.Size = new System.Drawing.Size(182, 15);
     this.label67.TabIndex = 556;
     this.label67.Text = "- Điều trị ngoại trú từ ngày: ";
     //
     // label66
     //
     this.label66.AutoSize = true;
     this.label66.Location = new System.Drawing.Point(597, 375);
     this.label66.Name = "label66";
     this.label66.Size = new System.Drawing.Size(28, 15);
     this.label66.TabIndex = 554;
     this.label66.Text = "Mã:";
     //
     // label65
     //
     this.label65.AutoSize = true;
     this.label65.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label65.Location = new System.Drawing.Point(12, 374);
     this.label65.Name = "label65";
     this.label65.Size = new System.Drawing.Size(154, 15);
     this.label65.TabIndex = 552;
     this.label65.Text = "Chẩn đoán khi ra viện: ";
     //
     // TXTKBDaXuLy
     //
     this.TXTKBDaXuLy.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXTKBDaXuLy.Location = new System.Drawing.Point(187, 345);
     this.TXTKBDaXuLy.Name = "TXTKBDaXuLy";
     this.TXTKBDaXuLy.Size = new System.Drawing.Size(648, 20);
     this.TXTKBDaXuLy.TabIndex = 16;
     //
     // TXTKBChanDoanBD
     //
     this.TXTKBChanDoanBD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXTKBChanDoanBD.Location = new System.Drawing.Point(145, 318);
     this.TXTKBChanDoanBD.Name = "TXTKBChanDoanBD";
     this.TXTKBChanDoanBD.Size = new System.Drawing.Size(690, 20);
     this.TXTKBChanDoanBD.TabIndex = 15;
     //
     // label63
     //
     this.label63.AutoSize = true;
     this.label63.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label63.Location = new System.Drawing.Point(67, 345);
     this.label63.Name = "label63";
     this.label63.Size = new System.Drawing.Size(114, 15);
     this.label63.TabIndex = 549;
     this.label63.Text = "(Thuốc, chăm sóc) :";
     //
     // label62
     //
     this.label62.AutoSize = true;
     this.label62.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label62.Location = new System.Drawing.Point(12, 345);
     this.label62.Name = "label62";
     this.label62.Size = new System.Drawing.Size(58, 15);
     this.label62.TabIndex = 548;
     this.label62.Text = "Đã xử lý";
     //
     // label61
     //
     this.label61.AutoSize = true;
     this.label61.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label61.Location = new System.Drawing.Point(12, 319);
     this.label61.Name = "label61";
     this.label61.Size = new System.Drawing.Size(136, 15);
     this.label61.TabIndex = 547;
     this.label61.Text = "Chẩn đoán ban đầu:";
     //
     // label60
     //
     this.label60.AutoSize = true;
     this.label60.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label60.Location = new System.Drawing.Point(12, 218);
     this.label60.Name = "label60";
     this.label60.Size = new System.Drawing.Size(239, 15);
     this.label60.TabIndex = 545;
     this.label60.Text = "Tóm tắt kết quả cận lâm sàng chính:";
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label45.Location = new System.Drawing.Point(16, 118);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(104, 15);
     this.label45.TabIndex = 512;
     this.label45.Text = "- Các bộ phận: ";
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.Location = new System.Drawing.Point(12, 26);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(92, 15);
     this.label40.TabIndex = 503;
     this.label40.Text = "- Toàn Thân: ";
     //
     // HOIBENH
     //
     this.HOIBENH.Controls.Add(this.txtBAT_GD);
     this.HOIBENH.Controls.Add(this.label15);
     this.HOIBENH.Controls.Add(this.label32);
     this.HOIBENH.Controls.Add(this.txtBAT_BT);
     this.HOIBENH.Controls.Add(this.txtBAT_QTBL);
     this.HOIBENH.Controls.Add(this.label31);
     this.HOIBENH.Controls.Add(this.label14);
     this.HOIBENH.Dock = System.Windows.Forms.DockStyle.Top;
     this.HOIBENH.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.HOIBENH.Location = new System.Drawing.Point(0, 399);
     this.HOIBENH.Name = "HOIBENH";
     this.HOIBENH.Size = new System.Drawing.Size(871, 218);
     this.HOIBENH.TabIndex = 3;
     this.HOIBENH.Text = "III. HỎI BỆNH";
     //
     // txtBAT_GD
     //
     this.txtBAT_GD.Location = new System.Drawing.Point(107, 160);
     this.txtBAT_GD.Name = "txtBAT_GD";
     this.txtBAT_GD.Size = new System.Drawing.Size(727, 35);
     this.txtBAT_GD.TabIndex = 11;
     this.txtBAT_GD.Text = "";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.Location = new System.Drawing.Point(16, 172);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(78, 15);
     this.label15.TabIndex = 506;
     this.label15.Text = "- Gia đình: ";
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label32.Location = new System.Drawing.Point(16, 122);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(85, 15);
     this.label32.TabIndex = 505;
     this.label32.Text = "- Bản Thân: ";
     //
     // txtBAT_BT
     //
     this.txtBAT_BT.Location = new System.Drawing.Point(107, 119);
     this.txtBAT_BT.Name = "txtBAT_BT";
     this.txtBAT_BT.Size = new System.Drawing.Size(727, 35);
     this.txtBAT_BT.TabIndex = 10;
     this.txtBAT_BT.Text = "";
     //
     // txtBAT_QTBL
     //
     this.txtBAT_QTBL.Location = new System.Drawing.Point(13, 36);
     this.txtBAT_QTBL.Name = "txtBAT_QTBL";
     this.txtBAT_QTBL.Size = new System.Drawing.Size(830, 62);
     this.txtBAT_QTBL.TabIndex = 9;
     this.txtBAT_QTBL.Text = "";
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.Location = new System.Drawing.Point(6, 101);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(110, 15);
     this.label31.TabIndex = 482;
     this.label31.Text = "2. Tiền sử bệnh:";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(6, 18);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(140, 15);
     this.label14.TabIndex = 434;
     this.label14.Text = "1. Quá trình bệnh lý: ";
     //
     // LDVV
     //
     this.LDVV.Controls.Add(this.txtBAT_LDVV);
     this.LDVV.Dock = System.Windows.Forms.DockStyle.Top;
     this.LDVV.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LDVV.Location = new System.Drawing.Point(0, 322);
     this.LDVV.Name = "LDVV";
     this.LDVV.Size = new System.Drawing.Size(871, 77);
     this.LDVV.TabIndex = 2;
     this.LDVV.Text = "II. LÝ DO VÀO VIỆN";
     //
     // txtBAT_LDVV
     //
     this.txtBAT_LDVV.Location = new System.Drawing.Point(13, 20);
     this.txtBAT_LDVV.Name = "txtBAT_LDVV";
     this.txtBAT_LDVV.Size = new System.Drawing.Size(830, 52);
     this.txtBAT_LDVV.TabIndex = 8;
     this.txtBAT_LDVV.Text = "";
     //
     // cmdSave
     //
     this.cmdSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdSave.Location = new System.Drawing.Point(251, 550);
     this.cmdSave.Name = "cmdSave";
     this.cmdSave.Size = new System.Drawing.Size(123, 38);
     this.cmdSave.TabIndex = 93;
     this.cmdSave.Text = "&Lưu (Ctrl+S)";
     this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click_1);
     //
     // chkDongSauKhiLuu
     //
     this.chkDongSauKhiLuu.AutoSize = true;
     this.chkDongSauKhiLuu.Location = new System.Drawing.Point(26, 571);
     this.chkDongSauKhiLuu.Name = "chkDongSauKhiLuu";
     this.chkDongSauKhiLuu.Size = new System.Drawing.Size(132, 17);
     this.chkDongSauKhiLuu.TabIndex = 583;
     this.chkDongSauKhiLuu.Text = "Đóng Form sau khi lưu";
     this.chkDongSauKhiLuu.UseVisualStyleBackColor = true;
     this.chkDongSauKhiLuu.CheckedChanged += new System.EventHandler(this.chkInSauKhiLuu_CheckedChanged);
     //
     // cmdInBenhAn
     //
     this.cmdInBenhAn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdInBenhAn.Location = new System.Drawing.Point(416, 548);
     this.cmdInBenhAn.Name = "cmdInBenhAn";
     this.cmdInBenhAn.Size = new System.Drawing.Size(126, 40);
     this.cmdInBenhAn.TabIndex = 94;
     this.cmdInBenhAn.Text = "&In Bệnh Án(F4)";
     this.cmdInBenhAn.UseVisualStyleBackColor = true;
     this.cmdInBenhAn.Click += new System.EventHandler(this.cmdInBenhAn_Click_1);
     //
     // uiStatusBar1
     //
     this.uiStatusBar1.Font = new System.Drawing.Font("Latha", 8.25F);
     this.uiStatusBar1.Location = new System.Drawing.Point(0, 605);
     this.uiStatusBar1.Name = "uiStatusBar1";
     this.uiStatusBar1.Size = new System.Drawing.Size(888, 64);
     this.uiStatusBar1.TabIndex = 584;
     //
     // label93
     //
     this.label93.AutoSize = true;
     this.label93.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label93.ForeColor = System.Drawing.Color.Red;
     this.label93.Location = new System.Drawing.Point(523, 619);
     this.label93.Name = "label93";
     this.label93.Size = new System.Drawing.Size(254, 13);
     this.label93.TabIndex = 585;
     this.label93.Text = "Sau Khi in bệnh án không thể sửa thông tin";
     this.label93.Visible = false;
     //
     // cmdDelete
     //
     this.cmdDelete.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdDelete.Location = new System.Drawing.Point(575, 548);
     this.cmdDelete.Name = "cmdDelete";
     this.cmdDelete.Size = new System.Drawing.Size(126, 40);
     this.cmdDelete.TabIndex = 586;
     this.cmdDelete.Text = "&Xóa Bệnh Án";
     this.cmdDelete.UseVisualStyleBackColor = true;
     this.cmdDelete.Click += new System.EventHandler(this.cmdDelete_Click);
     //
     // chkInNgay
     //
     this.chkInNgay.AutoSize = true;
     this.chkInNgay.Location = new System.Drawing.Point(26, 548);
     this.chkInNgay.Name = "chkInNgay";
     this.chkInNgay.Size = new System.Drawing.Size(115, 17);
     this.chkInNgay.TabIndex = 587;
     this.chkInNgay.Text = "In ngay sau khi lưu";
     this.chkInNgay.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(814, 610);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(64, 23);
     this.button1.TabIndex = 588;
     this.button1.Text = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Visible = false;
     //
     // label94
     //
     this.label94.AutoSize = true;
     this.label94.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label94.Location = new System.Drawing.Point(10, 616);
     this.label94.Name = "label94";
     this.label94.Size = new System.Drawing.Size(489, 16);
     this.label94.TabIndex = 589;
     this.label94.Text = "- Bệnh nhân chưa có bệnh án: Ấn Lưu, hoặc nhập số bệnh án cũ và Lưu";
     //
     // label95
     //
     this.label95.AutoSize = true;
     this.label95.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label95.Location = new System.Drawing.Point(10, 643);
     this.label95.Name = "label95";
     this.label95.Size = new System.Drawing.Size(98, 16);
     this.label95.TabIndex = 590;
     this.label95.Text = "- Người Tạo: ";
     //
     // Frm_BenhAnThuong
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(888, 669);
     this.Controls.Add(this.label95);
     this.Controls.Add(this.label94);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.chkInNgay);
     this.Controls.Add(this.cmdDelete);
     this.Controls.Add(this.label93);
     this.Controls.Add(this.uiStatusBar1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.cmdInBenhAn);
     this.Controls.Add(this.chkDongSauKhiLuu);
     this.Controls.Add(this.cmdSave);
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "Frm_BenhAnThuong";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Nhập Thông Tin Bệnh Án Thường";
     this.Load += new System.EventHandler(this.Frm_BenhAnThuong_Load_1);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.Frm_BenhAnThuong_KeyDown_1);
     ((System.ComponentModel.ISupportInitialize)(this.grpThongTinBenhNhan)).EndInit();
     this.grpThongTinBenhNhan.ResumeLayout(false);
     this.grpThongTinBenhNhan.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.KHAMBENH)).EndInit();
     this.KHAMBENH.ResumeLayout(false);
     this.KHAMBENH.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox3)).EndInit();
     this.uiGroupBox3.ResumeLayout(false);
     this.uiGroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.HOIBENH)).EndInit();
     this.HOIBENH.ResumeLayout(false);
     this.HOIBENH.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LDVV)).EndInit();
     this.LDVV.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
Esempio n. 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.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_TiepDon_BN));
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem7 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem8 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem9 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.GridEX.GridEXLayout grdPhongKham_DesignTimeLayout = new Janus.Windows.GridEX.GridEXLayout();
     this.grpThongTinBN = new Janus.Windows.EditControls.UIGroupBox();
     this.cmdInCLS = new Janus.Windows.EditControls.UIButton();
     this.label6 = new System.Windows.Forms.Label();
     this.maskedEditBox1 = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.cmdSave = new Janus.Windows.EditControls.UIButton();
     this.label1 = new System.Windows.Forms.Label();
     this.cmdExit = new Janus.Windows.EditControls.UIButton();
     this.label19 = new System.Windows.Forms.Label();
     this.label15 = new System.Windows.Forms.Label();
     this.lblMessage = new System.Windows.Forms.Label();
     this.label8 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.editBox3 = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label14 = new System.Windows.Forms.Label();
     this.comboBox1 = new System.Windows.Forms.ComboBox();
     this.editBox2 = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label13 = new System.Windows.Forms.Label();
     this.label20 = new System.Windows.Forms.Label();
     this.label9 = new System.Windows.Forms.Label();
     this.label5 = new System.Windows.Forms.Label();
     this.label16 = new System.Windows.Forms.Label();
     this.label7 = new System.Windows.Forms.Label();
     this.label12 = new System.Windows.Forms.Label();
     this.label18 = new System.Windows.Forms.Label();
     this.editBox1 = new Janus.Windows.GridEX.EditControls.EditBox();
     this.cmdTimKiemBN = new Janus.Windows.EditControls.UIButton();
     this.txtCMT = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.txtDienThoai = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.txtNgaySinh = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtNamSinh = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.txtTenBN = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtTuoi = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.txtEmail = new Janus.Windows.GridEX.EditControls.EditBox();
     this.cboThanhPho = new System.Windows.Forms.ComboBox();
     this.cboObjectType = new Janus.Windows.EditControls.UIComboBox();
     this.txtDiaChi = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtTrieuChung = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtObjectTypeCode = new Janus.Windows.GridEX.EditControls.EditBox();
     this.cboGioiTinh = new Janus.Windows.EditControls.UIComboBox();
     this.dtDateTime = new Janus.Windows.CalendarCombo.CalendarCombo();
     this.label10 = new System.Windows.Forms.Label();
     this.label3 = new System.Windows.Forms.Label();
     this.txtPID = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtMaBN = new Janus.Windows.GridEX.EditControls.EditBox();
     this.uiGroupBox4 = new Janus.Windows.EditControls.UIGroupBox();
     this.uiGroupBox5 = new Janus.Windows.EditControls.UIGroupBox();
     this.uiGroupBox3 = new Janus.Windows.EditControls.UIGroupBox();
     this.errorProvider1 = new System.Windows.Forms.ErrorProvider(this.components);
     this.errorProvider2 = new System.Windows.Forms.ErrorProvider(this.components);
     this.errorProvider3 = new System.Windows.Forms.ErrorProvider(this.components);
     this.errorProvider4 = new System.Windows.Forms.ErrorProvider(this.components);
     this.uiGroupBox1 = new Janus.Windows.EditControls.UIGroupBox();
     this.flpTestType = new System.Windows.Forms.FlowLayoutPanel();
     this.uiGroupBox2 = new Janus.Windows.EditControls.UIGroupBox();
     this.grdPhongKham = new Janus.Windows.GridEX.GridEX();
     this.uiTabPage2 = new Janus.Windows.UI.Tab.UITabPage();
     this.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabPage2 = new System.Windows.Forms.TabPage();
     this.panel1 = new System.Windows.Forms.Panel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.groupBox1 = new System.Windows.Forms.GroupBox();
     this.groupBox2 = new System.Windows.Forms.GroupBox();
     this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
     ((System.ComponentModel.ISupportInitialize)(this.grpThongTinBN)).BeginInit();
     this.grpThongTinBN.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox4)).BeginInit();
     this.uiGroupBox4.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox5)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider3)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider4)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).BeginInit();
     this.uiGroupBox1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox2)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdPhongKham)).BeginInit();
     this.uiTabPage2.SuspendLayout();
     this.tabControl1.SuspendLayout();
     this.tabPage2.SuspendLayout();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // grpThongTinBN
     //
     this.grpThongTinBN.Controls.Add(this.cmdInCLS);
     this.grpThongTinBN.Controls.Add(this.label6);
     this.grpThongTinBN.Controls.Add(this.maskedEditBox1);
     this.grpThongTinBN.Controls.Add(this.cmdSave);
     this.grpThongTinBN.Controls.Add(this.label1);
     this.grpThongTinBN.Controls.Add(this.cmdExit);
     this.grpThongTinBN.Controls.Add(this.label19);
     this.grpThongTinBN.Controls.Add(this.label15);
     this.grpThongTinBN.Controls.Add(this.lblMessage);
     this.grpThongTinBN.Controls.Add(this.label8);
     this.grpThongTinBN.Controls.Add(this.label11);
     this.grpThongTinBN.Controls.Add(this.editBox3);
     this.grpThongTinBN.Controls.Add(this.label14);
     this.grpThongTinBN.Controls.Add(this.comboBox1);
     this.grpThongTinBN.Controls.Add(this.editBox2);
     this.grpThongTinBN.Controls.Add(this.label13);
     this.grpThongTinBN.Controls.Add(this.label20);
     this.grpThongTinBN.Controls.Add(this.label9);
     this.grpThongTinBN.Controls.Add(this.label5);
     this.grpThongTinBN.Controls.Add(this.label16);
     this.grpThongTinBN.Controls.Add(this.label7);
     this.grpThongTinBN.Controls.Add(this.label12);
     this.grpThongTinBN.Controls.Add(this.label18);
     this.grpThongTinBN.Controls.Add(this.editBox1);
     this.grpThongTinBN.Controls.Add(this.cmdTimKiemBN);
     this.grpThongTinBN.Controls.Add(this.txtCMT);
     this.grpThongTinBN.Controls.Add(this.txtDienThoai);
     this.grpThongTinBN.Controls.Add(this.txtNgaySinh);
     this.grpThongTinBN.Controls.Add(this.label4);
     this.grpThongTinBN.Controls.Add(this.txtNamSinh);
     this.grpThongTinBN.Controls.Add(this.txtTenBN);
     this.grpThongTinBN.Controls.Add(this.txtTuoi);
     this.grpThongTinBN.Controls.Add(this.txtEmail);
     this.grpThongTinBN.Controls.Add(this.cboThanhPho);
     this.grpThongTinBN.Controls.Add(this.cboObjectType);
     this.grpThongTinBN.Controls.Add(this.txtDiaChi);
     this.grpThongTinBN.Controls.Add(this.txtTrieuChung);
     this.grpThongTinBN.Controls.Add(this.txtObjectTypeCode);
     this.grpThongTinBN.Controls.Add(this.cboGioiTinh);
     this.grpThongTinBN.Controls.Add(this.dtDateTime);
     this.grpThongTinBN.Controls.Add(this.label10);
     this.grpThongTinBN.Controls.Add(this.label3);
     this.grpThongTinBN.Controls.Add(this.txtPID);
     this.grpThongTinBN.Controls.Add(this.label2);
     this.grpThongTinBN.Controls.Add(this.txtMaBN);
     this.grpThongTinBN.Dock = System.Windows.Forms.DockStyle.Top;
     this.grpThongTinBN.Font = new System.Drawing.Font("Times New Roman", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpThongTinBN.ForeColor = System.Drawing.Color.Black;
     this.grpThongTinBN.Location = new System.Drawing.Point(0, 0);
     this.grpThongTinBN.Name = "grpThongTinBN";
     this.grpThongTinBN.Size = new System.Drawing.Size(798, 327);
     this.grpThongTinBN.TabIndex = 0;
     this.grpThongTinBN.Text = "Thông tin bệnh nhân";
     //
     // cmdInCLS
     //
     this.cmdInCLS.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdInCLS.Location = new System.Drawing.Point(369, 285);
     this.cmdInCLS.Name = "cmdInCLS";
     this.cmdInCLS.Size = new System.Drawing.Size(169, 35);
     this.cmdInCLS.TabIndex = 0;
     this.cmdInCLS.Text = "In phiếu thanh toán";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label6.ForeColor = System.Drawing.Color.Black;
     this.label6.Location = new System.Drawing.Point(488, 89);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(57, 17);
     this.label6.TabIndex = 483;
     this.label6.Text = "Số nhà:";
     //
     // maskedEditBox1
     //
     this.maskedEditBox1.Location = new System.Drawing.Point(545, 85);
     this.maskedEditBox1.Name = "maskedEditBox1";
     this.maskedEditBox1.Numeric = true;
     this.maskedEditBox1.Size = new System.Drawing.Size(243, 22);
     this.maskedEditBox1.TabIndex = 482;
     this.maskedEditBox1.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // cmdSave
     //
     this.cmdSave.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.cmdSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdSave.Image = ((System.Drawing.Image)(resources.GetObject("cmdSave.Image")));
     this.cmdSave.ImageSize = new System.Drawing.Size(24, 24);
     this.cmdSave.Location = new System.Drawing.Point(545, 283);
     this.cmdSave.Name = "cmdSave";
     this.cmdSave.Size = new System.Drawing.Size(141, 38);
     this.cmdSave.TabIndex = 2;
     this.cmdSave.Text = "&Lưu thông tin(Ctrl+S)";
     this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click);
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.Black;
     this.label1.Location = new System.Drawing.Point(30, 207);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(84, 17);
     this.label1.TabIndex = 481;
     this.label1.Text = "Triệu chứng";
     //
     // cmdExit
     //
     this.cmdExit.Anchor = System.Windows.Forms.AnchorStyles.Bottom;
     this.cmdExit.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdExit.Image = ((System.Drawing.Image)(resources.GetObject("cmdExit.Image")));
     this.cmdExit.ImageSize = new System.Drawing.Size(24, 24);
     this.cmdExit.Location = new System.Drawing.Point(688, 283);
     this.cmdExit.Name = "cmdExit";
     this.cmdExit.Size = new System.Drawing.Size(101, 38);
     this.cmdExit.TabIndex = 3;
     this.cmdExit.Text = "Thoát(Esc)";
     this.cmdExit.Click += new System.EventHandler(this.cmdExit_Click);
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label19.ForeColor = System.Drawing.Color.Black;
     this.label19.Location = new System.Drawing.Point(543, 174);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(46, 17);
     this.label19.TabIndex = 480;
     this.label19.Text = "Email:";
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label15.ForeColor = System.Drawing.Color.Black;
     this.label15.Location = new System.Drawing.Point(251, 173);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(72, 17);
     this.label15.TabIndex = 479;
     this.label15.Text = "Điện thoại";
     //
     // lblMessage
     //
     this.lblMessage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
     this.lblMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblMessage.ForeColor = System.Drawing.Color.Red;
     this.lblMessage.Location = new System.Drawing.Point(115, 256);
     this.lblMessage.Name = "lblMessage";
     this.lblMessage.Size = new System.Drawing.Size(420, 24);
     this.lblMessage.TabIndex = 463;
     this.lblMessage.Text = "lblMessage";
     this.lblMessage.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.lblMessage.Visible = false;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.ForeColor = System.Drawing.Color.Black;
     this.label8.Location = new System.Drawing.Point(77, 176);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(37, 17);
     this.label8.TabIndex = 478;
     this.label8.Text = "CMT";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label11.ForeColor = System.Drawing.Color.Black;
     this.label11.Location = new System.Drawing.Point(63, 234);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(51, 17);
     this.label11.TabIndex = 477;
     this.label11.Text = "Địa chỉ";
     //
     // editBox3
     //
     this.editBox3.BackColor = System.Drawing.Color.White;
     this.editBox3.Location = new System.Drawing.Point(547, 139);
     this.editBox3.MaxLength = 10;
     this.editBox3.Name = "editBox3";
     this.editBox3.Size = new System.Drawing.Size(92, 22);
     this.editBox3.TabIndex = 476;
     this.editBox3.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.ForeColor = System.Drawing.Color.Black;
     this.label14.Location = new System.Drawing.Point(502, 142);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(43, 17);
     this.label14.TabIndex = 475;
     this.label14.Text = "Quận";
     this.label14.Click += new System.EventHandler(this.label14_Click_1);
     //
     // comboBox1
     //
     this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.comboBox1.FormattingEnabled = true;
     this.comboBox1.Location = new System.Drawing.Point(643, 139);
     this.comboBox1.Name = "comboBox1";
     this.comboBox1.Size = new System.Drawing.Size(145, 23);
     this.comboBox1.TabIndex = 474;
     //
     // editBox2
     //
     this.editBox2.BackColor = System.Drawing.Color.White;
     this.editBox2.Location = new System.Drawing.Point(545, 114);
     this.editBox2.MaxLength = 10;
     this.editBox2.Name = "editBox2";
     this.editBox2.Size = new System.Drawing.Size(92, 22);
     this.editBox2.TabIndex = 473;
     this.editBox2.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label13.ForeColor = System.Drawing.Color.Black;
     this.label13.Location = new System.Drawing.Point(488, 118);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(57, 17);
     this.label13.TabIndex = 472;
     this.label13.Text = "Phường";
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label20.ForeColor = System.Drawing.Color.Black;
     this.label20.Location = new System.Drawing.Point(45, 142);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(69, 17);
     this.label20.TabIndex = 471;
     this.label20.Text = "Đối tượng";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.ForeColor = System.Drawing.Color.Black;
     this.label9.Location = new System.Drawing.Point(45, 142);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(69, 17);
     this.label9.TabIndex = 471;
     this.label9.Text = "Đối tượng";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label5.ForeColor = System.Drawing.Color.Black;
     this.label5.Location = new System.Drawing.Point(54, 115);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(60, 17);
     this.label5.TabIndex = 470;
     this.label5.Text = "Giới tính";
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label16.ForeColor = System.Drawing.Color.Black;
     this.label16.Location = new System.Drawing.Point(391, 89);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(36, 17);
     this.label16.TabIndex = 469;
     this.label16.Text = "Tuổi";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label7.ForeColor = System.Drawing.Color.Black;
     this.label7.Location = new System.Drawing.Point(253, 88);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(37, 17);
     this.label7.TabIndex = 468;
     this.label7.Text = "Năm";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label12.ForeColor = System.Drawing.Color.Black;
     this.label12.Location = new System.Drawing.Point(43, 88);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(71, 17);
     this.label12.TabIndex = 467;
     this.label12.Text = "Ngày sinh";
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.ForeColor = System.Drawing.Color.Black;
     this.label18.Location = new System.Drawing.Point(444, 55);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(76, 17);
     this.label18.TabIndex = 466;
     this.label18.Text = "Tên bố mẹ";
     //
     // editBox1
     //
     this.editBox1.BackColor = System.Drawing.Color.White;
     this.editBox1.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.editBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.editBox1.Location = new System.Drawing.Point(525, 54);
     this.editBox1.Name = "editBox1";
     this.editBox1.Size = new System.Drawing.Size(264, 23);
     this.editBox1.TabIndex = 465;
     //
     // cmdTimKiemBN
     //
     this.cmdTimKiemBN.Font = new System.Drawing.Font("Microsoft Sans Serif", 8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdTimKiemBN.Image = ((System.Drawing.Image)(resources.GetObject("cmdTimKiemBN.Image")));
     this.cmdTimKiemBN.Location = new System.Drawing.Point(745, 19);
     this.cmdTimKiemBN.Name = "cmdTimKiemBN";
     this.cmdTimKiemBN.Size = new System.Drawing.Size(43, 27);
     this.cmdTimKiemBN.TabIndex = 464;
     this.cmdTimKiemBN.TabStop = false;
     //
     // txtCMT
     //
     this.txtCMT.Location = new System.Drawing.Point(118, 172);
     this.txtCMT.Name = "txtCMT";
     this.txtCMT.Numeric = true;
     this.txtCMT.Size = new System.Drawing.Size(129, 22);
     this.txtCMT.TabIndex = 462;
     this.txtCMT.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // txtDienThoai
     //
     this.txtDienThoai.Location = new System.Drawing.Point(329, 172);
     this.txtDienThoai.Name = "txtDienThoai";
     this.txtDienThoai.Numeric = true;
     this.txtDienThoai.Size = new System.Drawing.Size(206, 22);
     this.txtDienThoai.TabIndex = 461;
     this.txtDienThoai.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // txtNgaySinh
     //
     this.txtNgaySinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNgaySinh.Location = new System.Drawing.Point(118, 88);
     this.txtNgaySinh.MaxLength = 2;
     this.txtNgaySinh.Name = "txtNgaySinh";
     this.txtNgaySinh.Numeric = true;
     this.txtNgaySinh.Size = new System.Drawing.Size(129, 20);
     this.txtNgaySinh.TabIndex = 449;
     this.txtNgaySinh.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label4.ForeColor = System.Drawing.Color.Black;
     this.label4.Location = new System.Drawing.Point(9, 55);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(105, 17);
     this.label4.TabIndex = 104;
     this.label4.Text = "&Tên bệnh nhân";
     //
     // txtNamSinh
     //
     this.txtNamSinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNamSinh.Location = new System.Drawing.Point(296, 89);
     this.txtNamSinh.MaxLength = 4;
     this.txtNamSinh.Name = "txtNamSinh";
     this.txtNamSinh.Numeric = true;
     this.txtNamSinh.Size = new System.Drawing.Size(91, 20);
     this.txtNamSinh.TabIndex = 452;
     this.txtNamSinh.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // txtTenBN
     //
     this.txtTenBN.BackColor = System.Drawing.Color.White;
     this.txtTenBN.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtTenBN.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTenBN.Location = new System.Drawing.Point(118, 55);
     this.txtTenBN.Name = "txtTenBN";
     this.txtTenBN.Size = new System.Drawing.Size(318, 23);
     this.txtTenBN.TabIndex = 103;
     //
     // txtTuoi
     //
     this.txtTuoi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTuoi.Location = new System.Drawing.Point(429, 89);
     this.txtTuoi.MaxLength = 3;
     this.txtTuoi.Name = "txtTuoi";
     this.txtTuoi.Numeric = true;
     this.txtTuoi.Size = new System.Drawing.Size(54, 20);
     this.txtTuoi.TabIndex = 453;
     this.txtTuoi.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtTuoi.TextChanged += new System.EventHandler(this.txtTuoi_TextChanged);
     //
     // txtEmail
     //
     this.txtEmail.BackColor = System.Drawing.Color.White;
     this.txtEmail.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtEmail.Location = new System.Drawing.Point(592, 174);
     this.txtEmail.MaxLength = 11;
     this.txtEmail.Name = "txtEmail";
     this.txtEmail.Size = new System.Drawing.Size(197, 21);
     this.txtEmail.TabIndex = 101;
     //
     // cboThanhPho
     //
     this.cboThanhPho.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cboThanhPho.FormattingEnabled = true;
     this.cboThanhPho.Location = new System.Drawing.Point(643, 112);
     this.cboThanhPho.Name = "cboThanhPho";
     this.cboThanhPho.Size = new System.Drawing.Size(145, 23);
     this.cboThanhPho.TabIndex = 89;
     this.cboThanhPho.SelectedIndexChanged += new System.EventHandler(this.cboThanhPho_SelectedIndexChanged);
     //
     // cboObjectType
     //
     this.cboObjectType.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
     this.cboObjectType.HoverMode = Janus.Windows.EditControls.HoverMode.Highlight;
     this.cboObjectType.Location = new System.Drawing.Point(188, 138);
     this.cboObjectType.MaxDropDownItems = 30;
     this.cboObjectType.Name = "cboObjectType";
     this.cboObjectType.SelectedItemFormatStyle.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cboObjectType.SelectInDataSource = true;
     this.cboObjectType.Size = new System.Drawing.Size(237, 22);
     this.cboObjectType.TabIndex = 88;
     this.cboObjectType.Text = "Đối tượng";
     //
     // txtDiaChi
     //
     this.txtDiaChi.Location = new System.Drawing.Point(118, 230);
     this.txtDiaChi.Name = "txtDiaChi";
     this.txtDiaChi.Size = new System.Drawing.Size(417, 22);
     this.txtDiaChi.TabIndex = 77;
     //
     // txtTrieuChung
     //
     this.txtTrieuChung.Location = new System.Drawing.Point(118, 203);
     this.txtTrieuChung.Name = "txtTrieuChung";
     this.txtTrieuChung.Size = new System.Drawing.Size(674, 22);
     this.txtTrieuChung.TabIndex = 76;
     //
     // txtObjectTypeCode
     //
     this.txtObjectTypeCode.BackColor = System.Drawing.Color.White;
     this.txtObjectTypeCode.Location = new System.Drawing.Point(116, 138);
     this.txtObjectTypeCode.MaxLength = 10;
     this.txtObjectTypeCode.Name = "txtObjectTypeCode";
     this.txtObjectTypeCode.Size = new System.Drawing.Size(66, 22);
     this.txtObjectTypeCode.TabIndex = 72;
     this.txtObjectTypeCode.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtObjectTypeCode.TextChanged += new System.EventHandler(this.txtObjectTypeCode_TextChanged);
     //
     // cboGioiTinh
     //
     this.cboGioiTinh.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
     uiComboBoxItem7.FormatStyle.Alpha = 0;
     uiComboBoxItem7.IsSeparator = false;
     uiComboBoxItem7.Text = "Nam";
     uiComboBoxItem7.Value = 0;
     uiComboBoxItem8.FormatStyle.Alpha = 0;
     uiComboBoxItem8.IsSeparator = false;
     uiComboBoxItem8.Text = "Nữ";
     uiComboBoxItem8.Value = 1;
     uiComboBoxItem9.FormatStyle.Alpha = 0;
     uiComboBoxItem9.IsSeparator = false;
     uiComboBoxItem9.Text = "Khác";
     uiComboBoxItem9.Value = 2;
     this.cboGioiTinh.Items.AddRange(new Janus.Windows.EditControls.UIComboBoxItem[] {
     uiComboBoxItem7,
     uiComboBoxItem8,
     uiComboBoxItem9});
     this.cboGioiTinh.Location = new System.Drawing.Point(118, 113);
     this.cboGioiTinh.Name = "cboGioiTinh";
     this.cboGioiTinh.Size = new System.Drawing.Size(72, 22);
     this.cboGioiTinh.TabIndex = 69;
     //
     // dtDateTime
     //
     this.dtDateTime.CustomFormat = "dd/MM/yyyy :HH:mm";
     this.dtDateTime.DateFormat = Janus.Windows.CalendarCombo.DateFormat.Custom;
     //
     //
     //
     this.dtDateTime.DropDownCalendar.Name = "";
     this.dtDateTime.Location = new System.Drawing.Point(118, 21);
     this.dtDateTime.Name = "dtDateTime";
     this.dtDateTime.ShowUpDown = true;
     this.dtDateTime.Size = new System.Drawing.Size(179, 22);
     this.dtDateTime.TabIndex = 49;
     this.dtDateTime.TabStop = false;
     this.dtDateTime.Value = new System.DateTime(2012, 2, 10, 0, 0, 0, 0);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F);
     this.label10.Location = new System.Drawing.Point(20, 21);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(95, 17);
     this.label10.TabIndex = 47;
     this.label10.Text = "&Ngày đăng ký";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label3.ForeColor = System.Drawing.Color.Black;
     this.label3.Location = new System.Drawing.Point(521, 21);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(53, 17);
     this.label3.TabIndex = 46;
     this.label3.Text = "&Mã PID";
     //
     // txtPID
     //
     this.txtPID.BackColor = System.Drawing.Color.MediumTurquoise;
     this.txtPID.Enabled = false;
     this.txtPID.Location = new System.Drawing.Point(583, 21);
     this.txtPID.Name = "txtPID";
     this.txtPID.Size = new System.Drawing.Size(162, 22);
     this.txtPID.TabIndex = 45;
     this.txtPID.TabStop = false;
     this.txtPID.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtPID.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtPID_KeyDown);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label2.ForeColor = System.Drawing.Color.Black;
     this.label2.Location = new System.Drawing.Point(303, 21);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(103, 17);
     this.label2.TabIndex = 44;
     this.label2.Text = "&Mã bệnh nhân:";
     //
     // txtMaBN
     //
     this.txtMaBN.BackColor = System.Drawing.Color.MediumTurquoise;
     this.txtMaBN.Enabled = false;
     this.txtMaBN.Location = new System.Drawing.Point(412, 21);
     this.txtMaBN.Name = "txtMaBN";
     this.txtMaBN.Size = new System.Drawing.Size(104, 22);
     this.txtMaBN.TabIndex = 43;
     this.txtMaBN.TabStop = false;
     this.txtMaBN.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // uiGroupBox4
     //
     this.uiGroupBox4.Controls.Add(this.uiGroupBox5);
     this.uiGroupBox4.Controls.Add(this.uiGroupBox3);
     this.uiGroupBox4.Dock = System.Windows.Forms.DockStyle.Right;
     this.uiGroupBox4.Location = new System.Drawing.Point(223, 0);
     this.uiGroupBox4.Name = "uiGroupBox4";
     this.uiGroupBox4.Size = new System.Drawing.Size(571, 302);
     this.uiGroupBox4.TabIndex = 2;
     //
     // uiGroupBox5
     //
     this.uiGroupBox5.Dock = System.Windows.Forms.DockStyle.Fill;
     this.uiGroupBox5.Location = new System.Drawing.Point(3, 106);
     this.uiGroupBox5.Name = "uiGroupBox5";
     this.uiGroupBox5.Size = new System.Drawing.Size(565, 193);
     this.uiGroupBox5.TabIndex = 4;
     this.uiGroupBox5.Text = "&Chức năng";
     //
     // uiGroupBox3
     //
     this.uiGroupBox3.Dock = System.Windows.Forms.DockStyle.Top;
     this.uiGroupBox3.Location = new System.Drawing.Point(3, 8);
     this.uiGroupBox3.Name = "uiGroupBox3";
     this.uiGroupBox3.Size = new System.Drawing.Size(565, 98);
     this.uiGroupBox3.TabIndex = 3;
     this.uiGroupBox3.Text = "Đã đăng ký loại dịch vụ";
     //
     // errorProvider1
     //
     this.errorProvider1.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.AlwaysBlink;
     this.errorProvider1.ContainerControl = this;
     //
     // errorProvider2
     //
     this.errorProvider2.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.AlwaysBlink;
     this.errorProvider2.ContainerControl = this;
     //
     // errorProvider3
     //
     this.errorProvider3.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.AlwaysBlink;
     this.errorProvider3.ContainerControl = this;
     //
     // errorProvider4
     //
     this.errorProvider4.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.AlwaysBlink;
     this.errorProvider4.ContainerControl = this;
     //
     // uiGroupBox1
     //
     this.uiGroupBox1.Controls.Add(this.flpTestType);
     this.uiGroupBox1.Dock = System.Windows.Forms.DockStyle.Left;
     this.uiGroupBox1.Location = new System.Drawing.Point(0, 0);
     this.uiGroupBox1.Margin = new System.Windows.Forms.Padding(4);
     this.uiGroupBox1.Name = "uiGroupBox1";
     this.uiGroupBox1.Size = new System.Drawing.Size(223, 302);
     this.uiGroupBox1.TabIndex = 6;
     this.uiGroupBox1.Text = "Đăng ký loại dịch vụ";
     //
     // flpTestType
     //
     this.flpTestType.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.flpTestType.AutoScroll = true;
     this.flpTestType.Location = new System.Drawing.Point(3, 20);
     this.flpTestType.Name = "flpTestType";
     this.flpTestType.Size = new System.Drawing.Size(217, 279);
     this.flpTestType.TabIndex = 0;
     //
     // uiGroupBox2
     //
     this.uiGroupBox2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.uiGroupBox2.Location = new System.Drawing.Point(0, 0);
     this.uiGroupBox2.Name = "uiGroupBox2";
     this.uiGroupBox2.Size = new System.Drawing.Size(794, 302);
     this.uiGroupBox2.TabIndex = 0;
     //
     // grdPhongKham
     //
     grdPhongKham_DesignTimeLayout.LayoutString = resources.GetString("grdPhongKham_DesignTimeLayout.LayoutString");
     this.grdPhongKham.DesignTimeLayout = grdPhongKham_DesignTimeLayout;
     this.grdPhongKham.Dock = System.Windows.Forms.DockStyle.Fill;
     this.grdPhongKham.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F);
     this.grdPhongKham.GroupByBoxVisible = false;
     this.grdPhongKham.HideSelection = Janus.Windows.GridEX.HideSelection.Highlight;
     this.grdPhongKham.Location = new System.Drawing.Point(3, 17);
     this.grdPhongKham.Name = "grdPhongKham";
     this.grdPhongKham.RecordNavigator = true;
     this.grdPhongKham.RowHeaders = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdPhongKham.Size = new System.Drawing.Size(788, 282);
     this.grdPhongKham.TabIndex = 0;
     this.grdPhongKham.TotalRow = Janus.Windows.GridEX.InheritableBoolean.True;
     this.grdPhongKham.TotalRowPosition = Janus.Windows.GridEX.TotalRowPosition.BottomFixed;
     this.grdPhongKham.ColumnButtonClick += new Janus.Windows.GridEX.ColumnActionEventHandler(this.grdPhongKham_ColumnButtonClick);
     //
     // uiTabPage2
     //
     this.uiTabPage2.Controls.Add(this.uiGroupBox2);
     this.uiTabPage2.Location = new System.Drawing.Point(1, 23);
     this.uiTabPage2.Name = "uiTabPage2";
     this.uiTabPage2.Size = new System.Drawing.Size(794, 302);
     this.uiTabPage2.TabStop = true;
     this.uiTabPage2.Text = "Chỉ định loại dịch vụ";
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabPage2);
     this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tabControl1.Location = new System.Drawing.Point(0, 327);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(798, 350);
     this.tabControl1.TabIndex = 1;
     //
     // tabPage2
     //
     this.tabPage2.Controls.Add(this.panel2);
     this.tabPage2.Controls.Add(this.panel1);
     this.tabPage2.Location = new System.Drawing.Point(4, 24);
     this.tabPage2.Name = "tabPage2";
     this.tabPage2.Padding = new System.Windows.Forms.Padding(3);
     this.tabPage2.Size = new System.Drawing.Size(790, 322);
     this.tabPage2.TabIndex = 1;
     this.tabPage2.Text = "Chỉ định dịch vụ";
     this.tabPage2.UseVisualStyleBackColor = true;
     //
     // panel1
     //
     this.panel1.Controls.Add(this.flowLayoutPanel1);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
     this.panel1.Location = new System.Drawing.Point(3, 3);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(196, 316);
     this.panel1.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.groupBox2);
     this.panel2.Controls.Add(this.groupBox1);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
     this.panel2.Location = new System.Drawing.Point(199, 3);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(588, 316);
     this.panel2.TabIndex = 1;
     //
     // groupBox1
     //
     this.groupBox1.Location = new System.Drawing.Point(3, 3);
     this.groupBox1.Name = "groupBox1";
     this.groupBox1.Size = new System.Drawing.Size(583, 127);
     this.groupBox1.TabIndex = 0;
     this.groupBox1.TabStop = false;
     this.groupBox1.Text = "Thông tin dịch vụ đăng ký";
     //
     // groupBox2
     //
     this.groupBox2.Location = new System.Drawing.Point(3, 136);
     this.groupBox2.Name = "groupBox2";
     this.groupBox2.Size = new System.Drawing.Size(583, 175);
     this.groupBox2.TabIndex = 1;
     this.groupBox2.TabStop = false;
     this.groupBox2.Text = "Thông tin chi tiết dịch vụ";
     //
     // flowLayoutPanel1
     //
     this.flowLayoutPanel1.AutoScroll = true;
     this.flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flowLayoutPanel1.Location = new System.Drawing.Point(0, 0);
     this.flowLayoutPanel1.Name = "flowLayoutPanel1";
     this.flowLayoutPanel1.Size = new System.Drawing.Size(196, 316);
     this.flowLayoutPanel1.TabIndex = 1;
     //
     // frm_TiepDon_BN
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(798, 677);
     this.Controls.Add(this.tabControl1);
     this.Controls.Add(this.grpThongTinBN);
     this.Font = new System.Drawing.Font("Times New Roman", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frm_TiepDon_BN";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "TIẾP ĐÓN BỆNH NHÂN";
     this.Load += new System.EventHandler(this.frm_TiepDon_BN_Load);
     ((System.ComponentModel.ISupportInitialize)(this.grpThongTinBN)).EndInit();
     this.grpThongTinBN.ResumeLayout(false);
     this.grpThongTinBN.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox4)).EndInit();
     this.uiGroupBox4.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox5)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider3)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.errorProvider4)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox1)).EndInit();
     this.uiGroupBox1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox2)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.grdPhongKham)).EndInit();
     this.uiTabPage2.ResumeLayout(false);
     this.tabControl1.ResumeLayout(false);
     this.tabPage2.ResumeLayout(false);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frm_BENHAN_NGOAITRU_TG));
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem1 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem2 = new Janus.Windows.EditControls.UIComboBoxItem();
     Janus.Windows.EditControls.UIComboBoxItem uiComboBoxItem3 = new Janus.Windows.EditControls.UIComboBoxItem();
     this.grpThongTinBenhNhan = new Janus.Windows.EditControls.UIGroupBox();
     this.uiButton1 = new Janus.Windows.EditControls.UIButton();
     this.txtID_BA = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtSoKham = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label87 = new System.Windows.Forms.Label();
     this.dtInsToDate = new Janus.Windows.GridEX.EditControls.EditBox();
     this.dtThoiDiemDkKham = new Janus.Windows.CalendarCombo.CalendarCombo();
     this.txtSoBaoHiemYte = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtDienThoai = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label13 = new System.Windows.Forms.Label();
     this.chkTuDen = new Janus.Windows.EditControls.UICheckBox();
     this.chkYTe = new Janus.Windows.EditControls.UICheckBox();
     this.label12 = new System.Windows.Forms.Label();
     this.label11 = new System.Windows.Forms.Label();
     this.txtMaBenhAn = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label10 = new System.Windows.Forms.Label();
     this.txtMaLanKham = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label9 = new System.Windows.Forms.Label();
     this.txtMaBN = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label8 = new System.Windows.Forms.Label();
     this.txtChanDoanBanDau = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label7 = new System.Windows.Forms.Label();
     this.label6 = new System.Windows.Forms.Label();
     this.txtThongTinLienHe = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label5 = new System.Windows.Forms.Label();
     this.txtClinicCode = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.txtInsObject_CodeTP = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.txtOThu6 = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.txtOThu5 = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.txtOThuTu = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.txtInsCodeTP = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.txtInsNumber = new Janus.Windows.GridEX.EditControls.MaskedEditBox();
     this.label16 = new System.Windows.Forms.Label();
     this.txtInsObjectCode = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label4 = new System.Windows.Forms.Label();
     this.txtDoiTuong = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label3 = new System.Windows.Forms.Label();
     this.txtNoiLamViec = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label2 = new System.Windows.Forms.Label();
     this.txtDiaChi = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label1 = new System.Windows.Forms.Label();
     this.chkNgoaiKieu = new Janus.Windows.EditControls.UICheckBox();
     this.txtDanToc = new Janus.Windows.GridEX.EditControls.EditBox();
     this.lblDanToc = new System.Windows.Forms.Label();
     this.lblNgheNghiep = new System.Windows.Forms.Label();
     this.cboGioiTinh = new Janus.Windows.EditControls.UIComboBox();
     this.txtNgheNghiep = new Janus.Windows.GridEX.EditControls.EditBox();
     this.lblGioiTinh = new System.Windows.Forms.Label();
     this.txtNamSinh = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtThangSinh = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtNgaySinh = new Janus.Windows.GridEX.EditControls.EditBox();
     this.lblNgaySinh = new System.Windows.Forms.Label();
     this.lblTenBn = new System.Windows.Forms.Label();
     this.txtHoTen = new Janus.Windows.GridEX.EditControls.EditBox();
     this.panel1 = new System.Windows.Forms.Panel();
     this.KHAMBENH = new Janus.Windows.EditControls.UIGroupBox();
     this.txtkbHoHap = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label50 = new System.Windows.Forms.Label();
     this.chkbhLTThuyT = new Janus.Windows.EditControls.UICheckBox();
     this.chkhbLTThuyP = new Janus.Windows.EditControls.UICheckBox();
     this.label36 = new System.Windows.Forms.Label();
     this.chkThuyT = new Janus.Windows.EditControls.UICheckBox();
     this.chkhbThuyP = new Janus.Windows.EditControls.UICheckBox();
     this.label35 = new System.Windows.Forms.Label();
     this.chkhbBuouNhan2thuy = new Janus.Windows.EditControls.UICheckBox();
     this.chkhbBuouNhanThuyT = new Janus.Windows.EditControls.UICheckBox();
     this.chkbhBuouNhanThuyP = new Janus.Windows.EditControls.UICheckBox();
     this.chkkbBuouLanToa = new Janus.Windows.EditControls.UICheckBox();
     this.chkMatDoChac = new Janus.Windows.EditControls.UICheckBox();
     this.chkMatDoMem = new Janus.Windows.EditControls.UICheckBox();
     this.chklll = new Janus.Windows.EditControls.UICheckBox();
     this.chkll = new Janus.Windows.EditControls.UICheckBox();
     this.chklb = new Janus.Windows.EditControls.UICheckBox();
     this.chkla = new Janus.Windows.EditControls.UICheckBox();
     this.txtkbTomTatKQCLSC = new System.Windows.Forms.RichTextBox();
     this.txtkbMa = new System.Windows.Forms.RichTextBox();
     this.txtkbChanDoanRaVien = new System.Windows.Forms.RichTextBox();
     this.uiGroupBox3 = new Janus.Windows.EditControls.UIGroupBox();
     this.txtBMI = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtChieuCao = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtCanNang = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtNhipTho = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label83 = new System.Windows.Forms.Label();
     this.txtHuyetApDen = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtHuyetApTu = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtNhietDo = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label82 = new System.Windows.Forms.Label();
     this.label81 = new System.Windows.Forms.Label();
     this.label80 = new System.Windows.Forms.Label();
     this.label79 = new System.Windows.Forms.Label();
     this.label78 = new System.Windows.Forms.Label();
     this.label77 = new System.Windows.Forms.Label();
     this.label76 = new System.Windows.Forms.Label();
     this.txtMach = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label75 = new System.Windows.Forms.Label();
     this.label74 = new System.Windows.Forms.Label();
     this.label73 = new System.Windows.Forms.Label();
     this.label72 = new System.Windows.Forms.Label();
     this.label71 = new System.Windows.Forms.Label();
     this.label70 = new System.Windows.Forms.Label();
     this.label69 = new System.Windows.Forms.Label();
     this.dtDieuTriNgoaiTruDen = new Janus.Windows.CalendarCombo.CalendarCombo();
     this.label68 = new System.Windows.Forms.Label();
     this.dtDieuTriNgoaiTruTu = new Janus.Windows.CalendarCombo.CalendarCombo();
     this.label67 = new System.Windows.Forms.Label();
     this.label66 = new System.Windows.Forms.Label();
     this.label65 = new System.Windows.Forms.Label();
     this.TXTKBDaXuLy = new Janus.Windows.GridEX.EditControls.EditBox();
     this.TXTKBChanDoanBD = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label63 = new System.Windows.Forms.Label();
     this.label62 = new System.Windows.Forms.Label();
     this.label61 = new System.Windows.Forms.Label();
     this.label60 = new System.Windows.Forms.Label();
     this.txtkbThanKinh = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label59 = new System.Windows.Forms.Label();
     this.txtkbBung = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label58 = new System.Windows.Forms.Label();
     this.txtkbMatTrai = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label57 = new System.Windows.Forms.Label();
     this.txtkbMatPhai = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label56 = new System.Windows.Forms.Label();
     this.label49 = new System.Windows.Forms.Label();
     this.txtkbTiengTim = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label48 = new System.Windows.Forms.Label();
     this.chkkbNhipTimKhong = new Janus.Windows.EditControls.UICheckBox();
     this.chkkbNhipTimDeu = new Janus.Windows.EditControls.UICheckBox();
     this.label47 = new System.Windows.Forms.Label();
     this.txtkbNhipTim = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label46 = new System.Windows.Forms.Label();
     this.label45 = new System.Windows.Forms.Label();
     this.txtkbKhac = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label44 = new System.Windows.Forms.Label();
     this.chkkbRunTayKhong = new Janus.Windows.EditControls.UICheckBox();
     this.chkkbRunTayCo = new Janus.Windows.EditControls.UICheckBox();
     this.label43 = new System.Windows.Forms.Label();
     this.chkkbCungMacMatVangKhong = new Janus.Windows.EditControls.UICheckBox();
     this.chkkbCungMacMatVangCo = new Janus.Windows.EditControls.UICheckBox();
     this.label42 = new System.Windows.Forms.Label();
     this.chkkbDaNongAmKhong = new Janus.Windows.EditControls.UICheckBox();
     this.chkkbDaNongAmCo = new Janus.Windows.EditControls.UICheckBox();
     this.label41 = new System.Windows.Forms.Label();
     this.label40 = new System.Windows.Forms.Label();
     this.HOIBENH = new Janus.Windows.EditControls.UIGroupBox();
     this.label34 = new System.Windows.Forms.Label();
     this.chkKinhNguyetKhong = new Janus.Windows.EditControls.UICheckBox();
     this.chkKinhNguyetDeu = new Janus.Windows.EditControls.UICheckBox();
     this.label33 = new System.Windows.Forms.Label();
     this.chkBenhLyDaDayKhong = new Janus.Windows.EditControls.UICheckBox();
     this.chkBenhLyDaDayCo = new Janus.Windows.EditControls.UICheckBox();
     this.label97 = new System.Windows.Forms.Label();
     this.chktsbHenPheQuanKhong = new Janus.Windows.EditControls.UICheckBox();
     this.chktsbHenPheQuanCo = new Janus.Windows.EditControls.UICheckBox();
     this.label29 = new System.Windows.Forms.Label();
     this.label28 = new System.Windows.Forms.Label();
     this.txthbKhac = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtSoLanDiNgoai = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label27 = new System.Windows.Forms.Label();
     this.txtTinhChatPhan = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label24 = new System.Windows.Forms.Label();
     this.chkRoiLoanTieuHoa = new Janus.Windows.EditControls.UICheckBox();
     this.chkNguoiNongBung = new Janus.Windows.EditControls.UICheckBox();
     this.label23 = new System.Windows.Forms.Label();
     this.txtThuocDieuTri5 = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label21 = new System.Windows.Forms.Label();
     this.txtThuocDieuTri3 = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txtThuocDieuTri4 = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label22 = new System.Windows.Forms.Label();
     this.label96 = new System.Windows.Forms.Label();
     this.txtThuocDieuTri1 = new Janus.Windows.GridEX.EditControls.EditBox();
     this.txttsgdKhac = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label64 = new System.Windows.Forms.Label();
     this.chktsgdBuouCo = new Janus.Windows.EditControls.UICheckBox();
     this.chktsgdBasedow = new Janus.Windows.EditControls.UICheckBox();
     this.label39 = new System.Windows.Forms.Label();
     this.label38 = new System.Windows.Forms.Label();
     this.txttsbKhac = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label37 = new System.Windows.Forms.Label();
     this.label32 = new System.Windows.Forms.Label();
     this.label31 = new System.Windows.Forms.Label();
     this.chkhbMatLoi = new Janus.Windows.EditControls.UICheckBox();
     this.label30 = new System.Windows.Forms.Label();
     this.chkhbVungTGto = new Janus.Windows.EditControls.UICheckBox();
     this.txthbKgSau = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label26 = new System.Windows.Forms.Label();
     this.txthbKgDau = new Janus.Windows.GridEX.EditControls.EditBox();
     this.chkhbRunchantay = new Janus.Windows.EditControls.UICheckBox();
     this.chkhbGaySutCan = new Janus.Windows.EditControls.UICheckBox();
     this.chkhbMetMoi = new Janus.Windows.EditControls.UICheckBox();
     this.label25 = new System.Windows.Forms.Label();
     this.txtThuocDieuTri2 = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label20 = new System.Windows.Forms.Label();
     this.label19 = new System.Windows.Forms.Label();
     this.chkhbKhongDeu = new Janus.Windows.EditControls.UICheckBox();
     this.chkhbDeu = new Janus.Windows.EditControls.UICheckBox();
     this.label18 = new System.Windows.Forms.Label();
     this.txtNoiChanDoanBasedow = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label17 = new System.Windows.Forms.Label();
     this.TG_txtNamChanDoanBasedow = new Janus.Windows.GridEX.EditControls.EditBox();
     this.label15 = new System.Windows.Forms.Label();
     this.label14 = new System.Windows.Forms.Label();
     this.LDVV = new Janus.Windows.EditControls.UIGroupBox();
     this.TG_ldvvMatLoi = new Janus.Windows.EditControls.UICheckBox();
     this.TG_chkldvvKhac = new Janus.Windows.EditControls.UICheckBox();
     this.TG_chkldvvCoTo = new Janus.Windows.EditControls.UICheckBox();
     this.TG_chkldvvRCT = new Janus.Windows.EditControls.UICheckBox();
     this.TG_chkldvvGay = new Janus.Windows.EditControls.UICheckBox();
     this.TG_chkldvvMetMoi = new Janus.Windows.EditControls.UICheckBox();
     this.cmdSave = new Janus.Windows.EditControls.UIButton();
     this.chkDongSauKhiLuu = new System.Windows.Forms.CheckBox();
     this.cmdInBenhAn = new System.Windows.Forms.Button();
     this.uiStatusBar1 = new Janus.Windows.UI.StatusBar.UIStatusBar();
     this.label93 = new System.Windows.Forms.Label();
     this.cmdDelete = new System.Windows.Forms.Button();
     this.chkInNgay = new System.Windows.Forms.CheckBox();
     this.button1 = new System.Windows.Forms.Button();
     this.label94 = new System.Windows.Forms.Label();
     this.label95 = new System.Windows.Forms.Label();
     ((System.ComponentModel.ISupportInitialize)(this.grpThongTinBenhNhan)).BeginInit();
     this.grpThongTinBenhNhan.SuspendLayout();
     this.panel1.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.KHAMBENH)).BeginInit();
     this.KHAMBENH.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox3)).BeginInit();
     this.uiGroupBox3.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.HOIBENH)).BeginInit();
     this.HOIBENH.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LDVV)).BeginInit();
     this.LDVV.SuspendLayout();
     this.SuspendLayout();
     //
     // grpThongTinBenhNhan
     //
     this.grpThongTinBenhNhan.Controls.Add(this.uiButton1);
     this.grpThongTinBenhNhan.Controls.Add(this.txtID_BA);
     this.grpThongTinBenhNhan.Controls.Add(this.txtSoKham);
     this.grpThongTinBenhNhan.Controls.Add(this.label87);
     this.grpThongTinBenhNhan.Controls.Add(this.dtInsToDate);
     this.grpThongTinBenhNhan.Controls.Add(this.dtThoiDiemDkKham);
     this.grpThongTinBenhNhan.Controls.Add(this.txtSoBaoHiemYte);
     this.grpThongTinBenhNhan.Controls.Add(this.txtDienThoai);
     this.grpThongTinBenhNhan.Controls.Add(this.label13);
     this.grpThongTinBenhNhan.Controls.Add(this.chkTuDen);
     this.grpThongTinBenhNhan.Controls.Add(this.chkYTe);
     this.grpThongTinBenhNhan.Controls.Add(this.label12);
     this.grpThongTinBenhNhan.Controls.Add(this.label11);
     this.grpThongTinBenhNhan.Controls.Add(this.txtMaBenhAn);
     this.grpThongTinBenhNhan.Controls.Add(this.label10);
     this.grpThongTinBenhNhan.Controls.Add(this.txtMaLanKham);
     this.grpThongTinBenhNhan.Controls.Add(this.label9);
     this.grpThongTinBenhNhan.Controls.Add(this.txtMaBN);
     this.grpThongTinBenhNhan.Controls.Add(this.label8);
     this.grpThongTinBenhNhan.Controls.Add(this.txtChanDoanBanDau);
     this.grpThongTinBenhNhan.Controls.Add(this.label7);
     this.grpThongTinBenhNhan.Controls.Add(this.label6);
     this.grpThongTinBenhNhan.Controls.Add(this.txtThongTinLienHe);
     this.grpThongTinBenhNhan.Controls.Add(this.label5);
     this.grpThongTinBenhNhan.Controls.Add(this.txtClinicCode);
     this.grpThongTinBenhNhan.Controls.Add(this.txtInsObject_CodeTP);
     this.grpThongTinBenhNhan.Controls.Add(this.txtOThu6);
     this.grpThongTinBenhNhan.Controls.Add(this.txtOThu5);
     this.grpThongTinBenhNhan.Controls.Add(this.txtOThuTu);
     this.grpThongTinBenhNhan.Controls.Add(this.txtInsCodeTP);
     this.grpThongTinBenhNhan.Controls.Add(this.txtInsNumber);
     this.grpThongTinBenhNhan.Controls.Add(this.label16);
     this.grpThongTinBenhNhan.Controls.Add(this.txtInsObjectCode);
     this.grpThongTinBenhNhan.Controls.Add(this.label4);
     this.grpThongTinBenhNhan.Controls.Add(this.txtDoiTuong);
     this.grpThongTinBenhNhan.Controls.Add(this.label3);
     this.grpThongTinBenhNhan.Controls.Add(this.txtNoiLamViec);
     this.grpThongTinBenhNhan.Controls.Add(this.label2);
     this.grpThongTinBenhNhan.Controls.Add(this.txtDiaChi);
     this.grpThongTinBenhNhan.Controls.Add(this.label1);
     this.grpThongTinBenhNhan.Controls.Add(this.chkNgoaiKieu);
     this.grpThongTinBenhNhan.Controls.Add(this.txtDanToc);
     this.grpThongTinBenhNhan.Controls.Add(this.lblDanToc);
     this.grpThongTinBenhNhan.Controls.Add(this.lblNgheNghiep);
     this.grpThongTinBenhNhan.Controls.Add(this.cboGioiTinh);
     this.grpThongTinBenhNhan.Controls.Add(this.txtNgheNghiep);
     this.grpThongTinBenhNhan.Controls.Add(this.lblGioiTinh);
     this.grpThongTinBenhNhan.Controls.Add(this.txtNamSinh);
     this.grpThongTinBenhNhan.Controls.Add(this.txtThangSinh);
     this.grpThongTinBenhNhan.Controls.Add(this.txtNgaySinh);
     this.grpThongTinBenhNhan.Controls.Add(this.lblNgaySinh);
     this.grpThongTinBenhNhan.Controls.Add(this.lblTenBn);
     this.grpThongTinBenhNhan.Controls.Add(this.txtHoTen);
     this.grpThongTinBenhNhan.Dock = System.Windows.Forms.DockStyle.Top;
     this.grpThongTinBenhNhan.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.grpThongTinBenhNhan.Image = ((System.Drawing.Image)(resources.GetObject("grpThongTinBenhNhan.Image")));
     this.grpThongTinBenhNhan.Location = new System.Drawing.Point(0, 0);
     this.grpThongTinBenhNhan.Name = "grpThongTinBenhNhan";
     this.grpThongTinBenhNhan.Size = new System.Drawing.Size(871, 322);
     this.grpThongTinBenhNhan.TabIndex = 0;
     this.grpThongTinBenhNhan.Text = "I.THÔNG TIN BỆNH NHÂN";
     //
     // uiButton1
     //
     this.uiButton1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiButton1.Location = new System.Drawing.Point(771, 21);
     this.uiButton1.Name = "uiButton1";
     this.uiButton1.Size = new System.Drawing.Size(63, 31);
     this.uiButton1.TabIndex = 582;
     this.uiButton1.TabStop = false;
     this.uiButton1.Text = "Tìm";
     //
     // txtID_BA
     //
     this.txtID_BA.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtID_BA.Location = new System.Drawing.Point(815, 191);
     this.txtID_BA.Name = "txtID_BA";
     this.txtID_BA.ReadOnly = true;
     this.txtID_BA.Size = new System.Drawing.Size(51, 20);
     this.txtID_BA.TabIndex = 456;
     this.txtID_BA.TabStop = false;
     this.txtID_BA.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtID_BA.Visible = false;
     //
     // txtSoKham
     //
     this.txtSoKham.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSoKham.Location = new System.Drawing.Point(817, 169);
     this.txtSoKham.Name = "txtSoKham";
     this.txtSoKham.ReadOnly = true;
     this.txtSoKham.Size = new System.Drawing.Size(51, 20);
     this.txtSoKham.TabIndex = 455;
     this.txtSoKham.TabStop = false;
     this.txtSoKham.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtSoKham.Visible = false;
     //
     // label87
     //
     this.label87.AutoSize = true;
     this.label87.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label87.Location = new System.Drawing.Point(754, 175);
     this.label87.Name = "label87";
     this.label87.Size = new System.Drawing.Size(57, 13);
     this.label87.TabIndex = 454;
     this.label87.Text = "Số Khám";
     this.label87.Visible = false;
     //
     // dtInsToDate
     //
     this.dtInsToDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.dtInsToDate.Location = new System.Drawing.Point(333, 167);
     this.dtInsToDate.Name = "dtInsToDate";
     this.dtInsToDate.Size = new System.Drawing.Size(168, 20);
     this.dtInsToDate.TabIndex = 453;
     this.dtInsToDate.TabStop = false;
     //
     // dtThoiDiemDkKham
     //
     this.dtThoiDiemDkKham.CustomFormat = "dd/MM/yyyy";
     this.dtThoiDiemDkKham.DateFormat = Janus.Windows.CalendarCombo.DateFormat.Custom;
     //
     //
     //
     this.dtThoiDiemDkKham.DropDownCalendar.FirstMonth = new System.DateTime(2013, 12, 1, 0, 0, 0, 0);
     this.dtThoiDiemDkKham.DropDownCalendar.Name = "";
     this.dtThoiDiemDkKham.Location = new System.Drawing.Point(185, 222);
     this.dtThoiDiemDkKham.Name = "dtThoiDiemDkKham";
     this.dtThoiDiemDkKham.ShowUpDown = true;
     this.dtThoiDiemDkKham.Size = new System.Drawing.Size(192, 20);
     this.dtThoiDiemDkKham.TabIndex = 452;
     this.dtThoiDiemDkKham.TabStop = false;
     this.dtThoiDiemDkKham.Value = new System.DateTime(2013, 9, 23, 0, 0, 0, 0);
     //
     // txtSoBaoHiemYte
     //
     this.txtSoBaoHiemYte.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSoBaoHiemYte.Location = new System.Drawing.Point(185, 193);
     this.txtSoBaoHiemYte.Name = "txtSoBaoHiemYte";
     this.txtSoBaoHiemYte.Size = new System.Drawing.Size(192, 20);
     this.txtSoBaoHiemYte.TabIndex = 451;
     this.txtSoBaoHiemYte.TabStop = false;
     //
     // txtDienThoai
     //
     this.txtDienThoai.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDienThoai.Location = new System.Drawing.Point(600, 247);
     this.txtDienThoai.Name = "txtDienThoai";
     this.txtDienThoai.Size = new System.Drawing.Size(225, 20);
     this.txtDienThoai.TabIndex = 6;
     this.txtDienThoai.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtDienThoai.TextChanged += new System.EventHandler(this.txtDienThoai_TextChanged);
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(518, 250);
     this.label13.Name = "label13";
     this.label13.Size = new System.Drawing.Size(83, 13);
     this.label13.TabIndex = 449;
     this.label13.Text = "Số điện thoại";
     //
     // chkTuDen
     //
     this.chkTuDen.ImageAlignment = Janus.Windows.EditControls.ImageHorizontalAlignment.AfterText;
     this.chkTuDen.Location = new System.Drawing.Point(745, 273);
     this.chkTuDen.Name = "chkTuDen";
     this.chkTuDen.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkTuDen.Size = new System.Drawing.Size(76, 23);
     this.chkTuDen.TabIndex = 448;
     this.chkTuDen.TabStop = false;
     this.chkTuDen.Text = "Tự đến";
     //
     // chkYTe
     //
     this.chkYTe.Location = new System.Drawing.Point(696, 273);
     this.chkYTe.Name = "chkYTe";
     this.chkYTe.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkYTe.Size = new System.Drawing.Size(47, 23);
     this.chkYTe.TabIndex = 447;
     this.chkYTe.TabStop = false;
     this.chkYTe.Text = "Y tế";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Location = new System.Drawing.Point(709, 66);
     this.label12.Name = "label12";
     this.label12.Size = new System.Drawing.Size(32, 13);
     this.label12.TabIndex = 446;
     this.label12.Text = "Năm";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(636, 66);
     this.label11.Name = "label11";
     this.label11.Size = new System.Drawing.Size(43, 13);
     this.label11.TabIndex = 445;
     this.label11.Text = "Tháng";
     //
     // txtMaBenhAn
     //
     this.txtMaBenhAn.BackColor = System.Drawing.Color.Turquoise;
     this.txtMaBenhAn.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMaBenhAn.Location = new System.Drawing.Point(609, 21);
     this.txtMaBenhAn.Name = "txtMaBenhAn";
     this.txtMaBenhAn.Size = new System.Drawing.Size(130, 31);
     this.txtMaBenhAn.TabIndex = 13;
     this.txtMaBenhAn.TabStop = false;
     this.txtMaBenhAn.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label10.Location = new System.Drawing.Point(518, 28);
     this.label10.Name = "label10";
     this.label10.Size = new System.Drawing.Size(90, 16);
     this.label10.TabIndex = 443;
     this.label10.Text = "Mã Bệnh Án";
     //
     // txtMaLanKham
     //
     this.txtMaLanKham.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.txtMaLanKham.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMaLanKham.Location = new System.Drawing.Point(353, 22);
     this.txtMaLanKham.Name = "txtMaLanKham";
     this.txtMaLanKham.Size = new System.Drawing.Size(148, 31);
     this.txtMaLanKham.TabIndex = 442;
     this.txtMaLanKham.TabStop = false;
     this.txtMaLanKham.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label9.Location = new System.Drawing.Point(227, 28);
     this.label9.Name = "label9";
     this.label9.Size = new System.Drawing.Size(100, 16);
     this.label9.TabIndex = 441;
     this.label9.Text = "Mã Lần Khám";
     //
     // txtMaBN
     //
     this.txtMaBN.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
     this.txtMaBN.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMaBN.Location = new System.Drawing.Point(123, 22);
     this.txtMaBN.Name = "txtMaBN";
     this.txtMaBN.Size = new System.Drawing.Size(88, 31);
     this.txtMaBN.TabIndex = 0;
     this.txtMaBN.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label8.Location = new System.Drawing.Point(16, 30);
     this.label8.Name = "label8";
     this.label8.Size = new System.Drawing.Size(108, 16);
     this.label8.TabIndex = 439;
     this.label8.Text = "Mã Bệnh Nhân";
     //
     // txtChanDoanBanDau
     //
     this.txtChanDoanBanDau.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtChanDoanBanDau.Location = new System.Drawing.Point(185, 274);
     this.txtChanDoanBanDau.Name = "txtChanDoanBanDau";
     this.txtChanDoanBanDau.Size = new System.Drawing.Size(505, 20);
     this.txtChanDoanBanDau.TabIndex = 7;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(17, 279);
     this.label7.Name = "label7";
     this.label7.Size = new System.Drawing.Size(146, 13);
     this.label7.TabIndex = 0;
     this.label7.Text = "Chẩn đoán nơi giới thiệu";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(17, 224);
     this.label6.Name = "label6";
     this.label6.Size = new System.Drawing.Size(118, 13);
     this.label6.TabIndex = 433;
     this.label6.Text = "Đến Khám bệnh lúc";
     //
     // txtThongTinLienHe
     //
     this.txtThongTinLienHe.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtThongTinLienHe.Location = new System.Drawing.Point(185, 247);
     this.txtThongTinLienHe.Name = "txtThongTinLienHe";
     this.txtThongTinLienHe.Size = new System.Drawing.Size(310, 20);
     this.txtThongTinLienHe.TabIndex = 5;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(17, 251);
     this.label5.Name = "label5";
     this.label5.Size = new System.Drawing.Size(156, 13);
     this.label5.TabIndex = 431;
     this.label5.Text = "Họ Tên, địa chỉ người nhà";
     //
     // txtClinicCode
     //
     this.txtClinicCode.BackColor = System.Drawing.Color.White;
     this.txtClinicCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtClinicCode.Location = new System.Drawing.Point(765, 191);
     this.txtClinicCode.MaxLength = 5;
     this.txtClinicCode.Name = "txtClinicCode";
     this.txtClinicCode.Size = new System.Drawing.Size(44, 23);
     this.txtClinicCode.TabIndex = 429;
     this.txtClinicCode.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtClinicCode.Visible = false;
     //
     // txtInsObject_CodeTP
     //
     this.txtInsObject_CodeTP.BackColor = System.Drawing.Color.White;
     this.txtInsObject_CodeTP.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtInsObject_CodeTP.Location = new System.Drawing.Point(711, 191);
     this.txtInsObject_CodeTP.MaxLength = 2;
     this.txtInsObject_CodeTP.Name = "txtInsObject_CodeTP";
     this.txtInsObject_CodeTP.Numeric = true;
     this.txtInsObject_CodeTP.Size = new System.Drawing.Size(55, 23);
     this.txtInsObject_CodeTP.TabIndex = 428;
     this.txtInsObject_CodeTP.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtInsObject_CodeTP.Visible = false;
     //
     // txtOThu6
     //
     this.txtOThu6.BackColor = System.Drawing.Color.White;
     this.txtOThu6.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtOThu6.Location = new System.Drawing.Point(650, 191);
     this.txtOThu6.MaxLength = 5;
     this.txtOThu6.Name = "txtOThu6";
     this.txtOThu6.Numeric = true;
     this.txtOThu6.Size = new System.Drawing.Size(63, 23);
     this.txtOThu6.TabIndex = 427;
     this.txtOThu6.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtOThu6.Visible = false;
     //
     // txtOThu5
     //
     this.txtOThu5.BackColor = System.Drawing.Color.White;
     this.txtOThu5.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtOThu5.Location = new System.Drawing.Point(613, 191);
     this.txtOThu5.MaxLength = 3;
     this.txtOThu5.Name = "txtOThu5";
     this.txtOThu5.Numeric = true;
     this.txtOThu5.Size = new System.Drawing.Size(38, 23);
     this.txtOThu5.TabIndex = 426;
     this.txtOThu5.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtOThu5.Visible = false;
     //
     // txtOThuTu
     //
     this.txtOThuTu.BackColor = System.Drawing.Color.White;
     this.txtOThuTu.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtOThuTu.Location = new System.Drawing.Point(586, 191);
     this.txtOThuTu.MaxLength = 2;
     this.txtOThuTu.Name = "txtOThuTu";
     this.txtOThuTu.Numeric = true;
     this.txtOThuTu.Size = new System.Drawing.Size(28, 23);
     this.txtOThuTu.TabIndex = 425;
     this.txtOThuTu.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtOThuTu.Visible = false;
     //
     // txtInsCodeTP
     //
     this.txtInsCodeTP.BackColor = System.Drawing.Color.White;
     this.txtInsCodeTP.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtInsCodeTP.Location = new System.Drawing.Point(559, 191);
     this.txtInsCodeTP.MaxLength = 2;
     this.txtInsCodeTP.Name = "txtInsCodeTP";
     this.txtInsCodeTP.Numeric = true;
     this.txtInsCodeTP.Size = new System.Drawing.Size(28, 23);
     this.txtInsCodeTP.TabIndex = 424;
     this.txtInsCodeTP.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtInsCodeTP.Visible = false;
     //
     // txtInsNumber
     //
     this.txtInsNumber.BackColor = System.Drawing.Color.White;
     this.txtInsNumber.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtInsNumber.Location = new System.Drawing.Point(536, 191);
     this.txtInsNumber.MaxLength = 1;
     this.txtInsNumber.Name = "txtInsNumber";
     this.txtInsNumber.Numeric = true;
     this.txtInsNumber.Size = new System.Drawing.Size(24, 23);
     this.txtInsNumber.TabIndex = 423;
     this.txtInsNumber.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtInsNumber.Visible = false;
     //
     // label16
     //
     this.label16.AutoSize = true;
     this.label16.Location = new System.Drawing.Point(16, 198);
     this.label16.Name = "label16";
     this.label16.Size = new System.Drawing.Size(59, 13);
     this.label16.TabIndex = 430;
     this.label16.Text = "&Số BHYT";
     //
     // txtInsObjectCode
     //
     this.txtInsObjectCode.BackColor = System.Drawing.Color.White;
     this.txtInsObjectCode.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
     this.txtInsObjectCode.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtInsObjectCode.Location = new System.Drawing.Point(491, 191);
     this.txtInsObjectCode.MaxLength = 2;
     this.txtInsObjectCode.Name = "txtInsObjectCode";
     this.txtInsObjectCode.Size = new System.Drawing.Size(46, 23);
     this.txtInsObjectCode.TabIndex = 422;
     this.txtInsObjectCode.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtInsObjectCode.Visible = false;
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(198, 172);
     this.label4.Name = "label4";
     this.label4.Size = new System.Drawing.Size(137, 13);
     this.label4.TabIndex = 20;
     this.label4.Text = "BHYT:giá trị đến ngày ";
     //
     // txtDoiTuong
     //
     this.txtDoiTuong.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDoiTuong.Location = new System.Drawing.Point(123, 168);
     this.txtDoiTuong.Name = "txtDoiTuong";
     this.txtDoiTuong.Size = new System.Drawing.Size(75, 20);
     this.txtDoiTuong.TabIndex = 19;
     this.txtDoiTuong.TabStop = false;
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(17, 172);
     this.label3.Name = "label3";
     this.label3.Size = new System.Drawing.Size(66, 13);
     this.label3.TabIndex = 18;
     this.label3.Text = "Đối Tượng";
     //
     // txtNoiLamViec
     //
     this.txtNoiLamViec.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNoiLamViec.Location = new System.Drawing.Point(609, 137);
     this.txtNoiLamViec.Name = "txtNoiLamViec";
     this.txtNoiLamViec.Size = new System.Drawing.Size(225, 20);
     this.txtNoiLamViec.TabIndex = 4;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(518, 144);
     this.label2.Name = "label2";
     this.label2.Size = new System.Drawing.Size(82, 13);
     this.label2.TabIndex = 16;
     this.label2.Text = "Nơi Làm Việc";
     //
     // txtDiaChi
     //
     this.txtDiaChi.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtDiaChi.Location = new System.Drawing.Point(123, 141);
     this.txtDiaChi.Name = "txtDiaChi";
     this.txtDiaChi.ReadOnly = true;
     this.txtDiaChi.Size = new System.Drawing.Size(378, 20);
     this.txtDiaChi.TabIndex = 15;
     this.txtDiaChi.TabStop = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(17, 145);
     this.label1.Name = "label1";
     this.label1.Size = new System.Drawing.Size(48, 13);
     this.label1.TabIndex = 14;
     this.label1.Text = "Địa Chỉ";
     //
     // chkNgoaiKieu
     //
     this.chkNgoaiKieu.Location = new System.Drawing.Point(753, 105);
     this.chkNgoaiKieu.Name = "chkNgoaiKieu";
     this.chkNgoaiKieu.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkNgoaiKieu.Size = new System.Drawing.Size(81, 23);
     this.chkNgoaiKieu.TabIndex = 3;
     this.chkNgoaiKieu.TabStop = false;
     this.chkNgoaiKieu.Text = "Ngoại kiểu";
     //
     // txtDanToc
     //
     this.txtDanToc.Location = new System.Drawing.Point(609, 108);
     this.txtDanToc.Name = "txtDanToc";
     this.txtDanToc.Size = new System.Drawing.Size(135, 20);
     this.txtDanToc.TabIndex = 2;
     //
     // lblDanToc
     //
     this.lblDanToc.AutoSize = true;
     this.lblDanToc.Location = new System.Drawing.Point(518, 111);
     this.lblDanToc.Name = "lblDanToc";
     this.lblDanToc.Size = new System.Drawing.Size(56, 13);
     this.lblDanToc.TabIndex = 10;
     this.lblDanToc.Text = "Dân Tộc";
     //
     // lblNgheNghiep
     //
     this.lblNgheNghiep.AutoSize = true;
     this.lblNgheNghiep.Location = new System.Drawing.Point(198, 114);
     this.lblNgheNghiep.Name = "lblNgheNghiep";
     this.lblNgheNghiep.Size = new System.Drawing.Size(81, 13);
     this.lblNgheNghiep.TabIndex = 9;
     this.lblNgheNghiep.Text = "Nghề Nghiệp";
     //
     // cboGioiTinh
     //
     this.cboGioiTinh.ComboStyle = Janus.Windows.EditControls.ComboStyle.DropDownList;
     this.cboGioiTinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     uiComboBoxItem1.FormatStyle.Alpha = 0;
     uiComboBoxItem1.IsSeparator = false;
     uiComboBoxItem1.Text = "Nữ";
     uiComboBoxItem1.Value = 1;
     uiComboBoxItem2.FormatStyle.Alpha = 0;
     uiComboBoxItem2.IsSeparator = false;
     uiComboBoxItem2.Text = "Nam";
     uiComboBoxItem2.Value = 0;
     uiComboBoxItem3.FormatStyle.Alpha = 0;
     uiComboBoxItem3.IsSeparator = false;
     uiComboBoxItem3.Text = "Khác";
     uiComboBoxItem3.Value = 2;
     this.cboGioiTinh.Items.AddRange(new Janus.Windows.EditControls.UIComboBoxItem[] {
     uiComboBoxItem1,
     uiComboBoxItem2,
     uiComboBoxItem3});
     this.cboGioiTinh.Location = new System.Drawing.Point(123, 110);
     this.cboGioiTinh.Name = "cboGioiTinh";
     this.cboGioiTinh.Size = new System.Drawing.Size(75, 21);
     this.cboGioiTinh.TabIndex = 8;
     this.cboGioiTinh.TabStop = false;
     this.cboGioiTinh.Text = "Giới tính";
     //
     // txtNgheNghiep
     //
     this.txtNgheNghiep.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNgheNghiep.Location = new System.Drawing.Point(293, 111);
     this.txtNgheNghiep.Name = "txtNgheNghiep";
     this.txtNgheNghiep.ReadOnly = true;
     this.txtNgheNghiep.Size = new System.Drawing.Size(208, 20);
     this.txtNgheNghiep.TabIndex = 7;
     this.txtNgheNghiep.TabStop = false;
     //
     // lblGioiTinh
     //
     this.lblGioiTinh.AutoSize = true;
     this.lblGioiTinh.Location = new System.Drawing.Point(17, 116);
     this.lblGioiTinh.Name = "lblGioiTinh";
     this.lblGioiTinh.Size = new System.Drawing.Size(64, 13);
     this.lblGioiTinh.TabIndex = 6;
     this.lblGioiTinh.Text = "Giới Tính ";
     //
     // txtNamSinh
     //
     this.txtNamSinh.Location = new System.Drawing.Point(744, 61);
     this.txtNamSinh.Name = "txtNamSinh";
     this.txtNamSinh.Size = new System.Drawing.Size(90, 20);
     this.txtNamSinh.TabIndex = 5;
     this.txtNamSinh.TabStop = false;
     this.txtNamSinh.TextAlignment = Janus.Windows.GridEX.TextAlignment.Far;
     //
     // txtThangSinh
     //
     this.txtThangSinh.Location = new System.Drawing.Point(680, 63);
     this.txtThangSinh.Name = "txtThangSinh";
     this.txtThangSinh.Size = new System.Drawing.Size(25, 20);
     this.txtThangSinh.TabIndex = 1;
     this.txtThangSinh.TextAlignment = Janus.Windows.GridEX.TextAlignment.Near;
     //
     // txtNgaySinh
     //
     this.txtNgaySinh.Location = new System.Drawing.Point(609, 63);
     this.txtNgaySinh.Name = "txtNgaySinh";
     this.txtNgaySinh.Size = new System.Drawing.Size(25, 20);
     this.txtNgaySinh.TabIndex = 0;
     this.txtNgaySinh.TextAlignment = Janus.Windows.GridEX.TextAlignment.Near;
     //
     // lblNgaySinh
     //
     this.lblNgaySinh.AutoSize = true;
     this.lblNgaySinh.Location = new System.Drawing.Point(518, 68);
     this.lblNgaySinh.Name = "lblNgaySinh";
     this.lblNgaySinh.Size = new System.Drawing.Size(65, 13);
     this.lblNgaySinh.TabIndex = 2;
     this.lblNgaySinh.Text = "Ngày Sinh";
     //
     // lblTenBn
     //
     this.lblTenBn.AutoSize = true;
     this.lblTenBn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.lblTenBn.Location = new System.Drawing.Point(16, 78);
     this.lblTenBn.Name = "lblTenBn";
     this.lblTenBn.Size = new System.Drawing.Size(59, 16);
     this.lblTenBn.TabIndex = 1;
     this.lblTenBn.Text = "Họ Tên";
     //
     // txtHoTen
     //
     this.txtHoTen.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHoTen.Location = new System.Drawing.Point(123, 65);
     this.txtHoTen.Name = "txtHoTen";
     this.txtHoTen.Size = new System.Drawing.Size(378, 31);
     this.txtHoTen.TabIndex = 0;
     this.txtHoTen.TabStop = false;
     //
     // panel1
     //
     this.panel1.AutoScroll = true;
     this.panel1.Controls.Add(this.KHAMBENH);
     this.panel1.Controls.Add(this.HOIBENH);
     this.panel1.Controls.Add(this.LDVV);
     this.panel1.Controls.Add(this.grpThongTinBenhNhan);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel1.Location = new System.Drawing.Point(0, 0);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(888, 517);
     this.panel1.TabIndex = 4;
     //
     // KHAMBENH
     //
     this.KHAMBENH.Controls.Add(this.txtkbHoHap);
     this.KHAMBENH.Controls.Add(this.label50);
     this.KHAMBENH.Controls.Add(this.chkbhLTThuyT);
     this.KHAMBENH.Controls.Add(this.chkhbLTThuyP);
     this.KHAMBENH.Controls.Add(this.label36);
     this.KHAMBENH.Controls.Add(this.chkThuyT);
     this.KHAMBENH.Controls.Add(this.chkhbThuyP);
     this.KHAMBENH.Controls.Add(this.label35);
     this.KHAMBENH.Controls.Add(this.chkhbBuouNhan2thuy);
     this.KHAMBENH.Controls.Add(this.chkhbBuouNhanThuyT);
     this.KHAMBENH.Controls.Add(this.chkbhBuouNhanThuyP);
     this.KHAMBENH.Controls.Add(this.chkkbBuouLanToa);
     this.KHAMBENH.Controls.Add(this.chkMatDoChac);
     this.KHAMBENH.Controls.Add(this.chkMatDoMem);
     this.KHAMBENH.Controls.Add(this.chklll);
     this.KHAMBENH.Controls.Add(this.chkll);
     this.KHAMBENH.Controls.Add(this.chklb);
     this.KHAMBENH.Controls.Add(this.chkla);
     this.KHAMBENH.Controls.Add(this.txtkbTomTatKQCLSC);
     this.KHAMBENH.Controls.Add(this.txtkbMa);
     this.KHAMBENH.Controls.Add(this.txtkbChanDoanRaVien);
     this.KHAMBENH.Controls.Add(this.uiGroupBox3);
     this.KHAMBENH.Controls.Add(this.dtDieuTriNgoaiTruDen);
     this.KHAMBENH.Controls.Add(this.label68);
     this.KHAMBENH.Controls.Add(this.dtDieuTriNgoaiTruTu);
     this.KHAMBENH.Controls.Add(this.label67);
     this.KHAMBENH.Controls.Add(this.label66);
     this.KHAMBENH.Controls.Add(this.label65);
     this.KHAMBENH.Controls.Add(this.TXTKBDaXuLy);
     this.KHAMBENH.Controls.Add(this.TXTKBChanDoanBD);
     this.KHAMBENH.Controls.Add(this.label63);
     this.KHAMBENH.Controls.Add(this.label62);
     this.KHAMBENH.Controls.Add(this.label61);
     this.KHAMBENH.Controls.Add(this.label60);
     this.KHAMBENH.Controls.Add(this.txtkbThanKinh);
     this.KHAMBENH.Controls.Add(this.label59);
     this.KHAMBENH.Controls.Add(this.txtkbBung);
     this.KHAMBENH.Controls.Add(this.label58);
     this.KHAMBENH.Controls.Add(this.txtkbMatTrai);
     this.KHAMBENH.Controls.Add(this.label57);
     this.KHAMBENH.Controls.Add(this.txtkbMatPhai);
     this.KHAMBENH.Controls.Add(this.label56);
     this.KHAMBENH.Controls.Add(this.label49);
     this.KHAMBENH.Controls.Add(this.txtkbTiengTim);
     this.KHAMBENH.Controls.Add(this.label48);
     this.KHAMBENH.Controls.Add(this.chkkbNhipTimKhong);
     this.KHAMBENH.Controls.Add(this.chkkbNhipTimDeu);
     this.KHAMBENH.Controls.Add(this.label47);
     this.KHAMBENH.Controls.Add(this.txtkbNhipTim);
     this.KHAMBENH.Controls.Add(this.label46);
     this.KHAMBENH.Controls.Add(this.label45);
     this.KHAMBENH.Controls.Add(this.txtkbKhac);
     this.KHAMBENH.Controls.Add(this.label44);
     this.KHAMBENH.Controls.Add(this.chkkbRunTayKhong);
     this.KHAMBENH.Controls.Add(this.chkkbRunTayCo);
     this.KHAMBENH.Controls.Add(this.label43);
     this.KHAMBENH.Controls.Add(this.chkkbCungMacMatVangKhong);
     this.KHAMBENH.Controls.Add(this.chkkbCungMacMatVangCo);
     this.KHAMBENH.Controls.Add(this.label42);
     this.KHAMBENH.Controls.Add(this.chkkbDaNongAmKhong);
     this.KHAMBENH.Controls.Add(this.chkkbDaNongAmCo);
     this.KHAMBENH.Controls.Add(this.label41);
     this.KHAMBENH.Controls.Add(this.label40);
     this.KHAMBENH.Dock = System.Windows.Forms.DockStyle.Top;
     this.KHAMBENH.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.KHAMBENH.Location = new System.Drawing.Point(0, 669);
     this.KHAMBENH.Name = "KHAMBENH";
     this.KHAMBENH.Size = new System.Drawing.Size(871, 539);
     this.KHAMBENH.TabIndex = 4;
     this.KHAMBENH.Text = "IV. KHÁM BỆNH";
     //
     // txtkbHoHap
     //
     this.txtkbHoHap.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtkbHoHap.Location = new System.Drawing.Point(93, 263);
     this.txtkbHoHap.Name = "txtkbHoHap";
     this.txtkbHoHap.Size = new System.Drawing.Size(532, 22);
     this.txtkbHoHap.TabIndex = 77;
     //
     // label50
     //
     this.label50.AutoSize = true;
     this.label50.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label50.Location = new System.Drawing.Point(12, 267);
     this.label50.Name = "label50";
     this.label50.Size = new System.Drawing.Size(58, 16);
     this.label50.TabIndex = 600;
     this.label50.Text = "Hô hấp: ";
     //
     // chkbhLTThuyT
     //
     this.chkbhLTThuyT.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkbhLTThuyT.Location = new System.Drawing.Point(442, 146);
     this.chkbhLTThuyT.Name = "chkbhLTThuyT";
     this.chkbhLTThuyT.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkbhLTThuyT.Size = new System.Drawing.Size(65, 23);
     this.chkbhLTThuyT.TabIndex = 72;
     this.chkbhLTThuyT.Text = "Thùy T";
     this.chkbhLTThuyT.TextAlignment = Janus.Windows.EditControls.TextAlignment.Far;
     //
     // chkhbLTThuyP
     //
     this.chkhbLTThuyP.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkhbLTThuyP.Location = new System.Drawing.Point(365, 146);
     this.chkhbLTThuyP.Name = "chkhbLTThuyP";
     this.chkhbLTThuyP.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkhbLTThuyP.Size = new System.Drawing.Size(65, 23);
     this.chkhbLTThuyP.TabIndex = 71;
     this.chkhbLTThuyP.Text = "Thùy P";
     this.chkhbLTThuyP.TextAlignment = Janus.Windows.EditControls.TextAlignment.Far;
     //
     // label36
     //
     this.label36.AutoSize = true;
     this.label36.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label36.Location = new System.Drawing.Point(275, 150);
     this.label36.Name = "label36";
     this.label36.Size = new System.Drawing.Size(89, 16);
     this.label36.TabIndex = 596;
     this.label36.Text = "Tiếng thổi LT:";
     //
     // chkThuyT
     //
     this.chkThuyT.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkThuyT.Location = new System.Drawing.Point(187, 146);
     this.chkThuyT.Name = "chkThuyT";
     this.chkThuyT.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkThuyT.Size = new System.Drawing.Size(65, 23);
     this.chkThuyT.TabIndex = 70;
     this.chkThuyT.Text = "Thùy T";
     this.chkThuyT.TextAlignment = Janus.Windows.EditControls.TextAlignment.Far;
     //
     // chkhbThuyP
     //
     this.chkhbThuyP.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkhbThuyP.Location = new System.Drawing.Point(110, 146);
     this.chkhbThuyP.Name = "chkhbThuyP";
     this.chkhbThuyP.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkhbThuyP.Size = new System.Drawing.Size(65, 23);
     this.chkhbThuyP.TabIndex = 69;
     this.chkhbThuyP.Text = "Thùy P";
     this.chkhbThuyP.TextAlignment = Janus.Windows.EditControls.TextAlignment.Far;
     //
     // label35
     //
     this.label35.AutoSize = true;
     this.label35.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label35.Location = new System.Drawing.Point(13, 150);
     this.label35.Name = "label35";
     this.label35.Size = new System.Drawing.Size(91, 16);
     this.label35.TabIndex = 593;
     this.label35.Text = "Tiếng thổi TT:";
     //
     // chkhbBuouNhan2thuy
     //
     this.chkhbBuouNhan2thuy.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkhbBuouNhan2thuy.Location = new System.Drawing.Point(427, 114);
     this.chkhbBuouNhan2thuy.Name = "chkhbBuouNhan2thuy";
     this.chkhbBuouNhan2thuy.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkhbBuouNhan2thuy.Size = new System.Drawing.Size(128, 23);
     this.chkhbBuouNhan2thuy.TabIndex = 68;
     this.chkhbBuouNhan2thuy.Text = "Bướu nhân 2 thùy";
     this.chkhbBuouNhan2thuy.TextAlignment = Janus.Windows.EditControls.TextAlignment.Far;
     //
     // chkhbBuouNhanThuyT
     //
     this.chkhbBuouNhanThuyT.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkhbBuouNhanThuyT.Location = new System.Drawing.Point(275, 114);
     this.chkhbBuouNhanThuyT.Name = "chkhbBuouNhanThuyT";
     this.chkhbBuouNhanThuyT.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkhbBuouNhanThuyT.Size = new System.Drawing.Size(128, 23);
     this.chkhbBuouNhanThuyT.TabIndex = 67;
     this.chkhbBuouNhanThuyT.Text = "Bướu nhân thùy T";
     this.chkhbBuouNhanThuyT.TextAlignment = Janus.Windows.EditControls.TextAlignment.Far;
     //
     // chkbhBuouNhanThuyP
     //
     this.chkbhBuouNhanThuyP.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkbhBuouNhanThuyP.Location = new System.Drawing.Point(123, 114);
     this.chkbhBuouNhanThuyP.Name = "chkbhBuouNhanThuyP";
     this.chkbhBuouNhanThuyP.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkbhBuouNhanThuyP.Size = new System.Drawing.Size(128, 23);
     this.chkbhBuouNhanThuyP.TabIndex = 66;
     this.chkbhBuouNhanThuyP.Text = "Bướu nhân thùy P";
     this.chkbhBuouNhanThuyP.TextAlignment = Janus.Windows.EditControls.TextAlignment.Far;
     //
     // chkkbBuouLanToa
     //
     this.chkkbBuouLanToa.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkkbBuouLanToa.Location = new System.Drawing.Point(15, 114);
     this.chkkbBuouLanToa.Name = "chkkbBuouLanToa";
     this.chkkbBuouLanToa.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkkbBuouLanToa.Size = new System.Drawing.Size(96, 23);
     this.chkkbBuouLanToa.TabIndex = 65;
     this.chkkbBuouLanToa.Text = "Bướu lan tỏa";
     this.chkkbBuouLanToa.TextAlignment = Janus.Windows.EditControls.TextAlignment.Far;
     //
     // chkMatDoChac
     //
     this.chkMatDoChac.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkMatDoChac.Location = new System.Drawing.Point(455, 81);
     this.chkMatDoChac.Name = "chkMatDoChac";
     this.chkMatDoChac.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkMatDoChac.Size = new System.Drawing.Size(59, 23);
     this.chkMatDoChac.TabIndex = 64;
     this.chkMatDoChac.Text = "Chắc";
     this.chkMatDoChac.TextAlignment = Janus.Windows.EditControls.TextAlignment.Far;
     //
     // chkMatDoMem
     //
     this.chkMatDoMem.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkMatDoMem.Location = new System.Drawing.Point(327, 81);
     this.chkMatDoMem.Name = "chkMatDoMem";
     this.chkMatDoMem.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkMatDoMem.Size = new System.Drawing.Size(103, 23);
     this.chkMatDoMem.TabIndex = 63;
     this.chkMatDoMem.Text = "Mật độ; Mềm";
     this.chkMatDoMem.TextAlignment = Janus.Windows.EditControls.TextAlignment.Far;
     //
     // chklll
     //
     this.chklll.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chklll.Location = new System.Drawing.Point(266, 83);
     this.chklll.Name = "chklll";
     this.chklll.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chklll.Size = new System.Drawing.Size(31, 23);
     this.chklll.TabIndex = 62;
     this.chklll.Text = "lll";
     this.chklll.TextAlignment = Janus.Windows.EditControls.TextAlignment.Far;
     //
     // chkll
     //
     this.chkll.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkll.Location = new System.Drawing.Point(208, 81);
     this.chkll.Name = "chkll";
     this.chkll.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkll.Size = new System.Drawing.Size(31, 23);
     this.chkll.TabIndex = 61;
     this.chkll.Text = "ll";
     this.chkll.TextAlignment = Janus.Windows.EditControls.TextAlignment.Far;
     //
     // chklb
     //
     this.chklb.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chklb.Location = new System.Drawing.Point(150, 81);
     this.chklb.Name = "chklb";
     this.chklb.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chklb.Size = new System.Drawing.Size(31, 23);
     this.chklb.TabIndex = 60;
     this.chklb.Text = "lb";
     this.chklb.TextAlignment = Janus.Windows.EditControls.TextAlignment.Far;
     //
     // chkla
     //
     this.chkla.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chkla.Location = new System.Drawing.Point(93, 81);
     this.chkla.Name = "chkla";
     this.chkla.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkla.Size = new System.Drawing.Size(31, 23);
     this.chkla.TabIndex = 59;
     this.chkla.Text = "la";
     this.chkla.TextAlignment = Janus.Windows.EditControls.TextAlignment.Far;
     //
     // txtkbTomTatKQCLSC
     //
     this.txtkbTomTatKQCLSC.Location = new System.Drawing.Point(251, 293);
     this.txtkbTomTatKQCLSC.Name = "txtkbTomTatKQCLSC";
     this.txtkbTomTatKQCLSC.Size = new System.Drawing.Size(584, 39);
     this.txtkbTomTatKQCLSC.TabIndex = 78;
     this.txtkbTomTatKQCLSC.Text = "";
     //
     // txtkbMa
     //
     this.txtkbMa.Location = new System.Drawing.Point(636, 395);
     this.txtkbMa.Name = "txtkbMa";
     this.txtkbMa.Size = new System.Drawing.Size(198, 84);
     this.txtkbMa.TabIndex = 82;
     this.txtkbMa.Text = "";
     //
     // txtkbChanDoanRaVien
     //
     this.txtkbChanDoanRaVien.Location = new System.Drawing.Point(159, 395);
     this.txtkbChanDoanRaVien.Name = "txtkbChanDoanRaVien";
     this.txtkbChanDoanRaVien.Size = new System.Drawing.Size(424, 84);
     this.txtkbChanDoanRaVien.TabIndex = 81;
     this.txtkbChanDoanRaVien.Text = "";
     //
     // uiGroupBox3
     //
     this.uiGroupBox3.Controls.Add(this.txtBMI);
     this.uiGroupBox3.Controls.Add(this.txtChieuCao);
     this.uiGroupBox3.Controls.Add(this.txtCanNang);
     this.uiGroupBox3.Controls.Add(this.txtNhipTho);
     this.uiGroupBox3.Controls.Add(this.label83);
     this.uiGroupBox3.Controls.Add(this.txtHuyetApDen);
     this.uiGroupBox3.Controls.Add(this.txtHuyetApTu);
     this.uiGroupBox3.Controls.Add(this.txtNhietDo);
     this.uiGroupBox3.Controls.Add(this.label82);
     this.uiGroupBox3.Controls.Add(this.label81);
     this.uiGroupBox3.Controls.Add(this.label80);
     this.uiGroupBox3.Controls.Add(this.label79);
     this.uiGroupBox3.Controls.Add(this.label78);
     this.uiGroupBox3.Controls.Add(this.label77);
     this.uiGroupBox3.Controls.Add(this.label76);
     this.uiGroupBox3.Controls.Add(this.txtMach);
     this.uiGroupBox3.Controls.Add(this.label75);
     this.uiGroupBox3.Controls.Add(this.label74);
     this.uiGroupBox3.Controls.Add(this.label73);
     this.uiGroupBox3.Controls.Add(this.label72);
     this.uiGroupBox3.Controls.Add(this.label71);
     this.uiGroupBox3.Controls.Add(this.label70);
     this.uiGroupBox3.Controls.Add(this.label69);
     this.uiGroupBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.uiGroupBox3.Location = new System.Drawing.Point(637, 49);
     this.uiGroupBox3.Name = "uiGroupBox3";
     this.uiGroupBox3.Size = new System.Drawing.Size(206, 217);
     this.uiGroupBox3.TabIndex = 560;
     //
     // txtBMI
     //
     this.txtBMI.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtBMI.Location = new System.Drawing.Point(44, 188);
     this.txtBMI.Name = "txtBMI";
     this.txtBMI.Size = new System.Drawing.Size(89, 20);
     this.txtBMI.TabIndex = 92;
     this.txtBMI.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // txtChieuCao
     //
     this.txtChieuCao.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtChieuCao.Location = new System.Drawing.Point(75, 164);
     this.txtChieuCao.Name = "txtChieuCao";
     this.txtChieuCao.Size = new System.Drawing.Size(80, 20);
     this.txtChieuCao.TabIndex = 91;
     this.txtChieuCao.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // txtCanNang
     //
     this.txtCanNang.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtCanNang.Location = new System.Drawing.Point(75, 139);
     this.txtCanNang.Name = "txtCanNang";
     this.txtCanNang.Size = new System.Drawing.Size(80, 20);
     this.txtCanNang.TabIndex = 90;
     this.txtCanNang.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // txtNhipTho
     //
     this.txtNhipTho.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNhipTho.Location = new System.Drawing.Point(66, 113);
     this.txtNhipTho.Name = "txtNhipTho";
     this.txtNhipTho.Size = new System.Drawing.Size(74, 20);
     this.txtNhipTho.TabIndex = 89;
     this.txtNhipTho.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label83
     //
     this.label83.AutoSize = true;
     this.label83.Location = new System.Drawing.Point(104, 87);
     this.label83.Name = "label83";
     this.label83.Size = new System.Drawing.Size(12, 16);
     this.label83.TabIndex = 578;
     this.label83.Text = "/";
     this.label83.Visible = false;
     //
     // txtHuyetApDen
     //
     this.txtHuyetApDen.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHuyetApDen.Location = new System.Drawing.Point(120, 85);
     this.txtHuyetApDen.Name = "txtHuyetApDen";
     this.txtHuyetApDen.Size = new System.Drawing.Size(35, 20);
     this.txtHuyetApDen.TabIndex = 76;
     this.txtHuyetApDen.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txtHuyetApDen.Visible = false;
     //
     // txtHuyetApTu
     //
     this.txtHuyetApTu.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtHuyetApTu.Location = new System.Drawing.Point(71, 85);
     this.txtHuyetApTu.Name = "txtHuyetApTu";
     this.txtHuyetApTu.Size = new System.Drawing.Size(84, 20);
     this.txtHuyetApTu.TabIndex = 88;
     this.txtHuyetApTu.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // txtNhietDo
     //
     this.txtNhietDo.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNhietDo.Location = new System.Drawing.Point(66, 55);
     this.txtNhietDo.Name = "txtNhietDo";
     this.txtNhietDo.Size = new System.Drawing.Size(89, 20);
     this.txtNhietDo.TabIndex = 87;
     this.txtNhietDo.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label82
     //
     this.label82.AutoSize = true;
     this.label82.Location = new System.Drawing.Point(146, 192);
     this.label82.Name = "label82";
     this.label82.Size = new System.Drawing.Size(57, 16);
     this.label82.TabIndex = 574;
     this.label82.Text = "vòng eo";
     //
     // label81
     //
     this.label81.AutoSize = true;
     this.label81.Location = new System.Drawing.Point(174, 165);
     this.label81.Name = "label81";
     this.label81.Size = new System.Drawing.Size(26, 16);
     this.label81.TabIndex = 573;
     this.label81.Text = "cm";
     //
     // label80
     //
     this.label80.AutoSize = true;
     this.label80.Location = new System.Drawing.Point(174, 140);
     this.label80.Name = "label80";
     this.label80.Size = new System.Drawing.Size(24, 16);
     this.label80.TabIndex = 572;
     this.label80.Text = "Kg";
     //
     // label79
     //
     this.label79.AutoSize = true;
     this.label79.Location = new System.Drawing.Point(146, 115);
     this.label79.Name = "label79";
     this.label79.Size = new System.Drawing.Size(55, 16);
     this.label79.TabIndex = 571;
     this.label79.Text = "lần/phút";
     //
     // label78
     //
     this.label78.AutoSize = true;
     this.label78.Location = new System.Drawing.Point(158, 87);
     this.label78.Name = "label78";
     this.label78.Size = new System.Drawing.Size(48, 16);
     this.label78.TabIndex = 570;
     this.label78.Text = "mmHg";
     //
     // label77
     //
     this.label77.AutoSize = true;
     this.label77.Location = new System.Drawing.Point(163, 57);
     this.label77.Name = "label77";
     this.label77.Size = new System.Drawing.Size(37, 16);
     this.label77.TabIndex = 569;
     this.label77.Text = "Độ C";
     //
     // label76
     //
     this.label76.AutoSize = true;
     this.label76.Location = new System.Drawing.Point(145, 26);
     this.label76.Name = "label76";
     this.label76.Size = new System.Drawing.Size(55, 16);
     this.label76.TabIndex = 568;
     this.label76.Text = "lần/phút";
     //
     // txtMach
     //
     this.txtMach.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtMach.Location = new System.Drawing.Point(58, 25);
     this.txtMach.Name = "txtMach";
     this.txtMach.Size = new System.Drawing.Size(82, 20);
     this.txtMach.TabIndex = 86;
     this.txtMach.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label75
     //
     this.label75.AutoSize = true;
     this.label75.Location = new System.Drawing.Point(5, 192);
     this.label75.Name = "label75";
     this.label75.Size = new System.Drawing.Size(34, 16);
     this.label75.TabIndex = 567;
     this.label75.Text = "BMI:";
     //
     // label74
     //
     this.label74.AutoSize = true;
     this.label74.Location = new System.Drawing.Point(5, 165);
     this.label74.Name = "label74";
     this.label74.Size = new System.Drawing.Size(71, 16);
     this.label74.TabIndex = 566;
     this.label74.Text = "Chiều cao:";
     //
     // label73
     //
     this.label73.AutoSize = true;
     this.label73.Location = new System.Drawing.Point(5, 140);
     this.label73.Name = "label73";
     this.label73.Size = new System.Drawing.Size(68, 16);
     this.label73.TabIndex = 565;
     this.label73.Text = "Cân nặng:";
     //
     // label72
     //
     this.label72.AutoSize = true;
     this.label72.Location = new System.Drawing.Point(4, 114);
     this.label72.Name = "label72";
     this.label72.Size = new System.Drawing.Size(63, 16);
     this.label72.TabIndex = 564;
     this.label72.Text = "Nhịp thở: ";
     //
     // label71
     //
     this.label71.AutoSize = true;
     this.label71.Location = new System.Drawing.Point(4, 87);
     this.label71.Name = "label71";
     this.label71.Size = new System.Drawing.Size(68, 16);
     this.label71.TabIndex = 563;
     this.label71.Text = "Huyết áp: ";
     //
     // label70
     //
     this.label70.AutoSize = true;
     this.label70.Location = new System.Drawing.Point(3, 57);
     this.label70.Name = "label70";
     this.label70.Size = new System.Drawing.Size(61, 16);
     this.label70.TabIndex = 562;
     this.label70.Text = "Nhiệt độ:";
     //
     // label69
     //
     this.label69.AutoSize = true;
     this.label69.Location = new System.Drawing.Point(4, 29);
     this.label69.Name = "label69";
     this.label69.Size = new System.Drawing.Size(44, 16);
     this.label69.TabIndex = 561;
     this.label69.Text = "Mạch:";
     //
     // dtDieuTriNgoaiTruDen
     //
     this.dtDieuTriNgoaiTruDen.CustomFormat = "dd/MM/yyyy";
     this.dtDieuTriNgoaiTruDen.DateFormat = Janus.Windows.CalendarCombo.DateFormat.Custom;
     //
     //
     //
     this.dtDieuTriNgoaiTruDen.DropDownCalendar.FirstMonth = new System.DateTime(2013, 12, 1, 0, 0, 0, 0);
     this.dtDieuTriNgoaiTruDen.DropDownCalendar.Name = "";
     this.dtDieuTriNgoaiTruDen.Location = new System.Drawing.Point(388, 485);
     this.dtDieuTriNgoaiTruDen.Name = "dtDieuTriNgoaiTruDen";
     this.dtDieuTriNgoaiTruDen.ShowUpDown = true;
     this.dtDieuTriNgoaiTruDen.Size = new System.Drawing.Size(109, 21);
     this.dtDieuTriNgoaiTruDen.TabIndex = 85;
     this.dtDieuTriNgoaiTruDen.Value = new System.DateTime(2013, 9, 23, 0, 0, 0, 0);
     //
     // label68
     //
     this.label68.AutoSize = true;
     this.label68.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label68.Location = new System.Drawing.Point(314, 489);
     this.label68.Name = "label68";
     this.label68.Size = new System.Drawing.Size(59, 15);
     this.label68.TabIndex = 558;
     this.label68.Text = "Đến ngày";
     //
     // dtDieuTriNgoaiTruTu
     //
     this.dtDieuTriNgoaiTruTu.CustomFormat = "dd/MM/yyyy";
     this.dtDieuTriNgoaiTruTu.DateFormat = Janus.Windows.CalendarCombo.DateFormat.Custom;
     //
     //
     //
     this.dtDieuTriNgoaiTruTu.DropDownCalendar.FirstMonth = new System.DateTime(2013, 12, 1, 0, 0, 0, 0);
     this.dtDieuTriNgoaiTruTu.DropDownCalendar.Name = "";
     this.dtDieuTriNgoaiTruTu.Location = new System.Drawing.Point(195, 485);
     this.dtDieuTriNgoaiTruTu.Name = "dtDieuTriNgoaiTruTu";
     this.dtDieuTriNgoaiTruTu.ShowUpDown = true;
     this.dtDieuTriNgoaiTruTu.Size = new System.Drawing.Size(109, 21);
     this.dtDieuTriNgoaiTruTu.TabIndex = 84;
     this.dtDieuTriNgoaiTruTu.Value = new System.DateTime(2013, 9, 23, 0, 0, 0, 0);
     //
     // label67
     //
     this.label67.AutoSize = true;
     this.label67.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label67.Location = new System.Drawing.Point(12, 487);
     this.label67.Name = "label67";
     this.label67.Size = new System.Drawing.Size(182, 15);
     this.label67.TabIndex = 556;
     this.label67.Text = "- Điều trị ngoại trú từ ngày: ";
     //
     // label66
     //
     this.label66.AutoSize = true;
     this.label66.Location = new System.Drawing.Point(597, 397);
     this.label66.Name = "label66";
     this.label66.Size = new System.Drawing.Size(28, 15);
     this.label66.TabIndex = 554;
     this.label66.Text = "Mã:";
     //
     // label65
     //
     this.label65.AutoSize = true;
     this.label65.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label65.Location = new System.Drawing.Point(12, 394);
     this.label65.Name = "label65";
     this.label65.Size = new System.Drawing.Size(154, 15);
     this.label65.TabIndex = 552;
     this.label65.Text = "Chẩn đoán khi ra viện: ";
     //
     // TXTKBDaXuLy
     //
     this.TXTKBDaXuLy.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXTKBDaXuLy.Location = new System.Drawing.Point(187, 365);
     this.TXTKBDaXuLy.Name = "TXTKBDaXuLy";
     this.TXTKBDaXuLy.Size = new System.Drawing.Size(648, 20);
     this.TXTKBDaXuLy.TabIndex = 80;
     //
     // TXTKBChanDoanBD
     //
     this.TXTKBChanDoanBD.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.TXTKBChanDoanBD.Location = new System.Drawing.Point(145, 338);
     this.TXTKBChanDoanBD.Name = "TXTKBChanDoanBD";
     this.TXTKBChanDoanBD.Size = new System.Drawing.Size(690, 20);
     this.TXTKBChanDoanBD.TabIndex = 79;
     //
     // label63
     //
     this.label63.AutoSize = true;
     this.label63.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label63.Location = new System.Drawing.Point(67, 365);
     this.label63.Name = "label63";
     this.label63.Size = new System.Drawing.Size(114, 15);
     this.label63.TabIndex = 549;
     this.label63.Text = "(Thuốc, chăm sóc) :";
     //
     // label62
     //
     this.label62.AutoSize = true;
     this.label62.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label62.Location = new System.Drawing.Point(12, 365);
     this.label62.Name = "label62";
     this.label62.Size = new System.Drawing.Size(58, 15);
     this.label62.TabIndex = 548;
     this.label62.Text = "Đã xử lý";
     //
     // label61
     //
     this.label61.AutoSize = true;
     this.label61.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label61.Location = new System.Drawing.Point(12, 339);
     this.label61.Name = "label61";
     this.label61.Size = new System.Drawing.Size(136, 15);
     this.label61.TabIndex = 547;
     this.label61.Text = "Chẩn đoán ban đầu:";
     //
     // label60
     //
     this.label60.AutoSize = true;
     this.label60.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label60.Location = new System.Drawing.Point(12, 293);
     this.label60.Name = "label60";
     this.label60.Size = new System.Drawing.Size(239, 15);
     this.label60.TabIndex = 545;
     this.label60.Text = "Tóm tắt kết quả cận lâm sàng chính:";
     //
     // txtkbThanKinh
     //
     this.txtkbThanKinh.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtkbThanKinh.Location = new System.Drawing.Point(93, 231);
     this.txtkbThanKinh.Name = "txtkbThanKinh";
     this.txtkbThanKinh.Size = new System.Drawing.Size(532, 22);
     this.txtkbThanKinh.TabIndex = 76;
     //
     // label59
     //
     this.label59.AutoSize = true;
     this.label59.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label59.Location = new System.Drawing.Point(10, 237);
     this.label59.Name = "label59";
     this.label59.Size = new System.Drawing.Size(73, 16);
     this.label59.TabIndex = 543;
     this.label59.Text = "Thần Kinh: ";
     //
     // txtkbBung
     //
     this.txtkbBung.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtkbBung.Location = new System.Drawing.Point(51, 203);
     this.txtkbBung.Name = "txtkbBung";
     this.txtkbBung.Size = new System.Drawing.Size(574, 22);
     this.txtkbBung.TabIndex = 75;
     //
     // label58
     //
     this.label58.AutoSize = true;
     this.label58.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label58.Location = new System.Drawing.Point(12, 206);
     this.label58.Name = "label58";
     this.label58.Size = new System.Drawing.Size(45, 16);
     this.label58.TabIndex = 541;
     this.label58.Text = "Bụng: ";
     //
     // txtkbMatTrai
     //
     this.txtkbMatTrai.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtkbMatTrai.Location = new System.Drawing.Point(455, 175);
     this.txtkbMatTrai.Name = "txtkbMatTrai";
     this.txtkbMatTrai.Size = new System.Drawing.Size(170, 22);
     this.txtkbMatTrai.TabIndex = 74;
     //
     // label57
     //
     this.label57.AutoSize = true;
     this.label57.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label57.Location = new System.Drawing.Point(309, 177);
     this.label57.Name = "label57";
     this.label57.Size = new System.Drawing.Size(141, 16);
     this.label57.TabIndex = 539;
     this.label57.Text = "Mắt trái NOSPECS độ:";
     //
     // txtkbMatPhai
     //
     this.txtkbMatPhai.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtkbMatPhai.Location = new System.Drawing.Point(167, 176);
     this.txtkbMatPhai.Name = "txtkbMatPhai";
     this.txtkbMatPhai.Size = new System.Drawing.Size(129, 22);
     this.txtkbMatPhai.TabIndex = 73;
     //
     // label56
     //
     this.label56.AutoSize = true;
     this.label56.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label56.Location = new System.Drawing.Point(12, 177);
     this.label56.Name = "label56";
     this.label56.Size = new System.Drawing.Size(149, 16);
     this.label56.TabIndex = 537;
     this.label56.Text = "Mắt phải NOSPECS độ:";
     //
     // label49
     //
     this.label49.AutoSize = true;
     this.label49.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label49.Location = new System.Drawing.Point(12, 85);
     this.label49.Name = "label49";
     this.label49.Size = new System.Drawing.Size(82, 16);
     this.label49.TabIndex = 520;
     this.label49.Text = "Bướu cổ độ: ";
     //
     // txtkbTiengTim
     //
     this.txtkbTiengTim.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtkbTiengTim.Location = new System.Drawing.Point(495, 55);
     this.txtkbTiengTim.Name = "txtkbTiengTim";
     this.txtkbTiengTim.Size = new System.Drawing.Size(130, 20);
     this.txtkbTiengTim.TabIndex = 58;
     //
     // label48
     //
     this.label48.AutoSize = true;
     this.label48.Location = new System.Drawing.Point(436, 56);
     this.label48.Name = "label48";
     this.label48.Size = new System.Drawing.Size(61, 15);
     this.label48.TabIndex = 518;
     this.label48.Text = "Tiếng tim:";
     //
     // chkkbNhipTimKhong
     //
     this.chkkbNhipTimKhong.Location = new System.Drawing.Point(347, 54);
     this.chkkbNhipTimKhong.Name = "chkkbNhipTimKhong";
     this.chkkbNhipTimKhong.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkkbNhipTimKhong.Size = new System.Drawing.Size(83, 23);
     this.chkkbNhipTimKhong.TabIndex = 57;
     this.chkkbNhipTimKhong.Text = "Không đều";
     //
     // chkkbNhipTimDeu
     //
     this.chkkbNhipTimDeu.Location = new System.Drawing.Point(289, 54);
     this.chkkbNhipTimDeu.Name = "chkkbNhipTimDeu";
     this.chkkbNhipTimDeu.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkkbNhipTimDeu.Size = new System.Drawing.Size(45, 23);
     this.chkkbNhipTimDeu.TabIndex = 56;
     this.chkkbNhipTimDeu.Text = "Đều";
     //
     // label47
     //
     this.label47.AutoSize = true;
     this.label47.Location = new System.Drawing.Point(275, 56);
     this.label47.Name = "label47";
     this.label47.Size = new System.Drawing.Size(16, 15);
     this.label47.TabIndex = 515;
     this.label47.Text = "l/f";
     //
     // txtkbNhipTim
     //
     this.txtkbNhipTim.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtkbNhipTim.Location = new System.Drawing.Point(229, 55);
     this.txtkbNhipTim.Name = "txtkbNhipTim";
     this.txtkbNhipTim.Size = new System.Drawing.Size(46, 20);
     this.txtkbNhipTim.TabIndex = 55;
     this.txtkbNhipTim.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     //
     // label46
     //
     this.label46.AutoSize = true;
     this.label46.Location = new System.Drawing.Point(111, 57);
     this.label46.Name = "label46";
     this.label46.Size = new System.Drawing.Size(116, 15);
     this.label46.TabIndex = 513;
     this.label46.Text = "Tuần hoàn: nhịp tim";
     //
     // label45
     //
     this.label45.AutoSize = true;
     this.label45.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label45.Location = new System.Drawing.Point(12, 56);
     this.label45.Name = "label45";
     this.label45.Size = new System.Drawing.Size(104, 15);
     this.label45.TabIndex = 512;
     this.label45.Text = "- Các bộ phận: ";
     //
     // txtkbKhac
     //
     this.txtkbKhac.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtkbKhac.Location = new System.Drawing.Point(742, 23);
     this.txtkbKhac.Name = "txtkbKhac";
     this.txtkbKhac.Size = new System.Drawing.Size(93, 20);
     this.txtkbKhac.TabIndex = 54;
     //
     // label44
     //
     this.label44.AutoSize = true;
     this.label44.Location = new System.Drawing.Point(705, 25);
     this.label44.Name = "label44";
     this.label44.Size = new System.Drawing.Size(35, 15);
     this.label44.TabIndex = 503;
     this.label44.Text = "Khác";
     //
     // chkkbRunTayKhong
     //
     this.chkkbRunTayKhong.Location = new System.Drawing.Point(637, 22);
     this.chkkbRunTayKhong.Name = "chkkbRunTayKhong";
     this.chkkbRunTayKhong.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkkbRunTayKhong.Size = new System.Drawing.Size(56, 23);
     this.chkkbRunTayKhong.TabIndex = 53;
     this.chkkbRunTayKhong.Text = "Không";
     //
     // chkkbRunTayCo
     //
     this.chkkbRunTayCo.Location = new System.Drawing.Point(601, 23);
     this.chkkbRunTayCo.Name = "chkkbRunTayCo";
     this.chkkbRunTayCo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkkbRunTayCo.Size = new System.Drawing.Size(33, 23);
     this.chkkbRunTayCo.TabIndex = 52;
     this.chkkbRunTayCo.Text = "Có";
     //
     // label43
     //
     this.label43.AutoSize = true;
     this.label43.Location = new System.Drawing.Point(551, 26);
     this.label43.Name = "label43";
     this.label43.Size = new System.Drawing.Size(50, 15);
     this.label43.TabIndex = 509;
     this.label43.Text = "Tay run:";
     //
     // chkkbCungMacMatVangKhong
     //
     this.chkkbCungMacMatVangKhong.Location = new System.Drawing.Point(480, 24);
     this.chkkbCungMacMatVangKhong.Name = "chkkbCungMacMatVangKhong";
     this.chkkbCungMacMatVangKhong.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkkbCungMacMatVangKhong.Size = new System.Drawing.Size(58, 23);
     this.chkkbCungMacMatVangKhong.TabIndex = 51;
     this.chkkbCungMacMatVangKhong.Text = "Không";
     //
     // chkkbCungMacMatVangCo
     //
     this.chkkbCungMacMatVangCo.Location = new System.Drawing.Point(441, 24);
     this.chkkbCungMacMatVangCo.Name = "chkkbCungMacMatVangCo";
     this.chkkbCungMacMatVangCo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkkbCungMacMatVangCo.Size = new System.Drawing.Size(33, 23);
     this.chkkbCungMacMatVangCo.TabIndex = 50;
     this.chkkbCungMacMatVangCo.Text = "Có";
     //
     // label42
     //
     this.label42.AutoSize = true;
     this.label42.Location = new System.Drawing.Point(316, 26);
     this.label42.Name = "label42";
     this.label42.Size = new System.Drawing.Size(119, 15);
     this.label42.TabIndex = 506;
     this.label42.Text = "Củng mạc mắt vàng:";
     //
     // chkkbDaNongAmKhong
     //
     this.chkkbDaNongAmKhong.Location = new System.Drawing.Point(222, 24);
     this.chkkbDaNongAmKhong.Name = "chkkbDaNongAmKhong";
     this.chkkbDaNongAmKhong.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkkbDaNongAmKhong.Size = new System.Drawing.Size(63, 23);
     this.chkkbDaNongAmKhong.TabIndex = 46;
     this.chkkbDaNongAmKhong.Text = "Không";
     //
     // chkkbDaNongAmCo
     //
     this.chkkbDaNongAmCo.Location = new System.Drawing.Point(180, 24);
     this.chkkbDaNongAmCo.Name = "chkkbDaNongAmCo";
     this.chkkbDaNongAmCo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkkbDaNongAmCo.Size = new System.Drawing.Size(33, 23);
     this.chkkbDaNongAmCo.TabIndex = 45;
     this.chkkbDaNongAmCo.Text = "Có";
     //
     // label41
     //
     this.label41.AutoSize = true;
     this.label41.Location = new System.Drawing.Point(97, 26);
     this.label41.Name = "label41";
     this.label41.Size = new System.Drawing.Size(78, 15);
     this.label41.TabIndex = 503;
     this.label41.Text = "Da nóng ẩm:";
     //
     // label40
     //
     this.label40.AutoSize = true;
     this.label40.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label40.Location = new System.Drawing.Point(12, 26);
     this.label40.Name = "label40";
     this.label40.Size = new System.Drawing.Size(92, 15);
     this.label40.TabIndex = 503;
     this.label40.Text = "- Toàn Thân: ";
     //
     // HOIBENH
     //
     this.HOIBENH.Controls.Add(this.label34);
     this.HOIBENH.Controls.Add(this.chkKinhNguyetKhong);
     this.HOIBENH.Controls.Add(this.chkKinhNguyetDeu);
     this.HOIBENH.Controls.Add(this.label33);
     this.HOIBENH.Controls.Add(this.chkBenhLyDaDayKhong);
     this.HOIBENH.Controls.Add(this.chkBenhLyDaDayCo);
     this.HOIBENH.Controls.Add(this.label97);
     this.HOIBENH.Controls.Add(this.chktsbHenPheQuanKhong);
     this.HOIBENH.Controls.Add(this.chktsbHenPheQuanCo);
     this.HOIBENH.Controls.Add(this.label29);
     this.HOIBENH.Controls.Add(this.label28);
     this.HOIBENH.Controls.Add(this.txthbKhac);
     this.HOIBENH.Controls.Add(this.txtSoLanDiNgoai);
     this.HOIBENH.Controls.Add(this.label27);
     this.HOIBENH.Controls.Add(this.txtTinhChatPhan);
     this.HOIBENH.Controls.Add(this.label24);
     this.HOIBENH.Controls.Add(this.chkRoiLoanTieuHoa);
     this.HOIBENH.Controls.Add(this.chkNguoiNongBung);
     this.HOIBENH.Controls.Add(this.label23);
     this.HOIBENH.Controls.Add(this.txtThuocDieuTri5);
     this.HOIBENH.Controls.Add(this.label21);
     this.HOIBENH.Controls.Add(this.txtThuocDieuTri3);
     this.HOIBENH.Controls.Add(this.txtThuocDieuTri4);
     this.HOIBENH.Controls.Add(this.label22);
     this.HOIBENH.Controls.Add(this.label96);
     this.HOIBENH.Controls.Add(this.txtThuocDieuTri1);
     this.HOIBENH.Controls.Add(this.txttsgdKhac);
     this.HOIBENH.Controls.Add(this.label64);
     this.HOIBENH.Controls.Add(this.chktsgdBuouCo);
     this.HOIBENH.Controls.Add(this.chktsgdBasedow);
     this.HOIBENH.Controls.Add(this.label39);
     this.HOIBENH.Controls.Add(this.label38);
     this.HOIBENH.Controls.Add(this.txttsbKhac);
     this.HOIBENH.Controls.Add(this.label37);
     this.HOIBENH.Controls.Add(this.label32);
     this.HOIBENH.Controls.Add(this.label31);
     this.HOIBENH.Controls.Add(this.chkhbMatLoi);
     this.HOIBENH.Controls.Add(this.label30);
     this.HOIBENH.Controls.Add(this.chkhbVungTGto);
     this.HOIBENH.Controls.Add(this.txthbKgSau);
     this.HOIBENH.Controls.Add(this.label26);
     this.HOIBENH.Controls.Add(this.txthbKgDau);
     this.HOIBENH.Controls.Add(this.chkhbRunchantay);
     this.HOIBENH.Controls.Add(this.chkhbGaySutCan);
     this.HOIBENH.Controls.Add(this.chkhbMetMoi);
     this.HOIBENH.Controls.Add(this.label25);
     this.HOIBENH.Controls.Add(this.txtThuocDieuTri2);
     this.HOIBENH.Controls.Add(this.label20);
     this.HOIBENH.Controls.Add(this.label19);
     this.HOIBENH.Controls.Add(this.chkhbKhongDeu);
     this.HOIBENH.Controls.Add(this.chkhbDeu);
     this.HOIBENH.Controls.Add(this.label18);
     this.HOIBENH.Controls.Add(this.txtNoiChanDoanBasedow);
     this.HOIBENH.Controls.Add(this.label17);
     this.HOIBENH.Controls.Add(this.TG_txtNamChanDoanBasedow);
     this.HOIBENH.Controls.Add(this.label15);
     this.HOIBENH.Controls.Add(this.label14);
     this.HOIBENH.Dock = System.Windows.Forms.DockStyle.Top;
     this.HOIBENH.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.HOIBENH.Location = new System.Drawing.Point(0, 382);
     this.HOIBENH.Name = "HOIBENH";
     this.HOIBENH.Size = new System.Drawing.Size(871, 287);
     this.HOIBENH.TabIndex = 3;
     this.HOIBENH.Text = "III. HỎI BỆNH";
     //
     // label34
     //
     this.label34.AutoSize = true;
     this.label34.Location = new System.Drawing.Point(627, 185);
     this.label34.Name = "label34";
     this.label34.Size = new System.Drawing.Size(74, 15);
     this.label34.TabIndex = 597;
     this.label34.Text = "Kinh nguyệt:";
     //
     // chkKinhNguyetKhong
     //
     this.chkKinhNguyetKhong.Location = new System.Drawing.Point(745, 181);
     this.chkKinhNguyetKhong.Name = "chkKinhNguyetKhong";
     this.chkKinhNguyetKhong.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkKinhNguyetKhong.Size = new System.Drawing.Size(90, 23);
     this.chkKinhNguyetKhong.TabIndex = 40;
     this.chkKinhNguyetKhong.Text = "Không đều";
     //
     // chkKinhNguyetDeu
     //
     this.chkKinhNguyetDeu.Location = new System.Drawing.Point(675, 183);
     this.chkKinhNguyetDeu.Name = "chkKinhNguyetDeu";
     this.chkKinhNguyetDeu.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkKinhNguyetDeu.Size = new System.Drawing.Size(68, 23);
     this.chkKinhNguyetDeu.TabIndex = 39;
     this.chkKinhNguyetDeu.Text = "Đều";
     //
     // label33
     //
     this.label33.AutoSize = true;
     this.label33.Location = new System.Drawing.Point(333, 186);
     this.label33.Name = "label33";
     this.label33.Size = new System.Drawing.Size(89, 15);
     this.label33.TabIndex = 594;
     this.label33.Text = "Bệnh lý dạ dày:";
     //
     // chkBenhLyDaDayKhong
     //
     this.chkBenhLyDaDayKhong.Location = new System.Drawing.Point(469, 183);
     this.chkBenhLyDaDayKhong.Name = "chkBenhLyDaDayKhong";
     this.chkBenhLyDaDayKhong.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkBenhLyDaDayKhong.Size = new System.Drawing.Size(63, 23);
     this.chkBenhLyDaDayKhong.TabIndex = 38;
     this.chkBenhLyDaDayKhong.Text = "Không";
     //
     // chkBenhLyDaDayCo
     //
     this.chkBenhLyDaDayCo.Location = new System.Drawing.Point(427, 183);
     this.chkBenhLyDaDayCo.Name = "chkBenhLyDaDayCo";
     this.chkBenhLyDaDayCo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkBenhLyDaDayCo.Size = new System.Drawing.Size(33, 23);
     this.chkBenhLyDaDayCo.TabIndex = 37;
     this.chkBenhLyDaDayCo.Text = "Có";
     //
     // label97
     //
     this.label97.AutoSize = true;
     this.label97.Location = new System.Drawing.Point(95, 185);
     this.label97.Name = "label97";
     this.label97.Size = new System.Drawing.Size(88, 15);
     this.label97.TabIndex = 591;
     this.label97.Text = "Hen phế quản:";
     //
     // chktsbHenPheQuanKhong
     //
     this.chktsbHenPheQuanKhong.Location = new System.Drawing.Point(231, 182);
     this.chktsbHenPheQuanKhong.Name = "chktsbHenPheQuanKhong";
     this.chktsbHenPheQuanKhong.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chktsbHenPheQuanKhong.Size = new System.Drawing.Size(63, 23);
     this.chktsbHenPheQuanKhong.TabIndex = 36;
     this.chktsbHenPheQuanKhong.Text = "Không";
     //
     // chktsbHenPheQuanCo
     //
     this.chktsbHenPheQuanCo.Location = new System.Drawing.Point(189, 182);
     this.chktsbHenPheQuanCo.Name = "chktsbHenPheQuanCo";
     this.chktsbHenPheQuanCo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chktsbHenPheQuanCo.Size = new System.Drawing.Size(33, 23);
     this.chktsbHenPheQuanCo.TabIndex = 35;
     this.chktsbHenPheQuanCo.Text = "Có";
     //
     // label29
     //
     this.label29.AutoSize = true;
     this.label29.Location = new System.Drawing.Point(611, 140);
     this.label29.Name = "label29";
     this.label29.Size = new System.Drawing.Size(35, 15);
     this.label29.TabIndex = 588;
     this.label29.Text = "Khác";
     //
     // label28
     //
     this.label28.AutoSize = true;
     this.label28.Location = new System.Drawing.Point(560, 141);
     this.label28.Name = "label28";
     this.label28.Size = new System.Drawing.Size(41, 15);
     this.label28.TabIndex = 587;
     this.label28.Text = "v/ngày";
     //
     // txthbKhac
     //
     this.txthbKhac.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txthbKhac.Location = new System.Drawing.Point(652, 135);
     this.txthbKhac.Name = "txthbKhac";
     this.txthbKhac.Size = new System.Drawing.Size(183, 20);
     this.txthbKhac.TabIndex = 34;
     //
     // txtSoLanDiNgoai
     //
     this.txtSoLanDiNgoai.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtSoLanDiNgoai.Location = new System.Drawing.Point(484, 136);
     this.txtSoLanDiNgoai.Name = "txtSoLanDiNgoai";
     this.txtSoLanDiNgoai.Size = new System.Drawing.Size(58, 20);
     this.txtSoLanDiNgoai.TabIndex = 33;
     this.txtSoLanDiNgoai.Visible = false;
     //
     // label27
     //
     this.label27.AutoSize = true;
     this.label27.Location = new System.Drawing.Point(388, 136);
     this.label27.Name = "label27";
     this.label27.Size = new System.Drawing.Size(87, 15);
     this.label27.TabIndex = 584;
     this.label27.Text = "số lần đi ngoài";
     //
     // txtTinhChatPhan
     //
     this.txtTinhChatPhan.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtTinhChatPhan.Location = new System.Drawing.Point(237, 135);
     this.txtTinhChatPhan.Name = "txtTinhChatPhan";
     this.txtTinhChatPhan.Size = new System.Drawing.Size(134, 20);
     this.txtTinhChatPhan.TabIndex = 32;
     this.txtTinhChatPhan.Visible = false;
     //
     // label24
     //
     this.label24.AutoSize = true;
     this.label24.Location = new System.Drawing.Point(137, 136);
     this.label24.Name = "label24";
     this.label24.Size = new System.Drawing.Size(88, 15);
     this.label24.TabIndex = 582;
     this.label24.Text = "Tính chất phân";
     //
     // chkRoiLoanTieuHoa
     //
     this.chkRoiLoanTieuHoa.Location = new System.Drawing.Point(13, 132);
     this.chkRoiLoanTieuHoa.Name = "chkRoiLoanTieuHoa";
     this.chkRoiLoanTieuHoa.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkRoiLoanTieuHoa.Size = new System.Drawing.Size(111, 23);
     this.chkRoiLoanTieuHoa.TabIndex = 31;
     this.chkRoiLoanTieuHoa.Text = "Rối loạn tiêu hóa";
     //
     // chkNguoiNongBung
     //
     this.chkNguoiNongBung.Location = new System.Drawing.Point(681, 101);
     this.chkNguoiNongBung.Name = "chkNguoiNongBung";
     this.chkNguoiNongBung.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkNguoiNongBung.Size = new System.Drawing.Size(153, 23);
     this.chkNguoiNongBung.TabIndex = 30;
     this.chkNguoiNongBung.Text = "Người nóng bừng";
     //
     // label23
     //
     this.label23.AutoSize = true;
     this.label23.Location = new System.Drawing.Point(783, 79);
     this.label23.Name = "label23";
     this.label23.Size = new System.Drawing.Size(41, 15);
     this.label23.TabIndex = 511;
     this.label23.Text = "v/ngày";
     //
     // txtThuocDieuTri5
     //
     this.txtThuocDieuTri5.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtThuocDieuTri5.Location = new System.Drawing.Point(613, 76);
     this.txtThuocDieuTri5.Name = "txtThuocDieuTri5";
     this.txtThuocDieuTri5.Size = new System.Drawing.Size(162, 20);
     this.txtThuocDieuTri5.TabIndex = 22;
     //
     // label21
     //
     this.label21.AutoSize = true;
     this.label21.Location = new System.Drawing.Point(566, 79);
     this.label21.Name = "label21";
     this.label21.Size = new System.Drawing.Size(41, 15);
     this.label21.TabIndex = 509;
     this.label21.Text = "v/ngày";
     //
     // txtThuocDieuTri3
     //
     this.txtThuocDieuTri3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtThuocDieuTri3.Location = new System.Drawing.Point(13, 73);
     this.txtThuocDieuTri3.Name = "txtThuocDieuTri3";
     this.txtThuocDieuTri3.Size = new System.Drawing.Size(283, 20);
     this.txtThuocDieuTri3.TabIndex = 20;
     //
     // txtThuocDieuTri4
     //
     this.txtThuocDieuTri4.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtThuocDieuTri4.Location = new System.Drawing.Point(363, 74);
     this.txtThuocDieuTri4.Name = "txtThuocDieuTri4";
     this.txtThuocDieuTri4.Size = new System.Drawing.Size(198, 20);
     this.txtThuocDieuTri4.TabIndex = 21;
     //
     // label22
     //
     this.label22.AutoSize = true;
     this.label22.Location = new System.Drawing.Point(302, 77);
     this.label22.Name = "label22";
     this.label22.Size = new System.Drawing.Size(41, 15);
     this.label22.TabIndex = 507;
     this.label22.Text = "v/ngày";
     //
     // label96
     //
     this.label96.AutoSize = true;
     this.label96.Location = new System.Drawing.Point(784, 46);
     this.label96.Name = "label96";
     this.label96.Size = new System.Drawing.Size(41, 15);
     this.label96.TabIndex = 505;
     this.label96.Text = "v/ngày";
     //
     // txtThuocDieuTri1
     //
     this.txtThuocDieuTri1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtThuocDieuTri1.Location = new System.Drawing.Point(363, 43);
     this.txtThuocDieuTri1.Name = "txtThuocDieuTri1";
     this.txtThuocDieuTri1.Size = new System.Drawing.Size(198, 20);
     this.txtThuocDieuTri1.TabIndex = 18;
     //
     // txttsgdKhac
     //
     this.txttsgdKhac.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txttsgdKhac.Location = new System.Drawing.Point(646, 248);
     this.txttsgdKhac.Name = "txttsgdKhac";
     this.txttsgdKhac.Size = new System.Drawing.Size(189, 20);
     this.txttsgdKhac.TabIndex = 44;
     //
     // label64
     //
     this.label64.AutoSize = true;
     this.label64.Location = new System.Drawing.Point(610, 250);
     this.label64.Name = "label64";
     this.label64.Size = new System.Drawing.Size(35, 15);
     this.label64.TabIndex = 503;
     this.label64.Text = "Khác";
     //
     // chktsgdBuouCo
     //
     this.chktsgdBuouCo.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chktsgdBuouCo.Location = new System.Drawing.Point(454, 246);
     this.chktsgdBuouCo.Name = "chktsgdBuouCo";
     this.chktsgdBuouCo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chktsgdBuouCo.Size = new System.Drawing.Size(116, 23);
     this.chktsgdBuouCo.TabIndex = 43;
     this.chktsgdBuouCo.Text = "Bướu cổ";
     this.chktsgdBuouCo.TextAlignment = Janus.Windows.EditControls.TextAlignment.Center;
     //
     // chktsgdBasedow
     //
     this.chktsgdBasedow.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.chktsgdBasedow.Location = new System.Drawing.Point(290, 246);
     this.chktsgdBasedow.Name = "chktsgdBasedow";
     this.chktsgdBasedow.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chktsgdBasedow.Size = new System.Drawing.Size(113, 23);
     this.chktsgdBasedow.TabIndex = 42;
     this.chktsgdBasedow.Text = "Basedow";
     this.chktsgdBasedow.TextAlignment = Janus.Windows.EditControls.TextAlignment.Center;
     //
     // label39
     //
     this.label39.AutoSize = true;
     this.label39.Location = new System.Drawing.Point(134, 248);
     this.label39.Name = "label39";
     this.label39.Size = new System.Drawing.Size(162, 15);
     this.label39.TabIndex = 451;
     this.label39.Text = "Bố, mẹ, anh, chị, em ruột bị: ";
     //
     // label38
     //
     this.label38.AutoSize = true;
     this.label38.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label38.Location = new System.Drawing.Point(12, 246);
     this.label38.Name = "label38";
     this.label38.Size = new System.Drawing.Size(125, 15);
     this.label38.TabIndex = 498;
     this.label38.Text = "- Tiền Sử gia đình:";
     //
     // txttsbKhac
     //
     this.txttsbKhac.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txttsbKhac.Location = new System.Drawing.Point(61, 218);
     this.txttsbKhac.Name = "txttsbKhac";
     this.txttsbKhac.Size = new System.Drawing.Size(774, 20);
     this.txttsbKhac.TabIndex = 41;
     //
     // label37
     //
     this.label37.AutoSize = true;
     this.label37.Location = new System.Drawing.Point(23, 219);
     this.label37.Name = "label37";
     this.label37.Size = new System.Drawing.Size(35, 15);
     this.label37.TabIndex = 496;
     this.label37.Text = "Khác";
     //
     // label32
     //
     this.label32.AutoSize = true;
     this.label32.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label32.Location = new System.Drawing.Point(12, 186);
     this.label32.Name = "label32";
     this.label32.Size = new System.Drawing.Size(85, 15);
     this.label32.TabIndex = 483;
     this.label32.Text = "- Bản Thân: ";
     //
     // label31
     //
     this.label31.AutoSize = true;
     this.label31.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label31.Location = new System.Drawing.Point(6, 158);
     this.label31.Name = "label31";
     this.label31.Size = new System.Drawing.Size(110, 15);
     this.label31.TabIndex = 482;
     this.label31.Text = "2. Tiền sử bệnh:";
     //
     // chkhbMatLoi
     //
     this.chkhbMatLoi.Location = new System.Drawing.Point(586, 103);
     this.chkhbMatLoi.Name = "chkhbMatLoi";
     this.chkhbMatLoi.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkhbMatLoi.Size = new System.Drawing.Size(73, 23);
     this.chkhbMatLoi.TabIndex = 29;
     this.chkhbMatLoi.Text = "Mắt lồi";
     //
     // label30
     //
     this.label30.AutoSize = true;
     this.label30.Location = new System.Drawing.Point(610, 107);
     this.label30.Name = "label30";
     this.label30.Size = new System.Drawing.Size(0, 15);
     this.label30.TabIndex = 477;
     //
     // chkhbVungTGto
     //
     this.chkhbVungTGto.Location = new System.Drawing.Point(454, 103);
     this.chkhbVungTGto.Name = "chkhbVungTGto";
     this.chkhbVungTGto.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkhbVungTGto.Size = new System.Drawing.Size(106, 23);
     this.chkhbVungTGto.TabIndex = 28;
     this.chkhbVungTGto.Text = "Vùng TG to";
     //
     // txthbKgSau
     //
     this.txthbKgSau.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txthbKgSau.Location = new System.Drawing.Point(287, 105);
     this.txthbKgSau.Name = "txthbKgSau";
     this.txthbKgSau.Size = new System.Drawing.Size(30, 20);
     this.txthbKgSau.TabIndex = 26;
     this.txthbKgSau.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txthbKgSau.Visible = false;
     //
     // label26
     //
     this.label26.AutoSize = true;
     this.label26.Location = new System.Drawing.Point(263, 107);
     this.label26.Name = "label26";
     this.label26.Size = new System.Drawing.Size(25, 15);
     this.label26.TabIndex = 471;
     this.label26.Text = "Kg/";
     //
     // txthbKgDau
     //
     this.txthbKgDau.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txthbKgDau.Location = new System.Drawing.Point(230, 104);
     this.txthbKgDau.Name = "txthbKgDau";
     this.txthbKgDau.Size = new System.Drawing.Size(33, 20);
     this.txthbKgDau.TabIndex = 25;
     this.txthbKgDau.TextAlignment = Janus.Windows.GridEX.TextAlignment.Center;
     this.txthbKgDau.Visible = false;
     //
     // chkhbRunchantay
     //
     this.chkhbRunchantay.Location = new System.Drawing.Point(327, 104);
     this.chkhbRunchantay.Name = "chkhbRunchantay";
     this.chkhbRunchantay.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkhbRunchantay.Size = new System.Drawing.Size(108, 23);
     this.chkhbRunchantay.TabIndex = 27;
     this.chkhbRunchantay.Text = "Run chân tay";
     //
     // chkhbGaySutCan
     //
     this.chkhbGaySutCan.Location = new System.Drawing.Point(143, 103);
     this.chkhbGaySutCan.Name = "chkhbGaySutCan";
     this.chkhbGaySutCan.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkhbGaySutCan.Size = new System.Drawing.Size(86, 23);
     this.chkhbGaySutCan.TabIndex = 24;
     this.chkhbGaySutCan.Text = "Gày sút cân";
     //
     // chkhbMetMoi
     //
     this.chkhbMetMoi.Location = new System.Drawing.Point(77, 103);
     this.chkhbMetMoi.Name = "chkhbMetMoi";
     this.chkhbMetMoi.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkhbMetMoi.Size = new System.Drawing.Size(62, 23);
     this.chkhbMetMoi.TabIndex = 23;
     this.chkhbMetMoi.Text = "Mệt Mỏi";
     this.chkhbMetMoi.CheckedChanged += new System.EventHandler(this.chkhbMetMoi_CheckedChanged);
     //
     // label25
     //
     this.label25.AutoSize = true;
     this.label25.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label25.Location = new System.Drawing.Point(12, 105);
     this.label25.Name = "label25";
     this.label25.Size = new System.Drawing.Size(69, 15);
     this.label25.TabIndex = 468;
     this.label25.Text = "Hiện Tại: ";
     //
     // txtThuocDieuTri2
     //
     this.txtThuocDieuTri2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtThuocDieuTri2.Location = new System.Drawing.Point(614, 43);
     this.txtThuocDieuTri2.Name = "txtThuocDieuTri2";
     this.txtThuocDieuTri2.Size = new System.Drawing.Size(162, 20);
     this.txtThuocDieuTri2.TabIndex = 19;
     //
     // label20
     //
     this.label20.AutoSize = true;
     this.label20.Location = new System.Drawing.Point(567, 47);
     this.label20.Name = "label20";
     this.label20.Size = new System.Drawing.Size(41, 15);
     this.label20.TabIndex = 458;
     this.label20.Text = "v/ngày";
     //
     // label19
     //
     this.label19.AutoSize = true;
     this.label19.Location = new System.Drawing.Point(221, 46);
     this.label19.Name = "label19";
     this.label19.Size = new System.Drawing.Size(142, 15);
     this.label19.TabIndex = 456;
     this.label19.Text = "Các Thuốc đang điều trị: ";
     //
     // chkhbKhongDeu
     //
     this.chkhbKhongDeu.Location = new System.Drawing.Point(140, 43);
     this.chkhbKhongDeu.Name = "chkhbKhongDeu";
     this.chkhbKhongDeu.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkhbKhongDeu.Size = new System.Drawing.Size(75, 23);
     this.chkhbKhongDeu.TabIndex = 17;
     this.chkhbKhongDeu.Text = "Không đều";
     this.chkhbKhongDeu.CheckedChanged += new System.EventHandler(this.chkhbKhongDeu_CheckedChanged);
     //
     // chkhbDeu
     //
     this.chkhbDeu.Location = new System.Drawing.Point(77, 44);
     this.chkhbDeu.Name = "chkhbDeu";
     this.chkhbDeu.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.chkhbDeu.Size = new System.Drawing.Size(47, 23);
     this.chkhbDeu.TabIndex = 16;
     this.chkhbDeu.Text = "Đều";
     this.chkhbDeu.CheckedChanged += new System.EventHandler(this.chkhbDeu_CheckedChanged);
     //
     // label18
     //
     this.label18.AutoSize = true;
     this.label18.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label18.Location = new System.Drawing.Point(13, 46);
     this.label18.Name = "label18";
     this.label18.Size = new System.Drawing.Size(58, 15);
     this.label18.TabIndex = 453;
     this.label18.Text = "Điều trị:";
     //
     // txtNoiChanDoanBasedow
     //
     this.txtNoiChanDoanBasedow.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtNoiChanDoanBasedow.Location = new System.Drawing.Point(482, 17);
     this.txtNoiChanDoanBasedow.Name = "txtNoiChanDoanBasedow";
     this.txtNoiChanDoanBasedow.Size = new System.Drawing.Size(353, 20);
     this.txtNoiChanDoanBasedow.TabIndex = 15;
     //
     // label17
     //
     this.label17.AutoSize = true;
     this.label17.Location = new System.Drawing.Point(386, 19);
     this.label17.Name = "label17";
     this.label17.Size = new System.Drawing.Size(90, 15);
     this.label17.TabIndex = 452;
     this.label17.Text = "Nơi chẩn đoán:";
     //
     // TG_txtNamChanDoanBasedow
     //
     this.TG_txtNamChanDoanBasedow.Location = new System.Drawing.Point(327, 16);
     this.TG_txtNamChanDoanBasedow.Name = "TG_txtNamChanDoanBasedow";
     this.TG_txtNamChanDoanBasedow.Size = new System.Drawing.Size(54, 21);
     this.TG_txtNamChanDoanBasedow.TabIndex = 14;
     //
     // label15
     //
     this.label15.AutoSize = true;
     this.label15.Location = new System.Drawing.Point(142, 18);
     this.label15.Name = "label15";
     this.label15.Size = new System.Drawing.Size(183, 15);
     this.label15.TabIndex = 450;
     this.label15.Text = "Chẩn đoán bệnh Basedow năm:";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label14.Location = new System.Drawing.Point(6, 18);
     this.label14.Name = "label14";
     this.label14.Size = new System.Drawing.Size(140, 15);
     this.label14.TabIndex = 434;
     this.label14.Text = "1. Quá trình bệnh lý: ";
     //
     // LDVV
     //
     this.LDVV.Controls.Add(this.TG_ldvvMatLoi);
     this.LDVV.Controls.Add(this.TG_chkldvvKhac);
     this.LDVV.Controls.Add(this.TG_chkldvvCoTo);
     this.LDVV.Controls.Add(this.TG_chkldvvRCT);
     this.LDVV.Controls.Add(this.TG_chkldvvGay);
     this.LDVV.Controls.Add(this.TG_chkldvvMetMoi);
     this.LDVV.Dock = System.Windows.Forms.DockStyle.Top;
     this.LDVV.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.LDVV.Location = new System.Drawing.Point(0, 322);
     this.LDVV.Name = "LDVV";
     this.LDVV.Size = new System.Drawing.Size(871, 60);
     this.LDVV.TabIndex = 2;
     this.LDVV.Text = "II. LÝ DO VÀO VIỆN";
     //
     // TG_ldvvMatLoi
     //
     this.TG_ldvvMatLoi.Location = new System.Drawing.Point(630, 31);
     this.TG_ldvvMatLoi.Name = "TG_ldvvMatLoi";
     this.TG_ldvvMatLoi.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.TG_ldvvMatLoi.Size = new System.Drawing.Size(96, 23);
     this.TG_ldvvMatLoi.TabIndex = 12;
     this.TG_ldvvMatLoi.Text = "Mắt lồi";
     //
     // TG_chkldvvKhac
     //
     this.TG_chkldvvKhac.Location = new System.Drawing.Point(758, 31);
     this.TG_chkldvvKhac.Name = "TG_chkldvvKhac";
     this.TG_chkldvvKhac.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.TG_chkldvvKhac.Size = new System.Drawing.Size(67, 23);
     this.TG_chkldvvKhac.TabIndex = 13;
     this.TG_chkldvvKhac.Text = "Khác";
     //
     // TG_chkldvvCoTo
     //
     this.TG_chkldvvCoTo.Location = new System.Drawing.Point(491, 31);
     this.TG_chkldvvCoTo.Name = "TG_chkldvvCoTo";
     this.TG_chkldvvCoTo.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.TG_chkldvvCoTo.Size = new System.Drawing.Size(96, 23);
     this.TG_chkldvvCoTo.TabIndex = 11;
     this.TG_chkldvvCoTo.Text = "Cổ to";
     //
     // TG_chkldvvRCT
     //
     this.TG_chkldvvRCT.Location = new System.Drawing.Point(299, 31);
     this.TG_chkldvvRCT.Name = "TG_chkldvvRCT";
     this.TG_chkldvvRCT.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.TG_chkldvvRCT.Size = new System.Drawing.Size(145, 23);
     this.TG_chkldvvRCT.TabIndex = 10;
     this.TG_chkldvvRCT.Text = "Run chân tay";
     //
     // TG_chkldvvGay
     //
     this.TG_chkldvvGay.Location = new System.Drawing.Point(137, 31);
     this.TG_chkldvvGay.Name = "TG_chkldvvGay";
     this.TG_chkldvvGay.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.TG_chkldvvGay.Size = new System.Drawing.Size(102, 23);
     this.TG_chkldvvGay.TabIndex = 9;
     this.TG_chkldvvGay.Text = "Gày sút cân";
     //
     // TG_chkldvvMetMoi
     //
     this.TG_chkldvvMetMoi.Location = new System.Drawing.Point(26, 31);
     this.TG_chkldvvMetMoi.Name = "TG_chkldvvMetMoi";
     this.TG_chkldvvMetMoi.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
     this.TG_chkldvvMetMoi.Size = new System.Drawing.Size(62, 23);
     this.TG_chkldvvMetMoi.TabIndex = 8;
     this.TG_chkldvvMetMoi.Text = "Mệt Mỏi";
     //
     // cmdSave
     //
     this.cmdSave.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdSave.Location = new System.Drawing.Point(251, 550);
     this.cmdSave.Name = "cmdSave";
     this.cmdSave.Size = new System.Drawing.Size(123, 38);
     this.cmdSave.TabIndex = 93;
     this.cmdSave.Text = "&Lưu (Ctrl+S)";
     this.cmdSave.Click += new System.EventHandler(this.cmdSave_Click_1);
     //
     // chkDongSauKhiLuu
     //
     this.chkDongSauKhiLuu.AutoSize = true;
     this.chkDongSauKhiLuu.Location = new System.Drawing.Point(26, 571);
     this.chkDongSauKhiLuu.Name = "chkDongSauKhiLuu";
     this.chkDongSauKhiLuu.Size = new System.Drawing.Size(132, 17);
     this.chkDongSauKhiLuu.TabIndex = 583;
     this.chkDongSauKhiLuu.Text = "Đóng Form sau khi lưu";
     this.chkDongSauKhiLuu.UseVisualStyleBackColor = true;
     //
     // cmdInBenhAn
     //
     this.cmdInBenhAn.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdInBenhAn.Location = new System.Drawing.Point(416, 548);
     this.cmdInBenhAn.Name = "cmdInBenhAn";
     this.cmdInBenhAn.Size = new System.Drawing.Size(126, 40);
     this.cmdInBenhAn.TabIndex = 94;
     this.cmdInBenhAn.Text = "&In Bệnh Án(F4)";
     this.cmdInBenhAn.UseVisualStyleBackColor = true;
     this.cmdInBenhAn.Click += new System.EventHandler(this.cmdInBenhAn_Click);
     //
     // uiStatusBar1
     //
     this.uiStatusBar1.Font = new System.Drawing.Font("Latha", 8.25F);
     this.uiStatusBar1.Location = new System.Drawing.Point(0, 605);
     this.uiStatusBar1.Name = "uiStatusBar1";
     this.uiStatusBar1.Size = new System.Drawing.Size(888, 64);
     this.uiStatusBar1.TabIndex = 584;
     //
     // label93
     //
     this.label93.AutoSize = true;
     this.label93.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label93.ForeColor = System.Drawing.Color.Red;
     this.label93.Location = new System.Drawing.Point(523, 619);
     this.label93.Name = "label93";
     this.label93.Size = new System.Drawing.Size(254, 13);
     this.label93.TabIndex = 585;
     this.label93.Text = "Sau Khi in bệnh án không thể sửa thông tin";
     this.label93.Visible = false;
     //
     // cmdDelete
     //
     this.cmdDelete.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.cmdDelete.Location = new System.Drawing.Point(575, 548);
     this.cmdDelete.Name = "cmdDelete";
     this.cmdDelete.Size = new System.Drawing.Size(126, 40);
     this.cmdDelete.TabIndex = 586;
     this.cmdDelete.Text = "&Xóa Bệnh Án";
     this.cmdDelete.UseVisualStyleBackColor = true;
     //
     // chkInNgay
     //
     this.chkInNgay.AutoSize = true;
     this.chkInNgay.Location = new System.Drawing.Point(26, 548);
     this.chkInNgay.Name = "chkInNgay";
     this.chkInNgay.Size = new System.Drawing.Size(115, 17);
     this.chkInNgay.TabIndex = 587;
     this.chkInNgay.Text = "In ngay sau khi lưu";
     this.chkInNgay.UseVisualStyleBackColor = true;
     //
     // button1
     //
     this.button1.Location = new System.Drawing.Point(814, 610);
     this.button1.Name = "button1";
     this.button1.Size = new System.Drawing.Size(64, 23);
     this.button1.TabIndex = 588;
     this.button1.Text = "button1";
     this.button1.UseVisualStyleBackColor = true;
     this.button1.Visible = false;
     //
     // label94
     //
     this.label94.AutoSize = true;
     this.label94.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label94.Location = new System.Drawing.Point(10, 616);
     this.label94.Name = "label94";
     this.label94.Size = new System.Drawing.Size(489, 16);
     this.label94.TabIndex = 589;
     this.label94.Text = "- Bệnh nhân chưa có bệnh án: Ấn Lưu, hoặc nhập số bệnh án cũ và Lưu";
     //
     // label95
     //
     this.label95.AutoSize = true;
     this.label95.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.label95.Location = new System.Drawing.Point(10, 643);
     this.label95.Name = "label95";
     this.label95.Size = new System.Drawing.Size(98, 16);
     this.label95.TabIndex = 590;
     this.label95.Text = "- Người Tạo: ";
     //
     // frm_BENHAN_NGOAITRU_TG
     //
     this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
     this.ClientSize = new System.Drawing.Size(888, 669);
     this.Controls.Add(this.label95);
     this.Controls.Add(this.label94);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.chkInNgay);
     this.Controls.Add(this.cmdDelete);
     this.Controls.Add(this.label93);
     this.Controls.Add(this.uiStatusBar1);
     this.Controls.Add(this.panel1);
     this.Controls.Add(this.cmdInBenhAn);
     this.Controls.Add(this.chkDongSauKhiLuu);
     this.Controls.Add(this.cmdSave);
     this.KeyPreview = true;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frm_BENHAN_NGOAITRU_TG";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Nhập Thông Tin Bệnh Án BASEDOW";
     this.Load += new System.EventHandler(this.frm_BENHAN_NGOAITRU_TG_Load);
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frm_BENHAN_NGOAITRU_TG_KeyDown_1);
     ((System.ComponentModel.ISupportInitialize)(this.grpThongTinBenhNhan)).EndInit();
     this.grpThongTinBenhNhan.ResumeLayout(false);
     this.grpThongTinBenhNhan.PerformLayout();
     this.panel1.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.KHAMBENH)).EndInit();
     this.KHAMBENH.ResumeLayout(false);
     this.KHAMBENH.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.uiGroupBox3)).EndInit();
     this.uiGroupBox3.ResumeLayout(false);
     this.uiGroupBox3.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.HOIBENH)).EndInit();
     this.HOIBENH.ResumeLayout(false);
     this.HOIBENH.PerformLayout();
     ((System.ComponentModel.ISupportInitialize)(this.LDVV)).EndInit();
     this.LDVV.ResumeLayout(false);
     this.ResumeLayout(false);
     this.PerformLayout();
 }