Projektdateien hinzufügen.
This commit is contained in:
612
Aviso/usrCntlEintragAvisoAtilla.Designer.vb
generated
Normal file
612
Aviso/usrCntlEintragAvisoAtilla.Designer.vb
generated
Normal file
@@ -0,0 +1,612 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class usrCntlEintragAvisoAtilla
|
||||
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.Label1 = New System.Windows.Forms.Label()
|
||||
Me.rbtnKaptainAndreevo = New System.Windows.Forms.CheckBox()
|
||||
Me.rbtnLesovo = New System.Windows.Forms.CheckBox()
|
||||
Me.rbtnBatrovici = New System.Windows.Forms.CheckBox()
|
||||
Me.rbtnTrieste = New System.Windows.Forms.CheckBox()
|
||||
Me.grpAusgangszollstelle = New System.Windows.Forms.GroupBox()
|
||||
Me.rbtnHorgos = New System.Windows.Forms.CheckBox()
|
||||
Me.txtAusgangszstAndere = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.rbtnAndere = New System.Windows.Forms.CheckBox()
|
||||
Me.rbtnTovarnik = New System.Windows.Forms.CheckBox()
|
||||
Me.rbtnKipi = New System.Windows.Forms.CheckBox()
|
||||
Me.rbtnTompa = New System.Windows.Forms.CheckBox()
|
||||
Me.cbxTemperatur = New System.Windows.Forms.CheckBox()
|
||||
Me.lblC = New System.Windows.Forms.Label()
|
||||
Me.cbxZugmaschine = New System.Windows.Forms.CheckBox()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.txtAnmerkung = New System.Windows.Forms.RichTextBox()
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.txtGewicht = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txtColli = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txtWarenbezeichnung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txtZugmaschine = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txtTransporttemp = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.sbDurchgangszollstelle5 = New VERAG_PROG_ALLGEMEIN.MySearchBox()
|
||||
Me.sbDurchgangszollstelle6 = New VERAG_PROG_ALLGEMEIN.MySearchBox()
|
||||
Me.sbDurchgangszollstelle4 = New VERAG_PROG_ALLGEMEIN.MySearchBox()
|
||||
Me.sbDurchgangszollstelle3 = New VERAG_PROG_ALLGEMEIN.MySearchBox()
|
||||
Me.sbDurchgangszollstelle2 = New VERAG_PROG_ALLGEMEIN.MySearchBox()
|
||||
Me.sbDurchgangszollstelle1 = New VERAG_PROG_ALLGEMEIN.MySearchBox()
|
||||
Me.Label24 = New System.Windows.Forms.Label()
|
||||
Me.Label23 = New System.Windows.Forms.Label()
|
||||
Me.grpAusgangszollstelle.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label1.Location = New System.Drawing.Point(9, 13)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(135, 13)
|
||||
Me.Label1.TabIndex = 0
|
||||
Me.Label1.Text = "Durchgangszollstellen:"
|
||||
'
|
||||
'rbtnKaptainAndreevo
|
||||
'
|
||||
Me.rbtnKaptainAndreevo.AutoSize = True
|
||||
Me.rbtnKaptainAndreevo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.rbtnKaptainAndreevo.Location = New System.Drawing.Point(9, 20)
|
||||
Me.rbtnKaptainAndreevo.Name = "rbtnKaptainAndreevo"
|
||||
Me.rbtnKaptainAndreevo.Size = New System.Drawing.Size(111, 17)
|
||||
Me.rbtnKaptainAndreevo.TabIndex = 0
|
||||
Me.rbtnKaptainAndreevo.Text = "Kaptain Andreevo"
|
||||
Me.rbtnKaptainAndreevo.UseVisualStyleBackColor = True
|
||||
'
|
||||
'rbtnLesovo
|
||||
'
|
||||
Me.rbtnLesovo.AutoSize = True
|
||||
Me.rbtnLesovo.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.rbtnLesovo.Location = New System.Drawing.Point(9, 38)
|
||||
Me.rbtnLesovo.Name = "rbtnLesovo"
|
||||
Me.rbtnLesovo.Size = New System.Drawing.Size(61, 17)
|
||||
Me.rbtnLesovo.TabIndex = 2
|
||||
Me.rbtnLesovo.Text = "Lesovo"
|
||||
Me.rbtnLesovo.UseVisualStyleBackColor = True
|
||||
'
|
||||
'rbtnBatrovici
|
||||
'
|
||||
Me.rbtnBatrovici.AutoSize = True
|
||||
Me.rbtnBatrovici.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.rbtnBatrovici.Location = New System.Drawing.Point(9, 56)
|
||||
Me.rbtnBatrovici.Name = "rbtnBatrovici"
|
||||
Me.rbtnBatrovici.Size = New System.Drawing.Size(117, 17)
|
||||
Me.rbtnBatrovici.TabIndex = 4
|
||||
Me.rbtnBatrovici.Text = "Batrovici/Bajakovo"
|
||||
Me.rbtnBatrovici.UseVisualStyleBackColor = True
|
||||
'
|
||||
'rbtnTrieste
|
||||
'
|
||||
Me.rbtnTrieste.AutoSize = True
|
||||
Me.rbtnTrieste.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.rbtnTrieste.Location = New System.Drawing.Point(178, 20)
|
||||
Me.rbtnTrieste.Name = "rbtnTrieste"
|
||||
Me.rbtnTrieste.Size = New System.Drawing.Size(58, 17)
|
||||
Me.rbtnTrieste.TabIndex = 1
|
||||
Me.rbtnTrieste.Text = "Trieste"
|
||||
Me.rbtnTrieste.UseVisualStyleBackColor = True
|
||||
'
|
||||
'grpAusgangszollstelle
|
||||
'
|
||||
Me.grpAusgangszollstelle.Controls.Add(Me.rbtnHorgos)
|
||||
Me.grpAusgangszollstelle.Controls.Add(Me.txtAusgangszstAndere)
|
||||
Me.grpAusgangszollstelle.Controls.Add(Me.rbtnKaptainAndreevo)
|
||||
Me.grpAusgangszollstelle.Controls.Add(Me.rbtnAndere)
|
||||
Me.grpAusgangszollstelle.Controls.Add(Me.rbtnTovarnik)
|
||||
Me.grpAusgangszollstelle.Controls.Add(Me.rbtnKipi)
|
||||
Me.grpAusgangszollstelle.Controls.Add(Me.rbtnTrieste)
|
||||
Me.grpAusgangszollstelle.Controls.Add(Me.rbtnTompa)
|
||||
Me.grpAusgangszollstelle.Controls.Add(Me.rbtnBatrovici)
|
||||
Me.grpAusgangszollstelle.Controls.Add(Me.rbtnLesovo)
|
||||
Me.grpAusgangszollstelle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.grpAusgangszollstelle.Location = New System.Drawing.Point(3, 93)
|
||||
Me.grpAusgangszollstelle.Name = "grpAusgangszollstelle"
|
||||
Me.grpAusgangszollstelle.Size = New System.Drawing.Size(354, 114)
|
||||
Me.grpAusgangszollstelle.TabIndex = 7
|
||||
Me.grpAusgangszollstelle.TabStop = False
|
||||
Me.grpAusgangszollstelle.Text = "Ausgangszollstelle"
|
||||
'
|
||||
'rbtnHorgos
|
||||
'
|
||||
Me.rbtnHorgos.AutoSize = True
|
||||
Me.rbtnHorgos.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.rbtnHorgos.Location = New System.Drawing.Point(9, 92)
|
||||
Me.rbtnHorgos.Name = "rbtnHorgos"
|
||||
Me.rbtnHorgos.Size = New System.Drawing.Size(101, 17)
|
||||
Me.rbtnHorgos.TabIndex = 9
|
||||
Me.rbtnHorgos.Text = "Horgos/Röszke"
|
||||
Me.rbtnHorgos.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtAusgangszstAndere
|
||||
'
|
||||
Me.txtAusgangszstAndere._numbersOnly = False
|
||||
Me.txtAusgangszstAndere._numbersOnlyKommastellen = ""
|
||||
Me.txtAusgangszstAndere._Prozent = False
|
||||
Me.txtAusgangszstAndere._ShortDateNew = False
|
||||
Me.txtAusgangszstAndere._ShortDateOnly = False
|
||||
Me.txtAusgangszstAndere._TimeOnly = False
|
||||
Me.txtAusgangszstAndere._value = ""
|
||||
Me.txtAusgangszstAndere._Waehrung = False
|
||||
Me.txtAusgangszstAndere.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtAusgangszstAndere.Location = New System.Drawing.Point(198, 86)
|
||||
Me.txtAusgangszstAndere.MaxLineLength = -1
|
||||
Me.txtAusgangszstAndere.MaxLines_Warning = ""
|
||||
Me.txtAusgangszstAndere.MaxLines_Warning_Label = Nothing
|
||||
Me.txtAusgangszstAndere.Name = "txtAusgangszstAndere"
|
||||
Me.txtAusgangszstAndere.Size = New System.Drawing.Size(150, 20)
|
||||
Me.txtAusgangszstAndere.TabIndex = 8
|
||||
'
|
||||
'rbtnAndere
|
||||
'
|
||||
Me.rbtnAndere.AutoSize = True
|
||||
Me.rbtnAndere.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.rbtnAndere.Location = New System.Drawing.Point(178, 89)
|
||||
Me.rbtnAndere.Name = "rbtnAndere"
|
||||
Me.rbtnAndere.Size = New System.Drawing.Size(15, 14)
|
||||
Me.rbtnAndere.TabIndex = 7
|
||||
Me.rbtnAndere.UseVisualStyleBackColor = True
|
||||
'
|
||||
'rbtnTovarnik
|
||||
'
|
||||
Me.rbtnTovarnik.AutoSize = True
|
||||
Me.rbtnTovarnik.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.rbtnTovarnik.Location = New System.Drawing.Point(178, 56)
|
||||
Me.rbtnTovarnik.Name = "rbtnTovarnik"
|
||||
Me.rbtnTovarnik.Size = New System.Drawing.Size(88, 17)
|
||||
Me.rbtnTovarnik.TabIndex = 5
|
||||
Me.rbtnTovarnik.Text = "Tovarnik/Sid"
|
||||
Me.rbtnTovarnik.UseVisualStyleBackColor = True
|
||||
'
|
||||
'rbtnKipi
|
||||
'
|
||||
Me.rbtnKipi.AutoSize = True
|
||||
Me.rbtnKipi.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.rbtnKipi.Location = New System.Drawing.Point(178, 38)
|
||||
Me.rbtnKipi.Name = "rbtnKipi"
|
||||
Me.rbtnKipi.Size = New System.Drawing.Size(76, 17)
|
||||
Me.rbtnKipi.TabIndex = 3
|
||||
Me.rbtnKipi.Text = "Kipi/Ipsala"
|
||||
Me.rbtnKipi.UseVisualStyleBackColor = True
|
||||
'
|
||||
'rbtnTompa
|
||||
'
|
||||
Me.rbtnTompa.AutoSize = True
|
||||
Me.rbtnTompa.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.rbtnTompa.Location = New System.Drawing.Point(9, 74)
|
||||
Me.rbtnTompa.Name = "rbtnTompa"
|
||||
Me.rbtnTompa.Size = New System.Drawing.Size(101, 17)
|
||||
Me.rbtnTompa.TabIndex = 6
|
||||
Me.rbtnTompa.Text = "Tompa/Kelebija"
|
||||
Me.rbtnTompa.UseVisualStyleBackColor = True
|
||||
'
|
||||
'cbxTemperatur
|
||||
'
|
||||
Me.cbxTemperatur.AutoSize = True
|
||||
Me.cbxTemperatur.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cbxTemperatur.Location = New System.Drawing.Point(12, 219)
|
||||
Me.cbxTemperatur.Name = "cbxTemperatur"
|
||||
Me.cbxTemperatur.Size = New System.Drawing.Size(125, 17)
|
||||
Me.cbxTemperatur.TabIndex = 8
|
||||
Me.cbxTemperatur.TabStop = False
|
||||
Me.cbxTemperatur.Text = "Trasport-Temperatur:"
|
||||
Me.cbxTemperatur.UseVisualStyleBackColor = True
|
||||
'
|
||||
'lblC
|
||||
'
|
||||
Me.lblC.AutoSize = True
|
||||
Me.lblC.Location = New System.Drawing.Point(245, 223)
|
||||
Me.lblC.Name = "lblC"
|
||||
Me.lblC.Size = New System.Drawing.Size(18, 13)
|
||||
Me.lblC.TabIndex = 10
|
||||
Me.lblC.Text = "°C"
|
||||
'
|
||||
'cbxZugmaschine
|
||||
'
|
||||
Me.cbxZugmaschine.AutoSize = True
|
||||
Me.cbxZugmaschine.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.cbxZugmaschine.Location = New System.Drawing.Point(12, 238)
|
||||
Me.cbxZugmaschine.Name = "cbxZugmaschine"
|
||||
Me.cbxZugmaschine.Size = New System.Drawing.Size(93, 17)
|
||||
Me.cbxZugmaschine.TabIndex = 11
|
||||
Me.cbxZugmaschine.TabStop = False
|
||||
Me.cbxZugmaschine.Text = "Zugmaschine:"
|
||||
Me.cbxZugmaschine.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(9, 274)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(103, 13)
|
||||
Me.Label2.TabIndex = 13
|
||||
Me.Label2.Text = "Warenbezeichnung:"
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Location = New System.Drawing.Point(10, 310)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(29, 13)
|
||||
Me.Label3.TabIndex = 15
|
||||
Me.Label3.Text = "Colli:"
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Me.Label4.AutoSize = True
|
||||
Me.Label4.Location = New System.Drawing.Point(178, 310)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(49, 13)
|
||||
Me.Label4.TabIndex = 16
|
||||
Me.Label4.Text = "Gewicht:"
|
||||
'
|
||||
'txtAnmerkung
|
||||
'
|
||||
Me.txtAnmerkung.Location = New System.Drawing.Point(12, 378)
|
||||
Me.txtAnmerkung.Name = "txtAnmerkung"
|
||||
Me.txtAnmerkung.Size = New System.Drawing.Size(339, 101)
|
||||
Me.txtAnmerkung.TabIndex = 20
|
||||
Me.txtAnmerkung.Text = ""
|
||||
'
|
||||
'Label5
|
||||
'
|
||||
Me.Label5.AutoSize = True
|
||||
Me.Label5.Location = New System.Drawing.Point(10, 362)
|
||||
Me.Label5.Name = "Label5"
|
||||
Me.Label5.Size = New System.Drawing.Size(76, 13)
|
||||
Me.Label5.TabIndex = 19
|
||||
Me.Label5.Text = "Anmerkungen:"
|
||||
'
|
||||
'txtGewicht
|
||||
'
|
||||
Me.txtGewicht._numbersOnly = False
|
||||
Me.txtGewicht._numbersOnlyKommastellen = ""
|
||||
Me.txtGewicht._Prozent = False
|
||||
Me.txtGewicht._ShortDateNew = False
|
||||
Me.txtGewicht._ShortDateOnly = False
|
||||
Me.txtGewicht._TimeOnly = False
|
||||
Me.txtGewicht._value = ""
|
||||
Me.txtGewicht._Waehrung = False
|
||||
Me.txtGewicht.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtGewicht.Location = New System.Drawing.Point(181, 323)
|
||||
Me.txtGewicht.MaxLineLength = -1
|
||||
Me.txtGewicht.MaxLines_Warning = ""
|
||||
Me.txtGewicht.MaxLines_Warning_Label = Nothing
|
||||
Me.txtGewicht.Name = "txtGewicht"
|
||||
Me.txtGewicht.Size = New System.Drawing.Size(151, 20)
|
||||
Me.txtGewicht.TabIndex = 18
|
||||
'
|
||||
'txtColli
|
||||
'
|
||||
Me.txtColli._numbersOnly = False
|
||||
Me.txtColli._numbersOnlyKommastellen = ""
|
||||
Me.txtColli._Prozent = False
|
||||
Me.txtColli._ShortDateNew = False
|
||||
Me.txtColli._ShortDateOnly = False
|
||||
Me.txtColli._TimeOnly = False
|
||||
Me.txtColli._value = ""
|
||||
Me.txtColli._Waehrung = False
|
||||
Me.txtColli.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtColli.Location = New System.Drawing.Point(12, 323)
|
||||
Me.txtColli.MaxLineLength = -1
|
||||
Me.txtColli.MaxLines_Warning = ""
|
||||
Me.txtColli.MaxLines_Warning_Label = Nothing
|
||||
Me.txtColli.Name = "txtColli"
|
||||
Me.txtColli.Size = New System.Drawing.Size(138, 20)
|
||||
Me.txtColli.TabIndex = 17
|
||||
'
|
||||
'txtWarenbezeichnung
|
||||
'
|
||||
Me.txtWarenbezeichnung._numbersOnly = False
|
||||
Me.txtWarenbezeichnung._numbersOnlyKommastellen = ""
|
||||
Me.txtWarenbezeichnung._Prozent = False
|
||||
Me.txtWarenbezeichnung._ShortDateNew = False
|
||||
Me.txtWarenbezeichnung._ShortDateOnly = False
|
||||
Me.txtWarenbezeichnung._TimeOnly = False
|
||||
Me.txtWarenbezeichnung._value = ""
|
||||
Me.txtWarenbezeichnung._Waehrung = False
|
||||
Me.txtWarenbezeichnung.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtWarenbezeichnung.Location = New System.Drawing.Point(12, 287)
|
||||
Me.txtWarenbezeichnung.MaxLineLength = -1
|
||||
Me.txtWarenbezeichnung.MaxLines_Warning = ""
|
||||
Me.txtWarenbezeichnung.MaxLines_Warning_Label = Nothing
|
||||
Me.txtWarenbezeichnung.Name = "txtWarenbezeichnung"
|
||||
Me.txtWarenbezeichnung.Size = New System.Drawing.Size(339, 20)
|
||||
Me.txtWarenbezeichnung.TabIndex = 14
|
||||
'
|
||||
'txtZugmaschine
|
||||
'
|
||||
Me.txtZugmaschine._numbersOnly = False
|
||||
Me.txtZugmaschine._numbersOnlyKommastellen = ""
|
||||
Me.txtZugmaschine._Prozent = False
|
||||
Me.txtZugmaschine._ShortDateNew = False
|
||||
Me.txtZugmaschine._ShortDateOnly = False
|
||||
Me.txtZugmaschine._TimeOnly = False
|
||||
Me.txtZugmaschine._value = ""
|
||||
Me.txtZugmaschine._Waehrung = False
|
||||
Me.txtZugmaschine.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtZugmaschine.Location = New System.Drawing.Point(145, 238)
|
||||
Me.txtZugmaschine.MaxLineLength = -1
|
||||
Me.txtZugmaschine.MaxLines_Warning = ""
|
||||
Me.txtZugmaschine.MaxLines_Warning_Label = Nothing
|
||||
Me.txtZugmaschine.Name = "txtZugmaschine"
|
||||
Me.txtZugmaschine.Size = New System.Drawing.Size(206, 20)
|
||||
Me.txtZugmaschine.TabIndex = 12
|
||||
'
|
||||
'txtTransporttemp
|
||||
'
|
||||
Me.txtTransporttemp._numbersOnly = False
|
||||
Me.txtTransporttemp._numbersOnlyKommastellen = ""
|
||||
Me.txtTransporttemp._Prozent = False
|
||||
Me.txtTransporttemp._ShortDateNew = False
|
||||
Me.txtTransporttemp._ShortDateOnly = False
|
||||
Me.txtTransporttemp._TimeOnly = False
|
||||
Me.txtTransporttemp._value = ""
|
||||
Me.txtTransporttemp._Waehrung = False
|
||||
Me.txtTransporttemp.ForeColor = System.Drawing.Color.Black
|
||||
Me.txtTransporttemp.Location = New System.Drawing.Point(145, 219)
|
||||
Me.txtTransporttemp.MaxLineLength = -1
|
||||
Me.txtTransporttemp.MaxLines_Warning = ""
|
||||
Me.txtTransporttemp.MaxLines_Warning_Label = Nothing
|
||||
Me.txtTransporttemp.Name = "txtTransporttemp"
|
||||
Me.txtTransporttemp.Size = New System.Drawing.Size(100, 20)
|
||||
Me.txtTransporttemp.TabIndex = 9
|
||||
'
|
||||
'sbDurchgangszollstelle5
|
||||
'
|
||||
Me.sbDurchgangszollstelle5._allowFreitext = True
|
||||
Me.sbDurchgangszollstelle5._AllowSetValue = False
|
||||
Me.sbDurchgangszollstelle5._autoSizeGross = False
|
||||
Me.sbDurchgangszollstelle5._hideIfListEmpty = True
|
||||
Me.sbDurchgangszollstelle5._value = ""
|
||||
Me.sbDurchgangszollstelle5.conn_art = "FMZOLL"
|
||||
Me.sbDurchgangszollstelle5.dgvpos = "LEFT"
|
||||
Me.sbDurchgangszollstelle5.DISPLAY_PARAM = Nothing
|
||||
Me.sbDurchgangszollstelle5.INVISIBLE_COLUMNS = Nothing
|
||||
Me.sbDurchgangszollstelle5.key_visible = False
|
||||
Me.sbDurchgangszollstelle5.KEYPARAM = Nothing
|
||||
Me.sbDurchgangszollstelle5.Location = New System.Drawing.Point(12, 67)
|
||||
Me.sbDurchgangszollstelle5.Name = "sbDurchgangszollstelle5"
|
||||
Me.sbDurchgangszollstelle5.searchActive = True
|
||||
Me.sbDurchgangszollstelle5.Size = New System.Drawing.Size(170, 20)
|
||||
Me.sbDurchgangszollstelle5.SQL_ORDER_BY = Nothing
|
||||
Me.sbDurchgangszollstelle5.SQL_SELECT = Nothing
|
||||
Me.sbDurchgangszollstelle5.SQL_WHERE = Nothing
|
||||
Me.sbDurchgangszollstelle5.SQL_WhereParamList = Nothing
|
||||
Me.sbDurchgangszollstelle5.TabIndex = 5
|
||||
Me.sbDurchgangszollstelle5.usrcntl = Nothing
|
||||
'
|
||||
'sbDurchgangszollstelle6
|
||||
'
|
||||
Me.sbDurchgangszollstelle6._allowFreitext = True
|
||||
Me.sbDurchgangszollstelle6._AllowSetValue = False
|
||||
Me.sbDurchgangszollstelle6._autoSizeGross = False
|
||||
Me.sbDurchgangszollstelle6._hideIfListEmpty = True
|
||||
Me.sbDurchgangszollstelle6._value = ""
|
||||
Me.sbDurchgangszollstelle6.conn_art = "FMZOLL"
|
||||
Me.sbDurchgangszollstelle6.dgvpos = "LEFT"
|
||||
Me.sbDurchgangszollstelle6.DISPLAY_PARAM = Nothing
|
||||
Me.sbDurchgangszollstelle6.INVISIBLE_COLUMNS = Nothing
|
||||
Me.sbDurchgangszollstelle6.key_visible = False
|
||||
Me.sbDurchgangszollstelle6.KEYPARAM = Nothing
|
||||
Me.sbDurchgangszollstelle6.Location = New System.Drawing.Point(181, 67)
|
||||
Me.sbDurchgangszollstelle6.Name = "sbDurchgangszollstelle6"
|
||||
Me.sbDurchgangszollstelle6.searchActive = True
|
||||
Me.sbDurchgangszollstelle6.Size = New System.Drawing.Size(170, 20)
|
||||
Me.sbDurchgangszollstelle6.SQL_ORDER_BY = Nothing
|
||||
Me.sbDurchgangszollstelle6.SQL_SELECT = Nothing
|
||||
Me.sbDurchgangszollstelle6.SQL_WHERE = Nothing
|
||||
Me.sbDurchgangszollstelle6.SQL_WhereParamList = Nothing
|
||||
Me.sbDurchgangszollstelle6.TabIndex = 6
|
||||
Me.sbDurchgangszollstelle6.usrcntl = Nothing
|
||||
Me.sbDurchgangszollstelle6.Visible = False
|
||||
'
|
||||
'sbDurchgangszollstelle4
|
||||
'
|
||||
Me.sbDurchgangszollstelle4._allowFreitext = True
|
||||
Me.sbDurchgangszollstelle4._AllowSetValue = False
|
||||
Me.sbDurchgangszollstelle4._autoSizeGross = False
|
||||
Me.sbDurchgangszollstelle4._hideIfListEmpty = True
|
||||
Me.sbDurchgangszollstelle4._value = ""
|
||||
Me.sbDurchgangszollstelle4.conn_art = "FMZOLL"
|
||||
Me.sbDurchgangszollstelle4.dgvpos = "LEFT"
|
||||
Me.sbDurchgangszollstelle4.DISPLAY_PARAM = Nothing
|
||||
Me.sbDurchgangszollstelle4.INVISIBLE_COLUMNS = Nothing
|
||||
Me.sbDurchgangszollstelle4.key_visible = False
|
||||
Me.sbDurchgangszollstelle4.KEYPARAM = Nothing
|
||||
Me.sbDurchgangszollstelle4.Location = New System.Drawing.Point(181, 48)
|
||||
Me.sbDurchgangszollstelle4.Name = "sbDurchgangszollstelle4"
|
||||
Me.sbDurchgangszollstelle4.searchActive = True
|
||||
Me.sbDurchgangszollstelle4.Size = New System.Drawing.Size(170, 20)
|
||||
Me.sbDurchgangszollstelle4.SQL_ORDER_BY = Nothing
|
||||
Me.sbDurchgangszollstelle4.SQL_SELECT = Nothing
|
||||
Me.sbDurchgangszollstelle4.SQL_WHERE = Nothing
|
||||
Me.sbDurchgangszollstelle4.SQL_WhereParamList = Nothing
|
||||
Me.sbDurchgangszollstelle4.TabIndex = 4
|
||||
Me.sbDurchgangszollstelle4.usrcntl = Nothing
|
||||
'
|
||||
'sbDurchgangszollstelle3
|
||||
'
|
||||
Me.sbDurchgangszollstelle3._allowFreitext = True
|
||||
Me.sbDurchgangszollstelle3._AllowSetValue = False
|
||||
Me.sbDurchgangszollstelle3._autoSizeGross = False
|
||||
Me.sbDurchgangszollstelle3._hideIfListEmpty = True
|
||||
Me.sbDurchgangszollstelle3._value = ""
|
||||
Me.sbDurchgangszollstelle3.conn_art = "FMZOLL"
|
||||
Me.sbDurchgangszollstelle3.dgvpos = "LEFT"
|
||||
Me.sbDurchgangszollstelle3.DISPLAY_PARAM = Nothing
|
||||
Me.sbDurchgangszollstelle3.INVISIBLE_COLUMNS = Nothing
|
||||
Me.sbDurchgangszollstelle3.key_visible = False
|
||||
Me.sbDurchgangszollstelle3.KEYPARAM = Nothing
|
||||
Me.sbDurchgangszollstelle3.Location = New System.Drawing.Point(12, 48)
|
||||
Me.sbDurchgangszollstelle3.Name = "sbDurchgangszollstelle3"
|
||||
Me.sbDurchgangszollstelle3.searchActive = True
|
||||
Me.sbDurchgangszollstelle3.Size = New System.Drawing.Size(170, 20)
|
||||
Me.sbDurchgangszollstelle3.SQL_ORDER_BY = Nothing
|
||||
Me.sbDurchgangszollstelle3.SQL_SELECT = Nothing
|
||||
Me.sbDurchgangszollstelle3.SQL_WHERE = Nothing
|
||||
Me.sbDurchgangszollstelle3.SQL_WhereParamList = Nothing
|
||||
Me.sbDurchgangszollstelle3.TabIndex = 3
|
||||
Me.sbDurchgangszollstelle3.usrcntl = Nothing
|
||||
'
|
||||
'sbDurchgangszollstelle2
|
||||
'
|
||||
Me.sbDurchgangszollstelle2._allowFreitext = True
|
||||
Me.sbDurchgangszollstelle2._AllowSetValue = False
|
||||
Me.sbDurchgangszollstelle2._autoSizeGross = False
|
||||
Me.sbDurchgangszollstelle2._hideIfListEmpty = True
|
||||
Me.sbDurchgangszollstelle2._value = ""
|
||||
Me.sbDurchgangszollstelle2.conn_art = "FMZOLL"
|
||||
Me.sbDurchgangszollstelle2.dgvpos = "LEFT"
|
||||
Me.sbDurchgangszollstelle2.DISPLAY_PARAM = Nothing
|
||||
Me.sbDurchgangszollstelle2.INVISIBLE_COLUMNS = Nothing
|
||||
Me.sbDurchgangszollstelle2.key_visible = False
|
||||
Me.sbDurchgangszollstelle2.KEYPARAM = Nothing
|
||||
Me.sbDurchgangszollstelle2.Location = New System.Drawing.Point(181, 29)
|
||||
Me.sbDurchgangszollstelle2.Name = "sbDurchgangszollstelle2"
|
||||
Me.sbDurchgangszollstelle2.searchActive = True
|
||||
Me.sbDurchgangszollstelle2.Size = New System.Drawing.Size(170, 20)
|
||||
Me.sbDurchgangszollstelle2.SQL_ORDER_BY = Nothing
|
||||
Me.sbDurchgangszollstelle2.SQL_SELECT = Nothing
|
||||
Me.sbDurchgangszollstelle2.SQL_WHERE = Nothing
|
||||
Me.sbDurchgangszollstelle2.SQL_WhereParamList = Nothing
|
||||
Me.sbDurchgangszollstelle2.TabIndex = 2
|
||||
Me.sbDurchgangszollstelle2.usrcntl = Nothing
|
||||
'
|
||||
'sbDurchgangszollstelle1
|
||||
'
|
||||
Me.sbDurchgangszollstelle1._allowFreitext = True
|
||||
Me.sbDurchgangszollstelle1._AllowSetValue = False
|
||||
Me.sbDurchgangszollstelle1._autoSizeGross = False
|
||||
Me.sbDurchgangszollstelle1._hideIfListEmpty = True
|
||||
Me.sbDurchgangszollstelle1._value = ""
|
||||
Me.sbDurchgangszollstelle1.conn_art = "FMZOLL"
|
||||
Me.sbDurchgangszollstelle1.dgvpos = "LEFT"
|
||||
Me.sbDurchgangszollstelle1.DISPLAY_PARAM = Nothing
|
||||
Me.sbDurchgangszollstelle1.INVISIBLE_COLUMNS = Nothing
|
||||
Me.sbDurchgangszollstelle1.key_visible = False
|
||||
Me.sbDurchgangszollstelle1.KEYPARAM = Nothing
|
||||
Me.sbDurchgangszollstelle1.Location = New System.Drawing.Point(12, 29)
|
||||
Me.sbDurchgangszollstelle1.Name = "sbDurchgangszollstelle1"
|
||||
Me.sbDurchgangszollstelle1.searchActive = True
|
||||
Me.sbDurchgangszollstelle1.Size = New System.Drawing.Size(170, 20)
|
||||
Me.sbDurchgangszollstelle1.SQL_ORDER_BY = Nothing
|
||||
Me.sbDurchgangszollstelle1.SQL_SELECT = Nothing
|
||||
Me.sbDurchgangszollstelle1.SQL_WHERE = Nothing
|
||||
Me.sbDurchgangszollstelle1.SQL_WhereParamList = Nothing
|
||||
Me.sbDurchgangszollstelle1.TabIndex = 1
|
||||
Me.sbDurchgangszollstelle1.usrcntl = Nothing
|
||||
'
|
||||
'Label24
|
||||
'
|
||||
Me.Label24.AutoSize = True
|
||||
Me.Label24.Location = New System.Drawing.Point(333, 326)
|
||||
Me.Label24.Name = "Label24"
|
||||
Me.Label24.Size = New System.Drawing.Size(19, 13)
|
||||
Me.Label24.TabIndex = 22
|
||||
Me.Label24.Text = "kg"
|
||||
'
|
||||
'Label23
|
||||
'
|
||||
Me.Label23.AutoSize = True
|
||||
Me.Label23.Location = New System.Drawing.Point(151, 326)
|
||||
Me.Label23.Name = "Label23"
|
||||
Me.Label23.Size = New System.Drawing.Size(23, 13)
|
||||
Me.Label23.TabIndex = 21
|
||||
Me.Label23.Text = "Pk."
|
||||
'
|
||||
'usrCntlEintragAvisoAtilla
|
||||
'
|
||||
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.Label24)
|
||||
Me.Controls.Add(Me.Label5)
|
||||
Me.Controls.Add(Me.txtAnmerkung)
|
||||
Me.Controls.Add(Me.txtGewicht)
|
||||
Me.Controls.Add(Me.txtColli)
|
||||
Me.Controls.Add(Me.Label4)
|
||||
Me.Controls.Add(Me.txtWarenbezeichnung)
|
||||
Me.Controls.Add(Me.Label3)
|
||||
Me.Controls.Add(Me.txtZugmaschine)
|
||||
Me.Controls.Add(Me.cbxZugmaschine)
|
||||
Me.Controls.Add(Me.Label2)
|
||||
Me.Controls.Add(Me.lblC)
|
||||
Me.Controls.Add(Me.txtTransporttemp)
|
||||
Me.Controls.Add(Me.cbxTemperatur)
|
||||
Me.Controls.Add(Me.grpAusgangszollstelle)
|
||||
Me.Controls.Add(Me.sbDurchgangszollstelle5)
|
||||
Me.Controls.Add(Me.sbDurchgangszollstelle6)
|
||||
Me.Controls.Add(Me.sbDurchgangszollstelle4)
|
||||
Me.Controls.Add(Me.sbDurchgangszollstelle3)
|
||||
Me.Controls.Add(Me.sbDurchgangszollstelle2)
|
||||
Me.Controls.Add(Me.sbDurchgangszollstelle1)
|
||||
Me.Controls.Add(Me.Label1)
|
||||
Me.Controls.Add(Me.Label23)
|
||||
Me.Name = "usrCntlEintragAvisoAtilla"
|
||||
Me.Size = New System.Drawing.Size(360, 487)
|
||||
Me.grpAusgangszollstelle.ResumeLayout(False)
|
||||
Me.grpAusgangszollstelle.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
Friend WithEvents sbDurchgangszollstelle5 As VERAG_PROG_ALLGEMEIN.MySearchBox
|
||||
Friend WithEvents sbDurchgangszollstelle6 As VERAG_PROG_ALLGEMEIN.MySearchBox
|
||||
Friend WithEvents sbDurchgangszollstelle4 As VERAG_PROG_ALLGEMEIN.MySearchBox
|
||||
Friend WithEvents sbDurchgangszollstelle3 As VERAG_PROG_ALLGEMEIN.MySearchBox
|
||||
Friend WithEvents sbDurchgangszollstelle2 As VERAG_PROG_ALLGEMEIN.MySearchBox
|
||||
Friend WithEvents sbDurchgangszollstelle1 As VERAG_PROG_ALLGEMEIN.MySearchBox
|
||||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||
Friend WithEvents rbtnKaptainAndreevo As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents rbtnLesovo As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents rbtnBatrovici As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents rbtnTrieste As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents grpAusgangszollstelle As System.Windows.Forms.GroupBox
|
||||
Friend WithEvents rbtnAndere As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents rbtnTovarnik As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents rbtnKipi As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents rbtnTompa As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents cbxTemperatur As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents txtTransporttemp As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents lblC As System.Windows.Forms.Label
|
||||
Friend WithEvents txtZugmaschine As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents cbxZugmaschine As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents Label2 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label3 As System.Windows.Forms.Label
|
||||
Friend WithEvents txtWarenbezeichnung As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents Label4 As System.Windows.Forms.Label
|
||||
Friend WithEvents txtColli As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents txtGewicht As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents txtAnmerkung As System.Windows.Forms.RichTextBox
|
||||
Friend WithEvents Label5 As System.Windows.Forms.Label
|
||||
Friend WithEvents txtAusgangszstAndere As VERAG_PROG_ALLGEMEIN.MyTextBox
|
||||
Friend WithEvents rbtnHorgos As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents Label24 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label23 As System.Windows.Forms.Label
|
||||
|
||||
End Class
|
||||
Reference in New Issue
Block a user