home *** CD-ROM | disk | FTP | other *** search
/ Geek 6 / Geek-006.iso / audio / composicao / dflow170.exe / drumflow.exe / 0 / RCDATA / TTEXTER / TTEXTER.txt
Text File  |  2000-10-23  |  2KB  |  99 lines

  1. object Texter: TTexter
  2.   Left = 256
  3.   Top = 225
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Sequence text information'
  7.   ClientHeight = 121
  8.   ClientWidth = 296
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Position = poScreenCenter
  16.   Scaled = False
  17.   OnCreate = ofc
  18.   OnHide = FormHide
  19.   OnPaint = FormPaint
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Bevel1: TBevel
  23.     Left = 4
  24.     Top = 52
  25.     Width = 289
  26.     Height = 5
  27.     Shape = bsTopLine
  28.   end
  29.   object PanLabel1: TPanLabel
  30.     Left = 4
  31.     Top = 56
  32.     Width = 59
  33.     Height = 14
  34.     AutoSize = True
  35.     Caption = 'Comments'
  36.     Font.Charset = DEFAULT_CHARSET
  37.     Font.Color = clWindowText
  38.     Font.Height = -11
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = [fsBold]
  41.     ParentFont = False
  42.     ShadowColor = clWhite
  43.   end
  44.   object PanLabel2: TPanLabel
  45.     Left = 4
  46.     Top = 8
  47.     Width = 34
  48.     Height = 14
  49.     AutoSize = True
  50.     Caption = 'Name'
  51.     Font.Charset = DEFAULT_CHARSET
  52.     Font.Color = clWindowText
  53.     Font.Height = -11
  54.     Font.Name = 'MS Sans Serif'
  55.     Font.Style = [fsBold]
  56.     ParentFont = False
  57.     ShadowColor = clWhite
  58.   end
  59.   object PanLabel3: TPanLabel
  60.     Left = 4
  61.     Top = 32
  62.     Width = 39
  63.     Height = 14
  64.     AutoSize = True
  65.     Caption = 'Author'
  66.     Font.Charset = DEFAULT_CHARSET
  67.     Font.Color = clWindowText
  68.     Font.Height = -11
  69.     Font.Name = 'MS Sans Serif'
  70.     Font.Style = [fsBold]
  71.     ParentFont = False
  72.     ShadowColor = clWhite
  73.   end
  74.   object TXName: TEdit
  75.     Left = 48
  76.     Top = 4
  77.     Width = 245
  78.     Height = 21
  79.     TabOrder = 0
  80.   end
  81.   object TXComn: TMemo
  82.     Left = 3
  83.     Top = 72
  84.     Width = 290
  85.     Height = 46
  86.     Hint = 'Place your comments here.'
  87.     HelpContext = 2100
  88.     ScrollBars = ssVertical
  89.     TabOrder = 2
  90.   end
  91.   object TXAuth: TEdit
  92.     Left = 48
  93.     Top = 28
  94.     Width = 245
  95.     Height = 21
  96.     TabOrder = 1
  97.   end
  98. end
  99.