home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Demos / Midas / InternetExpress / CustomerList / rdmcustomerdataform.dfm < prev    next >
Text File  |  1999-08-11  |  552b  |  27 lines

  1. object Form1: TForm1
  2.   Left = 31
  3.   Top = 376
  4.   Width = 221
  5.   Height = 64
  6.   AutoSize = True
  7.   Caption = 'Customer Data Module'
  8.   Color = clBtnFace
  9.   ParentFont = True
  10.   OldCreateOrder = False
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object Label1: TLabel
  14.     Left = 0
  15.     Top = 0
  16.     Width = 213
  17.     Height = 24
  18.     Caption = 'Customer Data Module'
  19.     Font.Charset = DEFAULT_CHARSET
  20.     Font.Color = clWindowText
  21.     Font.Height = -19
  22.     Font.Name = 'MS Sans Serif'
  23.     Font.Style = [fsBold]
  24.     ParentFont = False
  25.   end
  26. end
  27.