177 lines
8.9 KiB
VB.net
177 lines
8.9 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmObjectPropertyDialog
|
|
Inherits DevExpress.XtraBars.TabForm
|
|
|
|
'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(frmObjectPropertyDialog))
|
|
Me.RepositoryItemComboBox1 = New DevExpress.XtraEditors.Repository.RepositoryItemComboBox()
|
|
Me.TabFormControl1 = New DevExpress.XtraBars.TabFormControl()
|
|
Me.cmbBusinessEntity = New DevExpress.XtraBars.BarEditItem()
|
|
Me.TabPageProperties = New DevExpress.XtraBars.TabFormPage()
|
|
Me.TabFormContentContainer1 = New DevExpress.XtraBars.TabFormContentContainer()
|
|
Me.LayoutControlProperties = New DevExpress.XtraLayout.LayoutControl()
|
|
Me.Root = New DevExpress.XtraLayout.LayoutControlGroup()
|
|
Me.TabPageMetadata = New DevExpress.XtraBars.TabFormPage()
|
|
Me.TabFormContentContainer2 = New DevExpress.XtraBars.TabFormContentContainer()
|
|
Me.TabPageLifecycle = New DevExpress.XtraBars.TabFormPage()
|
|
Me.TabFormContentContainer3 = New DevExpress.XtraBars.TabFormContentContainer()
|
|
Me.BarStaticItem1 = New DevExpress.XtraBars.BarStaticItem()
|
|
CType(Me.RepositoryItemComboBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TabFormControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.TabFormContentContainer1.SuspendLayout()
|
|
CType(Me.LayoutControlProperties, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'RepositoryItemComboBox1
|
|
'
|
|
Me.RepositoryItemComboBox1.AutoHeight = False
|
|
Me.RepositoryItemComboBox1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)})
|
|
Me.RepositoryItemComboBox1.Name = "RepositoryItemComboBox1"
|
|
'
|
|
'TabFormControl1
|
|
'
|
|
Me.TabFormControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.cmbBusinessEntity, Me.BarStaticItem1})
|
|
Me.TabFormControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.TabFormControl1.Name = "TabFormControl1"
|
|
Me.TabFormControl1.Pages.Add(Me.TabPageProperties)
|
|
Me.TabFormControl1.Pages.Add(Me.TabPageMetadata)
|
|
Me.TabFormControl1.Pages.Add(Me.TabPageLifecycle)
|
|
Me.TabFormControl1.SelectedPage = Me.TabPageProperties
|
|
Me.TabFormControl1.ShowAddPageButton = False
|
|
Me.TabFormControl1.ShowTabCloseButtons = False
|
|
Me.TabFormControl1.Size = New System.Drawing.Size(572, 71)
|
|
Me.TabFormControl1.TabForm = Me
|
|
Me.TabFormControl1.TabIndex = 0
|
|
Me.TabFormControl1.TabRightItemLinks.Add(Me.BarStaticItem1)
|
|
Me.TabFormControl1.TabRightItemLinks.Add(Me.cmbBusinessEntity)
|
|
Me.TabFormControl1.TabStop = False
|
|
'
|
|
'cmbBusinessEntity
|
|
'
|
|
Me.cmbBusinessEntity.Caption = "cmbBusinessEntity"
|
|
Me.cmbBusinessEntity.Edit = Me.RepositoryItemComboBox1
|
|
Me.cmbBusinessEntity.EditWidth = 100
|
|
Me.cmbBusinessEntity.Id = 6
|
|
Me.cmbBusinessEntity.Name = "cmbBusinessEntity"
|
|
'
|
|
'TabPageProperties
|
|
'
|
|
Me.TabPageProperties.ContentContainer = Me.TabFormContentContainer1
|
|
Me.TabPageProperties.Name = "TabPageProperties"
|
|
Me.TabPageProperties.Text = "Eigenschaften"
|
|
'
|
|
'TabFormContentContainer1
|
|
'
|
|
Me.TabFormContentContainer1.Controls.Add(Me.LayoutControlProperties)
|
|
Me.TabFormContentContainer1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.TabFormContentContainer1.Location = New System.Drawing.Point(0, 71)
|
|
Me.TabFormContentContainer1.Name = "TabFormContentContainer1"
|
|
Me.TabFormContentContainer1.Size = New System.Drawing.Size(572, 534)
|
|
Me.TabFormContentContainer1.TabIndex = 1
|
|
'
|
|
'LayoutControlProperties
|
|
'
|
|
Me.LayoutControlProperties.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.LayoutControlProperties.Location = New System.Drawing.Point(0, 0)
|
|
Me.LayoutControlProperties.Name = "LayoutControlProperties"
|
|
Me.LayoutControlProperties.Root = Me.Root
|
|
Me.LayoutControlProperties.Size = New System.Drawing.Size(572, 534)
|
|
Me.LayoutControlProperties.TabIndex = 0
|
|
Me.LayoutControlProperties.Text = "LayoutControl1"
|
|
'
|
|
'Root
|
|
'
|
|
Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
|
Me.Root.GroupBordersVisible = False
|
|
Me.Root.Name = "Root"
|
|
Me.Root.Size = New System.Drawing.Size(572, 534)
|
|
Me.Root.TextVisible = False
|
|
'
|
|
'TabPageMetadata
|
|
'
|
|
Me.TabPageMetadata.ContentContainer = Me.TabFormContentContainer2
|
|
Me.TabPageMetadata.Name = "TabPageMetadata"
|
|
Me.TabPageMetadata.Text = "Metadaten"
|
|
'
|
|
'TabFormContentContainer2
|
|
'
|
|
Me.TabFormContentContainer2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.TabFormContentContainer2.Location = New System.Drawing.Point(0, 71)
|
|
Me.TabFormContentContainer2.Name = "TabFormContentContainer2"
|
|
Me.TabFormContentContainer2.Size = New System.Drawing.Size(572, 534)
|
|
Me.TabFormContentContainer2.TabIndex = 2
|
|
'
|
|
'TabPageLifecycle
|
|
'
|
|
Me.TabPageLifecycle.ContentContainer = Me.TabFormContentContainer3
|
|
Me.TabPageLifecycle.Name = "TabPageLifecycle"
|
|
Me.TabPageLifecycle.Text = "Lebenszyklus"
|
|
'
|
|
'TabFormContentContainer3
|
|
'
|
|
Me.TabFormContentContainer3.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.TabFormContentContainer3.Location = New System.Drawing.Point(0, 71)
|
|
Me.TabFormContentContainer3.Name = "TabFormContentContainer3"
|
|
Me.TabFormContentContainer3.Size = New System.Drawing.Size(572, 534)
|
|
Me.TabFormContentContainer3.TabIndex = 3
|
|
'
|
|
'BarStaticItem1
|
|
'
|
|
Me.BarStaticItem1.Caption = "Entity:"
|
|
Me.BarStaticItem1.Id = 0
|
|
Me.BarStaticItem1.Name = "BarStaticItem1"
|
|
'
|
|
'frmObjectPropertyDialog
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(572, 605)
|
|
Me.Controls.Add(Me.TabFormContentContainer1)
|
|
Me.Controls.Add(Me.TabFormControl1)
|
|
Me.IconOptions.SvgImage = CType(resources.GetObject("frmObjectPropertyDialog.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.Name = "frmObjectPropertyDialog"
|
|
Me.TabFormControl = Me.TabFormControl1
|
|
Me.Text = "Objekt-Eigenschaften"
|
|
CType(Me.RepositoryItemComboBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TabFormControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.TabFormContentContainer1.ResumeLayout(False)
|
|
CType(Me.LayoutControlProperties, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents TabFormControl1 As DevExpress.XtraBars.TabFormControl
|
|
Friend WithEvents TabPageProperties As DevExpress.XtraBars.TabFormPage
|
|
Friend WithEvents TabFormContentContainer1 As DevExpress.XtraBars.TabFormContentContainer
|
|
Friend WithEvents TabPageMetadata As DevExpress.XtraBars.TabFormPage
|
|
Friend WithEvents TabFormContentContainer2 As DevExpress.XtraBars.TabFormContentContainer
|
|
Friend WithEvents TabPageLifecycle As DevExpress.XtraBars.TabFormPage
|
|
Friend WithEvents TabFormContentContainer3 As DevExpress.XtraBars.TabFormContentContainer
|
|
Friend WithEvents LayoutControlProperties As DevExpress.XtraLayout.LayoutControl
|
|
Friend WithEvents Root As DevExpress.XtraLayout.LayoutControlGroup
|
|
Friend WithEvents cmbBusinessEntity As DevExpress.XtraBars.BarEditItem
|
|
Friend WithEvents RepositoryItemComboBox1 As DevExpress.XtraEditors.Repository.RepositoryItemComboBox
|
|
Friend WithEvents BarStaticItem1 As DevExpress.XtraBars.BarStaticItem
|
|
End Class
|