* updated glBitmap
[LazOpenGLCore.git] / examples / simple / uMainForm.lfm
diff --git a/examples/simple/uMainForm.lfm b/examples/simple/uMainForm.lfm
new file mode 100644 (file)
index 0000000..712be2c
--- /dev/null
@@ -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