_ Partial Class ctrlObjectPropertyDialog Inherits System.Windows.Forms.UserControl 'UserControl ü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() Me.components = New System.ComponentModel.Container() Dim BarStaticItem1 As DevExpress.XtraBars.BarStaticItem Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl() Me.XtraTabPageObject = New DevExpress.XtraTab.XtraTabPage() Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl() Me.GridObjectHistory = New DevExpress.XtraGrid.GridControl() Me.ViewObjectHistory = New DevExpress.XtraGrid.Views.Grid.GridView() Me.GridColumn1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn2 = New DevExpress.XtraGrid.Columns.GridColumn() Me.RepositoryItemDateEdit1 = New DevExpress.XtraEditors.Repository.RepositoryItemDateEdit() Me.progressLifecycle = New DevExpress.XtraEditors.ProgressBarControl() Me.txtObjectId = New DevExpress.XtraEditors.TextEdit() Me.txtCreatedWhen = New DevExpress.XtraEditors.TextEdit() Me.txtCreatedWho = New DevExpress.XtraEditors.TextEdit() Me.txtChangedWho = New DevExpress.XtraEditors.TextEdit() Me.txtChangedWhen = New DevExpress.XtraEditors.TextEdit() Me.RootMetadata = New DevExpress.XtraLayout.LayoutControlGroup() Me.LayoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup() Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlGroup2 = New DevExpress.XtraLayout.LayoutControlGroup() Me.EmptySpaceItem1 = New DevExpress.XtraLayout.EmptySpaceItem() Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem3 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem5 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem6 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem7 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlGroup3 = New DevExpress.XtraLayout.LayoutControlGroup() Me.LayoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem() Me.lbLifecycleStart = New DevExpress.XtraLayout.SimpleLabelItem() Me.lbLifecycleEnd = New DevExpress.XtraLayout.SimpleLabelItem() Me.XtraTabPageAttributes = New DevExpress.XtraTab.XtraTabPage() Me.LayoutControl2 = New DevExpress.XtraLayout.LayoutControl() Me.Root = New DevExpress.XtraLayout.LayoutControlGroup() Me.XtraTabPageAttributeHistory = New DevExpress.XtraTab.XtraTabPage() Me.GridValueHistory = New DevExpress.XtraGrid.GridControl() Me.ViewValueHistory = New DevExpress.XtraGrid.Views.Grid.GridView() Me.GridColumn3 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn4 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn5 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn6 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn7 = New DevExpress.XtraGrid.Columns.GridColumn() Me.XtraTabPageVersions = New DevExpress.XtraTab.XtraTabPage() Me.BarManager1 = New DevExpress.XtraBars.BarManager(Me.components) Me.d = New DevExpress.XtraBars.Bar() Me.cmbEntityId = New DevExpress.XtraBars.BarEditItem() Me.cmbEntityIdInner = New DevExpress.XtraEditors.Repository.RepositoryItemComboBox() Me.barDockControlTop = New DevExpress.XtraBars.BarDockControl() Me.barDockControlBottom = New DevExpress.XtraBars.BarDockControl() Me.barDockControlLeft = New DevExpress.XtraBars.BarDockControl() Me.barDockControlRight = New DevExpress.XtraBars.BarDockControl() BarStaticItem1 = New DevExpress.XtraBars.BarStaticItem() CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabControl1.SuspendLayout() Me.XtraTabPageObject.SuspendLayout() CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.LayoutControl1.SuspendLayout() CType(Me.GridObjectHistory, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ViewObjectHistory, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RepositoryItemDateEdit1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RepositoryItemDateEdit1.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.progressLifecycle.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtObjectId.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtCreatedWhen.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtCreatedWho.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtChangedWho.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtChangedWhen.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RootMetadata, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlGroup2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.lbLifecycleStart, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.lbLifecycleEnd, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabPageAttributes.SuspendLayout() CType(Me.LayoutControl2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Root, System.ComponentModel.ISupportInitialize).BeginInit() Me.XtraTabPageAttributeHistory.SuspendLayout() CType(Me.GridValueHistory, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ViewValueHistory, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.BarManager1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.cmbEntityIdInner, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'BarStaticItem1 ' BarStaticItem1.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right BarStaticItem1.Caption = "BE" BarStaticItem1.Id = 1 BarStaticItem1.Name = "BarStaticItem1" ' 'XtraTabControl1 ' Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.XtraTabControl1.Location = New System.Drawing.Point(0, 30) Me.XtraTabControl1.Name = "XtraTabControl1" Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPageObject Me.XtraTabControl1.Size = New System.Drawing.Size(505, 693) Me.XtraTabControl1.TabIndex = 2 Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPageAttributes, Me.XtraTabPageObject, Me.XtraTabPageAttributeHistory, Me.XtraTabPageVersions}) ' 'XtraTabPageObject ' Me.XtraTabPageObject.Controls.Add(Me.LayoutControl1) Me.XtraTabPageObject.Name = "XtraTabPageObject" Me.XtraTabPageObject.Size = New System.Drawing.Size(503, 668) Me.XtraTabPageObject.Text = "Objekt" ' 'LayoutControl1 ' Me.LayoutControl1.Controls.Add(Me.GridObjectHistory) Me.LayoutControl1.Controls.Add(Me.progressLifecycle) Me.LayoutControl1.Controls.Add(Me.txtObjectId) Me.LayoutControl1.Controls.Add(Me.txtCreatedWhen) Me.LayoutControl1.Controls.Add(Me.txtCreatedWho) Me.LayoutControl1.Controls.Add(Me.txtChangedWho) Me.LayoutControl1.Controls.Add(Me.txtChangedWhen) Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.LayoutControl1.Location = New System.Drawing.Point(0, 0) Me.LayoutControl1.Name = "LayoutControl1" Me.LayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(1068, 351, 650, 400) Me.LayoutControl1.Root = Me.RootMetadata Me.LayoutControl1.Size = New System.Drawing.Size(503, 668) Me.LayoutControl1.TabIndex = 0 Me.LayoutControl1.Text = "LayoutControl1" ' 'GridObjectHistory ' Me.GridObjectHistory.Location = New System.Drawing.Point(22, 269) Me.GridObjectHistory.MainView = Me.ViewObjectHistory Me.GridObjectHistory.Name = "GridObjectHistory" Me.GridObjectHistory.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemDateEdit1}) Me.GridObjectHistory.Size = New System.Drawing.Size(459, 282) Me.GridObjectHistory.TabIndex = 9 Me.GridObjectHistory.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.ViewObjectHistory}) ' 'ViewObjectHistory ' Me.ViewObjectHistory.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.GridColumn1, Me.GridColumn2}) Me.ViewObjectHistory.GridControl = Me.GridObjectHistory Me.ViewObjectHistory.Name = "ViewObjectHistory" Me.ViewObjectHistory.OptionsView.ShowGroupPanel = False Me.ViewObjectHistory.OptionsView.ShowIndicator = False ' 'GridColumn1 ' Me.GridColumn1.Caption = "Ereignis" Me.GridColumn1.FieldName = "STATE_LANG" Me.GridColumn1.Name = "GridColumn1" Me.GridColumn1.Visible = True Me.GridColumn1.VisibleIndex = 0 ' 'GridColumn2 ' Me.GridColumn2.Caption = "Datum" Me.GridColumn2.DisplayFormat.FormatString = "g" Me.GridColumn2.DisplayFormat.FormatType = DevExpress.Utils.FormatType.DateTime Me.GridColumn2.FieldName = "ADDED_WHEN" Me.GridColumn2.Name = "GridColumn2" Me.GridColumn2.Visible = True Me.GridColumn2.VisibleIndex = 1 ' 'RepositoryItemDateEdit1 ' Me.RepositoryItemDateEdit1.AutoHeight = False Me.RepositoryItemDateEdit1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) Me.RepositoryItemDateEdit1.CalendarTimeProperties.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) Me.RepositoryItemDateEdit1.Name = "RepositoryItemDateEdit1" Me.RepositoryItemDateEdit1.UseMaskAsDisplayFormat = True ' 'progressLifecycle ' Me.progressLifecycle.Location = New System.Drawing.Point(24, 631) Me.progressLifecycle.Name = "progressLifecycle" Me.progressLifecycle.Size = New System.Drawing.Size(455, 13) Me.progressLifecycle.StyleController = Me.LayoutControl1 Me.progressLifecycle.TabIndex = 7 ' 'txtObjectId ' Me.txtObjectId.Location = New System.Drawing.Point(95, 48) Me.txtObjectId.Name = "txtObjectId" Me.txtObjectId.Properties.AppearanceReadOnly.BackColor = System.Drawing.Color.White Me.txtObjectId.Properties.AppearanceReadOnly.Options.UseBackColor = True Me.txtObjectId.Properties.ReadOnly = True Me.txtObjectId.Size = New System.Drawing.Size(381, 20) Me.txtObjectId.StyleController = Me.LayoutControl1 Me.txtObjectId.TabIndex = 7 ' 'txtCreatedWhen ' Me.txtCreatedWhen.Location = New System.Drawing.Point(95, 78) Me.txtCreatedWhen.Name = "txtCreatedWhen" Me.txtCreatedWhen.Properties.AppearanceReadOnly.BackColor = System.Drawing.Color.White Me.txtCreatedWhen.Properties.AppearanceReadOnly.Options.UseBackColor = True Me.txtCreatedWhen.Properties.ReadOnly = True Me.txtCreatedWhen.Size = New System.Drawing.Size(151, 20) Me.txtCreatedWhen.StyleController = Me.LayoutControl1 Me.txtCreatedWhen.TabIndex = 4 ' 'txtCreatedWho ' Me.txtCreatedWho.Location = New System.Drawing.Point(324, 78) Me.txtCreatedWho.Name = "txtCreatedWho" Me.txtCreatedWho.Properties.AppearanceReadOnly.BackColor = System.Drawing.Color.White Me.txtCreatedWho.Properties.AppearanceReadOnly.Options.UseBackColor = True Me.txtCreatedWho.Properties.ReadOnly = True Me.txtCreatedWho.Size = New System.Drawing.Size(152, 20) Me.txtCreatedWho.StyleController = Me.LayoutControl1 Me.txtCreatedWho.TabIndex = 8 ' 'txtChangedWho ' Me.txtChangedWho.Location = New System.Drawing.Point(324, 108) Me.txtChangedWho.Name = "txtChangedWho" Me.txtChangedWho.Properties.AppearanceReadOnly.BackColor = System.Drawing.Color.White Me.txtChangedWho.Properties.AppearanceReadOnly.Options.UseBackColor = True Me.txtChangedWho.Properties.ReadOnly = True Me.txtChangedWho.Size = New System.Drawing.Size(152, 20) Me.txtChangedWho.StyleController = Me.LayoutControl1 Me.txtChangedWho.TabIndex = 9 ' 'txtChangedWhen ' Me.txtChangedWhen.Location = New System.Drawing.Point(95, 108) Me.txtChangedWhen.Name = "txtChangedWhen" Me.txtChangedWhen.Properties.AppearanceReadOnly.BackColor = System.Drawing.Color.White Me.txtChangedWhen.Properties.AppearanceReadOnly.Options.UseBackColor = True Me.txtChangedWhen.Properties.ReadOnly = True Me.txtChangedWhen.Size = New System.Drawing.Size(151, 20) Me.txtChangedWhen.StyleController = Me.LayoutControl1 Me.txtChangedWhen.TabIndex = 5 ' 'RootMetadata ' Me.RootMetadata.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] Me.RootMetadata.GroupBordersVisible = False Me.RootMetadata.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlGroup1, Me.LayoutControlGroup2, Me.LayoutControlGroup3}) Me.RootMetadata.Name = "Root" Me.RootMetadata.Size = New System.Drawing.Size(503, 668) Me.RootMetadata.TextVisible = False ' 'LayoutControlGroup1 ' Me.LayoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem2}) Me.LayoutControlGroup1.Location = New System.Drawing.Point(0, 226) Me.LayoutControlGroup1.Name = "LayoutControlGroup1" Me.LayoutControlGroup1.Padding = New DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0) Me.LayoutControlGroup1.Size = New System.Drawing.Size(483, 327) Me.LayoutControlGroup1.Text = "Objekt Historie" ' 'LayoutControlItem2 ' Me.LayoutControlItem2.Control = Me.GridObjectHistory Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 0) Me.LayoutControlItem2.Name = "LayoutControlItem2" Me.LayoutControlItem2.Padding = New DevExpress.XtraLayout.Utils.Padding(9, 9, 9, 9) Me.LayoutControlItem2.Size = New System.Drawing.Size(477, 300) Me.LayoutControlItem2.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem2.TextVisible = False ' 'LayoutControlGroup2 ' Me.LayoutControlGroup2.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.EmptySpaceItem1, Me.LayoutControlItem1, Me.LayoutControlItem3, Me.LayoutControlItem5, Me.LayoutControlItem6, Me.LayoutControlItem7}) Me.LayoutControlGroup2.Location = New System.Drawing.Point(0, 0) Me.LayoutControlGroup2.Name = "LayoutControlGroup2" Me.LayoutControlGroup2.Size = New System.Drawing.Size(483, 226) Me.LayoutControlGroup2.Text = "Eigenschaften" ' 'EmptySpaceItem1 ' Me.EmptySpaceItem1.AllowHotTrack = False Me.EmptySpaceItem1.Location = New System.Drawing.Point(0, 90) Me.EmptySpaceItem1.Name = "EmptySpaceItem1" Me.EmptySpaceItem1.Size = New System.Drawing.Size(459, 91) Me.EmptySpaceItem1.TextSize = New System.Drawing.Size(0, 0) ' 'LayoutControlItem1 ' Me.LayoutControlItem1.Control = Me.txtObjectId Me.LayoutControlItem1.ControlAlignment = System.Drawing.ContentAlignment.TopLeft Me.LayoutControlItem1.CustomizationFormText = "Objekt Id" Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 0) Me.LayoutControlItem1.Name = "LayoutControlItem1" Me.LayoutControlItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem1.Size = New System.Drawing.Size(459, 30) Me.LayoutControlItem1.Text = "Objekt Id" Me.LayoutControlItem1.TextSize = New System.Drawing.Size(56, 13) ' 'LayoutControlItem3 ' Me.LayoutControlItem3.Control = Me.txtCreatedWhen Me.LayoutControlItem3.ControlAlignment = System.Drawing.ContentAlignment.TopLeft Me.LayoutControlItem3.CustomizationFormText = "Erstellt" Me.LayoutControlItem3.Location = New System.Drawing.Point(0, 30) Me.LayoutControlItem3.Name = "LayoutControlItem3" Me.LayoutControlItem3.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem3.Size = New System.Drawing.Size(229, 30) Me.LayoutControlItem3.Text = "Erstellt" Me.LayoutControlItem3.TextSize = New System.Drawing.Size(56, 13) ' 'LayoutControlItem5 ' Me.LayoutControlItem5.Control = Me.txtCreatedWho Me.LayoutControlItem5.ControlAlignment = System.Drawing.ContentAlignment.TopLeft Me.LayoutControlItem5.CustomizationFormText = "von" Me.LayoutControlItem5.Location = New System.Drawing.Point(229, 30) Me.LayoutControlItem5.Name = "LayoutControlItem5" Me.LayoutControlItem5.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem5.Size = New System.Drawing.Size(230, 30) Me.LayoutControlItem5.Text = "von" Me.LayoutControlItem5.TextSize = New System.Drawing.Size(56, 13) ' 'LayoutControlItem6 ' Me.LayoutControlItem6.Control = Me.txtChangedWho Me.LayoutControlItem6.ControlAlignment = System.Drawing.ContentAlignment.TopLeft Me.LayoutControlItem6.CustomizationFormText = "von" Me.LayoutControlItem6.Location = New System.Drawing.Point(229, 60) Me.LayoutControlItem6.Name = "LayoutControlItem6" Me.LayoutControlItem6.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem6.Size = New System.Drawing.Size(230, 30) Me.LayoutControlItem6.Text = "von" Me.LayoutControlItem6.TextSize = New System.Drawing.Size(56, 13) ' 'LayoutControlItem7 ' Me.LayoutControlItem7.Control = Me.txtChangedWhen Me.LayoutControlItem7.ControlAlignment = System.Drawing.ContentAlignment.TopLeft Me.LayoutControlItem7.CustomizationFormText = "Geändert" Me.LayoutControlItem7.Location = New System.Drawing.Point(0, 60) Me.LayoutControlItem7.Name = "LayoutControlItem7" Me.LayoutControlItem7.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem7.Size = New System.Drawing.Size(229, 30) Me.LayoutControlItem7.Text = "Geändert" Me.LayoutControlItem7.TextSize = New System.Drawing.Size(56, 13) ' 'LayoutControlGroup3 ' Me.LayoutControlGroup3.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem4, Me.lbLifecycleStart, Me.lbLifecycleEnd}) Me.LayoutControlGroup3.Location = New System.Drawing.Point(0, 553) Me.LayoutControlGroup3.Name = "LayoutControlGroup3" Me.LayoutControlGroup3.Size = New System.Drawing.Size(483, 95) Me.LayoutControlGroup3.Text = "Lebenszyklus" ' 'LayoutControlItem4 ' Me.LayoutControlItem4.Control = Me.progressLifecycle Me.LayoutControlItem4.Location = New System.Drawing.Point(0, 33) Me.LayoutControlItem4.Name = "LayoutControlItem4" Me.LayoutControlItem4.Size = New System.Drawing.Size(459, 17) Me.LayoutControlItem4.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem4.TextVisible = False ' 'lbLifecycleStart ' Me.lbLifecycleStart.AllowHotTrack = False Me.lbLifecycleStart.Location = New System.Drawing.Point(0, 0) Me.lbLifecycleStart.Name = "lbLifecycleStart" Me.lbLifecycleStart.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10) Me.lbLifecycleStart.Size = New System.Drawing.Size(229, 33) Me.lbLifecycleStart.Text = "00.00.0000" Me.lbLifecycleStart.TextSize = New System.Drawing.Size(56, 13) ' 'lbLifecycleEnd ' Me.lbLifecycleEnd.AllowHotTrack = False Me.lbLifecycleEnd.AppearanceItemCaption.Options.UseTextOptions = True Me.lbLifecycleEnd.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far Me.lbLifecycleEnd.Location = New System.Drawing.Point(229, 0) Me.lbLifecycleEnd.Name = "lbLifecycleEnd" Me.lbLifecycleEnd.Padding = New DevExpress.XtraLayout.Utils.Padding(10, 10, 10, 10) Me.lbLifecycleEnd.Size = New System.Drawing.Size(230, 33) Me.lbLifecycleEnd.Text = "99.99.9999" Me.lbLifecycleEnd.TextSize = New System.Drawing.Size(56, 13) ' 'XtraTabPageAttributes ' Me.XtraTabPageAttributes.Controls.Add(Me.LayoutControl2) Me.XtraTabPageAttributes.Name = "XtraTabPageAttributes" Me.XtraTabPageAttributes.Size = New System.Drawing.Size(503, 668) Me.XtraTabPageAttributes.Text = "Attribute" ' 'LayoutControl2 ' Me.LayoutControl2.Dock = System.Windows.Forms.DockStyle.Fill Me.LayoutControl2.Location = New System.Drawing.Point(0, 0) Me.LayoutControl2.Name = "LayoutControl2" Me.LayoutControl2.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(624, 268, 650, 400) Me.LayoutControl2.Root = Me.Root Me.LayoutControl2.Size = New System.Drawing.Size(503, 668) Me.LayoutControl2.TabIndex = 0 Me.LayoutControl2.Text = "LayoutControl2" ' 'Root ' Me.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] Me.Root.GroupBordersVisible = False Me.Root.Name = "Root" Me.Root.Size = New System.Drawing.Size(503, 668) Me.Root.TextVisible = False ' 'XtraTabPageAttributeHistory ' Me.XtraTabPageAttributeHistory.Controls.Add(Me.GridValueHistory) Me.XtraTabPageAttributeHistory.Name = "XtraTabPageAttributeHistory" Me.XtraTabPageAttributeHistory.Size = New System.Drawing.Size(503, 668) Me.XtraTabPageAttributeHistory.Text = "Attribut Historie" ' 'GridValueHistory ' Me.GridValueHistory.Dock = System.Windows.Forms.DockStyle.Fill Me.GridValueHistory.Location = New System.Drawing.Point(0, 0) Me.GridValueHistory.MainView = Me.ViewValueHistory Me.GridValueHistory.Name = "GridValueHistory" Me.GridValueHistory.Size = New System.Drawing.Size(503, 668) Me.GridValueHistory.TabIndex = 0 Me.GridValueHistory.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.ViewValueHistory}) ' 'ViewValueHistory ' Me.ViewValueHistory.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.GridColumn3, Me.GridColumn4, Me.GridColumn5, Me.GridColumn6, Me.GridColumn7}) Me.ViewValueHistory.GridControl = Me.GridValueHistory Me.ViewValueHistory.Name = "ViewValueHistory" Me.ViewValueHistory.OptionsView.ShowGroupPanel = False Me.ViewValueHistory.OptionsView.ShowIndicator = False ' 'GridColumn3 ' Me.GridColumn3.Caption = "Attribut" Me.GridColumn3.FieldName = "Attribute" Me.GridColumn3.Name = "GridColumn3" Me.GridColumn3.Visible = True Me.GridColumn3.VisibleIndex = 0 ' 'GridColumn4 ' Me.GridColumn4.Caption = "Alter Wert" Me.GridColumn4.FieldName = "Old value" Me.GridColumn4.Name = "GridColumn4" Me.GridColumn4.Visible = True Me.GridColumn4.VisibleIndex = 1 ' 'GridColumn5 ' Me.GridColumn5.Caption = "Neuer Wert" Me.GridColumn5.FieldName = "New value" Me.GridColumn5.Name = "GridColumn5" Me.GridColumn5.Visible = True Me.GridColumn5.VisibleIndex = 2 ' 'GridColumn6 ' Me.GridColumn6.Caption = "Datum" Me.GridColumn6.FieldName = "Changed when" Me.GridColumn6.Name = "GridColumn6" Me.GridColumn6.Visible = True Me.GridColumn6.VisibleIndex = 3 ' 'GridColumn7 ' Me.GridColumn7.Caption = "Benutzer" Me.GridColumn7.FieldName = "Changed who" Me.GridColumn7.Name = "GridColumn7" Me.GridColumn7.Visible = True Me.GridColumn7.VisibleIndex = 4 ' 'XtraTabPageVersions ' Me.XtraTabPageVersions.Name = "XtraTabPageVersions" Me.XtraTabPageVersions.PageEnabled = False Me.XtraTabPageVersions.Size = New System.Drawing.Size(503, 668) Me.XtraTabPageVersions.Text = "Versionen" ' 'BarManager1 ' Me.BarManager1.Bars.AddRange(New DevExpress.XtraBars.Bar() {Me.d}) Me.BarManager1.DockControls.Add(Me.barDockControlTop) Me.BarManager1.DockControls.Add(Me.barDockControlBottom) Me.BarManager1.DockControls.Add(Me.barDockControlLeft) Me.BarManager1.DockControls.Add(Me.barDockControlRight) Me.BarManager1.Form = Me Me.BarManager1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.cmbEntityId, BarStaticItem1}) Me.BarManager1.MainMenu = Me.d Me.BarManager1.MaxItemId = 2 Me.BarManager1.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.cmbEntityIdInner}) ' 'd ' Me.d.BarName = "Hauptmenü" Me.d.DockCol = 0 Me.d.DockRow = 0 Me.d.DockStyle = DevExpress.XtraBars.BarDockStyle.Top Me.d.LinksPersistInfo.AddRange(New DevExpress.XtraBars.LinkPersistInfo() {New DevExpress.XtraBars.LinkPersistInfo(BarStaticItem1), New DevExpress.XtraBars.LinkPersistInfo(Me.cmbEntityId)}) Me.d.OptionsBar.AllowQuickCustomization = False Me.d.OptionsBar.DrawDragBorder = False Me.d.OptionsBar.MinHeight = 30 Me.d.OptionsBar.UseWholeRow = True Me.d.Text = "Hauptmenü" ' 'cmbEntityId ' Me.cmbEntityId.Alignment = DevExpress.XtraBars.BarItemLinkAlignment.Right Me.cmbEntityId.CaptionToEditorIndent = 10 Me.cmbEntityId.Edit = Me.cmbEntityIdInner Me.cmbEntityId.EditWidth = 100 Me.cmbEntityId.Id = 0 Me.cmbEntityId.Name = "cmbEntityId" ' 'cmbEntityIdInner ' Me.cmbEntityIdInner.AutoHeight = False Me.cmbEntityIdInner.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)}) Me.cmbEntityIdInner.Name = "cmbEntityIdInner" ' 'barDockControlTop ' Me.barDockControlTop.CausesValidation = False Me.barDockControlTop.Dock = System.Windows.Forms.DockStyle.Top Me.barDockControlTop.Location = New System.Drawing.Point(0, 0) Me.barDockControlTop.Manager = Me.BarManager1 Me.barDockControlTop.Size = New System.Drawing.Size(505, 30) ' 'barDockControlBottom ' Me.barDockControlBottom.CausesValidation = False Me.barDockControlBottom.Dock = System.Windows.Forms.DockStyle.Bottom Me.barDockControlBottom.Location = New System.Drawing.Point(0, 723) Me.barDockControlBottom.Manager = Me.BarManager1 Me.barDockControlBottom.Size = New System.Drawing.Size(505, 0) ' 'barDockControlLeft ' Me.barDockControlLeft.CausesValidation = False Me.barDockControlLeft.Dock = System.Windows.Forms.DockStyle.Left Me.barDockControlLeft.Location = New System.Drawing.Point(0, 30) Me.barDockControlLeft.Manager = Me.BarManager1 Me.barDockControlLeft.Size = New System.Drawing.Size(0, 693) ' 'barDockControlRight ' Me.barDockControlRight.CausesValidation = False Me.barDockControlRight.Dock = System.Windows.Forms.DockStyle.Right Me.barDockControlRight.Location = New System.Drawing.Point(505, 30) Me.barDockControlRight.Manager = Me.BarManager1 Me.barDockControlRight.Size = New System.Drawing.Size(0, 693) ' 'ctrlObjectPropertyDialog ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.Controls.Add(Me.XtraTabControl1) Me.Controls.Add(Me.barDockControlLeft) Me.Controls.Add(Me.barDockControlRight) Me.Controls.Add(Me.barDockControlBottom) Me.Controls.Add(Me.barDockControlTop) Me.Name = "ctrlObjectPropertyDialog" Me.Size = New System.Drawing.Size(505, 723) CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabControl1.ResumeLayout(False) Me.XtraTabPageObject.ResumeLayout(False) CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.LayoutControl1.ResumeLayout(False) CType(Me.GridObjectHistory, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ViewObjectHistory, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.RepositoryItemDateEdit1.CalendarTimeProperties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.RepositoryItemDateEdit1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.progressLifecycle.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtObjectId.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtCreatedWhen.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtCreatedWho.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtChangedWho.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtChangedWhen.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.RootMetadata, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlGroup2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.EmptySpaceItem1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlGroup3, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.lbLifecycleStart, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.lbLifecycleEnd, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabPageAttributes.ResumeLayout(False) CType(Me.LayoutControl2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Root, System.ComponentModel.ISupportInitialize).EndInit() Me.XtraTabPageAttributeHistory.ResumeLayout(False) CType(Me.GridValueHistory, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ViewValueHistory, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.BarManager1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.cmbEntityIdInner, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl Friend WithEvents XtraTabPageObject As DevExpress.XtraTab.XtraTabPage Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl Friend WithEvents progressLifecycle As DevExpress.XtraEditors.ProgressBarControl Friend WithEvents RootMetadata As DevExpress.XtraLayout.LayoutControlGroup Friend WithEvents LayoutControlGroup1 As DevExpress.XtraLayout.LayoutControlGroup Friend WithEvents LayoutControlGroup2 As DevExpress.XtraLayout.LayoutControlGroup Friend WithEvents LayoutControlGroup3 As DevExpress.XtraLayout.LayoutControlGroup Friend WithEvents LayoutControlItem4 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents lbLifecycleStart As DevExpress.XtraLayout.SimpleLabelItem Friend WithEvents lbLifecycleEnd As DevExpress.XtraLayout.SimpleLabelItem Friend WithEvents XtraTabPageAttributes As DevExpress.XtraTab.XtraTabPage Friend WithEvents XtraTabPageAttributeHistory As DevExpress.XtraTab.XtraTabPage Friend WithEvents GridObjectHistory As DevExpress.XtraGrid.GridControl Friend WithEvents ViewObjectHistory As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents LayoutControlItem2 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents EmptySpaceItem1 As DevExpress.XtraLayout.EmptySpaceItem Friend WithEvents txtObjectId As DevExpress.XtraEditors.TextEdit Friend WithEvents txtCreatedWhen As DevExpress.XtraEditors.TextEdit Friend WithEvents txtCreatedWho As DevExpress.XtraEditors.TextEdit Friend WithEvents txtChangedWho As DevExpress.XtraEditors.TextEdit Friend WithEvents txtChangedWhen As DevExpress.XtraEditors.TextEdit Friend WithEvents LayoutControlItem1 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem3 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem5 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem6 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents LayoutControlItem7 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents GridValueHistory As DevExpress.XtraGrid.GridControl Friend WithEvents ViewValueHistory As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents LayoutControl2 As DevExpress.XtraLayout.LayoutControl Friend WithEvents Root As DevExpress.XtraLayout.LayoutControlGroup Friend WithEvents BarManager1 As DevExpress.XtraBars.BarManager Friend WithEvents d As DevExpress.XtraBars.Bar Friend WithEvents cmbEntityId As DevExpress.XtraBars.BarEditItem Friend WithEvents cmbEntityIdInner As DevExpress.XtraEditors.Repository.RepositoryItemComboBox Friend WithEvents barDockControlTop As DevExpress.XtraBars.BarDockControl Friend WithEvents barDockControlBottom As DevExpress.XtraBars.BarDockControl Friend WithEvents barDockControlLeft As DevExpress.XtraBars.BarDockControl Friend WithEvents barDockControlRight As DevExpress.XtraBars.BarDockControl Friend WithEvents XtraTabPageVersions As DevExpress.XtraTab.XtraTabPage Friend WithEvents GridColumn1 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents GridColumn2 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents GridColumn3 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents GridColumn4 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents GridColumn5 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents GridColumn6 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents GridColumn7 As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents RepositoryItemDateEdit1 As DevExpress.XtraEditors.Repository.RepositoryItemDateEdit End Class