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