home *** CD-ROM | disk | FTP | other *** search
- object PictureEditorDlg: TPictureEditorDlg
- Left = 263
- Top = 144
- ActiveControl = OK
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Picture Editor'
- ClientHeight = 226
- ClientWidth = 281
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnPaint = FormPaint
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 265
- Height = 177
- Shape = bsFrame
- end
- object Shape1: TShape
- Left = 12
- Top = 12
- Width = 169
- Height = 169
- Brush.Style = bsClear
- end
- object Shape2: TShape
- Left = 13
- Top = 13
- Width = 167
- Height = 167
- Brush.Style = bsClear
- Pen.Color = clWhite
- end
- object OK: TBitBtn
- Left = 28
- Top = 192
- Width = 77
- Height = 27
- TabOrder = 0
- Kind = bkOK
- Margin = 2
- Spacing = -1
- end
- object Cancel: TBitBtn
- Left = 112
- Top = 192
- Width = 77
- Height = 27
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- end
- object Load: TButton
- Left = 188
- Top = 12
- Width = 77
- Height = 24
- Caption = '&Load...'
- TabOrder = 2
- OnClick = LoadClick
- end
- object Save: TButton
- Left = 188
- Top = 44
- Width = 77
- Height = 24
- Caption = '&Save...'
- TabOrder = 3
- OnClick = SaveClick
- end
- object Clear: TButton
- Left = 188
- Top = 84
- Width = 77
- Height = 24
- Caption = '&Clear'
- TabOrder = 4
- OnClick = ClearClick
- end
- object HelpBtn: TBitBtn
- Left = 196
- Top = 192
- Width = 77
- Height = 27
- TabOrder = 5
- Kind = bkHelp
- end
- object FileDialog: TOpenDialog
- Title = 'Load picture'
- Left = 140
- Top = 20
- end
- object SaveDialog: TSaveDialog
- Options = [ofOverwritePrompt]
- Title = 'Save picture as'
- Left = 140
- Top = 52
- end
- end
-