home *** CD-ROM | disk | FTP | other *** search
/ Freelog 1 / Freelog001.iso / Logs / Graphism / FreeView / _SETUP.1 / Freeview.exe / 0 / RCDATA / TFRMSAVEAS / TFRMSAVEAS.txt < prev   
Text File  |  1997-06-04  |  1KB  |  70 lines

  1. object frmSaveAs: TfrmSaveAs
  2.   Tag = -1
  3.   Left = 291
  4.   Top = 295
  5.   BorderStyle = bsDialog
  6.   Caption = 'JPG Compression Factor'
  7.   ClientHeight = 89
  8.   ClientWidth = 265
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 24
  19.     Top = 8
  20.     Width = 217
  21.     Height = 14
  22.     Caption = 'Higher value means less picture quality'
  23.     Font.Color = clBlack
  24.     Font.Height = -11
  25.     Font.Name = 'Arial'
  26.     Font.Style = [fsBold]
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 40
  31.     Top = 27
  32.     Width = 176
  33.     Height = 14
  34.     Caption = 'loss, but slightly larger file size.'
  35.     Font.Color = clBlack
  36.     Font.Height = -11
  37.     Font.Name = 'Arial'
  38.     Font.Style = [fsBold]
  39.     ParentFont = False
  40.   end
  41.   object Button1: TButton
  42.     Left = 128
  43.     Top = 52
  44.     Width = 73
  45.     Height = 25
  46.     Caption = 'OK'
  47.     TabOrder = 0
  48.     OnClick = Button1Click
  49.   end
  50.   object SpinEdit1: TSpinEdit
  51.     Left = 56
  52.     Top = 48
  53.     Width = 57
  54.     Height = 34
  55.     Hint = 'Amout of detail for JPG.'
  56.     Font.Color = clBlack
  57.     Font.Height = -19
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = [fsBold]
  60.     Increment = 5
  61.     MaxValue = 100
  62.     MinValue = 20
  63.     ParentFont = False
  64.     ParentShowHint = False
  65.     ShowHint = True
  66.     TabOrder = 1
  67.     Value = 80
  68.   end
  69. end
  70.