home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / javadraw.arj / DATA.Z / Javadraw.exe / 0 / RCDATA / TGETBOOKMARKNAME / TGETBOOKMARKNAME.txt
Encoding:
Text File  |  1996-08-11  |  1.1 KB  |  63 lines

  1. object GetBookMarkName: TGetBookMarkName
  2.   Left = 279
  3.   Top = 429
  4.   BorderStyle = bsDialog
  5.   Caption = 'Lesezeichen setzen'
  6.   ClientHeight = 167
  7.   ClientWidth = 469
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object Bevel1: TBevel
  16.     Left = 10
  17.     Top = 10
  18.     Width = 455
  19.     Height = 95
  20.     Shape = bsFrame
  21.   end
  22.   object Label1: TLabel
  23.     Left = 104
  24.     Top = 24
  25.     Width = 246
  26.     Height = 16
  27.     Caption = 'Set a short description for your bookmark.'
  28.     Font.Color = clBlack
  29.     Font.Height = -13
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.   end
  34.   object OKBtn: TButton
  35.     Left = 121
  36.     Top = 126
  37.     Width = 93
  38.     Height = 30
  39.     Caption = 'OK'
  40.     Default = True
  41.     ModalResult = 1
  42.     TabOrder = 1
  43.   end
  44.   object CancelBtn: TButton
  45.     Left = 252
  46.     Top = 126
  47.     Width = 92
  48.     Height = 30
  49.     Cancel = True
  50.     Caption = 'Cancel'
  51.     ModalResult = 2
  52.     TabOrder = 2
  53.   end
  54.   object Edit1: TEdit
  55.     Left = 136
  56.     Top = 64
  57.     Width = 185
  58.     Height = 24
  59.     MaxLength = 17
  60.     TabOrder = 0
  61.   end
  62. end
  63.