neu
This commit is contained in:
195
Aviso/frmAbfertigungTR_ExportAnz.Designer.vb
generated
Normal file
195
Aviso/frmAbfertigungTR_ExportAnz.Designer.vb
generated
Normal file
@@ -0,0 +1,195 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class frmAbfertigungTR_ExportAnz
|
||||
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(frmAbfertigungTR_ExportAnz))
|
||||
Me.pnl = New System.Windows.Forms.Panel()
|
||||
Me.txtAnzPos = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txtAnz = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
Me.Label16 = New System.Windows.Forms.Label()
|
||||
Me.btn = New System.Windows.Forms.Button()
|
||||
Me.pnl.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'pnl
|
||||
'
|
||||
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.pnl.Controls.Add(Me.txtAnzPos)
|
||||
Me.pnl.Controls.Add(Me.txtAnz)
|
||||
Me.pnl.Controls.Add(Me.Label1)
|
||||
Me.pnl.Controls.Add(Me.Panel1)
|
||||
Me.pnl.Controls.Add(Me.Label16)
|
||||
Me.pnl.Controls.Add(Me.btn)
|
||||
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(261, 211)
|
||||
Me.pnl.TabIndex = 0
|
||||
'
|
||||
'txtAnzPos
|
||||
'
|
||||
Me.txtAnzPos._DateTimeOnly = False
|
||||
Me.txtAnzPos._numbersOnly = True
|
||||
Me.txtAnzPos._numbersOnlyKommastellen = ""
|
||||
Me.txtAnzPos._Prozent = False
|
||||
Me.txtAnzPos._ShortDateNew = False
|
||||
Me.txtAnzPos._ShortDateOnly = False
|
||||
Me.txtAnzPos._TimeOnly = False
|
||||
Me.txtAnzPos._value = ""
|
||||
Me.txtAnzPos._Waehrung = False
|
||||
Me.txtAnzPos._WaehrungZeichen = True
|
||||
Me.txtAnzPos.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
||||
Me.txtAnzPos.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtAnzPos.Location = New System.Drawing.Point(142, 95)
|
||||
Me.txtAnzPos.MaxLineLength = -1
|
||||
Me.txtAnzPos.MaxLines_Warning = ""
|
||||
Me.txtAnzPos.MaxLines_Warning_Label = Nothing
|
||||
Me.txtAnzPos.Name = "txtAnzPos"
|
||||
Me.txtAnzPos.Size = New System.Drawing.Size(100, 26)
|
||||
Me.txtAnzPos.TabIndex = 2
|
||||
'
|
||||
'txtAnz
|
||||
'
|
||||
Me.txtAnz._DateTimeOnly = False
|
||||
Me.txtAnz._numbersOnly = True
|
||||
Me.txtAnz._numbersOnlyKommastellen = ""
|
||||
Me.txtAnz._Prozent = False
|
||||
Me.txtAnz._ShortDateNew = False
|
||||
Me.txtAnz._ShortDateOnly = False
|
||||
Me.txtAnz._TimeOnly = False
|
||||
Me.txtAnz._value = ""
|
||||
Me.txtAnz._Waehrung = False
|
||||
Me.txtAnz._WaehrungZeichen = True
|
||||
Me.txtAnz.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
||||
Me.txtAnz.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtAnz.Location = New System.Drawing.Point(142, 63)
|
||||
Me.txtAnz.MaxLineLength = -1
|
||||
Me.txtAnz.MaxLines_Warning = ""
|
||||
Me.txtAnz.MaxLines_Warning_Label = Nothing
|
||||
Me.txtAnz.Name = "txtAnz"
|
||||
Me.txtAnz.Size = New System.Drawing.Size(100, 26)
|
||||
Me.txtAnz.TabIndex = 1
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(13, 103)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(123, 13)
|
||||
Me.Label1.TabIndex = 54
|
||||
Me.Label1.Text = "Gesmtanzahl Positionen:"
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
Me.Panel1.Controls.Add(Me.Button1)
|
||||
Me.Panel1.Controls.Add(Me.Label6)
|
||||
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(259, 41)
|
||||
Me.Panel1.TabIndex = 53
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.Button1.BackColor = System.Drawing.Color.Red
|
||||
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
|
||||
Me.Button1.ForeColor = System.Drawing.Color.White
|
||||
Me.Button1.Location = New System.Drawing.Point(175, -1)
|
||||
Me.Button1.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(85, 33)
|
||||
Me.Button1.TabIndex = 4
|
||||
Me.Button1.Text = "x"
|
||||
Me.Button1.UseVisualStyleBackColor = False
|
||||
'
|
||||
'Label6
|
||||
'
|
||||
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
|
||||
Me.Label6.ForeColor = System.Drawing.Color.White
|
||||
Me.Label6.Location = New System.Drawing.Point(13, 6)
|
||||
Me.Label6.Name = "Label6"
|
||||
Me.Label6.Size = New System.Drawing.Size(467, 26)
|
||||
Me.Label6.TabIndex = 51
|
||||
Me.Label6.Text = "TR Abfertigung"
|
||||
Me.Label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
'
|
||||
'Label16
|
||||
'
|
||||
Me.Label16.AutoSize = True
|
||||
Me.Label16.Location = New System.Drawing.Point(13, 71)
|
||||
Me.Label16.Name = "Label16"
|
||||
Me.Label16.Size = New System.Drawing.Size(76, 13)
|
||||
Me.Label16.TabIndex = 46
|
||||
Me.Label16.Text = "Anzahl T1/T2:"
|
||||
'
|
||||
'btn
|
||||
'
|
||||
Me.btn.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.btn.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
||||
Me.btn.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btn.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold)
|
||||
Me.btn.ForeColor = System.Drawing.Color.White
|
||||
Me.btn.Location = New System.Drawing.Point(16, 160)
|
||||
Me.btn.Name = "btn"
|
||||
Me.btn.Size = New System.Drawing.Size(229, 38)
|
||||
Me.btn.TabIndex = 3
|
||||
Me.btn.Text = "OK"
|
||||
Me.btn.UseVisualStyleBackColor = False
|
||||
'
|
||||
'frmAbfertigungTR_ExportAnz
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.BackColor = System.Drawing.Color.White
|
||||
Me.ClientSize = New System.Drawing.Size(261, 211)
|
||||
Me.Controls.Add(Me.pnl)
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.Name = "frmAbfertigungTR_ExportAnz"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
||||
Me.Text = "Ankunft setzen"
|
||||
Me.pnl.ResumeLayout(False)
|
||||
Me.pnl.PerformLayout()
|
||||
Me.Panel1.ResumeLayout(False)
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents pnl As Panel
|
||||
Friend WithEvents Button1 As Button
|
||||
Friend WithEvents btn As Button
|
||||
Friend WithEvents Label16 As Label
|
||||
Friend WithEvents Panel1 As Panel
|
||||
Friend WithEvents Label6 As Label
|
||||
Friend WithEvents Label1 As Label
|
||||
Friend WithEvents txtAnzPos As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents txtAnz As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
End Class
|
||||
Reference in New Issue
Block a user