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

Upgrade to version 27

File:
1 edited

Legend:

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

    r456 r829  
    22  Left = 291
    33  Top = 307
    4   Width = 453
    5   Height = 254
    64  BorderIcons = []
    75  Caption = 'Complex Dose'
     6  ClientHeight = 227
     7  ClientWidth = 445
    88  Position = poScreenCenter
    99  OnCreate = FormCreate
     10  ExplicitWidth = 453
     11  ExplicitHeight = 254
    1012  PixelsPerInch = 96
    1113  TextHeight = 13
    12   object Bevel1: TBevel
     14  object Bevel1: TBevel [0]
    1315    Left = 6
    1416    Top = 174
     
    1618    Height = 2
    1719  end
    18   object grdDoses: TStringGrid
     20  object grdDoses: TStringGrid [1]
    1921    Left = 6
    2022    Top = 6
     
    3941      21)
    4042  end
    41   object cmdOK: TButton
     43  object cmdOK: TButton [2]
    4244    Left = 290
    4345    Top = 184
     
    4850    OnClick = cmdOKClick
    4951  end
    50   object cmdCancel: TButton
     52  object cmdCancel: TButton [3]
    5153    Left = 368
    5254    Top = 184
     
    5759    OnClick = cmdCancelClick
    5860  end
    59   object cboRoute: TORComboBox
     61  object cboRoute: TORComboBox [4]
    6062    Left = 170
    6163    Top = 200
     
    7173    ListItemsOnly = False
    7274    LongList = False
     75    LookupPiece = 0
    7376    MaxLength = 0
    7477    Pieces = '2'
     
    7982    OnClick = cboRouteClick
    8083    OnExit = cboRouteExit
    81   end
    82   object cboSchedule: TORComboBox
     84    CharsNeedMatch = 1
     85  end
     86  object cboSchedule: TORComboBox [5]
    8387    Left = 169
    8488    Top = 176
     
    9498    ListItemsOnly = False
    9599    LongList = False
     100    LookupPiece = 0
    96101    MaxLength = 0
    97102    Sorted = False
     
    100105    Visible = False
    101106    OnExit = cboScheduleExit
    102   end
    103   object pnlInstruct: TPanel
     107    CharsNeedMatch = 1
     108  end
     109  object pnlInstruct: TPanel [6]
    104110    Left = 6
    105111    Top = 177
     
    144150      ListItemsOnly = False
    145151      LongList = False
     152      LookupPiece = 0
    146153      MaxLength = 80
    147154      Sorted = False
    148155      SynonymChars = '<>'
    149156      TabOrder = 0
    150     end
    151   end
    152   object pnlDays: TPanel
     157      CharsNeedMatch = 1
     158    end
     159  end
     160  object pnlDays: TPanel [7]
    153161    Left = 6
    154162    Top = 201
     
    184192      Height = 21
    185193      Associate = txtDays
    186       Min = 0
    187194      Max = 999
    188       Position = 0
    189195      TabOrder = 1
    190       Wrap = False
    191     end
    192   end
    193   object cmdInsert: TButton
     196    end
     197  end
     198  object cmdInsert: TButton [8]
    194199    Left = 6
    195200    Top = 149
     
    200205    OnClick = cmdInsertClick
    201206  end
    202   object cmdRemove: TButton
     207  object cmdRemove: TButton [9]
    203208    Left = 92
    204209    Top = 149
     
    209214    OnClick = cmdRemoveClick
    210215  end
     216  inherited amgrMain: TVA508AccessibilityManager
     217    Data = (
     218      (
     219        'Component = grdDoses'
     220        'Status = stsDefault')
     221      (
     222        'Component = cmdOK'
     223        'Status = stsDefault')
     224      (
     225        'Component = cmdCancel'
     226        'Status = stsDefault')
     227      (
     228        'Component = cboRoute'
     229        'Status = stsDefault')
     230      (
     231        'Component = cboSchedule'
     232        'Status = stsDefault')
     233      (
     234        'Component = pnlInstruct'
     235        'Status = stsDefault')
     236      (
     237        'Component = cboInstruct'
     238        'Status = stsDefault')
     239      (
     240        'Component = pnlDays'
     241        'Status = stsDefault')
     242      (
     243        'Component = txtDays'
     244        'Status = stsDefault')
     245      (
     246        'Component = UpDown2'
     247        'Status = stsDefault')
     248      (
     249        'Component = cmdInsert'
     250        'Status = stsDefault')
     251      (
     252        'Component = cmdRemove'
     253        'Status = stsDefault')
     254      (
     255        'Component = frmODMedComplex'
     256        'Status = stsDefault'))
     257  end
    211258  object popUnits: TPopupMenu
    212259    AutoPopup = False
Note: See TracChangeset for help on using the changeset viewer.