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

  1. object fmSelectCompany: TfmSelectCompany
  2.   Left = 247
  3.   Top = 164
  4.   ActiveControl = edtUserID
  5.   AutoScroll = False
  6.   Caption = 'Select Company'
  7.   ClientHeight = 158
  8.   ClientWidth = 361
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -13
  12.   Font.Name = 'Arial'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnCloseQuery = FormCloseQuery
  17.   OnShow = FormShow
  18.   PixelsPerInch = 120
  19.   TextHeight = 16
  20.   object Bevel1: TBevel
  21.     Left = 0
  22.     Top = 3
  23.     Width = 361
  24.     Height = 113
  25.     Shape = bsFrame
  26.   end
  27.   object Label1: TLabel
  28.     Left = 28
  29.     Top = 19
  30.     Width = 43
  31.     Height = 16
  32.     Caption = 'User ID'
  33.   end
  34.   object Label2: TLabel
  35.     Left = 28
  36.     Top = 51
  37.     Width = 57
  38.     Height = 16
  39.     Caption = 'Password'
  40.   end
  41.   object Label3: TLabel
  42.     Left = 28
  43.     Top = 83
  44.     Width = 93
  45.     Height = 16
  46.     Caption = 'Company Name'
  47.   end
  48.   object Panel1: TPanel
  49.     Left = 0
  50.     Top = 117
  51.     Width = 361
  52.     Height = 41
  53.     Align = alBottom
  54.     BevelInner = bvRaised
  55.     BevelOuter = bvLowered
  56.     TabOrder = 0
  57.     object BtnOk: TButton
  58.       Left = 5
  59.       Top = 7
  60.       Width = 75
  61.       Height = 30
  62.       Caption = '&OK'
  63.       Enabled = False
  64.       TabOrder = 0
  65.       OnClick = BtnOkClick
  66.     end
  67.     object BtnCancel: TButton
  68.       Left = 86
  69.       Top = 7
  70.       Width = 75
  71.       Height = 30
  72.       Caption = '&Cancel'
  73.       ModalResult = 2
  74.       TabOrder = 1
  75.     end
  76.   end
  77.   object edtUserID: TEdit
  78.     Left = 140
  79.     Top = 15
  80.     Width = 70
  81.     Height = 24
  82.     CharCase = ecUpperCase
  83.     MaxLength = 6
  84.     TabOrder = 1
  85.   end
  86.   object edtPassword: TEdit
  87.     Left = 140
  88.     Top = 47
  89.     Width = 100
  90.     Height = 24
  91.     CharCase = ecUpperCase
  92.     MaxLength = 10
  93.     PasswordChar = '*'
  94.     TabOrder = 2
  95.     OnExit = edtPasswordExit
  96.   end
  97.   object cbCompanyName: TComboBox
  98.     Left = 140
  99.     Top = 79
  100.     Width = 201
  101.     Height = 24
  102.     ItemHeight = 16
  103.     TabOrder = 3
  104.   end
  105.   object Sizer1: TSizer
  106.     Enabled = True
  107.     ExceptionAction = eaIgnoreControl
  108.     GridColumnSizing = gcSizeAllColumns
  109.     GridRowSizing = grSizeByDefaults
  110.     MinimumSize = True
  111.     NavigateOnEnter = True
  112.     OverrideParentFont = True
  113.     PerformAssertions = True
  114.     ShowAssertionFailures = False
  115.     StretchFonts = True
  116.     StretchImages = True
  117.     StretchOnResize = True
  118.     ThreadProcessing = False
  119.     Left = 288
  120.     Top = 20
  121.     ScreenWidth = (
  122.       800)
  123.     ScreenHeight = (
  124.       600)
  125.     OriginalFormWidth = (
  126.       369)
  127.     OriginalFormHeight = (
  128.       185)
  129.     OriginalFormLeft = (
  130.       247)
  131.     OriginalFormTop = (
  132.       164)
  133.     OriginalFormPPI = (
  134.       120)
  135.     OriginalClientWidth = (
  136.       361)
  137.     OriginalClientHeight = (
  138.       158)
  139.   end
  140. end
  141.