home *** CD-ROM | disk | FTP | other *** search
- object Params: TParams
- Left = 404
- Top = 219
- Width = 443
- Height = 290
- HelpContext = 15
- Caption = 'Element data'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -18
- Font.Name = 'System'
- Font.Style = []
- FormStyle = fsMDIChild
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- PopupMenu = PopupMenu1
- Position = poDefault
- Visible = True
- WindowState = wsMinimized
- OnClose = FormClose
- OnCreate = FormCreate
- OnResize = FormResize
- PixelsPerInch = 120
- TextHeight = 20
- object StringGrid1: TStringGrid
- Left = 8
- Top = 8
- Width = 201
- Height = 243
- ColCount = 2
- DefaultRowHeight = 17
- RowCount = 12
- FixedRows = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goAlwaysShowEditor]
- ParentShowHint = False
- ScrollBars = ssNone
- ShowHint = True
- TabOrder = 0
- OnDblClick = StringGrid1DblClick
- OnKeyDown = StringGrid1KeyDown
- OnMouseMove = StringGrid1MouseMove
- OnRowMoved = StringGrid1RowMoved
- OnSelectCell = StringGrid2SelectCell
- end
- object StringGrid2: TStringGrid
- Left = 216
- Top = 8
- Width = 209
- Height = 243
- ColCount = 2
- DefaultRowHeight = 17
- RowCount = 12
- FixedRows = 0
- Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goAlwaysShowEditor]
- ParentShowHint = False
- ScrollBars = ssNone
- ShowHint = True
- TabOrder = 1
- OnDblClick = StringGrid1DblClick
- OnMouseMove = StringGrid1MouseMove
- OnSelectCell = StringGrid2SelectCell
- end
- object PopupMenu1: TPopupMenu
- Left = 368
- Top = 16
- object Switchtoelementwindow1: TMenuItem
- Caption = 'S&witch window'
- ShortCut = 16471
- OnClick = Switchtoelementwindow1Click
- end
- end
- end
-