-
Notifications
You must be signed in to change notification settings - Fork 4
/
setcustomspritesize.lfm
60 lines (60 loc) · 1.08 KB
/
setcustomspritesize.lfm
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
object setcustomspritesizeform: Tsetcustomspritesizeform
Left = 811
Height = 211
Top = 499
Width = 320
BorderStyle = bsDialog
Caption = 'Set Custom Sprite Size'
ClientHeight = 211
ClientWidth = 320
LCLVersion = '3.4.0.0'
object SpinEditWidth: TSpinEditEx
Left = 128
Height = 23
Top = 35
Width = 103
MaxLength = 0
NumbersOnly = True
TabOrder = 0
MaxValue = 256
MinValue = 8
NullValue = 0
Value = 48
end
object SpinEditHeight: TSpinEditEx
Left = 128
Height = 23
Top = 72
Width = 103
MaxLength = 0
NumbersOnly = True
TabOrder = 1
MaxValue = 256
MinValue = 8
NullValue = 0
Value = 48
end
object OKButton: TButton
Left = 208
Height = 25
Top = 152
Width = 75
Caption = 'OK'
TabOrder = 2
OnClick = OKButtonClick
end
object SpriteWidth: TLabel
Left = 32
Height = 15
Top = 40
Width = 65
Caption = 'Sprite Width'
end
object SpriteHeight: TLabel
Left = 32
Height = 15
Top = 72
Width = 69
Caption = 'Sprite Height'
end
end