533 lines
24 KiB
VB.net
533 lines
24 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmEintragSammelakt
|
|
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()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmEintragSammelakt))
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.lblErfAm = New System.Windows.Forms.Label()
|
|
Me.btnAbbruch = New System.Windows.Forms.Button()
|
|
Me.txtInfo = New System.Windows.Forms.TextBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.lblLkwKennzeichen = New System.Windows.Forms.Label()
|
|
Me.txtÄnderungen = New System.Windows.Forms.TextBox()
|
|
Me.lblAenderungen = New System.Windows.Forms.Label()
|
|
Me.dtpDatum = New System.Windows.Forms.DateTimePicker()
|
|
Me.txtLKW_Nr = New System.Windows.Forms.TextBox()
|
|
Me.lblStatus = New System.Windows.Forms.Label()
|
|
Me.lblStatus2 = New System.Windows.Forms.Label()
|
|
Me.lblAktenuebersicht = New System.Windows.Forms.Label()
|
|
Me.grpAviso = New System.Windows.Forms.GroupBox()
|
|
Me.lblErr_Kunde = New System.Windows.Forms.Label()
|
|
Me.lblErr_Aktentyp = New System.Windows.Forms.Label()
|
|
Me.lblErr_LKW = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.MyComboBox1 = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
|
|
Me.kdAuftraggeber = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
|
|
Me.dgvAnhaenge = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.columnName = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.clmnPfad = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.btnAuftraggeber = New System.Windows.Forms.Button()
|
|
Me.lblErrFmZollKdNr = New System.Windows.Forms.Label()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.cboFirma = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.lblErrErfasstDat = New System.Windows.Forms.Label()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.grpAviso.SuspendLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.dgvAnhaenge, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnOK.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnOK.Location = New System.Drawing.Point(21, 489)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(271, 45)
|
|
Me.btnOK.TabIndex = 24
|
|
Me.btnOK.Text = "OK"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'lblErfAm
|
|
'
|
|
Me.lblErfAm.AutoSize = True
|
|
Me.lblErfAm.Location = New System.Drawing.Point(220, 12)
|
|
Me.lblErfAm.Name = "lblErfAm"
|
|
Me.lblErfAm.Size = New System.Drawing.Size(59, 13)
|
|
Me.lblErfAm.TabIndex = 2
|
|
Me.lblErfAm.Text = "Erfasst am:"
|
|
'
|
|
'btnAbbruch
|
|
'
|
|
Me.btnAbbruch.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnAbbruch.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.btnAbbruch.Location = New System.Drawing.Point(298, 489)
|
|
Me.btnAbbruch.Name = "btnAbbruch"
|
|
Me.btnAbbruch.Size = New System.Drawing.Size(111, 45)
|
|
Me.btnAbbruch.TabIndex = 27
|
|
Me.btnAbbruch.Text = "Abbruch"
|
|
Me.btnAbbruch.UseVisualStyleBackColor = True
|
|
'
|
|
'txtInfo
|
|
'
|
|
Me.txtInfo.AcceptsReturn = True
|
|
Me.txtInfo.Location = New System.Drawing.Point(424, 356)
|
|
Me.txtInfo.MaxLength = 240
|
|
Me.txtInfo.Multiline = True
|
|
Me.txtInfo.Name = "txtInfo"
|
|
Me.txtInfo.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.txtInfo.Size = New System.Drawing.Size(360, 75)
|
|
Me.txtInfo.TabIndex = 25
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(421, 340)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(25, 13)
|
|
Me.Label3.TabIndex = 21
|
|
Me.Label3.Text = "Info"
|
|
'
|
|
'lblLkwKennzeichen
|
|
'
|
|
Me.lblLkwKennzeichen.AutoSize = True
|
|
Me.lblLkwKennzeichen.Location = New System.Drawing.Point(6, 77)
|
|
Me.lblLkwKennzeichen.Name = "lblLkwKennzeichen"
|
|
Me.lblLkwKennzeichen.Size = New System.Drawing.Size(96, 13)
|
|
Me.lblLkwKennzeichen.TabIndex = 11
|
|
Me.lblLkwKennzeichen.Text = "Aktenbezeichnung"
|
|
'
|
|
'txtÄnderungen
|
|
'
|
|
Me.txtÄnderungen.AcceptsReturn = True
|
|
Me.txtÄnderungen.BackColor = System.Drawing.SystemColors.Info
|
|
Me.txtÄnderungen.ForeColor = System.Drawing.SystemColors.InfoText
|
|
Me.txtÄnderungen.Location = New System.Drawing.Point(424, 466)
|
|
Me.txtÄnderungen.MaxLength = 0
|
|
Me.txtÄnderungen.Multiline = True
|
|
Me.txtÄnderungen.Name = "txtÄnderungen"
|
|
Me.txtÄnderungen.ReadOnly = True
|
|
Me.txtÄnderungen.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
|
Me.txtÄnderungen.Size = New System.Drawing.Size(360, 68)
|
|
Me.txtÄnderungen.TabIndex = 13
|
|
Me.txtÄnderungen.TabStop = False
|
|
'
|
|
'lblAenderungen
|
|
'
|
|
Me.lblAenderungen.AutoSize = True
|
|
Me.lblAenderungen.Location = New System.Drawing.Point(421, 450)
|
|
Me.lblAenderungen.Name = "lblAenderungen"
|
|
Me.lblAenderungen.Size = New System.Drawing.Size(65, 13)
|
|
Me.lblAenderungen.TabIndex = 12
|
|
Me.lblAenderungen.Text = "Änderungen"
|
|
'
|
|
'dtpDatum
|
|
'
|
|
Me.dtpDatum.CustomFormat = "dd.MM.yyyy HH:mm"
|
|
Me.dtpDatum.Format = System.Windows.Forms.DateTimePickerFormat.Custom
|
|
Me.dtpDatum.Location = New System.Drawing.Point(285, 7)
|
|
Me.dtpDatum.Name = "dtpDatum"
|
|
Me.dtpDatum.Size = New System.Drawing.Size(130, 20)
|
|
Me.dtpDatum.TabIndex = 0
|
|
'
|
|
'txtLKW_Nr
|
|
'
|
|
Me.txtLKW_Nr.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtLKW_Nr.Location = New System.Drawing.Point(108, 69)
|
|
Me.txtLKW_Nr.MaxLength = 30
|
|
Me.txtLKW_Nr.Name = "txtLKW_Nr"
|
|
Me.txtLKW_Nr.Size = New System.Drawing.Size(289, 26)
|
|
Me.txtLKW_Nr.TabIndex = 15
|
|
'
|
|
'lblStatus
|
|
'
|
|
Me.lblStatus.BackColor = System.Drawing.Color.LemonChiffon
|
|
Me.lblStatus.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblStatus.ForeColor = System.Drawing.Color.Green
|
|
Me.lblStatus.Location = New System.Drawing.Point(516, 7)
|
|
Me.lblStatus.Name = "lblStatus"
|
|
Me.lblStatus.Size = New System.Drawing.Size(268, 20)
|
|
Me.lblStatus.TabIndex = 4
|
|
Me.lblStatus.Text = "freigegeben"
|
|
'
|
|
'lblStatus2
|
|
'
|
|
Me.lblStatus2.AutoSize = True
|
|
Me.lblStatus2.Location = New System.Drawing.Point(430, 12)
|
|
Me.lblStatus2.Name = "lblStatus2"
|
|
Me.lblStatus2.Size = New System.Drawing.Size(80, 13)
|
|
Me.lblStatus2.TabIndex = 3
|
|
Me.lblStatus2.Text = "aktueller Status"
|
|
'
|
|
'lblAktenuebersicht
|
|
'
|
|
Me.lblAktenuebersicht.AutoSize = True
|
|
Me.lblAktenuebersicht.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblAktenuebersicht.Location = New System.Drawing.Point(12, 11)
|
|
Me.lblAktenuebersicht.Name = "lblAktenuebersicht"
|
|
Me.lblAktenuebersicht.Size = New System.Drawing.Size(130, 20)
|
|
Me.lblAktenuebersicht.TabIndex = 1
|
|
Me.lblAktenuebersicht.Text = "Aktenübersicht"
|
|
'
|
|
'grpAviso
|
|
'
|
|
Me.grpAviso.Controls.Add(Me.lblErr_Kunde)
|
|
Me.grpAviso.Controls.Add(Me.lblErr_Aktentyp)
|
|
Me.grpAviso.Controls.Add(Me.lblErr_LKW)
|
|
Me.grpAviso.Controls.Add(Me.Label5)
|
|
Me.grpAviso.Controls.Add(Me.Label4)
|
|
Me.grpAviso.Controls.Add(Me.Label1)
|
|
Me.grpAviso.Controls.Add(Me.MyComboBox1)
|
|
Me.grpAviso.Controls.Add(Me.PictureBox1)
|
|
Me.grpAviso.Controls.Add(Me.kdAuftraggeber)
|
|
Me.grpAviso.Controls.Add(Me.dgvAnhaenge)
|
|
Me.grpAviso.Controls.Add(Me.txtLKW_Nr)
|
|
Me.grpAviso.Controls.Add(Me.btnAuftraggeber)
|
|
Me.grpAviso.Controls.Add(Me.lblLkwKennzeichen)
|
|
Me.grpAviso.Location = New System.Drawing.Point(12, 49)
|
|
Me.grpAviso.Name = "grpAviso"
|
|
Me.grpAviso.Size = New System.Drawing.Size(403, 434)
|
|
Me.grpAviso.TabIndex = 7
|
|
Me.grpAviso.TabStop = False
|
|
Me.grpAviso.Text = "CBAM"
|
|
'
|
|
'lblErr_Kunde
|
|
'
|
|
Me.lblErr_Kunde.AutoSize = True
|
|
Me.lblErr_Kunde.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErr_Kunde.Location = New System.Drawing.Point(105, 124)
|
|
Me.lblErr_Kunde.Name = "lblErr_Kunde"
|
|
Me.lblErr_Kunde.Size = New System.Drawing.Size(130, 13)
|
|
Me.lblErr_Kunde.TabIndex = 61
|
|
Me.lblErr_Kunde.Text = "Kunde darf nicht leer sein!"
|
|
Me.lblErr_Kunde.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
Me.lblErr_Kunde.Visible = False
|
|
'
|
|
'lblErr_Aktentyp
|
|
'
|
|
Me.lblErr_Aktentyp.AutoSize = True
|
|
Me.lblErr_Aktentyp.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErr_Aktentyp.Location = New System.Drawing.Point(105, 13)
|
|
Me.lblErr_Aktentyp.Name = "lblErr_Aktentyp"
|
|
Me.lblErr_Aktentyp.Size = New System.Drawing.Size(141, 13)
|
|
Me.lblErr_Aktentyp.TabIndex = 60
|
|
Me.lblErr_Aktentyp.Text = "Aktentyp darf nicht leer sein!"
|
|
Me.lblErr_Aktentyp.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
Me.lblErr_Aktentyp.Visible = False
|
|
'
|
|
'lblErr_LKW
|
|
'
|
|
Me.lblErr_LKW.AutoSize = True
|
|
Me.lblErr_LKW.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErr_LKW.Location = New System.Drawing.Point(105, 58)
|
|
Me.lblErr_LKW.Name = "lblErr_LKW"
|
|
Me.lblErr_LKW.Size = New System.Drawing.Size(188, 13)
|
|
Me.lblErr_LKW.TabIndex = 54
|
|
Me.lblErr_LKW.Text = "Aktenbezeichnung darf nicht leer sein!"
|
|
Me.lblErr_LKW.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
Me.lblErr_LKW.Visible = False
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(6, 132)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(53, 13)
|
|
Me.Label5.TabIndex = 59
|
|
Me.Label5.Text = "Anhänge:"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(6, 35)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(59, 13)
|
|
Me.Label4.TabIndex = 58
|
|
Me.Label4.Text = "Akten-Typ:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(6, 104)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(41, 13)
|
|
Me.Label1.TabIndex = 57
|
|
Me.Label1.Text = "Kunde:"
|
|
'
|
|
'MyComboBox1
|
|
'
|
|
Me.MyComboBox1._allowedValuesFreiText = Nothing
|
|
Me.MyComboBox1._allowFreiText = False
|
|
Me.MyComboBox1._value = ""
|
|
Me.MyComboBox1.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!)
|
|
Me.MyComboBox1.FormattingEnabled = True
|
|
Me.MyComboBox1.Location = New System.Drawing.Point(108, 27)
|
|
Me.MyComboBox1.Name = "MyComboBox1"
|
|
Me.MyComboBox1.Size = New System.Drawing.Size(198, 28)
|
|
Me.MyComboBox1.TabIndex = 56
|
|
'
|
|
'PictureBox1
|
|
'
|
|
Me.PictureBox1.BackgroundImage = Global.AVISO.My.Resources.Resources.cbam_s
|
|
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.PictureBox1.Location = New System.Drawing.Point(312, 9)
|
|
Me.PictureBox1.Name = "PictureBox1"
|
|
Me.PictureBox1.Size = New System.Drawing.Size(85, 58)
|
|
Me.PictureBox1.TabIndex = 48
|
|
Me.PictureBox1.TabStop = False
|
|
'
|
|
'kdAuftraggeber
|
|
'
|
|
Me.kdAuftraggeber._AlleFirmenCLUSTER = False
|
|
Me.kdAuftraggeber._AllowSetValue = True
|
|
Me.kdAuftraggeber._autoSizeGross = False
|
|
Me.kdAuftraggeber._display_Name1 = False
|
|
Me.kdAuftraggeber._displayAVISO_Email = True
|
|
Me.kdAuftraggeber._displayFullName = False
|
|
Me.kdAuftraggeber._displayWoelflKd = False
|
|
Me.kdAuftraggeber._hideIfListEmpty = True
|
|
Me.kdAuftraggeber._loadKdData = False
|
|
Me.kdAuftraggeber._searchName1 = True
|
|
Me.kdAuftraggeber._UseFIRMA = ""
|
|
Me.kdAuftraggeber._ValueKdAndName = True
|
|
Me.kdAuftraggeber.dgvpos = "LEFT"
|
|
Me.kdAuftraggeber.KdName = ""
|
|
Me.kdAuftraggeber.KdNr = "-1"
|
|
Me.kdAuftraggeber.kdNrField = Nothing
|
|
Me.kdAuftraggeber.KdNrNullInt = Nothing
|
|
Me.kdAuftraggeber.Location = New System.Drawing.Point(108, 101)
|
|
Me.kdAuftraggeber.Name = "kdAuftraggeber"
|
|
Me.kdAuftraggeber.nurAktive = False
|
|
Me.kdAuftraggeber.searchActive = True
|
|
Me.kdAuftraggeber.Size = New System.Drawing.Size(258, 20)
|
|
Me.kdAuftraggeber.TabIndex = 42
|
|
Me.kdAuftraggeber.TIMER_SEARCH = True
|
|
Me.kdAuftraggeber.usrcntl = Nothing
|
|
'
|
|
'dgvAnhaenge
|
|
'
|
|
Me.dgvAnhaenge.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.dgvAnhaenge.AllowUserToAddRows = False
|
|
Me.dgvAnhaenge.AllowUserToDeleteRows = False
|
|
Me.dgvAnhaenge.AllowUserToResizeColumns = False
|
|
Me.dgvAnhaenge.AllowUserToResizeRows = False
|
|
Me.dgvAnhaenge.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.dgvAnhaenge.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvAnhaenge.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvAnhaenge.ColumnHeadersVisible = False
|
|
Me.dgvAnhaenge.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.columnName, Me.clmnPfad})
|
|
Me.dgvAnhaenge.Location = New System.Drawing.Point(9, 148)
|
|
Me.dgvAnhaenge.Name = "dgvAnhaenge"
|
|
Me.dgvAnhaenge.ReadOnly = True
|
|
Me.dgvAnhaenge.RowHeadersVisible = False
|
|
Me.dgvAnhaenge.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvAnhaenge.Size = New System.Drawing.Size(388, 286)
|
|
Me.dgvAnhaenge.TabIndex = 17
|
|
'
|
|
'columnName
|
|
'
|
|
Me.columnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
|
Me.columnName.HeaderText = "Name"
|
|
Me.columnName.Name = "columnName"
|
|
Me.columnName.ReadOnly = True
|
|
'
|
|
'clmnPfad
|
|
'
|
|
Me.clmnPfad.HeaderText = "Pfad"
|
|
Me.clmnPfad.Name = "clmnPfad"
|
|
Me.clmnPfad.ReadOnly = True
|
|
Me.clmnPfad.Visible = False
|
|
'
|
|
'btnAuftraggeber
|
|
'
|
|
Me.btnAuftraggeber.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnAuftraggeber.Enabled = False
|
|
Me.btnAuftraggeber.FlatAppearance.BorderSize = 0
|
|
Me.btnAuftraggeber.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnAuftraggeber.Image = CType(resources.GetObject("btnAuftraggeber.Image"), System.Drawing.Image)
|
|
Me.btnAuftraggeber.Location = New System.Drawing.Point(372, 97)
|
|
Me.btnAuftraggeber.Name = "btnAuftraggeber"
|
|
Me.btnAuftraggeber.Size = New System.Drawing.Size(25, 24)
|
|
Me.btnAuftraggeber.TabIndex = 43
|
|
Me.btnAuftraggeber.TabStop = False
|
|
Me.btnAuftraggeber.Tag = "Kunde hinzufügen"
|
|
Me.btnAuftraggeber.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnAuftraggeber.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText
|
|
Me.btnAuftraggeber.UseVisualStyleBackColor = True
|
|
'
|
|
'lblErrFmZollKdNr
|
|
'
|
|
Me.lblErrFmZollKdNr.AutoSize = True
|
|
Me.lblErrFmZollKdNr.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErrFmZollKdNr.Location = New System.Drawing.Point(591, 372)
|
|
Me.lblErrFmZollKdNr.Name = "lblErrFmZollKdNr"
|
|
Me.lblErrFmZollKdNr.Size = New System.Drawing.Size(156, 26)
|
|
Me.lblErrFmZollKdNr.TabIndex = 26
|
|
Me.lblErrFmZollKdNr.Text = "Wenn möglich bitte die FM-Zoll " & Global.Microsoft.VisualBasic.ChrW(10) & "Zuordnung mit KdNr eintragen!"
|
|
Me.lblErrFmZollKdNr.Visible = False
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button3.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Button3.Location = New System.Drawing.Point(424, 49)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(359, 37)
|
|
Me.Button3.TabIndex = 11
|
|
Me.Button3.Text = "Weiter zu den Unterakten"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'cboFirma
|
|
'
|
|
Me.cboFirma._allowedValuesFreiText = Nothing
|
|
Me.cboFirma._allowFreiText = False
|
|
Me.cboFirma._value = ""
|
|
Me.cboFirma.FormattingEnabled = True
|
|
Me.cboFirma.Location = New System.Drawing.Point(285, 28)
|
|
Me.cboFirma.Name = "cboFirma"
|
|
Me.cboFirma.Size = New System.Drawing.Size(130, 21)
|
|
Me.cboFirma.TabIndex = 6
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(220, 31)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(43, 13)
|
|
Me.Label2.TabIndex = 5
|
|
Me.Label2.Text = "FIRMA:"
|
|
'
|
|
'lblErrErfasstDat
|
|
'
|
|
Me.lblErrErfasstDat.AutoSize = True
|
|
Me.lblErrErfasstDat.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErrErfasstDat.Location = New System.Drawing.Point(139, 5)
|
|
Me.lblErrErfasstDat.Name = "lblErrErfasstDat"
|
|
Me.lblErrErfasstDat.Size = New System.Drawing.Size(85, 26)
|
|
Me.lblErrErfasstDat.TabIndex = 52
|
|
Me.lblErrErfasstDat.Text = "Darf nicht in der " & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Zukunft liegen!"
|
|
Me.lblErrErfasstDat.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
Me.lblErrErfasstDat.Visible = False
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.BackColor = System.Drawing.Color.Transparent
|
|
Me.Label12.Location = New System.Drawing.Point(421, 432)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(372, 18)
|
|
Me.Label12.TabIndex = 29
|
|
Me.Label12.Text = "Achtung: im Feld Info nur allgemeine Infos erfassen. "
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Location = New System.Drawing.Point(424, 92)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(358, 245)
|
|
Me.Panel1.TabIndex = 53
|
|
'
|
|
'frmEintragAvisoCBAM
|
|
'
|
|
Me.AcceptButton = Me.btnOK
|
|
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(792, 564)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.cboFirma)
|
|
Me.Controls.Add(Me.Button3)
|
|
Me.Controls.Add(Me.grpAviso)
|
|
Me.Controls.Add(Me.lblAktenuebersicht)
|
|
Me.Controls.Add(Me.lblStatus)
|
|
Me.Controls.Add(Me.lblStatus2)
|
|
Me.Controls.Add(Me.lblErfAm)
|
|
Me.Controls.Add(Me.txtÄnderungen)
|
|
Me.Controls.Add(Me.dtpDatum)
|
|
Me.Controls.Add(Me.btnAbbruch)
|
|
Me.Controls.Add(Me.lblAenderungen)
|
|
Me.Controls.Add(Me.btnOK)
|
|
Me.Controls.Add(Me.txtInfo)
|
|
Me.Controls.Add(Me.lblErrFmZollKdNr)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label12)
|
|
Me.Controls.Add(Me.lblErrErfasstDat)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.KeyPreview = True
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmEintragAvisoCBAM"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Sammelaktakt erfassen/bearbeiten"
|
|
Me.grpAviso.ResumeLayout(False)
|
|
Me.grpAviso.PerformLayout()
|
|
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.dgvAnhaenge, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents btnOK As System.Windows.Forms.Button
|
|
Friend WithEvents lblErfAm As System.Windows.Forms.Label
|
|
Friend WithEvents btnAbbruch As System.Windows.Forms.Button
|
|
Friend WithEvents txtInfo As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents lblLkwKennzeichen As System.Windows.Forms.Label
|
|
Friend WithEvents txtÄnderungen As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblAenderungen As System.Windows.Forms.Label
|
|
Friend WithEvents txtLKW_Nr As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtDatum As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblStatus As System.Windows.Forms.Label
|
|
Friend WithEvents lblStatus2 As System.Windows.Forms.Label
|
|
Friend WithEvents dtpDatum As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents lblAktenuebersicht As System.Windows.Forms.Label
|
|
Friend WithEvents grpAviso As System.Windows.Forms.GroupBox
|
|
Friend WithEvents lblErrFmZollKdNr As System.Windows.Forms.Label
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents btnAuftraggeber As System.Windows.Forms.Button
|
|
Friend WithEvents kdAuftraggeber As VERAG_PROG_ALLGEMEIN.KdSearchBox
|
|
Friend WithEvents dgvAnhaenge As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents columnName As DataGridViewTextBoxColumn
|
|
Friend WithEvents clmnPfad As DataGridViewTextBoxColumn
|
|
Friend WithEvents cboFirma As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents lblErrErfasstDat As Label
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents MyComboBox1 As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents PictureBox1 As PictureBox
|
|
Friend WithEvents Label12 As Label
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents Panel1 As Panel
|
|
Friend WithEvents lblErr_Kunde As Label
|
|
Friend WithEvents lblErr_Aktentyp As Label
|
|
Friend WithEvents lblErr_LKW As Label
|
|
End Class
|