home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / CoolMon / cmsetup.exe / Setup.exe / 0 / RCDATA / TFRAME4 / TFRAME4.txt
Encoding:
Text File  |  2003-08-11  |  2.9 KB  |  115 lines

  1. object Frame4: TFrame4
  2.   Left = 0
  3.   Top = 0
  4.   Width = 268
  5.   Height = 170
  6.   HorzScrollBar.Visible = False
  7.   VertScrollBar.Visible = False
  8.   TabOrder = 0
  9.   Visible = False
  10.   object Label1: TLabel
  11.     Left = 0
  12.     Top = 0
  13.     Width = 229
  14.     Height = 24
  15.     Caption = 'Choose Type && Destination'
  16.     Font.Charset = DEFAULT_CHARSET
  17.     Font.Color = clWindowText
  18.     Font.Height = -19
  19.     Font.Name = 'MS Sans Serif'
  20.     Font.Style = []
  21.     ParentFont = False
  22.   end
  23.   object Label3: TLabel
  24.     Left = 80
  25.     Top = 32
  26.     Width = 177
  27.     Height = 26
  28.     Caption = 
  29.       'Program will be installed with the most common options. Recommen' +
  30.       'ded'
  31.     WordWrap = True
  32.   end
  33.   object Label5: TLabel
  34.     Left = 80
  35.     Top = 64
  36.     Width = 155
  37.     Height = 26
  38.     Caption = 'Program will be installed with the minimum required options'
  39.     WordWrap = True
  40.   end
  41.   object Label7: TLabel
  42.     Left = 80
  43.     Top = 96
  44.     Width = 174
  45.     Height = 13
  46.     Caption = 'You can choose the options to install'
  47.   end
  48.   object GroupBox1: TGroupBox
  49.     Left = 0
  50.     Top = 128
  51.     Width = 265
  52.     Height = 41
  53.     Caption = 'Destination folder'
  54.     TabOrder = 0
  55.     object FileLabel1: TFileLabel
  56.       Left = 8
  57.       Top = 18
  58.       Width = 209
  59.       Height = 17
  60.       FileName = 'C:\Programmer\LPL\Filesplitter'
  61.       Direction = drFromLeft
  62.       Separator = '\'
  63.     end
  64.     object SpeedButton1: TSpeedButton
  65.       Left = 233
  66.       Top = 12
  67.       Width = 23
  68.       Height = 22
  69.       Glyph.Data = {
  70.         76010000424D7601000000000000760000002800000020000000100000000100
  71.         04000000000000010000120B0000120B00001000000000000000000000000000
  72.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  73.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  74.         333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  75.         300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  76.         333337F373F773333333303330033333333337F3377333333333303333333333
  77.         333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  78.         333337777F337F33333330330BB00333333337F373F773333333303330033333
  79.         333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  80.         333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  81.         333373F773333333333330033333333333333773333333333333}
  82.       NumGlyphs = 2
  83.     end
  84.   end
  85.   object RadioButton1: TRadioButton
  86.     Left = 8
  87.     Top = 32
  88.     Width = 73
  89.     Height = 17
  90.     Caption = 'Typical'
  91.     Checked = True
  92.     TabOrder = 1
  93.     TabStop = True
  94.     OnClick = RadioButton1Click
  95.   end
  96.   object RadioButton2: TRadioButton
  97.     Left = 8
  98.     Top = 64
  99.     Width = 73
  100.     Height = 17
  101.     Caption = 'Compact'
  102.     TabOrder = 2
  103.     OnClick = RadioButton2Click
  104.   end
  105.   object RadioButton3: TRadioButton
  106.     Left = 8
  107.     Top = 96
  108.     Width = 65
  109.     Height = 17
  110.     Caption = 'Custom'
  111.     TabOrder = 3
  112.     OnClick = RadioButton3Click
  113.   end
  114. end
  115.