home *** CD-ROM | disk | FTP | other *** search
- object SetupForm: TSetupForm
- Left = 302
- Top = 249
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- Caption = 'Setup'
- ClientHeight = 360
- ClientWidth = 497
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- PixelsPerInch = 96
- TextHeight = 13
- object BevelTop: TBevel
- Left = 0
- Top = 0
- Width = 497
- Height = 57
- Align = alTop
- Shape = bsBottomLine
- end
- object ImageBanner: TImage
- Left = 0
- Top = 0
- Width = 497
- Height = 55
- Picture.Data = {<image000.bmp>}
- end
- object BevelBottom: TBevel
- Left = 0
- Top = 315
- Width = 497
- Height = 45
- Align = alBottom
- Shape = bsTopLine
- end
- object laDialogTitile: TLabel
- Left = 256
- Top = 8
- Width = 82
- Height = 16
- Caption = 'DialogTitile'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = 12615680
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Transparent = True
- end
- object laDialogSubTitle: TLabel
- Left = 256
- Top = 32
- Width = 71
- Height = 13
- Caption = 'DialogSubTitile'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- Transparent = True
- end
- object btOK: TButton
- Left = 411
- Top = 327
- Width = 75
- Height = 22
- Caption = 'OK'
- TabOrder = 2
- OnClick = btOKClick
- end
- object btNext: TButton
- Left = 323
- Top = 327
- Width = 75
- Height = 22
- Caption = 'Next'
- TabOrder = 1
- OnClick = btNextClick
- end
- object btPrev: TButton
- Left = 245
- Top = 327
- Width = 75
- Height = 22
- Caption = 'Prev'
- TabOrder = 0
- OnClick = btPrevClick
- end
- object btCancel: TButton
- Left = 411
- Top = 327
- Width = 75
- Height = 22
- Caption = 'Cancel'
- TabOrder = 3
- OnClick = btCancelClick
- end
- inline URLFrame1: TURLFrame
- Left = 32
- Top = 307
- Width = 108
- Height = 19
- TabOrder = 4
- end
- end
-