Files
SDL/SDL/mdm/usrCntlMSE_KonvertCSV.Designer.vb
2024-10-02 08:59:41 +00:00

109 lines
4.3 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class usrCntlMSE_KonvertCSV
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.Label4 = New System.Windows.Forms.Label()
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
Me.pic = New System.Windows.Forms.PictureBox()
Me.Label6 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.GroupBox2.SuspendLayout()
CType(Me.pic, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.ForeColor = System.Drawing.SystemColors.ControlDarkDark
Me.Label4.Location = New System.Drawing.Point(3, 0)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(171, 17)
Me.Label4.TabIndex = 11
Me.Label4.Text = "MSE CSV konvertieren"
'
'GroupBox2
'
Me.GroupBox2.Controls.Add(Me.pic)
Me.GroupBox2.Controls.Add(Me.Label6)
Me.GroupBox2.Controls.Add(Me.Button1)
Me.GroupBox2.Location = New System.Drawing.Point(2, 11)
Me.GroupBox2.Name = "GroupBox2"
Me.GroupBox2.Size = New System.Drawing.Size(697, 78)
Me.GroupBox2.TabIndex = 10
Me.GroupBox2.TabStop = False
'
'pic
'
Me.pic.Image = Global.SDL.My.Resources.Resources.mse
Me.pic.Location = New System.Drawing.Point(587, 8)
Me.pic.Name = "pic"
Me.pic.Size = New System.Drawing.Size(104, 60)
Me.pic.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
Me.pic.TabIndex = 11
Me.pic.TabStop = False
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Location = New System.Drawing.Point(145, 19)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(281, 13)
Me.Label6.TabIndex = 5
Me.Label6.Text = "Konvertiert die Rechnungsnummer-Spalte ins neue Format"
'
'Button1
'
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button1.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
Me.Button1.Location = New System.Drawing.Point(6, 19)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(121, 49)
Me.Button1.TabIndex = 4
Me.Button1.Text = "CSV konvertieren"
Me.Button1.UseVisualStyleBackColor = True
'
'usrCntlMSE_KonvertCSV
'
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.Label4)
Me.Controls.Add(Me.GroupBox2)
Me.Name = "usrCntlMSE_KonvertCSV"
Me.Size = New System.Drawing.Size(728, 97)
Me.GroupBox2.ResumeLayout(False)
Me.GroupBox2.PerformLayout()
CType(Me.pic, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Label4 As Label
Friend WithEvents GroupBox2 As GroupBox
Friend WithEvents pic As PictureBox
Friend WithEvents Label6 As Label
Friend WithEvents Button1 As Button
End Class