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

  1. object Form2: TForm2
  2.   Left = 75
  3.   Top = 369
  4.   Width = 233
  5.   Height = 83
  6.   AutoSize = True
  7.   Caption = 'InternetExpress Center Data Server'
  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 = 225
  17.     Height = 24
  18.     Alignment = taCenter
  19.     Caption = 'InternetExpress Center'
  20.     Font.Charset = DEFAULT_CHARSET
  21.     Font.Color = clWindowText
  22.     Font.Height = -19
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = [fsBold]
  25.     ParentFont = False
  26.     WordWrap = True
  27.   end
  28.   object Label2: TLabel
  29.     Left = 0
  30.     Top = 32
  31.     Width = 217
  32.     Height = 24
  33.     Alignment = taCenter
  34.     Caption = ' Data Server'
  35.     Font.Charset = DEFAULT_CHARSET
  36.     Font.Color = clWindowText
  37.     Font.Height = -19
  38.     Font.Name = 'MS Sans Serif'
  39.     Font.Style = [fsBold]
  40.     ParentFont = False
  41.   end
  42. end
  43.