object fmCompanyPassword: TfmCompanyPassword Left = 360 Top = 181 Width = 274 Height = 156 Caption = 'Company Password' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] Position = poScreenCenter Scaled = False PixelsPerInch = 120 TextHeight = 16 object Label1: TLabel Left = 24 Top = 20 Width = 92 Height = 16 Caption = 'Enter Password' end object edtPassword: TEdit Left = 20 Top = 44 Width = 233 Height = 24 CharCase = ecUpperCase MaxLength = 10 PasswordChar = '*' TabOrder = 0 end object BtnOk: TButton Left = 12 Top = 92 Width = 92 Height = 30 Caption = '&Ok' Default = True TabOrder = 1 OnClick = BtnOkClick end object BtnCancel: TButton Left = 112 Top = 92 Width = 92 Height = 30 Caption = '&Cancel' ModalResult = 2 TabOrder = 2 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 = 216 ScreenWidth = ( 800) ScreenHeight = ( 600) OriginalFormWidth = ( 274) OriginalFormHeight = ( 156) OriginalFormLeft = ( 360) OriginalFormTop = ( 181) OriginalFormPPI = ( 120) OriginalClientWidth = ( 266) OriginalClientHeight = ( 129) end end