home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 September / PCWorld_2006-09_cd.bin / temacd / fineview / finevw69.exe / FineView.exe / 0 / RCDATA / TFORMFAVOPROPERTY / TFORMFAVOPROPERTY.txt
Text File  |  2004-10-09  |  2KB  |  83 lines

  1. object FormFavoProperty: TFormFavoProperty
  2.   Left = 325
  3.   Top = 174
  4.   BorderStyle = bsDialog
  5.   Caption = 'Bookmark property'
  6.   ClientHeight = 106
  7.   ClientWidth = 440
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 12
  20.   object LFolderName: TLabel
  21.     Left = 16
  22.     Top = 8
  23.     Width = 32
  24.     Height = 12
  25.     Caption = 'Folder'
  26.   end
  27.   object LBookmarkName: TLabel
  28.     Left = 16
  29.     Top = 53
  30.     Width = 82
  31.     Height = 12
  32.     Caption = 'Bookmark name'
  33.   end
  34.   object EditFolderName: TEdit
  35.     Left = 16
  36.     Top = 22
  37.     Width = 401
  38.     Height = 20
  39.     Enabled = False
  40.     Font.Charset = DEFAULT_CHARSET
  41.     Font.Color = clWindowText
  42.     Font.Height = -12
  43.     Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  44.     Font.Style = []
  45.     ParentFont = False
  46.     TabOrder = 0
  47.   end
  48.   object EditBookmarkName: TEdit
  49.     Left = 16
  50.     Top = 67
  51.     Width = 209
  52.     Height = 20
  53.     Font.Charset = DEFAULT_CHARSET
  54.     Font.Color = clWindowText
  55.     Font.Height = -12
  56.     Font.Name = #65325#65331' '#65328#12468#12471#12483#12463
  57.     Font.Style = []
  58.     ParentFont = False
  59.     TabOrder = 1
  60.     OnKeyPress = EditBookmarkNameKeyPress
  61.   end
  62.   object ButtonOK: TButton
  63.     Left = 256
  64.     Top = 65
  65.     Width = 75
  66.     Height = 25
  67.     Caption = 'OK'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 2
  71.   end
  72.   object ButtonCancel: TButton
  73.     Left = 344
  74.     Top = 65
  75.     Width = 75
  76.     Height = 25
  77.     Cancel = True
  78.     Caption = 'Cancel'
  79.     ModalResult = 2
  80.     TabOrder = 3
  81.   end
  82. end
  83.