object FormFavoProperty: TFormFavoProperty Left = 325 Top = 174 BorderStyle = bsDialog Caption = 'Bookmark property' ClientHeight = 106 ClientWidth = 440 Color = clBtnFace Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 Font.Style = [] OldCreateOrder = False Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object LFolderName: TLabel Left = 16 Top = 8 Width = 32 Height = 12 Caption = 'Folder' end object LBookmarkName: TLabel Left = 16 Top = 53 Width = 82 Height = 12 Caption = 'Bookmark name' end object EditFolderName: TEdit Left = 16 Top = 22 Width = 401 Height = 20 Enabled = False Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 Font.Style = [] ParentFont = False TabOrder = 0 end object EditBookmarkName: TEdit Left = 16 Top = 67 Width = 209 Height = 20 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = #65325#65331' '#65328#12468#12471#12483#12463 Font.Style = [] ParentFont = False TabOrder = 1 OnKeyPress = EditBookmarkNameKeyPress end object ButtonOK: TButton Left = 256 Top = 65 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 end object ButtonCancel: TButton Left = 344 Top = 65 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end