You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
335 lines
16 KiB
335 lines
16 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Form1
|
|
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()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(Form1))
|
|
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
|
Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.DatenAktualisierenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.CheckBox4 = New System.Windows.Forms.CheckBox()
|
|
Me.CheckBox3 = New System.Windows.Forms.CheckBox()
|
|
Me.CheckBox2 = New System.Windows.Forms.CheckBox()
|
|
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
|
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
|
|
Me.Properties = New PropertyGridEx.PropertyGridEx()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Treereport = New Syncfusion.Windows.Forms.Tools.TreeViewAdv()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
|
Me.PreviewControl1 = New FastReport.Preview.PreviewControl()
|
|
Me.MenuStrip1.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.GroupBox4.SuspendLayout()
|
|
CType(Me.Treereport, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.GroupBox3.SuspendLayout()
|
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'MenuStrip1
|
|
'
|
|
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiToolStripMenuItem, Me.DatenAktualisierenToolStripMenuItem})
|
|
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.MenuStrip1.Name = "MenuStrip1"
|
|
Me.MenuStrip1.Size = New System.Drawing.Size(856, 24)
|
|
Me.MenuStrip1.TabIndex = 5
|
|
Me.MenuStrip1.Text = "MenuStrip1"
|
|
'
|
|
'DateiToolStripMenuItem
|
|
'
|
|
Me.DateiToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BeendenToolStripMenuItem})
|
|
Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem"
|
|
Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(46, 20)
|
|
Me.DateiToolStripMenuItem.Text = "&Datei"
|
|
'
|
|
'BeendenToolStripMenuItem
|
|
'
|
|
Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem"
|
|
Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(120, 22)
|
|
Me.BeendenToolStripMenuItem.Text = "&Beenden"
|
|
'
|
|
'DatenAktualisierenToolStripMenuItem
|
|
'
|
|
Me.DatenAktualisierenToolStripMenuItem.Name = "DatenAktualisierenToolStripMenuItem"
|
|
Me.DatenAktualisierenToolStripMenuItem.Size = New System.Drawing.Size(119, 20)
|
|
Me.DatenAktualisierenToolStripMenuItem.Text = "Daten aktualisieren"
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.CheckBox4)
|
|
Me.GroupBox1.Controls.Add(Me.CheckBox3)
|
|
Me.GroupBox1.Controls.Add(Me.CheckBox2)
|
|
Me.GroupBox1.Controls.Add(Me.CheckBox1)
|
|
Me.GroupBox1.Controls.Add(Me.GroupBox4)
|
|
Me.GroupBox1.Controls.Add(Me.Button1)
|
|
Me.GroupBox1.Controls.Add(Me.Treereport)
|
|
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.GroupBox1.Location = New System.Drawing.Point(3, 16)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(218, 511)
|
|
Me.GroupBox1.TabIndex = 6
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Auswertungen"
|
|
'
|
|
'CheckBox4
|
|
'
|
|
Me.CheckBox4.AutoSize = True
|
|
Me.CheckBox4.Location = New System.Drawing.Point(140, 416)
|
|
Me.CheckBox4.Name = "CheckBox4"
|
|
Me.CheckBox4.Size = New System.Drawing.Size(56, 17)
|
|
Me.CheckBox4.TabIndex = 8
|
|
Me.CheckBox4.Text = "Export"
|
|
Me.CheckBox4.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox3
|
|
'
|
|
Me.CheckBox3.AutoSize = True
|
|
Me.CheckBox3.Location = New System.Drawing.Point(140, 393)
|
|
Me.CheckBox3.Name = "CheckBox3"
|
|
Me.CheckBox3.Size = New System.Drawing.Size(72, 17)
|
|
Me.CheckBox3.TabIndex = 7
|
|
Me.CheckBox3.Text = "Datatable"
|
|
Me.CheckBox3.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox2
|
|
'
|
|
Me.CheckBox2.AutoSize = True
|
|
Me.CheckBox2.Location = New System.Drawing.Point(6, 460)
|
|
Me.CheckBox2.Name = "CheckBox2"
|
|
Me.CheckBox2.Size = New System.Drawing.Size(102, 17)
|
|
Me.CheckBox2.TabIndex = 6
|
|
Me.CheckBox2.Text = "Eigenes Fenster"
|
|
Me.CheckBox2.UseVisualStyleBackColor = True
|
|
Me.CheckBox2.Visible = False
|
|
'
|
|
'CheckBox1
|
|
'
|
|
Me.CheckBox1.AutoSize = True
|
|
Me.CheckBox1.Location = New System.Drawing.Point(140, 370)
|
|
Me.CheckBox1.Name = "CheckBox1"
|
|
Me.CheckBox1.Size = New System.Drawing.Size(59, 17)
|
|
Me.CheckBox1.TabIndex = 5
|
|
Me.CheckBox1.Text = "Design"
|
|
Me.CheckBox1.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox4
|
|
'
|
|
Me.GroupBox4.Controls.Add(Me.Properties)
|
|
Me.GroupBox4.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.GroupBox4.Location = New System.Drawing.Point(3, 187)
|
|
Me.GroupBox4.Name = "GroupBox4"
|
|
Me.GroupBox4.Size = New System.Drawing.Size(212, 173)
|
|
Me.GroupBox4.TabIndex = 4
|
|
Me.GroupBox4.TabStop = False
|
|
Me.GroupBox4.Text = "Parameter"
|
|
'
|
|
'Properties
|
|
'
|
|
Me.Properties.AutoSizeProperties = True
|
|
Me.Properties.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText
|
|
Me.Properties.CommandsVisibleIfAvailable = False
|
|
'
|
|
'
|
|
'
|
|
Me.Properties.DocCommentDescription.AccessibleName = ""
|
|
Me.Properties.DocCommentDescription.AutoEllipsis = True
|
|
Me.Properties.DocCommentDescription.BackColor = System.Drawing.Color.Transparent
|
|
Me.Properties.DocCommentDescription.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.Properties.DocCommentDescription.ForeColor = System.Drawing.Color.WhiteSmoke
|
|
Me.Properties.DocCommentDescription.Location = New System.Drawing.Point(3, 18)
|
|
Me.Properties.DocCommentDescription.Name = ""
|
|
Me.Properties.DocCommentDescription.Size = New System.Drawing.Size(0, 52)
|
|
Me.Properties.DocCommentDescription.TabIndex = 1
|
|
Me.Properties.DocCommentImage = CType(resources.GetObject("Properties.DocCommentImage"), System.Drawing.Image)
|
|
'
|
|
'
|
|
'
|
|
Me.Properties.DocCommentTitle.AutoSize = True
|
|
Me.Properties.DocCommentTitle.BackColor = System.Drawing.Color.Transparent
|
|
Me.Properties.DocCommentTitle.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.Properties.DocCommentTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold)
|
|
Me.Properties.DocCommentTitle.ForeColor = System.Drawing.Color.WhiteSmoke
|
|
Me.Properties.DocCommentTitle.Location = New System.Drawing.Point(3, 3)
|
|
Me.Properties.DocCommentTitle.Name = ""
|
|
Me.Properties.DocCommentTitle.Size = New System.Drawing.Size(110, 13)
|
|
Me.Properties.DocCommentTitle.TabIndex = 0
|
|
Me.Properties.DocCommentTitle.Text = "DocComment Title"
|
|
Me.Properties.DocCommentTitle.UseMnemonic = False
|
|
Me.Properties.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Properties.HelpVisible = False
|
|
Me.Properties.Location = New System.Drawing.Point(3, 16)
|
|
Me.Properties.Name = "Properties"
|
|
Me.Properties.PropertySort = System.Windows.Forms.PropertySort.NoSort
|
|
Me.Properties.SelectedObject = Me.Properties.Item
|
|
Me.Properties.Size = New System.Drawing.Size(206, 154)
|
|
Me.Properties.TabIndex = 3
|
|
'
|
|
'
|
|
'
|
|
Me.Properties.ToolStrip.AccessibleName = "ToolBar"
|
|
Me.Properties.ToolStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar
|
|
Me.Properties.ToolStrip.AllowMerge = False
|
|
Me.Properties.ToolStrip.AutoSize = False
|
|
Me.Properties.ToolStrip.CanOverflow = False
|
|
Me.Properties.ToolStrip.Dock = System.Windows.Forms.DockStyle.None
|
|
Me.Properties.ToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
|
|
Me.Properties.ToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow
|
|
Me.Properties.ToolStrip.Location = New System.Drawing.Point(0, 1)
|
|
Me.Properties.ToolStrip.Name = ""
|
|
Me.Properties.ToolStrip.Padding = New System.Windows.Forms.Padding(2, 0, 1, 0)
|
|
Me.Properties.ToolStrip.Size = New System.Drawing.Size(206, 25)
|
|
Me.Properties.ToolStrip.TabIndex = 1
|
|
Me.Properties.ToolStrip.TabStop = True
|
|
Me.Properties.ToolStrip.Text = "PropertyGridToolBar"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(6, 366)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button1.TabIndex = 1
|
|
Me.Button1.Text = "Aufbereiten"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Treereport
|
|
'
|
|
Me.Treereport.BeforeTouchSize = New System.Drawing.Size(212, 171)
|
|
Me.Treereport.CanSelectDisabledNode = False
|
|
Me.Treereport.Dock = System.Windows.Forms.DockStyle.Top
|
|
'
|
|
'
|
|
'
|
|
Me.Treereport.HelpTextControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Treereport.HelpTextControl.Location = New System.Drawing.Point(0, 0)
|
|
Me.Treereport.HelpTextControl.Name = "helpText"
|
|
Me.Treereport.HelpTextControl.Size = New System.Drawing.Size(49, 15)
|
|
Me.Treereport.HelpTextControl.TabIndex = 0
|
|
Me.Treereport.HelpTextControl.Text = "help text"
|
|
Me.Treereport.Location = New System.Drawing.Point(3, 16)
|
|
Me.Treereport.MetroColor = System.Drawing.Color.FromArgb(CType(CType(22, Byte), Integer), CType(CType(165, Byte), Integer), CType(CType(220, Byte), Integer))
|
|
Me.Treereport.Name = "Treereport"
|
|
Me.Treereport.ShowFocusRect = True
|
|
Me.Treereport.Size = New System.Drawing.Size(212, 171)
|
|
Me.Treereport.TabIndex = 0
|
|
Me.Treereport.Text = "TreeViewAdv1"
|
|
'
|
|
'
|
|
'
|
|
Me.Treereport.ToolTipControl.BackColor = System.Drawing.SystemColors.Info
|
|
Me.Treereport.ToolTipControl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Treereport.ToolTipControl.Location = New System.Drawing.Point(0, 0)
|
|
Me.Treereport.ToolTipControl.Name = "toolTip"
|
|
Me.Treereport.ToolTipControl.Size = New System.Drawing.Size(41, 15)
|
|
Me.Treereport.ToolTipControl.TabIndex = 1
|
|
Me.Treereport.ToolTipControl.Text = "toolTip"
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.GroupBox3)
|
|
Me.GroupBox2.Controls.Add(Me.GroupBox1)
|
|
Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GroupBox2.Location = New System.Drawing.Point(0, 24)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(856, 530)
|
|
Me.GroupBox2.TabIndex = 7
|
|
Me.GroupBox2.TabStop = False
|
|
'
|
|
'GroupBox3
|
|
'
|
|
Me.GroupBox3.Controls.Add(Me.DataGridView1)
|
|
Me.GroupBox3.Controls.Add(Me.PreviewControl1)
|
|
Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GroupBox3.Location = New System.Drawing.Point(221, 16)
|
|
Me.GroupBox3.Name = "GroupBox3"
|
|
Me.GroupBox3.Size = New System.Drawing.Size(632, 511)
|
|
Me.GroupBox3.TabIndex = 7
|
|
Me.GroupBox3.TabStop = False
|
|
Me.GroupBox3.Text = "Parameter"
|
|
'
|
|
'DataGridView1
|
|
'
|
|
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DataGridView1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.DataGridView1.Location = New System.Drawing.Point(3, 16)
|
|
Me.DataGridView1.Name = "DataGridView1"
|
|
Me.DataGridView1.Size = New System.Drawing.Size(626, 492)
|
|
Me.DataGridView1.TabIndex = 1
|
|
'
|
|
'PreviewControl1
|
|
'
|
|
Me.PreviewControl1.BackColor = System.Drawing.SystemColors.AppWorkspace
|
|
Me.PreviewControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.PreviewControl1.Font = New System.Drawing.Font("Tahoma", 8.0!)
|
|
Me.PreviewControl1.Location = New System.Drawing.Point(3, 16)
|
|
Me.PreviewControl1.Name = "PreviewControl1"
|
|
Me.PreviewControl1.PageOffset = New System.Drawing.Point(10, 10)
|
|
Me.PreviewControl1.Size = New System.Drawing.Size(626, 492)
|
|
Me.PreviewControl1.TabIndex = 0
|
|
'
|
|
'Form1
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(856, 554)
|
|
Me.Controls.Add(Me.GroupBox2)
|
|
Me.Controls.Add(Me.MenuStrip1)
|
|
Me.MainMenuStrip = Me.MenuStrip1
|
|
Me.Name = "Form1"
|
|
Me.Text = "DPM-Reporting"
|
|
Me.MenuStrip1.ResumeLayout(False)
|
|
Me.MenuStrip1.PerformLayout()
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.GroupBox4.ResumeLayout(False)
|
|
CType(Me.Treereport, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox3.ResumeLayout(False)
|
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
|
|
Friend WithEvents DateiToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents BeendenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents DatenAktualisierenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Treereport As Syncfusion.Windows.Forms.Tools.TreeViewAdv
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Properties As PropertyGridEx.PropertyGridEx
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents PreviewControl1 As FastReport.Preview.PreviewControl
|
|
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
|
|
Friend WithEvents CheckBox2 As System.Windows.Forms.CheckBox
|
|
Friend WithEvents CheckBox3 As System.Windows.Forms.CheckBox
|
|
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
|
|
Friend WithEvents CheckBox4 As System.Windows.Forms.CheckBox
|
|
|
|
End Class
|