home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 10 / Chip_Hitware_Vol_10.iso / chiphit / multmedi / 95visua / visua.exe / 0 / RCDATA / TPREF / TPREF.txt
Text File  |  1997-12-09  |  4KB  |  236 lines

  1. object pref: Tpref
  2.   Left = 295
  3.   Top = 155
  4.   Width = 299
  5.   Height = 350
  6.   Caption = 'Preferences'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 14
  14.   object Label1: TLabel
  15.     Left = 8
  16.     Top = 16
  17.     Width = 78
  18.     Height = 14
  19.     Caption = 'Output directory'
  20.   end
  21.   object Panel1: TPanel
  22.     Left = 0
  23.     Top = 176
  24.     Width = 289
  25.     Height = 89
  26.     BevelInner = bvLowered
  27.     TabOrder = 6
  28.     object Label6: TLabel
  29.       Left = 8
  30.       Top = 2
  31.       Width = 113
  32.       Height = 14
  33.       Caption = 'Jpeg level compression'
  34.     end
  35.     object Label2: TLabel
  36.       Left = 16
  37.       Top = 52
  38.       Width = 58
  39.       Height = 14
  40.       Caption = 'Low Quality'
  41.     end
  42.     object Label3: TLabel
  43.       Left = 16
  44.       Top = 68
  45.       Width = 42
  46.       Height = 14
  47.       Caption = 'Small file'
  48.     end
  49.     object Label4: TLabel
  50.       Left = 227
  51.       Top = 52
  52.       Width = 52
  53.       Height = 14
  54.       Caption = 'Highquality'
  55.     end
  56.     object Label5: TLabel
  57.       Left = 228
  58.       Top = 68
  59.       Width = 45
  60.       Height = 14
  61.       Caption = 'Large file'
  62.     end
  63.     object rxs: TTrackBar
  64.       Left = 8
  65.       Top = 16
  66.       Width = 273
  67.       Height = 33
  68.       Max = 100
  69.       Min = 1
  70.       Orientation = trHorizontal
  71.       Frequency = 1
  72.       Position = 100
  73.       SelEnd = 0
  74.       SelStart = 0
  75.       TabOrder = 0
  76.       TickMarks = tmBottomRight
  77.       TickStyle = tsAuto
  78.       OnChange = rxsChange
  79.     end
  80.   end
  81.   object rxd: TDirectoryEdit
  82.     Left = 8
  83.     Top = 32
  84.     Width = 273
  85.     Height = 21
  86.     NumGlyphs = 1
  87.     TabOrder = 0
  88.     Text = 'c:'
  89.   end
  90.   object Edit1: TEdit
  91.     Left = 136
  92.     Top = 240
  93.     Width = 25
  94.     Height = 22
  95.     TabOrder = 1
  96.     Text = '100'
  97.   end
  98.   object BitBtn1: TBitBtn
  99.     Left = 56
  100.     Top = 288
  101.     Width = 75
  102.     Height = 25
  103.     TabOrder = 2
  104.     Kind = bkOK
  105.   end
  106.   object BitBtn2: TBitBtn
  107.     Left = 176
  108.     Top = 288
  109.     Width = 75
  110.     Height = 25
  111.     TabOrder = 3
  112.     Kind = bkCancel
  113.   end
  114.   object RadioGroup1: TRadioGroup
  115.     Left = 8
  116.     Top = 56
  117.     Width = 129
  118.     Height = 57
  119.     Caption = 'Window'
  120.     ItemIndex = 0
  121.     Items.Strings = (
  122.       'Normal'
  123.       'Maximized')
  124.     TabOrder = 4
  125.   end
  126.   object RadioGroup2: TRadioGroup
  127.     Left = 152
  128.     Top = 56
  129.     Width = 129
  130.     Height = 113
  131.     Caption = 'Save default format'
  132.     ItemIndex = 0
  133.     Items.Strings = (
  134.       'Jpeg'
  135.       'Gif'
  136.       'Bmp'
  137.       'Tiff'
  138.       'Pcx'
  139.       'Png')
  140.     TabOrder = 5
  141.   end
  142.   object lingua: TRadioGroup
  143.     Left = 8
  144.     Top = 120
  145.     Width = 129
  146.     Height = 49
  147.     Caption = 'Language'
  148.     ItemIndex = 1
  149.     Items.Strings = (
  150.       'English'
  151.       'Italian')
  152.     TabOrder = 7
  153.   end
  154.   object MultiLang1: TMultiLang
  155.     Languages = 2
  156.     Words.Strings = (
  157.       '%Form%'
  158.       'Preferences'
  159.       'Preferenze'
  160.       'Label1'
  161.       'Output directory'
  162.       'Directory di salvataggio'
  163.       'Panel1'
  164.       ''
  165.       ''
  166.       'Label6'
  167.       'Jpeg level compression'
  168.       'Livello compressione Jpeg'
  169.       'Label2'
  170.       'Low Quality'
  171.       'Bassa Qualit∩┐╜'
  172.       'Label3'
  173.       'Small file'
  174.       'Piccolo file'
  175.       'Label4'
  176.       'Highquality'
  177.       'Alta qualit∩┐╜'
  178.       'Label5'
  179.       'Large file'
  180.       'File grande'
  181.       'rxd'
  182.       'c:'
  183.       'c:'
  184.       'Edit1'
  185.       '100'
  186.       '100'
  187.       'BitBtn1'
  188.       'OK'
  189.       'Ok'
  190.       'BitBtn2'
  191.       'Cancel'
  192.       'Annulla'
  193.       'RadioGroup1'
  194.       'Window'
  195.       'Finestra'
  196.       '"'
  197.       'Normal'
  198.       'Normale'
  199.       '"'
  200.       'Maximized'
  201.       'A tutto schermo'
  202.       'RadioGroup2'
  203.       'Save default format'
  204.       'File di default'
  205.       '"'
  206.       'Jpeg'
  207.       'Jpeg'
  208.       '"'
  209.       'Gif'
  210.       'Gif'
  211.       '"'
  212.       'Bmp'
  213.       'Bmp'
  214.       '"'
  215.       'Tiff'
  216.       'Tiff'
  217.       '"'
  218.       'Pcx'
  219.       'Pcx'
  220.       '"'
  221.       'Png'
  222.       'Png'
  223.       'lingua'
  224.       'Language'
  225.       'Linguaggio'
  226.       '"'
  227.       'English'
  228.       'Inglese'
  229.       '"'
  230.       'Italian'
  231.       'Italiano')
  232.     Left = 8
  233.     Top = 272
  234.   end
  235. end
  236.