home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 January / Gamestar_69_2005-01_dvd.iso / Programy / enpm800retaildemo.exe / Setup / PMagic.cab / PMagicNT.exe / 0 / RCDATA / TFRMBASEWIZARD / TFRMBASEWIZARD.txt
Text File  |  2002-09-16  |  3KB  |  145 lines

  1. object frmBaseWizard: TfrmBaseWizard
  2.   Left = 371
  3.   Top = 256
  4.   BorderStyle = bsDialog
  5.   Caption = 'frmBaseWizard'
  6.   ClientHeight = 353
  7.   ClientWidth = 530
  8.   Color = clBtnFace
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 14
  19.   object Bevel1: TBevel
  20.     Left = 9
  21.     Top = 292
  22.     Width = 513
  23.     Height = 5
  24.     Shape = bsTopLine
  25.   end
  26.   object pnlBannerPanel: TPanel
  27.     Left = 0
  28.     Top = 0
  29.     Width = 530
  30.     Height = 57
  31.     Align = alTop
  32.     Color = clWhite
  33.     TabOrder = 0
  34.     object lblBannerTitle: TLabel
  35.       Left = 32
  36.       Top = 6
  37.       Width = 90
  38.       Height = 16
  39.       Caption = 'lblBannerTitle'
  40.       Font.Charset = ANSI_CHARSET
  41.       Font.Color = clBlack
  42.       Font.Height = -13
  43.       Font.Name = 'Arial'
  44.       Font.Style = [fsBold]
  45.       ParentFont = False
  46.     end
  47.     object lblBannerSubTitle: TLabel
  48.       Left = 56
  49.       Top = 25
  50.       Width = 361
  51.       Height = 29
  52.       AutoSize = False
  53.       Caption = 'asdfasdf'
  54.       WordWrap = True
  55.     end
  56.     object imgBannerIcon: TImage
  57.       Left = 424
  58.       Top = 0
  59.       Width = 105
  60.       Height = 105
  61.     end
  62.   end
  63.   object pnlClientPanel: TPanel
  64.     Left = 129
  65.     Top = 57
  66.     Width = 401
  67.     Height = 245
  68.     Align = alClient
  69.     TabOrder = 1
  70.     object pnlFormBase: TFormPanel
  71.       Left = 1
  72.       Top = 1
  73.       Width = 399
  74.       Height = 243
  75.       Align = alClient
  76.       BevelOuter = bvNone
  77.       Ctl3D = False
  78.       ParentCtl3D = False
  79.       TabOrder = 0
  80.     end
  81.   end
  82.   object pnlBottomPanel: TPanel
  83.     Left = 0
  84.     Top = 302
  85.     Width = 530
  86.     Height = 51
  87.     Align = alBottom
  88.     TabOrder = 2
  89.     object btnHint: TBitBtn
  90.       Left = 41
  91.       Top = 16
  92.       Width = 98
  93.       Height = 25
  94.       Caption = '&Tips...'
  95.       TabOrder = 0
  96.       Style = bsNew
  97.     end
  98.     object btnBack: TBitBtn
  99.       Left = 209
  100.       Top = 16
  101.       Width = 98
  102.       Height = 25
  103.       Caption = '< &Back'
  104.       TabOrder = 1
  105.       Style = bsNew
  106.     end
  107.     object btnNext: TBitBtn
  108.       Left = 311
  109.       Top = 16
  110.       Width = 98
  111.       Height = 25
  112.       Caption = '&Next >'
  113.       Default = True
  114.       TabOrder = 2
  115.       Style = bsNew
  116.     end
  117.     object btnCancel: TBitBtn
  118.       Left = 423
  119.       Top = 16
  120.       Width = 98
  121.       Height = 25
  122.       Cancel = True
  123.       Caption = '&Cancel'
  124.       TabOrder = 3
  125.       Style = bsNew
  126.     end
  127.   end
  128.   object pnlImagePanel: TPanel
  129.     Left = 0
  130.     Top = 57
  131.     Width = 129
  132.     Height = 245
  133.     Align = alLeft
  134.     BevelOuter = bvNone
  135.     TabOrder = 3
  136.     object imgMain: TImage
  137.       Left = -7
  138.       Top = -10
  139.       Width = 136
  140.       Height = 265
  141.       Stretch = True
  142.     end
  143.   end
  144. end
  145.