forked from thargor6/mb3d
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAniPreviewWindow.dfm
143 lines (143 loc) · 3.19 KB
/
AniPreviewWindow.dfm
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
object AniPreviewForm: TAniPreviewForm
Left = 297
Top = 155
BorderIcons = [biSystemMenu]
BorderStyle = bsDialog
Caption = 'Animation preview'
ClientHeight = 338
ClientWidth = 371
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = False
Position = poDesigned
OnCreate = FormCreate
OnDestroy = FormDestroy
OnHide = FormHide
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 264
Width = 371
Height = 74
Align = alBottom
TabOrder = 0
object SpeedButton1: TSpeedButton
Left = 152
Top = 24
Width = 73
Height = 25
Caption = 'AniGif'
Glyph.Data = {
F6000000424DF600000000000000760000002800000010000000100000000100
04000000000080000000C30E0000C30E0000100000001000000000000000FF00
00008484000084848400C6C6C600FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFF
FF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00FFFFFF00444444444444
4444430000000000003440110311544011044011031154401104401104334440
1104401120000002110440111111111111044012000000002104401055555555
0104401055555555010440105555555501044010555555550104400055555555
0004401055555555010443000000000000344444444444444444}
Visible = False
OnClick = SpeedButton1Click
end
object Button1: TButton
Left = 288
Top = 24
Width = 75
Height = 25
Caption = 'Exit'
TabOrder = 0
OnClick = Button1Click
end
object ProgressBar1: TProgressBar
Left = 107
Top = 25
Width = 164
Height = 24
Smooth = True
TabOrder = 1
Visible = False
end
object CheckBox1: TCheckBox
Left = 121
Top = 2
Width = 91
Height = 17
Caption = 'Show frame nr'
TabOrder = 2
end
object CheckBox2: TCheckBox
Left = 217
Top = 2
Width = 48
Height = 17
Caption = 'white'
TabOrder = 3
end
object UpDown1: TUpDown
Left = 66
Top = 26
Width = 18
Height = 21
Associate = Edit1
Min = 1
Max = 30
Position = 15
TabOrder = 4
end
object Edit1: TEdit
Left = 32
Top = 26
Width = 34
Height = 21
TabOrder = 5
Text = '15'
end
object ScrollBar1: TScrollBar
Left = 0
Top = 55
Width = 371
Height = 19
PageSize = 0
TabOrder = 6
OnScroll = ScrollBar1Scroll
end
object CheckBox3: TCheckBox
Left = 14
Top = 4
Width = 85
Height = 17
Caption = 'Frames/sec:'
Checked = True
State = cbChecked
TabOrder = 7
end
end
object Timer1: TTimer
Enabled = False
Interval = 20
OnTimer = Timer1Timer
Left = 280
Top = 224
end
object Timer2: TTimer
Enabled = False
Interval = 50
OnTimer = Timer2Timer
Left = 312
Top = 224
end
object SaveDialog1: TSaveDialog
DefaultExt = 'gif'
Filter = 'Animated Gif|*.gif'
Options = [ofOverwritePrompt, ofHideReadOnly, ofEnableSizing]
Left = 56
Top = 40
end
end