home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / netbuddy / netbuddy.exe / Setup.exe / 0 / RCDATA / TSETUPFORM / TSETUPFORM.txt < prev   
Encoding:
Text File  |  1999-07-23  |  3.4 KB  |  168 lines

  1. object SetupForm: TSetupForm
  2.   Left = 406
  3.   Top = 484
  4.   BorderIcons = [biSystemMenu, biMinimize]
  5.   BorderStyle = bsSingle
  6.   Caption = 'SetupForm'
  7.   ClientHeight = 261
  8.   ClientWidth = 509
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Arial'
  14.   Font.Style = []
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 14
  22.   object TitleLabel: TLabel
  23.     Left = 186
  24.     Top = 12
  25.     Width = 314
  26.     Height = 19
  27.     AutoSize = False
  28.     Caption = 'Application Name'
  29.     Font.Charset = ANSI_CHARSET
  30.     Font.Color = clBlack
  31.     Font.Height = -16
  32.     Font.Name = 'Arial'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.   end
  36.   object DescLabel: TLabel
  37.     Left = 186
  38.     Top = 35
  39.     Width = 314
  40.     Height = 29
  41.     AutoSize = False
  42.     Caption = 
  43.       'Thank you for installing <Application Name>. Please select the o' +
  44.       'ptions you require and click OK to finish setup.'
  45.     WordWrap = True
  46.   end
  47.   object Label4: TLabel
  48.     Left = 9
  49.     Top = 205
  50.     Width = 163
  51.     Height = 14
  52.     Alignment = taCenter
  53.     AutoSize = False
  54.     Caption = 'Copyright ∩┐╜ 1999 MAPSoft'
  55.   end
  56.   object Panel1: TPanel
  57.     Left = 9
  58.     Top = 15
  59.     Width = 165
  60.     Height = 173
  61.     BevelOuter = bvNone
  62.     BorderStyle = bsSingle
  63.     Caption = 'Panel1'
  64.     TabOrder = 0
  65.     object Image1: TImage
  66.       Left = -2
  67.       Top = 0
  68.       Width = 163
  69.       Height = 170
  70.       AutoSize = True
  71.       Picture.Data = {<image001.bmp>}
  72.     end
  73.   end
  74.   object GroupBox1: TGroupBox
  75.     Left = 185
  76.     Top = 127
  77.     Width = 314
  78.     Height = 91
  79.     Caption = 'Setup Options'
  80.     TabOrder = 1
  81.     object RestartCheck: TCheckBox
  82.       Left = 12
  83.       Top = 63
  84.       Width = 196
  85.       Height = 13
  86.       Caption = 'Restart Windows'
  87.       TabOrder = 0
  88.     end
  89.     object ShortCutCheck: TCheckBox
  90.       Left = 12
  91.       Top = 20
  92.       Width = 202
  93.       Height = 14
  94.       Caption = 'Create Shortcut(s) on Start Menu'
  95.       Checked = True
  96.       State = cbChecked
  97.       TabOrder = 1
  98.     end
  99.     object DeskTopCheck: TCheckBox
  100.       Left = 12
  101.       Top = 41
  102.       Width = 178
  103.       Height = 14
  104.       Caption = 'Create Shortcut on Desktop'
  105.       Enabled = False
  106.       TabOrder = 2
  107.     end
  108.   end
  109.   object GroupBox2: TGroupBox
  110.     Left = 186
  111.     Top = 70
  112.     Width = 313
  113.     Height = 53
  114.     Caption = 'Installation Directory'
  115.     TabOrder = 2
  116.     object InstallDirLabel: TLabel
  117.       Left = 9
  118.       Top = 24
  119.       Width = 209
  120.       Height = 14
  121.       AutoSize = False
  122.       Caption = 'Install dir'
  123.       Font.Charset = ANSI_CHARSET
  124.       Font.Color = clWindowText
  125.       Font.Height = -11
  126.       Font.Name = 'MS Sans Serif'
  127.       Font.Style = []
  128.       ParentFont = False
  129.     end
  130.     object Button1: TButton
  131.       Left = 228
  132.       Top = 19
  133.       Width = 75
  134.       Height = 25
  135.       Caption = '&Browse'
  136.       TabOrder = 0
  137.       OnClick = Button1Click
  138.     end
  139.   end
  140.   object Button2: TButton
  141.     Left = 424
  142.     Top = 226
  143.     Width = 75
  144.     Height = 25
  145.     Caption = '&Cancel'
  146.     TabOrder = 3
  147.     OnClick = Button2Click
  148.   end
  149.   object OKButton: TButton
  150.     Left = 340
  151.     Top = 226
  152.     Width = 75
  153.     Height = 25
  154.     Caption = '&OK'
  155.     TabOrder = 4
  156.     OnClick = OKButtonClick
  157.   end
  158.   object Button3: TButton
  159.     Left = 184
  160.     Top = 226
  161.     Width = 75
  162.     Height = 25
  163.     Caption = '&Whats New!'
  164.     TabOrder = 5
  165.     OnClick = Button3Click
  166.   end
  167. end
  168.