object LoginDialog: TLoginDialog Left = 213 Top = 99 ActiveControl = Password BorderStyle = bsDialog Caption = '�ް��ް� �ւ�۸޲�' ClientHeight = 147 ClientWidth = 273 Font.Color = clBlack Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] PixelsPerInch = 96 Position = poScreenCenter TextHeight = 12 object OKButton: TButton Left = 109 Top = 114 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end object CancelButton: TButton Left = 190 Top = 114 Width = 75 Height = 25 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 1 end object Panel: TPanel Left = 8 Top = 7 Width = 257 Height = 98 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 2 object Label1: TLabel Left = 10 Top = 39 Width = 66 Height = 13 Caption = 'հ�ް��(&U):' FocusControl = UserName end object Label2: TLabel Left = 10 Top = 67 Width = 66 Height = 13 Caption = '�߽ܰ��(&P):' FocusControl = Password end object Label3: TLabel Left = 10 Top = 6 Width = 52 Height = 13 Caption = '�ް��ް�:' end object DatabaseName: TLabel Left = 91 Top = 6 Width = 3 Height = 13 end object Bevel: TBevel Left = 1 Top = 24 Width = 254 Height = 9 Shape = bsTopLine end object UserName: TEdit Left = 88 Top = 36 Width = 153 Height = 21 MaxLength = 31 TabOrder = 0 end object Password: TEdit Left = 88 Top = 64 Width = 153 Height = 21 MaxLength = 31 PasswordChar = '*' TabOrder = 1 end end end