190607 c1

- Add Pilz.Drawing.Drawing3D.OpenGLFactory
- Fix small bugs in Pilz.UI.PaintingControl
This commit is contained in:
2019-06-07 20:56:19 +02:00
parent ef15e45df7
commit 2f09834fa0
65 changed files with 6670 additions and 118 deletions

View File

@@ -0,0 +1,120 @@
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class ModelPreview
Inherits DevComponents.DotNetBar.OfficeForm
'Form overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dispose()
End If
Finally
MyBase.Dispose(disposing)
End Try
End Sub
'Required by the Windows Form Designer
Private components As System.ComponentModel.IContainer
'NOTE: The following procedure is required by the Windows Form Designer
'It can be modified using the Windows Form Designer.
'Do not modify it using the code editor.
<System.Diagnostics.DebuggerStepThrough()>
Private Sub InitializeComponent()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ModelPreview))
Me.PanelEx1 = New DevComponents.DotNetBar.PanelEx()
Me.PanelEx2 = New DevComponents.DotNetBar.PanelEx()
Me.DoubleInput1 = New DevComponents.Editors.DoubleInput()
Me.LabelX1 = New DevComponents.DotNetBar.LabelX()
Me.PanelEx2.SuspendLayout()
CType(Me.DoubleInput1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'PanelEx1
'
Me.PanelEx1.CanvasColor = System.Drawing.Color.Empty
Me.PanelEx1.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.PanelEx1.DisabledBackColor = System.Drawing.Color.Empty
Me.PanelEx1.Dock = System.Windows.Forms.DockStyle.Fill
Me.PanelEx1.Location = New System.Drawing.Point(0, 47)
Me.PanelEx1.Name = "PanelEx1"
Me.PanelEx1.Size = New System.Drawing.Size(880, 491)
Me.PanelEx1.Style.Alignment = System.Drawing.StringAlignment.Center
Me.PanelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder
Me.PanelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText
Me.PanelEx1.Style.GradientAngle = 90
Me.PanelEx1.TabIndex = 0
'
'PanelEx2
'
Me.PanelEx2.CanvasColor = System.Drawing.Color.Empty
Me.PanelEx2.ColorSchemeStyle = DevComponents.DotNetBar.eDotNetBarStyle.StyleManagerControlled
Me.PanelEx2.Controls.Add(Me.DoubleInput1)
Me.PanelEx2.Controls.Add(Me.LabelX1)
Me.PanelEx2.DisabledBackColor = System.Drawing.Color.Empty
Me.PanelEx2.Dock = System.Windows.Forms.DockStyle.Top
Me.PanelEx2.Location = New System.Drawing.Point(0, 0)
Me.PanelEx2.Name = "PanelEx2"
Me.PanelEx2.Size = New System.Drawing.Size(880, 47)
Me.PanelEx2.Style.Alignment = System.Drawing.StringAlignment.Center
Me.PanelEx2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder
Me.PanelEx2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText
Me.PanelEx2.Style.GradientAngle = 90
Me.PanelEx2.TabIndex = 7
Me.PanelEx2.Visible = False
'
'DoubleInput1
'
'
'
'
Me.DoubleInput1.BackgroundStyle.Class = "DateTimeInputBackground"
Me.DoubleInput1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.DoubleInput1.ButtonFreeText.Shortcut = DevComponents.DotNetBar.eShortcut.F2
Me.DoubleInput1.Increment = 1.0R
Me.DoubleInput1.Location = New System.Drawing.Point(62, 13)
Me.DoubleInput1.Name = "DoubleInput1"
Me.DoubleInput1.ShowUpDown = True
Me.DoubleInput1.Size = New System.Drawing.Size(80, 20)
Me.DoubleInput1.TabIndex = 0
'
'LabelX1
'
'
'
'
Me.LabelX1.BackgroundStyle.CornerType = DevComponents.DotNetBar.eCornerType.Square
Me.LabelX1.Location = New System.Drawing.Point(12, 12)
Me.LabelX1.Name = "LabelX1"
Me.LabelX1.Size = New System.Drawing.Size(44, 23)
Me.LabelX1.TabIndex = 1
Me.LabelX1.Text = "Scaling:"
'
'ModelPreview
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(880, 538)
Me.Controls.Add(Me.PanelEx1)
Me.Controls.Add(Me.PanelEx2)
Me.DoubleBuffered = True
Me.EnableGlass = False
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.KeyPreview = True
Me.Name = "ModelPreview"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
Me.Text = "ModelPreview"
Me.TopLeftCornerSize = 0
Me.TopRightCornerSize = 0
Me.PanelEx2.ResumeLayout(False)
CType(Me.DoubleInput1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents PanelEx1 As DevComponents.DotNetBar.PanelEx
Friend WithEvents PanelEx2 As DevComponents.DotNetBar.PanelEx
Friend WithEvents DoubleInput1 As DevComponents.Editors.DoubleInput
Friend WithEvents LabelX1 As DevComponents.DotNetBar.LabelX
End Class