home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIP_CD_2003-05.iso / software / fonttwister / ftw12e.exe / FTwister.exe / 0 / RCDATA / TSMARTSAVERJPGFORM / TSMARTSAVERJPGFORM.txt
Encoding:
Text File  |  2003-03-07  |  2.7 KB  |  135 lines

  1. object SmartSaverJPGForm: TSmartSaverJPGForm
  2.   Left = 276
  3.   Top = 107
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biHelp]
  7.   BorderStyle = bsDialog
  8.   Caption = 'JPEG Size Optimizer'
  9.   ClientHeight = 373
  10.   ClientWidth = 419
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -11
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   OldCreateOrder = True
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Bevel1: TBevel
  25.     Left = 8
  26.     Top = 264
  27.     Width = 305
  28.     Height = 100
  29.   end
  30.   object CompressLabel: TLabel
  31.     Left = 88
  32.     Top = 272
  33.     Width = 104
  34.     Height = 13
  35.     Caption = 'Best compression '
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.   end
  43.   object QualityLabel: TLabel
  44.     Left = 88
  45.     Top = 344
  46.     Width = 67
  47.     Height = 13
  48.     Caption = 'Best quality'
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -11
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = [fsBold]
  54.     ParentFont = False
  55.   end
  56.   object InfoLabel: TLabel
  57.     Left = 88
  58.     Top = 296
  59.     Width = 70
  60.     Height = 39
  61.     Caption = 'Quality:'#13'File size (.jpg):'#13'Original (.bmp):'
  62.   end
  63.   object ValueLabel: TLabel
  64.     Left = 201
  65.     Top = 296
  66.     Width = 29
  67.     Height = 39
  68.     Alignment = taRightJustify
  69.     Caption = '80%'#13'?? KB'#13'?? kB'
  70.   end
  71.   object ScrollBox1: TScrollBox
  72.     Left = 8
  73.     Top = 8
  74.     Width = 401
  75.     Height = 249
  76.     TabOrder = 4
  77.     object PreviewImage: TImage
  78.       Left = 0
  79.       Top = 0
  80.       Width = 105
  81.       Height = 105
  82.       AutoSize = True
  83.     end
  84.   end
  85.   object SaveButton: TButton
  86.     Left = 328
  87.     Top = 307
  88.     Width = 75
  89.     Height = 25
  90.     Caption = '&Save'
  91.     TabOrder = 1
  92.     OnClick = SaveButtonClick
  93.   end
  94.   object CancelButton: TButton
  95.     Left = 328
  96.     Top = 339
  97.     Width = 75
  98.     Height = 25
  99.     Cancel = True
  100.     Caption = 'Cancel'
  101.     ModalResult = 2
  102.     TabOrder = 2
  103.     OnClick = CancelButtonClick
  104.   end
  105.   object PreviewButton: TButton
  106.     Left = 328
  107.     Top = 275
  108.     Width = 75
  109.     Height = 25
  110.     Caption = '&Preview'
  111.     TabOrder = 3
  112.     TabStop = False
  113.     Visible = False
  114.     OnClick = PreviewButtonClick
  115.   end
  116.   object TrackBar1: TTrackBar
  117.     Left = 48
  118.     Top = 265
  119.     Width = 33
  120.     Height = 97
  121.     Max = 100
  122.     Orientation = trVertical
  123.     PageSize = 10
  124.     Frequency = 10
  125.     Position = 80
  126.     SelEnd = 0
  127.     SelStart = 0
  128.     TabOrder = 0
  129.     ThumbLength = 20
  130.     TickMarks = tmBottomRight
  131.     TickStyle = tsAuto
  132.     OnChange = TrackBar1Change
  133.   end
  134. end
  135.