home *** CD-ROM | disk | FTP | other *** search
- object frmDLG_Wizard: TfrmDLG_Wizard
- Left = 192
- Top = 107
- BorderStyle = bsDialog
- BorderWidth = 4
- Caption = 'Wizard'
- ClientHeight = 212
- ClientWidth = 316
- Color = clBtnFace
- Constraints.MinWidth = 332
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDesktopCenter
- Scaled = False
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl: TPageControl
- Left = 0
- Top = 0
- Width = 316
- Height = 175
- ActivePage = tsPage1
- Anchors = [akLeft, akTop, akRight, akBottom]
- TabOrder = 4
- TabPosition = tpBottom
- object tsPage1: TTabSheet
- Caption = 'tsPage1'
- TabVisible = False
- end
- object tsPage2: TTabSheet
- Caption = 'tsPage2'
- ImageIndex = 1
- TabVisible = False
- end
- end
- object btnCancel: TButton
- Left = 1
- Top = 183
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Cancel = True
- Caption = ' Abbruch'
- ModalResult = 2
- TabOrder = 0
- end
- object btnFinish: TButton
- Left = 240
- Top = 183
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Finish'
- TabOrder = 3
- end
- object btnNext: TButton
- Left = 159
- Top = 183
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '&Next >'
- Default = True
- TabOrder = 2
- OnClick = btnNextClick
- end
- object btnPrevious: TButton
- Left = 82
- Top = 183
- Width = 75
- Height = 25
- Anchors = [akRight, akBottom]
- Caption = '< &Previous'
- Enabled = False
- TabOrder = 1
- OnClick = btnPreviousClick
- end
- end
-