object DlgBookProperty: TDlgBookProperty Left = 261 Top = 218 BorderStyle = bsDialog Caption = 'Bookmark Property' ClientHeight = 90 ClientWidth = 432 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] OldCreateOrder = False Scaled = False OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object LabelName: TLabel Left = 7 Top = 46 Width = 82 Height = 12 Caption = 'Bookmark name' end object LabelFolderName: TLabel Left = 7 Top = 4 Width = 63 Height = 12 Caption = 'Folder name' end object EditName: TEdit Left = 6 Top = 60 Width = 243 Height = 20 TabOrder = 0 OnKeyPress = EditNameKeyPress end object EditFolderName: TEdit Left = 6 Top = 18 Width = 420 Height = 20 Color = clInactiveCaptionText ReadOnly = True TabOrder = 1 end object ButtonOk: TButton Left = 268 Top = 57 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 2 end object ButtonCancel: TButton Left = 352 Top = 57 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end