object DlgPasswd: TDlgPasswd Left = 440 Top = 124 BorderStyle = bsDialog Caption = '�p�X���[�h�̓���' ClientHeight = 71 ClientWidth = 311 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label1: TLabel Left = 24 Top = 16 Width = 120 Height = 12 Caption = '�N���p�X���[�h�̓��́F' end object MskPasswd: TEdit Left = 24 Top = 32 Width = 169 Height = 20 PasswordChar = '*' TabOrder = 0 end object OKBtn: TButton Left = 216 Top = 8 Width = 81 Height = 22 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = OKBtnClick end object CancelBtn: TButton Left = 216 Top = 40 Width = 81 Height = 22 Cancel = True Caption = '�L�����Z��' ModalResult = 2 TabOrder = 2 end end