home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1997 May / Pcwk0597.iso / borland / cb / setup / cbuilder / data.z / NOTIFY.DFM / NOTIFY.txt
Text File  |  1997-02-28  |  1KB  |  57 lines

  1. object NotifyForm: TNotifyForm
  2.   Left = 15
  3.   Top = 8
  4.   Cursor = crHourGlass
  5.   HorzScrollBar.Visible = False
  6.   VertScrollBar.Visible = False
  7.   BorderIcons = []
  8.   BorderStyle = bsDialog
  9.   Caption = 'Talk to Word'
  10.   ClientHeight = 91
  11.   ClientWidth = 418
  12.   Font.Color = clWindowText
  13.   Font.Height = -13
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = [fsBold]
  16.   FormStyle = fsStayOnTop
  17.   Position = poDefaultPosOnly
  18.   Visible = True
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Label1: TLabel
  22.     Left = 32
  23.     Top = 32
  24.     Width = 361
  25.     Height = 25
  26.     Alignment = taCenter
  27.     AutoSize = False
  28.     Font.Charset = ANSI_CHARSET
  29.     Font.Color = clBlack
  30.     Font.Height = -16
  31.     Font.Name = 'MS Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object Label2: TLabel
  36.     Left = 32
  37.     Top = 8
  38.     Width = 48
  39.     Height = 16
  40.     Caption = 'Status:'
  41.   end
  42.   object Label3: TLabel
  43.     Left = 32
  44.     Top = 64
  45.     Width = 361
  46.     Height = 25
  47.     Alignment = taCenter
  48.     AutoSize = False
  49.     Font.Charset = ANSI_CHARSET
  50.     Font.Color = clBlack
  51.     Font.Height = -13
  52.     Font.Name = 'MS Serif'
  53.     Font.Style = []
  54.     ParentFont = False
  55.   end
  56. end
  57.