home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
WDR Computer Club Digital 1997 February
/
club9702.bin
/
SHARE95
/
95GOMOKU
/
_SETUP.1
/
Gomoku.exe
/
0
/
RCDATA
/
TFORM3
/
TFORM3.txt
< prev
Wrap
Text File
|
1996-09-02
|
2KB
|
88 lines
object Form3: TForm3
Left = 234
Top = 110
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Exit Confirmation:'
ClientHeight = 160
ClientWidth = 273
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Bevel2: TBevel
Left = 8
Top = 24
Width = 49
Height = 49
end
object Bevel1: TBevel
Left = 0
Top = 0
Width = 273
Height = 160
Align = alClient
Shape = bsFrame
end
object Image1: TImage
Left = 16
Top = 32
Width = 33
Height = 33
Picture.Data = {<image000.ico>}
end
object Image2: TImage
Left = 240
Top = 32
Width = 25
Height = 33
Picture.Data = {<image001.ico>}
end
object Label1: TLabel
Left = 64
Top = 48
Width = 181
Height = 16
Caption = 'Do You Really Wish To Exit'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'System'
Font.Style = [fsBold]
ParentFont = False
end
object Button1: TButton
Left = 32
Top = 120
Width = 81
Height = 25
Hint = ' Yes , BUT I'#39'll Be Back !'
Caption = '&Y e s'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'System'
Font.Style = [fsBold]
ModalResult = 1
ParentFont = False
TabOrder = 0
end
object Button2: TButton
Left = 160
Top = 120
Width = 81
Height = 25
Hint = ' No , Of Course I Don'#39't'
Caption = '&C a n c e l'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'System'
Font.Style = [fsBold]
ModalResult = 2
ParentFont = False
TabOrder = 1
end
end