Last change
on this file was 232, checked in by chronos, 5 years ago |
- Fixed: Set all as non-scaled to avoid Lazarus IDE to resize buttons with fixed size.
|
File size:
1.6 KB
|
Line | |
---|
1 | object NatStatDlg: TNatStatDlg
|
---|
2 | Left = 192
|
---|
3 | Top = 119
|
---|
4 | BorderStyle = bsNone
|
---|
5 | ClientHeight = 480
|
---|
6 | ClientWidth = 400
|
---|
7 | Color = clBtnFace
|
---|
8 | Font.Charset = DEFAULT_CHARSET
|
---|
9 | Font.Color = clWindowText
|
---|
10 | Font.Height = -13
|
---|
11 | Font.Name = 'MS Sans Serif'
|
---|
12 | Font.Style = []
|
---|
13 | FormStyle = fsStayOnTop
|
---|
14 | OnCreate = FormCreate
|
---|
15 | OnDestroy = FormDestroy
|
---|
16 | OnKeyDown = FormKeyDown
|
---|
17 | OnShow = FormShow
|
---|
18 | PixelsPerInch = 96
|
---|
19 | Scaled = False
|
---|
20 | object ToggleBtn: TButtonB
|
---|
21 | Left = 6
|
---|
22 | Top = 6
|
---|
23 | Width = 25
|
---|
24 | Height = 25
|
---|
25 | Down = False
|
---|
26 | Permanent = False
|
---|
27 | OnClick = ToggleBtnClick
|
---|
28 | ButtonIndex = 28
|
---|
29 | end
|
---|
30 | object CloseBtn: TButtonB
|
---|
31 | Left = 369
|
---|
32 | Top = 6
|
---|
33 | Width = 25
|
---|
34 | Height = 25
|
---|
35 | Down = False
|
---|
36 | Permanent = False
|
---|
37 | OnClick = CloseBtnClick
|
---|
38 | ButtonIndex = 0
|
---|
39 | end
|
---|
40 | object ScrollUpBtn: TButtonC
|
---|
41 | Left = 381
|
---|
42 | Top = 278
|
---|
43 | Width = 12
|
---|
44 | Height = 12
|
---|
45 | Down = False
|
---|
46 | Permanent = False
|
---|
47 | OnClick = ScrollUpBtnClick
|
---|
48 | ButtonIndex = 1
|
---|
49 | end
|
---|
50 | object ScrollDownBtn: TButtonC
|
---|
51 | Left = 381
|
---|
52 | Top = 290
|
---|
53 | Width = 12
|
---|
54 | Height = 12
|
---|
55 | Down = False
|
---|
56 | Permanent = False
|
---|
57 | OnClick = ScrollDownBtnClick
|
---|
58 | ButtonIndex = 0
|
---|
59 | end
|
---|
60 | object ContactBtn: TEOTButton
|
---|
61 | Left = 330
|
---|
62 | Top = 45
|
---|
63 | Width = 48
|
---|
64 | Height = 48
|
---|
65 | Down = False
|
---|
66 | Permanent = False
|
---|
67 | OnClick = DialogBtnClick
|
---|
68 | ButtonIndex = 3
|
---|
69 | end
|
---|
70 | object TellAIBtn: TButtonC
|
---|
71 | Left = 24
|
---|
72 | Top = 450
|
---|
73 | Width = 12
|
---|
74 | Height = 12
|
---|
75 | Down = False
|
---|
76 | Permanent = False
|
---|
77 | OnClick = TellAIBtnClick
|
---|
78 | ButtonIndex = 0
|
---|
79 | end
|
---|
80 | object Popup: TPopupMenu
|
---|
81 | Left = 16
|
---|
82 | Top = 48
|
---|
83 | end
|
---|
84 | end
|
---|
Note:
See
TracBrowser
for help on using the repository browser.