lazarus/components/plotfunction/demo/event/frmmain.lfm
mattias 26cb90f023 renamed plotpanel to plotfunction
git-svn-id: trunk@17519 -
2008-11-22 15:55:23 +00:00

35 lines
816 B
Plaintext

object MainForm: TMainForm
Left = 401
Height = 300
Top = 309
Width = 400
HelpContext = 0
Align = alNone
AllowDropFiles = False
AutoScroll = True
AutoSize = False
BorderIcons = [biSystemMenu, biMinimize, biMaximize]
BorderStyle = bsSizeable
Caption = 'Event-driven plotting demo'
ChildSizing.LeftRightSpacing = 0
ChildSizing.TopBottomSpacing = 0
ChildSizing.HorizontalSpacing = 0
ChildSizing.VerticalSpacing = 0
ChildSizing.ControlsPerLine = 0
DockSite = False
DragKind = dkDrag
DragMode = dmManual
Enabled = True
Font.Height = 0
Font.Style = []
FormStyle = fsNormal
OnCreate = CreatePlotter
ParentBiDiMode = True
ParentFont = False
Position = poDesigned
ShowInTaskBar = stDefault
UseDockManager = False
LCLVersion = '0.9.27'
WindowState = wsNormal
end