home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / sharewar / gale / setgalee.exe / {app} / Gale.exe / 0 / RCDATA / TFORMJPEG / TFORMJPEG.txt
Encoding:
Text File  |  2002-10-07  |  1.7 KB  |  99 lines

  1. object FormJpeg: TFormJpeg
  2.   Left = 215
  3.   Top = 188
  4.   BorderStyle = bsDialog
  5.   Caption = 'JPEG'
  6.   ClientHeight = 188
  7.   ClientWidth = 479
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   Position = poDesktopCenter
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   OnDestroy = FormDestroy
  15.   PixelsPerInch = 96
  16.   TextHeight = 12
  17.   object Bevel1: TBevel
  18.     Left = 204
  19.     Top = 4
  20.     Width = 261
  21.     Height = 97
  22.     Shape = bsFrame
  23.   end
  24.   object LabelQuality: TLabel
  25.     Left = 220
  26.     Top = 20
  27.     Width = 38
  28.     Height = 12
  29.     Caption = 'Quality:'
  30.   end
  31.   object LabelQ: TLabel
  32.     Left = 276
  33.     Top = 40
  34.     Width = 4
  35.     Height = 12
  36.   end
  37.   object ScrollQ: TScrollBar
  38.     Left = 276
  39.     Top = 19
  40.     Width = 173
  41.     Height = 13
  42.     LargeChange = 10
  43.     Min = 1
  44.     PageSize = 0
  45.     Position = 70
  46.     TabOrder = 0
  47.     OnChange = ScrollQChange
  48.   end
  49.   object CheckProg: TCheckBox
  50.     Left = 276
  51.     Top = 64
  52.     Width = 149
  53.     Height = 17
  54.     Caption = 'Progressive'
  55.     Checked = True
  56.     State = cbChecked
  57.     TabOrder = 1
  58.   end
  59.   object Button1: TButton
  60.     Left = 308
  61.     Top = 151
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'OK'
  65.     Default = True
  66.     ModalResult = 1
  67.     TabOrder = 2
  68.   end
  69.   object btnCancel: TButton
  70.     Left = 389
  71.     Top = 151
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = 'Cancel'
  76.     ModalResult = 2
  77.     TabOrder = 3
  78.   end
  79.   object Panel: TPanel
  80.     Left = 8
  81.     Top = 8
  82.     Width = 189
  83.     Height = 169
  84.     BevelOuter = bvNone
  85.     TabOrder = 4
  86.     object Image: TImage
  87.       Left = 0
  88.       Top = 0
  89.       Width = 105
  90.       Height = 105
  91.       Cursor = 6
  92.       AutoSize = True
  93.       OnMouseDown = ImageMouseDown
  94.       OnMouseMove = ImageMouseMove
  95.       OnMouseUp = ImageMouseUp
  96.     end
  97.   end
  98. end
  99.