Partial Class frmEntityDesigner Inherits DevExpress.XtraEditors.XtraForm '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.SplitContainerMain = New DevExpress.XtraEditors.SplitContainerControl() Me.PanelMain = New EDMI_ClientSuite.SnapPanel() Me.TabControlDetail = New DevExpress.XtraTab.XtraTabControl() Me.TabPageProperties = New DevExpress.XtraTab.XtraTabPage() Me.PropertyGridControl1 = New DevExpress.XtraVerticalGrid.PropertyGridControl() Me.TabPageControls = New DevExpress.XtraTab.XtraTabPage() Me.btnTextbox = New System.Windows.Forms.Button() Me.btnLabel = New System.Windows.Forms.Button() CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).BeginInit() Me.SplitContainerMain.SuspendLayout() CType(Me.TabControlDetail, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabControlDetail.SuspendLayout() Me.TabPageProperties.SuspendLayout() CType(Me.PropertyGridControl1, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPageControls.SuspendLayout() Me.SuspendLayout() ' 'SplitContainerMain ' Me.SplitContainerMain.Dock = System.Windows.Forms.DockStyle.Fill Me.SplitContainerMain.Location = New System.Drawing.Point(0, 0) Me.SplitContainerMain.Name = "SplitContainerMain" Me.SplitContainerMain.Panel1.Controls.Add(Me.PanelMain) Me.SplitContainerMain.Panel1.Text = "Panel1" Me.SplitContainerMain.Panel2.Controls.Add(Me.TabControlDetail) Me.SplitContainerMain.Panel2.Text = "Panel2" Me.SplitContainerMain.Size = New System.Drawing.Size(800, 450) Me.SplitContainerMain.SplitterPosition = 583 Me.SplitContainerMain.TabIndex = 0 Me.SplitContainerMain.Text = "SplitContainerControl1" ' 'PanelMain ' Me.PanelMain.AllowDrop = True Me.PanelMain.Dock = System.Windows.Forms.DockStyle.Fill Me.PanelMain.GridSize = 8 Me.PanelMain.Location = New System.Drawing.Point(0, 0) Me.PanelMain.Name = "PanelMain" Me.PanelMain.ShowGrid = True Me.PanelMain.Size = New System.Drawing.Size(583, 450) Me.PanelMain.TabIndex = 0 ' 'TabControlDetail ' Me.TabControlDetail.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControlDetail.Location = New System.Drawing.Point(0, 0) Me.TabControlDetail.Name = "TabControlDetail" Me.TabControlDetail.SelectedTabPage = Me.TabPageProperties Me.TabControlDetail.Size = New System.Drawing.Size(205, 450) Me.TabControlDetail.TabIndex = 1 Me.TabControlDetail.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageControls, Me.TabPageProperties}) ' 'TabPageProperties ' Me.TabPageProperties.Controls.Add(Me.PropertyGridControl1) Me.TabPageProperties.Name = "TabPageProperties" Me.TabPageProperties.Size = New System.Drawing.Size(203, 425) Me.TabPageProperties.Text = "Properties" ' 'PropertyGridControl1 ' Me.PropertyGridControl1.Cursor = System.Windows.Forms.Cursors.Hand Me.PropertyGridControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.PropertyGridControl1.Location = New System.Drawing.Point(0, 0) Me.PropertyGridControl1.Name = "PropertyGridControl1" Me.PropertyGridControl1.Size = New System.Drawing.Size(203, 425) Me.PropertyGridControl1.TabIndex = 0 ' 'TabPageControls ' Me.TabPageControls.Controls.Add(Me.btnTextbox) Me.TabPageControls.Controls.Add(Me.btnLabel) Me.TabPageControls.Name = "TabPageControls" Me.TabPageControls.Size = New System.Drawing.Size(262, 425) Me.TabPageControls.Text = "Controls" ' 'btnTextbox ' Me.btnTextbox.Location = New System.Drawing.Point(15, 48) Me.btnTextbox.Name = "btnTextbox" Me.btnTextbox.Size = New System.Drawing.Size(122, 23) Me.btnTextbox.TabIndex = 1 Me.btnTextbox.Text = "Textbox" Me.btnTextbox.UseVisualStyleBackColor = True ' 'btnLabel ' Me.btnLabel.Location = New System.Drawing.Point(15, 19) Me.btnLabel.Name = "btnLabel" Me.btnLabel.Size = New System.Drawing.Size(122, 23) Me.btnLabel.TabIndex = 0 Me.btnLabel.Text = "Label" Me.btnLabel.UseVisualStyleBackColor = True ' 'frmEntityDesigner ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(800, 450) Me.Controls.Add(Me.SplitContainerMain) Me.Name = "frmEntityDesigner" Me.Text = "Entitäten Designer" CType(Me.SplitContainerMain, System.ComponentModel.ISupportInitialize).EndInit() Me.SplitContainerMain.ResumeLayout(False) CType(Me.TabControlDetail, System.ComponentModel.ISupportInitialize).EndInit() Me.TabControlDetail.ResumeLayout(False) Me.TabPageProperties.ResumeLayout(False) CType(Me.PropertyGridControl1, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPageControls.ResumeLayout(False) Me.ResumeLayout(False) End Sub Friend WithEvents SplitContainerMain As DevExpress.XtraEditors.SplitContainerControl Friend WithEvents TabControlDetail As DevExpress.XtraTab.XtraTabControl Friend WithEvents TabPageProperties As DevExpress.XtraTab.XtraTabPage Friend WithEvents PropertyGridControl1 As DevExpress.XtraVerticalGrid.PropertyGridControl Friend WithEvents TabPageControls As DevExpress.XtraTab.XtraTabPage Friend WithEvents PanelMain As SnapPanel Friend WithEvents btnTextbox As Button Friend WithEvents btnLabel As Button End Class