source: trunk/LocalPlayer/Select.lfm

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