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
Text File  |  2001-05-08  |  2KB  |  82 lines

  1. object fmMain: TfmMain
  2.   Left = 250
  3.   Top = 145
  4.   Width = 363
  5.   Height = 154
  6.   Caption = 'SlapGammon Conduit Installer'
  7.   Font.Charset = SHIFTJIS_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -12
  10.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 12
  14.   object Label2: TLabel
  15.     Left = 32
  16.     Top = 33
  17.     Width = 15
  18.     Height = 12
  19.     Caption = 'To:'
  20.   end
  21.   object rbInstall: TRadioButton
  22.     Left = 16
  23.     Top = 5
  24.     Width = 225
  25.     Height = 17
  26.     Caption = 'Install SlapGammon HotSync Conduit'
  27.     Checked = True
  28.     TabOrder = 0
  29.     TabStop = True
  30.   end
  31.   object rbUninstall: TRadioButton
  32.     Left = 16
  33.     Top = 61
  34.     Width = 233
  35.     Height = 17
  36.     Caption = 'Uninstall SlapGammon HotSync Conduit'
  37.     TabOrder = 1
  38.   end
  39.   object btOK: TButton
  40.     Left = 104
  41.     Top = 88
  42.     Width = 75
  43.     Height = 25
  44.     Caption = 'OK'
  45.     TabOrder = 2
  46.     OnClick = btOKClick
  47.   end
  48.   object btCancel: TButton
  49.     Left = 208
  50.     Top = 88
  51.     Width = 75
  52.     Height = 25
  53.     Caption = 'Cancel'
  54.     TabOrder = 3
  55.     OnClick = btCancelClick
  56.   end
  57.   object ebDirectory: TEdit
  58.     Left = 48
  59.     Top = 30
  60.     Width = 265
  61.     Height = 20
  62.     TabOrder = 4
  63.     Text = 'C:\Program Files\SlapGammon\SGConduit.dll'
  64.   end
  65.   object btBrowse: TButton
  66.     Left = 320
  67.     Top = 27
  68.     Width = 25
  69.     Height = 25
  70.     Caption = '...'
  71.     TabOrder = 5
  72.     OnClick = btBrowseClick
  73.   end
  74.   object dlgSave: TSaveDialog
  75.     FileName = 'SGConduit.dll'
  76.     InitialDir = 'C:\Program Files\SlapGammon'
  77.     Title = 'Install Conduit'
  78.     Left = 336
  79.     Top = 64
  80.   end
  81. end
  82.