source: oup/releases/0.30a/Unit1_main.dfm@ 1065

Last change on this file since 1065 was 33, checked in by alloc, 18 years ago
File size: 5.0 KB
Line 
1object Form1: TForm1
2 Left = 0
3 Top = 0
4 HorzScrollBar.Visible = False
5 VertScrollBar.Visible = False
6 Caption = 'Form1'
7 ClientHeight = 476
8 ClientWidth = 577
9 Color = clBtnFace
10 Font.Charset = DEFAULT_CHARSET
11 Font.Color = clWindowText
12 Font.Height = -11
13 Font.Name = 'Tahoma'
14 Font.Style = []
15 FormStyle = fsMDIForm
16 Menu = menu
17 OldCreateOrder = False
18 WindowState = wsMaximized
19 OnClose = FormClose
20 OnCreate = FormCreate
21 OnResize = FormResize
22 PixelsPerInch = 96
23 TextHeight = 13
24 object statbar: TStatusBar
25 Left = 0
26 Top = 459
27 Width = 577
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 ExplicitTop = 527
45 ExplicitWidth = 692
46 end
47 object tabs: TTabSet
48 Left = 0
49 Top = 439
50 Width = 577
51 Height = 20
52 Align = alBottom
53 DitherBackground = False
54 Font.Charset = DEFAULT_CHARSET
55 Font.Color = clWindowText
56 Font.Height = -11
57 Font.Name = 'Tahoma'
58 Font.Style = []
59 SoftTop = True
60 Style = tsModernTabs
61 OnChange = tabsChange
62 ExplicitTop = 507
63 ExplicitWidth = 692
64 end
65 object opend: TOpenDialog
66 Options = [ofPathMustExist, ofFileMustExist, ofEnableSizing]
67 Left = 328
68 end
69 object menu: TMainMenu
70 AutoHotkeys = maManual
71 Left = 424
72 object menu_main: TMenuItem
73 Caption = '&Main'
74 object menu_loaddat: TMenuItem
75 Caption = '&Select .dat-file ...'
76 ShortCut = 16463
77 OnClick = menu_loaddatClick
78 end
79 object menu_lvldb: TMenuItem
80 Caption = 'Open OUP-Level-&DB ...'
81 ShortCut = 16452
82 OnClick = menu_lvldbClick
83 end
84 object menu_CloseFileDB: TMenuItem
85 Caption = '&Close file/DB'
86 OnClick = menu_CloseFileDBClick
87 end
88 object menu_sep1: TMenuItem
89 Caption = '-'
90 end
91 object menu_settings: TMenuItem
92 Caption = 'Se&ttings...'
93 OnClick = menu_settingsClick
94 end
95 object menu_sep4: TMenuItem
96 Caption = '-'
97 end
98 object menu_exit: TMenuItem
99 Caption = '&Exit'
100 OnClick = menu_exitClick
101 end
102 end
103 object menu_convert: TMenuItem
104 Caption = '&Convert'
105 object menu_createdb: TMenuItem
106 Caption = 'Create level-database ...'
107 OnClick = menu_createdbClick
108 end
109 object menu_createlvl: TMenuItem
110 Caption = 'Create level-files ...'
111 OnClick = menu_createlvlClick
112 end
113 end
114 object menu_tools: TMenuItem
115 Caption = '&Tools'
116 Enabled = False
117 object menu_preview: TMenuItem
118 Caption = '&Preview Window ...'
119 ShortCut = 16464
120 OnClick = menu_previewClick
121 end
122 object menu_binedit: TMenuItem
123 Caption = '&Binary .dat editor ...'
124 ShortCut = 16450
125 OnClick = menu_bineditClick
126 end
127 object menu_rawedit: TMenuItem
128 Caption = 'Binary .&raw editor ...'
129 ShortCut = 16466
130 OnClick = menu_raweditClick
131 end
132 object menu_txmpreplace: TMenuItem
133 Caption = '&TXMP replacer ...'
134 ShortCut = 16468
135 OnClick = menu_txmpreplaceClick
136 end
137 object menu_extractor: TMenuItem
138 Caption = 'File &extractor ...'
139 ShortCut = 16453
140 OnClick = menu_extractorClick
141 end
142 object menu_filecompare: TMenuItem
143 Caption = '&File compare ...'
144 Enabled = False
145 ShortCut = 16454
146 OnClick = menu_filecompareClick
147 end
148 object menu_levelstructedit: TMenuItem
149 Caption = 'Levelfile structure editor ...'
150 Enabled = False
151 ShortCut = 16460
152 end
153 end
154 object menu_windows: TMenuItem
155 Caption = '&Windows'
156 object menu_windows_cascade: TMenuItem
157 Caption = 'Cascade'
158 OnClick = menu_windows_cascadeClick
159 end
160 object menu_windows_tile: TMenuItem
161 Caption = 'Tile'
162 OnClick = menu_windows_tileClick
163 end
164 object menu_windows_closeall: TMenuItem
165 Caption = '&Close all'
166 OnClick = menu_windows_closeallClick
167 end
168 object menu_sep3: TMenuItem
169 Caption = '-'
170 end
171 object menu_windows_next: TMenuItem
172 Caption = 'Next window'
173 ShortCut = 16417
174 OnClick = menu_windows_nextClick
175 end
176 object menu_windows_previous: TMenuItem
177 Caption = 'Previous window'
178 ShortCut = 16418
179 OnClick = menu_windows_previousClick
180 end
181 object menu_sep2: TMenuItem
182 Caption = '-'
183 end
184 end
185 object menu_About: TMenuItem
186 Caption = '&About'
187 OnClick = menu_AboutClick
188 end
189 end
190 object saved: TSaveDialog
191 Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing]
192 Left = 376
193 end
194end
Note: See TracBrowser for help on using the repository browser.