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 / TDLGSPLASH / TDLGSPLASH.txt < prev   
Text File  |  2002-09-16  |  2KB  |  85 lines

  1. object dlgSplash: TdlgSplash
  2.   Left = 359
  3.   Top = 193
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 359
  7.   ClientWidth = 452
  8.   Color = clWindow
  9.   Ctl3D = False
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object pnlSplash: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 452
  24.     Height = 359
  25.     Align = alClient
  26.     BevelOuter = bvNone
  27.     BorderStyle = bsSingle
  28.     TabOrder = 0
  29.     object imgSplash: TImage
  30.       Left = 0
  31.       Top = -1
  32.       Width = 458
  33.       Height = 338
  34.       AutoSize = True
  35.       Picture.Data = {<image000.bmp>}
  36.     end
  37.     object pnlRecCloseApps: TPanel
  38.       Left = 0
  39.       Top = 338
  40.       Width = 450
  41.       Height = 19
  42.       Align = alBottom
  43.       BevelOuter = bvNone
  44.       Color = clWhite
  45.       Font.Charset = ANSI_CHARSET
  46.       Font.Color = clBlack
  47.       Font.Height = -11
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       TabOrder = 0
  52.       object pnlLine: TPanel
  53.         Left = 0
  54.         Top = 0
  55.         Width = 450
  56.         Height = 19
  57.         Align = alClient
  58.         BevelOuter = bvNone
  59.         BorderStyle = bsSingle
  60.         Color = clWhite
  61.         TabOrder = 0
  62.         object lblCloseApps: TIntlLabel
  63.           Left = -2
  64.           Top = -1
  65.           Width = 450
  66.           Height = 18
  67.           Alignment = taCenter
  68.           AutoSize = False
  69.           Layout = tlCenter
  70.           WordWrap = True
  71.         end
  72.       end
  73.     end
  74.   end
  75.   object btnClose: TButton
  76.     Left = -100
  77.     Top = -100
  78.     Width = 20
  79.     Height = 20
  80.     Cancel = True
  81.     ModalResult = 2
  82.     TabOrder = 1
  83.   end
  84. end
  85.