95 lines
4.4 KiB
VB.net
95 lines
4.4 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmEdit
|
|
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.SplitContainerControl1 = New DevExpress.XtraEditors.SplitContainerControl()
|
|
Me.GridList = New DevExpress.XtraGrid.GridControl()
|
|
Me.ViewList = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.PanelEditControls = New DevExpress.XtraEditors.PanelControl()
|
|
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerControl1.SuspendLayout()
|
|
CType(Me.GridList, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.ViewList, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.PanelEditControls, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'SplitContainerControl1
|
|
'
|
|
Me.SplitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainerControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.SplitContainerControl1.Name = "SplitContainerControl1"
|
|
Me.SplitContainerControl1.Panel1.Controls.Add(Me.GridList)
|
|
Me.SplitContainerControl1.Panel1.Text = "Panel1"
|
|
Me.SplitContainerControl1.Panel2.Controls.Add(Me.PanelEditControls)
|
|
Me.SplitContainerControl1.Panel2.Text = "Panel2"
|
|
Me.SplitContainerControl1.Size = New System.Drawing.Size(1104, 505)
|
|
Me.SplitContainerControl1.SplitterPosition = 332
|
|
Me.SplitContainerControl1.TabIndex = 0
|
|
Me.SplitContainerControl1.Text = "SplitContainerControl1"
|
|
'
|
|
'GridList
|
|
'
|
|
Me.GridList.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GridList.Location = New System.Drawing.Point(0, 0)
|
|
Me.GridList.MainView = Me.ViewList
|
|
Me.GridList.Name = "GridList"
|
|
Me.GridList.Size = New System.Drawing.Size(332, 505)
|
|
Me.GridList.TabIndex = 0
|
|
Me.GridList.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.ViewList})
|
|
'
|
|
'ViewList
|
|
'
|
|
Me.ViewList.GridControl = Me.GridList
|
|
Me.ViewList.Name = "ViewList"
|
|
'
|
|
'PanelEditControls
|
|
'
|
|
Me.PanelEditControls.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.PanelEditControls.Location = New System.Drawing.Point(0, 0)
|
|
Me.PanelEditControls.Name = "PanelEditControls"
|
|
Me.PanelEditControls.Size = New System.Drawing.Size(760, 505)
|
|
Me.PanelEditControls.TabIndex = 0
|
|
'
|
|
'frmEdit
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(1104, 505)
|
|
Me.Controls.Add(Me.SplitContainerControl1)
|
|
Me.Name = "frmEdit"
|
|
Me.Text = "frmEdit"
|
|
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerControl1.ResumeLayout(False)
|
|
CType(Me.GridList, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.ViewList, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.PanelEditControls, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents SplitContainerControl1 As DevExpress.XtraEditors.SplitContainerControl
|
|
Friend WithEvents GridList As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents ViewList As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents PanelEditControls As DevExpress.XtraEditors.PanelControl
|
|
End Class
|