Ignore:
Timestamp:
Jul 7, 2010, 4:51:54 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrading to version 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/fMeds.dfm

    r456 r830  
    11inherited frmMeds: TfrmMeds
    2   Left = 93
    3   Top = 250
    4   Width = 709
    5   Height = 686
     2  Left = 333
     3  Top = 55
    64  HelpContext = 3000
    75  VertScrollBar.Visible = False
    86  Caption = 'Medications Page'
     7  ClientHeight = 651
     8  ClientWidth = 701
    99  HelpFile = 'qnoback'
    1010  Menu = mnuMeds
     
    1414  OnResize = FormResize
    1515  OnShow = FormShow
     16  ExplicitWidth = 709
     17  ExplicitHeight = 697
    1618  PixelsPerInch = 96
    1719  TextHeight = 13
     
    2123    Height = -4
    2224    Align = alCustom
    23   end
    24   object splitTop: TSplitter
     25    ExplicitTop = 524
     26    ExplicitWidth = 1028
     27    ExplicitHeight = -4
     28  end
     29  object splitTop: TSplitter [1]
    2530    Left = 0
    26     Top = 421
     31    Top = 440
    2732    Width = 701
    2833    Height = 4
     
    3641    ParentColor = False
    3742    OnMoved = splitTopMoved
    38   end
    39   object pnlBottom: TORAutoPanel
     43    ExplicitTop = 429
     44  end
     45  object pnlBottom: TORAutoPanel [2]
    4046    Left = 0
    41     Top = 425
     47    Top = 444
    4248    Width = 701
    4349    Height = 207
     
    4652    Ctl3D = False
    4753    ParentCtl3D = False
    48     TabOrder = 0
     54    TabOrder = 2
    4955    object splitBottom: TSplitter
    5056      Left = 1
     
    99105        Height = 16
    100106        BiDiMode = bdLeftToRight
    101         DragReorder = False
    102107        Constraints.MinHeight = 16
    103108        Sections = <
     
    178183        Height = 16
    179184        BiDiMode = bdLeftToRight
    180         DragReorder = False
    181185        Constraints.MinHeight = 16
    182186        Sections = <
     
    214218    end
    215219  end
    216   object pnlTop: TORAutoPanel
     220  object pnlTop: TORAutoPanel [3]
    217221    Left = 0
    218     Top = 0
     222    Top = 22
    219223    Width = 701
    220     Height = 421
     224    Height = 418
    221225    Align = alClient
    222226    Ctl3D = True
     
    228232      Top = 17
    229233      Width = 699
    230       Height = 403
     234      Height = 400
    231235      Style = lbOwnerDrawVariable
    232236      Align = alClient
     
    252256      Height = 16
    253257      BiDiMode = bdLeftToRight
    254       DragReorder = False
    255258      Constraints.MinHeight = 16
    256259      Sections = <
     
    298301      OnResize = hdrMedsOutResize
    299302    end
     303  end
     304  object pnlView: TPanel [4]
     305    Left = 0
     306    Top = 0
     307    Width = 701
     308    Height = 22
     309    Align = alTop
     310    TabOrder = 0
     311    object txtView: TVA508StaticText
     312      Name = 'txtView'
     313      Left = 9
     314      Top = 3
     315      Width = 36
     316      Height = 15
     317      Alignment = taLeftJustify
     318      Caption = 'txtView'
     319      TabOrder = 0
     320      ShowAccelChar = True
     321    end
     322  end
     323  inherited amgrMain: TVA508AccessibilityManager
     324    Left = 16
     325    Top = 152
     326    Data = (
     327      (
     328        'Component = pnlBottom'
     329        'Status = stsDefault')
     330      (
     331        'Component = pnlMedIn'
     332        'Status = stsDefault')
     333      (
     334        'Component = lstMedsIn'
     335        'Status = stsDefault')
     336      (
     337        'Component = hdrMedsIn'
     338        'Status = stsDefault')
     339      (
     340        'Component = pnlNonVA'
     341        'Status = stsDefault')
     342      (
     343        'Component = lstMedsNonVA'
     344        'Status = stsDefault')
     345      (
     346        'Component = hdrMedsNonVA'
     347        'Status = stsDefault')
     348      (
     349        'Component = pnlTop'
     350        'Status = stsDefault')
     351      (
     352        'Component = lstMedsOut'
     353        'Status = stsDefault')
     354      (
     355        'Component = hdrMedsOut'
     356        'Status = stsDefault')
     357      (
     358        'Component = frmMeds'
     359        'Status = stsDefault')
     360      (
     361        'Component = pnlView'
     362        'Status = stsDefault')
     363      (
     364        'Component = txtView'
     365        'Status = stsDefault'))
    300366  end
    301367  object mnuMeds: TMainMenu
     
    438504        Visible = False
    439505      end
     506      object Z4: TMenuItem
     507        Caption = '-'
     508        Visible = False
     509      end
     510      object mnuViewDetail: TMenuItem
     511        Caption = '&Details...'
     512        OnClick = mnuViewDetailClick
     513      end
    440514      object mnuViewSortName: TMenuItem
    441515        Caption = 'Sort by Drug &Name'
    442516        Visible = False
    443517      end
    444       object Z4: TMenuItem
    445         Caption = '-'
    446         Visible = False
    447       end
    448       object mnuViewDetail: TMenuItem
    449         Caption = '&Details...'
    450         OnClick = mnuViewDetailClick
    451       end
    452518      object mnuViewHistory: TMenuItem
    453519        Caption = 'Administration &History...'
    454520        OnClick = mnuViewHistoryClick
     521      end
     522      object N3: TMenuItem
     523        Caption = '-'
     524      end
     525      object SortbyStatusthenLocation1: TMenuItem
     526        Caption = 'Sort by Status/Exp. Date (IMO first on Inpt)'
     527        OnClick = SortbyStatusthenLocation1Click
     528      end
     529      object SortbyClinicOrderthenStatusthenStopDate1: TMenuItem
     530        Caption = 'Sort by Status Group/Status/Location/Drug Name'
     531        OnClick = SortbyClinicOrderthenStatusthenStopDate1Click
     532      end
     533      object SortbyDrugalphabeticallystatusactivestatusrecentexpired1: TMenuItem
     534        Caption =
     535          'Sort by Drug (alphabetically), status active, status recent expi' +
     536          'red'
     537        OnClick = SortbyDrugalphabeticallystatusactivestatusrecentexpired1Click
    455538      end
    456539    end
Note: See TracChangeset for help on using the changeset viewer.