@@ -115,14 +115,14 @@ Partial Class frmObjectPropertyDialog
|
||||
'
|
||||
'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.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
|
||||
'
|
||||
resources.ApplyResources(Me.TabFormControl1, "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)
|
||||
@@ -130,7 +130,9 @@ Partial Class frmObjectPropertyDialog
|
||||
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
|
||||
@@ -138,30 +140,23 @@ Partial Class frmObjectPropertyDialog
|
||||
'
|
||||
'cmbBusinessEntity
|
||||
'
|
||||
resources.ApplyResources(Me.cmbBusinessEntity, "cmbBusinessEntity")
|
||||
Me.cmbBusinessEntity.Caption = "cmbBusinessEntity"
|
||||
Me.cmbBusinessEntity.Edit = Me.RepositoryItemComboBox1
|
||||
Me.cmbBusinessEntity.EditWidth = 100
|
||||
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.Caption = "Entity:"
|
||||
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.Caption = "BarButtonItem1"
|
||||
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"
|
||||
'
|
||||
@@ -169,23 +164,29 @@ Partial Class frmObjectPropertyDialog
|
||||
'
|
||||
Me.TabPageAttributes.ContentContainer = Me.TabFormContentContainer1
|
||||
Me.TabPageAttributes.Name = "TabPageAttributes"
|
||||
resources.ApplyResources(Me.TabPageAttributes, "TabPageAttributes")
|
||||
Me.TabPageAttributes.Text = "Attribute"
|
||||
'
|
||||
'TabFormContentContainer1
|
||||
'
|
||||
resources.ApplyResources(Me.TabFormContentContainer1, "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
|
||||
'
|
||||
resources.ApplyResources(Me.LayoutControlAttributes, "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
|
||||
'
|
||||
resources.ApplyResources(Me.AttributeLayout, "AttributeLayout")
|
||||
Me.AttributeLayout.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True]
|
||||
Me.AttributeLayout.GroupBordersVisible = False
|
||||
Me.AttributeLayout.Name = "AttributeRoot"
|
||||
@@ -196,17 +197,19 @@ Partial Class frmObjectPropertyDialog
|
||||
'
|
||||
Me.TabPageObject.ContentContainer = Me.TabFormContentContainer2
|
||||
Me.TabPageObject.Name = "TabPageObject"
|
||||
resources.ApplyResources(Me.TabPageObject, "TabPageObject")
|
||||
Me.TabPageObject.Text = "Objekt"
|
||||
'
|
||||
'TabFormContentContainer2
|
||||
'
|
||||
resources.ApplyResources(Me.TabFormContentContainer2, "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
|
||||
'
|
||||
resources.ApplyResources(Me.LayoutControlObject, "LayoutControlObject")
|
||||
Me.LayoutControlObject.Controls.Add(Me.GridObjectHistory)
|
||||
Me.LayoutControlObject.Controls.Add(Me.GroupControl1)
|
||||
Me.LayoutControlObject.Controls.Add(Me.txtCreatedWhen)
|
||||
@@ -214,123 +217,144 @@ Partial Class frmObjectPropertyDialog
|
||||
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
|
||||
'
|
||||
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.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
|
||||
'
|
||||
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.Caption = "Status"
|
||||
Me.GridColumn6.FieldName = "STATE_LANG"
|
||||
Me.GridColumn6.Name = "GridColumn6"
|
||||
Me.GridColumn6.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()})
|
||||
Me.GridColumn6.Visible = True
|
||||
Me.GridColumn6.VisibleIndex = 0
|
||||
'
|
||||
'GridColumn7
|
||||
'
|
||||
resources.ApplyResources(Me.GridColumn7, "GridColumn7")
|
||||
Me.GridColumn7.Caption = "Datum"
|
||||
Me.GridColumn7.FieldName = "ADDED_WHEN"
|
||||
Me.GridColumn7.Name = "GridColumn7"
|
||||
Me.GridColumn7.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()})
|
||||
Me.GridColumn7.Visible = True
|
||||
Me.GridColumn7.VisibleIndex = 1
|
||||
'
|
||||
'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.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
|
||||
'
|
||||
resources.ApplyResources(Me.progressLifecycle, "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.Properties.AutoHeight = CType(resources.GetObject("progressLifecycle.Properties.AutoHeight"), Boolean)
|
||||
Me.progressLifecycle.Size = New System.Drawing.Size(538, 40)
|
||||
Me.progressLifecycle.TabIndex = 0
|
||||
'
|
||||
'lbLifecycleEnd
|
||||
'
|
||||
resources.ApplyResources(Me.lbLifecycleEnd, "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
|
||||
'
|
||||
resources.ApplyResources(Me.lbLifecycleStart, "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
|
||||
'
|
||||
resources.ApplyResources(Me.txtCreatedWhen, "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
|
||||
'
|
||||
resources.ApplyResources(Me.txtChangedWhen, "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
|
||||
'
|
||||
resources.ApplyResources(Me.txtObjectId, "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
|
||||
'
|
||||
resources.ApplyResources(Me.txtCreatedWho, "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
|
||||
'
|
||||
resources.ApplyResources(Me.txtChangedWho, "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
|
||||
'
|
||||
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})
|
||||
@@ -340,7 +364,6 @@ Partial Class frmObjectPropertyDialog
|
||||
'
|
||||
'SimpleSeparator1
|
||||
'
|
||||
resources.ApplyResources(Me.SimpleSeparator1, "SimpleSeparator1")
|
||||
Me.SimpleSeparator1.AllowHotTrack = False
|
||||
Me.SimpleSeparator1.Location = New System.Drawing.Point(0, 135)
|
||||
Me.SimpleSeparator1.Name = "SimpleSeparator1"
|
||||
@@ -348,7 +371,6 @@ Partial Class frmObjectPropertyDialog
|
||||
'
|
||||
'LayoutControlItem7
|
||||
'
|
||||
resources.ApplyResources(Me.LayoutControlItem7, "LayoutControlItem7")
|
||||
Me.LayoutControlItem7.Control = Me.GroupControl1
|
||||
Me.LayoutControlItem7.Location = New System.Drawing.Point(0, 414)
|
||||
Me.LayoutControlItem7.Name = "LayoutControlItem7"
|
||||
@@ -358,15 +380,14 @@ Partial Class frmObjectPropertyDialog
|
||||
'
|
||||
'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)
|
||||
Me.LayoutControlGroup1.Text = "Objekt Historie"
|
||||
'
|
||||
'LayoutControlItem8
|
||||
'
|
||||
resources.ApplyResources(Me.LayoutControlItem8, "LayoutControlItem8")
|
||||
Me.LayoutControlItem8.Control = Me.GridObjectHistory
|
||||
Me.LayoutControlItem8.Location = New System.Drawing.Point(0, 0)
|
||||
Me.LayoutControlItem8.Name = "LayoutControlItem8"
|
||||
@@ -376,96 +397,89 @@ Partial Class frmObjectPropertyDialog
|
||||
'
|
||||
'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)
|
||||
Me.LayoutControlGroup2.Text = "Eigenschaften"
|
||||
'
|
||||
'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.Text = "Objekt Id"
|
||||
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.Text = "Erstellt"
|
||||
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.Text = "von"
|
||||
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.Text = "von"
|
||||
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.Text = "Geändert"
|
||||
Me.LayoutControlItem2.TextSize = New System.Drawing.Size(45, 13)
|
||||
'
|
||||
'TabPageHistory
|
||||
'
|
||||
Me.TabPageHistory.ContentContainer = Me.TabFormContentContainer4
|
||||
Me.TabPageHistory.Name = "TabPageHistory"
|
||||
resources.ApplyResources(Me.TabPageHistory, "TabPageHistory")
|
||||
Me.TabPageHistory.Text = "Attribut Historie"
|
||||
'
|
||||
'TabFormContentContainer4
|
||||
'
|
||||
resources.ApplyResources(Me.TabFormContentContainer4, "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
|
||||
'
|
||||
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.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
|
||||
'
|
||||
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"
|
||||
@@ -474,42 +488,46 @@ Partial Class frmObjectPropertyDialog
|
||||
'
|
||||
'GridColumn1
|
||||
'
|
||||
resources.ApplyResources(Me.GridColumn1, "GridColumn1")
|
||||
Me.GridColumn1.Caption = "Attribut"
|
||||
Me.GridColumn1.FieldName = "Attribute"
|
||||
Me.GridColumn1.Name = "GridColumn1"
|
||||
Me.GridColumn1.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()})
|
||||
Me.GridColumn1.Visible = True
|
||||
Me.GridColumn1.VisibleIndex = 0
|
||||
'
|
||||
'GridColumn2
|
||||
'
|
||||
resources.ApplyResources(Me.GridColumn2, "GridColumn2")
|
||||
Me.GridColumn2.Caption = "Alter Wert"
|
||||
Me.GridColumn2.FieldName = "Old value"
|
||||
Me.GridColumn2.Name = "GridColumn2"
|
||||
Me.GridColumn2.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()})
|
||||
Me.GridColumn2.Visible = True
|
||||
Me.GridColumn2.VisibleIndex = 1
|
||||
'
|
||||
'GridColumn3
|
||||
'
|
||||
resources.ApplyResources(Me.GridColumn3, "GridColumn3")
|
||||
Me.GridColumn3.Caption = "Neuer Wert"
|
||||
Me.GridColumn3.FieldName = "New value"
|
||||
Me.GridColumn3.Name = "GridColumn3"
|
||||
Me.GridColumn3.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()})
|
||||
Me.GridColumn3.Visible = True
|
||||
Me.GridColumn3.VisibleIndex = 2
|
||||
'
|
||||
'GridColumn4
|
||||
'
|
||||
resources.ApplyResources(Me.GridColumn4, "GridColumn4")
|
||||
Me.GridColumn4.Caption = "Geändert Wer"
|
||||
Me.GridColumn4.FieldName = "Changed who"
|
||||
Me.GridColumn4.Name = "GridColumn4"
|
||||
Me.GridColumn4.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()})
|
||||
Me.GridColumn4.Visible = True
|
||||
Me.GridColumn4.VisibleIndex = 3
|
||||
'
|
||||
'GridColumn5
|
||||
'
|
||||
resources.ApplyResources(Me.GridColumn5, "GridColumn5")
|
||||
Me.GridColumn5.Caption = "Geändert Wann"
|
||||
Me.GridColumn5.FieldName = "Changed when"
|
||||
Me.GridColumn5.Name = "GridColumn5"
|
||||
Me.GridColumn5.Summary.AddRange(New DevExpress.XtraGrid.GridSummaryItem() {New DevExpress.XtraGrid.GridColumnSummaryItem()})
|
||||
Me.GridColumn5.Visible = True
|
||||
Me.GridColumn5.VisibleIndex = 4
|
||||
'
|
||||
'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)
|
||||
@@ -519,13 +537,15 @@ Partial Class frmObjectPropertyDialog
|
||||
'
|
||||
'frmObjectPropertyDialog
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
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)
|
||||
|
||||
Reference in New Issue
Block a user