source: oup/releases/0.32a/Unit1_main.dfm@ 1016

Last change on this file since 1016 was 35, checked in by alloc, 18 years ago
File size: 4.9 KB
Line 
1object Form1: TForm1
2 Left = 0
3 Top = 0
4 HorzScrollBar.Visible = False
5 VertScrollBar.Visible = False
6 Caption = 'Form1'
7 ClientHeight = 495
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 = 478
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 end
45 object tabs: TTabSet
46 Left = 0
47 Top = 458
48 Width = 577
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 = 328
64 end
65 object menu: TMainMenu
66 AutoHotkeys = maManual
67 Left = 424
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_CloseFileDB: TMenuItem
81 Caption = '&Close file/DB'
82 OnClick = menu_CloseFileDBClick
83 end
84 object menu_sep1: TMenuItem
85 Caption = '-'
86 end
87 object menu_settings: TMenuItem
88 Caption = 'Se&ttings...'
89 OnClick = menu_settingsClick
90 end
91 object menu_sep4: TMenuItem
92 Caption = '-'
93 end
94 object menu_exit: TMenuItem
95 Caption = '&Exit'
96 OnClick = menu_exitClick
97 end
98 end
99 object menu_convert: TMenuItem
100 Caption = '&Convert'
101 object menu_createdb: TMenuItem
102 Caption = 'Create level-database ...'
103 OnClick = menu_createdbClick
104 end
105 object menu_createlvl: TMenuItem
106 Caption = 'Create level-files ...'
107 OnClick = menu_createlvlClick
108 end
109 end
110 object menu_tools: TMenuItem
111 Caption = '&Tools'
112 Enabled = False
113 object menu_preview: TMenuItem
114 Caption = '&Preview Window ...'
115 ShortCut = 16464
116 OnClick = menu_previewClick
117 end
118 object menu_binedit: TMenuItem
119 Caption = '&Binary .dat editor ...'
120 ShortCut = 16450
121 OnClick = menu_bineditClick
122 end
123 object menu_rawedit: TMenuItem
124 Caption = 'Binary .&raw editor ...'
125 ShortCut = 16466
126 OnClick = menu_raweditClick
127 end
128 object menu_txmpreplace: TMenuItem
129 Caption = '&TXMP replacer ...'
130 ShortCut = 16468
131 OnClick = menu_txmpreplaceClick
132 end
133 object menu_extractor: TMenuItem
134 Caption = 'File &extractor ...'
135 ShortCut = 16453
136 OnClick = menu_extractorClick
137 end
138 object menu_filecompare: TMenuItem
139 Caption = '&File compare ...'
140 Enabled = False
141 ShortCut = 16454
142 OnClick = menu_filecompareClick
143 end
144 object menu_levelstructedit: TMenuItem
145 Caption = 'Levelfile structure editor ...'
146 Enabled = False
147 ShortCut = 16460
148 end
149 end
150 object menu_windows: TMenuItem
151 Caption = '&Windows'
152 object menu_windows_cascade: TMenuItem
153 Caption = 'Cascade'
154 OnClick = menu_windows_cascadeClick
155 end
156 object menu_windows_tile: TMenuItem
157 Caption = 'Tile'
158 OnClick = menu_windows_tileClick
159 end
160 object menu_windows_closeall: TMenuItem
161 Caption = '&Close all'
162 OnClick = menu_windows_closeallClick
163 end
164 object menu_sep3: TMenuItem
165 Caption = '-'
166 end
167 object menu_windows_next: TMenuItem
168 Caption = 'Next window'
169 ShortCut = 16417
170 OnClick = menu_windows_nextClick
171 end
172 object menu_windows_previous: TMenuItem
173 Caption = 'Previous window'
174 ShortCut = 16418
175 OnClick = menu_windows_previousClick
176 end
177 object menu_sep2: TMenuItem
178 Caption = '-'
179 end
180 end
181 object menu_About: TMenuItem
182 Caption = '&About'
183 OnClick = menu_AboutClick
184 end
185 end
186 object saved: TSaveDialog
187 Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing]
188 Left = 376
189 end
190end
Note: See TracBrowser for help on using the repository browser.