189 lines
8.8 KiB
VB.net
189 lines
8.8 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmNacherfassungZuckerZuckerMRNEingabe
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'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(frmNacherfassungZuckerZuckerMRNEingabe))
|
|
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.btnFertig = New System.Windows.Forms.Button()
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|
Me.txtMRN4 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtMRN2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtMRN3 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtMRN1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.pnl.SuspendLayout()
|
|
Me.GroupBox3.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lblWahlenSieDieZusammenstellungDerBelegNrAus
|
|
'
|
|
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.AutoSize = True
|
|
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.Location = New System.Drawing.Point(9, 8)
|
|
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.Name = "lblWahlenSieDieZusammenstellungDerBelegNrAus"
|
|
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.Size = New System.Drawing.Size(221, 13)
|
|
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.TabIndex = 0
|
|
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.Text = "Bitte wählen Sie die Zucker-MRN ein:"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(144, 90)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(86, 31)
|
|
Me.Button1.TabIndex = 100
|
|
Me.Button1.Text = "Abbrechen"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'btnFertig
|
|
'
|
|
Me.btnFertig.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.btnFertig.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnFertig.Location = New System.Drawing.Point(12, 90)
|
|
Me.btnFertig.Name = "btnFertig"
|
|
Me.btnFertig.Size = New System.Drawing.Size(126, 31)
|
|
Me.btnFertig.TabIndex = 100
|
|
Me.btnFertig.Text = "OK"
|
|
Me.btnFertig.UseVisualStyleBackColor = True
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.BackColor = System.Drawing.Color.White
|
|
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnl.Controls.Add(Me.GroupBox3)
|
|
Me.pnl.Controls.Add(Me.Button1)
|
|
Me.pnl.Controls.Add(Me.btnFertig)
|
|
Me.pnl.Controls.Add(Me.lblWahlenSieDieZusammenstellungDerBelegNrAus)
|
|
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnl.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnl.Name = "pnl"
|
|
Me.pnl.Size = New System.Drawing.Size(244, 135)
|
|
Me.pnl.TabIndex = 1
|
|
'
|
|
'GroupBox3
|
|
'
|
|
Me.GroupBox3.BackColor = System.Drawing.Color.FromArgb(CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer), CType(CType(224, Byte), Integer))
|
|
Me.GroupBox3.Controls.Add(Me.txtMRN4)
|
|
Me.GroupBox3.Controls.Add(Me.txtMRN2)
|
|
Me.GroupBox3.Controls.Add(Me.txtMRN3)
|
|
Me.GroupBox3.Controls.Add(Me.txtMRN1)
|
|
Me.GroupBox3.Location = New System.Drawing.Point(12, 32)
|
|
Me.GroupBox3.Name = "GroupBox3"
|
|
Me.GroupBox3.Size = New System.Drawing.Size(218, 52)
|
|
Me.GroupBox3.TabIndex = 101
|
|
Me.GroupBox3.TabStop = False
|
|
Me.GroupBox3.Text = "Zucker-MRN-Nr:"
|
|
'
|
|
'txtMRN4
|
|
'
|
|
Me.txtMRN4._numbersOnly = False
|
|
Me.txtMRN4._Prozent = False
|
|
Me.txtMRN4._ShortDateOnly = False
|
|
Me.txtMRN4._value = Nothing
|
|
Me.txtMRN4._Waehrung = False
|
|
Me.txtMRN4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtMRN4.ForeColor = System.Drawing.Color.Black
|
|
Me.txtMRN4.Location = New System.Drawing.Point(192, 21)
|
|
Me.txtMRN4.MaxLength = 1
|
|
Me.txtMRN4.Name = "txtMRN4"
|
|
Me.txtMRN4.Size = New System.Drawing.Size(18, 20)
|
|
Me.txtMRN4.TabIndex = 100
|
|
Me.txtMRN4.Text = "M"
|
|
'
|
|
'txtMRN2
|
|
'
|
|
Me.txtMRN2._numbersOnly = False
|
|
Me.txtMRN2._Prozent = False
|
|
Me.txtMRN2._ShortDateOnly = False
|
|
Me.txtMRN2._value = Nothing
|
|
Me.txtMRN2._Waehrung = False
|
|
Me.txtMRN2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtMRN2.ForeColor = System.Drawing.Color.Black
|
|
Me.txtMRN2.Location = New System.Drawing.Point(25, 21)
|
|
Me.txtMRN2.MaxLength = 2
|
|
Me.txtMRN2.Name = "txtMRN2"
|
|
Me.txtMRN2.Size = New System.Drawing.Size(26, 20)
|
|
Me.txtMRN2.TabIndex = 96
|
|
Me.txtMRN2.Text = "HU"
|
|
'
|
|
'txtMRN3
|
|
'
|
|
Me.txtMRN3._numbersOnly = False
|
|
Me.txtMRN3._Prozent = False
|
|
Me.txtMRN3._ShortDateOnly = False
|
|
Me.txtMRN3._value = Nothing
|
|
Me.txtMRN3._Waehrung = False
|
|
Me.txtMRN3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtMRN3.Location = New System.Drawing.Point(50, 21)
|
|
Me.txtMRN3.MaxLength = 13
|
|
Me.txtMRN3.Name = "txtMRN3"
|
|
Me.txtMRN3.Size = New System.Drawing.Size(143, 20)
|
|
Me.txtMRN3.TabIndex = 97
|
|
'
|
|
'txtMRN1
|
|
'
|
|
Me.txtMRN1._numbersOnly = False
|
|
Me.txtMRN1._Prozent = False
|
|
Me.txtMRN1._ShortDateOnly = False
|
|
Me.txtMRN1._value = Nothing
|
|
Me.txtMRN1._Waehrung = False
|
|
Me.txtMRN1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtMRN1.ForeColor = System.Drawing.Color.Black
|
|
Me.txtMRN1.Location = New System.Drawing.Point(4, 21)
|
|
Me.txtMRN1.MaxLength = 2
|
|
Me.txtMRN1.Name = "txtMRN1"
|
|
Me.txtMRN1.Size = New System.Drawing.Size(22, 20)
|
|
Me.txtMRN1.TabIndex = 95
|
|
Me.txtMRN1.Text = "16"
|
|
'
|
|
'frmNacherfassungZuckerZuckerMRNEingabe
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(244, 135)
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmNacherfassungZuckerZuckerMRNEingabe"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
Me.Text = "frmNacherfassungZuckerMRNEingabe"
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
Me.GroupBox3.ResumeLayout(False)
|
|
Me.GroupBox3.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents lblWahlenSieDieZusammenstellungDerBelegNrAus As System.Windows.Forms.Label
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents btnFertig As System.Windows.Forms.Button
|
|
Friend WithEvents pnl As System.Windows.Forms.Panel
|
|
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents txtMRN4 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtMRN2 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtMRN3 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtMRN1 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
End Class
|