home *** CD-ROM | disk | FTP | other *** search
- object FrmRemoved: TFrmRemoved
- Left = 364
- Top = 248
- HorzScrollBar.Visible = False
- VertScrollBar.Visible = False
- AutoScroll = False
- BorderIcons = []
- Caption = 'Removed Items'
- ClientHeight = 485
- ClientWidth = 444
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- ShowHint = True
- OnClose = FormClose
- OnCreate = FormCreate
- OnHide = FormHide
- OnShow = FormShow
- DesignSize = (
- 444
- 485)
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 312
- Width = 115
- Height = 13
- Caption = 'Preview of selected item'
- end
- object iPreview: TImage
- Left = 8
- Top = 336
- Width = 473
- Height = 137
- end
- object Label2: TLabel
- Left = 332
- Top = 224
- Width = 72
- Height = 78
- Anchors = [akTop, akRight]
- Caption = 'T=Text U=Unicde R=RichText F=Files H=HTML P=Picture(DIB)'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- WordWrap = True
- end
- object bCopy: TButton
- Left = 330
- Top = 56
- Width = 105
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Copy to Clipboard'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 0
- OnClick = bCopyClick
- end
- object bClose: TButton
- Left = 330
- Top = 8
- Width = 105
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Close'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 1
- OnClick = bCloseClick
- end
- object mPreview: TMemo
- Left = 8
- Top = 336
- Width = 423
- Height = 138
- Anchors = [akLeft, akTop, akRight, akBottom]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- Lines.Strings = (
- '')
- ParentFont = False
- ScrollBars = ssBoth
- TabOrder = 2
- end
- object bFlushItems: TButton
- Left = 330
- Top = 184
- Width = 105
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Flush Items'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 3
- OnClick = bFlushItemsClick
- end
- object btnCopyAs: TButton
- Left = 330
- Top = 96
- Width = 105
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Copy to Clipboard'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -9
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- TabOrder = 4
- Visible = False
- OnClick = btnCopyAsClick
- end
- object lbList: TListBox
- Left = 8
- Top = 8
- Width = 301
- Height = 281
- Style = lbOwnerDrawVariable
- Anchors = [akLeft, akTop, akRight, akBottom]
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- ItemHeight = 13
- ParentFont = False
- TabOrder = 5
- OnClick = lbListClick
- OnDrawItem = lbListDrawItem
- OnMeasureItem = lbListMeasureItem
- end
- end
-