source: trunk/LocalPlayer/Draft.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.1 KB
Line 
1object DraftDlg: TDraftDlg
2 Left = 325
3 Height = 511
4 Top = 206
5 Width = 315
6 BorderIcons = []
7 BorderStyle = bsNone
8 ClientHeight = 511
9 ClientWidth = 315
10 Color = clBtnFace
11 Font.Color = clWindowText
12 Font.Height = -13
13 Font.Name = 'MS Sans Serif'
14 FormStyle = fsStayOnTop
15 OnCreate = FormCreate
16 OnDestroy = FormDestroy
17 OnMouseDown = PaintBox1MouseDown
18 OnMouseUp = PaintBox1MouseUp
19 OnShow = FormShow
20 LCLVersion = '1.6.0.4'
21 PixelsPerInch = 96
22 Scaled = False
23 object OKBtn: TButtonA
24 Left = 196
25 Height = 25
26 Top = 477
27 Width = 100
28 Down = False
29 Permanent = False
30 OnClick = OKBtnClick
31 end
32 object CloseBtn: TButtonB
33 Left = 284
34 Height = 25
35 Top = 6
36 Width = 25
37 Down = False
38 Permanent = False
39 OnClick = CloseBtnClick
40 ButtonIndex = 0
41 end
42 object GroundArea: TArea
43 Left = 30
44 Height = 36
45 Top = 464
46 Width = 36
47 end
48 object SeaArea: TArea
49 Left = 70
50 Height = 36
51 Top = 464
52 Width = 36
53 end
54 object AirArea: TArea
55 Left = 110
56 Height = 36
57 Top = 464
58 Width = 36
59 end
60end
Note: See TracBrowser for help on using the repository browser.