object fmSelectCompany: TfmSelectCompany Left = 247 Top = 164 ActiveControl = edtUserID AutoScroll = False Caption = 'Select Company' ClientHeight = 158 ClientWidth = 361 Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 120 TextHeight = 16 object Bevel1: TBevel Left = 0 Top = 3 Width = 361 Height = 113 Shape = bsFrame end object Label1: TLabel Left = 28 Top = 19 Width = 43 Height = 16 Caption = 'User ID' end object Label2: TLabel Left = 28 Top = 51 Width = 57 Height = 16 Caption = 'Password' end object Label3: TLabel Left = 28 Top = 83 Width = 93 Height = 16 Caption = 'Company Name' end object Panel1: TPanel Left = 0 Top = 117 Width = 361 Height = 41 Align = alBottom BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 0 object BtnOk: TButton Left = 5 Top = 7 Width = 75 Height = 30 Caption = '&OK' Enabled = False TabOrder = 0 OnClick = BtnOkClick end object BtnCancel: TButton Left = 86 Top = 7 Width = 75 Height = 30 Caption = '&Cancel' ModalResult = 2 TabOrder = 1 end end object edtUserID: TEdit Left = 140 Top = 15 Width = 70 Height = 24 CharCase = ecUpperCase MaxLength = 6 TabOrder = 1 end object edtPassword: TEdit Left = 140 Top = 47 Width = 100 Height = 24 CharCase = ecUpperCase MaxLength = 10 PasswordChar = '*' TabOrder = 2 OnExit = edtPasswordExit end object cbCompanyName: TComboBox Left = 140 Top = 79 Width = 201 Height = 24 ItemHeight = 16 TabOrder = 3 end object Sizer1: TSizer Enabled = True ExceptionAction = eaIgnoreControl GridColumnSizing = gcSizeAllColumns GridRowSizing = grSizeByDefaults MinimumSize = True NavigateOnEnter = True OverrideParentFont = True PerformAssertions = True ShowAssertionFailures = False StretchFonts = True StretchImages = True StretchOnResize = True ThreadProcessing = False Left = 288 Top = 20 ScreenWidth = ( 800) ScreenHeight = ( 600) OriginalFormWidth = ( 369) OriginalFormHeight = ( 185) OriginalFormLeft = ( 247) OriginalFormTop = ( 164) OriginalFormPPI = ( 120) OriginalClientWidth = ( 361) OriginalClientHeight = ( 158) end end