home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 May / PCWorld_1999-05_cd.bin / NOVINKY / SuperMem / SM98 / SM98.EXE / 0 / RCDATA / TPARAMS / TPARAMS.txt < prev   
Encoding:
Text File  |  1999-03-17  |  1.8 KB  |  74 lines

  1. object Params: TParams
  2.   Left = 404
  3.   Top = 219
  4.   Width = 443
  5.   Height = 290
  6.   HelpContext = 15
  7.   Caption = 'Element data'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -18
  12.   Font.Name = 'System'
  13.   Font.Style = []
  14.   FormStyle = fsMDIChild
  15.   Icon.Data = {<image000.ico>}
  16.   OldCreateOrder = True
  17.   PopupMenu = PopupMenu1
  18.   Position = poDefault
  19.   Visible = True
  20.   WindowState = wsMinimized
  21.   OnClose = FormClose
  22.   OnCreate = FormCreate
  23.   OnResize = FormResize
  24.   PixelsPerInch = 120
  25.   TextHeight = 20
  26.   object StringGrid1: TStringGrid
  27.     Left = 8
  28.     Top = 8
  29.     Width = 201
  30.     Height = 243
  31.     ColCount = 2
  32.     DefaultRowHeight = 17
  33.     RowCount = 12
  34.     FixedRows = 0
  35.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goAlwaysShowEditor]
  36.     ParentShowHint = False
  37.     ScrollBars = ssNone
  38.     ShowHint = True
  39.     TabOrder = 0
  40.     OnDblClick = StringGrid1DblClick
  41.     OnKeyDown = StringGrid1KeyDown
  42.     OnMouseMove = StringGrid1MouseMove
  43.     OnRowMoved = StringGrid1RowMoved
  44.     OnSelectCell = StringGrid2SelectCell
  45.   end
  46.   object StringGrid2: TStringGrid
  47.     Left = 216
  48.     Top = 8
  49.     Width = 209
  50.     Height = 243
  51.     ColCount = 2
  52.     DefaultRowHeight = 17
  53.     RowCount = 12
  54.     FixedRows = 0
  55.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goAlwaysShowEditor]
  56.     ParentShowHint = False
  57.     ScrollBars = ssNone
  58.     ShowHint = True
  59.     TabOrder = 1
  60.     OnDblClick = StringGrid1DblClick
  61.     OnMouseMove = StringGrid1MouseMove
  62.     OnSelectCell = StringGrid2SelectCell
  63.   end
  64.   object PopupMenu1: TPopupMenu
  65.     Left = 368
  66.     Top = 16
  67.     object Switchtoelementwindow1: TMenuItem
  68.       Caption = 'S&witch window'
  69.       ShortCut = 16471
  70.       OnClick = Switchtoelementwindow1Click
  71.     end
  72.   end
  73. end
  74.