home *** CD-ROM | disk | FTP | other *** search
/ Java 1.2 How-To / JavaHowTo.iso / 3rdParty / jbuilder / TRIAL / JBUILDER / JRUNTIME.Z / JSQLBLD.DLL / 0 / RCDATA / TINVISIBLEFORM / TINVISIBLEFORM.txt
Encoding:
Text File  |  1998-05-08  |  667 b   |  30 lines

  1. object invisibleform: Tinvisibleform
  2.   Left = 327
  3.   Top = 470
  4.   Width = 219
  5.   Height = 128
  6.   Caption = 'invisibleform'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnClose = FormClose
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 6
  17.     Top = 5
  18.     Width = 190
  19.     Height = 60
  20.     Caption = 'This is a Dummy hidden form that you are never supposed to see'
  21.     Font.Charset = DEFAULT_CHARSET
  22.     Font.Color = clWindowText
  23.     Font.Height = -16
  24.     Font.Name = 'MS Sans Serif'
  25.     Font.Style = [fsBold]
  26.     ParentFont = False
  27.     WordWrap = True
  28.   end
  29. end
  30.