home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1999 September / Dpcb0999.iso / Business / Empire / _SETUP.1 / EmpireBuilder.exe / 0 / RCDATA / TFMMULTICOMPANY / TFMMULTICOMPANY.txt
Text File  |  1999-06-21  |  4KB  |  154 lines

  1. object fmMultiCompany: TfmMultiCompany
  2.   Left = 255
  3.   Top = 154
  4.   Width = 403
  5.   Height = 284
  6.   Caption = 'Multi-Company'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Scaled = False
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Panel2: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 395
  20.     Height = 215
  21.     Align = alClient
  22.     BevelInner = bvRaised
  23.     BevelOuter = bvLowered
  24.     TabOrder = 0
  25.     object Label1: TLabel
  26.       Left = 12
  27.       Top = 12
  28.       Width = 360
  29.       Height = 119
  30.       Caption = 
  31.         'You have reached the maximum number of companies '#13#10'assigned to y' +
  32.         'our system.  If you require any more '#13#10'companies please contact ' +
  33.         'us to register for more '#13#10'company licenses.  If you have already' +
  34.         ' done so then '#13#10'please type the registration number you have bee' +
  35.         'n '#13#10'given in the box below and then click on the < Update > butt' +
  36.         'on.'
  37.       Font.Charset = ANSI_CHARSET
  38.       Font.Color = clBlack
  39.       Font.Height = -15
  40.       Font.Name = 'Arial'
  41.       Font.Style = []
  42.       ParentFont = False
  43.       WordWrap = True
  44.     end
  45.     object Label2: TLabel
  46.       Left = 11
  47.       Top = 183
  48.       Width = 118
  49.       Height = 16
  50.       Caption = 'Registration Number'
  51.     end
  52.     object Label3: TLabel
  53.       Left = 10
  54.       Top = 145
  55.       Width = 233
  56.       Height = 18
  57.       Caption = 'Telephone               0161 860 7821'
  58.       Font.Charset = ANSI_CHARSET
  59.       Font.Color = clBlue
  60.       Font.Height = -15
  61.       Font.Name = 'Arial'
  62.       Font.Style = [fsBold]
  63.       ParentFont = False
  64.     end
  65.     object edtRegNo: TEdit
  66.       Left = 143
  67.       Top = 179
  68.       Width = 121
  69.       Height = 24
  70.       CharCase = ecUpperCase
  71.       TabOrder = 0
  72.     end
  73.   end
  74.   object Panel1: TPanel
  75.     Left = 0
  76.     Top = 215
  77.     Width = 395
  78.     Height = 42
  79.     Align = alBottom
  80.     BevelInner = bvRaised
  81.     BevelOuter = bvLowered
  82.     TabOrder = 1
  83.     object BtnUpdate: TButton
  84.       Left = 6
  85.       Top = 6
  86.       Width = 75
  87.       Height = 30
  88.       Hint = 'Update the system '
  89.       Caption = '&Update'
  90.       ParentShowHint = False
  91.       ShowHint = True
  92.       TabOrder = 0
  93.       OnClick = BtnUpdateClick
  94.     end
  95.     object BtnCancel: TButton
  96.       Left = 90
  97.       Top = 6
  98.       Width = 75
  99.       Height = 30
  100.       Caption = '&Cancel'
  101.       ParentShowHint = False
  102.       ShowHint = True
  103.       TabOrder = 1
  104.       OnClick = BtnCancelClick
  105.     end
  106.     object BtnHelp: TButton
  107.       Left = 313
  108.       Top = 6
  109.       Width = 75
  110.       Height = 30
  111.       Caption = '&Help'
  112.       ParentShowHint = False
  113.       ShowHint = True
  114.       TabOrder = 2
  115.       OnClick = BtnCancelClick
  116.     end
  117.   end
  118.   object Sizer1: TSizer
  119.     Enabled = True
  120.     ExceptionAction = eaIgnoreControl
  121.     GridColumnSizing = gcSizeAllColumns
  122.     GridRowSizing = grSizeByDefaults
  123.     MinimumSize = True
  124.     NavigateOnEnter = False
  125.     OverrideParentFont = True
  126.     PerformAssertions = True
  127.     ShowAssertionFailures = False
  128.     StretchFonts = True
  129.     StretchImages = True
  130.     StretchOnResize = True
  131.     ThreadProcessing = False
  132.     Left = 328
  133.     Top = 168
  134.     ScreenWidth = (
  135.       800)
  136.     ScreenHeight = (
  137.       600)
  138.     OriginalFormWidth = (
  139.       403)
  140.     OriginalFormHeight = (
  141.       284)
  142.     OriginalFormLeft = (
  143.       255)
  144.     OriginalFormTop = (
  145.       154)
  146.     OriginalFormPPI = (
  147.       120)
  148.     OriginalClientWidth = (
  149.       395)
  150.     OriginalClientHeight = (
  151.       257)
  152.   end
  153. end
  154.