home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
200+ Great Games for PDA
/
200+PDA.BIN
/
200+PalmGames
/
SlapGammon
/
conduit
/
CondInstall.exe
/
0
/
RCDATA
/
TFMMAIN
/
TFMMAIN.txt
Wrap
Text File
|
2001-05-08
|
2KB
|
82 lines
object fmMain: TfmMain
Left = 250
Top = 145
Width = 363
Height = 154
Caption = 'SlapGammon Conduit Installer'
Font.Charset = SHIFTJIS_CHARSET
Font.Color = clWindowText
Font.Height = -12
Font.Name = '�l�r �o�S�V�b�N'
Font.Style = []
PixelsPerInch = 96
TextHeight = 12
object Label2: TLabel
Left = 32
Top = 33
Width = 15
Height = 12
Caption = 'To:'
end
object rbInstall: TRadioButton
Left = 16
Top = 5
Width = 225
Height = 17
Caption = 'Install SlapGammon HotSync Conduit'
Checked = True
TabOrder = 0
TabStop = True
end
object rbUninstall: TRadioButton
Left = 16
Top = 61
Width = 233
Height = 17
Caption = 'Uninstall SlapGammon HotSync Conduit'
TabOrder = 1
end
object btOK: TButton
Left = 104
Top = 88
Width = 75
Height = 25
Caption = 'OK'
TabOrder = 2
OnClick = btOKClick
end
object btCancel: TButton
Left = 208
Top = 88
Width = 75
Height = 25
Caption = 'Cancel'
TabOrder = 3
OnClick = btCancelClick
end
object ebDirectory: TEdit
Left = 48
Top = 30
Width = 265
Height = 20
TabOrder = 4
Text = 'C:\Program Files\SlapGammon\SGConduit.dll'
end
object btBrowse: TButton
Left = 320
Top = 27
Width = 25
Height = 25
Caption = '...'
TabOrder = 5
OnClick = btBrowseClick
end
object dlgSave: TSaveDialog
FileName = 'SGConduit.dll'
InitialDir = 'C:\Program Files\SlapGammon'
Title = 'Install Conduit'
Left = 336
Top = 64
end
end