source: oup/releases/0.18a2/Unit1_main.dfm@ 219

Last change on this file since 219 was 21, checked in by alloc, 18 years ago
File size: 3.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 = 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 = 'Current .dat: -'
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 fopen: TOpenDialog
62 Filter = 'Oni-Dat-Files|*.dat|Oni-Sep-Files (MAC)|*.sep'
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_sep1: TMenuItem
76 Caption = '-'
77 end
78 object menu_exit: TMenuItem
79 Caption = '&Exit'
80 OnClick = menu_exitClick
81 end
82 end
83 object menu_extract: TMenuItem
84 Caption = '&Extract/Convert'
85 Enabled = False
86 Visible = False
87 object menu_extractfile: TMenuItem
88 Caption = 'Convert and extract current &file'
89 end
90 object menu_extractlist: TMenuItem
91 Caption = 'Convert and extract all files currently in &list'
92 end
93 object menu_extractall: TMenuItem
94 Caption = 'Convert and extract &all files'
95 end
96 end
97 object menu_tools: TMenuItem
98 Caption = '&Tools'
99 Enabled = False
100 object menu_preview: TMenuItem
101 Caption = '&Preview Window ...'
102 ShortCut = 16464
103 OnClick = menu_previewClick
104 end
105 object menu_binedit: TMenuItem
106 Caption = '&Binary .dat editor ...'
107 ShortCut = 16450
108 OnClick = menu_bineditClick
109 end
110 object menu_txmpreplace: TMenuItem
111 Caption = '&TXMP replacer ...'
112 ShortCut = 16468
113 OnClick = menu_txmpreplaceClick
114 end
115 end
116 object menu_windows: TMenuItem
117 Caption = '&Windows'
118 object menu_windows_cascade: TMenuItem
119 Caption = 'Cascade'
120 OnClick = menu_windows_cascadeClick
121 end
122 object menu_windows_tile: TMenuItem
123 Caption = 'Tile'
124 OnClick = menu_windows_tileClick
125 end
126 object menu_windows_closeall: TMenuItem
127 Caption = '&Close all'
128 OnClick = menu_windows_closeallClick
129 end
130 object menu_sep3: TMenuItem
131 Caption = '-'
132 end
133 object menu_windows_next: TMenuItem
134 Caption = 'Next window'
135 ShortCut = 16417
136 OnClick = menu_windows_nextClick
137 end
138 object menu_windows_previous: TMenuItem
139 Caption = 'Previous window'
140 ShortCut = 16418
141 OnClick = menu_windows_previousClick
142 end
143 object menu_sep2: TMenuItem
144 Caption = '-'
145 end
146 end
147 end
148end
Note: See TracBrowser for help on using the repository browser.