source: trunk/LocalPlayer/Select.lfm@ 174

Last change on this file since 174 was 69, checked in by chronos, 8 years ago
  • Fixed: Implemented platform independent scrollbars usage. Tested on Linux.
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 object CloseBtn: TButtonB
26 Left = 343
27 Top = 6
28 Width = 25
29 Height = 25
30 Down = False
31 Permanent = False
32 OnClick = CloseBtnClick
33 ButtonIndex = 0
34 end
35 object Layer2Btn: TButtonB
36 Tag = 2
37 Left = 344
38 Top = 224
39 Width = 25
40 Height = 25
41 Down = False
42 Permanent = True
43 OnClick = ModeBtnClick
44 ButtonIndex = 9
45 end
46 object Layer1Btn: TButtonB
47 Tag = 1
48 Left = 312
49 Top = 224
50 Width = 25
51 Height = 25
52 Down = False
53 Permanent = True
54 OnClick = ModeBtnClick
55 ButtonIndex = 14
56 end
57 object Layer0Btn: TButtonB
58 Left = 280
59 Top = 224
60 Width = 25
61 Height = 25
62 Down = False
63 Permanent = True
64 OnClick = ModeBtnClick
65 ButtonIndex = 10
66 end
67 object ToggleBtn: TButtonB
68 Left = 13
69 Top = 6
70 Width = 25
71 Height = 25
72 Down = False
73 Permanent = False
74 OnClick = ToggleBtnClick
75 ButtonIndex = 15
76 end
77 object Popup: TPopupMenu
78 Left = 16
79 Top = 48
80 end
81end
Note: See TracBrowser for help on using the repository browser.