home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 February
/
Chip_2000-02_cd.bin
/
sharewar
/
MBM
/
_SETUP.1
/
MBM4.exe
/
0
/
RCDATA
/
TFORM7
/
TFORM7.txt
< prev
Wrap
Text File
|
1999-11-06
|
1KB
|
69 lines
object Form7: TForm7
Left = 381
Top = 298
AutoScroll = False
BorderIcons = []
Caption = 'Confirm'
ClientHeight = 127
ClientWidth = 276
Color = clBtnFace
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Arial'
Font.Style = []
FormStyle = fsStayOnTop
OldCreateOrder = True
Position = poScreenCenter
Scaled = False
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 14
object Image1: TImage
Left = 4
Top = 5
Width = 32
Height = 32
AutoSize = True
Picture.Data = {<image000.ico>}
end
object Label1: TLabel
Left = 43
Top = 5
Width = 230
Height = 100
AutoSize = False
WordWrap = True
end
object SpeedButton1: TSpeedButton
Left = 20
Top = 103
Width = 73
Height = 22
Caption = '&Yes'
Layout = blGlyphBottom
Visible = False
OnClick = SpeedButton1Click
end
object SpeedButton2: TSpeedButton
Left = 100
Top = 103
Width = 73
Height = 22
Caption = '&No'
Layout = blGlyphBottom
Visible = False
OnClick = SpeedButton1Click
end
object SpeedButton3: TSpeedButton
Left = 180
Top = 103
Width = 73
Height = 22
Caption = '&Minimize'
Layout = blGlyphBottom
Visible = False
OnClick = SpeedButton1Click
end
end