Last change
on this file was 470, checked in by chronos, 12 months ago |
- Fixed: Windows .lfm files corrected for width and height information.
|
File size:
1.4 KB
|
Line | |
---|
1 | object RatesDlg: TRatesDlg
|
---|
2 | Left = 262
|
---|
3 | Width = 312
|
---|
4 | Top = 517
|
---|
5 | Height = 223
|
---|
6 | BorderIcons = []
|
---|
7 | BorderStyle = bsNone
|
---|
8 | ClientHeight = 223
|
---|
9 | ClientWidth = 312
|
---|
10 | Color = clBtnFace
|
---|
11 | Font.Charset = DEFAULT_CHARSET
|
---|
12 | Font.Color = clWindowText
|
---|
13 | Font.Height = -11
|
---|
14 | Font.Name = 'MS Sans Serif'
|
---|
15 | Font.Style = []
|
---|
16 | FormStyle = fsStayOnTop
|
---|
17 | OldCreateOrder = False
|
---|
18 | Scaled = False
|
---|
19 | OnCreate = FormCreate
|
---|
20 | OnShow = FormShow
|
---|
21 | PixelsPerInch = 96
|
---|
22 | Scaled = False
|
---|
23 | TextHeight = 13
|
---|
24 | object CloseBtn: TButtonB
|
---|
25 | Left = 274
|
---|
26 | Top = 6
|
---|
27 | Width = 25
|
---|
28 | Height = 25
|
---|
29 | Down = False
|
---|
30 | Permanent = False
|
---|
31 | OnClick = CloseBtnClick
|
---|
32 | ButtonIndex = 0
|
---|
33 | end
|
---|
34 | object LuxBtn: TButtonC
|
---|
35 | Left = 156
|
---|
36 | Top = 64
|
---|
37 | Width = 12
|
---|
38 | Height = 12
|
---|
39 | Down = False
|
---|
40 | Permanent = False
|
---|
41 | OnClick = TaxLuxBtnClick
|
---|
42 | ButtonIndex = 5
|
---|
43 | end
|
---|
44 | object ScienceBtn: TButtonC
|
---|
45 | Left = 144
|
---|
46 | Top = 64
|
---|
47 | Width = 12
|
---|
48 | Height = 12
|
---|
49 | Down = False
|
---|
50 | Permanent = False
|
---|
51 | OnClick = TaxLuxBtnClick
|
---|
52 | ButtonIndex = 4
|
---|
53 | end
|
---|
54 | object TaxUpBtn: TButtonC
|
---|
55 | Left = 205
|
---|
56 | Top = 170
|
---|
57 | Width = 12
|
---|
58 | Height = 12
|
---|
59 | Down = False
|
---|
60 | Permanent = False
|
---|
61 | OnClick = TaxLuxBtnClick
|
---|
62 | ButtonIndex = 1
|
---|
63 | end
|
---|
64 | object TaxDownBtn: TButtonC
|
---|
65 | Left = 205
|
---|
66 | Top = 182
|
---|
67 | Width = 12
|
---|
68 | Height = 12
|
---|
69 | Down = False
|
---|
70 | Permanent = False
|
---|
71 | OnClick = TaxLuxBtnClick
|
---|
72 | ButtonIndex = 0
|
---|
73 | end
|
---|
74 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.