object frmSaveAs: TfrmSaveAs Tag = -1 Left = 291 Top = 295 BorderStyle = bsDialog Caption = 'JPG Compression Factor' ClientHeight = 89 ClientWidth = 265 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Icon.Data = {} Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 24 Top = 8 Width = 217 Height = 14 Caption = 'Higher value means less picture quality' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Label2: TLabel Left = 40 Top = 27 Width = 176 Height = 14 Caption = 'loss, but slightly larger file size.' Font.Color = clBlack Font.Height = -11 Font.Name = 'Arial' Font.Style = [fsBold] ParentFont = False end object Button1: TButton Left = 128 Top = 52 Width = 73 Height = 25 Caption = 'OK' TabOrder = 0 OnClick = Button1Click end object SpinEdit1: TSpinEdit Left = 56 Top = 48 Width = 57 Height = 34 Hint = 'Amout of detail for JPG.' Font.Color = clBlack Font.Height = -19 Font.Name = 'MS Sans Serif' Font.Style = [fsBold] Increment = 5 MaxValue = 100 MinValue = 20 ParentFont = False ParentShowHint = False ShowHint = True TabOrder = 1 Value = 80 end end