home *** CD-ROM | disk | FTP | other *** search
/ Freelog 3 / Freelog003.iso / Logs / Internet / ImagoWeb / iwsetup.EXE / imagoWEB.exe / 0 / RCDATA / TJPEGQ / TJPEGQ.txt
Text File  |  1998-07-27  |  2KB  |  116 lines

  1. object jpegq: Tjpegq
  2.   Left = 245
  3.   Top = 206
  4.   BorderStyle = bsDialog
  5.   Caption = 'Jpeg Save Quality'
  6.   ClientHeight = 122
  7.   ClientWidth = 313
  8.   Font.Charset = ANSI_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   PixelsPerInch = 96
  16.   TextHeight = 14
  17.   object Label1: TLabel
  18.     Left = 8
  19.     Top = 56
  20.     Width = 58
  21.     Height = 14
  22.     Caption = 'Low Quality'
  23.   end
  24.   object Label2: TLabel
  25.     Left = 8
  26.     Top = 72
  27.     Width = 42
  28.     Height = 14
  29.     Caption = 'Small file'
  30.   end
  31.   object Label3: TLabel
  32.     Left = 248
  33.     Top = 56
  34.     Width = 52
  35.     Height = 14
  36.     Caption = 'Highquality'
  37.   end
  38.   object Label4: TLabel
  39.     Left = 256
  40.     Top = 72
  41.     Width = 45
  42.     Height = 14
  43.     Caption = 'Large file'
  44.   end
  45.   object OKBtn: TButton
  46.     Left = 71
  47.     Top = 92
  48.     Width = 75
  49.     Height = 25
  50.     Caption = 'OK'
  51.     Default = True
  52.     ModalResult = 1
  53.     TabOrder = 0
  54.   end
  55.   object CancelBtn: TButton
  56.     Left = 167
  57.     Top = 92
  58.     Width = 75
  59.     Height = 25
  60.     Cancel = True
  61.     Caption = 'Cancel'
  62.     ModalResult = 2
  63.     TabOrder = 1
  64.   end
  65.   object slider1: TTrackBar
  66.     Left = 0
  67.     Top = 0
  68.     Width = 313
  69.     Height = 45
  70.     Max = 100
  71.     Min = 1
  72.     Orientation = trHorizontal
  73.     Frequency = 1
  74.     Position = 100
  75.     SelEnd = 0
  76.     SelStart = 0
  77.     TabOrder = 2
  78.     TickMarks = tmBottomRight
  79.     TickStyle = tsAuto
  80.   end
  81.   object MultiLang1: TMultiLang
  82.     Languages = 3
  83.     Words.Strings = (
  84.       '%Form%'
  85.       'Jpeg Save Quality'
  86.       'Qualit∩┐╜ file Jpeg'
  87.       ''
  88.       'Label1'
  89.       'Low Quality'
  90.       'Bassa qualit∩┐╜'
  91.       ''
  92.       'Label2'
  93.       'Small file'
  94.       'Piccolo file'
  95.       ''
  96.       'Label3'
  97.       'Highquality'
  98.       'Alta qualit∩┐╜'
  99.       ''
  100.       'Label4'
  101.       'Large file'
  102.       'Grande file'
  103.       ''
  104.       'OKBtn'
  105.       'OK'
  106.       'Ok'
  107.       ''
  108.       'CancelBtn'
  109.       'Cancel'
  110.       'Annulla'
  111.       '')
  112.     Left = 272
  113.     Top = 88
  114.   end
  115. end
  116.