Partial Class FrmMain Inherits System.Windows.Forms.Form '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 DockingContainer3 As DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer = New DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer() Me.DocumentGroup1 = New DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup(Me.components) Me.Document1 = New DevExpress.XtraBars.Docking2010.Views.Tabbed.Document(Me.components) Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.ToolStripStatusLabelConState = New System.Windows.Forms.ToolStripStatusLabel() Me.treeViewMain = New System.Windows.Forms.TreeView() Me.gridControlTableProperties = New DevExpress.XtraGrid.GridControl() Me.gridViewTableProperties = New DevExpress.XtraGrid.Views.Grid.GridView() Me.MySettingsBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.contextMenuTable = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.TabelleBearbeitenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.TabelleLöschenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.DockManager1 = New DevExpress.XtraBars.Docking.DockManager(Me.components) Me.panelTableDetail = New DevExpress.XtraBars.Docking.DockPanel() Me.DockPanel2_Container = New DevExpress.XtraBars.Docking.ControlContainer() Me.SplitContainer1 = New System.Windows.Forms.SplitContainer() Me.gridControlTableData = New DevExpress.XtraGrid.GridControl() Me.GridView1 = New DevExpress.XtraGrid.Views.Grid.GridView() Me.panelDatabase = New DevExpress.XtraBars.Docking.DockPanel() Me.DockPanel1_Container = New DevExpress.XtraBars.Docking.ControlContainer() Me.DocumentManager1 = New DevExpress.XtraBars.Docking2010.DocumentManager(Me.components) Me.TabbedView1 = New DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(Me.components) Me.contextMenuDatabase = New System.Windows.Forms.ContextMenuStrip(Me.components) Me.NeueTabelleToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() CType(Me.DocumentGroup1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Document1, System.ComponentModel.ISupportInitialize).BeginInit() Me.StatusStrip1.SuspendLayout() CType(Me.gridControlTableProperties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.gridViewTableProperties, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.MySettingsBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.contextMenuTable.SuspendLayout() CType(Me.DockManager1, System.ComponentModel.ISupportInitialize).BeginInit() Me.panelTableDetail.SuspendLayout() Me.DockPanel2_Container.SuspendLayout() CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainer1.Panel1.SuspendLayout() Me.SplitContainer1.Panel2.SuspendLayout() Me.SplitContainer1.SuspendLayout() CType(Me.gridControlTableData, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.panelDatabase.SuspendLayout() Me.DockPanel1_Container.SuspendLayout() CType(Me.DocumentManager1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TabbedView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.contextMenuDatabase.SuspendLayout() Me.SuspendLayout() ' 'DocumentGroup1 ' Me.DocumentGroup1.Items.AddRange(New DevExpress.XtraBars.Docking2010.Views.Tabbed.Document() {Me.Document1}) ' 'Document1 ' Me.Document1.Caption = "DockPanel2" Me.Document1.ControlName = "panelTableDetail" Me.Document1.FloatLocation = New System.Drawing.Point(-1910, 9) Me.Document1.FloatSize = New System.Drawing.Size(200, 200) Me.Document1.Properties.AllowClose = DevExpress.Utils.DefaultBoolean.[False] Me.Document1.Properties.AllowFloat = DevExpress.Utils.DefaultBoolean.[True] Me.Document1.Properties.AllowFloatOnDoubleClick = DevExpress.Utils.DefaultBoolean.[True] ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripStatusLabelConState}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 509) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(955, 22) Me.StatusStrip1.TabIndex = 0 Me.StatusStrip1.Text = "StatusStrip1" ' 'ToolStripStatusLabelConState ' Me.ToolStripStatusLabelConState.Image = Global.EDMDesigner.My.Resources.Resources.database_link Me.ToolStripStatusLabelConState.Name = "ToolStripStatusLabelConState" Me.ToolStripStatusLabelConState.Size = New System.Drawing.Size(166, 17) Me.ToolStripStatusLabelConState.Text = "No Connection established" ' 'treeViewMain ' Me.treeViewMain.Dock = System.Windows.Forms.DockStyle.Fill Me.treeViewMain.Location = New System.Drawing.Point(0, 0) Me.treeViewMain.Name = "treeViewMain" Me.treeViewMain.Size = New System.Drawing.Size(191, 458) Me.treeViewMain.TabIndex = 0 ' 'gridControlTableProperties ' Me.gridControlTableProperties.Dock = System.Windows.Forms.DockStyle.Fill Me.gridControlTableProperties.Location = New System.Drawing.Point(0, 0) Me.gridControlTableProperties.MainView = Me.gridViewTableProperties Me.gridControlTableProperties.Name = "gridControlTableProperties" Me.gridControlTableProperties.Size = New System.Drawing.Size(749, 228) Me.gridControlTableProperties.TabIndex = 0 Me.gridControlTableProperties.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.gridViewTableProperties}) ' 'gridViewTableProperties ' Me.gridViewTableProperties.GridControl = Me.gridControlTableProperties Me.gridViewTableProperties.Name = "gridViewTableProperties" ' 'MySettingsBindingSource ' Me.MySettingsBindingSource.DataSource = GetType(System.Configuration.ApplicationSettingsBase) ' 'contextMenuTable ' Me.contextMenuTable.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TabelleBearbeitenToolStripMenuItem, Me.TabelleLöschenToolStripMenuItem}) Me.contextMenuTable.Name = "contextMenuTable" Me.contextMenuTable.Size = New System.Drawing.Size(177, 48) ' 'TabelleBearbeitenToolStripMenuItem ' Me.TabelleBearbeitenToolStripMenuItem.Name = "TabelleBearbeitenToolStripMenuItem" Me.TabelleBearbeitenToolStripMenuItem.Size = New System.Drawing.Size(178, 22) Me.TabelleBearbeitenToolStripMenuItem.Text = "Tabelle bearbeiten.." ' 'TabelleLöschenToolStripMenuItem ' Me.TabelleLöschenToolStripMenuItem.Name = "TabelleLöschenToolStripMenuItem" Me.TabelleLöschenToolStripMenuItem.Size = New System.Drawing.Size(178, 22) Me.TabelleLöschenToolStripMenuItem.Text = "Tabelle löschen.." ' 'MenuStrip1 ' Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Size = New System.Drawing.Size(955, 24) Me.MenuStrip1.TabIndex = 1 Me.MenuStrip1.Text = "MenuStrip1" ' 'DockManager1 ' Me.DockManager1.Form = Me Me.DockManager1.RootPanels.AddRange(New DevExpress.XtraBars.Docking.DockPanel() {Me.panelTableDetail, Me.panelDatabase}) Me.DockManager1.TopZIndexControls.AddRange(New String() {"DevExpress.XtraBars.BarDockControl", "DevExpress.XtraBars.StandaloneBarDockControl", "System.Windows.Forms.StatusBar", "System.Windows.Forms.MenuStrip", "System.Windows.Forms.StatusStrip", "DevExpress.XtraBars.Ribbon.RibbonStatusBar", "DevExpress.XtraBars.Ribbon.RibbonControl", "DevExpress.XtraBars.Navigation.OfficeNavigationBar", "DevExpress.XtraBars.Navigation.TileNavPane", "DevExpress.XtraBars.TabFormControl", "DevExpress.XtraBars.FluentDesignSystem.FluentDesignFormControl"}) ' 'panelTableDetail ' Me.panelTableDetail.Controls.Add(Me.DockPanel2_Container) Me.panelTableDetail.Dock = DevExpress.XtraBars.Docking.DockingStyle.Float Me.panelTableDetail.DockedAsTabbedDocument = True Me.panelTableDetail.FloatLocation = New System.Drawing.Point(-1910, 9) Me.panelTableDetail.ID = New System.Guid("01f09f00-3eb4-4caa-b31c-cbe38c6e45b3") Me.panelTableDetail.Location = New System.Drawing.Point(0, 0) Me.panelTableDetail.Name = "panelTableDetail" Me.panelTableDetail.Options.ShowCloseButton = False Me.panelTableDetail.OriginalSize = New System.Drawing.Size(200, 200) Me.panelTableDetail.SavedSizeFactor = 1.0R Me.panelTableDetail.Size = New System.Drawing.Size(749, 457) Me.panelTableDetail.Text = "DockPanel2" ' 'DockPanel2_Container ' Me.DockPanel2_Container.Controls.Add(Me.SplitContainer1) Me.DockPanel2_Container.Location = New System.Drawing.Point(0, 0) Me.DockPanel2_Container.Name = "DockPanel2_Container" Me.DockPanel2_Container.Size = New System.Drawing.Size(749, 457) Me.DockPanel2_Container.TabIndex = 0 ' 'SplitContainer1 ' Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainer1.Location = New System.Drawing.Point(0, 0) Me.SplitContainer1.Name = "SplitContainer1" Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal ' 'SplitContainer1.Panel1 ' Me.SplitContainer1.Panel1.Controls.Add(Me.gridControlTableProperties) ' 'SplitContainer1.Panel2 ' Me.SplitContainer1.Panel2.Controls.Add(Me.gridControlTableData) Me.SplitContainer1.Size = New System.Drawing.Size(749, 457) Me.SplitContainer1.SplitterDistance = 228 Me.SplitContainer1.TabIndex = 1 ' 'gridControlTableData ' Me.gridControlTableData.Dock = System.Windows.Forms.DockStyle.Fill Me.gridControlTableData.Location = New System.Drawing.Point(0, 0) Me.gridControlTableData.MainView = Me.GridView1 Me.gridControlTableData.Name = "gridControlTableData" Me.gridControlTableData.Size = New System.Drawing.Size(749, 225) Me.gridControlTableData.TabIndex = 0 Me.gridControlTableData.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridView1}) ' 'GridView1 ' Me.GridView1.GridControl = Me.gridControlTableData Me.GridView1.Name = "GridView1" ' 'panelDatabase ' Me.panelDatabase.Controls.Add(Me.DockPanel1_Container) Me.panelDatabase.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left Me.panelDatabase.ID = New System.Guid("f88fafa6-e45c-4fbf-9675-b590ab7ad0b3") Me.panelDatabase.Location = New System.Drawing.Point(0, 24) Me.panelDatabase.Name = "panelDatabase" Me.panelDatabase.Options.ShowCloseButton = False Me.panelDatabase.OriginalSize = New System.Drawing.Size(200, 200) Me.panelDatabase.SavedSizeFactor = 0R Me.panelDatabase.Size = New System.Drawing.Size(200, 485) Me.panelDatabase.Text = "Datenbank" ' 'DockPanel1_Container ' Me.DockPanel1_Container.Controls.Add(Me.treeViewMain) Me.DockPanel1_Container.Location = New System.Drawing.Point(4, 23) Me.DockPanel1_Container.Name = "DockPanel1_Container" Me.DockPanel1_Container.Size = New System.Drawing.Size(191, 458) Me.DockPanel1_Container.TabIndex = 0 ' 'DocumentManager1 ' Me.DocumentManager1.ContainerControl = Me Me.DocumentManager1.View = Me.TabbedView1 Me.DocumentManager1.ViewCollection.AddRange(New DevExpress.XtraBars.Docking2010.Views.BaseView() {Me.TabbedView1}) ' 'TabbedView1 ' Me.TabbedView1.DocumentGroups.AddRange(New DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup() {Me.DocumentGroup1}) Me.TabbedView1.Documents.AddRange(New DevExpress.XtraBars.Docking2010.Views.BaseDocument() {Me.Document1}) DockingContainer3.Element = Me.DocumentGroup1 Me.TabbedView1.RootContainer.Nodes.AddRange(New DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer() {DockingContainer3}) Me.TabbedView1.WindowsDialogProperties.NameColumnWidth = 5 Me.TabbedView1.WindowsDialogProperties.PathColumnWidth = 5 Me.TabbedView1.WindowsDialogProperties.Size = New System.Drawing.Size(400, 300) ' 'contextMenuDatabase ' Me.contextMenuDatabase.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.NeueTabelleToolStripMenuItem}) Me.contextMenuDatabase.Name = "contextMenuDatabase" Me.contextMenuDatabase.Size = New System.Drawing.Size(149, 26) ' 'NeueTabelleToolStripMenuItem ' Me.NeueTabelleToolStripMenuItem.Name = "NeueTabelleToolStripMenuItem" Me.NeueTabelleToolStripMenuItem.Size = New System.Drawing.Size(148, 22) Me.NeueTabelleToolStripMenuItem.Text = "Neue Tabelle.." ' 'FrmMain ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(955, 531) Me.Controls.Add(Me.panelDatabase) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(Me.MenuStrip1) Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MainMenuStrip = Me.MenuStrip1 Me.Name = "FrmMain" Me.Text = "EDM Designer" CType(Me.DocumentGroup1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.Document1, System.ComponentModel.ISupportInitialize).EndInit() Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() CType(Me.gridControlTableProperties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.gridViewTableProperties, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.MySettingsBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.contextMenuTable.ResumeLayout(False) CType(Me.DockManager1, System.ComponentModel.ISupportInitialize).EndInit() Me.panelTableDetail.ResumeLayout(False) Me.DockPanel2_Container.ResumeLayout(False) Me.SplitContainer1.Panel1.ResumeLayout(False) Me.SplitContainer1.Panel2.ResumeLayout(False) CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainer1.ResumeLayout(False) CType(Me.gridControlTableData, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridView1, System.ComponentModel.ISupportInitialize).EndInit() Me.panelDatabase.ResumeLayout(False) Me.DockPanel1_Container.ResumeLayout(False) CType(Me.DocumentManager1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TabbedView1, System.ComponentModel.ISupportInitialize).EndInit() Me.contextMenuDatabase.ResumeLayout(False) Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents StatusStrip1 As StatusStrip Friend WithEvents treeViewMain As TreeView Friend WithEvents ToolStripStatusLabelConState As ToolStripStatusLabel Friend WithEvents gridControlTableProperties As DevExpress.XtraGrid.GridControl Friend WithEvents gridViewTableProperties As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents contextMenuTable As ContextMenuStrip Friend WithEvents TabelleBearbeitenToolStripMenuItem As ToolStripMenuItem Friend WithEvents TabelleLöschenToolStripMenuItem As ToolStripMenuItem Friend WithEvents MySettingsBindingSource As BindingSource Friend WithEvents MenuStrip1 As MenuStrip Friend WithEvents DockManager1 As DevExpress.XtraBars.Docking.DockManager Friend WithEvents panelDatabase As DevExpress.XtraBars.Docking.DockPanel Friend WithEvents DockPanel1_Container As DevExpress.XtraBars.Docking.ControlContainer Friend WithEvents panelTableDetail As DevExpress.XtraBars.Docking.DockPanel Friend WithEvents DockPanel2_Container As DevExpress.XtraBars.Docking.ControlContainer Friend WithEvents DocumentManager1 As DevExpress.XtraBars.Docking2010.DocumentManager Friend WithEvents TabbedView1 As DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView Friend WithEvents DocumentGroup1 As DevExpress.XtraBars.Docking2010.Views.Tabbed.DocumentGroup Friend WithEvents Document1 As DevExpress.XtraBars.Docking2010.Views.Tabbed.Document Friend WithEvents contextMenuDatabase As ContextMenuStrip Friend WithEvents NeueTabelleToolStripMenuItem As ToolStripMenuItem Friend WithEvents SplitContainer1 As SplitContainer Friend WithEvents gridControlTableData As DevExpress.XtraGrid.GridControl Friend WithEvents GridView1 As DevExpress.XtraGrid.Views.Grid.GridView End Class