source: tags/1.3.9/LocalPlayer/Battle.lfm

Last change on this file was 706, checked in by chronos, 6 months ago
  • Fixed: Subversion properties.
File size: 901 bytes
Line 
1object BattleDlg: TBattleDlg
2 Left = 246
3 Height = 288
4 Top = 122
5 Width = 300
6 BorderIcons = []
7 BorderStyle = bsNone
8 ClientHeight = 288
9 ClientWidth = 300
10 Color = clBtnFace
11 DesignTimePPI = 144
12 Font.Color = clWindowText
13 Font.Height = -11
14 Font.Name = 'MS Sans Serif'
15 FormStyle = fsStayOnTop
16 OnCreate = FormCreate
17 OnDeactivate = FormDeactivate
18 OnDestroy = FormDestroy
19 OnKeyDown = FormKeyDown
20 OnMouseDown = FormMouseDown
21 OnPaint = FormPaint
22 OnShow = FormShow
23 LCLVersion = '2.0.12.0'
24 Scaled = False
25 object OKBtn: TButtonA
26 Left = 46
27 Height = 25
28 Top = 251
29 Width = 100
30 Down = False
31 Permanent = False
32 OnClick = OKBtnClick
33 end
34 object CancelBtn: TButtonA
35 Left = 154
36 Height = 25
37 Top = 251
38 Width = 100
39 Down = False
40 Permanent = False
41 OnClick = CancelBtnClick
42 end
43end
Note: See TracBrowser for help on using the repository browser.