home *** CD-ROM | disk | FTP | other *** search
- inherited SelInstForm: TSelInstForm
- Left = 326
- Top = 168
- BorderStyle = bsDialog
- Caption = 'Select components to install or upgrade'
- ClientHeight = 331
- ClientWidth = 520
- OnCreate = FormCreate
- OnResize = FormResize
- PixelsPerInch = 96
- TextHeight = 13
- object FromOln: TObjectOutline
- Left = 0
- Top = 19
- Width = 235
- Height = 275
- Hint = 'Click on component to select it'
- Align = alLeft
- ColCount = 1
- DefaultColWidth = 16
- DefaultRowHeight = 13
- DefaultDrawing = False
- FixedCols = 0
- RowCount = 1
- FixedRows = 0
- ParentShowHint = False
- ShowHint = True
- TabOrder = 0
- OutlineStyles = []
- FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
- FileSourcer.RuntimeStyle = []
- FileSourcer.UseDefaultDesignStyle = False
- AutoIncrementCount = 0
- end
- object ToOln: TObjectOutline
- Left = 273
- Top = 19
- Width = 247
- Height = 275
- Hint = 'Click on component to deselect it'
- Align = alClient
- ColCount = 1
- DefaultColWidth = 16
- DefaultRowHeight = 13
- DefaultDrawing = False
- FixedCols = 0
- RowCount = 1
- FixedRows = 0
- ParentShowHint = False
- ShowHint = True
- TabOrder = 1
- OutlineStyles = []
- FileSourcer.DesignStyle = [fss_LoadFromFile, fss_ErrShowException]
- FileSourcer.RuntimeStyle = []
- FileSourcer.UseDefaultDesignStyle = False
- AutoIncrementCount = 0
- end
- object ModalPanel: TPanel
- Left = 0
- Top = 294
- Width = 520
- Height = 37
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 2
- object Label3: TLabel
- Left = 192
- Top = 5
- Width = 314
- Height = 28
- AutoSize = False
- Caption =
- 'Using ">" or "<" buttons select the components, which will be in' +
- 'stalled on your hard disk.'
- WordWrap = True
- end
- object BitBtn1: TBitBtn
- Left = 8
- Top = 8
- Width = 75
- Height = 25
- TabOrder = 0
- Kind = bkOK
- end
- object BitBtn2: TBitBtn
- Left = 88
- Top = 8
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkCancel
- end
- end
- object Panel1: TPanel
- Left = 0
- Top = 0
- Width = 520
- Height = 19
- Align = alTop
- BevelOuter = bvNone
- TabOrder = 3
- object Label1: TLabel
- Left = 5
- Top = 3
- Width = 108
- Height = 13
- Caption = 'Available Components:'
- end
- object Label2: TLabel
- Left = 276
- Top = 3
- Width = 107
- Height = 13
- Caption = 'Selected Components:'
- end
- end
- object MiddlePane: TPanel
- Left = 235
- Top = 19
- Width = 38
- Height = 275
- Align = alLeft
- BevelOuter = bvNone
- TabOrder = 4
- object MoveFrom: TSpeedButton
- Left = 8
- Top = 1
- Width = 23
- Height = 22
- Caption = '>'
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = MoveFromClick
- end
- object MoveTo: TSpeedButton
- Left = 8
- Top = 26
- Width = 23
- Height = 22
- Caption = '<'
- Font.Charset = EASTEUROPE_CHARSET
- Font.Color = clWindowText
- Font.Height = -16
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- OnClick = MoveToClick
- end
- end
- end
-