source: cprs/branches/tmg-cprs/CPRS-Chart/Orders/fODDietLT.dfm@ 453

Last change on this file since 453 was 453, checked in by Kevin Toppenberg, 16 years ago

Initial upload of TMG-CPRS 1.0.26.69

File size: 3.0 KB
Line 
1inherited 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 [0]
12 Left = 0
13 Top = 66
14 Width = 296
15 Height = 2
16 end
17 object lblMealCutoff: TStaticText [1]
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 [2]
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 [3]
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 [4]
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 [5]
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 [6]
83 Left = 8
84 Top = 76
85 Width = 85
86 Height = 17
87 Caption = 'Bagged Meal'
88 TabOrder = 3
89 end
90 inherited DKLanguageController1: TDKLanguageController
91 LangData = {
92 0B0066726D4F44446965744C54010100000001000000070043617074696F6E01
93 0A0000000600426576656C3100000D006C626C4D65616C4375746F6666010100
94 000002000000070043617074696F6E0006004C6162656C320101000000030000
95 00070043617074696F6E00090047726F7570426F783101010000000400000007
96 0043617074696F6E0006007261644C5431000006007261644C54320000060072
97 61644C543300000600636D64596573010100000005000000070043617074696F
98 6E000500636D644E6F010100000006000000070043617074696F6E0009006368
99 6B426167676564010100000007000000070043617074696F6E00}
100 end
101 object DKLanguageController2: TDKLanguageController
102 Left = 136
103 Top = 80
104 LangData = {
105 0B0066726D4F44446965744C54010100000001000000070043617074696F6E01
106 0A0000000600426576656C3100000D006C626C4D65616C4375746F6666010100
107 000002000000070043617074696F6E0006004C6162656C320101000000030000
108 00070043617074696F6E00090047726F7570426F783101010000000400000007
109 0043617074696F6E0006007261644C5431000006007261644C54320000060072
110 61644C543300000600636D64596573010100000005000000070043617074696F
111 6E000500636D644E6F010100000006000000070043617074696F6E0009006368
112 6B426167676564010100000007000000070043617074696F6E00}
113 end
114end
Note: See TracBrowser for help on using the repository browser.