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 ' resources.ApplyResources(Me.RepositoryItemComboBox1, "RepositoryItemComboBox1") Me.RepositoryItemComboBox1.Buttons.AddRange(New DevExpress.XtraEditors.Controls.EditorButton() {New DevExpress.XtraEditors.Controls.EditorButton(CType(resources.GetObject("RepositoryItemComboBox1.Buttons"), DevExpress.XtraEditors.Controls.ButtonPredefines))}) Me.RepositoryItemComboBox1.Name = "RepositoryItemComboBox1" ' 'TabFormControl1 ' resources.ApplyResources(Me.TabFormControl1, "TabFormControl1") Me.TabFormControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.cmbBusinessEntity, Me.BarStaticItem1, Me.btnSave}) 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.TabForm = Me Me.TabFormControl1.TabRightItemLinks.Add(Me.BarStaticItem1) Me.TabFormControl1.TabRightItemLinks.Add(Me.cmbBusinessEntity) Me.TabFormControl1.TabStop = False Me.TabFormControl1.TitleItemLinks.Add(Me.btnSave) ' 'cmbBusinessEntity ' resources.ApplyResources(Me.cmbBusinessEntity, "cmbBusinessEntity") Me.cmbBusinessEntity.Edit = Me.RepositoryItemComboBox1 Me.cmbBusinessEntity.Id = 6 Me.cmbBusinessEntity.ImageOptions.ImageIndex = CType(resources.GetObject("cmbBusinessEntity.ImageOptions.ImageIndex"), Integer) Me.cmbBusinessEntity.ImageOptions.LargeImageIndex = CType(resources.GetObject("cmbBusinessEntity.ImageOptions.LargeImageIndex"), Integer) Me.cmbBusinessEntity.ImageOptions.SvgImage = CType(resources.GetObject("cmbBusinessEntity.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.cmbBusinessEntity.Name = "cmbBusinessEntity" ' 'BarStaticItem1 ' resources.ApplyResources(Me.BarStaticItem1, "BarStaticItem1") Me.BarStaticItem1.Id = 0 Me.BarStaticItem1.ImageOptions.ImageIndex = CType(resources.GetObject("BarStaticItem1.ImageOptions.ImageIndex"), Integer) Me.BarStaticItem1.ImageOptions.LargeImageIndex = CType(resources.GetObject("BarStaticItem1.ImageOptions.LargeImageIndex"), Integer) Me.BarStaticItem1.ImageOptions.SvgImage = CType(resources.GetObject("BarStaticItem1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage) Me.BarStaticItem1.Name = "BarStaticItem1" Me.BarStaticItem1.Visibility = DevExpress.XtraBars.BarItemVisibility.OnlyInCustomizing ' 'btnSave ' resources.ApplyResources(Me.btnSave, "btnSave") Me.btnSave.Id = 0 Me.btnSave.ImageOptions.ImageIndex = CType(resources.GetObject("btnSave.ImageOptions.ImageIndex"), Integer) Me.btnSave.ImageOptions.LargeImageIndex = CType(resources.GetObject("btnSave.ImageOptions.LargeImageIndex"), Integer) 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" resources.ApplyResources(Me.TabPageAttributes, "TabPageAttributes") ' 'TabFormContentContainer1 ' resources.ApplyResources(Me.TabFormContentContainer1, "TabFormContentContainer1") Me.TabFormContentContainer1.Controls.Add(Me.LayoutControlAttributes) Me.TabFormContentContainer1.Name = "TabFormContentContainer1" ' 'LayoutControlAttributes ' resources.ApplyResources(Me.LayoutControlAttributes, "LayoutControlAttributes") Me.LayoutControlAttributes.Name = "LayoutControlAttributes" Me.LayoutControlAttributes.Root = Me.AttributeLayout ' 'AttributeLayout ' resources.ApplyResources(Me.AttributeLayout, "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" resources.ApplyResources(Me.TabPageObject, "TabPageObject") ' 'TabFormContentContainer2 ' resources.ApplyResources(Me.TabFormContentContainer2, "TabFormContentContainer2") Me.TabFormContentContainer2.Controls.Add(Me.LayoutControlObject) Me.TabFormContentContainer2.Name = "TabFormContentContainer2" ' 'LayoutControlObject ' resources.ApplyResources(Me.LayoutControlObject, "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.Name = "LayoutControlObject" Me.LayoutControlObject.Root = Me.LayoutObject ' 'GridObjectHistory ' resources.ApplyResources(Me.GridObjectHistory, "GridObjectHistory") Me.GridObjectHistory.EmbeddedNavigator.AccessibleDescription = resources.GetString("GridObjectHistory.EmbeddedNavigator.AccessibleDescription") Me.GridObjectHistory.EmbeddedNavigator.AccessibleName = resources.GetString("GridObjectHistory.EmbeddedNavigator.AccessibleName") Me.GridObjectHistory.EmbeddedNavigator.AllowHtmlTextInToolTip = CType(resources.GetObject("GridObjectHistory.EmbeddedNavigator.AllowHtmlTextInToolTip"), DevExpress.Utils.DefaultBoolean) Me.GridObjectHistory.EmbeddedNavigator.Anchor = CType(resources.GetObject("GridObjectHistory.EmbeddedNavigator.Anchor"), System.Windows.Forms.AnchorStyles) Me.GridObjectHistory.EmbeddedNavigator.BackgroundImage = CType(resources.GetObject("GridObjectHistory.EmbeddedNavigator.BackgroundImage"), System.Drawing.Image) Me.GridObjectHistory.EmbeddedNavigator.BackgroundImageLayout = CType(resources.GetObject("GridObjectHistory.EmbeddedNavigator.BackgroundImageLayout"), System.Windows.Forms.ImageLayout) Me.GridObjectHistory.EmbeddedNavigator.ImeMode = CType(resources.GetObject("GridObjectHistory.EmbeddedNavigator.ImeMode"), System.Windows.Forms.ImeMode) Me.GridObjectHistory.EmbeddedNavigator.MaximumSize = CType(resources.GetObject("GridObjectHistory.EmbeddedNavigator.MaximumSize"), System.Drawing.Size) Me.GridObjectHistory.EmbeddedNavigator.TextLocation = CType(resources.GetObject("GridObjectHistory.EmbeddedNavigator.TextLocation"), DevExpress.XtraEditors.NavigatorButtonsTextLocation) Me.GridObjectHistory.EmbeddedNavigator.ToolTip = resources.GetString("GridObjectHistory.EmbeddedNavigator.ToolTip") Me.GridObjectHistory.EmbeddedNavigator.ToolTipIconType = CType(resources.GetObject("GridObjectHistory.EmbeddedNavigator.ToolTipIconType"), DevExpress.Utils.ToolTipIconType) Me.GridObjectHistory.EmbeddedNavigator.ToolTipTitle = resources.GetString("GridObjectHistory.EmbeddedNavigator.ToolTipTitle") Me.GridObjectHistory.MainView = Me.GridView1 Me.GridObjectHistory.Name = "GridObjectHistory" Me.GridObjectHistory.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) ' 'GridView1 ' resources.ApplyResources(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 ' resources.ApplyResources(Me.GridColumn6, "GridColumn6") Me.GridColumn6.FieldName = "STATE_LANG" Me.GridColumn6.Name = "GridColumn6" Me.GridColumn6.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()}) ' 'GridColumn7 ' resources.ApplyResources(Me.GridColumn7, "GridColumn7") Me.GridColumn7.FieldName = "ADDED_WHEN" Me.GridColumn7.Name = "GridColumn7" Me.GridColumn7.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()}) ' 'GroupControl1 ' resources.ApplyResources(Me.GroupControl1, "GroupControl1") Me.GroupControl1.Controls.Add(Me.progressLifecycle) Me.GroupControl1.Controls.Add(Me.lbLifecycleEnd) Me.GroupControl1.Controls.Add(Me.lbLifecycleStart) Me.GroupControl1.Name = "GroupControl1" ' 'progressLifecycle ' resources.ApplyResources(Me.progressLifecycle, "progressLifecycle") Me.progressLifecycle.Name = "progressLifecycle" Me.progressLifecycle.Properties.AutoHeight = CType(resources.GetObject("progressLifecycle.Properties.AutoHeight"), Boolean) ' 'lbLifecycleEnd ' resources.ApplyResources(Me.lbLifecycleEnd, "lbLifecycleEnd") Me.lbLifecycleEnd.LineVisible = True Me.lbLifecycleEnd.Name = "lbLifecycleEnd" ' 'lbLifecycleStart ' resources.ApplyResources(Me.lbLifecycleStart, "lbLifecycleStart") Me.lbLifecycleStart.LineVisible = True Me.lbLifecycleStart.Name = "lbLifecycleStart" ' 'txtCreatedWhen ' resources.ApplyResources(Me.txtCreatedWhen, "txtCreatedWhen") 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.StyleController = Me.LayoutControlObject ' 'txtChangedWhen ' resources.ApplyResources(Me.txtChangedWhen, "txtChangedWhen") 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.StyleController = Me.LayoutControlObject ' 'txtObjectId ' resources.ApplyResources(Me.txtObjectId, "txtObjectId") 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.StyleController = Me.LayoutControlObject ' 'txtCreatedWho ' resources.ApplyResources(Me.txtCreatedWho, "txtCreatedWho") 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.StyleController = Me.LayoutControlObject ' 'txtChangedWho ' resources.ApplyResources(Me.txtChangedWho, "txtChangedWho") 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.StyleController = Me.LayoutControlObject ' 'LayoutObject ' resources.ApplyResources(Me.LayoutObject, "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 ' resources.ApplyResources(Me.SimpleSeparator1, "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 ' resources.ApplyResources(Me.LayoutControlItem7, "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 ' resources.ApplyResources(Me.LayoutControlGroup1, "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) ' 'LayoutControlItem8 ' resources.ApplyResources(Me.LayoutControlItem8, "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 ' resources.ApplyResources(Me.LayoutControlGroup2, "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) ' 'LayoutControlItem4 ' resources.ApplyResources(Me.LayoutControlItem4, "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.TextSize = New System.Drawing.Size(45, 13) ' 'LayoutControlItem1 ' resources.ApplyResources(Me.LayoutControlItem1, "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.TextSize = New System.Drawing.Size(45, 13) ' 'LayoutControlItem5 ' resources.ApplyResources(Me.LayoutControlItem5, "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.TextSize = New System.Drawing.Size(45, 13) ' 'LayoutControlItem6 ' resources.ApplyResources(Me.LayoutControlItem6, "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.TextSize = New System.Drawing.Size(45, 13) ' 'LayoutControlItem2 ' resources.ApplyResources(Me.LayoutControlItem2, "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.TextSize = New System.Drawing.Size(45, 13) ' 'TabPageHistory ' Me.TabPageHistory.ContentContainer = Me.TabFormContentContainer4 Me.TabPageHistory.Name = "TabPageHistory" resources.ApplyResources(Me.TabPageHistory, "TabPageHistory") ' 'TabFormContentContainer4 ' resources.ApplyResources(Me.TabFormContentContainer4, "TabFormContentContainer4") Me.TabFormContentContainer4.Controls.Add(Me.GridValueHistory) Me.TabFormContentContainer4.Name = "TabFormContentContainer4" ' 'GridValueHistory ' resources.ApplyResources(Me.GridValueHistory, "GridValueHistory") Me.GridValueHistory.EmbeddedNavigator.AccessibleDescription = resources.GetString("GridValueHistory.EmbeddedNavigator.AccessibleDescription") Me.GridValueHistory.EmbeddedNavigator.AccessibleName = resources.GetString("GridValueHistory.EmbeddedNavigator.AccessibleName") Me.GridValueHistory.EmbeddedNavigator.AllowHtmlTextInToolTip = CType(resources.GetObject("GridValueHistory.EmbeddedNavigator.AllowHtmlTextInToolTip"), DevExpress.Utils.DefaultBoolean) Me.GridValueHistory.EmbeddedNavigator.Anchor = CType(resources.GetObject("GridValueHistory.EmbeddedNavigator.Anchor"), System.Windows.Forms.AnchorStyles) Me.GridValueHistory.EmbeddedNavigator.BackgroundImage = CType(resources.GetObject("GridValueHistory.EmbeddedNavigator.BackgroundImage"), System.Drawing.Image) Me.GridValueHistory.EmbeddedNavigator.BackgroundImageLayout = CType(resources.GetObject("GridValueHistory.EmbeddedNavigator.BackgroundImageLayout"), System.Windows.Forms.ImageLayout) Me.GridValueHistory.EmbeddedNavigator.ImeMode = CType(resources.GetObject("GridValueHistory.EmbeddedNavigator.ImeMode"), System.Windows.Forms.ImeMode) Me.GridValueHistory.EmbeddedNavigator.MaximumSize = CType(resources.GetObject("GridValueHistory.EmbeddedNavigator.MaximumSize"), System.Drawing.Size) Me.GridValueHistory.EmbeddedNavigator.TextLocation = CType(resources.GetObject("GridValueHistory.EmbeddedNavigator.TextLocation"), DevExpress.XtraEditors.NavigatorButtonsTextLocation) Me.GridValueHistory.EmbeddedNavigator.ToolTip = resources.GetString("GridValueHistory.EmbeddedNavigator.ToolTip") Me.GridValueHistory.EmbeddedNavigator.ToolTipIconType = CType(resources.GetObject("GridValueHistory.EmbeddedNavigator.ToolTipIconType"), DevExpress.Utils.ToolTipIconType) Me.GridValueHistory.EmbeddedNavigator.ToolTipTitle = resources.GetString("GridValueHistory.EmbeddedNavigator.ToolTipTitle") Me.GridValueHistory.MainView = Me.ViewValueHistory Me.GridValueHistory.Name = "GridValueHistory" Me.GridValueHistory.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.ViewValueHistory}) ' 'ViewValueHistory ' resources.ApplyResources(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 ' resources.ApplyResources(Me.GridColumn1, "GridColumn1") Me.GridColumn1.FieldName = "Attribute" Me.GridColumn1.Name = "GridColumn1" Me.GridColumn1.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()}) ' 'GridColumn2 ' resources.ApplyResources(Me.GridColumn2, "GridColumn2") Me.GridColumn2.FieldName = "Old value" Me.GridColumn2.Name = "GridColumn2" Me.GridColumn2.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()}) ' 'GridColumn3 ' resources.ApplyResources(Me.GridColumn3, "GridColumn3") Me.GridColumn3.FieldName = "New value" Me.GridColumn3.Name = "GridColumn3" Me.GridColumn3.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()}) ' 'GridColumn4 ' resources.ApplyResources(Me.GridColumn4, "GridColumn4") Me.GridColumn4.FieldName = "Changed who" Me.GridColumn4.Name = "GridColumn4" Me.GridColumn4.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()}) ' 'GridColumn5 ' resources.ApplyResources(Me.GridColumn5, "GridColumn5") Me.GridColumn5.FieldName = "Changed when" Me.GridColumn5.Name = "GridColumn5" Me.GridColumn5.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()}) ' 'AttributeRoot ' resources.ApplyResources(Me.AttributeRoot, "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 ' resources.ApplyResources(Me, "$this") Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font 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 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