242 lines
12 KiB
VB.net
242 lines
12 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmEntityDesigner
|
|
Inherits DevExpress.XtraBars.Ribbon.RibbonForm
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()>
|
|
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.
|
|
<System.Diagnostics.DebuggerStepThrough()>
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmEntityDesigner))
|
|
Me.PanelMain = New DigitalData.GUIs.ClientSuite.ControlSnapPanel(Me.components)
|
|
Me.TabControlMain = New DevExpress.XtraTab.XtraTabControl()
|
|
Me.TabPageControls = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.btnCombobox = New System.Windows.Forms.Button()
|
|
Me.btnTextbox = New System.Windows.Forms.Button()
|
|
Me.btnLabel = New System.Windows.Forms.Button()
|
|
Me.TabPageProperties = New DevExpress.XtraTab.XtraTabPage()
|
|
Me.PropertyGridMain = New DevExpress.XtraVerticalGrid.PropertyGridControl()
|
|
Me.SplitContainerControlMain = New DevExpress.XtraEditors.SplitContainerControl()
|
|
Me.RibbonControl1 = New DevExpress.XtraBars.Ribbon.RibbonControl()
|
|
Me.BarButtonItem1 = New DevExpress.XtraBars.BarButtonItem()
|
|
Me.RibbonPageCategory1 = New DevExpress.XtraBars.Ribbon.RibbonPageCategory()
|
|
Me.RibbonPage3 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
Me.RibbonPageGroup3 = New DevExpress.XtraBars.Ribbon.RibbonPageGroup()
|
|
Me.RibbonStatusBar1 = New DevExpress.XtraBars.Ribbon.RibbonStatusBar()
|
|
Me.RibbonPage2 = New DevExpress.XtraBars.Ribbon.RibbonPage()
|
|
CType(Me.TabControlMain, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.TabControlMain.SuspendLayout()
|
|
Me.TabPageControls.SuspendLayout()
|
|
Me.TabPageProperties.SuspendLayout()
|
|
CType(Me.PropertyGridMain, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.SplitContainerControlMain, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainerControlMain.SuspendLayout()
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'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(564, 283)
|
|
Me.PanelMain.TabIndex = 0
|
|
'
|
|
'TabControlMain
|
|
'
|
|
Me.TabControlMain.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.TabControlMain.Location = New System.Drawing.Point(0, 0)
|
|
Me.TabControlMain.Name = "TabControlMain"
|
|
Me.TabControlMain.SelectedTabPage = Me.TabPageControls
|
|
Me.TabControlMain.Size = New System.Drawing.Size(224, 283)
|
|
Me.TabControlMain.TabIndex = 0
|
|
Me.TabControlMain.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.TabPageControls, Me.TabPageProperties})
|
|
'
|
|
'TabPageControls
|
|
'
|
|
Me.TabPageControls.Controls.Add(Me.Label1)
|
|
Me.TabPageControls.Controls.Add(Me.btnCombobox)
|
|
Me.TabPageControls.Controls.Add(Me.btnTextbox)
|
|
Me.TabPageControls.Controls.Add(Me.btnLabel)
|
|
Me.TabPageControls.Name = "TabPageControls"
|
|
Me.TabPageControls.Size = New System.Drawing.Size(222, 258)
|
|
Me.TabPageControls.Text = "Controls"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Label1.Location = New System.Drawing.Point(0, 0)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(222, 31)
|
|
Me.Label1.TabIndex = 2
|
|
Me.Label1.Text = "Ziehen Sie zum Erstellen einen Controll-Button auf das Panel"
|
|
'
|
|
'btnCombobox
|
|
'
|
|
Me.btnCombobox.Location = New System.Drawing.Point(3, 92)
|
|
Me.btnCombobox.Name = "btnCombobox"
|
|
Me.btnCombobox.Size = New System.Drawing.Size(216, 23)
|
|
Me.btnCombobox.TabIndex = 1
|
|
Me.btnCombobox.Text = "Combobox"
|
|
Me.btnCombobox.UseVisualStyleBackColor = True
|
|
'
|
|
'btnTextbox
|
|
'
|
|
Me.btnTextbox.Location = New System.Drawing.Point(3, 63)
|
|
Me.btnTextbox.Name = "btnTextbox"
|
|
Me.btnTextbox.Size = New System.Drawing.Size(216, 23)
|
|
Me.btnTextbox.TabIndex = 1
|
|
Me.btnTextbox.Text = "Textbox"
|
|
Me.btnTextbox.UseVisualStyleBackColor = True
|
|
'
|
|
'btnLabel
|
|
'
|
|
Me.btnLabel.Location = New System.Drawing.Point(3, 34)
|
|
Me.btnLabel.Name = "btnLabel"
|
|
Me.btnLabel.Size = New System.Drawing.Size(216, 23)
|
|
Me.btnLabel.TabIndex = 0
|
|
Me.btnLabel.Text = "Label"
|
|
Me.btnLabel.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPageProperties
|
|
'
|
|
Me.TabPageProperties.Controls.Add(Me.PropertyGridMain)
|
|
Me.TabPageProperties.Name = "TabPageProperties"
|
|
Me.TabPageProperties.Size = New System.Drawing.Size(222, 258)
|
|
Me.TabPageProperties.Text = "Properties"
|
|
'
|
|
'PropertyGridMain
|
|
'
|
|
Me.PropertyGridMain.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.PropertyGridMain.Location = New System.Drawing.Point(0, 0)
|
|
Me.PropertyGridMain.Name = "PropertyGridMain"
|
|
Me.PropertyGridMain.Size = New System.Drawing.Size(222, 258)
|
|
Me.PropertyGridMain.TabIndex = 0
|
|
'
|
|
'SplitContainerControlMain
|
|
'
|
|
Me.SplitContainerControlMain.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainerControlMain.FixedPanel = DevExpress.XtraEditors.SplitFixedPanel.Panel2
|
|
Me.SplitContainerControlMain.Location = New System.Drawing.Point(0, 146)
|
|
Me.SplitContainerControlMain.Name = "SplitContainerControlMain"
|
|
Me.SplitContainerControlMain.Panel1.Controls.Add(Me.PanelMain)
|
|
Me.SplitContainerControlMain.Panel1.Text = "Panel1"
|
|
Me.SplitContainerControlMain.Panel2.Controls.Add(Me.TabControlMain)
|
|
Me.SplitContainerControlMain.Panel2.Text = "Panel2"
|
|
Me.SplitContainerControlMain.Size = New System.Drawing.Size(800, 283)
|
|
Me.SplitContainerControlMain.SplitterPosition = 224
|
|
Me.SplitContainerControlMain.TabIndex = 1
|
|
Me.SplitContainerControlMain.Text = "SplitContainerControl1"
|
|
'
|
|
'RibbonControl1
|
|
'
|
|
Me.RibbonControl1.ExpandCollapseItem.Id = 0
|
|
Me.RibbonControl1.Items.AddRange(New DevExpress.XtraBars.BarItem() {Me.RibbonControl1.ExpandCollapseItem, Me.BarButtonItem1})
|
|
Me.RibbonControl1.Location = New System.Drawing.Point(0, 0)
|
|
Me.RibbonControl1.MaxItemId = 2
|
|
Me.RibbonControl1.Name = "RibbonControl1"
|
|
Me.RibbonControl1.PageCategories.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageCategory() {Me.RibbonPageCategory1})
|
|
Me.RibbonControl1.Size = New System.Drawing.Size(800, 146)
|
|
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
|
'
|
|
'BarButtonItem1
|
|
'
|
|
Me.BarButtonItem1.Caption = "Control Löschen"
|
|
Me.BarButtonItem1.Id = 1
|
|
Me.BarButtonItem1.ImageOptions.Image = CType(resources.GetObject("BarButtonItem1.ImageOptions.Image"), System.Drawing.Image)
|
|
Me.BarButtonItem1.ImageOptions.LargeImage = CType(resources.GetObject("BarButtonItem1.ImageOptions.LargeImage"), System.Drawing.Image)
|
|
Me.BarButtonItem1.Name = "BarButtonItem1"
|
|
'
|
|
'RibbonPageCategory1
|
|
'
|
|
Me.RibbonPageCategory1.Name = "RibbonPageCategory1"
|
|
Me.RibbonPageCategory1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage3})
|
|
Me.RibbonPageCategory1.Text = "Entitäten Designer"
|
|
'
|
|
'RibbonPage3
|
|
'
|
|
Me.RibbonPage3.Groups.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPageGroup() {Me.RibbonPageGroup3})
|
|
Me.RibbonPage3.Name = "RibbonPage3"
|
|
Me.RibbonPage3.Text = "Control Actions"
|
|
'
|
|
'RibbonPageGroup3
|
|
'
|
|
Me.RibbonPageGroup3.ItemLinks.Add(Me.BarButtonItem1)
|
|
Me.RibbonPageGroup3.Name = "RibbonPageGroup3"
|
|
Me.RibbonPageGroup3.Text = "RibbonPageGroup3"
|
|
'
|
|
'RibbonStatusBar1
|
|
'
|
|
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 429)
|
|
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
|
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
|
Me.RibbonStatusBar1.Size = New System.Drawing.Size(800, 21)
|
|
'
|
|
'RibbonPage2
|
|
'
|
|
Me.RibbonPage2.Name = "RibbonPage2"
|
|
Me.RibbonPage2.Text = "RibbonPage2"
|
|
'
|
|
'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.SplitContainerControlMain)
|
|
Me.Controls.Add(Me.RibbonStatusBar1)
|
|
Me.Controls.Add(Me.RibbonControl1)
|
|
Me.Name = "frmEntityDesigner"
|
|
Me.Ribbon = Me.RibbonControl1
|
|
Me.StatusBar = Me.RibbonStatusBar1
|
|
Me.Text = "Entitäten Designer"
|
|
CType(Me.TabControlMain, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.TabControlMain.ResumeLayout(False)
|
|
Me.TabPageControls.ResumeLayout(False)
|
|
Me.TabPageProperties.ResumeLayout(False)
|
|
CType(Me.PropertyGridMain, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.SplitContainerControlMain, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainerControlMain.ResumeLayout(False)
|
|
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents TabControlMain As DevExpress.XtraTab.XtraTabControl
|
|
Friend WithEvents TabPageProperties As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents PropertyGridMain As DevExpress.XtraVerticalGrid.PropertyGridControl
|
|
Friend WithEvents TabPageControls As DevExpress.XtraTab.XtraTabPage
|
|
Friend WithEvents PanelMain As ControlSnapPanel
|
|
Friend WithEvents btnTextbox As Button
|
|
Friend WithEvents btnLabel As Button
|
|
Friend WithEvents SplitContainerControlMain As DevExpress.XtraEditors.SplitContainerControl
|
|
Friend WithEvents btnCombobox As Button
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents RibbonControl1 As DevExpress.XtraBars.Ribbon.RibbonControl
|
|
Friend WithEvents RibbonStatusBar1 As DevExpress.XtraBars.Ribbon.RibbonStatusBar
|
|
Friend WithEvents RibbonPage2 As DevExpress.XtraBars.Ribbon.RibbonPage
|
|
Friend WithEvents RibbonPageCategory1 As DevExpress.XtraBars.Ribbon.RibbonPageCategory
|
|
Friend WithEvents RibbonPage3 As DevExpress.XtraBars.Ribbon.RibbonPage
|
|
Friend WithEvents RibbonPageGroup3 As DevExpress.XtraBars.Ribbon.RibbonPageGroup
|
|
Friend WithEvents BarButtonItem1 As DevExpress.XtraBars.BarButtonItem
|
|
End Class
|