source: tags/1.2.0/LocalPlayer/Select.lfm

Last change on this file was 232, checked in by chronos, 4 years ago
  • Fixed: Set all as non-scaled to avoid Lazarus IDE to resize buttons with fixed size.
File size: 1.6 KB
Line 
1object ListDlg: TListDlg
2 Left = 290
3 Top = 145
4 BorderIcons = []
5 BorderStyle = bsNone
6 ClientHeight = 262
7 ClientWidth = 381
8 Color = clBtnFace
9 Font.Charset = DEFAULT_CHARSET
10 Font.Color = clWindowText
11 Font.Height = -13
12 Font.Name = 'MS Sans Serif'
13 Font.Style = []
14 FormStyle = fsStayOnTop
15 OnCloseQuery = FormCloseQuery
16 OnCreate = FormCreate
17 OnDestroy = FormDestroy
18 OnKeyDown = FormKeyDown
19 OnMouseWheel = FormMouseWheel
20 OnMouseDown = PaintBox1MouseDown
21 OnMouseMove = PaintBox1MouseMove
22 OnPaint = FormPaint
23 OnShow = FormShow
24 PixelsPerInch = 96
25 Scaled = False
26 object CloseBtn: TButtonB
27 Left = 343
28 Top = 6
29 Width = 25
30 Height = 25
31 Down = False
32 Permanent = False
33 OnClick = CloseBtnClick
34 ButtonIndex = 0
35 end
36 object Layer2Btn: TButtonB
37 Tag = 2
38 Left = 344
39 Top = 224
40 Width = 25
41 Height = 25
42 Down = False
43 Permanent = True
44 OnClick = ModeBtnClick
45 ButtonIndex = 9
46 end
47 object Layer1Btn: TButtonB
48 Tag = 1
49 Left = 312
50 Top = 224
51 Width = 25
52 Height = 25
53 Down = False
54 Permanent = True
55 OnClick = ModeBtnClick
56 ButtonIndex = 14
57 end
58 object Layer0Btn: TButtonB
59 Left = 280
60 Top = 224
61 Width = 25
62 Height = 25
63 Down = False
64 Permanent = True
65 OnClick = ModeBtnClick
66 ButtonIndex = 10
67 end
68 object ToggleBtn: TButtonB
69 Left = 13
70 Top = 6
71 Width = 25
72 Height = 25
73 Down = False
74 Permanent = False
75 OnClick = ToggleBtnClick
76 ButtonIndex = 15
77 end
78 object Popup: TPopupMenu
79 Left = 16
80 Top = 48
81 end
82end
Note: See TracBrowser for help on using the repository browser.