home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / ccd0605.iso / Software / Shareware / Comunicatii / xns / xns53p_setup.exe / xns5.exe / 0 / RCDATA / TFRMSPLASH / TFRMSPLASH.txt < prev   
Text File  |  2005-05-02  |  2KB  |  111 lines

  1. object frmSplash: TfrmSplash
  2.   Left = 242
  3.   Top = 248
  4.   BorderStyle = bsNone
  5.   Caption = 'xns'
  6.   ClientHeight = 225
  7.   ClientWidth = 400
  8.   Color = clBtnFace
  9.   TransparentColor = True
  10.   TransparentColorValue = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   OldCreateOrder = False
  18.   Position = poScreenCenter
  19.   OnClose = FormClose
  20.   OnCreate = FormCreate
  21.   OnShow = FormShow
  22.   PixelsPerInch = 96
  23.   TextHeight = 13
  24.   object Image1: TImage
  25.     Left = 0
  26.     Top = 0
  27.     Width = 400
  28.     Height = 207
  29.     AutoSize = True
  30.     Picture.Data = {<image000.bmp>}
  31.     OnClick = Image1Click
  32.   end
  33.   object Label1: TLabel
  34.     Left = 176
  35.     Top = 80
  36.     Width = 188
  37.     Height = 18
  38.     Caption = 'Professional Edition v5.3'
  39.     Font.Charset = DEFAULT_CHARSET
  40.     Font.Color = clWindowText
  41.     Font.Height = -15
  42.     Font.Name = 'Tahoma'
  43.     Font.Style = [fsBold]
  44.     ParentFont = False
  45.     Transparent = True
  46.   end
  47.   object Label2: TLabel
  48.     Left = 8
  49.     Top = 183
  50.     Width = 385
  51.     Height = 17
  52.     Alignment = taCenter
  53.     AutoSize = False
  54.     Caption = 'Copyright '#169' 2005 Fresh Software'
  55.     Font.Charset = DEFAULT_CHARSET
  56.     Font.Color = clWindowText
  57.     Font.Height = -12
  58.     Font.Name = 'Tahoma'
  59.     Font.Style = [fsBold]
  60.     ParentFont = False
  61.     Transparent = True
  62.   end
  63.   object Label3: TLabel
  64.     Left = 0
  65.     Top = 207
  66.     Width = 400
  67.     Height = 18
  68.     Align = alBottom
  69.     Alignment = taCenter
  70.     AutoSize = False
  71.     Caption = 'Loading...'
  72.     Color = clBlack
  73.     Font.Charset = DEFAULT_CHARSET
  74.     Font.Color = 8454143
  75.     Font.Height = -12
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = [fsBold]
  78.     ParentColor = False
  79.     ParentFont = False
  80.   end
  81.   object Label4: TLabel
  82.     Left = 192
  83.     Top = 96
  84.     Width = 151
  85.     Height = 14
  86.     Caption = 'Beta 2 - January 20th 2004'
  87.     Font.Charset = DEFAULT_CHARSET
  88.     Font.Color = clBlue
  89.     Font.Height = -12
  90.     Font.Name = 'Tahoma'
  91.     Font.Style = []
  92.     ParentFont = False
  93.     Transparent = True
  94.   end
  95.   object imgRadar: TImage
  96.     Left = 144
  97.     Top = 206
  98.     Width = 17
  99.     Height = 17
  100.     IncrementalDisplay = True
  101.     Transparent = True
  102.   end
  103.   object radarTimer: TTimer
  104.     Enabled = False
  105.     Interval = 18
  106.     OnTimer = radarTimerTimer
  107.     Left = 312
  108.     Top = 112
  109.   end
  110. end
  111.