home *** CD-ROM | disk | FTP | other *** search
- object SmartSaverJPGForm: TSmartSaverJPGForm
- Left = 276
- Top = 107
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- BorderIcons = [biHelp]
- BorderStyle = bsDialog
- Caption = 'JPEG Size Optimizer'
- ClientHeight = 373
- ClientWidth = 419
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = True
- Position = poScreenCenter
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 264
- Width = 305
- Height = 100
- end
- object CompressLabel: TLabel
- Left = 88
- Top = 272
- Width = 104
- Height = 13
- Caption = 'Best compression '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object QualityLabel: TLabel
- Left = 88
- Top = 344
- Width = 67
- Height = 13
- Caption = 'Best quality'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object InfoLabel: TLabel
- Left = 88
- Top = 296
- Width = 70
- Height = 39
- Caption = 'Quality:'#13'File size (.jpg):'#13'Original (.bmp):'
- end
- object ValueLabel: TLabel
- Left = 201
- Top = 296
- Width = 29
- Height = 39
- Alignment = taRightJustify
- Caption = '80%'#13'?? KB'#13'?? kB'
- end
- object ScrollBox1: TScrollBox
- Left = 8
- Top = 8
- Width = 401
- Height = 249
- TabOrder = 4
- object PreviewImage: TImage
- Left = 0
- Top = 0
- Width = 105
- Height = 105
- AutoSize = True
- end
- end
- object SaveButton: TButton
- Left = 328
- Top = 307
- Width = 75
- Height = 25
- Caption = '&Save'
- TabOrder = 1
- OnClick = SaveButtonClick
- end
- object CancelButton: TButton
- Left = 328
- Top = 339
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = CancelButtonClick
- end
- object PreviewButton: TButton
- Left = 328
- Top = 275
- Width = 75
- Height = 25
- Caption = '&Preview'
- TabOrder = 3
- TabStop = False
- Visible = False
- OnClick = PreviewButtonClick
- end
- object TrackBar1: TTrackBar
- Left = 48
- Top = 265
- Width = 33
- Height = 97
- Max = 100
- Orientation = trVertical
- PageSize = 10
- Frequency = 10
- Position = 80
- SelEnd = 0
- SelStart = 0
- TabOrder = 0
- ThumbLength = 20
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = TrackBar1Change
- end
- end
-