Monorepo/GUIs.ZooFlow/Administration/ctrlClipboardWatcher.Designer.vb
2021-01-20 16:56:04 +01:00

177 lines
9.9 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class ctrlClipboardWatcher
Inherits System.Windows.Forms.UserControl
'UserControl ü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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(ctrlClipboardWatcher))
Me.SplitContainerControl1 = New DevExpress.XtraEditors.SplitContainerControl()
Me.GridControlProfiles = New DevExpress.XtraGrid.GridControl()
Me.GridViewProfiles = New DevExpress.XtraGrid.Views.Grid.GridView()
Me.XtraTabControl1 = New DevExpress.XtraTab.XtraTabControl()
Me.XtraTabPageProfiles = New DevExpress.XtraTab.XtraTabPage()
Me.XtraTabPageAssignment = New DevExpress.XtraTab.XtraTabPage()
Me.XtraTabControl2 = New DevExpress.XtraTab.XtraTabControl()
Me.XtraTabPage_Common = New DevExpress.XtraTab.XtraTabPage()
Me.XtraTabPage_DocSearches = New DevExpress.XtraTab.XtraTabPage()
Me.XtraTabPage_DataSearches = New DevExpress.XtraTab.XtraTabPage()
Me.XtraTabPage_AppAssignment = New DevExpress.XtraTab.XtraTabPage()
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SplitContainerControl1.SuspendLayout()
CType(Me.GridControlProfiles, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.GridViewProfiles, System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.XtraTabControl1.SuspendLayout()
Me.XtraTabPageProfiles.SuspendLayout()
CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).BeginInit()
Me.XtraTabControl2.SuspendLayout()
Me.SuspendLayout()
'
'SplitContainerControl1
'
Me.SplitContainerControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.SplitContainerControl1.Location = New System.Drawing.Point(0, 0)
Me.SplitContainerControl1.Name = "SplitContainerControl1"
Me.SplitContainerControl1.Panel1.Controls.Add(Me.GridControlProfiles)
Me.SplitContainerControl1.Panel1.Text = "Panel1"
Me.SplitContainerControl1.Panel2.Controls.Add(Me.XtraTabControl1)
Me.SplitContainerControl1.Panel2.Text = "Panel2"
Me.SplitContainerControl1.Size = New System.Drawing.Size(1236, 747)
Me.SplitContainerControl1.SplitterPosition = 260
Me.SplitContainerControl1.TabIndex = 0
'
'GridControlProfiles
'
Me.GridControlProfiles.Dock = System.Windows.Forms.DockStyle.Fill
Me.GridControlProfiles.Location = New System.Drawing.Point(0, 0)
Me.GridControlProfiles.MainView = Me.GridViewProfiles
Me.GridControlProfiles.Name = "GridControlProfiles"
Me.GridControlProfiles.Size = New System.Drawing.Size(260, 747)
Me.GridControlProfiles.TabIndex = 0
Me.GridControlProfiles.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewProfiles})
'
'GridViewProfiles
'
Me.GridViewProfiles.GridControl = Me.GridControlProfiles
Me.GridViewProfiles.Name = "GridViewProfiles"
'
'XtraTabControl1
'
Me.XtraTabControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.XtraTabControl1.Location = New System.Drawing.Point(0, 0)
Me.XtraTabControl1.Name = "XtraTabControl1"
Me.XtraTabControl1.SelectedTabPage = Me.XtraTabPageProfiles
Me.XtraTabControl1.Size = New System.Drawing.Size(966, 747)
Me.XtraTabControl1.TabIndex = 0
Me.XtraTabControl1.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPageProfiles, Me.XtraTabPageAssignment})
'
'XtraTabPageProfiles
'
Me.XtraTabPageProfiles.Controls.Add(Me.XtraTabControl2)
Me.XtraTabPageProfiles.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageProfiles.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPageProfiles.ImageOptions.SvgImageSize = New System.Drawing.Size(24, 24)
Me.XtraTabPageProfiles.Name = "XtraTabPageProfiles"
Me.XtraTabPageProfiles.Size = New System.Drawing.Size(964, 713)
Me.XtraTabPageProfiles.Text = "Profil-Verwaltung"
'
'XtraTabPageAssignment
'
Me.XtraTabPageAssignment.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPageAssignment.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPageAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(24, 24)
Me.XtraTabPageAssignment.Name = "XtraTabPageAssignment"
Me.XtraTabPageAssignment.Size = New System.Drawing.Size(964, 724)
Me.XtraTabPageAssignment.Text = "Profil-Zuordnung"
'
'XtraTabControl2
'
Me.XtraTabControl2.Dock = System.Windows.Forms.DockStyle.Fill
Me.XtraTabControl2.Location = New System.Drawing.Point(0, 0)
Me.XtraTabControl2.Name = "XtraTabControl2"
Me.XtraTabControl2.SelectedTabPage = Me.XtraTabPage_Common
Me.XtraTabControl2.Size = New System.Drawing.Size(964, 713)
Me.XtraTabControl2.TabIndex = 0
Me.XtraTabControl2.TabPages.AddRange(New DevExpress.XtraTab.XtraTabPage() {Me.XtraTabPage_Common, Me.XtraTabPage_DocSearches, Me.XtraTabPage_DataSearches, Me.XtraTabPage_AppAssignment})
'
'XtraTabPage_Common
'
Me.XtraTabPage_Common.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage3.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPage_Common.ImageOptions.SvgImageSize = New System.Drawing.Size(18, 18)
Me.XtraTabPage_Common.Name = "XtraTabPage_Common"
Me.XtraTabPage_Common.Size = New System.Drawing.Size(962, 685)
Me.XtraTabPage_Common.Text = "Allgemein"
'
'XtraTabPage_DocSearches
'
Me.XtraTabPage_DocSearches.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage4.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPage_DocSearches.ImageOptions.SvgImageSize = New System.Drawing.Size(18, 18)
Me.XtraTabPage_DocSearches.Name = "XtraTabPage_DocSearches"
Me.XtraTabPage_DocSearches.Size = New System.Drawing.Size(298, 277)
Me.XtraTabPage_DocSearches.Text = "Dokument-Suchen"
'
'XtraTabPage_DataSearches
'
Me.XtraTabPage_DataSearches.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage_DataSearches.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPage_DataSearches.ImageOptions.SvgImageSize = New System.Drawing.Size(18, 18)
Me.XtraTabPage_DataSearches.Name = "XtraTabPage_DataSearches"
Me.XtraTabPage_DataSearches.Size = New System.Drawing.Size(0, 0)
Me.XtraTabPage_DataSearches.Text = "Daten-Suchen"
'
'XtraTabPage_AppAssignment
'
Me.XtraTabPage_AppAssignment.ImageOptions.SvgImage = CType(resources.GetObject("XtraTabPage_AppAssignment.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
Me.XtraTabPage_AppAssignment.ImageOptions.SvgImageSize = New System.Drawing.Size(18, 18)
Me.XtraTabPage_AppAssignment.Name = "XtraTabPage_AppAssignment"
Me.XtraTabPage_AppAssignment.Size = New System.Drawing.Size(0, 0)
Me.XtraTabPage_AppAssignment.Text = "Anwendungs-Zuordnung"
'
'ctrlClipboardWatcher
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.SplitContainerControl1)
Me.Name = "ctrlClipboardWatcher"
Me.Size = New System.Drawing.Size(1236, 747)
CType(Me.SplitContainerControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.SplitContainerControl1.ResumeLayout(False)
CType(Me.GridControlProfiles, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.GridViewProfiles, System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.XtraTabControl1, System.ComponentModel.ISupportInitialize).EndInit()
Me.XtraTabControl1.ResumeLayout(False)
Me.XtraTabPageProfiles.ResumeLayout(False)
CType(Me.XtraTabControl2, System.ComponentModel.ISupportInitialize).EndInit()
Me.XtraTabControl2.ResumeLayout(False)
Me.ResumeLayout(False)
End Sub
Friend WithEvents SplitContainerControl1 As DevExpress.XtraEditors.SplitContainerControl
Friend WithEvents GridControlProfiles As DevExpress.XtraGrid.GridControl
Friend WithEvents GridViewProfiles As DevExpress.XtraGrid.Views.Grid.GridView
Friend WithEvents XtraTabControl1 As DevExpress.XtraTab.XtraTabControl
Friend WithEvents XtraTabPageProfiles As DevExpress.XtraTab.XtraTabPage
Friend WithEvents XtraTabControl2 As DevExpress.XtraTab.XtraTabControl
Friend WithEvents XtraTabPage_Common As DevExpress.XtraTab.XtraTabPage
Friend WithEvents XtraTabPage_DocSearches As DevExpress.XtraTab.XtraTabPage
Friend WithEvents XtraTabPage_DataSearches As DevExpress.XtraTab.XtraTabPage
Friend WithEvents XtraTabPage_AppAssignment As DevExpress.XtraTab.XtraTabPage
Friend WithEvents XtraTabPageAssignment As DevExpress.XtraTab.XtraTabPage
End Class