Changeset 321 for oup/current/Tools
- Timestamp:
- May 6, 2009, 3:47:23 PM (16 years ago)
- Location:
- oup/current/Tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
oup/current/Tools/Extractor.dfm
r224 r321 7 7 inherited splitter_content: TSplitter 8 8 Left = 300 9 ExplicitLeft = 300 9 10 end 10 11 inherited panel_files: TPanel 11 12 Width = 300 12 13 ExplicitWidth = 300 13 inherited filelist: TListBox 14 Width = 300 15 end 16 inherited panel_extension: TPanel 17 Width = 300 18 inherited combo_extension: TComboBox 19 Width = 296 20 end 21 inherited edit_filtername: TEdit 22 Width = 296 14 inherited FilePages: TPageControl 15 Width = 298 16 inherited tab_files: TTabSheet 17 ExplicitWidth = 290 18 inherited panel_extension: TPanel 19 Width = 290 20 ExplicitWidth = 290 21 inherited combo_extension: TComboBox 22 Width = 286 23 ExplicitWidth = 286 24 end 25 inherited edit_filtername: TEdit 26 Width = 286 27 ExplicitWidth = 286 28 end 29 end 30 inherited filelist: TListBox 31 Width = 290 32 ExplicitWidth = 290 33 end 23 34 end 24 35 end … … 27 38 Left = 308 28 39 Width = 290 40 ExplicitLeft = 308 41 ExplicitWidth = 290 29 42 object group_extract: TGroupBox 30 43 AlignWithMargins = True … … 38 51 Caption = '2. Select extract-method' 39 52 TabOrder = 0 40 ExplicitWidth = 13841 ExplicitHeight = 37442 53 DesignSize = ( 43 54 278 … … 112 123 TabOrder = 5 113 124 Text = 'C:\' 114 ExplicitWidth = 276115 125 end 116 126 object btn_path: TButton … … 123 133 TabOrder = 6 124 134 OnClick = btn_pathClick 125 ExplicitLeft = 318126 135 end 127 136 object btn_export: TButton … … 149 158 TabOrder = 1 150 159 Visible = False 151 ExplicitTop = 381152 ExplicitWidth = 138153 160 DesignSize = ( 154 161 278 … … 182 189 Smooth = True 183 190 TabOrder = 0 184 ExplicitWidth = 369185 191 end 186 192 object btn_abort: TButton -
oup/current/Tools/Extractor.pas
r220 r321 5 5 uses 6 6 Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, 7 Dialogs, _TemplateFileList, Menus, StdCtrls, ExtCtrls, Buttons, ComCtrls; 7 Dialogs, _TemplateFileList, Menus, StdCtrls, ExtCtrls, Buttons, ComCtrls, 8 VirtualTrees; 8 9 9 10 type -
oup/current/Tools/MetaEditor.dfm
r248 r321 170 170 Colors.EvenColumn = clNavy 171 171 Colors.CurrentOffsetBackground = clBtnShadow 172 Colors.OffsetBack ground = clBtnFace172 Colors.OffsetBackGround = clBtnFace 173 173 Colors.CurrentOffset = clBtnHighlight 174 174 Colors.Grid = clBtnFace … … 179 179 AllowInsertMode = False 180 180 DrawGridLines = False 181 Version = ' september 30, 2007; '#169' markus stephany, vcl[at]mirkes[dot]de'181 Version = 'May 23, 2005; '#169' markus stephany, vcl[at]mirkes[dot]de' 182 182 ShowPositionIfNotFocused = True 183 183 end -
oup/current/Tools/MetaEditor.pas
r248 r321 150 150 data: PNodeData; 151 151 ffile: TResource; 152 //*******************************************************************153 fs: TFileStream;154 //*******************************************************************155 152 begin 156 153 data := Sender.GetNodeData(Node); … … 169 166 ffile.Opened := True; 170 167 end; 171 //*******************************************************************172 // fs := TFileStream.Create('C:\Spiele\Oni\GameDataFolder\tests\'+IntToStr(ffile.FileInfo.ID)+'_recreated.hex', fmCreate);173 // ffile.ReCreateFile(fs);174 // fs.Free;175 //*******************************************************************176 168 end; 177 169 end; … … 265 257 CellText: WideString; 266 258 267 i: Integer;268 links: TStrings;269 259 ifile: TResource; 270 260 begin
Note:
See TracChangeset
for help on using the changeset viewer.