1 |
object Form1: TForm1 |
2 |
Left = 0 |
3 |
Top = 0 |
4 |
HorzScrollBar.Visible = False |
5 |
VertScrollBar.Visible = False |
6 |
AutoScroll = False |
7 |
Caption = 'Form1' |
8 |
ClientHeight = 544 |
9 |
ClientWidth = 692 |
10 |
Color = clBtnFace |
11 |
Font.Charset = DEFAULT_CHARSET |
12 |
Font.Color = clWindowText |
13 |
Font.Height = -11 |
14 |
Font.Name = 'Tahoma' |
15 |
Font.Style = [] |
16 |
FormStyle = fsMDIForm |
17 |
Menu = menu |
18 |
OldCreateOrder = False |
19 |
OnClose = FormClose |
20 |
OnCreate = FormCreate |
21 |
OnResize = FormResize |
22 |
PixelsPerInch = 96 |
23 |
TextHeight = 13 |
24 |
object statbar: TStatusBar |
25 |
Left = 0 |
26 |
Top = 527 |
27 |
Width = 692 |
28 |
Height = 17 |
29 |
BiDiMode = bdLeftToRight |
30 |
Panels = < |
31 |
item |
32 |
Text = 'Nothing loaded' |
33 |
Width = 500 |
34 |
end |
35 |
item |
36 |
Text = 'Files: -' |
37 |
Width = 90 |
38 |
end |
39 |
item |
40 |
Text = 'Extensions: -' |
41 |
Width = 100 |
42 |
end> |
43 |
ParentBiDiMode = False |
44 |
end |
45 |
object tabs: TTabSet |
46 |
Left = 0 |
47 |
Top = 507 |
48 |
Width = 692 |
49 |
Height = 20 |
50 |
Align = alBottom |
51 |
DitherBackground = False |
52 |
Font.Charset = DEFAULT_CHARSET |
53 |
Font.Color = clWindowText |
54 |
Font.Height = -11 |
55 |
Font.Name = 'Tahoma' |
56 |
Font.Style = [] |
57 |
SoftTop = True |
58 |
Style = tsModernTabs |
59 |
OnChange = tabsChange |
60 |
end |
61 |
object opend: TOpenDialog |
62 |
Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing] |
63 |
Left = 480 |
64 |
end |
65 |
object menu: TMainMenu |
66 |
AutoHotkeys = maManual |
67 |
Left = 592 |
68 |
object menu_main: TMenuItem |
69 |
Caption = '&Main' |
70 |
object menu_loaddat: TMenuItem |
71 |
Caption = '&Select .dat-file ...' |
72 |
ShortCut = 16463 |
73 |
OnClick = menu_loaddatClick |
74 |
end |
75 |
object menu_lvldb: TMenuItem |
76 |
Caption = 'Open OUP-Level-&DB ...' |
77 |
ShortCut = 16452 |
78 |
OnClick = menu_lvldbClick |
79 |
end |
80 |
object menu_sep1: TMenuItem |
81 |
Caption = '-' |
82 |
end |
83 |
object menu_exit: TMenuItem |
84 |
Caption = '&Exit' |
85 |
OnClick = menu_exitClick |
86 |
end |
87 |
end |
88 |
object menu_convert: TMenuItem |
89 |
Caption = '&Convert' |
90 |
Enabled = False |
91 |
object menu_createdb: TMenuItem |
92 |
Caption = 'Create level-database' |
93 |
Enabled = False |
94 |
OnClick = menu_createdbClick |
95 |
end |
96 |
object menu_createlvl: TMenuItem |
97 |
Caption = 'Create level-files' |
98 |
Enabled = False |
99 |
OnClick = menu_createlvlClick |
100 |
end |
101 |
end |
102 |
object menu_tools: TMenuItem |
103 |
Caption = '&Tools' |
104 |
Enabled = False |
105 |
object menu_preview: TMenuItem |
106 |
Caption = '&Preview Window ...' |
107 |
ShortCut = 16464 |
108 |
OnClick = menu_previewClick |
109 |
end |
110 |
object menu_binedit: TMenuItem |
111 |
Caption = '&Binary .dat editor ...' |
112 |
ShortCut = 16450 |
113 |
OnClick = menu_bineditClick |
114 |
end |
115 |
object menu_txmpreplace: TMenuItem |
116 |
Caption = '&TXMP replacer ...' |
117 |
ShortCut = 16468 |
118 |
OnClick = menu_txmpreplaceClick |
119 |
end |
120 |
object menu_extractor: TMenuItem |
121 |
Caption = 'File &extractor ...' |
122 |
ShortCut = 16453 |
123 |
OnClick = menu_extractorClick |
124 |
end |
125 |
object menu_levelstructedit: TMenuItem |
126 |
Caption = 'Levelfile structure editor ...' |
127 |
Enabled = False |
128 |
ShortCut = 16460 |
129 |
end |
130 |
end |
131 |
object menu_windows: TMenuItem |
132 |
Caption = '&Windows' |
133 |
object menu_windows_cascade: TMenuItem |
134 |
Caption = 'Cascade' |
135 |
OnClick = menu_windows_cascadeClick |
136 |
end |
137 |
object menu_windows_tile: TMenuItem |
138 |
Caption = 'Tile' |
139 |
OnClick = menu_windows_tileClick |
140 |
end |
141 |
object menu_windows_closeall: TMenuItem |
142 |
Caption = '&Close all' |
143 |
OnClick = menu_windows_closeallClick |
144 |
end |
145 |
object menu_sep3: TMenuItem |
146 |
Caption = '-' |
147 |
end |
148 |
object menu_windows_next: TMenuItem |
149 |
Caption = 'Next window' |
150 |
ShortCut = 16417 |
151 |
OnClick = menu_windows_nextClick |
152 |
end |
153 |
object menu_windows_previous: TMenuItem |
154 |
Caption = 'Previous window' |
155 |
ShortCut = 16418 |
156 |
OnClick = menu_windows_previousClick |
157 |
end |
158 |
object menu_sep2: TMenuItem |
159 |
Caption = '-' |
160 |
end |
161 |
end |
162 |
end |
163 |
object saved: TSaveDialog |
164 |
Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing] |
165 |
Left = 520 |
166 |
end |
167 |
end |