579 lines
28 KiB
VB.net
579 lines
28 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmAvisoAnfuegen
|
|
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(frmAvisoAnfuegen))
|
|
Me.lbl = New System.Windows.Forms.Label()
|
|
Me.Label14 = New System.Windows.Forms.Label()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.lblErr_Bezeichnung = New System.Windows.Forms.Label()
|
|
Me.lblErr_Aviso = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.cbx = New System.Windows.Forms.CheckBox()
|
|
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.btnVermerke = New System.Windows.Forms.Button()
|
|
Me.bttnSaveMail = New System.Windows.Forms.Button()
|
|
Me.btnSaveAttachments = New System.Windows.Forms.Button()
|
|
Me.dgvAnhaenge = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.columnName = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.Pfad = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.cboArt = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.txtSrchDat = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.dgvSendungen = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.txtBezeichnung = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtAbfertigungsnummer = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.cboFiliale = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.txtLKWNr = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.dgvAviso = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.CheckBox2 = New System.Windows.Forms.CheckBox()
|
|
Me.CheckBox3 = New System.Windows.Forms.CheckBox()
|
|
Me.usrcntrVermerke = New AVISO.rCntrlVermerke()
|
|
Me.lblInfo = New System.Windows.Forms.Label()
|
|
CType(Me.dgvAnhaenge, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.dgvSendungen, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.dgvAviso, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lbl
|
|
'
|
|
Me.lbl.AutoSize = True
|
|
Me.lbl.Location = New System.Drawing.Point(12, 9)
|
|
Me.lbl.Name = "lbl"
|
|
Me.lbl.Size = New System.Drawing.Size(34, 13)
|
|
Me.lbl.TabIndex = 0
|
|
Me.lbl.Text = "LKW:"
|
|
'
|
|
'Label14
|
|
'
|
|
Me.Label14.AutoSize = True
|
|
Me.Label14.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Label14.ForeColor = System.Drawing.Color.Black
|
|
Me.Label14.Location = New System.Drawing.Point(12, 51)
|
|
Me.Label14.Name = "Label14"
|
|
Me.Label14.Size = New System.Drawing.Size(33, 13)
|
|
Me.Label14.TabIndex = 2
|
|
Me.Label14.Text = "Filiale"
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Label13.ForeColor = System.Drawing.Color.Black
|
|
Me.Label13.Location = New System.Drawing.Point(97, 51)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(103, 13)
|
|
Me.Label13.TabIndex = 3
|
|
Me.Label13.Text = "Abfertigungsnummer"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(591, 24)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(123, 66)
|
|
Me.Button1.TabIndex = 8
|
|
Me.Button1.Text = "Suche"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(12, 546)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(112, 13)
|
|
Me.Label2.TabIndex = 12
|
|
Me.Label2.Text = "Anhang-Bezeichnung:"
|
|
'
|
|
'lblErr_Bezeichnung
|
|
'
|
|
Me.lblErr_Bezeichnung.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.lblErr_Bezeichnung.AutoSize = True
|
|
Me.lblErr_Bezeichnung.BackColor = System.Drawing.Color.White
|
|
Me.lblErr_Bezeichnung.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErr_Bezeichnung.Location = New System.Drawing.Point(434, 525)
|
|
Me.lblErr_Bezeichnung.Name = "lblErr_Bezeichnung"
|
|
Me.lblErr_Bezeichnung.Size = New System.Drawing.Size(117, 13)
|
|
Me.lblErr_Bezeichnung.TabIndex = 14
|
|
Me.lblErr_Bezeichnung.Text = "Bezeichnung angeben!"
|
|
Me.lblErr_Bezeichnung.Visible = False
|
|
'
|
|
'lblErr_Aviso
|
|
'
|
|
Me.lblErr_Aviso.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.lblErr_Aviso.AutoSize = True
|
|
Me.lblErr_Aviso.BackColor = System.Drawing.Color.White
|
|
Me.lblErr_Aviso.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErr_Aviso.Location = New System.Drawing.Point(222, 525)
|
|
Me.lblErr_Aviso.Name = "lblErr_Aviso"
|
|
Me.lblErr_Aviso.Size = New System.Drawing.Size(90, 13)
|
|
Me.lblErr_Aviso.TabIndex = 15
|
|
Me.lblErr_Aviso.Text = "Aviso auswählen!"
|
|
Me.lblErr_Aviso.Visible = False
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!)
|
|
Me.Label1.ForeColor = System.Drawing.Color.Black
|
|
Me.Label1.Location = New System.Drawing.Point(12, 598)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(84, 13)
|
|
Me.Label1.TabIndex = 17
|
|
Me.Label1.Text = "Such-Datum ab:"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(12, 571)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(55, 13)
|
|
Me.Label3.TabIndex = 19
|
|
Me.Label3.Text = "Kategorie:"
|
|
'
|
|
'cbx
|
|
'
|
|
Me.cbx.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.cbx.AutoSize = True
|
|
Me.cbx.Checked = True
|
|
Me.cbx.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbx.Location = New System.Drawing.Point(535, 650)
|
|
Me.cbx.Name = "cbx"
|
|
Me.cbx.Size = New System.Drawing.Size(179, 17)
|
|
Me.cbx.TabIndex = 22
|
|
Me.cbx.Text = "Anhänge zusätzlich abspeichern"
|
|
Me.cbx.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox1
|
|
'
|
|
Me.CheckBox1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.CheckBox1.AutoSize = True
|
|
Me.CheckBox1.Checked = True
|
|
Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.CheckBox1.Location = New System.Drawing.Point(15, 651)
|
|
Me.CheckBox1.Name = "CheckBox1"
|
|
Me.CheckBox1.Size = New System.Drawing.Size(118, 17)
|
|
Me.CheckBox1.TabIndex = 23
|
|
Me.CheckBox1.Text = "Anhänge speichern"
|
|
Me.CheckBox1.UseVisualStyleBackColor = True
|
|
Me.CheckBox1.Visible = False
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label4.ForeColor = System.Drawing.Color.Red
|
|
Me.Label4.Location = New System.Drawing.Point(530, 4)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(100, 20)
|
|
Me.Label4.TabIndex = 39
|
|
Me.Label4.Text = "Testsystem"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!, System.Drawing.FontStyle.Underline)
|
|
Me.Label5.ForeColor = System.Drawing.Color.Black
|
|
Me.Label5.Location = New System.Drawing.Point(12, 818)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(55, 13)
|
|
Me.Label5.TabIndex = 41
|
|
Me.Label5.Text = "Vermerke:"
|
|
'
|
|
'btnVermerke
|
|
'
|
|
Me.btnVermerke.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.btnVermerke.Enabled = False
|
|
Me.btnVermerke.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnVermerke.Image = Global.VERAGAddIn.My.Resources.Resources.vermerk
|
|
Me.btnVermerke.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVermerke.Location = New System.Drawing.Point(15, 856)
|
|
Me.btnVermerke.Name = "btnVermerke"
|
|
Me.btnVermerke.Size = New System.Drawing.Size(112, 69)
|
|
Me.btnVermerke.TabIndex = 42
|
|
Me.btnVermerke.Text = "Vermerk" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "hinzufügen"
|
|
Me.btnVermerke.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnVermerke.UseVisualStyleBackColor = True
|
|
'
|
|
'bttnSaveMail
|
|
'
|
|
Me.bttnSaveMail.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.bttnSaveMail.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.bttnSaveMail.Image = Global.VERAGAddIn.My.Resources.Resources.email_big1
|
|
Me.bttnSaveMail.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.bttnSaveMail.Location = New System.Drawing.Point(535, 596)
|
|
Me.bttnSaveMail.Name = "bttnSaveMail"
|
|
Me.bttnSaveMail.Size = New System.Drawing.Size(179, 53)
|
|
Me.bttnSaveMail.TabIndex = 11
|
|
Me.bttnSaveMail.Text = "E-Mail speichern" & Global.Microsoft.VisualBasic.ChrW(13)
|
|
Me.bttnSaveMail.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.bttnSaveMail.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSaveAttachments
|
|
'
|
|
Me.btnSaveAttachments.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.btnSaveAttachments.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSaveAttachments.Image = Global.VERAGAddIn.My.Resources.Resources.pdf
|
|
Me.btnSaveAttachments.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnSaveAttachments.Location = New System.Drawing.Point(323, 597)
|
|
Me.btnSaveAttachments.Name = "btnSaveAttachments"
|
|
Me.btnSaveAttachments.Size = New System.Drawing.Size(206, 69)
|
|
Me.btnSaveAttachments.TabIndex = 9
|
|
Me.btnSaveAttachments.Text = "Nur Anhänge speichern"
|
|
Me.btnSaveAttachments.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnSaveAttachments.UseVisualStyleBackColor = True
|
|
'
|
|
'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.Pfad})
|
|
Me.dgvAnhaenge.Location = New System.Drawing.Point(15, 672)
|
|
Me.dgvAnhaenge.Name = "dgvAnhaenge"
|
|
Me.dgvAnhaenge.ReadOnly = True
|
|
Me.dgvAnhaenge.RowHeadersVisible = False
|
|
Me.dgvAnhaenge.RowHeadersWidth = 51
|
|
Me.dgvAnhaenge.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvAnhaenge.Size = New System.Drawing.Size(700, 129)
|
|
Me.dgvAnhaenge.TabIndex = 21
|
|
'
|
|
'columnName
|
|
'
|
|
Me.columnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
|
Me.columnName.HeaderText = "Name"
|
|
Me.columnName.MinimumWidth = 6
|
|
Me.columnName.Name = "columnName"
|
|
Me.columnName.ReadOnly = True
|
|
'
|
|
'Pfad
|
|
'
|
|
Me.Pfad.HeaderText = "Pfad"
|
|
Me.Pfad.MinimumWidth = 6
|
|
Me.Pfad.Name = "Pfad"
|
|
Me.Pfad.ReadOnly = True
|
|
Me.Pfad.Visible = False
|
|
Me.Pfad.Width = 125
|
|
'
|
|
'cboArt
|
|
'
|
|
Me.cboArt._allowedValuesFreiText = Nothing
|
|
Me.cboArt._allowFreiText = False
|
|
Me.cboArt._value = ""
|
|
Me.cboArt.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.cboArt.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cboArt.FormattingEnabled = True
|
|
Me.cboArt.Location = New System.Drawing.Point(133, 563)
|
|
Me.cboArt.Name = "cboArt"
|
|
Me.cboArt.Size = New System.Drawing.Size(582, 28)
|
|
Me.cboArt.TabIndex = 20
|
|
'
|
|
'txtSrchDat
|
|
'
|
|
Me.txtSrchDat._DateTimeOnly = False
|
|
Me.txtSrchDat._numbersOnly = False
|
|
Me.txtSrchDat._numbersOnlyKommastellen = ""
|
|
Me.txtSrchDat._numbersOnlyTrennzeichen = True
|
|
Me.txtSrchDat._Prozent = False
|
|
Me.txtSrchDat._ShortDateNew = True
|
|
Me.txtSrchDat._ShortDateOnly = False
|
|
Me.txtSrchDat._TimeOnly = False
|
|
Me.txtSrchDat._TimeOnly_Seconds = False
|
|
Me.txtSrchDat._value = ""
|
|
Me.txtSrchDat._Waehrung = False
|
|
Me.txtSrchDat._WaehrungZeichen = True
|
|
Me.txtSrchDat.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.txtSrchDat.Font = New System.Drawing.Font("Microsoft Tai Le", 10.0!)
|
|
Me.txtSrchDat.Location = New System.Drawing.Point(15, 614)
|
|
Me.txtSrchDat.MaxLength = 10
|
|
Me.txtSrchDat.MaxLineLength = -1
|
|
Me.txtSrchDat.MaxLines_Warning = ""
|
|
Me.txtSrchDat.MaxLines_Warning_Label = Nothing
|
|
Me.txtSrchDat.Name = "txtSrchDat"
|
|
Me.txtSrchDat.Size = New System.Drawing.Size(100, 24)
|
|
Me.txtSrchDat.TabIndex = 18
|
|
'
|
|
'dgvSendungen
|
|
'
|
|
Me.dgvSendungen.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.dgvSendungen.AllowUserToAddRows = False
|
|
Me.dgvSendungen.AllowUserToDeleteRows = False
|
|
Me.dgvSendungen.AllowUserToResizeColumns = False
|
|
Me.dgvSendungen.AllowUserToResizeRows = False
|
|
Me.dgvSendungen.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.dgvSendungen.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvSendungen.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvSendungen.Location = New System.Drawing.Point(15, 341)
|
|
Me.dgvSendungen.Name = "dgvSendungen"
|
|
Me.dgvSendungen.ReadOnly = True
|
|
Me.dgvSendungen.RowHeadersVisible = False
|
|
Me.dgvSendungen.RowHeadersWidth = 51
|
|
Me.dgvSendungen.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvSendungen.Size = New System.Drawing.Size(700, 180)
|
|
Me.dgvSendungen.TabIndex = 16
|
|
'
|
|
'txtBezeichnung
|
|
'
|
|
Me.txtBezeichnung._DateTimeOnly = False
|
|
Me.txtBezeichnung._numbersOnly = False
|
|
Me.txtBezeichnung._numbersOnlyKommastellen = ""
|
|
Me.txtBezeichnung._numbersOnlyTrennzeichen = True
|
|
Me.txtBezeichnung._Prozent = False
|
|
Me.txtBezeichnung._ShortDateNew = False
|
|
Me.txtBezeichnung._ShortDateOnly = False
|
|
Me.txtBezeichnung._TimeOnly = False
|
|
Me.txtBezeichnung._TimeOnly_Seconds = False
|
|
Me.txtBezeichnung._value = ""
|
|
Me.txtBezeichnung._Waehrung = False
|
|
Me.txtBezeichnung._WaehrungZeichen = True
|
|
Me.txtBezeichnung.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.txtBezeichnung.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.txtBezeichnung.ForeColor = System.Drawing.Color.Black
|
|
Me.txtBezeichnung.Location = New System.Drawing.Point(133, 541)
|
|
Me.txtBezeichnung.MaxLineLength = -1
|
|
Me.txtBezeichnung.MaxLines_Warning = ""
|
|
Me.txtBezeichnung.MaxLines_Warning_Label = Nothing
|
|
Me.txtBezeichnung.Name = "txtBezeichnung"
|
|
Me.txtBezeichnung.Size = New System.Drawing.Size(582, 23)
|
|
Me.txtBezeichnung.TabIndex = 13
|
|
'
|
|
'txtAbfertigungsnummer
|
|
'
|
|
Me.txtAbfertigungsnummer._DateTimeOnly = False
|
|
Me.txtAbfertigungsnummer._numbersOnly = False
|
|
Me.txtAbfertigungsnummer._numbersOnlyKommastellen = ""
|
|
Me.txtAbfertigungsnummer._numbersOnlyTrennzeichen = True
|
|
Me.txtAbfertigungsnummer._Prozent = False
|
|
Me.txtAbfertigungsnummer._ShortDateNew = False
|
|
Me.txtAbfertigungsnummer._ShortDateOnly = False
|
|
Me.txtAbfertigungsnummer._TimeOnly = False
|
|
Me.txtAbfertigungsnummer._TimeOnly_Seconds = False
|
|
Me.txtAbfertigungsnummer._value = Nothing
|
|
Me.txtAbfertigungsnummer._Waehrung = False
|
|
Me.txtAbfertigungsnummer._WaehrungZeichen = True
|
|
Me.txtAbfertigungsnummer.Font = New System.Drawing.Font("Microsoft Tai Le", 10.0!)
|
|
Me.txtAbfertigungsnummer.Location = New System.Drawing.Point(101, 67)
|
|
Me.txtAbfertigungsnummer.MaxLineLength = -1
|
|
Me.txtAbfertigungsnummer.MaxLines_Warning = ""
|
|
Me.txtAbfertigungsnummer.MaxLines_Warning_Label = Nothing
|
|
Me.txtAbfertigungsnummer.Name = "txtAbfertigungsnummer"
|
|
Me.txtAbfertigungsnummer.Size = New System.Drawing.Size(468, 24)
|
|
Me.txtAbfertigungsnummer.TabIndex = 5
|
|
'
|
|
'cboFiliale
|
|
'
|
|
Me.cboFiliale._allowedValuesFreiText = Nothing
|
|
Me.cboFiliale._allowFreiText = False
|
|
Me.cboFiliale._value = ""
|
|
Me.cboFiliale.DropDownWidth = 280
|
|
Me.cboFiliale.Font = New System.Drawing.Font("Microsoft Tai Le", 10.0!)
|
|
Me.cboFiliale.FormattingEnabled = True
|
|
Me.cboFiliale.Location = New System.Drawing.Point(15, 67)
|
|
Me.cboFiliale.Name = "cboFiliale"
|
|
Me.cboFiliale.Size = New System.Drawing.Size(80, 24)
|
|
Me.cboFiliale.TabIndex = 4
|
|
'
|
|
'txtLKWNr
|
|
'
|
|
Me.txtLKWNr._DateTimeOnly = False
|
|
Me.txtLKWNr._numbersOnly = False
|
|
Me.txtLKWNr._numbersOnlyKommastellen = ""
|
|
Me.txtLKWNr._numbersOnlyTrennzeichen = True
|
|
Me.txtLKWNr._Prozent = False
|
|
Me.txtLKWNr._ShortDateNew = False
|
|
Me.txtLKWNr._ShortDateOnly = False
|
|
Me.txtLKWNr._TimeOnly = False
|
|
Me.txtLKWNr._TimeOnly_Seconds = False
|
|
Me.txtLKWNr._value = ""
|
|
Me.txtLKWNr._Waehrung = False
|
|
Me.txtLKWNr._WaehrungZeichen = True
|
|
Me.txtLKWNr.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!)
|
|
Me.txtLKWNr.ForeColor = System.Drawing.Color.Black
|
|
Me.txtLKWNr.Location = New System.Drawing.Point(15, 25)
|
|
Me.txtLKWNr.MaxLineLength = -1
|
|
Me.txtLKWNr.MaxLines_Warning = ""
|
|
Me.txtLKWNr.MaxLines_Warning_Label = Nothing
|
|
Me.txtLKWNr.Name = "txtLKWNr"
|
|
Me.txtLKWNr.Size = New System.Drawing.Size(554, 23)
|
|
Me.txtLKWNr.TabIndex = 1
|
|
'
|
|
'dgvAviso
|
|
'
|
|
Me.dgvAviso.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.dgvAviso.AllowUserToAddRows = False
|
|
Me.dgvAviso.AllowUserToDeleteRows = False
|
|
Me.dgvAviso.AllowUserToResizeColumns = False
|
|
Me.dgvAviso.AllowUserToResizeRows = False
|
|
Me.dgvAviso.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.dgvAviso.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvAviso.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvAviso.Location = New System.Drawing.Point(15, 97)
|
|
Me.dgvAviso.Name = "dgvAviso"
|
|
Me.dgvAviso.ReadOnly = True
|
|
Me.dgvAviso.RowHeadersVisible = False
|
|
Me.dgvAviso.RowHeadersWidth = 51
|
|
Me.dgvAviso.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvAviso.Size = New System.Drawing.Size(700, 245)
|
|
Me.dgvAviso.TabIndex = 6
|
|
'
|
|
'CheckBox2
|
|
'
|
|
Me.CheckBox2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.CheckBox2.AutoSize = True
|
|
Me.CheckBox2.Location = New System.Drawing.Point(15, 932)
|
|
Me.CheckBox2.Name = "CheckBox2"
|
|
Me.CheckBox2.Size = New System.Drawing.Size(41, 17)
|
|
Me.CheckBox2.TabIndex = 44
|
|
Me.CheckBox2.Text = "QS"
|
|
Me.CheckBox2.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox3
|
|
'
|
|
Me.CheckBox3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.CheckBox3.AutoSize = True
|
|
Me.CheckBox3.Location = New System.Drawing.Point(74, 931)
|
|
Me.CheckBox3.Name = "CheckBox3"
|
|
Me.CheckBox3.Size = New System.Drawing.Size(41, 17)
|
|
Me.CheckBox3.TabIndex = 45
|
|
Me.CheckBox3.Text = "VG"
|
|
Me.CheckBox3.UseVisualStyleBackColor = True
|
|
'
|
|
'usrcntrVermerke
|
|
'
|
|
Me.usrcntrVermerke.Anchor = CType(((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.usrcntrVermerke.BackColor = System.Drawing.Color.White
|
|
Me.usrcntrVermerke.Location = New System.Drawing.Point(133, 807)
|
|
Me.usrcntrVermerke.Name = "usrcntrVermerke"
|
|
Me.usrcntrVermerke.Size = New System.Drawing.Size(582, 145)
|
|
Me.usrcntrVermerke.TabIndex = 43
|
|
'
|
|
'lblInfo
|
|
'
|
|
Me.lblInfo.AutoSize = True
|
|
Me.lblInfo.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblInfo.ForeColor = System.Drawing.Color.Red
|
|
Me.lblInfo.Location = New System.Drawing.Point(100, 2)
|
|
Me.lblInfo.Name = "lblInfo"
|
|
Me.lblInfo.Size = New System.Drawing.Size(0, 20)
|
|
Me.lblInfo.TabIndex = 46
|
|
'
|
|
'frmAvisoAnfuegen
|
|
'
|
|
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(727, 961)
|
|
Me.Controls.Add(Me.lblInfo)
|
|
Me.Controls.Add(Me.CheckBox3)
|
|
Me.Controls.Add(Me.CheckBox2)
|
|
Me.Controls.Add(Me.usrcntrVermerke)
|
|
Me.Controls.Add(Me.btnVermerke)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.dgvAnhaenge)
|
|
Me.Controls.Add(Me.cboArt)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.txtSrchDat)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.dgvSendungen)
|
|
Me.Controls.Add(Me.lblErr_Aviso)
|
|
Me.Controls.Add(Me.lblErr_Bezeichnung)
|
|
Me.Controls.Add(Me.txtBezeichnung)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.bttnSaveMail)
|
|
Me.Controls.Add(Me.btnSaveAttachments)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.txtAbfertigungsnummer)
|
|
Me.Controls.Add(Me.cboFiliale)
|
|
Me.Controls.Add(Me.txtLKWNr)
|
|
Me.Controls.Add(Me.dgvAviso)
|
|
Me.Controls.Add(Me.Label13)
|
|
Me.Controls.Add(Me.Label14)
|
|
Me.Controls.Add(Me.lbl)
|
|
Me.Controls.Add(Me.cbx)
|
|
Me.Controls.Add(Me.CheckBox1)
|
|
Me.ForeColor = System.Drawing.SystemColors.ControlText
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmAvisoAnfuegen"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Aviso anfügen"
|
|
CType(Me.dgvAnhaenge, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.dgvSendungen, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.dgvAviso, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents txtLKWNr As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lbl As Windows.Forms.Label
|
|
Friend WithEvents Label14 As Windows.Forms.Label
|
|
Public WithEvents cboFiliale As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents Label13 As Windows.Forms.Label
|
|
Public WithEvents txtAbfertigungsnummer As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents dgvAviso As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents Button1 As Windows.Forms.Button
|
|
Friend WithEvents btnSaveAttachments As Windows.Forms.Button
|
|
Friend WithEvents bttnSaveMail As Windows.Forms.Button
|
|
Friend WithEvents Label2 As Windows.Forms.Label
|
|
Friend WithEvents txtBezeichnung As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents lblErr_Bezeichnung As Windows.Forms.Label
|
|
Friend WithEvents lblErr_Aviso As Windows.Forms.Label
|
|
Friend WithEvents dgvSendungen As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents Label1 As Windows.Forms.Label
|
|
Public WithEvents txtSrchDat As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents Label3 As Windows.Forms.Label
|
|
Friend WithEvents cboArt As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents dgvAnhaenge As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents cbx As Windows.Forms.CheckBox
|
|
Friend WithEvents CheckBox1 As Windows.Forms.CheckBox
|
|
Friend WithEvents Label4 As Windows.Forms.Label
|
|
Friend WithEvents columnName As Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents Pfad As Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents Label5 As Windows.Forms.Label
|
|
Friend WithEvents btnVermerke As Windows.Forms.Button
|
|
Friend WithEvents usrcntrVermerke As AVISO.rCntrlVermerke
|
|
Friend WithEvents CheckBox2 As Windows.Forms.CheckBox
|
|
Friend WithEvents CheckBox3 As Windows.Forms.CheckBox
|
|
Friend WithEvents lblInfo As Windows.Forms.Label
|
|
End Class
|