home *** CD-ROM | disk | FTP | other *** search
- object PictureEditDialog: TPictureEditDialog
- Left = 223
- Top = 151
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'Picture Editor'
- ClientHeight = 249
- ClientWidth = 281
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnActivate = UpdateClipboard
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnPaint = FormPaint
- OnShow = UpdateClipboard
- TextHeight = 13
- object Shape1: TShape
- Left = 12
- Top = 10
- Width = 169
- Height = 169
- Brush.Style = bsClear
- end
- object Shape2: TShape
- Left = 13
- Top = 11
- Width = 167
- Height = 167
- Brush.Style = bsClear
- Pen.Color = clWhite
- end
- object Bevel1: TBevel
- Left = 8
- Top = 6
- Width = 265
- Height = 177
- Shape = bsFrame
- end
- object Load: TButton
- Left = 188
- Top = 15
- Width = 77
- Height = 24
- Caption = '&Load...'
- TabOrder = 0
- OnClick = LoadClick
- end
- object Save: TButton
- Left = 188
- Top = 45
- Width = 77
- Height = 24
- Caption = '&Save...'
- TabOrder = 1
- OnClick = SaveClick
- end
- object Clear: TButton
- Left = 188
- Top = 146
- Width = 77
- Height = 24
- Caption = 'Cl&ear'
- TabOrder = 4
- OnClick = ClearClick
- end
- object Copy: TButton
- Left = 188
- Top = 75
- Width = 77
- Height = 24
- Caption = '&Copy'
- TabOrder = 2
- OnClick = CopyClick
- end
- object Paste: TButton
- Left = 188
- Top = 105
- Width = 77
- Height = 24
- Caption = '&Paste'
- TabOrder = 3
- OnClick = PasteClick
- end
- object DecreaseBox: TCheckBox
- Left = 10
- Top = 187
- Width = 262
- Height = 14
- Caption = ' &Decrease to 16 colors when paste '
- State = cbChecked
- TabOrder = 5
- end
- object OK: TButton
- Left = 30
- Top = 220
- Width = 77
- Height = 24
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 7
- end
- object Cancel: TButton
- Left = 114
- Top = 220
- Width = 77
- Height = 24
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 8
- end
- object HelpBtn: TButton
- Left = 198
- Top = 220
- Width = 77
- Height = 24
- Caption = '&Help'
- TabOrder = 9
- OnClick = HelpBtnClick
- end
- object UsePreviewBox: TCheckBox
- Left = 10
- Top = 202
- Width = 262
- Height = 13
- Caption = ' &Use preview dialog box '
- TabOrder = 6
- end
- object FormStorage: TFormStorage
- IniFileName = 'DELPHI.INI'
- IniSection = 'RX.ImageEditor'
- Options = []
- OnSavePlacement = FormStorageSavePlacement
- OnRestorePlacement = FormStorageRestorePlacement
- StoredProps.Strings = (
- 'UsePreviewBox.Checked'
- 'DecreaseBox.Checked')
- Left = 8
- Top = 6
- end
- end
-