home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 October
/
PCWorld_1999-10_cd2.bin
/
Supreme
/
_SETUP.1
/
BDEADMIN.EXE
/
RCDATA
/
TBLOBFORM
/
TBLOBFORM.txt
< prev
Wrap
Text File
|
1999-06-21
|
3KB
|
155 lines
object BlobForm: TBlobForm
Left = 347
Top = 104
Width = 297
Height = 189
HelpContext = 2000
Caption = 'Blob Explorer'
ParentFont = True
HelpFile = 'dbexplr3.hlp'
Icon.Data = {<image000.ico>}
PopupMenu = BlobPopupMenu
OnClose = FormClose
OnCreate = FormCreate
OnDestroy = FormDestroy
PixelsPerInch = 96
TextHeight = 13
object BlobGraphic: TDBImage
Left = 0
Top = 0
Width = 289
Height = 165
Align = alClient
Stretch = True
TabOrder = 0
end
object BlobMemo: TDBMemo
Left = 0
Top = 0
Width = 289
Height = 165
Align = alClient
TabOrder = 1
end
object BlankPanel: TPanel
Left = 0
Top = 0
Width = 289
Height = 165
Align = alClient
BevelInner = bvLowered
BevelOuter = bvNone
TabOrder = 2
end
object BlobPopupMenu: TPopupMenu
OnPopup = BlobMenuPopup
Left = 32
Top = 8
object PMOnTop: TMenuItem
Caption = 'Always On Top'
HelpContext = 2900
OnClick = PMOnTopClick
end
object N2: TMenuItem
Caption = '-'
end
object PMShowDefault: TMenuItem
Caption = 'Show as Default'
Checked = True
GroupIndex = 1
HelpContext = 2910
RadioItem = True
OnClick = PMShowDefaultClick
end
object PMShowGraphic: TMenuItem
Caption = 'Show as Graphic'
GroupIndex = 1
HelpContext = 2920
RadioItem = True
OnClick = PMShowGraphicClick
end
object PMShowText: TMenuItem
Caption = 'Show as Text'
GroupIndex = 1
HelpContext = 2930
RadioItem = True
OnClick = PMShowTextClick
end
object PMShowMemory: TMenuItem
Caption = 'Show as Memory'
GroupIndex = 2
HelpContext = 2940
RadioItem = True
Visible = False
OnClick = PMShowMemoryClick
end
object N1: TMenuItem
Caption = '-'
GroupIndex = 2
Visible = False
end
object PMUndo: TMenuItem
Caption = '&Undo'
GroupIndex = 2
Visible = False
end
object N5: TMenuItem
Caption = '-'
GroupIndex = 2
Visible = False
end
object PMCut: TMenuItem
Caption = 'Cu&t'
GroupIndex = 2
Visible = False
end
object PMCopy: TMenuItem
Caption = '&Copy'
GroupIndex = 2
Visible = False
end
object PMPaste: TMenuItem
Caption = '&Paste'
GroupIndex = 2
Visible = False
end
object PMDelete: TMenuItem
Caption = '&Delete'
GroupIndex = 2
Visible = False
end
object PMSelectAll: TMenuItem
Caption = 'Se&lect All'
GroupIndex = 2
ShortCut = 16449
Visible = False
end
object N6: TMenuItem
Caption = '-'
GroupIndex = 2
Visible = False
end
object PMLoad: TMenuItem
Caption = 'Load From File...'
Enabled = False
GroupIndex = 2
ShortCut = 16460
Visible = False
end
object PMSave: TMenuItem
Caption = 'Save to File...'
Enabled = False
GroupIndex = 2
ShortCut = 16467
Visible = False
end
object MHotKey: TMenuItem
Caption = 'HotKey'
GroupIndex = 2
ShortCut = 32889
Visible = False
OnClick = BlobPopupMenuPopup
end
end
end