source: oup/releases/0.28a/Unit1_main.dfm

Last change on this file was 27, 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 Caption = 'Form1'
7 ClientHeight = 487
8 ClientWidth = 692
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 = 470
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 = 450
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 ClosefileDB1: TMenuItem
81 Caption = '&Close file/DB'
82 OnClick = ClosefileDB1Click
83 end
84 object menu_sep1: TMenuItem
85 Caption = '-'
86 end
87 object menu_exit: TMenuItem
88 Caption = '&Exit'
89 OnClick = menu_exitClick
90 end
91 end
92 object menu_convert: TMenuItem
93 Caption = '&Convert'
94 object menu_createdb: TMenuItem
95 Caption = 'Create level-database ...'
96 OnClick = menu_createdbClick
97 end
98 object menu_createlvl: TMenuItem
99 Caption = 'Create level-files ...'
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_rawedit: TMenuItem
117 Caption = 'Binary .&raw editor ...'
118 ShortCut = 16466
119 OnClick = menu_raweditClick
120 end
121 object menu_txmpreplace: TMenuItem
122 Caption = '&TXMP replacer ...'
123 ShortCut = 16468
124 OnClick = menu_txmpreplaceClick
125 end
126 object menu_extractor: TMenuItem
127 Caption = 'File &extractor ...'
128 ShortCut = 16453
129 OnClick = menu_extractorClick
130 end
131 object menu_filecompare: TMenuItem
132 Caption = '&File compare ...'
133 Enabled = False
134 ShortCut = 16454
135 OnClick = menu_filecompareClick
136 end
137 object menu_levelstructedit: TMenuItem
138 Caption = 'Levelfile structure editor ...'
139 Enabled = False
140 ShortCut = 16460
141 end
142 end
143 object menu_windows: TMenuItem
144 Caption = '&Windows'
145 object menu_windows_cascade: TMenuItem
146 Caption = 'Cascade'
147 OnClick = menu_windows_cascadeClick
148 end
149 object menu_windows_tile: TMenuItem
150 Caption = 'Tile'
151 OnClick = menu_windows_tileClick
152 end
153 object menu_windows_closeall: TMenuItem
154 Caption = '&Close all'
155 OnClick = menu_windows_closeallClick
156 end
157 object menu_sep3: TMenuItem
158 Caption = '-'
159 end
160 object menu_windows_next: TMenuItem
161 Caption = 'Next window'
162 ShortCut = 16417
163 OnClick = menu_windows_nextClick
164 end
165 object menu_windows_previous: TMenuItem
166 Caption = 'Previous window'
167 ShortCut = 16418
168 OnClick = menu_windows_previousClick
169 end
170 object menu_sep2: TMenuItem
171 Caption = '-'
172 end
173 end
174 end
175 object saved: TSaveDialog
176 Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing]
177 Left = 520
178 end
179end
Note: See TracBrowser for help on using the repository browser.