| Rev | Line |   | 
|---|
| [456] | 1 | inherited frmODDietLT: TfrmODDietLT
 | 
|---|
 | 2 |   Left = 398
 | 
|---|
 | 3 |   Top = 254
 | 
|---|
 | 4 |   Caption = 'Late Tray?'
 | 
|---|
| [829] | 5 |   ClientHeight = 161
 | 
|---|
 | 6 |   ClientWidth = 296
 | 
|---|
| [456] | 7 |   Position = poScreenCenter
 | 
|---|
 | 8 |   OnCreate = FormCreate
 | 
|---|
| [829] | 9 |   ExplicitWidth = 304
 | 
|---|
 | 10 |   ExplicitHeight = 188
 | 
|---|
| [456] | 11 |   PixelsPerInch = 96
 | 
|---|
 | 12 |   TextHeight = 13
 | 
|---|
| [829] | 13 |   object Bevel1: TBevel [0]
 | 
|---|
| [456] | 14 |     Left = 0
 | 
|---|
 | 15 |     Top = 66
 | 
|---|
 | 16 |     Width = 296
 | 
|---|
 | 17 |     Height = 2
 | 
|---|
 | 18 |   end
 | 
|---|
| [829] | 19 |   object lblMealCutoff: TStaticText [1]
 | 
|---|
| [456] | 20 |     Left = 8
 | 
|---|
 | 21 |     Top = 16
 | 
|---|
 | 22 |     Width = 186
 | 
|---|
 | 23 |     Height = 17
 | 
|---|
 | 24 |     Caption = 'You have missed the breakfast cut-off.'
 | 
|---|
 | 25 |     TabOrder = 4
 | 
|---|
 | 26 |   end
 | 
|---|
| [829] | 27 |   object Label2: TStaticText [2]
 | 
|---|
| [456] | 28 |     Left = 8
 | 
|---|
 | 29 |     Top = 34
 | 
|---|
 | 30 |     Width = 156
 | 
|---|
 | 31 |     Height = 17
 | 
|---|
 | 32 |     Caption = 'Do you wish to order a late tray?'
 | 
|---|
 | 33 |     TabOrder = 5
 | 
|---|
 | 34 |   end
 | 
|---|
| [829] | 35 |   object GroupBox1: TGroupBox [3]
 | 
|---|
| [456] | 36 |     Left = 109
 | 
|---|
 | 37 |     Top = 76
 | 
|---|
 | 38 |     Width = 77
 | 
|---|
 | 39 |     Height = 78
 | 
|---|
 | 40 |     Caption = 'Meal Time'
 | 
|---|
 | 41 |     TabOrder = 0
 | 
|---|
 | 42 |     object radLT1: TRadioButton
 | 
|---|
 | 43 |       Left = 9
 | 
|---|
 | 44 |       Top = 16
 | 
|---|
 | 45 |       Width = 56
 | 
|---|
 | 46 |       Height = 17
 | 
|---|
 | 47 |       TabOrder = 0
 | 
|---|
 | 48 |     end
 | 
|---|
 | 49 |     object radLT2: TRadioButton
 | 
|---|
 | 50 |       Left = 9
 | 
|---|
 | 51 |       Top = 36
 | 
|---|
 | 52 |       Width = 56
 | 
|---|
 | 53 |       Height = 17
 | 
|---|
 | 54 |       TabOrder = 1
 | 
|---|
 | 55 |     end
 | 
|---|
 | 56 |     object radLT3: TRadioButton
 | 
|---|
 | 57 |       Left = 9
 | 
|---|
 | 58 |       Top = 56
 | 
|---|
 | 59 |       Width = 56
 | 
|---|
 | 60 |       Height = 17
 | 
|---|
 | 61 |       TabOrder = 2
 | 
|---|
 | 62 |     end
 | 
|---|
 | 63 |   end
 | 
|---|
| [829] | 64 |   object cmdYes: TButton [4]
 | 
|---|
| [456] | 65 |     Left = 216
 | 
|---|
 | 66 |     Top = 8
 | 
|---|
 | 67 |     Width = 72
 | 
|---|
 | 68 |     Height = 21
 | 
|---|
 | 69 |     Caption = 'Yes'
 | 
|---|
 | 70 |     Default = True
 | 
|---|
 | 71 |     TabOrder = 1
 | 
|---|
 | 72 |     OnClick = cmdYesClick
 | 
|---|
 | 73 |   end
 | 
|---|
| [829] | 74 |   object cmdNo: TButton [5]
 | 
|---|
| [456] | 75 |     Left = 216
 | 
|---|
 | 76 |     Top = 37
 | 
|---|
 | 77 |     Width = 72
 | 
|---|
 | 78 |     Height = 21
 | 
|---|
 | 79 |     Cancel = True
 | 
|---|
 | 80 |     Caption = 'No'
 | 
|---|
 | 81 |     TabOrder = 2
 | 
|---|
 | 82 |     OnClick = cmdNoClick
 | 
|---|
 | 83 |   end
 | 
|---|
| [829] | 84 |   object chkBagged: TCheckBox [6]
 | 
|---|
| [456] | 85 |     Left = 8
 | 
|---|
 | 86 |     Top = 76
 | 
|---|
 | 87 |     Width = 85
 | 
|---|
 | 88 |     Height = 17
 | 
|---|
 | 89 |     Caption = 'Bagged Meal'
 | 
|---|
 | 90 |     TabOrder = 3
 | 
|---|
 | 91 |   end
 | 
|---|
| [829] | 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
 | 
|---|
| [456] | 125 | end
 | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.