home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 June / PCWorld_1999-06_cd.bin / Komunik / Atomnet / atomnet.exe / setup.exe / 0 / RCDATA / TFSETUP / TFSETUP.txt < prev   
Text File  |  1999-04-17  |  3KB  |  132 lines

  1. object Fsetup: TFsetup
  2.   Left = 341
  3.   Top = 227
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'AtomNet Setup'
  7.   ClientHeight = 180
  8.   ClientWidth = 386
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 29
  21.     Top = 57
  22.     Width = 79
  23.     Height = 13
  24.     Caption = 'Program location'
  25.   end
  26.   object mes: TLabel
  27.     Left = 103
  28.     Top = 108
  29.     Width = 180
  30.     Height = 13
  31.     Alignment = taCenter
  32.     AutoSize = False
  33.   end
  34.   object Image1: TImage
  35.     Left = 29
  36.     Top = 14
  37.     Width = 32
  38.     Height = 32
  39.     AutoSize = True
  40.     Picture.Data = {<image000.ico>}
  41.   end
  42.   object Label2: TLabel
  43.     Left = 72
  44.     Top = 15
  45.     Width = 207
  46.     Height = 16
  47.     Caption = 'AtomNet 1.0 (c) Change7 1999'
  48.     Font.Charset = DEFAULT_CHARSET
  49.     Font.Color = clWindowText
  50.     Font.Height = -13
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = [fsBold]
  53.     ParentFont = False
  54.   end
  55.   object UrlLabel1: TUrlLabel
  56.     Left = 72
  57.     Top = 33
  58.     Width = 111
  59.     Height = 16
  60.     Cursor = 5
  61.     Caption = 'www.change7.com'
  62.     Font.Charset = DEFAULT_CHARSET
  63.     Font.Color = clBlue
  64.     Font.Height = -13
  65.     Font.Name = 'MS Sans Serif'
  66.     Font.Style = [fsUnderline]
  67.     ParentFont = False
  68.     PopupMenu = UrlLabel1.
  69.     URL = 'http://change7.com'
  70.   end
  71.   object Edit1: TEdit
  72.     Left = 29
  73.     Top = 73
  74.     Width = 271
  75.     Height = 21
  76.     TabOrder = 0
  77.     Text = 'C:\Program Files\atomnet'
  78.   end
  79.   object Button1: TButton
  80.     Left = 307
  81.     Top = 73
  82.     Width = 50
  83.     Height = 22
  84.     Caption = 'Browse'
  85.     TabOrder = 1
  86.     OnClick = Button1Click
  87.   end
  88.   object Button2: TButton
  89.     Left = 109
  90.     Top = 142
  91.     Width = 75
  92.     Height = 24
  93.     Caption = 'Install'
  94.     Default = True
  95.     TabOrder = 2
  96.     OnClick = Button2Click
  97.   end
  98.   object closeb: TButton
  99.     Left = 202
  100.     Top = 142
  101.     Width = 75
  102.     Height = 25
  103.     Cancel = True
  104.     Caption = 'Close'
  105.     TabOrder = 3
  106.     OnClick = closebClick
  107.   end
  108.   object pbar: TProgressBar
  109.     Left = 103
  110.     Top = 108
  111.     Width = 180
  112.     Height = 16
  113.     Min = 0
  114.     Max = 100
  115.     TabOrder = 4
  116.     Visible = False
  117.   end
  118.   object FolderBrowse1: TFolderBrowse
  119.     Left = 3
  120.     Top = 133
  121.   end
  122.   object files: TStringHolder
  123.     Strings.Strings = (
  124.       'index.zip'
  125.       'atomnet.exe'
  126.       'convert.exe'
  127.       'uninst.exe')
  128.     Left = 331
  129.     Top = 20
  130.   end
  131. end
  132.