neu
This commit is contained in:
70
Aviso/frmAddSendungsvermerkShort.Designer.vb
generated
70
Aviso/frmAddSendungsvermerkShort.Designer.vb
generated
@@ -1,9 +1,9 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class frmAddSendungsvermerkShort
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
<System.Diagnostics.DebuggerNonUserCode()>
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
@@ -20,13 +20,14 @@ Partial Class frmAddSendungsvermerkShort
|
||||
'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()> _
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Me.components = New System.ComponentModel.Container()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAddSendungsvermerkShort))
|
||||
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.pnlMain = New System.Windows.Forms.Panel()
|
||||
Me.pnlSendungsVermker = New System.Windows.Forms.Panel()
|
||||
Me.cbxRgBest = New System.Windows.Forms.CheckBox()
|
||||
Me.optUeberwachungsdok = New System.Windows.Forms.CheckBox()
|
||||
Me.lblErrSpedition = New System.Windows.Forms.Label()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
@@ -64,7 +65,6 @@ Partial Class frmAddSendungsvermerkShort
|
||||
Me.PictureBox4 = New System.Windows.Forms.PictureBox()
|
||||
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
||||
Me.Panel4 = New System.Windows.Forms.Panel()
|
||||
Me.cbxRgBest = New System.Windows.Forms.CheckBox()
|
||||
Me.pnlMain.SuspendLayout()
|
||||
Me.pnlSendungsVermker.SuspendLayout()
|
||||
CType(Me.PictureBox4, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -83,7 +83,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
Me.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.pnlMain.Location = New System.Drawing.Point(0, 0)
|
||||
Me.pnlMain.Name = "pnlMain"
|
||||
Me.pnlMain.Size = New System.Drawing.Size(434, 388)
|
||||
Me.pnlMain.Size = New System.Drawing.Size(434, 386)
|
||||
Me.pnlMain.TabIndex = 0
|
||||
'
|
||||
'pnlSendungsVermker
|
||||
@@ -130,9 +130,19 @@ Partial Class frmAddSendungsvermerkShort
|
||||
Me.pnlSendungsVermker.Dock = System.Windows.Forms.DockStyle.Fill
|
||||
Me.pnlSendungsVermker.Location = New System.Drawing.Point(0, 0)
|
||||
Me.pnlSendungsVermker.Name = "pnlSendungsVermker"
|
||||
Me.pnlSendungsVermker.Size = New System.Drawing.Size(434, 388)
|
||||
Me.pnlSendungsVermker.Size = New System.Drawing.Size(434, 386)
|
||||
Me.pnlSendungsVermker.TabIndex = 0
|
||||
'
|
||||
'cbxRgBest
|
||||
'
|
||||
Me.cbxRgBest.AutoSize = True
|
||||
Me.cbxRgBest.Location = New System.Drawing.Point(270, 161)
|
||||
Me.cbxRgBest.Name = "cbxRgBest"
|
||||
Me.cbxRgBest.Size = New System.Drawing.Size(146, 17)
|
||||
Me.cbxRgBest.TabIndex = 86
|
||||
Me.cbxRgBest.Text = "Rechnungsbestät. angef."
|
||||
Me.cbxRgBest.UseVisualStyleBackColor = True
|
||||
'
|
||||
'optUeberwachungsdok
|
||||
'
|
||||
Me.optUeberwachungsdok.AutoSize = True
|
||||
@@ -148,7 +158,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
Me.lblErrSpedition.AutoSize = True
|
||||
Me.lblErrSpedition.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.lblErrSpedition.ForeColor = System.Drawing.Color.Red
|
||||
Me.lblErrSpedition.Location = New System.Drawing.Point(175, 230)
|
||||
Me.lblErrSpedition.Location = New System.Drawing.Point(175, 226)
|
||||
Me.lblErrSpedition.Name = "lblErrSpedition"
|
||||
Me.lblErrSpedition.Size = New System.Drawing.Size(158, 13)
|
||||
Me.lblErrSpedition.TabIndex = 17
|
||||
@@ -160,7 +170,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
|
||||
Me.Label2.Location = New System.Drawing.Point(175, 230)
|
||||
Me.Label2.Location = New System.Drawing.Point(175, 226)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(57, 13)
|
||||
Me.Label2.TabIndex = 84
|
||||
@@ -171,7 +181,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
Me.lblErrGrund.AutoSize = True
|
||||
Me.lblErrGrund.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.lblErrGrund.ForeColor = System.Drawing.Color.Red
|
||||
Me.lblErrGrund.Location = New System.Drawing.Point(120, 289)
|
||||
Me.lblErrGrund.Location = New System.Drawing.Point(120, 285)
|
||||
Me.lblErrGrund.Name = "lblErrGrund"
|
||||
Me.lblErrGrund.Size = New System.Drawing.Size(149, 13)
|
||||
Me.lblErrGrund.TabIndex = 26
|
||||
@@ -222,7 +232,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
'
|
||||
Me.txtSpedition.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.txtSpedition.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtSpedition.Location = New System.Drawing.Point(177, 246)
|
||||
Me.txtSpedition.Location = New System.Drawing.Point(177, 242)
|
||||
Me.txtSpedition.MaxLength = 50
|
||||
Me.txtSpedition.Name = "txtSpedition"
|
||||
Me.txtSpedition.Size = New System.Drawing.Size(125, 20)
|
||||
@@ -252,7 +262,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
'
|
||||
Me.optSpeditionWeitergeleitet.AutoSize = True
|
||||
Me.optSpeditionWeitergeleitet.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.optSpeditionWeitergeleitet.Location = New System.Drawing.Point(12, 248)
|
||||
Me.optSpeditionWeitergeleitet.Location = New System.Drawing.Point(12, 244)
|
||||
Me.optSpeditionWeitergeleitet.Name = "optSpeditionWeitergeleitet"
|
||||
Me.optSpeditionWeitergeleitet.Size = New System.Drawing.Size(163, 17)
|
||||
Me.optSpeditionWeitergeleitet.TabIndex = 19
|
||||
@@ -263,7 +273,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
'
|
||||
Me.optFreierText.AutoSize = True
|
||||
Me.optFreierText.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.optFreierText.Location = New System.Drawing.Point(12, 271)
|
||||
Me.optFreierText.Location = New System.Drawing.Point(12, 267)
|
||||
Me.optFreierText.Name = "optFreierText"
|
||||
Me.optFreierText.Size = New System.Drawing.Size(105, 17)
|
||||
Me.optFreierText.TabIndex = 27
|
||||
@@ -304,7 +314,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.Label3.Location = New System.Drawing.Point(308, 249)
|
||||
Me.Label3.Location = New System.Drawing.Point(308, 245)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(57, 13)
|
||||
Me.Label3.TabIndex = 22
|
||||
@@ -314,7 +324,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
'
|
||||
Me.lblErr240Zeichen.AutoSize = True
|
||||
Me.lblErr240Zeichen.ForeColor = System.Drawing.Color.Red
|
||||
Me.lblErr240Zeichen.Location = New System.Drawing.Point(200, 309)
|
||||
Me.lblErr240Zeichen.Location = New System.Drawing.Point(200, 305)
|
||||
Me.lblErr240Zeichen.Name = "lblErr240Zeichen"
|
||||
Me.lblErr240Zeichen.Size = New System.Drawing.Size(95, 13)
|
||||
Me.lblErr240Zeichen.TabIndex = 32
|
||||
@@ -326,7 +336,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
Me.txtDetail.AcceptsReturn = True
|
||||
Me.txtDetail.BackColor = System.Drawing.Color.White
|
||||
Me.txtDetail.ForeColor = System.Drawing.SystemColors.InfoText
|
||||
Me.txtDetail.Location = New System.Drawing.Point(12, 325)
|
||||
Me.txtDetail.Location = New System.Drawing.Point(12, 321)
|
||||
Me.txtDetail.MaxLength = 240
|
||||
Me.txtDetail.Multiline = True
|
||||
Me.txtDetail.Name = "txtDetail"
|
||||
@@ -339,7 +349,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
'Label18
|
||||
'
|
||||
Me.Label18.AutoSize = True
|
||||
Me.Label18.Location = New System.Drawing.Point(9, 309)
|
||||
Me.Label18.Location = New System.Drawing.Point(9, 305)
|
||||
Me.Label18.Name = "Label18"
|
||||
Me.Label18.Size = New System.Drawing.Size(142, 13)
|
||||
Me.Label18.TabIndex = 31
|
||||
@@ -349,7 +359,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
'
|
||||
Me.txtSendungSpedition.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.txtSendungSpedition.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtSendungSpedition.Location = New System.Drawing.Point(144, 246)
|
||||
Me.txtSendungSpedition.Location = New System.Drawing.Point(144, 242)
|
||||
Me.txtSendungSpedition.MaxLength = 50
|
||||
Me.txtSendungSpedition.Name = "txtSendungSpedition"
|
||||
Me.txtSendungSpedition.Size = New System.Drawing.Size(25, 20)
|
||||
@@ -370,7 +380,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
'btnOK
|
||||
'
|
||||
Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnOK.Location = New System.Drawing.Point(301, 325)
|
||||
Me.btnOK.Location = New System.Drawing.Point(301, 321)
|
||||
Me.btnOK.Name = "btnOK"
|
||||
Me.btnOK.Size = New System.Drawing.Size(124, 54)
|
||||
Me.btnOK.TabIndex = 34
|
||||
@@ -392,7 +402,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
Me.Label9.AutoSize = True
|
||||
Me.Label9.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!)
|
||||
Me.Label9.Location = New System.Drawing.Point(332, 289)
|
||||
Me.Label9.Location = New System.Drawing.Point(332, 285)
|
||||
Me.Label9.Name = "Label9"
|
||||
Me.Label9.Size = New System.Drawing.Size(90, 13)
|
||||
Me.Label9.TabIndex = 30
|
||||
@@ -425,7 +435,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
Me.Label17.AutoSize = True
|
||||
Me.Label17.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.Label17.Font = New System.Drawing.Font("Microsoft Sans Serif", 7.0!, System.Drawing.FontStyle.Italic)
|
||||
Me.Label17.Location = New System.Drawing.Point(119, 289)
|
||||
Me.Label17.Location = New System.Drawing.Point(119, 285)
|
||||
Me.Label17.Name = "Label17"
|
||||
Me.Label17.Size = New System.Drawing.Size(182, 13)
|
||||
Me.Label17.TabIndex = 29
|
||||
@@ -436,7 +446,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
Me.Label13.AutoSize = True
|
||||
Me.Label13.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label13.Location = New System.Drawing.Point(9, 221)
|
||||
Me.Label13.Location = New System.Drawing.Point(9, 217)
|
||||
Me.Label13.Name = "Label13"
|
||||
Me.Label13.Size = New System.Drawing.Size(79, 17)
|
||||
Me.Label13.TabIndex = 16
|
||||
@@ -468,7 +478,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
'
|
||||
Me.txtFreierText.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.txtFreierText.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.txtFreierText.Location = New System.Drawing.Point(122, 269)
|
||||
Me.txtFreierText.Location = New System.Drawing.Point(122, 265)
|
||||
Me.txtFreierText.MaxLength = 80
|
||||
Me.txtFreierText.Name = "txtFreierText"
|
||||
Me.txtFreierText.Size = New System.Drawing.Size(302, 20)
|
||||
@@ -489,7 +499,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
'
|
||||
Me.Label20.AutoSize = True
|
||||
Me.Label20.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.Label20.Location = New System.Drawing.Point(267, 249)
|
||||
Me.Label20.Location = New System.Drawing.Point(267, 245)
|
||||
Me.Label20.Name = "Label20"
|
||||
Me.Label20.Size = New System.Drawing.Size(0, 13)
|
||||
Me.Label20.TabIndex = 21
|
||||
@@ -509,7 +519,7 @@ Partial Class frmAddSendungsvermerkShort
|
||||
'
|
||||
Me.PictureBox4.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.PictureBox4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.PictureBox4.Location = New System.Drawing.Point(-1, 210)
|
||||
Me.PictureBox4.Location = New System.Drawing.Point(-1, 206)
|
||||
Me.PictureBox4.Name = "PictureBox4"
|
||||
Me.PictureBox4.Size = New System.Drawing.Size(435, 95)
|
||||
Me.PictureBox4.TabIndex = 78
|
||||
@@ -535,21 +545,11 @@ Partial Class frmAddSendungsvermerkShort
|
||||
Me.Panel4.Size = New System.Drawing.Size(434, 0)
|
||||
Me.Panel4.TabIndex = 1
|
||||
'
|
||||
'cbxRgBest
|
||||
'
|
||||
Me.cbxRgBest.AutoSize = True
|
||||
Me.cbxRgBest.Location = New System.Drawing.Point(270, 161)
|
||||
Me.cbxRgBest.Name = "cbxRgBest"
|
||||
Me.cbxRgBest.Size = New System.Drawing.Size(146, 17)
|
||||
Me.cbxRgBest.TabIndex = 86
|
||||
Me.cbxRgBest.Text = "Rechnungsbestät. angef."
|
||||
Me.cbxRgBest.UseVisualStyleBackColor = True
|
||||
'
|
||||
'frmAddSendungsvermerkShort
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(434, 388)
|
||||
Me.ClientSize = New System.Drawing.Size(434, 386)
|
||||
Me.Controls.Add(Me.pnlMain)
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
|
||||
Reference in New Issue
Block a user