home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 July / PCWorld_1999-07_cd.bin / software / TemaCD / Massiva / MASSIVA.EXE / 0 / RCDATA / TDLGSPLACH / TDLGSPLACH.txt < prev   
Text File  |  1999-04-03  |  2KB  |  105 lines

  1. object dlgSplach: TdlgSplach
  2.   Left = 250
  3.   Top = 189
  4.   BorderStyle = bsNone
  5.   Caption = 'dlgSplach'
  6.   ClientHeight = 85
  7.   ClientWidth = 203
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Panel1: TPanel
  21.     Left = 0
  22.     Top = 0
  23.     Width = 203
  24.     Height = 85
  25.     Align = alClient
  26.     BevelInner = bvRaised
  27.     Caption = 'Panel1'
  28.     Color = clSilver
  29.     TabOrder = 0
  30.     object Image1: TImage
  31.       Left = 13
  32.       Top = 2
  33.       Width = 188
  34.       Height = 81
  35.       Align = alClient
  36.       Picture.Data = {<image000.bmp>}
  37.       OnClick = Image1Click
  38.     end
  39.     object labelinfo: TLabel
  40.       Left = 8
  41.       Top = 54
  42.       Width = 185
  43.       Height = 16
  44.       Alignment = taCenter
  45.       AutoSize = False
  46.       Font.Charset = ANSI_CHARSET
  47.       Font.Color = clWhite
  48.       Font.Height = -13
  49.       Font.Name = 'Arial'
  50.       Font.Style = [fsBold]
  51.       ParentFont = False
  52.       Transparent = True
  53.     end
  54.     object RotateLabel1: TRotateLabel
  55.       Left = 135
  56.       Top = 4
  57.       Width = 34
  58.       Height = 16
  59.       Escapement = 0
  60.       TextStyle = tsNone
  61.       Caption = 'X.043'
  62.       Font.Charset = DEFAULT_CHARSET
  63.       Font.Color = clYellow
  64.       Font.Height = -13
  65.       Font.Name = 'Arial'
  66.       Font.Style = [fsBold]
  67.       ParentFont = False
  68.       Transparent = True
  69.     end
  70.     object Panel2: TPanel
  71.       Left = 2
  72.       Top = 2
  73.       Width = 11
  74.       Height = 81
  75.       Align = alLeft
  76.       BevelOuter = bvNone
  77.       Color = clBlack
  78.       TabOrder = 0
  79.       object Shape2: TShape
  80.         Left = 0
  81.         Top = 1
  82.         Width = 11
  83.         Height = 80
  84.         Align = alBottom
  85.         Brush.Color = 16711808
  86.         Pen.Width = 3
  87.       end
  88.     end
  89.   end
  90.   object Timer1: TTimer
  91.     Enabled = False
  92.     Interval = 3000
  93.     OnTimer = Timer1Timer
  94.     Left = 336
  95.     Top = 144
  96.   end
  97.   object Timer2: TTimer
  98.     Enabled = False
  99.     Interval = 50
  100.     OnTimer = Timer2Timer
  101.     Left = 296
  102.     Top = 200
  103.   end
  104. end
  105.