home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 February / PCWorld_2002-02_cd.bin / Software / Vyzkuste / fineview / FineView.exe / 0 / RCDATA / TDLGBOOKPROPERTY / TDLGBOOKPROPERTY.txt
Text File  |  2001-07-27  |  1KB  |  69 lines

  1. object DlgBookProperty: TDlgBookProperty
  2.   Left = 261
  3.   Top = 218
  4.   BorderStyle = bsDialog
  5.   Caption = 'Bookmark Property'
  6.   ClientHeight = 90
  7.   ClientWidth = 432
  8.   Color = clBtnFace
  9.   Font.Charset = SHIFTJIS_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -12
  12.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Scaled = False
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 12
  19.   object LabelName: TLabel
  20.     Left = 7
  21.     Top = 46
  22.     Width = 82
  23.     Height = 12
  24.     Caption = 'Bookmark name'
  25.   end
  26.   object LabelFolderName: TLabel
  27.     Left = 7
  28.     Top = 4
  29.     Width = 63
  30.     Height = 12
  31.     Caption = 'Folder name'
  32.   end
  33.   object EditName: TEdit
  34.     Left = 6
  35.     Top = 60
  36.     Width = 243
  37.     Height = 20
  38.     TabOrder = 0
  39.     OnKeyPress = EditNameKeyPress
  40.   end
  41.   object EditFolderName: TEdit
  42.     Left = 6
  43.     Top = 18
  44.     Width = 420
  45.     Height = 20
  46.     Color = clInactiveCaptionText
  47.     ReadOnly = True
  48.     TabOrder = 1
  49.   end
  50.   object ButtonOk: TButton
  51.     Left = 268
  52.     Top = 57
  53.     Width = 75
  54.     Height = 25
  55.     Caption = 'OK'
  56.     ModalResult = 1
  57.     TabOrder = 2
  58.   end
  59.   object ButtonCancel: TButton
  60.     Left = 352
  61.     Top = 57
  62.     Width = 75
  63.     Height = 25
  64.     Caption = 'Cancel'
  65.     ModalResult = 2
  66.     TabOrder = 3
  67.   end
  68. end
  69.