Imports DevExpress.XtraGrid Imports DevExpress.XtraGrid.Views.Grid Imports DevExpress.XtraLayout 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 SplashScreenManager As DevExpress.XtraSplashScreen.SplashScreenManager = New DevExpress.XtraSplashScreen.SplashScreenManager(Me, Nothing, True, True) 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.BarStaticItem1 = New DevExpress.XtraBars.BarStaticItem() Me.btnSave = New DevExpress.XtraBars.BarButtonItem() Me.TabPageAttributes = New DevExpress.XtraBars.TabFormPage() Me.TabFormContentContainer1 = New DevExpress.XtraBars.TabFormContentContainer() Me.LayoutControlAttributes = New DevExpress.XtraLayout.LayoutControl() Me.AttributeLayout = New DevExpress.XtraLayout.LayoutControlGroup() Me.TabPageObject = New DevExpress.XtraBars.TabFormPage() Me.TabFormContentContainer2 = New DevExpress.XtraBars.TabFormContentContainer() Me.LayoutControlObject = New DevExpress.XtraLayout.LayoutControl() Me.GridObjectHistory = New DevExpress.XtraGrid.GridControl() Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.GridColumn6 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn7 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GroupControl1 = New DevExpress.XtraEditors.GroupControl() Me.progressLifecycle = New DevExpress.XtraEditors.ProgressBarControl() Me.lbLifecycleEnd = New DevExpress.XtraEditors.LabelControl() Me.lbLifecycleStart = New DevExpress.XtraEditors.LabelControl() Me.txtCreatedWhen = New DevExpress.XtraEditors.TextEdit() Me.txtChangedWhen = New DevExpress.XtraEditors.TextEdit() Me.txtObjectId = New DevExpress.XtraEditors.TextEdit() Me.txtCreatedWho = New DevExpress.XtraEditors.TextEdit() Me.txtChangedWho = New DevExpress.XtraEditors.TextEdit() Me.LayoutObject = New DevExpress.XtraLayout.LayoutControlGroup() Me.SimpleSeparator1 = New DevExpress.XtraLayout.SimpleSeparator() Me.LayoutControlItem7 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlGroup1 = New DevExpress.XtraLayout.LayoutControlGroup() Me.LayoutControlItem8 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlGroup2 = New DevExpress.XtraLayout.LayoutControlGroup() Me.LayoutControlItem4 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem1 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem5 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem6 = New DevExpress.XtraLayout.LayoutControlItem() Me.LayoutControlItem2 = New DevExpress.XtraLayout.LayoutControlItem() Me.TabPageHistory = New DevExpress.XtraBars.TabFormPage() Me.TabFormContentContainer4 = New DevExpress.XtraBars.TabFormContentContainer() Me.GridValueHistory = New DevExpress.XtraGrid.GridControl() Me.ViewValueHistory = New DevExpress.XtraGrid.Views.Grid.GridView() Me.GridColumn1 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn2 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn3 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn4 = New DevExpress.XtraGrid.Columns.GridColumn() Me.GridColumn5 = New DevExpress.XtraGrid.Columns.GridColumn() Me.AttributeRoot = New DevExpress.XtraLayout.LayoutControlGroup() CType(Me.RepositoryItemComboBox1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TabFormControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabFormContentContainer1.SuspendLayout() CType(Me.LayoutControlAttributes, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.AttributeLayout, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabFormContentContainer2.SuspendLayout() CType(Me.LayoutControlObject, System.ComponentModel.ISupportInitialize).BeginInit() Me.LayoutControlObject.SuspendLayout() CType(Me.GridObjectHistory, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GroupControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupControl1.SuspendLayout() CType(Me.progressLifecycle.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtCreatedWhen.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtChangedWhen.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtObjectId.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtCreatedWho.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.txtChangedWho.Properties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutObject, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.SimpleSeparator1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlGroup2, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabFormContentContainer4.SuspendLayout() CType(Me.GridValueHistory, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ViewValueHistory, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.AttributeRoot, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'SplashScreenManager ' SplashScreenManager.ClosingDelay = 500 ' '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.btnSave}) Me.TabFormControl1.Location = New System.Drawing.Point(0, 0) Me.TabFormControl1.Name = "TabFormControl1" Me.TabFormControl1.Pages.Add(Me.TabPageAttributes) Me.TabFormControl1.Pages.Add(Me.TabPageObject) Me.TabFormControl1.Pages.Add(Me.TabPageHistory) Me.TabFormControl1.SelectedPage = Me.TabPageObject 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 Me.TabFormControl1.TitleItemLinks.Add(Me.btnSave) ' 'cmbBusinessEntity ' Me.cmbBusinessEntity.Caption = "cmbBusinessEntity" Me.cmbBusinessEntity.Edit = Me.RepositoryItemComboBox1 Me.cmbBusinessEntity.EditWidth = 100 Me.cmbBusinessEntity.Id = 6 Me.cmbBusinessEntity.Name = "cmbBusinessEntity" ' 'BarStaticItem1 ' Me.BarStaticItem1.Caption = "Entity:" Me.BarStaticItem1.Id = 0 Me.BarStaticItem1.Name = "BarStaticItem1" Me.BarStaticItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInCustomizing ' 'btnSave ' Me.btnSave.Caption = "BarButtonItem1" Me.btnSave.Id = 0 Me.btnSave.ImageOptions.SvgImage = Global.DigitalData.GUIs.Common.My.Resources.Resources.save Me.btnSave.Name = "btnSave" ' 'TabPageAttributes ' Me.TabPageAttributes.ContentContainer = Me.TabFormContentContainer1 Me.TabPageAttributes.Name = "TabPageAttributes" Me.TabPageAttributes.Text = "Attribute" ' 'TabFormContentContainer1 ' Me.TabFormContentContainer1.Controls.Add(Me.LayoutControlAttributes) 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 ' 'LayoutControlAttributes ' Me.LayoutControlAttributes.Dock = System.Windows.Forms.DockStyle.Fill Me.LayoutControlAttributes.Location = New System.Drawing.Point(0, 0) Me.LayoutControlAttributes.Name = "LayoutControlAttributes" Me.LayoutControlAttributes.Root = Me.AttributeLayout Me.LayoutControlAttributes.Size = New System.Drawing.Size(572, 534) Me.LayoutControlAttributes.TabIndex = 0 Me.LayoutControlAttributes.Text = "LayoutControl1" ' 'AttributeLayout ' Me.AttributeLayout.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] Me.AttributeLayout.GroupBordersVisible = False Me.AttributeLayout.Name = "AttributeRoot" Me.AttributeLayout.Size = New System.Drawing.Size(572, 534) Me.AttributeLayout.TextVisible = False ' 'TabPageObject ' Me.TabPageObject.ContentContainer = Me.TabFormContentContainer2 Me.TabPageObject.Name = "TabPageObject" Me.TabPageObject.Text = "Objekt" ' 'TabFormContentContainer2 ' Me.TabFormContentContainer2.Controls.Add(Me.LayoutControlObject) 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 ' 'LayoutControlObject ' Me.LayoutControlObject.Controls.Add(Me.GridObjectHistory) Me.LayoutControlObject.Controls.Add(Me.GroupControl1) Me.LayoutControlObject.Controls.Add(Me.txtCreatedWhen) Me.LayoutControlObject.Controls.Add(Me.txtChangedWhen) Me.LayoutControlObject.Controls.Add(Me.txtObjectId) Me.LayoutControlObject.Controls.Add(Me.txtCreatedWho) Me.LayoutControlObject.Controls.Add(Me.txtChangedWho) Me.LayoutControlObject.Dock = System.Windows.Forms.DockStyle.Fill Me.LayoutControlObject.Location = New System.Drawing.Point(0, 0) Me.LayoutControlObject.Name = "LayoutControlObject" Me.LayoutControlObject.Root = Me.LayoutObject Me.LayoutControlObject.Size = New System.Drawing.Size(572, 534) Me.LayoutControlObject.TabIndex = 0 Me.LayoutControlObject.Text = "LayoutControl1" ' 'GridObjectHistory ' Me.GridObjectHistory.Location = New System.Drawing.Point(24, 181) Me.GridObjectHistory.MainView = Me.GridView1 Me.GridObjectHistory.Name = "GridObjectHistory" Me.GridObjectHistory.Size = New System.Drawing.Size(524, 229) Me.GridObjectHistory.TabIndex = 11 Me.GridObjectHistory.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) ' 'GridView1 ' Me.GridView1.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.GridColumn6, Me.GridColumn7}) Me.GridView1.GridControl = Me.GridObjectHistory Me.GridView1.Name = "GridView1" ' 'GridColumn6 ' Me.GridColumn6.Caption = "Status" Me.GridColumn6.FieldName = "STATE_LANG" Me.GridColumn6.Name = "GridColumn6" Me.GridColumn6.Visible = True Me.GridColumn6.VisibleIndex = 0 ' 'GridColumn7 ' Me.GridColumn7.Caption = "Datum" Me.GridColumn7.FieldName = "ADDED_WHEN" Me.GridColumn7.Name = "GridColumn7" Me.GridColumn7.Visible = True Me.GridColumn7.VisibleIndex = 1 ' 'GroupControl1 ' Me.GroupControl1.Controls.Add(Me.progressLifecycle) Me.GroupControl1.Controls.Add(Me.lbLifecycleEnd) Me.GroupControl1.Controls.Add(Me.lbLifecycleStart) Me.GroupControl1.Location = New System.Drawing.Point(12, 426) Me.GroupControl1.MaximumSize = New System.Drawing.Size(0, 96) Me.GroupControl1.MinimumSize = New System.Drawing.Size(0, 96) Me.GroupControl1.Name = "GroupControl1" Me.GroupControl1.Size = New System.Drawing.Size(548, 96) Me.GroupControl1.TabIndex = 2 Me.GroupControl1.Text = "Lebenszyklus" ' 'progressLifecycle ' Me.progressLifecycle.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.progressLifecycle.Location = New System.Drawing.Point(5, 51) Me.progressLifecycle.Name = "progressLifecycle" Me.progressLifecycle.Size = New System.Drawing.Size(538, 40) Me.progressLifecycle.TabIndex = 0 ' 'lbLifecycleEnd ' Me.lbLifecycleEnd.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lbLifecycleEnd.LineVisible = True Me.lbLifecycleEnd.Location = New System.Drawing.Point(487, 30) Me.lbLifecycleEnd.Name = "lbLifecycleEnd" Me.lbLifecycleEnd.Size = New System.Drawing.Size(56, 13) Me.lbLifecycleEnd.TabIndex = 1 Me.lbLifecycleEnd.Text = "00.00.0000" ' 'lbLifecycleStart ' Me.lbLifecycleStart.LineVisible = True Me.lbLifecycleStart.Location = New System.Drawing.Point(5, 30) Me.lbLifecycleStart.Name = "lbLifecycleStart" Me.lbLifecycleStart.Size = New System.Drawing.Size(56, 13) Me.lbLifecycleStart.TabIndex = 1 Me.lbLifecycleStart.Text = "00.00.0000" ' 'txtCreatedWhen ' Me.txtCreatedWhen.Location = New System.Drawing.Point(84, 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(197, 20) Me.txtCreatedWhen.StyleController = Me.LayoutControlObject Me.txtCreatedWhen.TabIndex = 4 ' 'txtChangedWhen ' Me.txtChangedWhen.Location = New System.Drawing.Point(84, 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(197, 20) Me.txtChangedWhen.StyleController = Me.LayoutControlObject Me.txtChangedWhen.TabIndex = 5 ' 'txtObjectId ' Me.txtObjectId.Location = New System.Drawing.Point(84, 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(461, 20) Me.txtObjectId.StyleController = Me.LayoutControlObject Me.txtObjectId.TabIndex = 7 ' 'txtCreatedWho ' Me.txtCreatedWho.Location = New System.Drawing.Point(348, 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(197, 20) Me.txtCreatedWho.StyleController = Me.LayoutControlObject Me.txtCreatedWho.TabIndex = 8 ' 'txtChangedWho ' Me.txtChangedWho.Location = New System.Drawing.Point(348, 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(197, 20) Me.txtChangedWho.StyleController = Me.LayoutControlObject Me.txtChangedWho.TabIndex = 9 ' 'LayoutObject ' Me.LayoutObject.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] Me.LayoutObject.GroupBordersVisible = False Me.LayoutObject.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.SimpleSeparator1, Me.LayoutControlItem7, Me.LayoutControlGroup1, Me.LayoutControlGroup2}) Me.LayoutObject.Name = "Root" Me.LayoutObject.Size = New System.Drawing.Size(572, 534) Me.LayoutObject.TextVisible = False ' 'SimpleSeparator1 ' Me.SimpleSeparator1.AllowHotTrack = False Me.SimpleSeparator1.Location = New System.Drawing.Point(0, 135) Me.SimpleSeparator1.Name = "SimpleSeparator1" Me.SimpleSeparator1.Size = New System.Drawing.Size(552, 1) ' 'LayoutControlItem7 ' Me.LayoutControlItem7.Control = Me.GroupControl1 Me.LayoutControlItem7.Location = New System.Drawing.Point(0, 414) Me.LayoutControlItem7.Name = "LayoutControlItem7" Me.LayoutControlItem7.Size = New System.Drawing.Size(552, 100) Me.LayoutControlItem7.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem7.TextVisible = False ' 'LayoutControlGroup1 ' Me.LayoutControlGroup1.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem8}) Me.LayoutControlGroup1.Location = New System.Drawing.Point(0, 136) Me.LayoutControlGroup1.Name = "LayoutControlGroup1" Me.LayoutControlGroup1.Size = New System.Drawing.Size(552, 278) Me.LayoutControlGroup1.Text = "Objekt Historie" ' 'LayoutControlItem8 ' Me.LayoutControlItem8.Control = Me.GridObjectHistory Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 0) Me.LayoutControlItem8.Name = "LayoutControlItem8" Me.LayoutControlItem8.Size = New System.Drawing.Size(528, 233) Me.LayoutControlItem8.TextSize = New System.Drawing.Size(0, 0) Me.LayoutControlItem8.TextVisible = False ' 'LayoutControlGroup2 ' Me.LayoutControlGroup2.Items.AddRange(New DevExpress.XtraLayout.BaseLayoutItem() {Me.LayoutControlItem4, Me.LayoutControlItem1, Me.LayoutControlItem5, Me.LayoutControlItem6, Me.LayoutControlItem2}) Me.LayoutControlGroup2.Location = New System.Drawing.Point(0, 0) Me.LayoutControlGroup2.Name = "LayoutControlGroup2" Me.LayoutControlGroup2.Size = New System.Drawing.Size(552, 135) Me.LayoutControlGroup2.Text = "Eigenschaften" ' 'LayoutControlItem4 ' Me.LayoutControlItem4.Control = Me.txtObjectId Me.LayoutControlItem4.Location = New System.Drawing.Point(0, 0) Me.LayoutControlItem4.Name = "LayoutControlItem4" Me.LayoutControlItem4.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem4.Size = New System.Drawing.Size(528, 30) Me.LayoutControlItem4.Text = "Objekt Id" Me.LayoutControlItem4.TextSize = New System.Drawing.Size(45, 13) ' 'LayoutControlItem1 ' Me.LayoutControlItem1.Control = Me.txtCreatedWhen Me.LayoutControlItem1.Location = New System.Drawing.Point(0, 30) Me.LayoutControlItem1.Name = "LayoutControlItem1" Me.LayoutControlItem1.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem1.Size = New System.Drawing.Size(264, 30) Me.LayoutControlItem1.Text = "Erstellt" Me.LayoutControlItem1.TextSize = New System.Drawing.Size(45, 13) ' 'LayoutControlItem5 ' Me.LayoutControlItem5.Control = Me.txtCreatedWho Me.LayoutControlItem5.Location = New System.Drawing.Point(264, 30) Me.LayoutControlItem5.Name = "LayoutControlItem5" Me.LayoutControlItem5.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem5.Size = New System.Drawing.Size(264, 30) Me.LayoutControlItem5.Text = "von" Me.LayoutControlItem5.TextSize = New System.Drawing.Size(45, 13) ' 'LayoutControlItem6 ' Me.LayoutControlItem6.Control = Me.txtChangedWho Me.LayoutControlItem6.Location = New System.Drawing.Point(264, 60) Me.LayoutControlItem6.Name = "LayoutControlItem6" Me.LayoutControlItem6.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem6.Size = New System.Drawing.Size(264, 30) Me.LayoutControlItem6.Text = "von" Me.LayoutControlItem6.TextSize = New System.Drawing.Size(45, 13) ' 'LayoutControlItem2 ' Me.LayoutControlItem2.Control = Me.txtChangedWhen Me.LayoutControlItem2.Location = New System.Drawing.Point(0, 60) Me.LayoutControlItem2.Name = "LayoutControlItem2" Me.LayoutControlItem2.Padding = New DevExpress.XtraLayout.Utils.Padding(5, 5, 5, 5) Me.LayoutControlItem2.Size = New System.Drawing.Size(264, 30) Me.LayoutControlItem2.Text = "Geändert" Me.LayoutControlItem2.TextSize = New System.Drawing.Size(45, 13) ' 'TabPageHistory ' Me.TabPageHistory.ContentContainer = Me.TabFormContentContainer4 Me.TabPageHistory.Name = "TabPageHistory" Me.TabPageHistory.Text = "Attribut Historie" ' 'TabFormContentContainer4 ' Me.TabFormContentContainer4.Controls.Add(Me.GridValueHistory) Me.TabFormContentContainer4.Dock = System.Windows.Forms.DockStyle.Fill Me.TabFormContentContainer4.Location = New System.Drawing.Point(0, 71) Me.TabFormContentContainer4.Name = "TabFormContentContainer4" Me.TabFormContentContainer4.Size = New System.Drawing.Size(572, 534) Me.TabFormContentContainer4.TabIndex = 3 ' '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(572, 534) 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.GridColumn1, Me.GridColumn2, Me.GridColumn3, Me.GridColumn4, Me.GridColumn5}) Me.ViewValueHistory.GridControl = Me.GridValueHistory Me.ViewValueHistory.Name = "ViewValueHistory" Me.ViewValueHistory.OptionsBehavior.Editable = False Me.ViewValueHistory.OptionsBehavior.ReadOnly = True ' 'GridColumn1 ' Me.GridColumn1.Caption = "Attribut" Me.GridColumn1.FieldName = "Attribute" Me.GridColumn1.Name = "GridColumn1" Me.GridColumn1.Visible = True Me.GridColumn1.VisibleIndex = 0 ' 'GridColumn2 ' Me.GridColumn2.Caption = "Alter Wert" Me.GridColumn2.FieldName = "Old value" Me.GridColumn2.Name = "GridColumn2" Me.GridColumn2.Visible = True Me.GridColumn2.VisibleIndex = 1 ' 'GridColumn3 ' Me.GridColumn3.Caption = "Neuer Wert" Me.GridColumn3.FieldName = "New value" Me.GridColumn3.Name = "GridColumn3" Me.GridColumn3.Visible = True Me.GridColumn3.VisibleIndex = 2 ' 'GridColumn4 ' Me.GridColumn4.Caption = "Geändert Wer" Me.GridColumn4.FieldName = "Changed who" Me.GridColumn4.Name = "GridColumn4" Me.GridColumn4.Visible = True Me.GridColumn4.VisibleIndex = 3 ' 'GridColumn5 ' Me.GridColumn5.Caption = "Geändert Wann" Me.GridColumn5.FieldName = "Changed when" Me.GridColumn5.Name = "GridColumn5" Me.GridColumn5.Visible = True Me.GridColumn5.VisibleIndex = 4 ' 'AttributeRoot ' Me.AttributeRoot.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] Me.AttributeRoot.GroupBordersVisible = False Me.AttributeRoot.Location = New System.Drawing.Point(0, 0) Me.AttributeRoot.Name = "AttributeRoot" Me.AttributeRoot.Size = New System.Drawing.Size(572, 534) Me.AttributeRoot.TextVisible = False ' '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.TabFormContentContainer2) 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 = "Eigenschaften" CType(Me.RepositoryItemComboBox1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TabFormControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.TabFormContentContainer1.ResumeLayout(False) CType(Me.LayoutControlAttributes, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.AttributeLayout, System.ComponentModel.ISupportInitialize).EndInit() Me.TabFormContentContainer2.ResumeLayout(False) CType(Me.LayoutControlObject, System.ComponentModel.ISupportInitialize).EndInit() Me.LayoutControlObject.ResumeLayout(False) CType(Me.GridObjectHistory, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GroupControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.GroupControl1.ResumeLayout(False) Me.GroupControl1.PerformLayout() CType(Me.progressLifecycle.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtCreatedWhen.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtChangedWhen.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtObjectId.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtCreatedWho.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.txtChangedWho.Properties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutObject, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.SimpleSeparator1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem7, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlGroup1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem8, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlGroup2, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem4, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem5, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem6, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControlItem2, System.ComponentModel.ISupportInitialize).EndInit() Me.TabFormContentContainer4.ResumeLayout(False) CType(Me.GridValueHistory, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ViewValueHistory, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.AttributeRoot, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) End Sub Friend WithEvents TabFormControl1 As DevExpress.XtraBars.TabFormControl Friend WithEvents TabPageAttributes As DevExpress.XtraBars.TabFormPage Friend WithEvents TabFormContentContainer1 As DevExpress.XtraBars.TabFormContentContainer Friend WithEvents TabPageObject As DevExpress.XtraBars.TabFormPage Friend WithEvents TabFormContentContainer2 As DevExpress.XtraBars.TabFormContentContainer Friend WithEvents LayoutControlAttributes As DevExpress.XtraLayout.LayoutControl Friend WithEvents AttributeRoot 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 Friend WithEvents TabPageHistory As DevExpress.XtraBars.TabFormPage Friend WithEvents TabFormContentContainer4 As DevExpress.XtraBars.TabFormContentContainer Friend WithEvents GridValueHistory As DevExpress.XtraGrid.GridControl Friend WithEvents ViewValueHistory As DevExpress.XtraGrid.Views.Grid.GridView 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 LayoutControlObject As DevExpress.XtraLayout.LayoutControl Friend WithEvents LayoutObject As DevExpress.XtraLayout.LayoutControlGroup Friend WithEvents AttributeLayout As DevExpress.XtraLayout.LayoutControlGroup Friend WithEvents txtCreatedWhen As DevExpress.XtraEditors.TextEdit Friend WithEvents txtChangedWhen As DevExpress.XtraEditors.TextEdit Friend WithEvents txtObjectId As DevExpress.XtraEditors.TextEdit Friend WithEvents SimpleSeparator1 As DevExpress.XtraLayout.SimpleSeparator Friend WithEvents txtCreatedWho As DevExpress.XtraEditors.TextEdit Friend WithEvents txtChangedWho As DevExpress.XtraEditors.TextEdit Friend WithEvents lbLifecycleStart As DevExpress.XtraEditors.LabelControl Friend WithEvents lbLifecycleEnd As DevExpress.XtraEditors.LabelControl Friend WithEvents progressLifecycle As DevExpress.XtraEditors.ProgressBarControl Friend WithEvents GroupControl1 As DevExpress.XtraEditors.GroupControl Friend WithEvents LayoutControlItem7 As DevExpress.XtraLayout.LayoutControlItem Friend WithEvents GridObjectHistory As GridControl Friend WithEvents GridView1 As GridView Friend WithEvents LayoutControlItem4 As LayoutControlItem Friend WithEvents LayoutControlItem1 As LayoutControlItem Friend WithEvents LayoutControlItem2 As LayoutControlItem Friend WithEvents LayoutControlItem5 As LayoutControlItem Friend WithEvents LayoutControlItem6 As LayoutControlItem Friend WithEvents LayoutControlItem8 As LayoutControlItem Friend WithEvents btnSave As DevExpress.XtraBars.BarButtonItem Friend WithEvents LayoutControlGroup1 As LayoutControlGroup Friend WithEvents LayoutControlGroup2 As LayoutControlGroup Friend WithEvents GridColumn6 As Columns.GridColumn Friend WithEvents GridColumn7 As Columns.GridColumn End Class