-
Notifications
You must be signed in to change notification settings - Fork 4
/
animationexport.lfm
77 lines (77 loc) · 1.42 KB
/
animationexport.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
object AnimationExportForm: TAnimationExportForm
Left = 1398
Height = 222
Top = 243
Width = 388
Caption = 'Animation Export Properties'
ClientHeight = 222
ClientWidth = 388
LCLVersion = '3.4.0.0'
object EditName: TEdit
Left = 120
Height = 23
Top = 24
Width = 211
MaxLength = 20
ParentFont = False
TabOrder = 0
end
object AnimationName: TLabel
Left = 75
Height = 15
Top = 32
Width = 32
Caption = 'Name'
ParentColor = False
ParentFont = False
end
object AnimationType: TLabel
Left = 24
Height = 15
Top = 102
Width = 83
Caption = 'Animation Type'
ParentColor = False
ParentFont = False
end
object ComboMap: TComboBox
Left = 120
Height = 23
Top = 102
Width = 211
ItemHeight = 15
ParentFont = False
Style = csDropDownList
TabOrder = 1
end
object CompilerType: TLabel
Left = 58
Height = 15
Top = 64
Width = 49
Caption = 'Compiler'
ParentColor = False
ParentFont = False
end
object ComboCompiler: TComboBox
Left = 120
Height = 23
Top = 64
Width = 211
ItemHeight = 15
ParentFont = False
Style = csDropDownList
TabOrder = 2
OnChange = ComboCompilerChange
end
object OKButton: TButton
Left = 280
Height = 25
Top = 176
Width = 75
Caption = 'OK'
ParentFont = False
TabOrder = 3
OnClick = OKButtonClick
end
end