source: oup/releases/0.19a/Unit1_main.dfm@ 627

Last change on this file since 627 was 21, checked in by alloc, 18 years ago
File size: 4.1 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 = 544
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 OnClose = FormClose
20 OnCreate = FormCreate
21 OnResize = FormResize
22 PixelsPerInch = 96
23 TextHeight = 13
24 object statbar: TStatusBar
25 Left = 0
26 Top = 527
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 = 507
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 menu_sep1: TMenuItem
81 Caption = '-'
82 end
83 object menu_exit: TMenuItem
84 Caption = '&Exit'
85 OnClick = menu_exitClick
86 end
87 end
88 object menu_convert: TMenuItem
89 Caption = '&Convert'
90 Enabled = False
91 object menu_createdb: TMenuItem
92 Caption = 'Create level-database'
93 Enabled = False
94 OnClick = menu_createdbClick
95 end
96 object menu_createlvl: TMenuItem
97 Caption = 'Create level-files'
98 Enabled = False
99 OnClick = menu_createlvlClick
100 end
101 end
102 object menu_tools: TMenuItem
103 Caption = '&Tools'
104 Enabled = False
105 object menu_preview: TMenuItem
106 Caption = '&Preview Window ...'
107 ShortCut = 16464
108 OnClick = menu_previewClick
109 end
110 object menu_binedit: TMenuItem
111 Caption = '&Binary .dat editor ...'
112 ShortCut = 16450
113 OnClick = menu_bineditClick
114 end
115 object menu_txmpreplace: TMenuItem
116 Caption = '&TXMP replacer ...'
117 ShortCut = 16468
118 OnClick = menu_txmpreplaceClick
119 end
120 object menu_extractor: TMenuItem
121 Caption = 'File &extractor ...'
122 ShortCut = 16453
123 OnClick = menu_extractorClick
124 end
125 end
126 object menu_windows: TMenuItem
127 Caption = '&Windows'
128 object menu_windows_cascade: TMenuItem
129 Caption = 'Cascade'
130 OnClick = menu_windows_cascadeClick
131 end
132 object menu_windows_tile: TMenuItem
133 Caption = 'Tile'
134 OnClick = menu_windows_tileClick
135 end
136 object menu_windows_closeall: TMenuItem
137 Caption = '&Close all'
138 OnClick = menu_windows_closeallClick
139 end
140 object menu_sep3: TMenuItem
141 Caption = '-'
142 end
143 object menu_windows_next: TMenuItem
144 Caption = 'Next window'
145 ShortCut = 16417
146 OnClick = menu_windows_nextClick
147 end
148 object menu_windows_previous: TMenuItem
149 Caption = 'Previous window'
150 ShortCut = 16418
151 OnClick = menu_windows_previousClick
152 end
153 object menu_sep2: TMenuItem
154 Caption = '-'
155 end
156 end
157 end
158 object saved: TSaveDialog
159 Options = [ofOverwritePrompt, ofPathMustExist, ofEnableSizing]
160 Left = 520
161 end
162end
Note: See TracBrowser for help on using the repository browser.