source: oup/releases/0.27a/Unit1_main.dfm@ 1060

Last change on this file since 1060 was 26, checked in by alloc, 18 years ago
File size: 4.7 KB
Line 
1object 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 ClosefileDB1: TMenuItem
82 Caption = '&Close file/DB'
83 OnClick = ClosefileDB1Click
84 end
85 object menu_sep1: TMenuItem
86 Caption = '-'
87 end
88 object menu_exit: TMenuItem
89 Caption = '&Exit'
90 OnClick = menu_exitClick
91 end
92 end
93 object menu_convert: TMenuItem
94 Caption = '&Convert'
95 object menu_createdb: TMenuItem
96 Caption = 'Create level-database ...'
97 OnClick = menu_createdbClick
98 end
99 object menu_createlvl: TMenuItem
100 Caption = 'Create level-files ...'
101 OnClick = menu_createlvlClick
102 end
103 end
104 object menu_tools: TMenuItem
105 Caption = '&Tools'
106 Enabled = False
107 object menu_preview: TMenuItem
108 Caption = '&Preview Window ...'
109 ShortCut = 16464
110 OnClick = menu_previewClick
111 end
112 object menu_binedit: TMenuItem
113 Caption = '&Binary .dat editor ...'
114 ShortCut = 16450
115 OnClick = menu_bineditClick
116 end
117 object menu_rawedit: TMenuItem
118 Caption = 'Binary .&raw editor ...'
119 ShortCut = 16466
120 OnClick = menu_raweditClick
121 end
122 object menu_txmpreplace: TMenuItem
123 Caption = '&TXMP replacer ...'
124 ShortCut = 16468
125 OnClick = menu_txmpreplaceClick
126 end
127 object menu_extractor: TMenuItem
128 Caption = 'File &extractor ...'
129 ShortCut = 16453
130 OnClick = menu_extractorClick
131 end
132 object menu_filecompare: TMenuItem
133 Caption = '&File compare ...'
134 Enabled = False
135 ShortCut = 16454
136 OnClick = menu_filecompareClick
137 end
138 object menu_levelstructedit: TMenuItem
139 Caption = 'Levelfile structure editor ...'
140 Enabled = False
141 ShortCut = 16460
142 end
143 end
144 object menu_windows: TMenuItem
145 Caption = '&Windows'
146 object menu_windows_cascade: TMenuItem
147 Caption = 'Cascade'
148 OnClick = menu_windows_cascadeClick
149 end
150 object menu_windows_tile: TMenuItem
151 Caption = 'Tile'
152 OnClick = menu_windows_tileClick
153 end
154 object menu_windows_closeall: TMenuItem
155 Caption = '&Close all'
156 OnClick = menu_windows_closeallClick
157 end
158 object menu_sep3: TMenuItem
159 Caption = '-'
160 end
161 object menu_windows_next: TMenuItem
162 Caption = 'Next window'
163 ShortCut = 16417
164 OnClick = menu_windows_nextClick
165 end
166 object menu_windows_previous: TMenuItem
167 Caption = 'Previous window'
168 ShortCut = 16418
169 OnClick = menu_windows_previousClick
170 end
171 object menu_sep2: TMenuItem
172 Caption = '-'
173 end
174 end
175 end
176 object saved: TSaveDialog
177 Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing]
178 Left = 520
179 end
180end
Note: See TracBrowser for help on using the repository browser.