108 lines
5.1 KiB
VB.net
108 lines
5.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmMatch
|
|
Inherits DevExpress.XtraEditors.XtraForm
|
|
|
|
'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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMatch))
|
|
Me.TileControlMatch = New DevExpress.XtraEditors.TileControl()
|
|
Me.TileGroupDocumentsData = New DevExpress.XtraEditors.TileGroup()
|
|
Me.TileGroupDocuments = New DevExpress.XtraEditors.TileGroup()
|
|
Me.TileGroupData = New DevExpress.XtraEditors.TileGroup()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.SplashScreenManager1 = New DevExpress.XtraSplashScreen.SplashScreenManager(Me, GetType(Global.DigitalData.GUIs.ClipboardWatcher.frmMatchLoading), True, True)
|
|
Me.SuspendLayout()
|
|
'
|
|
'TileControlMatch
|
|
'
|
|
resources.ApplyResources(Me.TileControlMatch, "TileControlMatch")
|
|
Me.TileControlMatch.AllowDragTilesBetweenGroups = False
|
|
Me.TileControlMatch.AppearanceGroupText.BackColor = System.Drawing.Color.Transparent
|
|
Me.TileControlMatch.AppearanceGroupText.Font = CType(resources.GetObject("TileControlMatch.AppearanceGroupText.Font"), System.Drawing.Font)
|
|
Me.TileControlMatch.AppearanceGroupText.ForeColor = System.Drawing.Color.White
|
|
Me.TileControlMatch.AppearanceGroupText.Options.UseBackColor = True
|
|
Me.TileControlMatch.AppearanceGroupText.Options.UseFont = True
|
|
Me.TileControlMatch.AppearanceGroupText.Options.UseForeColor = True
|
|
Me.TileControlMatch.BackColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer))
|
|
Me.TileControlMatch.Groups.Add(Me.TileGroupDocumentsData)
|
|
Me.TileControlMatch.Groups.Add(Me.TileGroupDocuments)
|
|
Me.TileControlMatch.Groups.Add(Me.TileGroupData)
|
|
Me.TileControlMatch.Name = "TileControlMatch"
|
|
Me.TileControlMatch.ShowGroupText = True
|
|
'
|
|
'TileGroupDocumentsData
|
|
'
|
|
Me.TileGroupDocumentsData.Name = "TileGroupDocumentsData"
|
|
resources.ApplyResources(Me.TileGroupDocumentsData, "TileGroupDocumentsData")
|
|
Me.TileGroupDocumentsData.Visible = False
|
|
'
|
|
'TileGroupDocuments
|
|
'
|
|
Me.TileGroupDocuments.Name = "TileGroupDocuments"
|
|
resources.ApplyResources(Me.TileGroupDocuments, "TileGroupDocuments")
|
|
'
|
|
'TileGroupData
|
|
'
|
|
Me.TileGroupData.Name = "TileGroupData"
|
|
resources.ApplyResources(Me.TileGroupData, "TileGroupData")
|
|
'
|
|
'Label1
|
|
'
|
|
resources.ApplyResources(Me.Label1, "Label1")
|
|
Me.Label1.BackColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer))
|
|
Me.Label1.ForeColor = System.Drawing.Color.White
|
|
Me.Label1.Name = "Label1"
|
|
'
|
|
'Label2
|
|
'
|
|
resources.ApplyResources(Me.Label2, "Label2")
|
|
Me.Label2.BackColor = System.Drawing.Color.FromArgb(CType(CType(165, Byte), Integer), CType(CType(36, Byte), Integer), CType(CType(49, Byte), Integer))
|
|
Me.Label2.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.Label2.ForeColor = System.Drawing.SystemColors.Control
|
|
Me.Label2.Name = "Label2"
|
|
'
|
|
'SplashScreenManager1
|
|
'
|
|
Me.SplashScreenManager1.ClosingDelay = 500
|
|
'
|
|
'frmMatch
|
|
'
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.TileControlMatch)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.IconOptions.ShowIcon = False
|
|
Me.Name = "frmMatch"
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents TileControlMatch As DevExpress.XtraEditors.TileControl
|
|
Friend WithEvents TileGroupDocumentsData As DevExpress.XtraEditors.TileGroup
|
|
Friend WithEvents TileGroupDocuments As DevExpress.XtraEditors.TileGroup
|
|
Friend WithEvents TileGroupData As DevExpress.XtraEditors.TileGroup
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents SplashScreenManager1 As DevExpress.XtraSplashScreen.SplashScreenManager
|
|
End Class
|