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