946 lines
43 KiB
VB.net
946 lines
43 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmBerufung
|
|
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(frmBerufung))
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.lblErr_Aufbewarungsort = New System.Windows.Forms.Label()
|
|
Me.lblErr_DocNr = New System.Windows.Forms.Label()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.txtKennzeichen = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.txtLocation = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.txtAbsender = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
|
|
Me.txtEmpfaenger = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.sbAvisoSuche = New VERAG_PROG_ALLGEMEIN.MySearchBox()
|
|
Me.lblLKWId = New System.Windows.Forms.Label()
|
|
Me.txtAbfNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.txtFiliale = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtDocDatum = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.btnUpload = New System.Windows.Forms.Button()
|
|
Me.btnScan = New System.Windows.Forms.Button()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtDocNumber = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
Me.PictureBox6 = New System.Windows.Forms.PictureBox()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.Panel3 = New System.Windows.Forms.Panel()
|
|
Me.lblErr_ErhaltenDatum = New System.Windows.Forms.Label()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.cbxKurierPaketdienst = New System.Windows.Forms.CheckBox()
|
|
Me.txtErhaltenReferenz = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.cbxKurierMotorrad = New System.Windows.Forms.CheckBox()
|
|
Me.txtErhaltenDatum = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.txtErhaltenUhrzeit = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.Panel4 = New System.Windows.Forms.Panel()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.btnSave = New System.Windows.Forms.Button()
|
|
Me.FlatButton4 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.txtInfo = New System.Windows.Forms.RichTextBox()
|
|
Me.lblErr_Ausstellungsdatum = New System.Windows.Forms.Label()
|
|
Me.Panel1.SuspendLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel2.SuspendLayout()
|
|
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel3.SuspendLayout()
|
|
Me.Panel4.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BackColor = System.Drawing.Color.White
|
|
Me.Panel1.Controls.Add(Me.lblErr_Aufbewarungsort)
|
|
Me.Panel1.Controls.Add(Me.lblErr_DocNr)
|
|
Me.Panel1.Controls.Add(Me.Button5)
|
|
Me.Panel1.Controls.Add(Me.Button4)
|
|
Me.Panel1.Controls.Add(Me.Button3)
|
|
Me.Panel1.Controls.Add(Me.txtKennzeichen)
|
|
Me.Panel1.Controls.Add(Me.Label14)
|
|
Me.Panel1.Controls.Add(Me.Button2)
|
|
Me.Panel1.Controls.Add(Me.txtLocation)
|
|
Me.Panel1.Controls.Add(Me.Label12)
|
|
Me.Panel1.Controls.Add(Me.Label11)
|
|
Me.Panel1.Controls.Add(Me.txtAbsender)
|
|
Me.Panel1.Controls.Add(Me.txtEmpfaenger)
|
|
Me.Panel1.Controls.Add(Me.Label13)
|
|
Me.Panel1.Controls.Add(Me.sbAvisoSuche)
|
|
Me.Panel1.Controls.Add(Me.lblLKWId)
|
|
Me.Panel1.Controls.Add(Me.txtAbfNr)
|
|
Me.Panel1.Controls.Add(Me.Label5)
|
|
Me.Panel1.Controls.Add(Me.txtFiliale)
|
|
Me.Panel1.Controls.Add(Me.Label4)
|
|
Me.Panel1.Controls.Add(Me.Label3)
|
|
Me.Panel1.Controls.Add(Me.Label2)
|
|
Me.Panel1.Controls.Add(Me.txtDocDatum)
|
|
Me.Panel1.Controls.Add(Me.btnUpload)
|
|
Me.Panel1.Controls.Add(Me.btnScan)
|
|
Me.Panel1.Controls.Add(Me.PictureBox1)
|
|
Me.Panel1.Controls.Add(Me.Label1)
|
|
Me.Panel1.Controls.Add(Me.txtDocNumber)
|
|
Me.Panel1.Controls.Add(Me.Panel2)
|
|
Me.Panel1.Controls.Add(Me.Panel3)
|
|
Me.Panel1.Controls.Add(Me.Panel4)
|
|
Me.Panel1.Controls.Add(Me.FlatButton4)
|
|
Me.Panel1.Controls.Add(Me.FlatButton1)
|
|
Me.Panel1.Controls.Add(Me.txtInfo)
|
|
Me.Panel1.Controls.Add(Me.lblErr_Ausstellungsdatum)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(658, 588)
|
|
Me.Panel1.TabIndex = 0
|
|
'
|
|
'lblErr_Aufbewarungsort
|
|
'
|
|
Me.lblErr_Aufbewarungsort.AutoSize = True
|
|
Me.lblErr_Aufbewarungsort.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Italic)
|
|
Me.lblErr_Aufbewarungsort.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErr_Aufbewarungsort.Location = New System.Drawing.Point(388, 327)
|
|
Me.lblErr_Aufbewarungsort.Name = "lblErr_Aufbewarungsort"
|
|
Me.lblErr_Aufbewarungsort.Size = New System.Drawing.Size(56, 13)
|
|
Me.lblErr_Aufbewarungsort.TabIndex = 108
|
|
Me.lblErr_Aufbewarungsort.Text = "Pflichtfeld!"
|
|
Me.lblErr_Aufbewarungsort.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
Me.lblErr_Aufbewarungsort.Visible = False
|
|
'
|
|
'lblErr_DocNr
|
|
'
|
|
Me.lblErr_DocNr.AutoSize = True
|
|
Me.lblErr_DocNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Italic)
|
|
Me.lblErr_DocNr.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErr_DocNr.Location = New System.Drawing.Point(388, 53)
|
|
Me.lblErr_DocNr.Name = "lblErr_DocNr"
|
|
Me.lblErr_DocNr.Size = New System.Drawing.Size(56, 13)
|
|
Me.lblErr_DocNr.TabIndex = 107
|
|
Me.lblErr_DocNr.Text = "Pflichtfeld!"
|
|
Me.lblErr_DocNr.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
Me.lblErr_DocNr.Visible = False
|
|
'
|
|
'Button5
|
|
'
|
|
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button5.Location = New System.Drawing.Point(609, 341)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Size = New System.Drawing.Size(39, 26)
|
|
Me.Button5.TabIndex = 105
|
|
Me.Button5.Text = "FO"
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button4.Location = New System.Drawing.Point(510, 341)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(101, 26)
|
|
Me.Button4.TabIndex = 104
|
|
Me.Button4.Text = "VERRECHNUNG"
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Button3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button3.Location = New System.Drawing.Point(444, 341)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(67, 26)
|
|
Me.Button3.TabIndex = 103
|
|
Me.Button3.Text = "VERIMEX"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'txtKennzeichen
|
|
'
|
|
Me.txtKennzeichen._DateTimeOnly = False
|
|
Me.txtKennzeichen._numbersOnly = False
|
|
Me.txtKennzeichen._numbersOnlyKommastellen = ""
|
|
Me.txtKennzeichen._numbersOnlyTrennzeichen = True
|
|
Me.txtKennzeichen._Prozent = False
|
|
Me.txtKennzeichen._ShortDateNew = False
|
|
Me.txtKennzeichen._ShortDateOnly = False
|
|
Me.txtKennzeichen._TimeOnly = False
|
|
Me.txtKennzeichen._TimeOnly_Seconds = False
|
|
Me.txtKennzeichen._value = ""
|
|
Me.txtKennzeichen._Waehrung = False
|
|
Me.txtKennzeichen._WaehrungZeichen = False
|
|
Me.txtKennzeichen.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.txtKennzeichen.ForeColor = System.Drawing.Color.Black
|
|
Me.txtKennzeichen.Location = New System.Drawing.Point(473, 279)
|
|
Me.txtKennzeichen.MaxLineLength = -1
|
|
Me.txtKennzeichen.MaxLines_Warning = ""
|
|
Me.txtKennzeichen.MaxLines_Warning_Label = Nothing
|
|
Me.txtKennzeichen.Name = "txtKennzeichen"
|
|
Me.txtKennzeichen.Size = New System.Drawing.Size(175, 26)
|
|
Me.txtKennzeichen.TabIndex = 7
|
|
'
|
|
'Label14
|
|
'
|
|
Me.Label14.AutoSize = True
|
|
Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.Label14.Location = New System.Drawing.Point(469, 256)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(47, 20)
|
|
Me.Label14.TabIndex = 102
|
|
Me.Label14.Text = "LKW:"
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.Button2.Image = Global.SDL.My.Resources.Resources.android_note12
|
|
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button2.Location = New System.Drawing.Point(473, 211)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(175, 31)
|
|
Me.Button2.TabIndex = 100
|
|
Me.Button2.Text = "Aus Zwischenablage"
|
|
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'txtLocation
|
|
'
|
|
Me.txtLocation._DateTimeOnly = False
|
|
Me.txtLocation._numbersOnly = False
|
|
Me.txtLocation._numbersOnlyKommastellen = ""
|
|
Me.txtLocation._numbersOnlyTrennzeichen = True
|
|
Me.txtLocation._Prozent = False
|
|
Me.txtLocation._ShortDateNew = False
|
|
Me.txtLocation._ShortDateOnly = False
|
|
Me.txtLocation._TimeOnly = False
|
|
Me.txtLocation._TimeOnly_Seconds = False
|
|
Me.txtLocation._value = ""
|
|
Me.txtLocation._Waehrung = False
|
|
Me.txtLocation._WaehrungZeichen = False
|
|
Me.txtLocation.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.txtLocation.ForeColor = System.Drawing.Color.Black
|
|
Me.txtLocation.Location = New System.Drawing.Point(157, 341)
|
|
Me.txtLocation.MaxLineLength = -1
|
|
Me.txtLocation.MaxLines_Warning = ""
|
|
Me.txtLocation.MaxLines_Warning_Label = Nothing
|
|
Me.txtLocation.Name = "txtLocation"
|
|
Me.txtLocation.Size = New System.Drawing.Size(288, 26)
|
|
Me.txtLocation.TabIndex = 8
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.AutoSize = True
|
|
Me.Label12.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.Label12.Location = New System.Drawing.Point(9, 366)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(41, 20)
|
|
Me.Label12.TabIndex = 66
|
|
Me.Label12.Text = "Info:"
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.Label11.Location = New System.Drawing.Point(9, 344)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(143, 20)
|
|
Me.Label11.TabIndex = 66
|
|
Me.Label11.Text = "Aufbewarungs-Ort:"
|
|
'
|
|
'txtAbsender
|
|
'
|
|
Me.txtAbsender._AlleFirmenCLUSTER = False
|
|
Me.txtAbsender._AllowSetValue = True
|
|
Me.txtAbsender._autoSizeGross = True
|
|
Me.txtAbsender._display_Name1 = False
|
|
Me.txtAbsender._displayAVISO_Email = False
|
|
Me.txtAbsender._displayFullName = False
|
|
Me.txtAbsender._displayWoelflKd = False
|
|
Me.txtAbsender._hideIfListEmpty = True
|
|
Me.txtAbsender._loadKdData = True
|
|
Me.txtAbsender._searchName1 = True
|
|
Me.txtAbsender._UseFIRMA = ""
|
|
Me.txtAbsender._ValueKdAndName = True
|
|
Me.txtAbsender.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
|
Me.txtAbsender.dgvpos = "LEFT"
|
|
Me.txtAbsender.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.txtAbsender.KdName = ""
|
|
Me.txtAbsender.KdNr = "-1"
|
|
Me.txtAbsender.kdNrField = Nothing
|
|
Me.txtAbsender.KdNrNullInt = Nothing
|
|
Me.txtAbsender.Location = New System.Drawing.Point(157, 151)
|
|
Me.txtAbsender.MaxLength = 50
|
|
Me.txtAbsender.Name = "txtAbsender"
|
|
Me.txtAbsender.nurAktive = False
|
|
Me.txtAbsender.searchActive = True
|
|
Me.txtAbsender.Size = New System.Drawing.Size(263, 26)
|
|
Me.txtAbsender.TabIndex = 3
|
|
Me.txtAbsender.TIMER_SEARCH = True
|
|
Me.txtAbsender.usrcntl = Nothing
|
|
'
|
|
'txtEmpfaenger
|
|
'
|
|
Me.txtEmpfaenger._AlleFirmenCLUSTER = False
|
|
Me.txtEmpfaenger._AllowSetValue = True
|
|
Me.txtEmpfaenger._autoSizeGross = True
|
|
Me.txtEmpfaenger._display_Name1 = False
|
|
Me.txtEmpfaenger._displayAVISO_Email = False
|
|
Me.txtEmpfaenger._displayFullName = False
|
|
Me.txtEmpfaenger._displayWoelflKd = False
|
|
Me.txtEmpfaenger._hideIfListEmpty = True
|
|
Me.txtEmpfaenger._loadKdData = True
|
|
Me.txtEmpfaenger._searchName1 = True
|
|
Me.txtEmpfaenger._UseFIRMA = ""
|
|
Me.txtEmpfaenger._ValueKdAndName = True
|
|
Me.txtEmpfaenger.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper
|
|
Me.txtEmpfaenger.dgvpos = "LEFT"
|
|
Me.txtEmpfaenger.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.txtEmpfaenger.KdName = ""
|
|
Me.txtEmpfaenger.KdNr = "-1"
|
|
Me.txtEmpfaenger.kdNrField = Nothing
|
|
Me.txtEmpfaenger.KdNrNullInt = Nothing
|
|
Me.txtEmpfaenger.Location = New System.Drawing.Point(157, 176)
|
|
Me.txtEmpfaenger.Name = "txtEmpfaenger"
|
|
Me.txtEmpfaenger.nurAktive = False
|
|
Me.txtEmpfaenger.searchActive = True
|
|
Me.txtEmpfaenger.Size = New System.Drawing.Size(263, 26)
|
|
Me.txtEmpfaenger.TabIndex = 4
|
|
Me.txtEmpfaenger.TIMER_SEARCH = True
|
|
Me.txtEmpfaenger.usrcntl = Nothing
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.Label13.Location = New System.Drawing.Point(9, 179)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(92, 20)
|
|
Me.Label13.TabIndex = 33
|
|
Me.Label13.Text = "Empfänger:"
|
|
'
|
|
'sbAvisoSuche
|
|
'
|
|
Me.sbAvisoSuche._allowFreitext = False
|
|
Me.sbAvisoSuche._AllowSetValue = False
|
|
Me.sbAvisoSuche._allowSpaceAsSplitter = False
|
|
Me.sbAvisoSuche._autoSizeGross = False
|
|
Me.sbAvisoSuche._hideIfListEmpty = True
|
|
Me.sbAvisoSuche._value = Nothing
|
|
Me.sbAvisoSuche.conn_art = "FMZOLL"
|
|
Me.sbAvisoSuche.dgvpos = "LEFT"
|
|
Me.sbAvisoSuche.DISPLAY_PARAM = Nothing
|
|
Me.sbAvisoSuche.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.sbAvisoSuche.INVISIBLE_COLUMNS = Nothing
|
|
Me.sbAvisoSuche.key_visible = False
|
|
Me.sbAvisoSuche.KEYPARAM = Nothing
|
|
Me.sbAvisoSuche.Location = New System.Drawing.Point(157, 255)
|
|
Me.sbAvisoSuche.Name = "sbAvisoSuche"
|
|
Me.sbAvisoSuche.searchActive = True
|
|
Me.sbAvisoSuche.Size = New System.Drawing.Size(288, 26)
|
|
Me.sbAvisoSuche.SQL_ORDER_BY = Nothing
|
|
Me.sbAvisoSuche.SQL_SELECT = Nothing
|
|
Me.sbAvisoSuche.SQL_WHERE = Nothing
|
|
Me.sbAvisoSuche.SQL_WhereParamList = Nothing
|
|
Me.sbAvisoSuche.TabIndex = 5
|
|
Me.sbAvisoSuche.usrcntl = Nothing
|
|
'
|
|
'lblLKWId
|
|
'
|
|
Me.lblLKWId.AutoSize = True
|
|
Me.lblLKWId.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Italic)
|
|
Me.lblLKWId.Location = New System.Drawing.Point(603, 263)
|
|
Me.lblLKWId.Name = "lblLKWId"
|
|
Me.lblLKWId.Size = New System.Drawing.Size(45, 13)
|
|
Me.lblLKWId.TabIndex = 30
|
|
Me.lblLKWId.Text = "LKW-ID"
|
|
Me.lblLKWId.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
Me.lblLKWId.Visible = False
|
|
'
|
|
'txtAbfNr
|
|
'
|
|
Me.txtAbfNr._DateTimeOnly = False
|
|
Me.txtAbfNr._numbersOnly = True
|
|
Me.txtAbfNr._numbersOnlyKommastellen = ""
|
|
Me.txtAbfNr._numbersOnlyTrennzeichen = True
|
|
Me.txtAbfNr._Prozent = False
|
|
Me.txtAbfNr._ShortDateNew = False
|
|
Me.txtAbfNr._ShortDateOnly = False
|
|
Me.txtAbfNr._TimeOnly = False
|
|
Me.txtAbfNr._TimeOnly_Seconds = False
|
|
Me.txtAbfNr._value = ""
|
|
Me.txtAbfNr._Waehrung = False
|
|
Me.txtAbfNr._WaehrungZeichen = True
|
|
Me.txtAbfNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.txtAbfNr.ForeColor = System.Drawing.Color.Black
|
|
Me.txtAbfNr.Location = New System.Drawing.Point(238, 280)
|
|
Me.txtAbfNr.MaxLength = 8
|
|
Me.txtAbfNr.MaxLineLength = -1
|
|
Me.txtAbfNr.MaxLines_Warning = ""
|
|
Me.txtAbfNr.MaxLines_Warning_Label = Nothing
|
|
Me.txtAbfNr.Name = "txtAbfNr"
|
|
Me.txtAbfNr.Size = New System.Drawing.Size(207, 26)
|
|
Me.txtAbfNr.TabIndex = 7
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.Label5.Location = New System.Drawing.Point(9, 283)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(131, 20)
|
|
Me.Label5.TabIndex = 15
|
|
Me.Label5.Text = "FilialenNr/Abf.Nr.:"
|
|
'
|
|
'txtFiliale
|
|
'
|
|
Me.txtFiliale._DateTimeOnly = False
|
|
Me.txtFiliale._numbersOnly = True
|
|
Me.txtFiliale._numbersOnlyKommastellen = ""
|
|
Me.txtFiliale._numbersOnlyTrennzeichen = True
|
|
Me.txtFiliale._Prozent = False
|
|
Me.txtFiliale._ShortDateNew = False
|
|
Me.txtFiliale._ShortDateOnly = False
|
|
Me.txtFiliale._TimeOnly = False
|
|
Me.txtFiliale._TimeOnly_Seconds = False
|
|
Me.txtFiliale._value = ""
|
|
Me.txtFiliale._Waehrung = False
|
|
Me.txtFiliale._WaehrungZeichen = True
|
|
Me.txtFiliale.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.txtFiliale.ForeColor = System.Drawing.Color.Black
|
|
Me.txtFiliale.Location = New System.Drawing.Point(157, 280)
|
|
Me.txtFiliale.MaxLength = 4
|
|
Me.txtFiliale.MaxLineLength = -1
|
|
Me.txtFiliale.MaxLines_Warning = ""
|
|
Me.txtFiliale.MaxLines_Warning_Label = Nothing
|
|
Me.txtFiliale.Name = "txtFiliale"
|
|
Me.txtFiliale.Size = New System.Drawing.Size(82, 26)
|
|
Me.txtFiliale.TabIndex = 6
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.Label4.Location = New System.Drawing.Point(9, 258)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(114, 20)
|
|
Me.Label4.TabIndex = 13
|
|
Me.Label4.Text = "AVISO-Suche:"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.Label3.Location = New System.Drawing.Point(9, 154)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(82, 20)
|
|
Me.Label3.TabIndex = 11
|
|
Me.Label3.Text = "Absender:"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.Label2.Location = New System.Drawing.Point(9, 102)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(61, 20)
|
|
Me.Label2.TabIndex = 9
|
|
Me.Label2.Text = "Datum:"
|
|
'
|
|
'txtDocDatum
|
|
'
|
|
Me.txtDocDatum._DateTimeOnly = False
|
|
Me.txtDocDatum._numbersOnly = False
|
|
Me.txtDocDatum._numbersOnlyKommastellen = ""
|
|
Me.txtDocDatum._numbersOnlyTrennzeichen = False
|
|
Me.txtDocDatum._Prozent = False
|
|
Me.txtDocDatum._ShortDateNew = True
|
|
Me.txtDocDatum._ShortDateOnly = False
|
|
Me.txtDocDatum._TimeOnly = False
|
|
Me.txtDocDatum._TimeOnly_Seconds = False
|
|
Me.txtDocDatum._value = ""
|
|
Me.txtDocDatum._Waehrung = False
|
|
Me.txtDocDatum._WaehrungZeichen = False
|
|
Me.txtDocDatum.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.txtDocDatum.ForeColor = System.Drawing.Color.Black
|
|
Me.txtDocDatum.Location = New System.Drawing.Point(157, 99)
|
|
Me.txtDocDatum.MaxLength = 10
|
|
Me.txtDocDatum.MaxLineLength = -1
|
|
Me.txtDocDatum.MaxLines_Warning = ""
|
|
Me.txtDocDatum.MaxLines_Warning_Label = Nothing
|
|
Me.txtDocDatum.Name = "txtDocDatum"
|
|
Me.txtDocDatum.Size = New System.Drawing.Size(288, 26)
|
|
Me.txtDocDatum.TabIndex = 2
|
|
'
|
|
'btnUpload
|
|
'
|
|
Me.btnUpload.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnUpload.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.btnUpload.Image = Global.SDL.My.Resources.Resources.pdf_s
|
|
Me.btnUpload.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnUpload.Location = New System.Drawing.Point(473, 181)
|
|
Me.btnUpload.Name = "btnUpload"
|
|
Me.btnUpload.Size = New System.Drawing.Size(175, 31)
|
|
Me.btnUpload.TabIndex = 11
|
|
Me.btnUpload.Text = "Upload..."
|
|
Me.btnUpload.UseVisualStyleBackColor = True
|
|
'
|
|
'btnScan
|
|
'
|
|
Me.btnScan.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnScan.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.btnScan.Image = Global.SDL.My.Resources.Resources.scanner1
|
|
Me.btnScan.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnScan.Location = New System.Drawing.Point(473, 151)
|
|
Me.btnScan.Name = "btnScan"
|
|
Me.btnScan.Size = New System.Drawing.Size(175, 31)
|
|
Me.btnScan.TabIndex = 10
|
|
Me.btnScan.Text = "Scan..."
|
|
Me.btnScan.UseVisualStyleBackColor = True
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.BackgroundImage = Global.SDL.My.Resources.Resources.pdf_gray
|
|
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.PictureBox1.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.PictureBox1.Location = New System.Drawing.Point(473, 67)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(175, 76)
|
|
Me.PictureBox1.TabIndex = 5
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.Label1.Location = New System.Drawing.Point(9, 70)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(112, 20)
|
|
Me.Label1.TabIndex = 4
|
|
Me.Label1.Text = "Dokument-Nr.:"
|
|
'
|
|
'txtDocNumber
|
|
'
|
|
Me.txtDocNumber._DateTimeOnly = False
|
|
Me.txtDocNumber._numbersOnly = False
|
|
Me.txtDocNumber._numbersOnlyKommastellen = ""
|
|
Me.txtDocNumber._numbersOnlyTrennzeichen = True
|
|
Me.txtDocNumber._Prozent = False
|
|
Me.txtDocNumber._ShortDateNew = False
|
|
Me.txtDocNumber._ShortDateOnly = False
|
|
Me.txtDocNumber._TimeOnly = False
|
|
Me.txtDocNumber._TimeOnly_Seconds = False
|
|
Me.txtDocNumber._value = ""
|
|
Me.txtDocNumber._Waehrung = False
|
|
Me.txtDocNumber._WaehrungZeichen = True
|
|
Me.txtDocNumber.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.txtDocNumber.ForeColor = System.Drawing.Color.Black
|
|
Me.txtDocNumber.Location = New System.Drawing.Point(157, 67)
|
|
Me.txtDocNumber.MaxLineLength = -1
|
|
Me.txtDocNumber.MaxLines_Warning = ""
|
|
Me.txtDocNumber.MaxLines_Warning_Label = Nothing
|
|
Me.txtDocNumber.Name = "txtDocNumber"
|
|
Me.txtDocNumber.Size = New System.Drawing.Size(288, 26)
|
|
Me.txtDocNumber.TabIndex = 1
|
|
'
|
|
'Panel2
|
|
'
|
|
Me.Panel2.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Panel2.Controls.Add(Me.PictureBox6)
|
|
Me.Panel2.Controls.Add(Me.Label10)
|
|
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel2.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel2.Name = "Panel2"
|
|
Me.Panel2.Size = New System.Drawing.Size(658, 44)
|
|
Me.Panel2.TabIndex = 1
|
|
'
|
|
'PictureBox6
|
|
'
|
|
Me.PictureBox6.BackgroundImage = Global.SDL.My.Resources.Resources.fragezeichen
|
|
Me.PictureBox6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.PictureBox6.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.PictureBox6.Location = New System.Drawing.Point(640, 0)
|
|
Me.PictureBox6.Name = "PictureBox6"
|
|
Me.PictureBox6.Size = New System.Drawing.Size(18, 19)
|
|
Me.PictureBox6.TabIndex = 134
|
|
Me.PictureBox6.TabStop = False
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.Label10.ForeColor = System.Drawing.Color.White
|
|
Me.Label10.Location = New System.Drawing.Point(13, 14)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(634, 17)
|
|
Me.Label10.TabIndex = 5
|
|
Me.Label10.Text = "Bitte erfassen Sie die Daten vollständig, damit das ATR bei der Abfertigung gefun" &
|
|
"den werden kann."
|
|
'
|
|
'Panel3
|
|
'
|
|
Me.Panel3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Panel3.BackColor = System.Drawing.Color.FloralWhite
|
|
Me.Panel3.Controls.Add(Me.lblErr_ErhaltenDatum)
|
|
Me.Panel3.Controls.Add(Me.Label9)
|
|
Me.Panel3.Controls.Add(Me.cbxKurierPaketdienst)
|
|
Me.Panel3.Controls.Add(Me.txtErhaltenReferenz)
|
|
Me.Panel3.Controls.Add(Me.Label6)
|
|
Me.Panel3.Controls.Add(Me.cbxKurierMotorrad)
|
|
Me.Panel3.Controls.Add(Me.txtErhaltenDatum)
|
|
Me.Panel3.Controls.Add(Me.Label8)
|
|
Me.Panel3.Controls.Add(Me.Label7)
|
|
Me.Panel3.Controls.Add(Me.txtErhaltenUhrzeit)
|
|
Me.Panel3.Location = New System.Drawing.Point(0, 470)
|
|
Me.Panel3.Name = "Panel3"
|
|
Me.Panel3.Size = New System.Drawing.Size(462, 118)
|
|
Me.Panel3.TabIndex = 98
|
|
'
|
|
'lblErr_ErhaltenDatum
|
|
'
|
|
Me.lblErr_ErhaltenDatum.AutoSize = True
|
|
Me.lblErr_ErhaltenDatum.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Italic)
|
|
Me.lblErr_ErhaltenDatum.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErr_ErhaltenDatum.Location = New System.Drawing.Point(245, 26)
|
|
Me.lblErr_ErhaltenDatum.Name = "lblErr_ErhaltenDatum"
|
|
Me.lblErr_ErhaltenDatum.Size = New System.Drawing.Size(56, 13)
|
|
Me.lblErr_ErhaltenDatum.TabIndex = 109
|
|
Me.lblErr_ErhaltenDatum.Text = "Pflichtfeld!"
|
|
Me.lblErr_ErhaltenDatum.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
Me.lblErr_ErhaltenDatum.Visible = False
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.Label9.Location = New System.Drawing.Point(9, 67)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(104, 20)
|
|
Me.Label9.TabIndex = 27
|
|
Me.Label9.Text = "Referenz-Nr.:"
|
|
'
|
|
'cbxKurierPaketdienst
|
|
'
|
|
Me.cbxKurierPaketdienst.AutoSize = True
|
|
Me.cbxKurierPaketdienst.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.cbxKurierPaketdienst.Location = New System.Drawing.Point(300, 91)
|
|
Me.cbxKurierPaketdienst.Name = "cbxKurierPaketdienst"
|
|
Me.cbxKurierPaketdienst.Size = New System.Drawing.Size(155, 21)
|
|
Me.cbxKurierPaketdienst.TabIndex = 5
|
|
Me.cbxKurierPaketdienst.Text = "Paketdienst (DHL,..)"
|
|
Me.cbxKurierPaketdienst.UseVisualStyleBackColor = True
|
|
'
|
|
'txtErhaltenReferenz
|
|
'
|
|
Me.txtErhaltenReferenz._DateTimeOnly = False
|
|
Me.txtErhaltenReferenz._numbersOnly = False
|
|
Me.txtErhaltenReferenz._numbersOnlyKommastellen = ""
|
|
Me.txtErhaltenReferenz._numbersOnlyTrennzeichen = True
|
|
Me.txtErhaltenReferenz._Prozent = False
|
|
Me.txtErhaltenReferenz._ShortDateNew = False
|
|
Me.txtErhaltenReferenz._ShortDateOnly = False
|
|
Me.txtErhaltenReferenz._TimeOnly = False
|
|
Me.txtErhaltenReferenz._TimeOnly_Seconds = False
|
|
Me.txtErhaltenReferenz._value = ""
|
|
Me.txtErhaltenReferenz._Waehrung = False
|
|
Me.txtErhaltenReferenz._WaehrungZeichen = True
|
|
Me.txtErhaltenReferenz.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.txtErhaltenReferenz.ForeColor = System.Drawing.Color.Black
|
|
Me.txtErhaltenReferenz.Location = New System.Drawing.Point(156, 64)
|
|
Me.txtErhaltenReferenz.MaxLineLength = -1
|
|
Me.txtErhaltenReferenz.MaxLines_Warning = ""
|
|
Me.txtErhaltenReferenz.MaxLines_Warning_Label = Nothing
|
|
Me.txtErhaltenReferenz.Name = "txtErhaltenReferenz"
|
|
Me.txtErhaltenReferenz.Size = New System.Drawing.Size(288, 26)
|
|
Me.txtErhaltenReferenz.TabIndex = 3
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Underline)
|
|
Me.Label6.Location = New System.Drawing.Point(9, 13)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(149, 20)
|
|
Me.Label6.TabIndex = 18
|
|
Me.Label6.Text = "Dokument erhalten:"
|
|
'
|
|
'cbxKurierMotorrad
|
|
'
|
|
Me.cbxKurierMotorrad.AutoSize = True
|
|
Me.cbxKurierMotorrad.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.cbxKurierMotorrad.Location = New System.Drawing.Point(156, 91)
|
|
Me.cbxKurierMotorrad.Name = "cbxKurierMotorrad"
|
|
Me.cbxKurierMotorrad.Size = New System.Drawing.Size(127, 21)
|
|
Me.cbxKurierMotorrad.TabIndex = 4
|
|
Me.cbxKurierMotorrad.Text = "Motorrad-Kurier"
|
|
Me.cbxKurierMotorrad.UseVisualStyleBackColor = True
|
|
'
|
|
'txtErhaltenDatum
|
|
'
|
|
Me.txtErhaltenDatum._DateTimeOnly = False
|
|
Me.txtErhaltenDatum._numbersOnly = False
|
|
Me.txtErhaltenDatum._numbersOnlyKommastellen = ""
|
|
Me.txtErhaltenDatum._numbersOnlyTrennzeichen = True
|
|
Me.txtErhaltenDatum._Prozent = False
|
|
Me.txtErhaltenDatum._ShortDateNew = True
|
|
Me.txtErhaltenDatum._ShortDateOnly = False
|
|
Me.txtErhaltenDatum._TimeOnly = False
|
|
Me.txtErhaltenDatum._TimeOnly_Seconds = False
|
|
Me.txtErhaltenDatum._value = ""
|
|
Me.txtErhaltenDatum._Waehrung = False
|
|
Me.txtErhaltenDatum._WaehrungZeichen = True
|
|
Me.txtErhaltenDatum.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.txtErhaltenDatum.ForeColor = System.Drawing.Color.Black
|
|
Me.txtErhaltenDatum.Location = New System.Drawing.Point(156, 39)
|
|
Me.txtErhaltenDatum.MaxLength = 10
|
|
Me.txtErhaltenDatum.MaxLineLength = -1
|
|
Me.txtErhaltenDatum.MaxLines_Warning = ""
|
|
Me.txtErhaltenDatum.MaxLines_Warning_Label = Nothing
|
|
Me.txtErhaltenDatum.Name = "txtErhaltenDatum"
|
|
Me.txtErhaltenDatum.Size = New System.Drawing.Size(145, 26)
|
|
Me.txtErhaltenDatum.TabIndex = 1
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.Label8.Location = New System.Drawing.Point(9, 92)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(34, 20)
|
|
Me.Label8.TabIndex = 22
|
|
Me.Label8.Text = "Art:"
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.Label7.Location = New System.Drawing.Point(9, 42)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(116, 20)
|
|
Me.Label7.TabIndex = 19
|
|
Me.Label7.Text = "Datum/Uhrzeit:"
|
|
'
|
|
'txtErhaltenUhrzeit
|
|
'
|
|
Me.txtErhaltenUhrzeit._DateTimeOnly = False
|
|
Me.txtErhaltenUhrzeit._numbersOnly = False
|
|
Me.txtErhaltenUhrzeit._numbersOnlyKommastellen = ""
|
|
Me.txtErhaltenUhrzeit._numbersOnlyTrennzeichen = True
|
|
Me.txtErhaltenUhrzeit._Prozent = False
|
|
Me.txtErhaltenUhrzeit._ShortDateNew = False
|
|
Me.txtErhaltenUhrzeit._ShortDateOnly = False
|
|
Me.txtErhaltenUhrzeit._TimeOnly = True
|
|
Me.txtErhaltenUhrzeit._TimeOnly_Seconds = False
|
|
Me.txtErhaltenUhrzeit._value = ""
|
|
Me.txtErhaltenUhrzeit._Waehrung = False
|
|
Me.txtErhaltenUhrzeit._WaehrungZeichen = True
|
|
Me.txtErhaltenUhrzeit.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.txtErhaltenUhrzeit.ForeColor = System.Drawing.Color.Black
|
|
Me.txtErhaltenUhrzeit.Location = New System.Drawing.Point(300, 39)
|
|
Me.txtErhaltenUhrzeit.MaxLength = 8
|
|
Me.txtErhaltenUhrzeit.MaxLineLength = -1
|
|
Me.txtErhaltenUhrzeit.MaxLines_Warning = ""
|
|
Me.txtErhaltenUhrzeit.MaxLines_Warning_Label = Nothing
|
|
Me.txtErhaltenUhrzeit.Name = "txtErhaltenUhrzeit"
|
|
Me.txtErhaltenUhrzeit.Size = New System.Drawing.Size(144, 26)
|
|
Me.txtErhaltenUhrzeit.TabIndex = 2
|
|
'
|
|
'Panel4
|
|
'
|
|
Me.Panel4.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Panel4.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.Panel4.Controls.Add(Me.Button1)
|
|
Me.Panel4.Controls.Add(Me.btnSave)
|
|
Me.Panel4.Location = New System.Drawing.Point(461, 470)
|
|
Me.Panel4.Name = "Panel4"
|
|
Me.Panel4.Size = New System.Drawing.Size(197, 118)
|
|
Me.Panel4.TabIndex = 99
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.BackColor = System.Drawing.Color.White
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.Button1.Image = Global.SDL.My.Resources.Resources.del_small
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.Location = New System.Drawing.Point(12, 83)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(175, 30)
|
|
Me.Button1.TabIndex = 3
|
|
Me.Button1.Text = "Abbrechen "
|
|
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button1.UseVisualStyleBackColor = False
|
|
'
|
|
'btnSave
|
|
'
|
|
Me.btnSave.BackColor = System.Drawing.Color.White
|
|
Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSave.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.btnSave.Image = Global.SDL.My.Resources.Resources.save
|
|
Me.btnSave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnSave.Location = New System.Drawing.Point(12, 7)
|
|
Me.btnSave.Name = "btnSave"
|
|
Me.btnSave.Size = New System.Drawing.Size(175, 72)
|
|
Me.btnSave.TabIndex = 2
|
|
Me.btnSave.Text = "Speichern "
|
|
Me.btnSave.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnSave.UseVisualStyleBackColor = False
|
|
'
|
|
'FlatButton4
|
|
'
|
|
Me.FlatButton4.allowBorder = False
|
|
Me.FlatButton4.BackgroundImage = CType(resources.GetObject("FlatButton4.BackgroundImage"), System.Drawing.Image)
|
|
Me.FlatButton4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.FlatButton4.FlatAppearance.BorderSize = 0
|
|
Me.FlatButton4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton4.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton4.Location = New System.Drawing.Point(419, 150)
|
|
Me.FlatButton4.Name = "FlatButton4"
|
|
Me.FlatButton4.Size = New System.Drawing.Size(26, 26)
|
|
Me.FlatButton4.TabIndex = 98
|
|
Me.FlatButton4.TabStop = False
|
|
Me.FlatButton4.UseVisualStyleBackColor = True
|
|
'
|
|
'FlatButton1
|
|
'
|
|
Me.FlatButton1.allowBorder = False
|
|
Me.FlatButton1.BackgroundImage = CType(resources.GetObject("FlatButton1.BackgroundImage"), System.Drawing.Image)
|
|
Me.FlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.FlatButton1.FlatAppearance.BorderSize = 0
|
|
Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton1.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton1.Location = New System.Drawing.Point(419, 175)
|
|
Me.FlatButton1.Name = "FlatButton1"
|
|
Me.FlatButton1.Size = New System.Drawing.Size(26, 26)
|
|
Me.FlatButton1.TabIndex = 99
|
|
Me.FlatButton1.TabStop = False
|
|
Me.FlatButton1.UseVisualStyleBackColor = True
|
|
'
|
|
'txtInfo
|
|
'
|
|
Me.txtInfo.Location = New System.Drawing.Point(157, 366)
|
|
Me.txtInfo.Name = "txtInfo"
|
|
Me.txtInfo.Size = New System.Drawing.Size(491, 84)
|
|
Me.txtInfo.TabIndex = 9
|
|
Me.txtInfo.Text = ""
|
|
'
|
|
'lblErr_Ausstellungsdatum
|
|
'
|
|
Me.lblErr_Ausstellungsdatum.AutoSize = True
|
|
Me.lblErr_Ausstellungsdatum.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Italic)
|
|
Me.lblErr_Ausstellungsdatum.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErr_Ausstellungsdatum.Location = New System.Drawing.Point(389, 126)
|
|
Me.lblErr_Ausstellungsdatum.Name = "lblErr_Ausstellungsdatum"
|
|
Me.lblErr_Ausstellungsdatum.Size = New System.Drawing.Size(56, 13)
|
|
Me.lblErr_Ausstellungsdatum.TabIndex = 106
|
|
Me.lblErr_Ausstellungsdatum.Text = "Pflichtfeld!"
|
|
Me.lblErr_Ausstellungsdatum.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
Me.lblErr_Ausstellungsdatum.Visible = False
|
|
'
|
|
'frmATR
|
|
'
|
|
Me.AllowDrop = True
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(658, 588)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmATR"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
Me.Text = "ATR/EUR1"
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel2.ResumeLayout(False)
|
|
Me.Panel2.PerformLayout()
|
|
CType(Me.PictureBox6, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel3.ResumeLayout(False)
|
|
Me.Panel3.PerformLayout()
|
|
Me.Panel4.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Panel1 As Panel
|
|
Friend WithEvents PictureBox1 As PictureBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents txtDocNumber As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents btnSave As Button
|
|
Friend WithEvents Panel2 As Panel
|
|
Friend WithEvents btnScan As Button
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents txtDocDatum As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents btnUpload As Button
|
|
Friend WithEvents Label8 As Label
|
|
Friend WithEvents txtErhaltenUhrzeit As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label7 As Label
|
|
Friend WithEvents Label6 As Label
|
|
Friend WithEvents txtErhaltenDatum As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtAbfNr As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents txtFiliale As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Panel3 As Panel
|
|
Friend WithEvents cbxKurierPaketdienst As CheckBox
|
|
Friend WithEvents cbxKurierMotorrad As CheckBox
|
|
Friend WithEvents Label9 As Label
|
|
Friend WithEvents txtErhaltenReferenz As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Panel4 As Panel
|
|
Friend WithEvents Label10 As Label
|
|
Friend WithEvents lblLKWId As Label
|
|
Friend WithEvents sbAvisoSuche As VERAG_PROG_ALLGEMEIN.MySearchBox
|
|
Friend WithEvents Label13 As Label
|
|
Friend WithEvents txtAbsender As VERAG_PROG_ALLGEMEIN.KdSearchBox
|
|
Friend WithEvents txtEmpfaenger As VERAG_PROG_ALLGEMEIN.KdSearchBox
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents FlatButton4 As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents FlatButton1 As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents txtLocation As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label12 As Label
|
|
Friend WithEvents Label11 As Label
|
|
Friend WithEvents txtInfo As RichTextBox
|
|
Friend WithEvents Button2 As Button
|
|
Friend WithEvents txtKennzeichen As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label14 As Label
|
|
Friend WithEvents Button5 As Button
|
|
Friend WithEvents Button4 As Button
|
|
Friend WithEvents Button3 As Button
|
|
Friend WithEvents lblErr_Aufbewarungsort As Label
|
|
Friend WithEvents lblErr_DocNr As Label
|
|
Friend WithEvents lblErr_Ausstellungsdatum As Label
|
|
Friend WithEvents PictureBox6 As PictureBox
|
|
Friend WithEvents lblErr_ErhaltenDatum As Label
|
|
End Class
|