home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / top50 / putzi4wn / _setup.1 / PUTZI.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Encoding:
Text File  |  1999-07-18  |  2.4 KB  |  124 lines

  1. object SplashForm: TSplashForm
  2.   Left = 431
  3.   Top = 138
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'SplashForm'
  7.   ClientHeight = 269
  8.   ClientWidth = 366
  9.   Font.Color = clBlack
  10.   Font.Height = -13
  11.   Font.Name = 'Arial'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   Position = poScreenCenter
  15.   PrintScale = poNone
  16.   Scaled = False
  17.   Visible = True
  18.   OnClose = FormClose
  19.   OnCloseQuery = FormCloseQuery
  20.   OnCreate = FormCreate
  21.   PixelsPerInch = 120
  22.   TextHeight = 16
  23.   object Image1: TImage
  24.     Left = 0
  25.     Top = 0
  26.     Width = 304
  27.     Height = 265
  28.     AutoSize = True
  29.     Picture.Data = {<image000.bmp>}
  30.   end
  31.   object about_Version: TLabel
  32.     Left = 176
  33.     Top = 157
  34.     Width = 89
  35.     Height = 17
  36.     Alignment = taCenter
  37.     AutoSize = False
  38.     Caption = 'about_Version'
  39.     Color = clLime
  40.     Font.Color = clWhite
  41.     Font.Height = -17
  42.     Font.Name = 'Arial'
  43.     Font.Style = [fsBold, fsItalic]
  44.     ParentColor = False
  45.     ParentFont = False
  46.     Transparent = True
  47.   end
  48.   object about_Date: TLabel
  49.     Left = 176
  50.     Top = 172
  51.     Width = 97
  52.     Height = 16
  53.     Alignment = taCenter
  54.     AutoSize = False
  55.     Caption = 'about_Date'
  56.     Color = clLime
  57.     Font.Color = clBlack
  58.     Font.Height = -10
  59.     Font.Name = 'Arial'
  60.     Font.Style = []
  61.     ParentColor = False
  62.     ParentFont = False
  63.     Transparent = True
  64.   end
  65.   object Reg: TLabel
  66.     Left = 32
  67.     Top = 228
  68.     Width = 225
  69.     Height = 17
  70.     Alignment = taCenter
  71.     AutoSize = False
  72.     Caption = 'Registriert oder nich?'
  73.     Color = clLime
  74.     Font.Color = clBlack
  75.     Font.Height = -13
  76.     Font.Name = 'Arial'
  77.     Font.Style = [fsBold]
  78.     ParentColor = False
  79.     ParentFont = False
  80.     Transparent = True
  81.   end
  82.   object E_Form: TEdit
  83.     Left = 8
  84.     Top = 8
  85.     Width = 289
  86.     Height = 17
  87.     BorderStyle = bsNone
  88.     Color = clRed
  89.     Font.Color = clWhite
  90.     Font.Height = -13
  91.     Font.Name = 'Arial'
  92.     Font.Style = [fsBold]
  93.     ParentFont = False
  94.     TabOrder = 0
  95.     Visible = False
  96.     OnChange = E_FormChange
  97.   end
  98.   object E_TRACE: TEdit
  99.     Left = 8
  100.     Top = 24
  101.     Width = 289
  102.     Height = 17
  103.     BorderStyle = bsNone
  104.     Color = clMaroon
  105.     Font.Color = clWhite
  106.     Font.Height = -13
  107.     Font.Name = 'Arial'
  108.     Font.Style = []
  109.     ParentFont = False
  110.     TabOrder = 1
  111.     Visible = False
  112.     OnChange = E_FormChange
  113.   end
  114.   object Memo_trace: TMemo
  115.     Left = 0
  116.     Top = 208
  117.     Width = 305
  118.     Height = 57
  119.     TabOrder = 2
  120.     Visible = False
  121.     WordWrap = False
  122.   end
  123. end
  124.