549 lines
27 KiB
VB.net
549 lines
27 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.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.Label4 = New System.Windows.Forms.Label()
|
|
Me.MyDatagridview1 = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.bttnSaveMail = New System.Windows.Forms.Button()
|
|
Me.btnSaveAttachments = New System.Windows.Forms.Button()
|
|
CType(Me.dgvAnhaenge, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.dgvSendungen, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.dgvAviso, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.MyDatagridview1, 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(36, 15)
|
|
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(44, 17)
|
|
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(139, 17)
|
|
Me.Label13.TabIndex = 3
|
|
Me.Label13.Text = "Abfertigungsnummer"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(507, 25)
|
|
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, 545)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(128, 15)
|
|
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, 524)
|
|
Me.lblErr_Bezeichnung.Name = "lblErr_Bezeichnung"
|
|
Me.lblErr_Bezeichnung.Size = New System.Drawing.Size(134, 15)
|
|
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, 524)
|
|
Me.lblErr_Aviso.Name = "lblErr_Aviso"
|
|
Me.lblErr_Aviso.Size = New System.Drawing.Size(101, 15)
|
|
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, 597)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(110, 17)
|
|
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, 570)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(63, 15)
|
|
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(451, 648)
|
|
Me.cbx.Name = "cbx"
|
|
Me.cbx.Size = New System.Drawing.Size(206, 19)
|
|
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, 648)
|
|
Me.CheckBox1.Name = "CheckBox1"
|
|
Me.CheckBox1.Size = New System.Drawing.Size(135, 19)
|
|
Me.CheckBox1.TabIndex = 23
|
|
Me.CheckBox1.Text = "Anhänge speichern"
|
|
Me.CheckBox1.UseVisualStyleBackColor = True
|
|
Me.CheckBox1.Visible = False
|
|
'
|
|
'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, 671)
|
|
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(615, 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, 562)
|
|
Me.cboArt.Name = "cboArt"
|
|
Me.cboArt.Size = New System.Drawing.Size(497, 33)
|
|
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, 613)
|
|
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, 29)
|
|
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, 408)
|
|
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(615, 107)
|
|
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, 540)
|
|
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(497, 26)
|
|
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(400, 29)
|
|
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, 30)
|
|
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(486, 26)
|
|
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(615, 314)
|
|
Me.dgvAviso.TabIndex = 6
|
|
'
|
|
'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(123, 25)
|
|
Me.Label4.TabIndex = 39
|
|
Me.Label4.Text = "Testsystem"
|
|
'
|
|
'MyDatagridview1
|
|
'
|
|
Me.MyDatagridview1.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.MyDatagridview1.AllowUserToAddRows = False
|
|
Me.MyDatagridview1.AllowUserToDeleteRows = False
|
|
Me.MyDatagridview1.AllowUserToResizeColumns = False
|
|
Me.MyDatagridview1.AllowUserToResizeRows = False
|
|
Me.MyDatagridview1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
|
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.MyDatagridview1.BackgroundColor = System.Drawing.Color.White
|
|
Me.MyDatagridview1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.MyDatagridview1.Location = New System.Drawing.Point(133, 817)
|
|
Me.MyDatagridview1.Name = "MyDatagridview1"
|
|
Me.MyDatagridview1.ReadOnly = True
|
|
Me.MyDatagridview1.RowHeadersVisible = False
|
|
Me.MyDatagridview1.RowHeadersWidth = 51
|
|
Me.MyDatagridview1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.MyDatagridview1.Size = New System.Drawing.Size(497, 107)
|
|
Me.MyDatagridview1.TabIndex = 40
|
|
'
|
|
'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, 817)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(73, 17)
|
|
Me.Label5.TabIndex = 41
|
|
Me.Label5.Text = "Vermerke:"
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Image = Global.VERAGAddIn.My.Resources.Resources.vermerk
|
|
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button2.Location = New System.Drawing.Point(15, 855)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(112, 69)
|
|
Me.Button2.TabIndex = 42
|
|
Me.Button2.Text = "Vermerk" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "hinzufügen"
|
|
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button2.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(451, 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(239, 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
|
|
'
|
|
'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(642, 936)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.MyDatagridview1)
|
|
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()
|
|
CType(Me.MyDatagridview1, 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 MyDatagridview1 As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents Label5 As Windows.Forms.Label
|
|
Friend WithEvents Button2 As Windows.Forms.Button
|
|
End Class
|