コード例 #1
0
        public FrmKssSpecialApply(DataTable dtKss, 病人信息.PatientInfo patientInfo, long babyID, Guid binID, string grpID, bool isPrint)
        {
            InitializeComponent();

            _dtKss       = dtKss;
            _patientInfo = patientInfo;
            _isPrint     = isPrint;
            _babyID      = babyID;
            _binID       = binID;
            _grpID       = grpID;

            myEntity = new Dictionary <string, Entity_KjSq>();

            btnClose.Click += new EventHandler(delegate(object s, EventArgs e)
            {
                this.Close();
            });

            button1.Click += new EventHandler(delegate(object s, EventArgs e)
            {
                DoSetGridProp(true);
            });

            button2.Click += new EventHandler(delegate(object s, EventArgs e)
            {
                DoSetGridProp(false);
            });

            btnSave.Click += new EventHandler(btnSave_Click);

            btnPrint.Click += new EventHandler(btnPrint_Click);
        }
コード例 #2
0
        void dataGrid_LongOrder_DoubleClick(object sender, EventArgs e)
        {
            try
            {
                DataTable dt     = dataGrid_LongOrder.DataSource as DataTable;
                DataRow   dr     = dt.Rows[dataGrid_LongOrder.CurrentRowIndex];
                Guid      BidID  = new Guid(dr["INPATIENT_ID"].ToString());
                long      babyID = long.Parse(dr["baby_id".ToUpper()].ToString());
                string    grpID  = dr["group_id".ToUpper()].ToString();

                DataTable dtKss = dt.Clone();
                dtKss.Rows.Add(dr.ItemArray);
                病人信息.PatientInfo patientInfo1 = new 病人信息.PatientInfo();
                patientInfo1.SetInpatientInfo(BidID, babyID, 0);

                FrmKssSpecialApply frmKss = new FrmKssSpecialApply();
                //如果仍然有未登记的医嘱组,继续弹框
                if (dtKss.Rows.Count > 0)
                {
                    frmKss = new FrmKssSpecialApply(dtKss, patientInfo1, babyID, BidID, grpID, true);
                    frmKss.StartPosition = FormStartPosition.CenterScreen;
                    //frmKss.WindowState = FormWindowState.Maximized;
                    frmKss.btnSave.Enabled = false;
                    frmKss.ShowInTaskbar   = false;
                    frmKss.ShowDialog();
                }
            }
            catch { }
        }
コード例 #3
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.panel总              = new System.Windows.Forms.Panel();
     this.panel中              = new System.Windows.Forms.Panel();
     this.rb所有病人              = new System.Windows.Forms.RadioButton();
     this.rb选定病人              = new System.Windows.Forms.RadioButton();
     this.bt反选                = new System.Windows.Forms.Button();
     this.bt全选                = new System.Windows.Forms.Button();
     this.bt显示切换              = new System.Windows.Forms.Button();
     this.myDataGrid1         = new TrasenClasses.GeneralControls.DataGridEx();
     this.dataGridTableStyle2 = new System.Windows.Forms.DataGridTableStyle();
     this.panel下              = new System.Windows.Forms.Panel();
     this.bt退出                = new System.Windows.Forms.Button();
     this.tb查询                = new System.Windows.Forms.Button();
     this.patientInfo1        = new 病人信息.PatientInfo();
     this.priceInfo1          = new 价格信息.PriceInfo();
     this.progressBar1        = new System.Windows.Forms.ProgressBar();
     this.btOpenModel         = new System.Windows.Forms.Button();
     this.groupBox1           = new System.Windows.Forms.GroupBox();
     this.DateExecDate        = new System.Windows.Forms.DateTimePicker();
     this.panel总.SuspendLayout();
     this.panel中.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.myDataGrid1)).BeginInit();
     this.panel下.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.SuspendLayout();
     //
     // panel总
     //
     this.panel总.Controls.Add(this.panel中);
     this.panel总.Controls.Add(this.panel下);
     this.panel总.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel总.Location = new System.Drawing.Point(0, 0);
     this.panel总.Name     = "panel总";
     this.panel总.Size     = new System.Drawing.Size(1028, 749);
     this.panel总.TabIndex = 1;
     //
     // panel中
     //
     this.panel中.Controls.Add(this.rb所有病人);
     this.panel中.Controls.Add(this.rb选定病人);
     this.panel中.Controls.Add(this.bt反选);
     this.panel中.Controls.Add(this.bt全选);
     this.panel中.Controls.Add(this.bt显示切换);
     this.panel中.Controls.Add(this.myDataGrid1);
     this.panel中.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel中.Location = new System.Drawing.Point(0, 0);
     this.panel中.Name     = "panel中";
     this.panel中.Size     = new System.Drawing.Size(1028, 621);
     this.panel中.TabIndex = 1;
     //
     // rb所有病人
     //
     this.rb所有病人.BackColor = System.Drawing.Color.PaleTurquoise;
     this.rb所有病人.ForeColor = System.Drawing.SystemColors.ControlText;
     this.rb所有病人.Location  = new System.Drawing.Point(776, 3);
     this.rb所有病人.Name      = "rb所有病人";
     this.rb所有病人.Size      = new System.Drawing.Size(72, 18);
     this.rb所有病人.TabIndex  = 82;
     this.rb所有病人.Text      = "所有病人";
     this.rb所有病人.TextAlign = System.Drawing.ContentAlignment.TopLeft;
     this.rb所有病人.UseVisualStyleBackColor = false;
     //
     // rb选定病人
     //
     this.rb选定病人.BackColor = System.Drawing.Color.PaleTurquoise;
     this.rb选定病人.Checked   = true;
     this.rb选定病人.Location  = new System.Drawing.Point(672, 3);
     this.rb选定病人.Name      = "rb选定病人";
     this.rb选定病人.Size      = new System.Drawing.Size(72, 18);
     this.rb选定病人.TabIndex  = 81;
     this.rb选定病人.TabStop   = true;
     this.rb选定病人.Text      = "选定病人";
     this.rb选定病人.UseVisualStyleBackColor = false;
     //
     // bt反选
     //
     this.bt反选.BackColor = System.Drawing.Color.PaleGreen;
     this.bt反选.Location  = new System.Drawing.Point(944, 1);
     this.bt反选.Name      = "bt反选";
     this.bt反选.Size      = new System.Drawing.Size(56, 20);
     this.bt反选.TabIndex  = 80;
     this.bt反选.Text      = "反选(&F)";
     this.bt反选.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.bt反选.UseVisualStyleBackColor = false;
     this.bt反选.Click += new System.EventHandler(this.bt反选_Click);
     //
     // bt全选
     //
     this.bt全选.BackColor = System.Drawing.Color.PaleGreen;
     this.bt全选.Location  = new System.Drawing.Point(872, 1);
     this.bt全选.Name      = "bt全选";
     this.bt全选.Size      = new System.Drawing.Size(56, 20);
     this.bt全选.TabIndex  = 79;
     this.bt全选.Text      = "全选(&A)";
     this.bt全选.TextAlign = System.Drawing.ContentAlignment.TopCenter;
     this.bt全选.UseVisualStyleBackColor = false;
     this.bt全选.Click += new System.EventHandler(this.bt全选_Click);
     //
     // bt显示切换
     //
     this.bt显示切换.BackColor = System.Drawing.Color.PaleTurquoise;
     this.bt显示切换.ForeColor = System.Drawing.SystemColors.ControlText;
     this.bt显示切换.Location  = new System.Drawing.Point(2, 22);
     this.bt显示切换.Name      = "bt显示切换";
     this.bt显示切换.Size      = new System.Drawing.Size(16, 20);
     this.bt显示切换.TabIndex  = 69;
     this.bt显示切换.UseVisualStyleBackColor = false;
     this.bt显示切换.Click += new System.EventHandler(this.bt显示切换_Click);
     //
     // myDataGrid1
     //
     this.myDataGrid1.AllowSorting          = false;
     this.myDataGrid1.BackgroundColor       = System.Drawing.SystemColors.Window;
     this.myDataGrid1.CaptionBackColor      = System.Drawing.Color.PaleTurquoise;
     this.myDataGrid1.CaptionFont           = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.myDataGrid1.CaptionForeColor      = System.Drawing.SystemColors.HotTrack;
     this.myDataGrid1.CaptionText           = "未发送医嘱明细";
     this.myDataGrid1.CellSelectedBackColor = System.Drawing.Color.SkyBlue;
     this.myDataGrid1.DataMember            = "";
     this.myDataGrid1.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.myDataGrid1.Font            = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.myDataGrid1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     this.myDataGrid1.Location        = new System.Drawing.Point(0, 0);
     this.myDataGrid1.Name            = "myDataGrid1";
     this.myDataGrid1.ReadOnly        = true;
     this.myDataGrid1.Size            = new System.Drawing.Size(1028, 621);
     this.myDataGrid1.TabIndex        = 25;
     this.myDataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle2
     });
     this.myDataGrid1.Paint              += new System.Windows.Forms.PaintEventHandler(this.myDataGrid1_Paint);
     this.myDataGrid1.MouseUp            += new System.Windows.Forms.MouseEventHandler(this.myDataGrid1_MouseUp);
     this.myDataGrid1.CurrentCellChanged += new System.EventHandler(this.myDataGrid1_CurrentCellChanged);
     this.myDataGrid1.Click              += new System.EventHandler(this.myDataGrid1_Click);
     //
     // dataGridTableStyle2
     //
     this.dataGridTableStyle2.DataGrid        = this.myDataGrid1;
     this.dataGridTableStyle2.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     //
     // panel下
     //
     this.panel下.Controls.Add(this.bt退出);
     this.panel下.Controls.Add(this.tb查询);
     this.panel下.Controls.Add(this.patientInfo1);
     this.panel下.Controls.Add(this.priceInfo1);
     this.panel下.Controls.Add(this.progressBar1);
     this.panel下.Controls.Add(this.btOpenModel);
     this.panel下.Controls.Add(this.groupBox1);
     this.panel下.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel下.Location = new System.Drawing.Point(0, 621);
     this.panel下.Name     = "panel下";
     this.panel下.Size     = new System.Drawing.Size(1028, 128);
     this.panel下.TabIndex = 2;
     //
     // bt退出
     //
     this.bt退出.Anchor       = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
     this.bt退出.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bt退出.FlatStyle    = System.Windows.Forms.FlatStyle.Flat;
     this.bt退出.Font         = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.bt退出.ForeColor    = System.Drawing.SystemColors.Desktop;
     this.bt退出.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.bt退出.ImageIndex   = 4;
     this.bt退出.Location     = new System.Drawing.Point(920, 64);
     this.bt退出.Name         = "bt退出";
     this.bt退出.Size         = new System.Drawing.Size(80, 32);
     this.bt退出.TabIndex     = 63;
     this.bt退出.Text         = "退出(&E)";
     this.bt退出.Click       += new System.EventHandler(this.bt退出_Click);
     //
     // tb查询
     //
     this.tb查询.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.tb查询.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.tb查询.Font       = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.tb查询.ForeColor  = System.Drawing.SystemColors.Desktop;
     this.tb查询.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.tb查询.ImageIndex = 9;
     this.tb查询.Location   = new System.Drawing.Point(800, 65);
     this.tb查询.Name       = "tb查询";
     this.tb查询.Size       = new System.Drawing.Size(80, 32);
     this.tb查询.TabIndex   = 62;
     this.tb查询.Text       = "查询(&C)";
     this.tb查询.Click     += new System.EventHandler(this.bt查询_Click);
     //
     // patientInfo1
     //
     this.patientInfo1.Anchor    = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.patientInfo1.BackColor = System.Drawing.Color.LightGray;
     this.patientInfo1.Location  = new System.Drawing.Point(0, 1);
     this.patientInfo1.Name      = "patientInfo1";
     this.patientInfo1.Size      = new System.Drawing.Size(460, 124);
     this.patientInfo1.TabIndex  = 60;
     //
     // priceInfo1
     //
     this.priceInfo1.Anchor   = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
     this.priceInfo1.Location = new System.Drawing.Point(464, 1);
     this.priceInfo1.Name     = "priceInfo1";
     this.priceInfo1.Size     = new System.Drawing.Size(312, 120);
     this.priceInfo1.TabIndex = 59;
     //
     // progressBar1
     //
     this.progressBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                      | System.Windows.Forms.AnchorStyles.Right)));
     this.progressBar1.Location = new System.Drawing.Point(776, 113);
     this.progressBar1.Name     = "progressBar1";
     this.progressBar1.Size     = new System.Drawing.Size(248, 8);
     this.progressBar1.TabIndex = 58;
     //
     // btOpenModel
     //
     this.btOpenModel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.btOpenModel.Enabled    = false;
     this.btOpenModel.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btOpenModel.Font       = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btOpenModel.ForeColor  = System.Drawing.SystemColors.Desktop;
     this.btOpenModel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btOpenModel.ImageIndex = 1;
     this.btOpenModel.Location   = new System.Drawing.Point(776, 57);
     this.btOpenModel.Name       = "btOpenModel";
     this.btOpenModel.Size       = new System.Drawing.Size(248, 48);
     this.btOpenModel.TabIndex   = 61;
     //
     // groupBox1
     //
     this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox1.Controls.Add(this.DateExecDate);
     this.groupBox1.Location = new System.Drawing.Point(776, 1);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(248, 48);
     this.groupBox1.TabIndex = 5;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "最大未发送日期";
     //
     // DateExecDate
     //
     this.DateExecDate.CalendarFont = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.DateExecDate.CustomFormat = "yyyy-MM-dd HH:mm:ss";
     this.DateExecDate.Font         = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.DateExecDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.DateExecDate.Location     = new System.Drawing.Point(64, 16);
     this.DateExecDate.Name         = "DateExecDate";
     this.DateExecDate.ShowUpDown   = true;
     this.DateExecDate.Size         = new System.Drawing.Size(104, 23);
     this.DateExecDate.TabIndex     = 12;
     this.DateExecDate.Value        = new System.DateTime(2003, 9, 20, 19, 22, 0, 0);
     //
     // frmYZCX
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(1028, 749);
     this.Controls.Add(this.panel总);
     this.Name          = "frmYZCX";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text          = "未发送医嘱查询";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmYZCX_Load);
     this.panel总.ResumeLayout(false);
     this.panel中.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.myDataGrid1)).EndInit();
     this.panel下.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
コード例 #4
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components          = new System.ComponentModel.Container();
     this.groupBox2           = new System.Windows.Forms.GroupBox();
     this.patientInfo1        = new 病人信息.PatientInfo();
     this.lbLXFS              = new System.Windows.Forms.Label();
     this.label1              = new System.Windows.Forms.Label();
     this.lbMZZD              = new System.Windows.Forms.Label();
     this.label25             = new System.Windows.Forms.Label();
     this.lbMZYS              = new System.Windows.Forms.Label();
     this.label24             = new System.Windows.Forms.Label();
     this.lbDWMC              = new System.Windows.Forms.Label();
     this.label17             = new System.Windows.Forms.Label();
     this.lbZDRQ              = new System.Windows.Forms.Label();
     this.label23             = new System.Windows.Forms.Label();
     this.lbSFZ               = new System.Windows.Forms.Label();
     this.label20             = new System.Windows.Forms.Label();
     this.label4              = new System.Windows.Forms.Label();
     this.lbLXR               = new System.Windows.Forms.Label();
     this.label6              = new System.Windows.Forms.Label();
     this.lbDH                = new System.Windows.Forms.Label();
     this.label5              = new System.Windows.Forms.Label();
     this.lbDbr               = new System.Windows.Forms.Label();
     this.lbGX                = new System.Windows.Forms.Label();
     this.label2              = new System.Windows.Forms.Label();
     this.btCancel            = new System.Windows.Forms.Button();
     this.btShow              = new System.Windows.Forms.Button();
     this.myDataGrid1         = new TrasenClasses.GeneralControls.DataGridEx();
     this.dataGridTableStyle1 = new System.Windows.Forms.DataGridTableStyle();
     this.myDataGrid2         = new TrasenClasses.GeneralControls.DataGridEx();
     this.dataGridTableStyle2 = new System.Windows.Forms.DataGridTableStyle();
     this.comboBox1           = new System.Windows.Forms.ComboBox();
     this.txtInpatNo          = new TrasenClasses.GeneralControls.TextBoxEx(this.components);
     this.btnSeek             = new System.Windows.Forms.Button();
     this.panel1              = new System.Windows.Forms.Panel();
     this.label7              = new System.Windows.Forms.Label();
     this.Label3              = new System.Windows.Forms.Label();
     this.panel2              = new System.Windows.Forms.Panel();
     this.panel3              = new System.Windows.Forms.Panel();
     this.splitter1           = new System.Windows.Forms.Splitter();
     this.groupBox2.SuspendLayout();
     ((System.ComponentModel.ISupportInitialize)(this.myDataGrid1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.myDataGrid2)).BeginInit();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.panel3.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox2
     //
     this.groupBox2.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.groupBox2.BackColor = System.Drawing.SystemColors.Control;
     this.groupBox2.Controls.Add(this.patientInfo1);
     this.groupBox2.Controls.Add(this.lbLXFS);
     this.groupBox2.Controls.Add(this.label1);
     this.groupBox2.Controls.Add(this.lbMZZD);
     this.groupBox2.Controls.Add(this.label25);
     this.groupBox2.Controls.Add(this.lbMZYS);
     this.groupBox2.Controls.Add(this.label24);
     this.groupBox2.Controls.Add(this.lbDWMC);
     this.groupBox2.Controls.Add(this.label17);
     this.groupBox2.Controls.Add(this.lbZDRQ);
     this.groupBox2.Controls.Add(this.label23);
     this.groupBox2.Controls.Add(this.lbSFZ);
     this.groupBox2.Controls.Add(this.label20);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.lbLXR);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.lbDH);
     this.groupBox2.Controls.Add(this.label5);
     this.groupBox2.Controls.Add(this.lbDbr);
     this.groupBox2.Controls.Add(this.lbGX);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Location = new System.Drawing.Point(2, 0);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(808, 140);
     this.groupBox2.TabIndex = 32;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "病人资料";
     //
     // patientInfo1
     //
     this.patientInfo1.BackColor = System.Drawing.SystemColors.Control;
     this.patientInfo1.Location  = new System.Drawing.Point(4, 12);
     this.patientInfo1.Name      = "patientInfo1";
     this.patientInfo1.Size      = new System.Drawing.Size(456, 124);
     this.patientInfo1.TabIndex  = 98;
     //
     // lbLXFS
     //
     this.lbLXFS.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.lbLXFS.BackColor   = System.Drawing.SystemColors.Control;
     this.lbLXFS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lbLXFS.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.lbLXFS.Location    = new System.Drawing.Point(562, 116);
     this.lbLXFS.Name        = "lbLXFS";
     this.lbLXFS.Size        = new System.Drawing.Size(237, 16);
     this.lbLXFS.TabIndex    = 100;
     this.lbLXFS.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label1
     //
     this.label1.BackColor   = System.Drawing.SystemColors.Control;
     this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label1.ForeColor   = System.Drawing.SystemColors.ControlDarkDark;
     this.label1.Location    = new System.Drawing.Point(462, 96);
     this.label1.Name        = "label1";
     this.label1.Size        = new System.Drawing.Size(56, 16);
     this.label1.TabIndex    = 99;
     this.label1.Text        = "联系人";
     this.label1.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbMZZD
     //
     this.lbMZZD.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.lbMZZD.BackColor   = System.Drawing.SystemColors.Control;
     this.lbMZZD.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lbMZZD.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.lbMZZD.Location    = new System.Drawing.Point(522, 56);
     this.lbMZZD.Name        = "lbMZZD";
     this.lbMZZD.Size        = new System.Drawing.Size(277, 16);
     this.lbMZZD.TabIndex    = 97;
     this.lbMZZD.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label25
     //
     this.label25.BackColor   = System.Drawing.SystemColors.Control;
     this.label25.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label25.ForeColor   = System.Drawing.SystemColors.ControlDarkDark;
     this.label25.Location    = new System.Drawing.Point(462, 56);
     this.label25.Name        = "label25";
     this.label25.Size        = new System.Drawing.Size(56, 16);
     this.label25.TabIndex    = 96;
     this.label25.Text        = "门诊诊断";
     this.label25.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbMZYS
     //
     this.lbMZYS.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.lbMZYS.BackColor   = System.Drawing.SystemColors.Control;
     this.lbMZYS.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lbMZYS.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.lbMZYS.Location    = new System.Drawing.Point(713, 36);
     this.lbMZYS.Name        = "lbMZYS";
     this.lbMZYS.Size        = new System.Drawing.Size(86, 16);
     this.lbMZYS.TabIndex    = 95;
     this.lbMZYS.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label24
     //
     this.label24.BackColor   = System.Drawing.SystemColors.Control;
     this.label24.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label24.ForeColor   = System.Drawing.SystemColors.ControlDarkDark;
     this.label24.Location    = new System.Drawing.Point(654, 36);
     this.label24.Name        = "label24";
     this.label24.Size        = new System.Drawing.Size(56, 16);
     this.label24.TabIndex    = 94;
     this.label24.Text        = "门诊医生";
     this.label24.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbDWMC
     //
     this.lbDWMC.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                                | System.Windows.Forms.AnchorStyles.Right)));
     this.lbDWMC.BackColor   = System.Drawing.SystemColors.Control;
     this.lbDWMC.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lbDWMC.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.lbDWMC.Location    = new System.Drawing.Point(522, 76);
     this.lbDWMC.Name        = "lbDWMC";
     this.lbDWMC.Size        = new System.Drawing.Size(277, 16);
     this.lbDWMC.TabIndex    = 93;
     this.lbDWMC.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label17
     //
     this.label17.BackColor   = System.Drawing.SystemColors.Control;
     this.label17.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label17.ForeColor   = System.Drawing.SystemColors.ControlDarkDark;
     this.label17.Location    = new System.Drawing.Point(462, 76);
     this.label17.Name        = "label17";
     this.label17.Size        = new System.Drawing.Size(56, 16);
     this.label17.TabIndex    = 92;
     this.label17.Text        = "单位名称";
     this.label17.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbZDRQ
     //
     this.lbZDRQ.BackColor   = System.Drawing.SystemColors.Control;
     this.lbZDRQ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lbZDRQ.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.lbZDRQ.Location    = new System.Drawing.Point(522, 36);
     this.lbZDRQ.Name        = "lbZDRQ";
     this.lbZDRQ.Size        = new System.Drawing.Size(128, 16);
     this.lbZDRQ.TabIndex    = 91;
     this.lbZDRQ.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label23
     //
     this.label23.BackColor   = System.Drawing.SystemColors.Control;
     this.label23.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label23.ForeColor   = System.Drawing.SystemColors.ControlDarkDark;
     this.label23.Location    = new System.Drawing.Point(462, 36);
     this.label23.Name        = "label23";
     this.label23.Size        = new System.Drawing.Size(56, 16);
     this.label23.TabIndex    = 90;
     this.label23.Text        = "诊断日期";
     this.label23.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbSFZ
     //
     this.lbSFZ.BackColor   = System.Drawing.SystemColors.Control;
     this.lbSFZ.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lbSFZ.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.lbSFZ.Location    = new System.Drawing.Point(522, 16);
     this.lbSFZ.Name        = "lbSFZ";
     this.lbSFZ.Size        = new System.Drawing.Size(128, 16);
     this.lbSFZ.TabIndex    = 89;
     this.lbSFZ.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label20
     //
     this.label20.BackColor   = System.Drawing.SystemColors.Control;
     this.label20.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label20.ForeColor   = System.Drawing.SystemColors.ControlDarkDark;
     this.label20.Location    = new System.Drawing.Point(462, 16);
     this.label20.Name        = "label20";
     this.label20.Size        = new System.Drawing.Size(56, 16);
     this.label20.TabIndex    = 88;
     this.label20.Text        = "身份证";
     this.label20.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // label4
     //
     this.label4.BackColor   = System.Drawing.SystemColors.Control;
     this.label4.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label4.ForeColor   = System.Drawing.SystemColors.ControlDarkDark;
     this.label4.Location    = new System.Drawing.Point(462, 116);
     this.label4.Name        = "label4";
     this.label4.Size        = new System.Drawing.Size(96, 16);
     this.label4.TabIndex    = 103;
     this.label4.Text        = "联系人电话地址";
     this.label4.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbLXR
     //
     this.lbLXR.BackColor   = System.Drawing.SystemColors.Control;
     this.lbLXR.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lbLXR.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.lbLXR.Location    = new System.Drawing.Point(522, 96);
     this.lbLXR.Name        = "lbLXR";
     this.lbLXR.Size        = new System.Drawing.Size(56, 16);
     this.lbLXR.TabIndex    = 104;
     this.lbLXR.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label6
     //
     this.label6.BackColor   = System.Drawing.SystemColors.Control;
     this.label6.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label6.ForeColor   = System.Drawing.SystemColors.ControlDarkDark;
     this.label6.Location    = new System.Drawing.Point(654, 16);
     this.label6.Name        = "label6";
     this.label6.Size        = new System.Drawing.Size(32, 16);
     this.label6.TabIndex    = 105;
     this.label6.Text        = "电话";
     this.label6.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbDH
     //
     this.lbDH.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                              | System.Windows.Forms.AnchorStyles.Right)));
     this.lbDH.BackColor   = System.Drawing.SystemColors.Control;
     this.lbDH.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lbDH.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.lbDH.Location    = new System.Drawing.Point(689, 16);
     this.lbDH.Name        = "lbDH";
     this.lbDH.Size        = new System.Drawing.Size(110, 16);
     this.lbDH.TabIndex    = 106;
     this.lbDH.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label5
     //
     this.label5.BackColor   = System.Drawing.SystemColors.Control;
     this.label5.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label5.ForeColor   = System.Drawing.SystemColors.ControlDarkDark;
     this.label5.Location    = new System.Drawing.Point(670, 96);
     this.label5.Name        = "label5";
     this.label5.Size        = new System.Drawing.Size(44, 16);
     this.label5.TabIndex    = 107;
     this.label5.Text        = "担保人";
     this.label5.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // lbDbr
     //
     this.lbDbr.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
                                                               | System.Windows.Forms.AnchorStyles.Right)));
     this.lbDbr.BackColor   = System.Drawing.SystemColors.Control;
     this.lbDbr.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lbDbr.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.lbDbr.Location    = new System.Drawing.Point(718, 96);
     this.lbDbr.Name        = "lbDbr";
     this.lbDbr.Size        = new System.Drawing.Size(81, 16);
     this.lbDbr.TabIndex    = 108;
     this.lbDbr.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lbGX
     //
     this.lbGX.BackColor   = System.Drawing.SystemColors.Control;
     this.lbGX.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.lbGX.ForeColor   = System.Drawing.SystemColors.HotTrack;
     this.lbGX.Location    = new System.Drawing.Point(622, 96);
     this.lbGX.Name        = "lbGX";
     this.lbGX.Size        = new System.Drawing.Size(44, 16);
     this.lbGX.TabIndex    = 102;
     this.lbGX.TextAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // label2
     //
     this.label2.BackColor   = System.Drawing.SystemColors.Control;
     this.label2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.label2.ForeColor   = System.Drawing.SystemColors.ControlDarkDark;
     this.label2.Location    = new System.Drawing.Point(582, 96);
     this.label2.Name        = "label2";
     this.label2.Size        = new System.Drawing.Size(36, 16);
     this.label2.TabIndex    = 101;
     this.label2.Text        = "关系";
     this.label2.TextAlign   = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // btCancel
     //
     this.btCancel.Anchor                  = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btCancel.BackColor               = System.Drawing.SystemColors.ControlLight;
     this.btCancel.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
     this.btCancel.FlatStyle               = System.Windows.Forms.FlatStyle.Flat;
     this.btCancel.Font                    = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btCancel.ForeColor               = System.Drawing.SystemColors.Desktop;
     this.btCancel.ImageAlign              = System.Drawing.ContentAlignment.TopCenter;
     this.btCancel.ImageIndex              = 0;
     this.btCancel.Location                = new System.Drawing.Point(698, 16);
     this.btCancel.Name                    = "btCancel";
     this.btCancel.Size                    = new System.Drawing.Size(80, 32);
     this.btCancel.TabIndex                = 54;
     this.btCancel.Text                    = "退出(&E)";
     this.btCancel.UseVisualStyleBackColor = false;
     this.btCancel.Click                  += new System.EventHandler(this.btCancel_Click);
     //
     // btShow
     //
     this.btShow.Anchor     = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
     this.btShow.BackColor  = System.Drawing.SystemColors.ControlLight;
     this.btShow.FlatStyle  = System.Windows.Forms.FlatStyle.Flat;
     this.btShow.Font       = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btShow.ForeColor  = System.Drawing.SystemColors.Desktop;
     this.btShow.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
     this.btShow.ImageIndex = 0;
     this.btShow.Location   = new System.Drawing.Point(610, 16);
     this.btShow.Name       = "btShow";
     this.btShow.Size       = new System.Drawing.Size(80, 32);
     this.btShow.TabIndex   = 53;
     this.btShow.Text       = "刷新(&R)";
     this.btShow.UseVisualStyleBackColor = false;
     this.btShow.Click += new System.EventHandler(this.btShow_Click);
     //
     // myDataGrid1
     //
     this.myDataGrid1.BackgroundColor       = System.Drawing.SystemColors.Window;
     this.myDataGrid1.CaptionBackColor      = System.Drawing.Color.PaleTurquoise;
     this.myDataGrid1.CaptionFont           = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.myDataGrid1.CaptionForeColor      = System.Drawing.SystemColors.HotTrack;
     this.myDataGrid1.CaptionText           = "转床情况";
     this.myDataGrid1.CellSelectedBackColor = System.Drawing.Color.SkyBlue;
     this.myDataGrid1.DataMember            = "";
     this.myDataGrid1.Dock              = System.Windows.Forms.DockStyle.Fill;
     this.myDataGrid1.HeaderForeColor   = System.Drawing.SystemColors.ControlText;
     this.myDataGrid1.Location          = new System.Drawing.Point(0, 0);
     this.myDataGrid1.Name              = "myDataGrid1";
     this.myDataGrid1.ReadOnly          = true;
     this.myDataGrid1.RowHeadersVisible = false;
     this.myDataGrid1.Size              = new System.Drawing.Size(802, 259);
     this.myDataGrid1.TabIndex          = 58;
     this.myDataGrid1.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle1
     });
     //
     // dataGridTableStyle1
     //
     this.dataGridTableStyle1.DataGrid        = this.myDataGrid1;
     this.dataGridTableStyle1.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     //
     // myDataGrid2
     //
     this.myDataGrid2.BackgroundColor       = System.Drawing.SystemColors.Window;
     this.myDataGrid2.CaptionBackColor      = System.Drawing.Color.PaleTurquoise;
     this.myDataGrid2.CaptionFont           = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.myDataGrid2.CaptionForeColor      = System.Drawing.SystemColors.HotTrack;
     this.myDataGrid2.CaptionText           = "转科情况";
     this.myDataGrid2.CellSelectedBackColor = System.Drawing.Color.SkyBlue;
     this.myDataGrid2.DataMember            = "";
     this.myDataGrid2.Dock              = System.Windows.Forms.DockStyle.Bottom;
     this.myDataGrid2.HeaderForeColor   = System.Drawing.SystemColors.ControlText;
     this.myDataGrid2.Location          = new System.Drawing.Point(0, 259);
     this.myDataGrid2.Name              = "myDataGrid2";
     this.myDataGrid2.ReadOnly          = true;
     this.myDataGrid2.RowHeadersVisible = false;
     this.myDataGrid2.Size              = new System.Drawing.Size(802, 156);
     this.myDataGrid2.TabIndex          = 59;
     this.myDataGrid2.TableStyles.AddRange(new System.Windows.Forms.DataGridTableStyle[] {
         this.dataGridTableStyle2
     });
     //
     // dataGridTableStyle2
     //
     this.dataGridTableStyle2.DataGrid        = this.myDataGrid2;
     this.dataGridTableStyle2.HeaderForeColor = System.Drawing.SystemColors.ControlText;
     //
     // comboBox1
     //
     this.comboBox1.Font                  = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.comboBox1.ForeColor             = System.Drawing.SystemColors.HotTrack;
     this.comboBox1.Location              = new System.Drawing.Point(424, 21);
     this.comboBox1.Name                  = "comboBox1";
     this.comboBox1.Size                  = new System.Drawing.Size(122, 22);
     this.comboBox1.TabIndex              = 58;
     this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
     //
     // txtInpatNo
     //
     this.txtInpatNo.BackColor             = System.Drawing.SystemColors.Window;
     this.txtInpatNo.EnabledFalseBackColor = System.Drawing.SystemColors.Control;
     this.txtInpatNo.EnabledTrueBackColor  = System.Drawing.SystemColors.Window;
     this.txtInpatNo.EnterBackColor        = System.Drawing.SystemColors.Window;
     this.txtInpatNo.EnterForeColor        = System.Drawing.SystemColors.WindowText;
     this.txtInpatNo.Font            = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.txtInpatNo.Location        = new System.Drawing.Point(92, 20);
     this.txtInpatNo.Name            = "txtInpatNo";
     this.txtInpatNo.NextControl     = null;
     this.txtInpatNo.PreviousControl = null;
     this.txtInpatNo.Size            = new System.Drawing.Size(136, 23);
     this.txtInpatNo.TabIndex        = 0;
     this.txtInpatNo.KeyPress       += new System.Windows.Forms.KeyPressEventHandler(this.txtInpatNo_KeyPress);
     //
     // btnSeek
     //
     this.btnSeek.BackColor = System.Drawing.SystemColors.Control;
     this.btnSeek.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.btnSeek.Font      = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.btnSeek.ForeColor = System.Drawing.SystemColors.Desktop;
     this.btnSeek.Location  = new System.Drawing.Point(240, 16);
     this.btnSeek.Name      = "btnSeek";
     this.btnSeek.Size      = new System.Drawing.Size(80, 32);
     this.btnSeek.TabIndex  = 56;
     this.btnSeek.Text      = "查询(&S)";
     this.btnSeek.UseVisualStyleBackColor = false;
     this.btnSeek.Click += new System.EventHandler(this.btnSeek_Click);
     //
     // panel1
     //
     this.panel1.Controls.Add(this.label7);
     this.panel1.Controls.Add(this.Label3);
     this.panel1.Controls.Add(this.txtInpatNo);
     this.panel1.Controls.Add(this.btnSeek);
     this.panel1.Controls.Add(this.comboBox1);
     this.panel1.Controls.Add(this.btCancel);
     this.panel1.Controls.Add(this.btShow);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 557);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(802, 56);
     this.panel1.TabIndex = 62;
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.label7.Location = new System.Drawing.Point(354, 24);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(63, 14);
     this.label7.TabIndex = 60;
     this.label7.Text     = "病人姓名";
     //
     // Label3
     //
     this.Label3.AutoSize = true;
     this.Label3.Font     = new System.Drawing.Font("宋体", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
     this.Label3.Location = new System.Drawing.Point(10, 24);
     this.Label3.Name     = "Label3";
     this.Label3.Size     = new System.Drawing.Size(77, 14);
     this.Label3.TabIndex = 59;
     this.Label3.Text     = "病人住院号";
     //
     // panel2
     //
     this.panel2.Controls.Add(this.groupBox2);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(802, 142);
     this.panel2.TabIndex = 63;
     //
     // panel3
     //
     this.panel3.Controls.Add(this.splitter1);
     this.panel3.Controls.Add(this.myDataGrid1);
     this.panel3.Controls.Add(this.myDataGrid2);
     this.panel3.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.panel3.Location = new System.Drawing.Point(0, 142);
     this.panel3.Name     = "panel3";
     this.panel3.Size     = new System.Drawing.Size(802, 415);
     this.panel3.TabIndex = 64;
     //
     // splitter1
     //
     this.splitter1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.splitter1.Location = new System.Drawing.Point(0, 256);
     this.splitter1.Name     = "splitter1";
     this.splitter1.Size     = new System.Drawing.Size(802, 3);
     this.splitter1.TabIndex = 60;
     this.splitter1.TabStop  = false;
     //
     // frmBRXX
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(802, 613);
     this.Controls.Add(this.panel3);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.panel1);
     this.Name          = "frmBRXX";
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text          = "病人信息查询";
     this.WindowState   = System.Windows.Forms.FormWindowState.Maximized;
     this.Load         += new System.EventHandler(this.frmPatientInfo_Load);
     this.groupBox2.ResumeLayout(false);
     ((System.ComponentModel.ISupportInitialize)(this.myDataGrid1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.myDataGrid2)).EndInit();
     this.panel1.ResumeLayout(false);
     this.panel1.PerformLayout();
     this.panel2.ResumeLayout(false);
     this.panel3.ResumeLayout(false);
     this.ResumeLayout(false);
 }