Imports DigitalData.GUIs.ClientSuite.Base Partial Class frmObjectEditor Inherits BaseRibbonForm '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() Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmObjectEditor)) Me.SplitContainer = New DevExpress.XtraEditors.SplitContainerControl() Me.GridList = New DevExpress.XtraGrid.GridControl() Me.ViewList = New DevExpress.XtraGrid.Views.Grid.GridView() Me.LayoutControl1 = New DevExpress.XtraLayout.LayoutControl() Me.LayoutGroup = New DevExpress.XtraLayout.LayoutControlGroup() Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl() Me.BarButtonSave = New DevExpress.XtraBars.BarButtonItem() Me.BarButtonNew = New DevExpress.XtraBars.BarButtonItem() Me.BarButtonDelete = New DevExpress.XtraBars.BarButtonItem() Me.labelParentAttributeId = New DevExpress.XtraBars.BarStaticItem() Me.labelSyskey = New DevExpress.XtraBars.BarStaticItem() Me.BarCheckHorizontalLayout = New DevExpress.XtraBars.BarCheckItem() Me.BarButtonResetLayout = New DevExpress.XtraBars.BarButtonItem() Me.RibbonPage1 = New DevExpress.XtraBars.Ribbon.RibbonPage() Me.RibbonPageGroup1 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonPageGroup2 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup() Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar() Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage() CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer.SuspendLayout() CType(Me.GridList, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.ViewList, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.LayoutGroup, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'SplitContainer ' Me.SplitContainer.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer.Location = New System.Drawing.Point(0, 146) Me.SplitContainer.Name = "SplitContainer" Me.SplitContainer.Panel1.Controls.Add(Me.GridList) Me.SplitContainer.Panel1.Text = "Panel1" Me.SplitContainer.Panel2.Controls.Add(Me.LayoutControl1) Me.SplitContainer.Panel2.Text = "Panel2" Me.SplitContainer.Size = New System.Drawing.Size(1104, 338) Me.SplitContainer.SplitterPosition = 547 Me.SplitContainer.TabIndex = 0 Me.SplitContainer.Text = "SplitContainerControl1" ' 'GridList ' Me.GridList.Dock = System.Windows.Forms.DockStyle.Fill Me.GridList.Location = New System.Drawing.Point(0, 0) Me.GridList.MainView = Me.ViewList Me.GridList.Name = "GridList" Me.GridList.Size = New System.Drawing.Size(547, 338) Me.GridList.TabIndex = 0 Me.GridList.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.ViewList}) ' 'ViewList ' Me.ViewList.GridControl = Me.GridList Me.ViewList.Name = "ViewList" ' 'LayoutControl1 ' Me.LayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.LayoutControl1.Location = New System.Drawing.Point(0, 0) Me.LayoutControl1.Name = "LayoutControl1" Me.LayoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = New System.Drawing.Rectangle(-870, 211, 650, 400) Me.LayoutControl1.Root = Me.LayoutGroup Me.LayoutControl1.Size = New System.Drawing.Size(545, 338) Me.LayoutControl1.TabIndex = 0 Me.LayoutControl1.Text = "LayoutControl1" ' 'LayoutGroup ' Me.LayoutGroup.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.[True] Me.LayoutGroup.GroupBordersVisible = False Me.LayoutGroup.Name = "Root" Me.LayoutGroup.Size = New System.Drawing.Size(545, 338) Me.LayoutGroup.TextVisible = False ' 'RibbonControl1 ' Me.RibbonControl1.ExpandCollapseItem.Id = 0 Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.BarButtonSave, Me.BarButtonNew, Me.BarButtonDelete, Me.labelParentAttributeId, Me.labelSyskey, Me.BarCheckHorizontalLayout, Me.BarButtonResetLayout}) Me.RibbonControl1.Location = New System.Drawing.Point(0, 0) Me.RibbonControl1.MaxItemId = 11 Me.RibbonControl1.Name = "RibbonControl1" Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1}) Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False] Me.RibbonControl1.Size = New System.Drawing.Size(1104, 146) Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1 ' 'BarButtonSave ' Me.BarButtonSave.Caption = "Speichern" Me.BarButtonSave.Id = 1 Me.BarButtonSave.ImageOptions.Image = CType(resources.GetObject("BarButtonSave.ImageOptions.Image"), System.Drawing.Image) Me.BarButtonSave.ImageOptions.LargeImage = CType(resources.GetObject("BarButtonSave.ImageOptions.LargeImage"), System.Drawing.Image) Me.BarButtonSave.Name = "BarButtonSave" ' 'BarButtonNew ' Me.BarButtonNew.Caption = "Neu" Me.BarButtonNew.Id = 2 Me.BarButtonNew.ImageOptions.Image = CType(resources.GetObject("BarButtonNew.ImageOptions.Image"), System.Drawing.Image) Me.BarButtonNew.ImageOptions.LargeImage = CType(resources.GetObject("BarButtonNew.ImageOptions.LargeImage"), System.Drawing.Image) Me.BarButtonNew.Name = "BarButtonNew" ' 'BarButtonDelete ' Me.BarButtonDelete.Caption = "Löschen" Me.BarButtonDelete.Id = 3 Me.BarButtonDelete.ImageOptions.Image = CType(resources.GetObject("BarButtonDelete.ImageOptions.Image"), System.Drawing.Image) Me.BarButtonDelete.ImageOptions.LargeImage = CType(resources.GetObject("BarButtonDelete.ImageOptions.LargeImage"), System.Drawing.Image) Me.BarButtonDelete.Name = "BarButtonDelete" ' 'labelParentAttributeId ' Me.labelParentAttributeId.Caption = "AttributeId" Me.labelParentAttributeId.Id = 5 Me.labelParentAttributeId.Name = "labelParentAttributeId" ' 'labelSyskey ' Me.labelSyskey.Caption = "Syskey" Me.labelSyskey.Id = 6 Me.labelSyskey.Name = "labelSyskey" ' 'BarCheckHorizontalLayout ' Me.BarCheckHorizontalLayout.Caption = "Horizontales Layout" Me.BarCheckHorizontalLayout.Id = 9 Me.BarCheckHorizontalLayout.ImageOptions.Image = CType(resources.GetObject("BarCheckHorizontalLayout.ImageOptions.Image"), System.Drawing.Image) Me.BarCheckHorizontalLayout.ImageOptions.LargeImage = CType(resources.GetObject("BarCheckHorizontalLayout.ImageOptions.LargeImage"), System.Drawing.Image) Me.BarCheckHorizontalLayout.Name = "BarCheckHorizontalLayout" ' 'BarButtonResetLayout ' Me.BarButtonResetLayout.Caption = "Layout zurücksetzen" Me.BarButtonResetLayout.Id = 10 Me.BarButtonResetLayout.ImageOptions.Image = CType(resources.GetObject("BarButtonResetLayout.ImageOptions.Image"), System.Drawing.Image) Me.BarButtonResetLayout.ImageOptions.LargeImage = CType(resources.GetObject("BarButtonResetLayout.ImageOptions.LargeImage"), System.Drawing.Image) Me.BarButtonResetLayout.Name = "BarButtonResetLayout" ' 'RibbonPage1 ' Me.RibbonPage1.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup1, Me.RibbonPageGroup2}) Me.RibbonPage1.Name = "RibbonPage1" Me.RibbonPage1.Text = "Allgemein" ' 'RibbonPageGroup1 ' Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonSave) Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonNew) Me.RibbonPageGroup1.ItemLinks.Add(Me.BarButtonDelete) Me.RibbonPageGroup1.Name = "RibbonPageGroup1" Me.RibbonPageGroup1.ShowCaptionButton = False Me.RibbonPageGroup1.Text = "Aktionen" ' 'RibbonPageGroup2 ' Me.RibbonPageGroup2.ItemLinks.Add(Me.BarCheckHorizontalLayout) Me.RibbonPageGroup2.ItemLinks.Add(Me.BarButtonResetLayout) Me.RibbonPageGroup2.Name = "RibbonPageGroup2" Me.RibbonPageGroup2.Text = "Layout" ' 'RibbonStatusBar1 ' Me.RibbonStatusBar1.ItemLinks.Add(Me.labelParentAttributeId) Me.RibbonStatusBar1.ItemLinks.Add(Me.labelSyskey) Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 484) Me.RibbonStatusBar1.Name = "RibbonStatusBar1" Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1 Me.RibbonStatusBar1.Size = New System.Drawing.Size(1104, 21) ' 'RibbonPage2 ' Me.RibbonPage2.Name = "RibbonPage2" Me.RibbonPage2.Text = "RibbonPage2" ' 'frmObjectEditor ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1104, 505) Me.Controls.Add(Me.SplitContainer) Me.Controls.Add(Me.RibbonStatusBar1) Me.Controls.Add(Me.RibbonControl1) Me.Name = "frmObjectEditor" Me.Ribbon = Me.RibbonControl1 Me.ShowIcon = False Me.StatusBar = Me.RibbonStatusBar1 Me.Text = "Datensätze bearbeiten" CType(Me.SplitContainer, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer.ResumeLayout(False) CType(Me.GridList, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.ViewList, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutControl1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.LayoutGroup, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents SplitContainer As DevExpress.XtraEditors.SplitContainerControl Friend WithEvents GridList As DevExpress.XtraGrid.GridControl Friend WithEvents ViewList As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents LayoutControl1 As DevExpress.XtraLayout.LayoutControl Friend WithEvents LayoutGroup As DevExpress.XtraLayout.LayoutControlGroup Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl Friend WithEvents RibbonPage1 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents RibbonPageGroup1 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage Friend WithEvents BarButtonSave As DevExpress.XtraBars.BarButtonItem Friend WithEvents BarButtonNew As DevExpress.XtraBars.BarButtonItem Friend WithEvents BarButtonDelete As DevExpress.XtraBars.BarButtonItem Friend WithEvents labelParentAttributeId As DevExpress.XtraBars.BarStaticItem Friend WithEvents labelSyskey As DevExpress.XtraBars.BarStaticItem Friend WithEvents RibbonPageGroup2 As DevExpress.XtraBars.Ribbon.RibbonPageGroup Friend WithEvents BarCheckHorizontalLayout As DevExpress.XtraBars.BarCheckItem Friend WithEvents BarButtonResetLayout As DevExpress.XtraBars.BarButtonItem End Class