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

  1. object fmDemoMsg: TfmDemoMsg
  2.   Left = 284
  3.   Top = 154
  4.   Width = 383
  5.   Height = 332
  6.   Caption = 'Empire Builder Evaluation Version'
  7.   Font.Charset = ANSI_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 120
  16.   TextHeight = 16
  17.   object pnlMsg: TPanel
  18.     Left = 0
  19.     Top = 0
  20.     Width = 375
  21.     Height = 260
  22.     Align = alClient
  23.     Alignment = taLeftJustify
  24.     BevelInner = bvRaised
  25.     BevelOuter = bvLowered
  26.     TabOrder = 0
  27.     object lblMsg: TLabel
  28.       Left = 12
  29.       Top = 8
  30.       Width = 349
  31.       Height = 193
  32.       AutoSize = False
  33.       Font.Charset = ANSI_CHARSET
  34.       Font.Color = clWindowText
  35.       Font.Height = -15
  36.       Font.Name = 'Arial'
  37.       Font.Style = []
  38.       ParentFont = False
  39.       WordWrap = True
  40.     end
  41.     object Label2: TLabel
  42.       Left = 11
  43.       Top = 219
  44.       Width = 122
  45.       Height = 16
  46.       Caption = 'Registration  Number'
  47.     end
  48.     object edtRegNo: TEdit
  49.       Left = 143
  50.       Top = 215
  51.       Width = 210
  52.       Height = 24
  53.       CharCase = ecUpperCase
  54.       TabOrder = 0
  55.     end
  56.   end
  57.   object Panel2: TPanel
  58.     Left = 0
  59.     Top = 260
  60.     Width = 375
  61.     Height = 45
  62.     Align = alBottom
  63.     BevelInner = bvRaised
  64.     BevelOuter = bvLowered
  65.     TabOrder = 1
  66.     object BtnOk: TButton
  67.       Left = 12
  68.       Top = 8
  69.       Width = 75
  70.       Height = 30
  71.       Caption = '&Ok'
  72.       Default = True
  73.       TabOrder = 0
  74.       OnClick = BtnOkClick
  75.     end
  76.     object BtnCancel: TButton
  77.       Left = 100
  78.       Top = 8
  79.       Width = 75
  80.       Height = 30
  81.       Caption = '&Cancel'
  82.       TabOrder = 1
  83.       OnClick = BtnCancelClick
  84.     end
  85.     object Button3: TButton
  86.       Left = 188
  87.       Top = 8
  88.       Width = 93
  89.       Height = 30
  90.       Caption = '&Register Now'
  91.       TabOrder = 2
  92.       OnClick = Button3Click
  93.     end
  94.   end
  95.   object Sizer1: TSizer
  96.     Enabled = True
  97.     ExceptionAction = eaIgnoreControl
  98.     GridColumnSizing = gcSizeAllColumns
  99.     GridRowSizing = grSizeByDefaults
  100.     MinimumSize = True
  101.     NavigateOnEnter = False
  102.     OverrideParentFont = True
  103.     PerformAssertions = True
  104.     ShowAssertionFailures = False
  105.     StretchFonts = True
  106.     StretchImages = True
  107.     StretchOnResize = True
  108.     ThreadProcessing = False
  109.     Left = 300
  110.     Top = 268
  111.     ScreenWidth = (
  112.       800)
  113.     ScreenHeight = (
  114.       600)
  115.     OriginalFormWidth = (
  116.       383)
  117.     OriginalFormHeight = (
  118.       332)
  119.     OriginalFormLeft = (
  120.       284)
  121.     OriginalFormTop = (
  122.       154)
  123.     OriginalFormPPI = (
  124.       120)
  125.     OriginalClientWidth = (
  126.       375)
  127.     OriginalClientHeight = (
  128.       305)
  129.   end
  130. end
  131.