home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Wtestowe / Netshift / _SETUP.1 / NetShift.exe / 0 / RCDATA / TFORMSPLASH / TFORMSPLASH.txt < prev   
Text File  |  1998-03-06  |  3KB  |  170 lines

  1. object FormSplash: TFormSplash
  2.   Left = 318
  3.   Top = 248
  4.   BorderStyle = bsNone
  5.   Caption = 'FormSplash'
  6.   ClientHeight = 332
  7.   ClientWidth = 707
  8.   Color = clBlack
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Visible = True
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnPaint = FormPaint
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object ImageSplash: TImage
  21.     Left = 0
  22.     Top = 0
  23.     Width = 707
  24.     Height = 280
  25.     Align = alClient
  26.     Center = True
  27.     Picture.Data = {<image000.bmp>}
  28.   end
  29.   object Panel: TPanel
  30.     Left = 0
  31.     Top = 280
  32.     Width = 707
  33.     Height = 52
  34.     Align = alBottom
  35.     BevelOuter = bvNone
  36.     Color = clBlack
  37.     TabOrder = 0
  38.     object LabelLine1: TLabel
  39.       Left = 0
  40.       Top = 0
  41.       Width = 707
  42.       Height = 16
  43.       Align = alTop
  44.       Alignment = taCenter
  45.       AutoSize = False
  46.       Font.Color = clWhite
  47.       Font.Height = -13
  48.       Font.Name = 'MS Sans Serif'
  49.       Font.Style = []
  50.       ParentFont = False
  51.       Transparent = True
  52.     end
  53.     object LabelLine2: TLabel
  54.       Left = 0
  55.       Top = 16
  56.       Width = 707
  57.       Height = 16
  58.       Align = alTop
  59.       Alignment = taCenter
  60.       AutoSize = False
  61.       Caption = '∩┐╜ 96, 97, 98 NetShift Software Ltd'
  62.       Color = clBlack
  63.       Font.Color = clWhite
  64.       Font.Height = -13
  65.       Font.Name = 'MS Sans Serif'
  66.       Font.Style = []
  67.       ParentColor = False
  68.       ParentFont = False
  69.       Transparent = True
  70.     end
  71.     object LabelLine3: TLabel
  72.       Left = 0
  73.       Top = 32
  74.       Width = 707
  75.       Height = 16
  76.       Align = alTop
  77.       Alignment = taCenter
  78.       AutoSize = False
  79.       Caption = 'All Rights Reserved'
  80.       Font.Color = clWhite
  81.       Font.Height = -13
  82.       Font.Name = 'MS Sans Serif'
  83.       Font.Style = []
  84.       ParentFont = False
  85.       Transparent = True
  86.     end
  87.   end
  88.   object FileListBox: TFileListBox
  89.     Left = 8
  90.     Top = 144
  91.     Width = 137
  92.     Height = 97
  93.     ItemHeight = 13
  94.     Mask = '*.txt'
  95.     TabOrder = 1
  96.     Visible = False
  97.   end
  98.   object VisualApp: TVisualApp
  99.     HelpFile = 'DELPHI.HLP'
  100.     HintColor = clInfoBk
  101.     HintPause = 500
  102.     Icon.Data = {<image001.ico>}
  103.     Title = 'NetShift'
  104.     UpdateFormatSettings = True
  105.     ShowMainForm = True
  106.     HintShortPause = 50
  107.     HintHidePause = 2500
  108.     Left = 8
  109.     Top = 8
  110.   end
  111.   object NetscapeDDE: TDdeClientConv
  112.     ConnectMode = ddeManual
  113.     Left = 40
  114.     Top = 8
  115.   end
  116.   object Timer: TTimer
  117.     OnTimer = TimerTimer
  118.     Left = 72
  119.     Top = 8
  120.   end
  121.   object WWW_URLEcho: TDdeServerConv
  122.     Left = 40
  123.     Top = 40
  124.   end
  125.   object WWW_OpenURL: TDdeServerConv
  126.     Left = 40
  127.     Top = 72
  128.   end
  129.   object MailMessage: TmsMessage
  130.     ContentType = 'text/plain'
  131.     ReturnReceipt = False
  132.     Left = 8
  133.     Top = 104
  134.   end
  135.   object MailSMTP: TmsSMTP
  136.     WinsockLoaded = True
  137.     DefaultPort = 25
  138.     MailMessage = MailMessage
  139.     Left = 40
  140.     Top = 104
  141.   end
  142.   object NS_IdleOn: TDdeServerConv
  143.     Left = 72
  144.     Top = 40
  145.   end
  146.   object NS_IdleOff: TDdeServerConv
  147.     Left = 72
  148.     Top = 72
  149.   end
  150.   object TimerIE: TTimer
  151.     Enabled = False
  152.     Interval = 10
  153.     OnTimer = TimerIETimer
  154.     Left = 104
  155.     Top = 8
  156.   end
  157.   object NS_ActiveOn: TDdeServerConv
  158.     Left = 104
  159.     Top = 40
  160.   end
  161.   object NS_ActiveOff: TDdeServerConv
  162.     Left = 104
  163.     Top = 72
  164.   end
  165.   object NS_SendURL: TDdeServerConv
  166.     Left = 8
  167.     Top = 40
  168.   end
  169. end
  170.