1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
object BattleDlg: TBattleDlg
Left = 246
Height = 288
Top = 122
Width = 300
BorderIcons = []
BorderStyle = bsNone
ClientHeight = 288
ClientWidth = 300
Color = clBtnFace
DesignTimePPI = 144
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
FormStyle = fsStayOnTop
OnCreate = FormCreate
OnDeactivate = FormDeactivate
OnDestroy = FormDestroy
OnKeyDown = FormKeyDown
OnMouseDown = FormMouseDown
OnPaint = FormPaint
OnShow = FormShow
LCLVersion = '2.0.12.0'
Scaled = False
object OKBtn: TButtonA
Left = 46
Height = 25
Top = 251
Width = 100
Down = False
Permanent = False
OnClick = OKBtnClick
end
object CancelBtn: TButtonA
Left = 154
Height = 25
Top = 251
Width = 100
Down = False
Permanent = False
OnClick = CancelBtnClick
end
end
|