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

  1. object fmCompanyPassword: TfmCompanyPassword
  2.   Left = 360
  3.   Top = 181
  4.   Width = 274
  5.   Height = 156
  6.   Caption = 'Company Password'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   PixelsPerInch = 120
  15.   TextHeight = 16
  16.   object Label1: TLabel
  17.     Left = 24
  18.     Top = 20
  19.     Width = 92
  20.     Height = 16
  21.     Caption = 'Enter Password'
  22.   end
  23.   object edtPassword: TEdit
  24.     Left = 20
  25.     Top = 44
  26.     Width = 233
  27.     Height = 24
  28.     CharCase = ecUpperCase
  29.     MaxLength = 10
  30.     PasswordChar = '*'
  31.     TabOrder = 0
  32.   end
  33.   object BtnOk: TButton
  34.     Left = 12
  35.     Top = 92
  36.     Width = 92
  37.     Height = 30
  38.     Caption = '&Ok'
  39.     Default = True
  40.     TabOrder = 1
  41.     OnClick = BtnOkClick
  42.   end
  43.   object BtnCancel: TButton
  44.     Left = 112
  45.     Top = 92
  46.     Width = 92
  47.     Height = 30
  48.     Caption = '&Cancel'
  49.     ModalResult = 2
  50.     TabOrder = 2
  51.   end
  52.   object Sizer1: TSizer
  53.     Enabled = True
  54.     ExceptionAction = eaIgnoreControl
  55.     GridColumnSizing = gcSizeAllColumns
  56.     GridRowSizing = grSizeByDefaults
  57.     MinimumSize = True
  58.     NavigateOnEnter = True
  59.     OverrideParentFont = True
  60.     PerformAssertions = True
  61.     ShowAssertionFailures = False
  62.     StretchFonts = True
  63.     StretchImages = True
  64.     StretchOnResize = True
  65.     ThreadProcessing = False
  66.     Left = 216
  67.     ScreenWidth = (
  68.       800)
  69.     ScreenHeight = (
  70.       600)
  71.     OriginalFormWidth = (
  72.       274)
  73.     OriginalFormHeight = (
  74.       156)
  75.     OriginalFormLeft = (
  76.       360)
  77.     OriginalFormTop = (
  78.       181)
  79.     OriginalFormPPI = (
  80.       120)
  81.     OriginalClientWidth = (
  82.       266)
  83.     OriginalClientHeight = (
  84.       129)
  85.   end
  86. end
  87.