| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- Begin : Panel
- Name = "mainPanel"
- Solid = 0
- Begin : Panel
- Name = "sidePanel"
- Left = "+10"
- Top = "+10"
- Right = "+120"
- Bottom = "100%-10"
- Solid = 1
- Color = "100,100,100"
- Begin : Button
- Name = "buttonA"
- Text = "Ortho"
- Left = "+10"
- Top = "+10"
- Right = "100%-10"
- Bottom = "+50"
- Color = "200,200,200"
- End
- Begin : Button
- Name = "buttonB"
- Text = "Depth"
- Left = "+10"
- Top = "+60"
- Right = "100%-10"
- Bottom = "+100"
- Color = "200,200,200"
- End
- Begin : Button
- Name = "buttonC"
- Text = "Occluders"
- Left = "+10"
- Top = "+110"
- Right = "100%-10"
- Bottom = "+150"
- Color = "200,200,200"
- End
- Begin : Button
- Name = "buttonD"
- Text = "Triangles"
- Left = "+10"
- Top = "+160"
- Right = "100%-10"
- Bottom = "+200"
- Color = "200,200,200"
- End
- End
- End
|