home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 Extra / Chip_Extra_1999.iso / share / tools / wininbl / setup.exe / 0 / RCDATA / TFMAIN / TFMAIN.txt < prev   
Text File  |  1999-02-18  |  2KB  |  98 lines

  1. object FMain: TFMain
  2.   Left = 121
  3.   Top = 106
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 422
  7.   ClientWidth = 594
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Icon.Data = {<image000.ico>}
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 16
  17.   object Backdrop1: TBackdrop
  18.     Left = 0
  19.     Top = 0
  20.     Width = 594
  21.     Height = 422
  22.   end
  23.   object lblAppName: TLabel
  24.     Left = 40
  25.     Top = 288
  26.     Width = 449
  27.     Height = 57
  28.     AutoSize = False
  29.     Caption = 'lblAppName'
  30.     Color = clWhite
  31.     Font.Charset = ANSI_CHARSET
  32.     Font.Color = clWhite
  33.     Font.Height = -48
  34.     Font.Name = 'Tahoma'
  35.     Font.Style = []
  36.     ParentColor = False
  37.     ParentFont = False
  38.     Transparent = True
  39.     Visible = False
  40.   end
  41.   object lblVersion: TLabel
  42.     Left = 176
  43.     Top = 96
  44.     Width = 449
  45.     Height = 17
  46.     AutoSize = False
  47.     Caption = 'lblVersion'
  48.     Font.Charset = ANSI_CHARSET
  49.     Font.Color = clWhite
  50.     Font.Height = -11
  51.     Font.Name = 'MS Sans Serif'
  52.     Font.Style = []
  53.     ParentFont = False
  54.     Transparent = True
  55.   end
  56.   object lblCopy1: TLabel
  57.     Left = 16
  58.     Top = 112
  59.     Width = 449
  60.     Height = 17
  61.     AutoSize = False
  62.     Caption = 'lblCopy1'
  63.     Font.Charset = ANSI_CHARSET
  64.     Font.Color = clWhite
  65.     Font.Height = -11
  66.     Font.Name = 'Arial'
  67.     Font.Style = []
  68.     ParentFont = False
  69.     Transparent = True
  70.   end
  71.   object Image1: TImage
  72.     Left = 0
  73.     Top = 3
  74.     Width = 175
  75.     Height = 135
  76.     AutoSize = True
  77.     Picture.Data = {<image001.bmp>}
  78.     Stretch = True
  79.     Transparent = True
  80.   end
  81.   object Image2: TImage
  82.     Left = 160
  83.     Top = 21
  84.     Width = 275
  85.     Height = 78
  86.     AutoSize = True
  87.     Picture.Data = {<image002.bmp>}
  88.     Transparent = True
  89.   end
  90.   object Timer: TTimer
  91.     Enabled = False
  92.     Interval = 500
  93.     OnTimer = TimerTimer
  94.     Left = 16
  95.     Top = 160
  96.   end
  97. end
  98.