object NameBox: TNameBox Left = 487 Top = 249 BorderStyle = bsDialog Caption = '���O�̓���' ClientHeight = 59 ClientWidth = 206 Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object Edit1: TEdit Left = 8 Top = 8 Width = 193 Height = 20 TabOrder = 0 end object Button1: TButton Left = 120 Top = 32 Width = 75 Height = 25 Caption = 'Ok' Default = True ModalResult = 1 TabOrder = 1 OnClick = Button1Click end end