81 lines
3.1 KiB
VB.net
81 lines
3.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class uscntr_Columns
|
|
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()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.btnDelete = New System.Windows.Forms.Button()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(20, 17)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(55, 16)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Label1"
|
|
'
|
|
'btnDelete
|
|
'
|
|
Me.btnDelete.BackColor = System.Drawing.Color.White
|
|
Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnDelete.Image = Global.Dokumentation.My.Resources.Resources.del
|
|
Me.btnDelete.Location = New System.Drawing.Point(260, 14)
|
|
Me.btnDelete.Name = "btnDelete"
|
|
Me.btnDelete.Size = New System.Drawing.Size(48, 23)
|
|
Me.btnDelete.TabIndex = 1
|
|
Me.btnDelete.UseVisualStyleBackColor = False
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.BackColor = System.Drawing.Color.White
|
|
Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnOK.Image = Global.Dokumentation.My.Resources.Resources.Hakerl20
|
|
Me.btnOK.Location = New System.Drawing.Point(314, 14)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(48, 23)
|
|
Me.btnOK.TabIndex = 2
|
|
Me.btnOK.UseVisualStyleBackColor = False
|
|
'
|
|
'uscntr_Columns
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.Controls.Add(Me.btnOK)
|
|
Me.Controls.Add(Me.btnDelete)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Name = "uscntr_Columns"
|
|
Me.Size = New System.Drawing.Size(394, 50)
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents btnDelete As Button
|
|
Friend WithEvents btnOK As Button
|
|
End Class
|