This repository was archived by the owner on Jan 23, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathUnit10.dfm
More file actions
228 lines (228 loc) · 5.8 KB
/
Unit10.dfm
File metadata and controls
228 lines (228 loc) · 5.8 KB
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
object PasteForm: TPasteForm
Left = 216
Top = 380
BorderStyle = bsDialog
Caption = 'Paste from file'
ClientHeight = 199
ClientWidth = 256
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
KeyPreview = True
OldCreateOrder = False
Position = poMainFormCenter
OnClose = FormClose
OnDeactivate = FormDeactivate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object SpeedButton1: TSpeedButton
Left = 224
Top = 24
Width = 23
Height = 22
Glyph.Data = {
36040000424D3604000000000000360000002800000010000000100000000100
2000000000000004000000000000000000000000000000000000FF00FF00FF00
FF00868686008686860086868600868686008686860086868600868686008686
86008686860086868600FF00FF00FF00FF00FF00FF00FF00FF00FF00FF008686
8600000000000000000000000000000000000000000000000000000000000000
0000000000000000000086868600FF00FF00FF00FF00FF00FF00868686000000
000066CCFF00CCFFFF00CCFFFF00CCFFFF00CCFFFF00F0FBFF00F0FBFF00F0FB
FF00F0FBFF00F0FBFF0000000000FF00FF00FF00FF00FF00FF00868686000000
0000CCFFFF0099999900000000004D4D4D0033CCFF00CCFFFF00CCFFFF00CCFF
FF00CCFFFF00CCFFFF0000000000FF00FF00FF00FF00FF00FF00868686000000
000099CCFF000099FF004D4D4D00000000004D4D4D000099FF000099FF000099
FF000099FF000099FF0000000000FF00FF00FF00FF00FF00FF00868686000000
000099CCFF0099CCFF000099FF004D4D4D000000000000000000000000000000
00000000000000000000000000000000000000000000FF00FF00868686000000
000099CCFF0066CCFF0066CCFF000099FF000000000066666600FFFFFF00FFFF
FF006666660000000000D7D7D700FFFFFF00F8F8F80000000000868686000000
000066FFFF0033CCFF0033CCFF000099FF0000000000FFFFFF00FFFFFF00FFFF
FF00FFFFFF0000000000D7D7D700FFFFFF00F8F8F80000000000868686000000
000066FFFF0066CCFF003399FF000099FF0000000000FFFFFF00EAEAEA00F1F1
F100FFFFFF0000000000D7D7D700FFFFFF00F8F8F80000000000FF00FF000404
040099CCCC0066FFFF0099CCFF00CBCBCB000000000086868600FFFFFF00FFFF
FF006666660000000000D7D7D700FFFFFF00FFFFFF0000000000FF00FF00FF00
FF0004040400000000000000000000000000FF00FF0000000000000000000000
000000000000D7D7D700F8F8F800D7D7D700D7D7D70000000000FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF0000000000CBCBCB00F8F8F800D7D7D7000000000000000000FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF0000000000000000000000000000000000FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00
FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00FF00}
OnClick = SpeedButton1Click
end
object Bevel2: TBevel
Left = 8
Top = 53
Width = 241
Height = 28
Shape = bsTopLine
end
object Label1: TLabel
Left = 112
Top = 48
Width = 36
Height = 13
Caption = 'Options'
Transparent = False
end
object Bevel1: TBevel
Left = 8
Top = 133
Width = 241
Height = 28
Shape = bsTopLine
end
object Label2: TLabel
Left = 104
Top = 128
Width = 36
Height = 13
Caption = 'Objects'
Transparent = False
end
object Bevel3: TBevel
Left = 8
Top = 69
Width = 113
Height = 28
Shape = bsTopLine
end
object Bevel4: TBevel
Left = 144
Top = 69
Width = 105
Height = 28
Shape = bsTopLine
end
object Label4: TLabel
Left = 176
Top = 64
Width = 38
Height = 13
Caption = 'Pictures'
Transparent = False
end
object Label3: TLabel
Left = 40
Top = 64
Width = 43
Height = 13
Caption = 'Polygons'
Transparent = False
end
object LabeledEdit1: TLabeledEdit
Left = 8
Top = 24
Width = 209
Height = 21
EditLabel.Width = 110
EditLabel.Height = 13
EditLabel.Caption = 'Enter filename for insert'
TabOrder = 0
end
object BitBtn1: TBitBtn
Left = 38
Top = 168
Width = 75
Height = 25
Caption = 'Ok'
ModalResult = 1
TabOrder = 8
end
object BitBtn2: TBitBtn
Left = 152
Top = 168
Width = 75
Height = 25
Caption = 'Cancel'
ModalResult = 2
TabOrder = 9
end
object Apples: TCheckBox
Left = 16
Top = 144
Width = 73
Height = 17
Caption = 'Apples'
Checked = True
State = cbChecked
TabOrder = 5
end
object Killers: TCheckBox
Left = 96
Top = 144
Width = 73
Height = 17
Caption = 'Killers'
Checked = True
State = cbChecked
TabOrder = 6
end
object Flowers: TCheckBox
Left = 176
Top = 144
Width = 73
Height = 17
Caption = 'Flowers'
Checked = True
State = cbChecked
TabOrder = 7
end
object NPolygons: TCheckBox
Left = 16
Top = 80
Width = 113
Height = 17
Caption = 'Normal'
Checked = True
State = cbChecked
TabOrder = 1
end
object GPolygons: TCheckBox
Left = 16
Top = 104
Width = 105
Height = 17
Caption = 'Grass'
Checked = True
State = cbChecked
TabOrder = 2
end
object NPictures: TCheckBox
Left = 152
Top = 80
Width = 97
Height = 17
Caption = 'Normal'
Checked = True
State = cbChecked
TabOrder = 3
end
object TPictures: TCheckBox
Left = 152
Top = 104
Width = 97
Height = 17
Caption = 'Textures'
Checked = True
State = cbChecked
TabOrder = 4
end
object OpenDialog1: TOpenDialog
Filter = 'Level files (*.lev)|*.lev|All files (*.*)|*.*'
Left = 8
Top = 168
end
end