object PasswordDlg: TPasswordDlg Left = 494 Top = 119 BorderStyle = bsDialog Caption = '�߽ܰ�� �޲�۸�' ClientHeight = 113 ClientWidth = 303 Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 56 Top = 16 Width = 50 Height = 12 Caption = '�o�^�Җ�:' end object Label2: TLabel Left = 56 Top = 56 Width = 50 Height = 12 Caption = '�o�^�ԍ�:' end object Image1: TImage Left = 8 Top = 8 Width = 33 Height = 33 Picture.Data = {} end object OKBtn: TButton Left = 125 Top = 82 Width = 73 Height = 24 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKBtnClick end object CancelBtn: TButton Left = 212 Top = 82 Width = 74 Height = 24 Cancel = True Caption = '��ݾ�' ModalResult = 2 TabOrder = 3 end object edtname: TEdit Left = 120 Top = 8 Width = 169 Height = 20 TabOrder = 0 end object edtno: TEdit Left = 120 Top = 48 Width = 169 Height = 20 TabOrder = 1 end end