Esempio n. 1
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.groupBox3          = new System.Windows.Forms.GroupBox();
     this.cmdCanCel          = new PinkieControls.ButtonXP();
     this.cmdDel             = new PinkieControls.ButtonXP();
     this.cmdBecomeEffective = new PinkieControls.ButtonXP();
     this.cmdOK                 = new PinkieControls.ButtonXP();
     this.groupBox1             = new System.Windows.Forms.GroupBox();
     this.m_lblINPATIENTID_CHR  = new System.Windows.Forms.TextBox();
     this.m_lblSEX_CHR          = new System.Windows.Forms.TextBox();
     this.m_lblIDCARD_CHR       = new System.Windows.Forms.TextBox();
     this.m_lblPATIENTNAME_CHR  = new System.Windows.Forms.TextBox();
     this.label1                = new System.Windows.Forms.Label();
     this.label5                = new System.Windows.Forms.Label();
     this.label7                = new System.Windows.Forms.Label();
     this.label9                = new System.Windows.Forms.Label();
     this.groupBox2             = new System.Windows.Forms.GroupBox();
     this.m_txtTARGETAREAID_CHR = new com.digitalwave.iCare.BIHOrder.Control.ctlFindTextBox();
     this.m_txtACTIVEEMPID_CHR  = new System.Windows.Forms.TextBox();
     this.m_txtSOURCEBEDID_CHR  = new System.Windows.Forms.TextBox();
     this.m_txtACTIVEDATE_DAT   = new System.Windows.Forms.TextBox();
     this.m_txtSTATUS_INT       = new System.Windows.Forms.TextBox();
     this.m_txtSOURCEAREAID_CHR = new System.Windows.Forms.TextBox();
     this.m_chkISACTIVE_INT     = new System.Windows.Forms.CheckBox();
     this.label4                = new System.Windows.Forms.Label();
     this.m_txtDES_VCHR         = new System.Windows.Forms.TextBox();
     this.label6                = new System.Windows.Forms.Label();
     this.label11               = new System.Windows.Forms.Label();
     this.label14               = new System.Windows.Forms.Label();
     this.label3                = new System.Windows.Forms.Label();
     this.label13               = new System.Windows.Forms.Label();
     this.label2                = new System.Windows.Forms.Label();
     this.m_txtCREATEDATE_DAT   = new System.Windows.Forms.TextBox();
     this.label8                = new System.Windows.Forms.Label();
     this.groupBox3.SuspendLayout();
     this.groupBox1.SuspendLayout();
     this.groupBox2.SuspendLayout();
     this.SuspendLayout();
     //
     // groupBox3
     //
     this.groupBox3.Controls.Add(this.cmdCanCel);
     this.groupBox3.Controls.Add(this.cmdDel);
     this.groupBox3.Controls.Add(this.cmdBecomeEffective);
     this.groupBox3.Controls.Add(this.cmdOK);
     this.groupBox3.Location = new System.Drawing.Point(368, 0);
     this.groupBox3.Name     = "groupBox3";
     this.groupBox3.Size     = new System.Drawing.Size(168, 88);
     this.groupBox3.TabIndex = 18;
     this.groupBox3.TabStop  = false;
     this.groupBox3.Text     = "操作区";
     //
     // cmdCanCel
     //
     this.cmdCanCel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.cmdCanCel.DefaultScheme = true;
     this.cmdCanCel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdCanCel.Hint          = "";
     this.cmdCanCel.Location      = new System.Drawing.Point(84, 48);
     this.cmdCanCel.Name          = "cmdCanCel";
     this.cmdCanCel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdCanCel.Size          = new System.Drawing.Size(79, 30);
     this.cmdCanCel.TabIndex      = 46;
     this.cmdCanCel.Text          = "取消(Ecs)";
     this.cmdCanCel.Click        += new System.EventHandler(this.cmdCanCel_Click);
     //
     // cmdDel
     //
     this.cmdDel.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.cmdDel.DefaultScheme = true;
     this.cmdDel.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdDel.Hint          = "";
     this.cmdDel.Location      = new System.Drawing.Point(4, 48);
     this.cmdDel.Name          = "cmdDel";
     this.cmdDel.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdDel.Size          = new System.Drawing.Size(79, 30);
     this.cmdDel.TabIndex      = 45;
     this.cmdDel.Text          = "删除(F4)";
     this.cmdDel.Click        += new System.EventHandler(this.cmdDel_Click);
     //
     // cmdBecomeEffective
     //
     this.cmdBecomeEffective.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.cmdBecomeEffective.DefaultScheme = true;
     this.cmdBecomeEffective.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdBecomeEffective.Enabled       = false;
     this.cmdBecomeEffective.Hint          = "";
     this.cmdBecomeEffective.Location      = new System.Drawing.Point(84, 16);
     this.cmdBecomeEffective.Name          = "cmdBecomeEffective";
     this.cmdBecomeEffective.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdBecomeEffective.Size          = new System.Drawing.Size(79, 30);
     this.cmdBecomeEffective.TabIndex      = 44;
     this.cmdBecomeEffective.Text          = "生效(F3)";
     this.cmdBecomeEffective.Click        += new System.EventHandler(this.cmdBecomeEffective_Click);
     //
     // cmdOK
     //
     this.cmdOK.BackColor     = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(212)), ((System.Byte)(208)), ((System.Byte)(200)));
     this.cmdOK.DefaultScheme = true;
     this.cmdOK.DialogResult  = System.Windows.Forms.DialogResult.None;
     this.cmdOK.Hint          = "";
     this.cmdOK.Location      = new System.Drawing.Point(4, 16);
     this.cmdOK.Name          = "cmdOK";
     this.cmdOK.Scheme        = PinkieControls.ButtonXP.Schemes.Blue;
     this.cmdOK.Size          = new System.Drawing.Size(79, 30);
     this.cmdOK.TabIndex      = 43;
     this.cmdOK.Text          = "保存(F2)";
     this.cmdOK.Click        += new System.EventHandler(this.cmdOK_Click);
     //
     // groupBox1
     //
     this.groupBox1.Controls.Add(this.m_lblINPATIENTID_CHR);
     this.groupBox1.Controls.Add(this.m_lblSEX_CHR);
     this.groupBox1.Controls.Add(this.m_lblIDCARD_CHR);
     this.groupBox1.Controls.Add(this.m_lblPATIENTNAME_CHR);
     this.groupBox1.Controls.Add(this.label1);
     this.groupBox1.Controls.Add(this.label5);
     this.groupBox1.Controls.Add(this.label7);
     this.groupBox1.Controls.Add(this.label9);
     this.groupBox1.Location = new System.Drawing.Point(0, 0);
     this.groupBox1.Name     = "groupBox1";
     this.groupBox1.Size     = new System.Drawing.Size(368, 88);
     this.groupBox1.TabIndex = 16;
     this.groupBox1.TabStop  = false;
     this.groupBox1.Text     = "患者信息: ";
     //
     // m_lblINPATIENTID_CHR
     //
     this.m_lblINPATIENTID_CHR.Location = new System.Drawing.Point(208, 56);
     this.m_lblINPATIENTID_CHR.Name     = "m_lblINPATIENTID_CHR";
     this.m_lblINPATIENTID_CHR.ReadOnly = true;
     this.m_lblINPATIENTID_CHR.Size     = new System.Drawing.Size(144, 23);
     this.m_lblINPATIENTID_CHR.TabIndex = 3;
     this.m_lblINPATIENTID_CHR.Text     = "";
     //
     // m_lblSEX_CHR
     //
     this.m_lblSEX_CHR.Location = new System.Drawing.Point(48, 56);
     this.m_lblSEX_CHR.Name     = "m_lblSEX_CHR";
     this.m_lblSEX_CHR.ReadOnly = true;
     this.m_lblSEX_CHR.Size     = new System.Drawing.Size(88, 23);
     this.m_lblSEX_CHR.TabIndex = 3;
     this.m_lblSEX_CHR.Text     = "";
     //
     // m_lblIDCARD_CHR
     //
     this.m_lblIDCARD_CHR.Location = new System.Drawing.Point(208, 20);
     this.m_lblIDCARD_CHR.Name     = "m_lblIDCARD_CHR";
     this.m_lblIDCARD_CHR.ReadOnly = true;
     this.m_lblIDCARD_CHR.Size     = new System.Drawing.Size(144, 23);
     this.m_lblIDCARD_CHR.TabIndex = 3;
     this.m_lblIDCARD_CHR.Text     = "";
     //
     // m_lblPATIENTNAME_CHR
     //
     this.m_lblPATIENTNAME_CHR.Location = new System.Drawing.Point(48, 20);
     this.m_lblPATIENTNAME_CHR.Name     = "m_lblPATIENTNAME_CHR";
     this.m_lblPATIENTNAME_CHR.ReadOnly = true;
     this.m_lblPATIENTNAME_CHR.Size     = new System.Drawing.Size(88, 23);
     this.m_lblPATIENTNAME_CHR.TabIndex = 3;
     this.m_lblPATIENTNAME_CHR.Text     = "";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 24);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(48, 19);
     this.label1.TabIndex = 2;
     this.label1.Text     = "姓名:";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Location = new System.Drawing.Point(8, 60);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(48, 19);
     this.label5.TabIndex = 2;
     this.label5.Text     = "性别:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Location = new System.Drawing.Point(144, 24);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(77, 19);
     this.label7.TabIndex = 2;
     this.label7.Text     = "身份证号:";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Location = new System.Drawing.Point(158, 60);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(63, 19);
     this.label9.TabIndex = 2;
     this.label9.Text     = "住院号:";
     //
     // groupBox2
     //
     this.groupBox2.Controls.Add(this.m_txtTARGETAREAID_CHR);
     this.groupBox2.Controls.Add(this.m_txtACTIVEEMPID_CHR);
     this.groupBox2.Controls.Add(this.m_txtSOURCEBEDID_CHR);
     this.groupBox2.Controls.Add(this.m_txtACTIVEDATE_DAT);
     this.groupBox2.Controls.Add(this.m_txtSTATUS_INT);
     this.groupBox2.Controls.Add(this.m_txtSOURCEAREAID_CHR);
     this.groupBox2.Controls.Add(this.m_chkISACTIVE_INT);
     this.groupBox2.Controls.Add(this.label4);
     this.groupBox2.Controls.Add(this.m_txtDES_VCHR);
     this.groupBox2.Controls.Add(this.label6);
     this.groupBox2.Controls.Add(this.label11);
     this.groupBox2.Controls.Add(this.label14);
     this.groupBox2.Controls.Add(this.label3);
     this.groupBox2.Controls.Add(this.label13);
     this.groupBox2.Controls.Add(this.label2);
     this.groupBox2.Controls.Add(this.m_txtCREATEDATE_DAT);
     this.groupBox2.Controls.Add(this.label8);
     this.groupBox2.Location = new System.Drawing.Point(0, 100);
     this.groupBox2.Name     = "groupBox2";
     this.groupBox2.Size     = new System.Drawing.Size(536, 184);
     this.groupBox2.TabIndex = 19;
     this.groupBox2.TabStop  = false;
     this.groupBox2.Text     = "附加单据信息:";
     //
     // m_txtTARGETAREAID_CHR
     //
     this.m_txtTARGETAREAID_CHR.Location           = new System.Drawing.Point(424, 20);
     this.m_txtTARGETAREAID_CHR.Name               = "m_txtTARGETAREAID_CHR";
     this.m_txtTARGETAREAID_CHR.Size               = new System.Drawing.Size(104, 23);
     this.m_txtTARGETAREAID_CHR.TabIndex           = 32;
     this.m_txtTARGETAREAID_CHR.Text               = "";
     this.m_txtTARGETAREAID_CHR.Leave             += new System.EventHandler(this.m_txtTARGETAREAID_CHR_Leave);
     this.m_txtTARGETAREAID_CHR.m_evtInitListView += new com.digitalwave.iCare.BIHOrder.Control.EventHandler_InitListView(this.m_txtTARGETAREAID_CHR_m_evtInitListView);
     this.m_txtTARGETAREAID_CHR.m_evtSelectItem   += new com.digitalwave.iCare.BIHOrder.Control.EventHandler_OnSelectItem(this.m_txtTARGETAREAID_CHR_m_evtSelectItem);
     this.m_txtTARGETAREAID_CHR.m_evtFindItem     += new com.digitalwave.iCare.BIHOrder.Control.EventHandler_OnFindItem(this.m_txtTARGETAREAID_CHR_m_evtFindItem);
     //
     // m_txtACTIVEEMPID_CHR
     //
     this.m_txtACTIVEEMPID_CHR.Location = new System.Drawing.Point(72, 78);
     this.m_txtACTIVEEMPID_CHR.Name     = "m_txtACTIVEEMPID_CHR";
     this.m_txtACTIVEEMPID_CHR.ReadOnly = true;
     this.m_txtACTIVEEMPID_CHR.Size     = new System.Drawing.Size(104, 23);
     this.m_txtACTIVEEMPID_CHR.TabIndex = 6;
     this.m_txtACTIVEEMPID_CHR.Text     = "";
     //
     // m_txtSOURCEBEDID_CHR
     //
     this.m_txtSOURCEBEDID_CHR.Location = new System.Drawing.Point(248, 20);
     this.m_txtSOURCEBEDID_CHR.Name     = "m_txtSOURCEBEDID_CHR";
     this.m_txtSOURCEBEDID_CHR.ReadOnly = true;
     this.m_txtSOURCEBEDID_CHR.Size     = new System.Drawing.Size(104, 23);
     this.m_txtSOURCEBEDID_CHR.TabIndex = 6;
     this.m_txtSOURCEBEDID_CHR.Text     = "";
     //
     // m_txtACTIVEDATE_DAT
     //
     this.m_txtACTIVEDATE_DAT.Location = new System.Drawing.Point(248, 78);
     this.m_txtACTIVEDATE_DAT.Name     = "m_txtACTIVEDATE_DAT";
     this.m_txtACTIVEDATE_DAT.ReadOnly = true;
     this.m_txtACTIVEDATE_DAT.Size     = new System.Drawing.Size(104, 23);
     this.m_txtACTIVEDATE_DAT.TabIndex = 6;
     this.m_txtACTIVEDATE_DAT.Text     = "";
     //
     // m_txtSTATUS_INT
     //
     this.m_txtSTATUS_INT.Location = new System.Drawing.Point(72, 48);
     this.m_txtSTATUS_INT.Name     = "m_txtSTATUS_INT";
     this.m_txtSTATUS_INT.ReadOnly = true;
     this.m_txtSTATUS_INT.Size     = new System.Drawing.Size(104, 23);
     this.m_txtSTATUS_INT.TabIndex = 6;
     this.m_txtSTATUS_INT.Text     = "";
     //
     // m_txtSOURCEAREAID_CHR
     //
     this.m_txtSOURCEAREAID_CHR.Location = new System.Drawing.Point(72, 20);
     this.m_txtSOURCEAREAID_CHR.Name     = "m_txtSOURCEAREAID_CHR";
     this.m_txtSOURCEAREAID_CHR.ReadOnly = true;
     this.m_txtSOURCEAREAID_CHR.Size     = new System.Drawing.Size(104, 23);
     this.m_txtSOURCEAREAID_CHR.TabIndex = 5;
     this.m_txtSOURCEAREAID_CHR.Text     = "";
     //
     // m_chkISACTIVE_INT
     //
     this.m_chkISACTIVE_INT.Enabled  = false;
     this.m_chkISACTIVE_INT.Location = new System.Drawing.Point(360, 47);
     this.m_chkISACTIVE_INT.Name     = "m_chkISACTIVE_INT";
     this.m_chkISACTIVE_INT.Size     = new System.Drawing.Size(88, 24);
     this.m_chkISACTIVE_INT.TabIndex = 4;
     this.m_chkISACTIVE_INT.Text     = "是否生效";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(22, 24);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(70, 19);
     this.label4.TabIndex = 0;
     this.label4.Text     = "源病区:  ";
     //
     // m_txtDES_VCHR
     //
     this.m_txtDES_VCHR.Location  = new System.Drawing.Point(24, 106);
     this.m_txtDES_VCHR.Multiline = true;
     this.m_txtDES_VCHR.Name      = "m_txtDES_VCHR";
     this.m_txtDES_VCHR.Size      = new System.Drawing.Size(504, 72);
     this.m_txtDES_VCHR.TabIndex  = 3;
     this.m_txtDES_VCHR.Text      = "出院附加单据";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Location = new System.Drawing.Point(198, 24);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(70, 19);
     this.label6.TabIndex = 0;
     this.label6.Text     = "源病床:  ";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Location = new System.Drawing.Point(8, 52);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(84, 19);
     this.label11.TabIndex = 0;
     this.label11.Text     = "状态标志:  ";
     //
     // label14
     //
     this.label14.Location = new System.Drawing.Point(5, 118);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(16, 48);
     this.label14.TabIndex = 0;
     this.label14.Text     = "备  注 ";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(22, 82);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(70, 19);
     this.label3.TabIndex = 0;
     this.label3.Text     = "生效人:  ";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Location = new System.Drawing.Point(184, 82);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(84, 19);
     this.label13.TabIndex = 0;
     this.label13.Text     = "生效时间:  ";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(360, 24);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(84, 19);
     this.label2.TabIndex = 0;
     this.label2.Text     = "目标病区:  ";
     //
     // m_txtCREATEDATE_DAT
     //
     this.m_txtCREATEDATE_DAT.Location = new System.Drawing.Point(248, 48);
     this.m_txtCREATEDATE_DAT.Name     = "m_txtCREATEDATE_DAT";
     this.m_txtCREATEDATE_DAT.ReadOnly = true;
     this.m_txtCREATEDATE_DAT.Size     = new System.Drawing.Size(104, 23);
     this.m_txtCREATEDATE_DAT.TabIndex = 6;
     this.m_txtCREATEDATE_DAT.Text     = "";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Location = new System.Drawing.Point(184, 52);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(84, 19);
     this.label8.TabIndex = 0;
     this.label8.Text     = "创建日期:  ";
     //
     // frmAOTransfer
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(7, 16);
     this.ClientSize        = new System.Drawing.Size(536, 285);
     this.Controls.Add(this.groupBox2);
     this.Controls.Add(this.groupBox3);
     this.Controls.Add(this.groupBox1);
     this.Font     = new System.Drawing.Font("宋体", 10.5F);
     this.Name     = "frmAOTransfer";
     this.Text     = "转区附加单据编辑窗口";
     this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.frmAOTransfer_KeyDown);
     this.Load    += new System.EventHandler(this.frmAOTransfer_Load);
     this.groupBox3.ResumeLayout(false);
     this.groupBox1.ResumeLayout(false);
     this.groupBox2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Esempio n. 2
0
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器修改
 /// 此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.m_lvwPatient  = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.m_txtArea     = new com.digitalwave.iCare.BIHOrder.Control.ctlFindTextBox();
     this.ctlDataGrid1  = new com.digitalwave.controls.datagrid.ctlDataGrid();
     ((System.ComponentModel.ISupportInitialize)(this.ctlDataGrid1)).BeginInit();
     this.SuspendLayout();
     //
     // m_lvwPatient
     //
     this.m_lvwPatient.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3,
         this.columnHeader4
     });
     this.m_lvwPatient.Location = new System.Drawing.Point(124, 60);
     this.m_lvwPatient.Name     = "m_lvwPatient";
     this.m_lvwPatient.Size     = new System.Drawing.Size(392, 252);
     this.m_lvwPatient.TabIndex = 0;
     this.m_lvwPatient.View     = System.Windows.Forms.View.Details;
     //
     // m_txtArea
     //
     this.m_txtArea.Location           = new System.Drawing.Point(32, 28);
     this.m_txtArea.Name               = "m_txtArea";
     this.m_txtArea.TabIndex           = 1;
     this.m_txtArea.Text               = "textBox1";
     this.m_txtArea.m_evtInitListView += new com.digitalwave.iCare.BIHOrder.Control.EventHandler_InitListView(this.m_txtArea_m_evtInitListView);
     this.m_txtArea.m_evtSelectItem   += new com.digitalwave.iCare.BIHOrder.Control.EventHandler_OnSelectItem(this.m_txtArea_m_evtSelectItem);
     this.m_txtArea.m_evtFindItem     += new com.digitalwave.iCare.BIHOrder.Control.EventHandler_OnFindItem(this.m_txtArea_m_evtFindItem);
     //
     // ctlDataGrid1
     //
     this.ctlDataGrid1.AllowAddNew          = true;
     this.ctlDataGrid1.AllowDelete          = true;
     this.ctlDataGrid1.AutoAppendRow        = true;
     this.ctlDataGrid1.AutoScroll           = true;
     this.ctlDataGrid1.BackgroundColor      = System.Drawing.SystemColors.Window;
     this.ctlDataGrid1.CaptionText          = "";
     this.ctlDataGrid1.CaptionVisible       = false;
     this.ctlDataGrid1.ColumnHeadersVisible = true;
     this.ctlDataGrid1.FullRowSelect        = false;
     this.ctlDataGrid1.Location             = new System.Drawing.Point(48, 256);
     this.ctlDataGrid1.MultiSelect          = false;
     this.ctlDataGrid1.Name                 = "ctlDataGrid1";
     this.ctlDataGrid1.ReadOnly             = false;
     this.ctlDataGrid1.RowHeadersVisible    = true;
     this.ctlDataGrid1.RowHeaderWidth       = 35;
     this.ctlDataGrid1.SelectedRowBackColor = System.Drawing.Color.Purple;
     this.ctlDataGrid1.SelectedRowForeColor = System.Drawing.Color.White;
     this.ctlDataGrid1.Size                 = new System.Drawing.Size(188, 108);
     this.ctlDataGrid1.TabIndex             = 2;
     //
     // frmMain
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(6, 14);
     this.ClientSize        = new System.Drawing.Size(592, 401);
     this.Controls.Add(this.ctlDataGrid1);
     this.Controls.Add(this.m_txtArea);
     this.Controls.Add(this.m_lvwPatient);
     this.Name = "frmMain";
     this.Text = "frmMain";
     ((System.ComponentModel.ISupportInitialize)(this.ctlDataGrid1)).EndInit();
     this.ResumeLayout(false);
 }