object PWordBox: TPWordBox Left = 5 Top = 496 BorderIcons = [] BorderStyle = bsDialog Caption = '�p�X���[�h����' ClientHeight = 76 ClientWidth = 201 Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Icon.Data = {} Position = poScreenCenter OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object btnOk: TButton Left = 16 Top = 40 Width = 81 Height = 25 Caption = 'O K' Default = True TabOrder = 0 OnClick = btnOkClick end object btnCancel: TButton Left = 112 Top = 40 Width = 73 Height = 25 Cancel = True Caption = 'Cancel' TabOrder = 1 OnClick = btnCancelClick end object PWordEdit: TMaskEdit Left = 16 Top = 8 Width = 169 Height = 20 MaxLength = 0 PasswordChar = '*' TabOrder = 2 end end