source: oup/releases/0.24a/Unit1_main.dfm@ 1157

Last change on this file since 1157 was 24, checked in by alloc, 18 years ago
File size: 4.4 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 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_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_levelstructedit: TMenuItem
132 Caption = 'Levelfile structure editor ...'
133 Enabled = False
134 ShortCut = 16460
135 end
136 end
137 object menu_windows: TMenuItem
138 Caption = '&Windows'
139 object menu_windows_cascade: TMenuItem
140 Caption = 'Cascade'
141 OnClick = menu_windows_cascadeClick
142 end
143 object menu_windows_tile: TMenuItem
144 Caption = 'Tile'
145 OnClick = menu_windows_tileClick
146 end
147 object menu_windows_closeall: TMenuItem
148 Caption = '&Close all'
149 OnClick = menu_windows_closeallClick
150 end
151 object menu_sep3: TMenuItem
152 Caption = '-'
153 end
154 object menu_windows_next: TMenuItem
155 Caption = 'Next window'
156 ShortCut = 16417
157 OnClick = menu_windows_nextClick
158 end
159 object menu_windows_previous: TMenuItem
160 Caption = 'Previous window'
161 ShortCut = 16418
162 OnClick = menu_windows_previousClick
163 end
164 object menu_sep2: TMenuItem
165 Caption = '-'
166 end
167 end
168 end
169 object saved: TSaveDialog
170 Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing]
171 Left = 520
172 end
173end
Note: See TracBrowser for help on using the repository browser.