home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Delphi 4 Bible
/
Delphi_4_Bible_Tom_Swan_IDG_Books_1998.iso
/
source
/
MSGDLG
/
MAIN.dfm
/
MAIN.txt
Wrap
Text File
|
1998-05-14
|
2KB
|
101 lines
object MainForm: TMainForm
Left = 234
Top = 118
AutoScroll = False
Caption = 'Message-Display Dialogs'
ClientHeight = 323
ClientWidth = 497
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -16
Font.Name = 'System'
Font.Style = []
OldCreateOrder = True
PixelsPerInch = 120
TextHeight = 20
object Bevel1: TBevel
Left = 300
Top = 40
Width = 161
Height = 101
end
object Label1: TLabel
Left = 310
Top = 50
Width = 141
Height = 81
AutoSize = False
Caption = 'Click the buttons to view Delphi'#39's Message-Display dialogs.'
WordWrap = True
end
object Panel2: TPanel
Left = 10
Top = 130
Width = 261
Height = 161
Caption = 'Panel2'
TabOrder = 7
end
object Panel1: TPanel
Left = 10
Top = 10
Width = 261
Height = 111
TabOrder = 6
end
object Button1: TButton
Left = 20
Top = 20
Width = 241
Height = 41
Caption = 'ShowMessage'
TabOrder = 0
OnClick = Button1Click
end
object Button2: TButton
Left = 20
Top = 70
Width = 241
Height = 41
Caption = 'ShowMessagePos'
TabOrder = 1
OnClick = Button2Click
end
object Button3: TButton
Left = 20
Top = 140
Width = 241
Height = 41
Caption = 'MessageBox'
TabOrder = 2
OnClick = Button3Click
end
object Button4: TButton
Left = 20
Top = 190
Width = 241
Height = 41
Caption = 'MessageDlg'
TabOrder = 3
OnClick = Button4Click
end
object Button5: TButton
Left = 20
Top = 240
Width = 241
Height = 41
Caption = 'MessageDlgPos'
TabOrder = 4
OnClick = Button5Click
end
object BitBtn1: TBitBtn
Left = 320
Top = 210
Width = 111
Height = 41
TabOrder = 5
Kind = bkClose
end
end