home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 4 Bible
/
Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso
/
source
/
BITVIEW2
/
MAIN.dfm
/
MAIN.txt
Wrap
Text File
|
1998-04-04
|
983b
|
48 lines
object MainForm: TMainForm
Left = 200
Top = 99
AutoScroll = False
Caption = 'Bitmap Viewer With Scroll Bars'
ClientHeight = 263
ClientWidth = 426
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'System'
Font.Style = []
Menu = MainMenu1
OnActivate = FormActivate
OnResize = FormResize
PixelsPerInch = 96
TextHeight = 16
object BitImage: TImage
Left = 0
Top = 0
Width = 426
Height = 263
Align = alClient
ParentShowHint = False
ShowHint = False
end
object MainMenu1: TMainMenu
Left = 288
Top = 16
object File1: TMenuItem
Caption = '&File'
object Open1: TMenuItem
Caption = '&Open'
OnClick = Open1Click
end
object Exit1: TMenuItem
Caption = 'E&xit'
OnClick = Exit1Click
end
end
end
object OpenDialog1: TOpenDialog
Filter = 'Bitmap files|*.bmp|All files|*.*'
Left = 360
Top = 16
end
end