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