home *** CD-ROM | disk | FTP | other *** search
- object FormJpeg: TFormJpeg
- Left = 215
- Top = 188
- BorderStyle = bsDialog
- Caption = 'JPEG'
- ClientHeight = 188
- ClientWidth = 479
- Color = clBtnFace
- ParentFont = True
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- PixelsPerInch = 96
- TextHeight = 12
- object Bevel1: TBevel
- Left = 204
- Top = 4
- Width = 261
- Height = 97
- Shape = bsFrame
- end
- object LabelQuality: TLabel
- Left = 220
- Top = 20
- Width = 38
- Height = 12
- Caption = 'Quality:'
- end
- object LabelQ: TLabel
- Left = 276
- Top = 40
- Width = 4
- Height = 12
- end
- object ScrollQ: TScrollBar
- Left = 276
- Top = 19
- Width = 173
- Height = 13
- LargeChange = 10
- Min = 1
- PageSize = 0
- Position = 70
- TabOrder = 0
- OnChange = ScrollQChange
- end
- object CheckProg: TCheckBox
- Left = 276
- Top = 64
- Width = 149
- Height = 17
- Caption = 'Progressive'
- Checked = True
- State = cbChecked
- TabOrder = 1
- end
- object Button1: TButton
- Left = 308
- Top = 151
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 2
- end
- object btnCancel: TButton
- Left = 389
- Top = 151
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object Panel: TPanel
- Left = 8
- Top = 8
- Width = 189
- Height = 169
- BevelOuter = bvNone
- TabOrder = 4
- object Image: TImage
- Left = 0
- Top = 0
- Width = 105
- Height = 105
- Cursor = 6
- AutoSize = True
- OnMouseDown = ImageMouseDown
- OnMouseMove = ImageMouseMove
- OnMouseUp = ImageMouseUp
- end
- end
- end
-