Ignore:
Timestamp:
Jul 6, 2008, 8:20:14 PM (16 years ago)
Author:
Kevin Toppenberg
Message:

Uploading from OR_30_258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/branches/foia-cprs/CPRS-Chart/BA/fBALocalDiagnoses.dfm

    r459 r460  
    2121  PixelsPerInch = 96
    2222  TextHeight = 13
    23   object lblPatientName: TStaticText
    24     Left = 50
    25     Top = 3
    26     Width = 65
    27     Height = 17
    28     Caption = 'PatientName'
    29     TabOrder = 3
    30     TabStop = True
    31   end
    3223  object pnlTop: TPanel
    3324    Left = 0
    3425    Top = 0
    3526    Width = 612
    36     Height = 112
     27    Height = 96
    3728    Align = alTop
    3829    Caption = 'pnlTop'
     
    4031    DesignSize = (
    4132      612
    42       112)
     33      96)
    4334    object lbOrders: TListBox
    44       Left = 8
    45       Top = 24
     35      Left = 7
     36      Top = 25
    4637      Width = 599
    4738      Height = 69
     
    4940      IntegralHeight = True
    5041      ItemHeight = 13
    51       TabOrder = 1
     42      TabOrder = 2
    5243      OnMouseMove = lbOrdersMouseMove
    5344    end
    5445    object ORStaticText1: TORStaticText
    55       Left = 8
     46      Left = 216
    5647      Top = 8
    5748      Width = 169
     
    5950      AutoSize = False
    6051      Caption = 'Selected Orders'
     52      TabOrder = 1
     53      TabStop = True
     54      OnEnter = ORStaticText1Enter
     55      OnExit = ORStaticText1Exit
     56    end
     57    object lblPatientName: TStaticText
     58      Left = 11
     59      Top = 9
     60      Width = 76
     61      Height = 17
     62      Caption = 'PatientName'
     63      Font.Charset = DEFAULT_CHARSET
     64      Font.Color = clWindowText
     65      Font.Height = -11
     66      Font.Name = 'MS Sans Serif'
     67      Font.Style = [fsBold]
     68      ParentFont = False
    6169      TabOrder = 0
    6270      TabStop = True
    63       OnEnter = ORStaticText1Enter
    64       OnExit = ORStaticText1Exit
    6571    end
    6672  end
    6773  object pnlMain: TPanel
    6874    Left = 0
    69     Top = 112
     75    Top = 96
    7076    Width = 612
    71     Height = 243
     77    Height = 259
    7278    Align = alClient
    7379    TabOrder = 1
Note: See TracChangeset for help on using the changeset viewer.