X-Git-Url: https://git.delphigl.com/?p=LazOpenGLCore.git;a=blobdiff_plain;f=examples%2Fsimple%2FuMainForm.lfm;fp=examples%2Fsimple%2FuMainForm.lfm;h=712be2caaf67b8c87c7711fbef5e01510a883d4c;hp=0000000000000000000000000000000000000000;hb=f6ca47eeb2c217505d9c1babe79d46b6668d3881;hpb=dfa7064d827360dd9a3ce0467fadb3f1c32a36c1 diff --git a/examples/simple/uMainForm.lfm b/examples/simple/uMainForm.lfm new file mode 100644 index 0000000..712be2c --- /dev/null +++ b/examples/simple/uMainForm.lfm @@ -0,0 +1,35 @@ +object MainForm: TMainForm + Left = 465 + Height = 451 + Top = 217 + Width = 411 + Caption = 'MainForm' + ClientHeight = 451 + ClientWidth = 411 + OnCreate = FormCreate + OnDestroy = FormDestroy + LCLVersion = '1.3' + object RenderPanel: TPanel + Left = 0 + Height = 371 + Top = 0 + Width = 411 + Align = alClient + TabOrder = 0 + OnResize = RenderPanelResize + end + object LogLB: TListBox + Left = 0 + Height = 80 + Top = 371 + Width = 411 + Align = alBottom + ItemHeight = 0 + TabOrder = 1 + end + object ApplicationProperties: TApplicationProperties + OnIdle = ApplicationPropertiesIdle + left = 64 + top = 24 + end +end