object pref: Tpref Left = 295 Top = 155 Width = 299 Height = 350 Caption = 'Preferences' Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] PixelsPerInch = 96 TextHeight = 14 object Label1: TLabel Left = 8 Top = 16 Width = 78 Height = 14 Caption = 'Output directory' end object Panel1: TPanel Left = 0 Top = 176 Width = 289 Height = 89 BevelInner = bvLowered TabOrder = 6 object Label6: TLabel Left = 8 Top = 2 Width = 113 Height = 14 Caption = 'Jpeg level compression' end object Label2: TLabel Left = 16 Top = 52 Width = 58 Height = 14 Caption = 'Low Quality' end object Label3: TLabel Left = 16 Top = 68 Width = 42 Height = 14 Caption = 'Small file' end object Label4: TLabel Left = 227 Top = 52 Width = 52 Height = 14 Caption = 'Highquality' end object Label5: TLabel Left = 228 Top = 68 Width = 45 Height = 14 Caption = 'Large file' end object rxs: TTrackBar Left = 8 Top = 16 Width = 273 Height = 33 Max = 100 Min = 1 Orientation = trHorizontal Frequency = 1 Position = 100 SelEnd = 0 SelStart = 0 TabOrder = 0 TickMarks = tmBottomRight TickStyle = tsAuto OnChange = rxsChange end end object rxd: TDirectoryEdit Left = 8 Top = 32 Width = 273 Height = 21 NumGlyphs = 1 TabOrder = 0 Text = 'c:' end object Edit1: TEdit Left = 136 Top = 240 Width = 25 Height = 22 TabOrder = 1 Text = '100' end object BitBtn1: TBitBtn Left = 56 Top = 288 Width = 75 Height = 25 TabOrder = 2 Kind = bkOK end object BitBtn2: TBitBtn Left = 176 Top = 288 Width = 75 Height = 25 TabOrder = 3 Kind = bkCancel end object RadioGroup1: TRadioGroup Left = 8 Top = 56 Width = 129 Height = 57 Caption = 'Window' ItemIndex = 0 Items.Strings = ( 'Normal' 'Maximized') TabOrder = 4 end object RadioGroup2: TRadioGroup Left = 152 Top = 56 Width = 129 Height = 113 Caption = 'Save default format' ItemIndex = 0 Items.Strings = ( 'Jpeg' 'Gif' 'Bmp' 'Tiff' 'Pcx' 'Png') TabOrder = 5 end object lingua: TRadioGroup Left = 8 Top = 120 Width = 129 Height = 49 Caption = 'Language' ItemIndex = 1 Items.Strings = ( 'English' 'Italian') TabOrder = 7 end object MultiLang1: TMultiLang Languages = 2 Words.Strings = ( '%Form%' 'Preferences' 'Preferenze' 'Label1' 'Output directory' 'Directory di salvataggio' 'Panel1' '' '' 'Label6' 'Jpeg level compression' 'Livello compressione Jpeg' 'Label2' 'Low Quality' 'Bassa Qualit�' 'Label3' 'Small file' 'Piccolo file' 'Label4' 'Highquality' 'Alta qualit�' 'Label5' 'Large file' 'File grande' 'rxd' 'c:' 'c:' 'Edit1' '100' '100' 'BitBtn1' 'OK' 'Ok' 'BitBtn2' 'Cancel' 'Annulla' 'RadioGroup1' 'Window' 'Finestra' '"' 'Normal' 'Normale' '"' 'Maximized' 'A tutto schermo' 'RadioGroup2' 'Save default format' 'File di default' '"' 'Jpeg' 'Jpeg' '"' 'Gif' 'Gif' '"' 'Bmp' 'Bmp' '"' 'Tiff' 'Tiff' '"' 'Pcx' 'Pcx' '"' 'Png' 'Png' 'lingua' 'Language' 'Linguaggio' '"' 'English' 'Inglese' '"' 'Italian' 'Italiano') Left = 8 Top = 272 end end