object Form1: TForm1 Left = 0 Top = 0 HorzScrollBar.Visible = False VertScrollBar.Visible = False AutoScroll = False Caption = 'Form1' ClientHeight = 435 ClientWidth = 742 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Menu = menu OldCreateOrder = False OnClose = FormClose OnCreate = FormCreate OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object panel_all: TPanel Left = 0 Top = 100 Width = 692 Height = 300 BevelOuter = bvNone TabOrder = 0 object Splitter2: TSplitter Left = 360 Top = 0 Width = 8 Height = 300 AutoSnap = False Beveled = True MinSize = 360 OnMoved = Splitter2Moved end object panel_left: TPanel Left = 0 Top = 0 Width = 360 Height = 300 Cursor = crDrag Align = alLeft BevelOuter = bvNone TabOrder = 0 object Splitter1: TSplitter Left = 0 Top = 241 Width = 360 Height = 8 Cursor = crVSplit Align = alTop AutoSnap = False Beveled = True MinSize = 75 OnMoved = Splitter1Moved end object panel_files: TPanel Left = 0 Top = 0 Width = 360 Height = 241 Align = alTop BevelOuter = bvNone TabOrder = 0 object btn_extractallconvert: TButton Left = 273 Top = 208 Width = 82 Height = 33 Caption = 'Extract all (with convert)' TabOrder = 0 WordWrap = True OnClick = btn_extractallconvertClick end object btn_extract: TButton Left = 0 Top = 208 Width = 100 Height = 33 Caption = 'Extract file (without convert)' TabOrder = 1 WordWrap = True OnClick = btn_extractconvertClick end object btn_extractconvert: TButton Left = 101 Top = 208 Width = 105 Height = 33 Caption = 'Extract file (with convert if possible)' TabOrder = 2 WordWrap = True OnClick = btn_extractconvertClick end object list_files: TListBox Left = 0 Top = 0 Width = 360 Height = 209 Align = alTop Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ItemHeight = 15 ParentFont = False TabOrder = 3 OnClick = list_filesDblClick OnDblClick = list_filesDblClick end object btn_extractall: TButton Left = 210 Top = 208 Width = 62 Height = 33 Caption = 'Extract all' TabOrder = 4 WordWrap = True OnClick = btn_extractallconvertClick end end object list_extensions: TListBox Left = 0 Top = 249 Width = 360 Height = 51 Align = alClient Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ItemHeight = 15 ParentFont = False Sorted = True TabOrder = 1 OnClick = list_extensionsClick OnDblClick = list_extensionsClick end end object panel_right: TPanel Left = 368 Top = 0 Width = 324 Height = 300 Align = alClient BevelOuter = bvNone TabOrder = 1 object Splitter3: TSplitter Left = 0 Top = 200 Width = 324 Height = 8 Cursor = crVSplit Align = alTop AutoSnap = False Beveled = True MinSize = 75 end object edit_data: TMemo Left = 0 Top = 0 Width = 324 Height = 200 Align = alTop Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Fixedsys' Font.Style = [] ParentFont = False ReadOnly = True ScrollBars = ssVertical TabOrder = 0 WordWrap = False end object list_names: TListBox Left = 0 Top = 208 Width = 324 Height = 92 Align = alClient Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Fixedsys' Font.Style = [] ItemHeight = 15 ParentFont = False Sorted = True TabOrder = 1 end end end object panel_info: TPanel Left = 0 Top = 0 Width = 742 Height = 100 Align = alTop BevelOuter = bvNone TabOrder = 1 object lbl_info: TLabel Left = 2 Top = 26 Width = 345 Height = 73 AutoSize = False end object lbl_fileinfo: TLabel Left = 380 Top = 0 Width = 345 Height = 99 AutoSize = False end object btn_load: TButton Left = 0 Top = 0 Width = 81 Height = 25 Caption = 'Load dat-file' TabOrder = 0 OnClick = btn_loadClick end object btn_hexcopy: TButton Left = 295 Top = 64 Width = 89 Height = 33 Caption = 'Copy filedata as hex to clipboard' TabOrder = 1 WordWrap = True OnClick = btn_hexcopyClick end end object group_progress: TGroupBox Left = 160 Top = 384 Width = 297 Height = 57 Caption = 'Extracting...' TabOrder = 2 Visible = False object lbl_progress: TLabel Left = 10 Top = 36 Width = 279 Height = 18 AutoSize = False end object progress: TProgressBar Left = 8 Top = 16 Width = 217 Height = 17 Step = 1 TabOrder = 0 end object btn_extractcancel: TButton Left = 232 Top = 16 Width = 57 Height = 33 Caption = 'Cancel' TabOrder = 1 OnClick = btn_extractcancelClick end end object fopen: TOpenDialog Filter = 'Oni-Dat-Files|*.dat|Oni-Sep-Files (MAC)|*.sep' Left = 72 end object menu: TMainMenu AutoHotkeys = maManual Left = 128 object menu_main: TMenuItem Caption = 'Main' object menu_exit: TMenuItem Caption = 'Exit' OnClick = menu_exitClick end end object menu_tools: TMenuItem Caption = 'Tools' object menu_txmpreplace: TMenuItem Caption = 'TXMP replacer' OnClick = menu_txmpreplaceClick end end object menu_preview: TMenuItem Caption = 'Preview Window' OnClick = menu_previewClick end end end