object DlgPassEntry: TDlgPassEntry Left = 245 Top = 108 BorderStyle = bsDialog Caption = '�p�X���[�h�o�^' ClientHeight = 88 ClientWidth = 377 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Position = poScreenCenter OnCloseQuery = FormCloseQuery OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Label16: TLabel Left = 16 Top = 22 Width = 92 Height = 12 Caption = '�V�����p�X���[�h�F' end object Label17: TLabel Left = 16 Top = 52 Width = 120 Height = 12 Caption = '�p�X���[�h�̊m�F���́F' end object BtnOk: TButton Left = 280 Top = 16 Width = 81 Height = 22 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = BtnOkClick end object BtnCancel: TButton Left = 280 Top = 48 Width = 81 Height = 22 Cancel = True Caption = '�L�����Z��' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 3 end object MskNewPasswd: TMaskEdit Left = 144 Top = 16 Width = 113 Height = 20 MaxLength = 8 PasswordChar = '*' TabOrder = 0 end object MskAgainPasswd: TMaskEdit Left = 144 Top = 48 Width = 113 Height = 20 MaxLength = 8 PasswordChar = '*' TabOrder = 1 end end