home *** CD-ROM | disk | FTP | other *** search
/ Chip 25 / Chip25.iso / Sharewar / BackupX / _SETUP.1 / BackupX.de / 0 / RCDATA / TFRMDLG_WIZARD / TFRMDLG_WIZARD.txt
Text File  |  1999-09-25  |  2KB  |  84 lines

  1. object frmDLG_Wizard: TfrmDLG_Wizard
  2.   Left = 192
  3.   Top = 107
  4.   BorderStyle = bsDialog
  5.   BorderWidth = 4
  6.   Caption = 'Wizard'
  7.   ClientHeight = 212
  8.   ClientWidth = 316
  9.   Color = clBtnFace
  10.   Constraints.MinWidth = 332
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poDesktopCenter
  18.   Scaled = False
  19.   OnCreate = FormCreate
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object PageControl: TPageControl
  23.     Left = 0
  24.     Top = 0
  25.     Width = 316
  26.     Height = 175
  27.     ActivePage = tsPage1
  28.     Anchors = [akLeft, akTop, akRight, akBottom]
  29.     TabOrder = 4
  30.     TabPosition = tpBottom
  31.     object tsPage1: TTabSheet
  32.       Caption = 'tsPage1'
  33.       TabVisible = False
  34.     end
  35.     object tsPage2: TTabSheet
  36.       Caption = 'tsPage2'
  37.       ImageIndex = 1
  38.       TabVisible = False
  39.     end
  40.   end
  41.   object btnCancel: TButton
  42.     Left = 1
  43.     Top = 183
  44.     Width = 75
  45.     Height = 25
  46.     Anchors = [akRight, akBottom]
  47.     Cancel = True
  48.     Caption = ' Abbruch'
  49.     ModalResult = 2
  50.     TabOrder = 0
  51.   end
  52.   object btnFinish: TButton
  53.     Left = 240
  54.     Top = 183
  55.     Width = 75
  56.     Height = 25
  57.     Anchors = [akRight, akBottom]
  58.     Caption = '&Finish'
  59.     TabOrder = 3
  60.   end
  61.   object btnNext: TButton
  62.     Left = 159
  63.     Top = 183
  64.     Width = 75
  65.     Height = 25
  66.     Anchors = [akRight, akBottom]
  67.     Caption = '&Next >'
  68.     Default = True
  69.     TabOrder = 2
  70.     OnClick = btnNextClick
  71.   end
  72.   object btnPrevious: TButton
  73.     Left = 82
  74.     Top = 183
  75.     Width = 75
  76.     Height = 25
  77.     Anchors = [akRight, akBottom]
  78.     Caption = '< &Previous'
  79.     Enabled = False
  80.     TabOrder = 1
  81.     OnClick = btnPreviousClick
  82.   end
  83. end
  84.