home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 August / PCWorld_1999-08_cd.bin / Komunik / AtomNet / atomnet.exe / setup.exe / 0 / RCDATA / TFSETUP / TFSETUP.txt < prev   
Text File  |  1999-06-27  |  3KB  |  131 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 = 235
  46.     Height = 16
  47.     Caption = 'AtomNetPE 1.05 (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.   end
  78.   object Button1: TButton
  79.     Left = 307
  80.     Top = 73
  81.     Width = 50
  82.     Height = 22
  83.     Caption = 'Browse'
  84.     TabOrder = 1
  85.     OnClick = Button1Click
  86.   end
  87.   object Button2: TButton
  88.     Left = 109
  89.     Top = 142
  90.     Width = 75
  91.     Height = 24
  92.     Caption = 'Install'
  93.     Default = True
  94.     TabOrder = 2
  95.     OnClick = Button2Click
  96.   end
  97.   object closeb: TButton
  98.     Left = 202
  99.     Top = 142
  100.     Width = 75
  101.     Height = 25
  102.     Cancel = True
  103.     Caption = 'Close'
  104.     TabOrder = 3
  105.     OnClick = closebClick
  106.   end
  107.   object pbar: TProgressBar
  108.     Left = 103
  109.     Top = 108
  110.     Width = 180
  111.     Height = 16
  112.     Min = 0
  113.     Max = 100
  114.     TabOrder = 4
  115.     Visible = False
  116.   end
  117.   object FolderBrowse1: TFolderBrowse
  118.     Left = 3
  119.     Top = 133
  120.   end
  121.   object files: TStringHolder
  122.     Strings.Strings = (
  123.       'index.zit'
  124.       'atomnet.exe'
  125.       'uninst.exe'
  126.       'urls.ini')
  127.     Left = 331
  128.     Top = 20
  129.   end
  130. end
  131.