242 lines
12 KiB
VB.net
242 lines
12 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmDiagrams
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<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
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDiagrams))
|
|
Me.SplitContainerMain = New System.Windows.Forms.SplitContainer()
|
|
Me.SplitContainerTop = New System.Windows.Forms.SplitContainer()
|
|
Me.ChartTopLeft = New DevExpress.XtraCharts.ChartControl()
|
|
Me.ToolStripTopLeft = New System.Windows.Forms.ToolStrip()
|
|
Me.ChartTopRight = New DevExpress.XtraCharts.ChartControl()
|
|
Me.ToolStripTopRight = New System.Windows.Forms.ToolStrip()
|
|
Me.SplitContainerBottom = New System.Windows.Forms.SplitContainer()
|
|
Me.ChartBottomLeft = New DevExpress.XtraCharts.ChartControl()
|
|
Me.ToolStripBottomLeft = New System.Windows.Forms.ToolStrip()
|
|
Me.ChartBottomRight = New DevExpress.XtraCharts.ChartControl()
|
|
Me.ToolStripBottomRight = New System.Windows.Forms.ToolStrip()
|
|
Me.ToolStripMain = New System.Windows.Forms.ToolStrip()
|
|
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
|
|
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.ToolStripLabel1 = New System.Windows.Forms.ToolStripLabel()
|
|
Me.txtExportTitle = New System.Windows.Forms.ToolStripTextBox()
|
|
Me.saveDialog = New System.Windows.Forms.SaveFileDialog()
|
|
CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerMain.Panel1.SuspendLayout()
|
|
Me.SplitContainerMain.Panel2.SuspendLayout()
|
|
Me.SplitContainerMain.SuspendLayout()
|
|
CType(Me.SplitContainerTop, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerTop.Panel1.SuspendLayout()
|
|
Me.SplitContainerTop.Panel2.SuspendLayout()
|
|
Me.SplitContainerTop.SuspendLayout()
|
|
CType(Me.ChartTopLeft, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.ChartTopRight, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.SplitContainerBottom, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerBottom.Panel1.SuspendLayout()
|
|
Me.SplitContainerBottom.Panel2.SuspendLayout()
|
|
Me.SplitContainerBottom.SuspendLayout()
|
|
CType(Me.ChartBottomLeft, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.ChartBottomRight, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.ToolStripMain.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'SplitContainerMain
|
|
'
|
|
resources.ApplyResources(Me.SplitContainerMain, "SplitContainerMain")
|
|
Me.SplitContainerMain.Name = "SplitContainerMain"
|
|
'
|
|
'SplitContainerMain.Panel1
|
|
'
|
|
resources.ApplyResources(Me.SplitContainerMain.Panel1, "SplitContainerMain.Panel1")
|
|
Me.SplitContainerMain.Panel1.Controls.Add(Me.SplitContainerTop)
|
|
'
|
|
'SplitContainerMain.Panel2
|
|
'
|
|
resources.ApplyResources(Me.SplitContainerMain.Panel2, "SplitContainerMain.Panel2")
|
|
Me.SplitContainerMain.Panel2.Controls.Add(Me.SplitContainerBottom)
|
|
'
|
|
'SplitContainerTop
|
|
'
|
|
resources.ApplyResources(Me.SplitContainerTop, "SplitContainerTop")
|
|
Me.SplitContainerTop.Name = "SplitContainerTop"
|
|
'
|
|
'SplitContainerTop.Panel1
|
|
'
|
|
resources.ApplyResources(Me.SplitContainerTop.Panel1, "SplitContainerTop.Panel1")
|
|
Me.SplitContainerTop.Panel1.Controls.Add(Me.ChartTopLeft)
|
|
Me.SplitContainerTop.Panel1.Controls.Add(Me.ToolStripTopLeft)
|
|
'
|
|
'SplitContainerTop.Panel2
|
|
'
|
|
resources.ApplyResources(Me.SplitContainerTop.Panel2, "SplitContainerTop.Panel2")
|
|
Me.SplitContainerTop.Panel2.Controls.Add(Me.ChartTopRight)
|
|
Me.SplitContainerTop.Panel2.Controls.Add(Me.ToolStripTopRight)
|
|
'
|
|
'ChartTopLeft
|
|
'
|
|
resources.ApplyResources(Me.ChartTopLeft, "ChartTopLeft")
|
|
Me.ChartTopLeft.Name = "ChartTopLeft"
|
|
Me.ChartTopLeft.SeriesSerializable = New DevExpress.XtraCharts.Series(-1) {}
|
|
'
|
|
'ToolStripTopLeft
|
|
'
|
|
resources.ApplyResources(Me.ToolStripTopLeft, "ToolStripTopLeft")
|
|
Me.ToolStripTopLeft.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
|
Me.ToolStripTopLeft.Name = "ToolStripTopLeft"
|
|
'
|
|
'ChartTopRight
|
|
'
|
|
resources.ApplyResources(Me.ChartTopRight, "ChartTopRight")
|
|
Me.ChartTopRight.Name = "ChartTopRight"
|
|
Me.ChartTopRight.SeriesSerializable = New DevExpress.XtraCharts.Series(-1) {}
|
|
'
|
|
'ToolStripTopRight
|
|
'
|
|
resources.ApplyResources(Me.ToolStripTopRight, "ToolStripTopRight")
|
|
Me.ToolStripTopRight.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
|
Me.ToolStripTopRight.Name = "ToolStripTopRight"
|
|
'
|
|
'SplitContainerBottom
|
|
'
|
|
resources.ApplyResources(Me.SplitContainerBottom, "SplitContainerBottom")
|
|
Me.SplitContainerBottom.Name = "SplitContainerBottom"
|
|
'
|
|
'SplitContainerBottom.Panel1
|
|
'
|
|
resources.ApplyResources(Me.SplitContainerBottom.Panel1, "SplitContainerBottom.Panel1")
|
|
Me.SplitContainerBottom.Panel1.Controls.Add(Me.ChartBottomLeft)
|
|
Me.SplitContainerBottom.Panel1.Controls.Add(Me.ToolStripBottomLeft)
|
|
'
|
|
'SplitContainerBottom.Panel2
|
|
'
|
|
resources.ApplyResources(Me.SplitContainerBottom.Panel2, "SplitContainerBottom.Panel2")
|
|
Me.SplitContainerBottom.Panel2.Controls.Add(Me.ChartBottomRight)
|
|
Me.SplitContainerBottom.Panel2.Controls.Add(Me.ToolStripBottomRight)
|
|
'
|
|
'ChartBottomLeft
|
|
'
|
|
resources.ApplyResources(Me.ChartBottomLeft, "ChartBottomLeft")
|
|
Me.ChartBottomLeft.Name = "ChartBottomLeft"
|
|
Me.ChartBottomLeft.SeriesSerializable = New DevExpress.XtraCharts.Series(-1) {}
|
|
'
|
|
'ToolStripBottomLeft
|
|
'
|
|
resources.ApplyResources(Me.ToolStripBottomLeft, "ToolStripBottomLeft")
|
|
Me.ToolStripBottomLeft.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
|
Me.ToolStripBottomLeft.Name = "ToolStripBottomLeft"
|
|
'
|
|
'ChartBottomRight
|
|
'
|
|
resources.ApplyResources(Me.ChartBottomRight, "ChartBottomRight")
|
|
Me.ChartBottomRight.Name = "ChartBottomRight"
|
|
Me.ChartBottomRight.SeriesSerializable = New DevExpress.XtraCharts.Series(-1) {}
|
|
'
|
|
'ToolStripBottomRight
|
|
'
|
|
resources.ApplyResources(Me.ToolStripBottomRight, "ToolStripBottomRight")
|
|
Me.ToolStripBottomRight.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
|
Me.ToolStripBottomRight.Name = "ToolStripBottomRight"
|
|
'
|
|
'ToolStripMain
|
|
'
|
|
resources.ApplyResources(Me.ToolStripMain, "ToolStripMain")
|
|
Me.ToolStripMain.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
|
Me.ToolStripMain.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1, Me.ToolStripSeparator1, Me.ToolStripLabel1, Me.txtExportTitle})
|
|
Me.ToolStripMain.Name = "ToolStripMain"
|
|
'
|
|
'ToolStripButton1
|
|
'
|
|
resources.ApplyResources(Me.ToolStripButton1, "ToolStripButton1")
|
|
Me.ToolStripButton1.Image = Global.DD_Record_Organizer.My.Resources.Resources.pdf
|
|
Me.ToolStripButton1.Name = "ToolStripButton1"
|
|
'
|
|
'ToolStripSeparator1
|
|
'
|
|
resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1")
|
|
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
|
'
|
|
'ToolStripLabel1
|
|
'
|
|
resources.ApplyResources(Me.ToolStripLabel1, "ToolStripLabel1")
|
|
Me.ToolStripLabel1.Name = "ToolStripLabel1"
|
|
'
|
|
'txtExportTitle
|
|
'
|
|
resources.ApplyResources(Me.txtExportTitle, "txtExportTitle")
|
|
Me.txtExportTitle.Name = "txtExportTitle"
|
|
'
|
|
'saveDialog
|
|
'
|
|
resources.ApplyResources(Me.saveDialog, "saveDialog")
|
|
'
|
|
'frmDiagrams
|
|
'
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.ToolStripMain)
|
|
Me.Controls.Add(Me.SplitContainerMain)
|
|
Me.Name = "frmDiagrams"
|
|
Me.SplitContainerMain.Panel1.ResumeLayout(False)
|
|
Me.SplitContainerMain.Panel2.ResumeLayout(False)
|
|
CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerMain.ResumeLayout(False)
|
|
Me.SplitContainerTop.Panel1.ResumeLayout(False)
|
|
Me.SplitContainerTop.Panel1.PerformLayout()
|
|
Me.SplitContainerTop.Panel2.ResumeLayout(False)
|
|
Me.SplitContainerTop.Panel2.PerformLayout()
|
|
CType(Me.SplitContainerTop, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerTop.ResumeLayout(False)
|
|
CType(Me.ChartTopLeft, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.ChartTopRight, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerBottom.Panel1.ResumeLayout(False)
|
|
Me.SplitContainerBottom.Panel1.PerformLayout()
|
|
Me.SplitContainerBottom.Panel2.ResumeLayout(False)
|
|
Me.SplitContainerBottom.Panel2.PerformLayout()
|
|
CType(Me.SplitContainerBottom, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerBottom.ResumeLayout(False)
|
|
CType(Me.ChartBottomLeft, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.ChartBottomRight, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ToolStripMain.ResumeLayout(False)
|
|
Me.ToolStripMain.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents SplitContainerMain As System.Windows.Forms.SplitContainer
|
|
Friend WithEvents SplitContainerTop As System.Windows.Forms.SplitContainer
|
|
Friend WithEvents SplitContainerBottom As System.Windows.Forms.SplitContainer
|
|
Friend WithEvents ChartTopLeft As DevExpress.XtraCharts.ChartControl
|
|
Friend WithEvents ToolStripTopLeft As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents ChartTopRight As DevExpress.XtraCharts.ChartControl
|
|
Friend WithEvents ToolStripTopRight As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents ChartBottomLeft As DevExpress.XtraCharts.ChartControl
|
|
Friend WithEvents ToolStripBottomLeft As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents ChartBottomRight As DevExpress.XtraCharts.ChartControl
|
|
Friend WithEvents ToolStripBottomRight As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents ToolStripMain As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents saveDialog As System.Windows.Forms.SaveFileDialog
|
|
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents ToolStripLabel1 As System.Windows.Forms.ToolStripLabel
|
|
Friend WithEvents txtExportTitle As System.Windows.Forms.ToolStripTextBox
|
|
End Class
|