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

  1. object QSByte: TQSByte
  2.   Left = 68
  3.   Top = 63
  4.   Width = 458
  5.   Height = 424
  6.   Caption = 'QS Byte Editor'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   Scaled = False
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object bytes: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 450
  21.     Height = 372
  22.     Align = alClient
  23.     Font.Charset = RUSSIAN_CHARSET
  24.     Font.Color = clWindowText
  25.     Font.Height = -13
  26.     Font.Name = 'Fixedsys'
  27.     Font.Style = []
  28.     ParentFont = False
  29.     ScrollBars = ssBoth
  30.     TabOrder = 0
  31.   end
  32.   object pnl: TPanel
  33.     Left = 0
  34.     Top = 372
  35.     Width = 450
  36.     Height = 27
  37.     Align = alBottom
  38.     BevelOuter = bvNone
  39.     TabOrder = 1
  40.     object btn: TButton
  41.       Left = 188
  42.       Top = 1
  43.       Width = 75
  44.       Height = 25
  45.       Caption = '&Apply'
  46.       Default = True
  47.       TabOrder = 0
  48.       OnClick = btnClick
  49.     end
  50.     object Button1: TButton
  51.       Left = 112
  52.       Top = 1
  53.       Width = 75
  54.       Height = 25
  55.       Caption = '&Paste'
  56.       TabOrder = 1
  57.       OnClick = Button1Click
  58.     end
  59.     object Button2: TButton
  60.       Left = 264
  61.       Top = 1
  62.       Width = 75
  63.       Height = 25
  64.       Caption = 'C&opy'
  65.       TabOrder = 2
  66.     end
  67.   end
  68. end
  69.