home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 January / pcwk_01_1999.iso / Wtestowe / Toefl / Any / RUN.EXE / 0 / RCDATA / TSELINSTFORM / TSELINSTFORM.txt
Text File  |  1998-11-02  |  3KB  |  154 lines

  1. inherited SelInstForm: TSelInstForm
  2.   Left = 326
  3.   Top = 168
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select components to install or upgrade'
  6.   ClientHeight = 331
  7.   ClientWidth = 520
  8.   OnResize = FormResize
  9.   PixelsPerInch = 96
  10.   TextHeight = 13
  11.   object FromOln: TObjectOutline
  12.     Left = 0
  13.     Top = 19
  14.     Width = 235
  15.     Height = 275
  16.     Hint = 'Click on component to select it'
  17.     Align = alLeft
  18.     ColCount = 1
  19.     DefaultColWidth = 16
  20.     DefaultRowHeight = 13
  21.     DefaultDrawing = False
  22.     FixedCols = 0
  23.     RowCount = 1
  24.     FixedRows = 0
  25.     ParentShowHint = False
  26.     ShowHint = True
  27.     TabOrder = 0
  28.     OutlineStyles = []
  29.     FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  30.     FileSourcer.RuntimeStyle = []
  31.     FileSourcer.UseDefaultDesignStyle = False
  32.     AutoIncrementCount = 0
  33.   end
  34.   object ToOln: TObjectOutline
  35.     Left = 273
  36.     Top = 19
  37.     Width = 247
  38.     Height = 275
  39.     Hint = 'Click on component to deselect it'
  40.     Align = alClient
  41.     ColCount = 1
  42.     DefaultColWidth = 16
  43.     DefaultRowHeight = 13
  44.     DefaultDrawing = False
  45.     FixedCols = 0
  46.     RowCount = 1
  47.     FixedRows = 0
  48.     ParentShowHint = False
  49.     ShowHint = True
  50.     TabOrder = 1
  51.     OutlineStyles = []
  52.     FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
  53.     FileSourcer.RuntimeStyle = []
  54.     FileSourcer.UseDefaultDesignStyle = False
  55.     AutoIncrementCount = 0
  56.   end
  57.   object ModalPanel: TPanel
  58.     Left = 0
  59.     Top = 294
  60.     Width = 520
  61.     Height = 37
  62.     Align = alBottom
  63.     BevelOuter = bvNone
  64.     TabOrder = 2
  65.     object Label3: TLabel
  66.       Left = 192
  67.       Top = 5
  68.       Width = 314
  69.       Height = 28
  70.       AutoSize = False
  71.       Caption = 
  72.         'Using ">" or "<" buttons select the components, which will be in' +
  73.         'stalled on your hard disk.'
  74.       WordWrap = True
  75.     end
  76.     object BitBtn1: TBitBtn
  77.       Left = 8
  78.       Top = 8
  79.       Width = 75
  80.       Height = 25
  81.       TabOrder = 0
  82.       Kind = bkOK
  83.     end
  84.     object BitBtn2: TBitBtn
  85.       Left = 88
  86.       Top = 8
  87.       Width = 75
  88.       Height = 25
  89.       TabOrder = 1
  90.       Kind = bkCancel
  91.     end
  92.   end
  93.   object Panel1: TPanel
  94.     Left = 0
  95.     Top = 0
  96.     Width = 520
  97.     Height = 19
  98.     Align = alTop
  99.     BevelOuter = bvNone
  100.     TabOrder = 3
  101.     object Label1: TLabel
  102.       Left = 5
  103.       Top = 3
  104.       Width = 108
  105.       Height = 13
  106.       Caption = 'Available Components:'
  107.     end
  108.     object Label2: TLabel
  109.       Left = 276
  110.       Top = 3
  111.       Width = 107
  112.       Height = 13
  113.       Caption = 'Selected Components:'
  114.     end
  115.   end
  116.   object MiddlePane: TPanel
  117.     Left = 235
  118.     Top = 19
  119.     Width = 38
  120.     Height = 275
  121.     Align = alLeft
  122.     BevelOuter = bvNone
  123.     TabOrder = 4
  124.     object MoveFrom: TSpeedButton
  125.       Left = 8
  126.       Top = 1
  127.       Width = 23
  128.       Height = 22
  129.       Caption = '>'
  130.       Font.Charset = EASTEUROPE_CHARSET
  131.       Font.Color = clWindowText
  132.       Font.Height = -16
  133.       Font.Name = 'Arial'
  134.       Font.Style = [fsBold]
  135.       ParentFont = False
  136.       OnClick = MoveFromClick
  137.     end
  138.     object MoveTo: TSpeedButton
  139.       Left = 8
  140.       Top = 26
  141.       Width = 23
  142.       Height = 22
  143.       Caption = '<'
  144.       Font.Charset = EASTEUROPE_CHARSET
  145.       Font.Color = clWindowText
  146.       Font.Height = -16
  147.       Font.Name = 'Arial'
  148.       Font.Style = [fsBold]
  149.       ParentFont = False
  150.       OnClick = MoveToClick
  151.     end
  152.   end
  153. end
  154.