source: cprs/branches/tmg-cprs/dklang-package-3.01/Examples/Frames/ufrFontSettings.dfm@ 468

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

CPRS v1.0.26.76

File size: 1.1 KB
Line 
1object frFontSettings: TfrFontSettings
2 Left = 0
3 Top = 0
4 Width = 312
5 Height = 57
6 AutoScroll = False
7 TabOrder = 0
8 object gbMain: TTntGroupBox
9 Left = 0
10 Top = 0
11 Width = 312
12 Height = 57
13 Align = alClient
14 TabOrder = 0
15 DesignSize = (
16 312
17 57)
18 object pSample: TTntPanel
19 Left = 8
20 Top = 16
21 Width = 213
22 Height = 33
23 Anchors = [akLeft, akTop, akRight, akBottom]
24 BevelOuter = bvLowered
25 Caption = 'This is a sample text'
26 TabOrder = 0
27 end
28 object bSelectFont: TTntButton
29 Left = 228
30 Top = 20
31 Width = 75
32 Height = 23
33 Anchors = [akTop, akRight]
34 Caption = 'Select...'
35 TabOrder = 1
36 OnClick = bSelectFontClick
37 end
38 end
39 object lcMain: TDKLanguageController
40 SectionName = 'frFontSettings'
41 Left = 180
42 Top = 16
43 LangData = {
44 0E006672466F6E7453657474696E67730001030000000B006253656C65637446
45 6F6E74010100000001000000070043617074696F6E0007007053616D706C6501
46 0100000002000000070043617074696F6E00060067624D61696E0000}
47 end
48end
Note: See TracBrowser for help on using the repository browser.