File: Rates.lfm

package info (click to toggle)
c-evo-dh 3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 10,548 kB
  • sloc: pascal: 57,426; xml: 256; makefile: 114; sh: 4
file content (72 lines) | stat: -rw-r--r-- 1,366 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
object RatesDlg: TRatesDlg
  Left = 262
  Top = 517
  BorderIcons = []
  BorderStyle = bsNone
  ClientHeight = 223
  ClientWidth = 312
  Color = clBtnFace
  Font.Charset = DEFAULT_CHARSET
  Font.Color = clWindowText
  Font.Height = -11
  Font.Name = 'MS Sans Serif'
  Font.Style = []
  FormStyle = fsStayOnTop
  OldCreateOrder = False
  Scaled = False
  OnCreate = FormCreate
  OnShow = FormShow
  PixelsPerInch = 96
  Scaled = False
  TextHeight = 13
  object CloseBtn: TButtonB
    Left = 274
    Top = 6
    Width = 25
    Height = 25
    Down = False
    Permanent = False
    OnClick = CloseBtnClick
    ButtonIndex = 0
  end
  object LuxBtn: TButtonC2
    Left = 246
    Top = 50
    Width = 24
    Height = 24
    Down = False
    Permanent = False
    OnClick = TaxLuxBtnClick
    ButtonIndex = 5
  end
  object ScienceBtn: TButtonC2
    Left = 44
    Top = 50
    Width = 24
    Height = 24
    Down = False
    Permanent = False
    OnClick = TaxLuxBtnClick
    ButtonIndex = 4
  end
  object TaxUpBtn: TButtonC2
    Left = 226
    Top = 164
    Width = 24
    Height = 24
    Down = False
    Permanent = False
    OnClick = TaxLuxBtnClick
    ButtonIndex = 1
  end
  object TaxDownBtn: TButtonC2
    Left = 226
    Top = 188
    Width = 24
    Height = 24
    Down = False
    Permanent = False
    OnClick = TaxLuxBtnClick
    ButtonIndex = 0
  end
end