home *** CD-ROM | disk | FTP | other *** search
/ CD Action 29 A / cdactioncoverdisc29a.iso / CBALL / SETUP95.EXE / 0 / RCDATA / TFORM1 / TFORM1.txt < prev   
Text File  |  1998-05-04  |  3KB  |  135 lines

  1. object Form1: TForm1
  2.   Left = 280
  3.   Top = 223
  4.   BorderStyle = bsDialog
  5.   Caption = 'Cyberball Demo Setup Program'
  6.   ClientHeight = 245
  7.   ClientWidth = 632
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -14
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   Position = poScreenCenter
  15.   PrintScale = poNone
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 120
  18.   TextHeight = 16
  19.   object InstallBar: TPanel
  20.     Left = 41
  21.     Top = 50
  22.     Width = 560
  23.     Height = 143
  24.     TabOrder = 5
  25.     Visible = False
  26.     object FileProg: TGauge
  27.       Left = 20
  28.       Top = 66
  29.       Width = 530
  30.       Height = 29
  31.       Color = clBtnFace
  32.       ForeColor = clBlue
  33.       ParentColor = False
  34.       Progress = 0
  35.     end
  36.     object AllProg: TGauge
  37.       Left = 20
  38.       Top = 105
  39.       Width = 530
  40.       Height = 28
  41.       ForeColor = clBlue
  42.       Progress = 0
  43.     end
  44.     object FName: TLabel
  45.       Left = 12
  46.       Top = 6
  47.       Width = 3
  48.       Height = 16
  49.     end
  50.     object FromDir: TLabel
  51.       Left = 12
  52.       Top = 26
  53.       Width = 3
  54.       Height = 16
  55.     end
  56.     object ToDir: TLabel
  57.       Left = 11
  58.       Top = 43
  59.       Width = 3
  60.       Height = 16
  61.     end
  62.   end
  63.   object Install: TButton
  64.     Left = 526
  65.     Top = 34
  66.     Width = 75
  67.     Height = 26
  68.     Caption = '&Install'
  69.     TabOrder = 3
  70.     OnClick = InstallClick
  71.   end
  72.   object Exit: TButton
  73.     Left = 526
  74.     Top = 85
  75.     Width = 75
  76.     Height = 26
  77.     Caption = 'E&xit'
  78.     TabOrder = 4
  79.     OnClick = ExitClick
  80.   end
  81.   object MousePort: TRadioGroup
  82.     Left = 354
  83.     Top = 20
  84.     Width = 87
  85.     Height = 109
  86.     Caption = 'Mouse Port'
  87.     ItemIndex = 0
  88.     Items.Strings = (
  89.       'None'
  90.       'COM 1'
  91.       'COM 2'
  92.       'PS/2')
  93.     TabOrder = 1
  94.   end
  95.   object PathPanel: TPanel
  96.     Left = 41
  97.     Top = 153
  98.     Width = 560
  99.     Height = 70
  100.     TabOrder = 2
  101.     object Label1: TLabel
  102.       Left = 17
  103.       Top = 27
  104.       Width = 57
  105.       Height = 16
  106.       Caption = 'Install To:'
  107.     end
  108.     object EditPath: TEdit
  109.       Left = 89
  110.       Top = 25
  111.       Width = 450
  112.       Height = 24
  113.       MaxLength = 50
  114.       TabOrder = 0
  115.       Text = 'C:\Cyberball Demo\'
  116.       OnEnter = EditPathEnter
  117.     end
  118.   end
  119.   object SoundCard: TRadioGroup
  120.     Left = 118
  121.     Top = 20
  122.     Width = 171
  123.     Height = 133
  124.     Caption = 'SoundCard Optoins'
  125.     ItemIndex = 0
  126.     Items.Strings = (
  127.       'AutoDetect'
  128.       'None'
  129.       'Sound Blaster'
  130.       'GUS (hardware mixing)'
  131.       'GUS (software mixing)')
  132.     TabOrder = 0
  133.   end
  134. end
  135.