home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 February / PCWorld_2003-02_cd.bin / Software / Topware / devpascal / devpas.exe / 0 / RCDATA / TABOUTSETUPCREATORWINDOW / TABOUTSETUPCREATORWINDOW.txt < prev   
Text File  |  2002-07-15  |  2KB  |  93 lines

  1. object AboutSetupCreatorWindow: TAboutSetupCreatorWindow
  2.   Left = 192
  3.   Top = 107
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'About Setup Creator'
  9.   ClientHeight = 139
  10.   ClientWidth = 285
  11.   Color = clBtnFace
  12.   Font.Charset = DEFAULT_CHARSET
  13.   Font.Color = clWindowText
  14.   Font.Height = -14
  15.   Font.Name = 'MS Sans Serif'
  16.   Font.Style = []
  17.   FormStyle = fsStayOnTop
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object Image1: TImage
  23.     Left = 2
  24.     Top = 2
  25.     Width = 32
  26.     Height = 32
  27.     AutoSize = True
  28.     Picture.Data = {<image000.ico>}
  29.   end
  30.   object Label1: TLabel
  31.     Left = 49
  32.     Top = 2
  33.     Width = 201
  34.     Height = 39
  35.     Alignment = taCenter
  36.     AutoSize = False
  37.     Caption = 'Setup Creator'
  38.     Font.Charset = ANSI_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -33
  41.     Font.Name = 'Times New Roman'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object Label2: TLabel
  46.     Left = 0
  47.     Top = 44
  48.     Width = 250
  49.     Height = 16
  50.     Alignment = taCenter
  51.     AutoSize = False
  52.     Caption = 'Version 1.2'
  53.   end
  54.   object Label3: TLabel
  55.     Left = 8
  56.     Top = 64
  57.     Width = 256
  58.     Height = 16
  59.     Caption = 'MB Systems Software Development Center'
  60.   end
  61.   object Button1: TButton
  62.     Left = 81
  63.     Top = 89
  64.     Width = 93
  65.     Height = 30
  66.     Caption = '&Close'
  67.     TabOrder = 0
  68.     OnClick = Button1Click
  69.   end
  70.   object MarsCaption1: TMarsCaption
  71.     ActiveBeginColor = clMaroon
  72.     ActiveEndColor = clPurple
  73.     ActiveFontColor = clWhite
  74.     InactiveBeginColor = clGray
  75.     InactiveEndColor = clSilver
  76.     InactiveFontColor = clSilver
  77.     ApplicationNameFont.Charset = DEFAULT_CHARSET
  78.     ApplicationNameFont.Color = clWindowText
  79.     ApplicationNameFont.Height = -11
  80.     ApplicationNameFont.Name = 'MS Sans Serif'
  81.     ApplicationNameFont.Style = [fsBold]
  82.     CaptionFont.Charset = DEFAULT_CHARSET
  83.     CaptionFont.Color = clWindowText
  84.     CaptionFont.Height = -11
  85.     CaptionFont.Name = 'MS Sans Serif'
  86.     CaptionFont.Style = []
  87.     NumColors = 64
  88.     AutoSize = False
  89.     Left = 4
  90.     Top = 4
  91.   end
  92. end
  93.