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/fODDietLT.dfm

    r456 r829  
    22  Left = 398
    33  Top = 254
    4   Width = 304
    5   Height = 188
    64  Caption = 'Late Tray?'
     5  ClientHeight = 161
     6  ClientWidth = 296
    77  Position = poScreenCenter
    88  OnCreate = FormCreate
     9  ExplicitWidth = 304
     10  ExplicitHeight = 188
    911  PixelsPerInch = 96
    1012  TextHeight = 13
    11   object Bevel1: TBevel
     13  object Bevel1: TBevel [0]
    1214    Left = 0
    1315    Top = 66
     
    1517    Height = 2
    1618  end
    17   object lblMealCutoff: TStaticText
     19  object lblMealCutoff: TStaticText [1]
    1820    Left = 8
    1921    Top = 16
     
    2325    TabOrder = 4
    2426  end
    25   object Label2: TStaticText
     27  object Label2: TStaticText [2]
    2628    Left = 8
    2729    Top = 34
     
    3133    TabOrder = 5
    3234  end
    33   object GroupBox1: TGroupBox
     35  object GroupBox1: TGroupBox [3]
    3436    Left = 109
    3537    Top = 76
     
    6062    end
    6163  end
    62   object cmdYes: TButton
     64  object cmdYes: TButton [4]
    6365    Left = 216
    6466    Top = 8
     
    7072    OnClick = cmdYesClick
    7173  end
    72   object cmdNo: TButton
     74  object cmdNo: TButton [5]
    7375    Left = 216
    7476    Top = 37
     
    8082    OnClick = cmdNoClick
    8183  end
    82   object chkBagged: TCheckBox
     84  object chkBagged: TCheckBox [6]
    8385    Left = 8
    8486    Top = 76
     
    8890    TabOrder = 3
    8991  end
     92  inherited amgrMain: TVA508AccessibilityManager
     93    Data = (
     94      (
     95        'Component = lblMealCutoff'
     96        'Status = stsDefault')
     97      (
     98        'Component = Label2'
     99        'Status = stsDefault')
     100      (
     101        'Component = GroupBox1'
     102        'Status = stsDefault')
     103      (
     104        'Component = radLT1'
     105        'Status = stsDefault')
     106      (
     107        'Component = radLT2'
     108        'Status = stsDefault')
     109      (
     110        'Component = radLT3'
     111        'Status = stsDefault')
     112      (
     113        'Component = cmdYes'
     114        'Status = stsDefault')
     115      (
     116        'Component = cmdNo'
     117        'Status = stsDefault')
     118      (
     119        'Component = chkBagged'
     120        'Status = stsDefault')
     121      (
     122        'Component = frmODDietLT'
     123        'Status = stsDefault'))
     124  end
    90125end
Note: See TracChangeset for help on using the changeset viewer.