object Form1: TForm1 Left = 487 Top = 276 BorderStyle = bsToolWindow Caption = 'SAV2WAV convertor for UKNC' ClientHeight = 181 ClientWidth = 262 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 16 Top = 52 Width = 31 Height = 13 Caption = 'Name:' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 135 Top = 89 Width = 12 Height = 13 Caption = 'x1' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Label3: TLabel Left = 237 Top = 89 Width = 12 Height = 13 Caption = 'x2' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Label4: TLabel Left = 152 Top = 89 Width = 22 Height = 13 Caption = 'x1.2' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Label6: TLabel Left = 192 Top = 89 Width = 22 Height = 13 Caption = 'x1.6' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Label5: TLabel Left = 208 Top = 8 Width = 44 Height = 16 Caption = 'ver. 0.1' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Label7: TLabel Left = 19 Top = 122 Width = 225 Height = 13 Caption = '(c) 2009 Alexander Alexandrow sash-a@nm.ru' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Label8: TLabel Left = 126 Top = 104 Width = 135 Height = 13 Caption = 'Value x1.2 is recommended!' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False end object Button1: TButton Left = 16 Top = 8 Width = 97 Height = 33 Caption = 'Open File' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = Button1Click end object ProgressBar1: TProgressBar Left = 8 Top = 142 Width = 249 Height = 17 TabOrder = 1 end object Edit1: TEdit Left = 56 Top = 48 Width = 57 Height = 21 MaxLength = 6 TabOrder = 2 end object CheckBox1: TCheckBox Left = 168 Top = 25 Width = 57 Height = 17 Caption = 'Turbo' Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] ParentFont = False TabOrder = 3 OnClick = CheckBox1Click end object Button2: TButton Left = 16 Top = 80 Width = 105 Height = 33 Caption = 'Convert!' Enabled = False Font.Charset = RUSSIAN_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [fsBold] ParentFont = False TabOrder = 4 OnClick = Button2Click end object TrackBar1: TTrackBar Left = 128 Top = 57 Width = 126 Height = 33 Enabled = False Max = 5 Position = 1 TabOrder = 5 end object StatusBar1: TStatusBar Left = 0 Top = 162 Width = 262 Height = 19 Font.Charset = DEFAULT_CHARSET Font.Color = clBtnText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] Panels = <> SimplePanel = True UseSystemFont = False end object OpenDialog1: TOpenDialog Filter = 'RT-11 file (*.sav)|*.sav|Game files (*.gam)|*.gam|All files (*.*' + ')|*.*' Left = 312 end object XPManifest1: TXPManifest Left = 248 Top = 1 end end