Merge remote-tracking branch 'glBitmap@DGL/master'
[LazOpenGLCore.git] / examples / texture / uMainForm.lfm
1 object MainForm: TMainForm
2   Left = 465
3   Height = 451
4   Top = 217
5   Width = 411
6   Caption = 'MainForm'
7   ClientHeight = 451
8   ClientWidth = 411
9   OnCreate = FormCreate
10   OnDestroy = FormDestroy
11   LCLVersion = '1.3'
12   object RenderPanel: TPanel
13     Left = 0
14     Height = 371
15     Top = 0
16     Width = 411
17     Align = alClient
18     TabOrder = 0
19     OnResize = RenderPanelResize
20   end
21   object LogLB: TListBox
22     Left = 0
23     Height = 80
24     Top = 371
25     Width = 411
26     Align = alBottom
27     ItemHeight = 0
28     TabOrder = 1
29   end
30   object ApplicationProperties: TApplicationProperties
31     OnIdle = ApplicationPropertiesIdle
32     left = 64
33     top = 24
34   end
35 end