home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / edukacja / Adastra / _SETUP.1 / Adastra.exe / 0 / RCDATA / TKEYSFORM / TKEYSFORM.txt
Text File  |  1998-12-16  |  2KB  |  125 lines

  1. object KeysForm: TKeysForm
  2.   Left = 240
  3.   Top = 141
  4.   Width = 640
  5.   Height = 542
  6.   Caption = 'Stella 2000 Keys'
  7.   Font.Color = clBlack
  8.   Font.Height = -12
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   FormStyle = fsStayOnTop
  12.   PopupMenu = PopupMenu1
  13.   Scaled = False
  14.   OnClose = FormClose
  15.   OnCreate = FormCreate
  16.   OnResize = FormResize
  17.   PixelsPerInch = 125
  18.   TextHeight = 16
  19.   object BackPanel: TPanel
  20.     Left = 10
  21.     Top = 17
  22.     Width = 611
  23.     Height = 434
  24.     Caption = 'BackPanel'
  25.     Color = 8388672
  26.     TabOrder = 0
  27.     object Memo1: TRichEdit
  28.       Left = 14
  29.       Top = 8
  30.       Width = 592
  31.       Height = 419
  32.       BorderStyle = bsNone
  33.       Font.Color = clYellow
  34.       Font.Height = -16
  35.       Font.Name = 'Times New Roman'
  36.       Font.Style = [fsBold]
  37.       Lines.Strings = (
  38.         'y'
  39.         'y'
  40.         'y'
  41.         'y'
  42.         'y'
  43.         'y'
  44.         'y'
  45.         'y'
  46.         'y'
  47.         'y'
  48.         'y'
  49.         'y'
  50.         'y'
  51.         'y'
  52.         'y'
  53.         'y'
  54.         'y'
  55.         'y'
  56.         'y'
  57.         'y'
  58.         'y'
  59.         'y'
  60.         'y'
  61.         'y')
  62.       ParentColor = True
  63.       ParentFont = False
  64.       ReadOnly = True
  65.       ScrollBars = ssVertical
  66.       TabOrder = 0
  67.       WordWrap = False
  68.     end
  69.   end
  70.   object ButtonPanel1: TPanel
  71.     Left = 8
  72.     Top = 464
  73.     Width = 612
  74.     Height = 40
  75.     TabOrder = 1
  76.     object CloseButton: TButton
  77.       Left = 512
  78.       Top = 8
  79.       Width = 75
  80.       Height = 25
  81.       Caption = 'Close'
  82.       TabOrder = 0
  83.       OnClick = CloseButtonClick
  84.     end
  85.     object StatusNotes: TPanel
  86.       Left = 8
  87.       Top = 6
  88.       Width = 185
  89.       Height = 29
  90.       BevelOuter = bvLowered
  91.       Caption = 'StatusNotes'
  92.       Font.Color = clGray
  93.       Font.Height = -12
  94.       Font.Name = 'MS Sans Serif'
  95.       Font.Style = []
  96.       ParentFont = False
  97.       TabOrder = 1
  98.     end
  99.   end
  100.   object FontDialog1: TFontDialog
  101.     Font.Color = clWindowText
  102.     Font.Height = -14
  103.     Font.Name = 'MS Sans Serif'
  104.     Font.Style = []
  105.     MinFontSize = 0
  106.     MaxFontSize = 0
  107.     Left = 64
  108.     Top = 81
  109.   end
  110.   object ColorDialog1: TColorDialog
  111.     Ctl3D = True
  112.     Left = 94
  113.     Top = 81
  114.   end
  115.   object PopupMenu1: TPopupMenu
  116.     Left = 124
  117.     Top = 81
  118.     object Save1: TMenuItem
  119.       Caption = 'Save'
  120.       ShortCut = 0
  121.       OnClick = Save1Click
  122.     end
  123.   end
  124. end
  125.