94 lines
3.9 KiB
VB.net
94 lines
3.9 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class usrCntlZollHauptmenue
|
|
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.btnWord = New System.Windows.Forms.Button()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btnWord
|
|
'
|
|
Me.btnWord.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnWord.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.btnWord.Location = New System.Drawing.Point(6, 19)
|
|
Me.btnWord.Name = "btnWord"
|
|
Me.btnWord.Size = New System.Drawing.Size(121, 49)
|
|
Me.btnWord.TabIndex = 4
|
|
Me.btnWord.Text = "Artikel tarifieren"
|
|
Me.btnWord.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.Label1)
|
|
Me.GroupBox1.Controls.Add(Me.btnWord)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(8, 34)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(697, 86)
|
|
Me.GroupBox1.TabIndex = 8
|
|
Me.GroupBox1.TabStop = False
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(145, 30)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(278, 13)
|
|
Me.Label1.TabIndex = 5
|
|
Me.Label1.Text = "Hier können Sie Artikel verwalten und an ATLAS senden." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10)
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label3.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Label3.Location = New System.Drawing.Point(9, 14)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(125, 17)
|
|
Me.Label3.TabIndex = 9
|
|
Me.Label3.Text = "Artikel tarifieren"
|
|
'
|
|
'usrCntlZollHauptmenue
|
|
'
|
|
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.GroupBox1)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Name = "usrCntlZollHauptmenue"
|
|
Me.Size = New System.Drawing.Size(970, 614)
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents btnWord As System.Windows.Forms.Button
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
|
|
End Class
|