home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / software / Vyzkuste / Painter / Painter17.exe / 0 / RCDATA / TJPEGPREVIEWF / TJPEGPREVIEWF.txt
Text File  |  1999-04-23  |  3KB  |  129 lines

  1. object JpegPreviewF: TJpegPreviewF
  2.   Left = 193
  3.   Top = 124
  4.   Width = 477
  5.   Height = 375
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'JPEG Preview'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   PixelsPerInch = 120
  17.   TextHeight = 16
  18.   object Panel1: TPanel
  19.     Left = 352
  20.     Top = 0
  21.     Width = 117
  22.     Height = 343
  23.     Align = alRight
  24.     BevelOuter = bvNone
  25.     TabOrder = 0
  26.     object jpegShow: TSpeedButton
  27.       Left = 8
  28.       Top = 8
  29.       Width = 73
  30.       Height = 22
  31.       Caption = 'Show'
  32.       Flat = True
  33.       Font.Charset = DEFAULT_CHARSET
  34.       Font.Color = clGreen
  35.       Font.Height = -13
  36.       Font.Name = 'MS Sans Serif'
  37.       Font.Style = [fsBold]
  38.       ParentFont = False
  39.       OnClick = jpegShowClick
  40.     end
  41.     object jpegSave: TSpeedButton
  42.       Left = 8
  43.       Top = 128
  44.       Width = 73
  45.       Height = 22
  46.       Caption = 'Save'
  47.       Flat = True
  48.       Font.Charset = DEFAULT_CHARSET
  49.       Font.Color = clRed
  50.       Font.Height = -13
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.       OnClick = jpegSaveClick
  55.     end
  56.     object jpegsize: TLabel
  57.       Left = 8
  58.       Top = 104
  59.       Width = 33
  60.       Height = 16
  61.       Caption = 'Size='
  62.     end
  63.     object lblquality: TLabel
  64.       Left = 64
  65.       Top = 64
  66.       Width = 41
  67.       Height = 16
  68.       Caption = 'Quality'
  69.     end
  70.     object jpegAssign: TSpeedButton
  71.       Left = 8
  72.       Top = 160
  73.       Width = 73
  74.       Height = 22
  75.       Hint = 'Assign to Drawing'
  76.       Caption = 'Assign'
  77.       Flat = True
  78.       Font.Charset = DEFAULT_CHARSET
  79.       Font.Color = clWindowText
  80.       Font.Height = -13
  81.       Font.Name = 'MS Sans Serif'
  82.       Font.Style = [fsBold]
  83.       ParentFont = False
  84.       ParentShowHint = False
  85.       ShowHint = True
  86.       OnClick = jpegAssignClick
  87.     end
  88.     object jpgGray: TCheckBox
  89.       Left = 8
  90.       Top = 40
  91.       Width = 81
  92.       Height = 17
  93.       Caption = 'Grayscale'
  94.       TabOrder = 0
  95.     end
  96.     object Quality: TSpinEdit
  97.       Left = 8
  98.       Top = 64
  99.       Width = 49
  100.       Height = 26
  101.       MaxValue = 100
  102.       MinValue = 1
  103.       TabOrder = 1
  104.       Value = 10
  105.     end
  106.   end
  107.   object ScrollBox1: TScrollBox
  108.     Left = 0
  109.     Top = 0
  110.     Width = 352
  111.     Height = 343
  112.     Align = alClient
  113.     TabOrder = 1
  114.     object jpg: TImage
  115.       Left = 0
  116.       Top = 0
  117.       Width = 256
  118.       Height = 256
  119.       AutoSize = True
  120.     end
  121.   end
  122.   object SaveDialog1: TSaveDialog
  123.     DefaultExt = 'jpg'
  124.     Filter = 'JPEG Files|*.jpg;*.jpeg'
  125.     Left = 306
  126.     Top = 146
  127.   end
  128. end
  129.