source: oup/releases/0.18a/Unit1_main.dfm@ 167

Last change on this file since 167 was 21, checked in by alloc, 18 years ago
File size: 3.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 = 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 fopen: TOpenDialog
46 Filter = 'Oni-Dat-Files|*.dat|Oni-Sep-Files (MAC)|*.sep'
47 Left = 480
48 end
49 object menu: TMainMenu
50 AutoHotkeys = maManual
51 Left = 592
52 object menu_main: TMenuItem
53 Caption = '&Main'
54 object menu_loaddat: TMenuItem
55 Caption = '&Select .dat-file ...'
56 ShortCut = 16463
57 OnClick = menu_loaddatClick
58 end
59 object menu_sep1: TMenuItem
60 Caption = '-'
61 end
62 object menu_exit: TMenuItem
63 Caption = '&Exit'
64 OnClick = menu_exitClick
65 end
66 end
67 object menu_extract: TMenuItem
68 Caption = '&Extract/Convert'
69 Enabled = False
70 Visible = False
71 object menu_extractfile: TMenuItem
72 Caption = 'Convert and extract current &file'
73 end
74 object menu_extractlist: TMenuItem
75 Caption = 'Convert and extract all files currently in &list'
76 end
77 object menu_extractall: TMenuItem
78 Caption = 'Convert and extract &all files'
79 end
80 end
81 object menu_tools: TMenuItem
82 Caption = '&Tools'
83 Enabled = False
84 object menu_preview: TMenuItem
85 Caption = '&Preview Window ...'
86 ShortCut = 16464
87 OnClick = menu_previewClick
88 end
89 object menu_binedit: TMenuItem
90 Caption = '&Binary .dat editor ...'
91 ShortCut = 16450
92 OnClick = menu_bineditClick
93 end
94 object menu_txmpreplace: TMenuItem
95 Caption = '&TXMP replacer ...'
96 ShortCut = 16468
97 OnClick = menu_txmpreplaceClick
98 end
99 end
100 object menu_windows: TMenuItem
101 Caption = '&Windows'
102 object menu_windows_cascade: TMenuItem
103 Caption = 'Cascade'
104 OnClick = menu_windows_cascadeClick
105 end
106 object menu_windows_tile: TMenuItem
107 Caption = 'Tile'
108 OnClick = menu_windows_tileClick
109 end
110 object menu_windows_closeall: TMenuItem
111 Caption = '&Close all'
112 OnClick = menu_windows_closeallClick
113 end
114 object menu_sep3: TMenuItem
115 Caption = '-'
116 end
117 object menu_windows_next: TMenuItem
118 Caption = 'Next window'
119 ShortCut = 16417
120 OnClick = menu_windows_nextClick
121 end
122 object menu_windows_previous: TMenuItem
123 Caption = 'Previous window'
124 ShortCut = 16418
125 OnClick = menu_windows_previousClick
126 end
127 object menu_sep2: TMenuItem
128 Caption = '-'
129 end
130 end
131 end
132end
Note: See TracBrowser for help on using the repository browser.