home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1997 April
/
Chip_1997-04_cd.bin
/
prezent
/
cb
/
data.z
/
DBX.DLL
/
RCDATA
/
TBLOBFORM
/
TBLOBFORM.txt
< prev
Wrap
Text File
|
1997-01-16
|
4KB
|
169 lines
object BlobForm: TBlobForm
Left = 152
Top = 111
Width = 297
Height = 189
HelpContext = 2000
Caption = 'Blob Explorer'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
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
BorderStyle = bsNone
Color = clBtnFace
Stretch = True
TabOrder = 0
end
object BlobMemo: TDBMemo
Left = 0
Top = 0
Width = 289
Height = 165
Align = alClient
BorderStyle = bsNone
Color = clBtnFace
TabOrder = 1
end
object BlankPanel: TPanel
Left = 0
Top = 0
Width = 289
Height = 165
Align = alClient
BevelOuter = bvNone
TabOrder = 2
end
object BlobPopupMenu: TPopupMenu
OnPopup = BlobMenuPopup
Left = 8
Top = 8
object PMOnTop: TMenuItem
Caption = 'Always On Top'
ShortCut = 0
OnClick = PMOnTopClick
end
object N2: TMenuItem
Caption = '-'
ShortCut = 0
end
object PMShowDefault: TMenuItem
Caption = 'Show as Default'
Checked = True
GroupIndex = 1
RadioItem = True
ShortCut = 0
OnClick = PMShowDefaultClick
end
object PMShowGraphic: TMenuItem
Caption = 'Show as Graphic'
GroupIndex = 1
RadioItem = True
ShortCut = 0
OnClick = PMShowGraphicClick
end
object PMShowText: TMenuItem
Caption = 'Show as Text'
GroupIndex = 1
RadioItem = True
ShortCut = 0
OnClick = PMShowTextClick
end
object PMShowMemory: TMenuItem
Caption = 'Show as Memory'
Enabled = False
GroupIndex = 1
ShortCut = 0
Visible = False
end
object N1: TMenuItem
Caption = '-'
GroupIndex = 1
ShortCut = 0
Visible = False
end
object PMUndo: TMenuItem
Caption = '&Undo'
Enabled = False
GroupIndex = 2
ShortCut = 0
Visible = False
end
object N5: TMenuItem
Caption = '-'
GroupIndex = 2
ShortCut = 0
Visible = False
end
object PMCut: TMenuItem
Caption = 'Cu&t'
GroupIndex = 2
ShortCut = 0
Visible = False
end
object PMCopy: TMenuItem
Caption = '&Copy'
GroupIndex = 2
ShortCut = 0
Visible = False
end
object PMPaste: TMenuItem
Caption = '&Paste'
GroupIndex = 2
ShortCut = 0
Visible = False
end
object PMDelete: TMenuItem
Caption = '&Delete'
GroupIndex = 2
ShortCut = 0
Visible = False
end
object PMSelectAll: TMenuItem
Caption = 'Se&lect All'
GroupIndex = 2
ShortCut = 16449
Visible = False
end
object N6: TMenuItem
Caption = '-'
GroupIndex = 2
ShortCut = 0
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