home *** CD-ROM | disk | FTP | other *** search
- object PickPicForm: TPickPicForm
- Left = 247
- Top = 175
- HelpContext = 121
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Pick Graphic'
- ClientHeight = 297
- ClientWidth = 291
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object OkBtn: TBitBtn
- Left = 16
- Top = 261
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 1
- Kind = bkOK
- end
- object CancelBtn: TBitBtn
- Left = 108
- Top = 261
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 2
- Kind = bkCancel
- end
- object HelpBtn: TBitBtn
- Left = 200
- Top = 261
- Width = 75
- Height = 25
- TabOrder = 3
- Kind = bkHelp
- end
- object Panel1: TPanel
- Left = 15
- Top = 8
- Width = 261
- Height = 241
- BevelInner = bvRaised
- BevelOuter = bvLowered
- TabOrder = 0
- object Panel2: TPanel
- Left = 8
- Top = 12
- Width = 166
- Height = 165
- BevelInner = bvRaised
- BevelOuter = bvLowered
- BevelWidth = 2
- Color = clWhite
- TabOrder = 0
- object Image: TImage
- Left = 4
- Top = 4
- Width = 158
- Height = 157
- Align = alClient
- Stretch = True
- OnMouseDown = ImageMouseDown
- end
- object CropRect: TShape
- Left = 8
- Top = 8
- Width = 57
- Height = 57
- Brush.Style = bsClear
- Pen.Color = clGray
- Pen.Width = 2
- OnMouseDown = CropRectMouseDown
- end
- object Handles: TStretchHandle
- Left = 128
- Top = 8
- Width = 24
- Height = 24
- GridX = 1
- GridY = 1
- Enabled = False
- Visible = False
- end
- end
- object LoadBtn: TBitBtn
- Left = 184
- Top = 16
- Width = 60
- Height = 25
- Caption = '&Load...'
- TabOrder = 1
- OnClick = LoadBtnClick
- end
- object ClearBtn: TBitBtn
- Left = 184
- Top = 112
- Width = 60
- Height = 25
- Caption = 'C&lear'
- TabOrder = 4
- OnClick = ClearBtnClick
- end
- object SaveBtn: TBitBtn
- Left = 184
- Top = 48
- Width = 60
- Height = 25
- Caption = '&Save...'
- TabOrder = 2
- OnClick = SaveBtnClick
- end
- object AquireBtn: TBitBtn
- Left = 184
- Top = 80
- Width = 60
- Height = 25
- Caption = '&Acquire...'
- TabOrder = 3
- OnClick = AquireBtnClick
- end
- object RotateBtn: TBitBtn
- Left = 137
- Top = 185
- Width = 100
- Height = 25
- Caption = '&Rotate'
- Enabled = False
- TabOrder = 7
- OnClick = RotateBtnClick
- end
- object MirrorHorizontalBtn: TBitBtn
- Left = 25
- Top = 184
- Width = 100
- Height = 25
- Caption = 'Mirror &Horizontal'
- TabOrder = 5
- OnClick = MirrorHorizontalBtnClick
- end
- object CropBtn: TBitBtn
- Left = 137
- Top = 212
- Width = 100
- Height = 25
- Caption = '&Crop'
- Enabled = False
- TabOrder = 8
- OnClick = CropBtnClick
- end
- object MirrorVerticalBtn: TBitBtn
- Left = 25
- Top = 212
- Width = 100
- Height = 25
- Caption = 'Mirror &Vertical'
- TabOrder = 6
- OnClick = MirrorVerticalBtnClick
- end
- end
- object SaveDialog: TSaveDialog
- Options = [ofHideReadOnly, ofNoChangeDir]
- Left = 256
- Top = 192
- end
- object GraphicOpenDialog: TPreviewDialog
- Filter =
- 'All Supported Formats|*.BMP;*.WMF;*.EMF;*.PCX;*.JPG;*.TIF;*.PNG|' +
- 'Bitmaps (*.bmp)|*.BMP|Metafiles (*.wmf, *.emf)|*.WMF;*.EMF|JPEG ' +
- '(*.jpeg, *.jpg)|*.JPG|PC Paint (*.pcx)|*.PCX|TIFF (*.tif)|*.TIF|' +
- 'Portable Network Graphics (*.png)|*.PNG'
- Options = [ofHideReadOnly, ofNoChangeDir]
- OnDrawPreview = GraphicOpenDialogDrawPreview
- Left = 256
- Top = 224
- end
- end
-