_ Partial Class frmObjectPropertyDialog Inherits DevExpress.XtraBars.TabForm 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmObjectPropertyDialog)) Me.TabFormControl1 = New DevExpress.XtraBars.TabFormControl() 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.PanelControl1 = New DevExpress.XtraEditors.PanelControl() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Button3 = New System.Windows.Forms.Button() CType(Me.TabFormControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabFormContentContainer1.SuspendLayout() CType(Me.LayoutControlProperties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.PanelControl1.SuspendLayout() Me.SuspendLayout() ' 'TabFormControl1 ' 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.Size = New System.Drawing.Size(572, 71) Me.TabFormControl1.TabForm = Me Me.TabFormControl1.TabIndex = 0 Me.TabFormControl1.TabStop = False ' 'TabPageProperties ' Me.TabPageProperties.ContentContainer = Me.TabFormContentContainer1 Me.TabPageProperties.Name = "TabPageProperties" Me.TabPageProperties.ShowCloseButton = DevExpress.Utils.DefaultBoolean.[False] 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.Location = New System.Drawing.Point(108, 80) Me.LayoutControlProperties.Name = "LayoutControlProperties" Me.LayoutControlProperties.Root = Me.Root Me.LayoutControlProperties.Size = New System.Drawing.Size(180, 120) 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(180, 120) Me.Root.TextVisible = False ' 'TabPageMetadata ' Me.TabPageMetadata.ContentContainer = Me.TabFormContentContainer2 Me.TabPageMetadata.Name = "TabPageMetadata" Me.TabPageMetadata.ShowCloseButton = DevExpress.Utils.DefaultBoolean.[False] 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.ShowCloseButton = DevExpress.Utils.DefaultBoolean.[False] 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(800, 379) Me.TabFormContentContainer3.TabIndex = 3 ' 'PanelControl1 ' Me.PanelControl1.Controls.Add(Me.Button3) Me.PanelControl1.Controls.Add(Me.Button2) Me.PanelControl1.Controls.Add(Me.Button1) Me.PanelControl1.Dock = System.Windows.Forms.DockStyle.Bottom Me.PanelControl1.Location = New System.Drawing.Point(0, 554) Me.PanelControl1.Name = "PanelControl1" Me.PanelControl1.Size = New System.Drawing.Size(572, 51) Me.PanelControl1.TabIndex = 1 ' 'Button1 ' Me.Button1.Location = New System.Drawing.Point(454, 6) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(106, 33) Me.Button1.TabIndex = 0 Me.Button1.Text = "Übernehmen" Me.Button1.UseVisualStyleBackColor = True ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(342, 6) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(106, 33) Me.Button2.TabIndex = 0 Me.Button2.Text = "Abbrechen" Me.Button2.UseVisualStyleBackColor = True ' 'Button3 ' Me.Button3.Location = New System.Drawing.Point(230, 6) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(106, 33) Me.Button3.TabIndex = 0 Me.Button3.Text = "OK" Me.Button3.UseVisualStyleBackColor = True ' '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.PanelControl1) 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.TabFormControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.TabFormContentContainer1.ResumeLayout(False) CType(Me.LayoutControlProperties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.PanelControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.PanelControl1.ResumeLayout(False) 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 PanelControl1 As DevExpress.XtraEditors.PanelControl Friend WithEvents Button2 As Windows.Forms.Button Friend WithEvents Button1 As Windows.Forms.Button Friend WithEvents Button3 As Windows.Forms.Button End Class