home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9APLI / CBAR200E.ZIP / CBAR20.EX_ / CBAR20.EX / 0 / RCDATA / TFORMREMARK / TFORMREMARK.txt
Text File  |  1997-10-15  |  773b  |  44 lines

  1. object FormRemark: TFormRemark
  2.   Left = 302
  3.   Top = 170
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Commento'
  7.   ClientHeight = 179
  8.   ClientWidth = 365
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object LRem: TLabel
  18.     Left = 10
  19.     Top = 10
  20.     Width = 341
  21.     Height = 29
  22.     AutoSize = False
  23.     Caption = 'LRem'
  24.     WordWrap = True
  25.   end
  26.   object ButOk: TButton
  27.     Left = 144
  28.     Top = 144
  29.     Width = 75
  30.     Height = 25
  31.     Caption = 'Ok'
  32.     ModalResult = 1
  33.     TabOrder = 0
  34.   end
  35.   object MRem: TMemo
  36.     Left = 10
  37.     Top = 44
  38.     Width = 341
  39.     Height = 89
  40.     MaxLength = 255
  41.     TabOrder = 1
  42.   end
  43. end
  44.