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 DockingContainer1 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.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() Me.SpaltenBearbeitenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.NeueSpalteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.DebugToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.DebugAnToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.DebugAusToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.WriteDebugLogToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.DockManager1 = New DevExpress.XtraBars.Docking.DockManager(Me.components) Me.DockPanel1 = New DevExpress.XtraBars.Docking.DockPanel() Me.DockPanel1_Container = New DevExpress.XtraBars.Docking.ControlContainer() Me.DockPanel2 = New DevExpress.XtraBars.Docking.DockPanel() Me.DockPanel2_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.SpamTheLogToolStripMenuItem = 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() Me.MenuStrip1.SuspendLayout() CType(Me.DockManager1, System.ComponentModel.ISupportInitialize).BeginInit() Me.DockPanel1.SuspendLayout() Me.DockPanel1_Container.SuspendLayout() Me.DockPanel2.SuspendLayout() Me.DockPanel2_Container.SuspendLayout() CType(Me.DocumentManager1, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TabbedView1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'DocumentGroup1 ' Me.DocumentGroup1.Items.AddRange(New DevExpress.XtraBars.Docking2010.Views.Tabbed.Document() {Me.Document1}) ' 'Document1 ' Me.Document1.Caption = "DockPanel2" Me.Document1.ControlName = "DockPanel2" 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, 457) 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.ToolStripSeparator1, Me.SpaltenBearbeitenToolStripMenuItem, Me.NeueSpalteToolStripMenuItem}) Me.contextMenuTable.Name = "contextMenuTable" Me.contextMenuTable.Size = New System.Drawing.Size(179, 98) ' '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.." ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" Me.ToolStripSeparator1.Size = New System.Drawing.Size(175, 6) ' 'SpaltenBearbeitenToolStripMenuItem ' Me.SpaltenBearbeitenToolStripMenuItem.Name = "SpaltenBearbeitenToolStripMenuItem" Me.SpaltenBearbeitenToolStripMenuItem.Size = New System.Drawing.Size(178, 22) Me.SpaltenBearbeitenToolStripMenuItem.Text = "Spalten bearbeiten.." ' 'NeueSpalteToolStripMenuItem ' Me.NeueSpalteToolStripMenuItem.Name = "NeueSpalteToolStripMenuItem" Me.NeueSpalteToolStripMenuItem.Size = New System.Drawing.Size(178, 22) Me.NeueSpalteToolStripMenuItem.Text = "Neue Spalte.." ' 'MenuStrip1 ' Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DebugToolStripMenuItem, Me.WriteDebugLogToolStripMenuItem, Me.SpamTheLogToolStripMenuItem}) 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" ' 'DebugToolStripMenuItem ' Me.DebugToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DebugAnToolStripMenuItem, Me.DebugAusToolStripMenuItem}) Me.DebugToolStripMenuItem.Name = "DebugToolStripMenuItem" Me.DebugToolStripMenuItem.Size = New System.Drawing.Size(54, 20) Me.DebugToolStripMenuItem.Text = "Debug" ' 'DebugAnToolStripMenuItem ' Me.DebugAnToolStripMenuItem.Name = "DebugAnToolStripMenuItem" Me.DebugAnToolStripMenuItem.Size = New System.Drawing.Size(132, 22) Me.DebugAnToolStripMenuItem.Text = "Debug An" ' 'DebugAusToolStripMenuItem ' Me.DebugAusToolStripMenuItem.Name = "DebugAusToolStripMenuItem" Me.DebugAusToolStripMenuItem.Size = New System.Drawing.Size(132, 22) Me.DebugAusToolStripMenuItem.Text = "Debug Aus" ' 'WriteDebugLogToolStripMenuItem ' Me.WriteDebugLogToolStripMenuItem.Name = "WriteDebugLogToolStripMenuItem" Me.WriteDebugLogToolStripMenuItem.Size = New System.Drawing.Size(108, 20) Me.WriteDebugLogToolStripMenuItem.Text = "Write Debug Log" ' 'DockManager1 ' Me.DockManager1.Form = Me Me.DockManager1.RootPanels.AddRange(New DevExpress.XtraBars.Docking.DockPanel() {Me.DockPanel1, Me.DockPanel2}) 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"}) ' 'DockPanel1 ' Me.DockPanel1.Controls.Add(Me.DockPanel1_Container) Me.DockPanel1.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left Me.DockPanel1.ID = New System.Guid("f88fafa6-e45c-4fbf-9675-b590ab7ad0b3") Me.DockPanel1.Location = New System.Drawing.Point(0, 24) Me.DockPanel1.Name = "DockPanel1" Me.DockPanel1.Options.ShowCloseButton = False Me.DockPanel1.OriginalSize = New System.Drawing.Size(200, 200) Me.DockPanel1.SavedSizeFactor = 0R Me.DockPanel1.Size = New System.Drawing.Size(200, 485) Me.DockPanel1.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 ' 'DockPanel2 ' Me.DockPanel2.Controls.Add(Me.DockPanel2_Container) Me.DockPanel2.Dock = DevExpress.XtraBars.Docking.DockingStyle.Float Me.DockPanel2.DockedAsTabbedDocument = True Me.DockPanel2.FloatLocation = New System.Drawing.Point(-1910, 9) Me.DockPanel2.ID = New System.Guid("01f09f00-3eb4-4caa-b31c-cbe38c6e45b3") Me.DockPanel2.Location = New System.Drawing.Point(0, 0) Me.DockPanel2.Name = "DockPanel2" Me.DockPanel2.Options.ShowCloseButton = False Me.DockPanel2.OriginalSize = New System.Drawing.Size(200, 200) Me.DockPanel2.SavedSizeFactor = 1.0R Me.DockPanel2.Size = New System.Drawing.Size(749, 457) Me.DockPanel2.Text = "DockPanel2" ' 'DockPanel2_Container ' Me.DockPanel2_Container.Controls.Add(Me.gridControlTableProperties) 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 ' '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}) DockingContainer1.Element = Me.DocumentGroup1 Me.TabbedView1.RootContainer.Nodes.AddRange(New DevExpress.XtraBars.Docking2010.Views.Tabbed.DockingContainer() {DockingContainer1}) ' 'SpamTheLogToolStripMenuItem ' Me.SpamTheLogToolStripMenuItem.Name = "SpamTheLogToolStripMenuItem" Me.SpamTheLogToolStripMenuItem.Size = New System.Drawing.Size(95, 20) Me.SpamTheLogToolStripMenuItem.Text = "Spam the Log!" ' '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.DockPanel1) 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) Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() CType(Me.DockManager1, System.ComponentModel.ISupportInitialize).EndInit() Me.DockPanel1.ResumeLayout(False) Me.DockPanel1_Container.ResumeLayout(False) Me.DockPanel2.ResumeLayout(False) Me.DockPanel2_Container.ResumeLayout(False) CType(Me.DocumentManager1, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TabbedView1, System.ComponentModel.ISupportInitialize).EndInit() 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 ToolStripSeparator1 As ToolStripSeparator Friend WithEvents SpaltenBearbeitenToolStripMenuItem As ToolStripMenuItem Friend WithEvents NeueSpalteToolStripMenuItem As ToolStripMenuItem Friend WithEvents MySettingsBindingSource As BindingSource Friend WithEvents MenuStrip1 As MenuStrip Friend WithEvents DockManager1 As DevExpress.XtraBars.Docking.DockManager Friend WithEvents DockPanel1 As DevExpress.XtraBars.Docking.DockPanel Friend WithEvents DockPanel1_Container As DevExpress.XtraBars.Docking.ControlContainer Friend WithEvents DockPanel2 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 DebugToolStripMenuItem As ToolStripMenuItem Friend WithEvents DebugAnToolStripMenuItem As ToolStripMenuItem Friend WithEvents DebugAusToolStripMenuItem As ToolStripMenuItem Friend WithEvents WriteDebugLogToolStripMenuItem As ToolStripMenuItem Friend WithEvents SpamTheLogToolStripMenuItem As ToolStripMenuItem End Class