object LoginDialog: TLoginDialog Left = 307 Top = 131 ActiveControl = Password BorderStyle = bsDialog Caption = '�f�[�^�x�[�X�ւ̃��O�C��' ClientHeight = 136 ClientWidth = 252 Color = clBtnFace ParentFont = True OldCreateOrder = True Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object OKButton: TButton Left = 101 Top = 105 Width = 69 Height = 23 Caption = 'OK(&O)' Default = True ModalResult = 1 TabOrder = 0 end object CancelButton: TButton Left = 175 Top = 105 Width = 70 Height = 23 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 1 end object Panel: TPanel Left = 7 Top = 6 Width = 238 Height = 91 BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 2 object Label3: TLabel Left = 9 Top = 6 Width = 73 Height = 12 Caption = '�f�[�^�x�[�X :' end object DatabaseName: TLabel Left = 84 Top = 6 Width = 4 Height = 12 end object Bevel: TBevel Left = 1 Top = 22 Width = 234 Height = 8 Shape = bsTopLine end object Panel1: TPanel Left = 2 Top = 29 Width = 234 Height = 60 Align = alBottom BevelOuter = bvNone TabOrder = 0 object Label1: TLabel Left = 7 Top = 7 Width = 78 Height = 12 Caption = '���[�U�[��(&U):' FocusControl = UserName end object Label2: TLabel Left = 7 Top = 33 Width = 71 Height = 12 Caption = '�p�X���[�h(&P):' FocusControl = Password end object UserName: TEdit Left = 88 Top = 5 Width = 142 Height = 20 MaxLength = 31 TabOrder = 0 end object Password: TEdit Left = 88 Top = 30 Width = 142 Height = 20 MaxLength = 31 PasswordChar = '*' TabOrder = 1 end end end end