update
This commit is contained in:
440
Aviso/frmSendungsDokumentanforderung.Designer.vb
generated
Normal file
440
Aviso/frmSendungsDokumentanforderung.Designer.vb
generated
Normal file
@@ -0,0 +1,440 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class frmSendungsDokumentanforderung
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
<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
|
||||
|
||||
Private components As System.ComponentModel.IContainer
|
||||
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Me.flpDokumenteFehlenMain = New System.Windows.Forms.FlowLayoutPanel()
|
||||
Me.cbxSonstDok = New System.Windows.Forms.CheckBox()
|
||||
Me.txtSonstigesDokumentFehlt = New System.Windows.Forms.TextBox()
|
||||
Me.cbxNichtLeserlich = New System.Windows.Forms.CheckBox()
|
||||
Me.lblErrDokument = New System.Windows.Forms.Label()
|
||||
Me.pnlDocumentEditor = New System.Windows.Forms.Panel()
|
||||
Me.flpDocumentTabs = New System.Windows.Forms.FlowLayoutPanel()
|
||||
Me.lblDocumentEditorTitle = New System.Windows.Forms.Label()
|
||||
Me.lblDocumentEditorName = New System.Windows.Forms.Label()
|
||||
Me.txtDocumentEditorName = New System.Windows.Forms.TextBox()
|
||||
Me.lblDocumentEditorAnhangsart = New System.Windows.Forms.Label()
|
||||
Me.cmbDocumentEditorAnhangsart = New System.Windows.Forms.ComboBox()
|
||||
Me.lblDocumentEditorInfo = New System.Windows.Forms.Label()
|
||||
Me.txtDocumentEditorInfo = New System.Windows.Forms.TextBox()
|
||||
Me.lblDocumentEditorStatus = New System.Windows.Forms.Label()
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.Label20 = New System.Windows.Forms.Label()
|
||||
Me.btnCustomerUploadLink = New System.Windows.Forms.Button()
|
||||
Me.btnCustomerUploadEmail = New System.Windows.Forms.Button()
|
||||
Me.txtCustomerUploadEmail = New System.Windows.Forms.TextBox()
|
||||
Me.lblCustomerUploadEmail = New System.Windows.Forms.Label()
|
||||
Me.lblCustomerUploadValidityHours = New System.Windows.Forms.Label()
|
||||
Me.nudCustomerUploadValidityHours = New System.Windows.Forms.NumericUpDown()
|
||||
Me.cmbCustomerUploadLanguage = New System.Windows.Forms.ComboBox()
|
||||
Me.lblCustomerUploadLanguage = New System.Windows.Forms.Label()
|
||||
Me.txtCustomerUploadEmailText = New System.Windows.Forms.TextBox()
|
||||
Me.lblCustomerUploadEmailText = New System.Windows.Forms.Label()
|
||||
Me.btnVermerkSetzen = New System.Windows.Forms.Button()
|
||||
Me.lblTitel = New System.Windows.Forms.Label()
|
||||
Me.lblKontaktEmails = New System.Windows.Forms.Label()
|
||||
Me.dgvKontaktEmails = New System.Windows.Forms.DataGridView()
|
||||
Me.pnlDocumentEditor.SuspendLayout()
|
||||
CType(Me.nudCustomerUploadValidityHours, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.dgvKontaktEmails, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'flpDokumenteFehlenMain
|
||||
'
|
||||
Me.flpDokumenteFehlenMain.BackColor = System.Drawing.Color.Transparent
|
||||
Me.flpDokumenteFehlenMain.FlowDirection = System.Windows.Forms.FlowDirection.TopDown
|
||||
Me.flpDokumenteFehlenMain.Location = New System.Drawing.Point(12, 34)
|
||||
Me.flpDokumenteFehlenMain.Margin = New System.Windows.Forms.Padding(0)
|
||||
Me.flpDokumenteFehlenMain.Name = "flpDokumenteFehlenMain"
|
||||
Me.flpDokumenteFehlenMain.Size = New System.Drawing.Size(450, 90)
|
||||
Me.flpDokumenteFehlenMain.TabIndex = 0
|
||||
'
|
||||
'cbxSonstDok
|
||||
'
|
||||
Me.cbxSonstDok.AutoSize = True
|
||||
Me.cbxSonstDok.Location = New System.Drawing.Point(12, 126)
|
||||
Me.cbxSonstDok.Name = "cbxSonstDok"
|
||||
Me.cbxSonstDok.Size = New System.Drawing.Size(83, 17)
|
||||
Me.cbxSonstDok.TabIndex = 1
|
||||
Me.cbxSonstDok.Text = "Dok. Name:"
|
||||
Me.cbxSonstDok.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtSonstigesDokumentFehlt
|
||||
'
|
||||
Me.txtSonstigesDokumentFehlt.Location = New System.Drawing.Point(95, 124)
|
||||
Me.txtSonstigesDokumentFehlt.MaxLength = 80
|
||||
Me.txtSonstigesDokumentFehlt.Name = "txtSonstigesDokumentFehlt"
|
||||
Me.txtSonstigesDokumentFehlt.Size = New System.Drawing.Size(198, 20)
|
||||
Me.txtSonstigesDokumentFehlt.TabIndex = 2
|
||||
'
|
||||
'cbxNichtLeserlich
|
||||
'
|
||||
Me.cbxNichtLeserlich.AutoSize = True
|
||||
Me.cbxNichtLeserlich.Location = New System.Drawing.Point(308, 126)
|
||||
Me.cbxNichtLeserlich.Name = "cbxNichtLeserlich"
|
||||
Me.cbxNichtLeserlich.Size = New System.Drawing.Size(90, 17)
|
||||
Me.cbxNichtLeserlich.TabIndex = 3
|
||||
Me.cbxNichtLeserlich.Text = "nicht leserlich"
|
||||
Me.cbxNichtLeserlich.UseVisualStyleBackColor = True
|
||||
'
|
||||
'lblErrDokument
|
||||
'
|
||||
Me.lblErrDokument.AutoSize = True
|
||||
Me.lblErrDokument.ForeColor = System.Drawing.Color.Red
|
||||
Me.lblErrDokument.Location = New System.Drawing.Point(96, 146)
|
||||
Me.lblErrDokument.Name = "lblErrDokument"
|
||||
Me.lblErrDokument.Size = New System.Drawing.Size(157, 13)
|
||||
Me.lblErrDokument.TabIndex = 4
|
||||
Me.lblErrDokument.Text = "Bitte ein Dokument angegeben!"
|
||||
Me.lblErrDokument.Visible = False
|
||||
'
|
||||
'pnlDocumentEditor
|
||||
'
|
||||
Me.pnlDocumentEditor.BackColor = System.Drawing.Color.WhiteSmoke
|
||||
Me.pnlDocumentEditor.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
||||
Me.pnlDocumentEditor.Controls.Add(Me.flpDocumentTabs)
|
||||
Me.pnlDocumentEditor.Controls.Add(Me.lblDocumentEditorTitle)
|
||||
Me.pnlDocumentEditor.Controls.Add(Me.lblDocumentEditorName)
|
||||
Me.pnlDocumentEditor.Controls.Add(Me.txtDocumentEditorName)
|
||||
Me.pnlDocumentEditor.Controls.Add(Me.lblDocumentEditorAnhangsart)
|
||||
Me.pnlDocumentEditor.Controls.Add(Me.cmbDocumentEditorAnhangsart)
|
||||
Me.pnlDocumentEditor.Controls.Add(Me.lblDocumentEditorInfo)
|
||||
Me.pnlDocumentEditor.Controls.Add(Me.txtDocumentEditorInfo)
|
||||
Me.pnlDocumentEditor.Controls.Add(Me.lblDocumentEditorStatus)
|
||||
Me.pnlDocumentEditor.Location = New System.Drawing.Point(6, 159)
|
||||
Me.pnlDocumentEditor.Name = "pnlDocumentEditor"
|
||||
Me.pnlDocumentEditor.Size = New System.Drawing.Size(458, 134)
|
||||
Me.pnlDocumentEditor.TabIndex = 5
|
||||
'
|
||||
'flpDocumentTabs
|
||||
'
|
||||
Me.flpDocumentTabs.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.flpDocumentTabs.AutoScroll = True
|
||||
Me.flpDocumentTabs.BackColor = System.Drawing.Color.FromArgb(CType(CType(220, Byte), Integer), CType(CType(220, Byte), Integer), CType(CType(220, Byte), Integer))
|
||||
Me.flpDocumentTabs.Location = New System.Drawing.Point(1, 0)
|
||||
Me.flpDocumentTabs.Name = "flpDocumentTabs"
|
||||
Me.flpDocumentTabs.Size = New System.Drawing.Size(454, 39)
|
||||
Me.flpDocumentTabs.TabIndex = 0
|
||||
Me.flpDocumentTabs.WrapContents = False
|
||||
'
|
||||
'lblDocumentEditorTitle
|
||||
'
|
||||
Me.lblDocumentEditorTitle.AutoSize = True
|
||||
Me.lblDocumentEditorTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblDocumentEditorTitle.Location = New System.Drawing.Point(7, 42)
|
||||
Me.lblDocumentEditorTitle.Name = "lblDocumentEditorTitle"
|
||||
Me.lblDocumentEditorTitle.Size = New System.Drawing.Size(101, 13)
|
||||
Me.lblDocumentEditorTitle.TabIndex = 1
|
||||
Me.lblDocumentEditorTitle.Text = "Dokumentdetails"
|
||||
'
|
||||
'lblDocumentEditorName
|
||||
'
|
||||
Me.lblDocumentEditorName.AutoSize = True
|
||||
Me.lblDocumentEditorName.Location = New System.Drawing.Point(7, 64)
|
||||
Me.lblDocumentEditorName.Name = "lblDocumentEditorName"
|
||||
Me.lblDocumentEditorName.Size = New System.Drawing.Size(85, 13)
|
||||
Me.lblDocumentEditorName.TabIndex = 2
|
||||
Me.lblDocumentEditorName.Text = "Dokumentname:"
|
||||
'
|
||||
'txtDocumentEditorName
|
||||
'
|
||||
Me.txtDocumentEditorName.Location = New System.Drawing.Point(109, 61)
|
||||
Me.txtDocumentEditorName.MaxLength = 120
|
||||
Me.txtDocumentEditorName.Name = "txtDocumentEditorName"
|
||||
Me.txtDocumentEditorName.Size = New System.Drawing.Size(128, 20)
|
||||
Me.txtDocumentEditorName.TabIndex = 3
|
||||
'
|
||||
'lblDocumentEditorAnhangsart
|
||||
'
|
||||
Me.lblDocumentEditorAnhangsart.AutoSize = True
|
||||
Me.lblDocumentEditorAnhangsart.Location = New System.Drawing.Point(247, 64)
|
||||
Me.lblDocumentEditorAnhangsart.Name = "lblDocumentEditorAnhangsart"
|
||||
Me.lblDocumentEditorAnhangsart.Size = New System.Drawing.Size(64, 13)
|
||||
Me.lblDocumentEditorAnhangsart.TabIndex = 4
|
||||
Me.lblDocumentEditorAnhangsart.Text = "Anhangsart:"
|
||||
'
|
||||
'cmbDocumentEditorAnhangsart
|
||||
'
|
||||
Me.cmbDocumentEditorAnhangsart.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
Me.cmbDocumentEditorAnhangsart.Location = New System.Drawing.Point(319, 61)
|
||||
Me.cmbDocumentEditorAnhangsart.Name = "cmbDocumentEditorAnhangsart"
|
||||
Me.cmbDocumentEditorAnhangsart.Size = New System.Drawing.Size(124, 21)
|
||||
Me.cmbDocumentEditorAnhangsart.TabIndex = 5
|
||||
'
|
||||
'lblDocumentEditorInfo
|
||||
'
|
||||
Me.lblDocumentEditorInfo.AutoSize = True
|
||||
Me.lblDocumentEditorInfo.Location = New System.Drawing.Point(7, 88)
|
||||
Me.lblDocumentEditorInfo.Name = "lblDocumentEditorInfo"
|
||||
Me.lblDocumentEditorInfo.Size = New System.Drawing.Size(80, 13)
|
||||
Me.lblDocumentEditorInfo.TabIndex = 6
|
||||
Me.lblDocumentEditorInfo.Text = "Dokument Info:"
|
||||
'
|
||||
'txtDocumentEditorInfo
|
||||
'
|
||||
Me.txtDocumentEditorInfo.Location = New System.Drawing.Point(109, 85)
|
||||
Me.txtDocumentEditorInfo.MaxLength = 500
|
||||
Me.txtDocumentEditorInfo.Name = "txtDocumentEditorInfo"
|
||||
Me.txtDocumentEditorInfo.Size = New System.Drawing.Size(334, 20)
|
||||
Me.txtDocumentEditorInfo.TabIndex = 7
|
||||
Me.txtDocumentEditorInfo.Text = "Bitte das Dokument hochladen."
|
||||
'
|
||||
'lblDocumentEditorStatus
|
||||
'
|
||||
Me.lblDocumentEditorStatus.AutoSize = True
|
||||
Me.lblDocumentEditorStatus.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(102, Byte), Integer), CType(CType(153, Byte), Integer))
|
||||
Me.lblDocumentEditorStatus.Location = New System.Drawing.Point(7, 112)
|
||||
Me.lblDocumentEditorStatus.Name = "lblDocumentEditorStatus"
|
||||
Me.lblDocumentEditorStatus.Size = New System.Drawing.Size(339, 13)
|
||||
Me.lblDocumentEditorStatus.TabIndex = 8
|
||||
Me.lblDocumentEditorStatus.Text = "Wählen Sie ein Dokument, um Name und Dokument Info anzupassen."
|
||||
'
|
||||
'Label5
|
||||
'
|
||||
Me.Label5.AutoSize = True
|
||||
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Label5.Location = New System.Drawing.Point(6, 298)
|
||||
Me.Label5.Name = "Label5"
|
||||
Me.Label5.Size = New System.Drawing.Size(202, 17)
|
||||
Me.Label5.TabIndex = 6
|
||||
Me.Label5.Text = "Kundenportal Upload-Link:"
|
||||
'
|
||||
'Label20
|
||||
'
|
||||
Me.Label20.AutoSize = True
|
||||
Me.Label20.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(102, Byte), Integer), CType(CType(153, Byte), Integer))
|
||||
Me.Label20.Location = New System.Drawing.Point(216, 300)
|
||||
Me.Label20.Name = "Label20"
|
||||
Me.Label20.Size = New System.Drawing.Size(207, 13)
|
||||
Me.Label20.TabIndex = 7
|
||||
Me.Label20.Text = "Bitte zuerst Dokument(e) oben auswählen."
|
||||
'
|
||||
'btnCustomerUploadLink
|
||||
'
|
||||
Me.btnCustomerUploadLink.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnCustomerUploadLink.Location = New System.Drawing.Point(340, 321)
|
||||
Me.btnCustomerUploadLink.Name = "btnCustomerUploadLink"
|
||||
Me.btnCustomerUploadLink.Size = New System.Drawing.Size(124, 23)
|
||||
Me.btnCustomerUploadLink.TabIndex = 11
|
||||
Me.btnCustomerUploadLink.Text = "Link kopieren"
|
||||
Me.btnCustomerUploadLink.UseVisualStyleBackColor = True
|
||||
'
|
||||
'btnCustomerUploadEmail
|
||||
'
|
||||
Me.btnCustomerUploadEmail.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnCustomerUploadEmail.Location = New System.Drawing.Point(340, 346)
|
||||
Me.btnCustomerUploadEmail.Name = "btnCustomerUploadEmail"
|
||||
Me.btnCustomerUploadEmail.Size = New System.Drawing.Size(124, 23)
|
||||
Me.btnCustomerUploadEmail.TabIndex = 13
|
||||
Me.btnCustomerUploadEmail.Text = "E-Mail senden"
|
||||
Me.btnCustomerUploadEmail.UseVisualStyleBackColor = True
|
||||
'
|
||||
'txtCustomerUploadEmail
|
||||
'
|
||||
Me.txtCustomerUploadEmail.Location = New System.Drawing.Point(82, 348)
|
||||
Me.txtCustomerUploadEmail.MaxLength = 255
|
||||
Me.txtCustomerUploadEmail.Name = "txtCustomerUploadEmail"
|
||||
Me.txtCustomerUploadEmail.Size = New System.Drawing.Size(254, 20)
|
||||
Me.txtCustomerUploadEmail.TabIndex = 12
|
||||
'
|
||||
'lblCustomerUploadEmail
|
||||
'
|
||||
Me.lblCustomerUploadEmail.AutoSize = True
|
||||
Me.lblCustomerUploadEmail.Location = New System.Drawing.Point(6, 351)
|
||||
Me.lblCustomerUploadEmail.Name = "lblCustomerUploadEmail"
|
||||
Me.lblCustomerUploadEmail.Size = New System.Drawing.Size(54, 13)
|
||||
Me.lblCustomerUploadEmail.TabIndex = 10
|
||||
Me.lblCustomerUploadEmail.Text = "E-Mail an:"
|
||||
'
|
||||
'lblCustomerUploadValidityHours
|
||||
'
|
||||
Me.lblCustomerUploadValidityHours.AutoSize = True
|
||||
Me.lblCustomerUploadValidityHours.Location = New System.Drawing.Point(178, 325)
|
||||
Me.lblCustomerUploadValidityHours.Name = "lblCustomerUploadValidityHours"
|
||||
Me.lblCustomerUploadValidityHours.Size = New System.Drawing.Size(66, 13)
|
||||
Me.lblCustomerUploadValidityHours.TabIndex = 9
|
||||
Me.lblCustomerUploadValidityHours.Text = "Gültigkeit(h):"
|
||||
'
|
||||
'nudCustomerUploadValidityHours
|
||||
'
|
||||
Me.nudCustomerUploadValidityHours.Location = New System.Drawing.Point(262, 323)
|
||||
Me.nudCustomerUploadValidityHours.Maximum = New Decimal(New Integer() {168, 0, 0, 0})
|
||||
Me.nudCustomerUploadValidityHours.Minimum = New Decimal(New Integer() {1, 0, 0, 0})
|
||||
Me.nudCustomerUploadValidityHours.Name = "nudCustomerUploadValidityHours"
|
||||
Me.nudCustomerUploadValidityHours.Size = New System.Drawing.Size(74, 20)
|
||||
Me.nudCustomerUploadValidityHours.TabIndex = 10
|
||||
Me.nudCustomerUploadValidityHours.Value = New Decimal(New Integer() {168, 0, 0, 0})
|
||||
'
|
||||
'cmbCustomerUploadLanguage
|
||||
'
|
||||
Me.cmbCustomerUploadLanguage.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
||||
Me.cmbCustomerUploadLanguage.FormattingEnabled = True
|
||||
Me.cmbCustomerUploadLanguage.Items.AddRange(New Object() {"de", "en", "tr", "sr", "bg"})
|
||||
Me.cmbCustomerUploadLanguage.Location = New System.Drawing.Point(82, 322)
|
||||
Me.cmbCustomerUploadLanguage.Name = "cmbCustomerUploadLanguage"
|
||||
Me.cmbCustomerUploadLanguage.Size = New System.Drawing.Size(80, 21)
|
||||
Me.cmbCustomerUploadLanguage.TabIndex = 9
|
||||
'
|
||||
'lblCustomerUploadLanguage
|
||||
'
|
||||
Me.lblCustomerUploadLanguage.AutoSize = True
|
||||
Me.lblCustomerUploadLanguage.Location = New System.Drawing.Point(6, 325)
|
||||
Me.lblCustomerUploadLanguage.Name = "lblCustomerUploadLanguage"
|
||||
Me.lblCustomerUploadLanguage.Size = New System.Drawing.Size(72, 13)
|
||||
Me.lblCustomerUploadLanguage.TabIndex = 8
|
||||
Me.lblCustomerUploadLanguage.Text = "Mail Sprache:"
|
||||
'
|
||||
'txtCustomerUploadEmailText
|
||||
'
|
||||
Me.txtCustomerUploadEmailText.Location = New System.Drawing.Point(82, 374)
|
||||
Me.txtCustomerUploadEmailText.MaxLength = 500
|
||||
Me.txtCustomerUploadEmailText.Multiline = True
|
||||
Me.txtCustomerUploadEmailText.Name = "txtCustomerUploadEmailText"
|
||||
Me.txtCustomerUploadEmailText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
|
||||
Me.txtCustomerUploadEmailText.Size = New System.Drawing.Size(254, 44)
|
||||
Me.txtCustomerUploadEmailText.TabIndex = 14
|
||||
Me.txtCustomerUploadEmailText.Text = "Bitte laden Sie die angeforderten Dokumente über den Link hoch."
|
||||
'
|
||||
'lblCustomerUploadEmailText
|
||||
'
|
||||
Me.lblCustomerUploadEmailText.AutoSize = True
|
||||
Me.lblCustomerUploadEmailText.Location = New System.Drawing.Point(6, 377)
|
||||
Me.lblCustomerUploadEmailText.Name = "lblCustomerUploadEmailText"
|
||||
Me.lblCustomerUploadEmailText.Size = New System.Drawing.Size(63, 13)
|
||||
Me.lblCustomerUploadEmailText.TabIndex = 15
|
||||
Me.lblCustomerUploadEmailText.Text = "E-Mail Text:"
|
||||
'
|
||||
'lblKontaktEmails
|
||||
'
|
||||
Me.lblKontaktEmails.AutoSize = True
|
||||
Me.lblKontaktEmails.Location = New System.Drawing.Point(6, 427)
|
||||
Me.lblKontaktEmails.Name = "lblKontaktEmails"
|
||||
Me.lblKontaktEmails.Size = New System.Drawing.Size(245, 13)
|
||||
Me.lblKontaktEmails.TabIndex = 17
|
||||
Me.lblKontaktEmails.Text = "Hinterlegte E-Mail-Adressen (Doppelklick = Übernehmen):"
|
||||
'
|
||||
'dgvKontaktEmails
|
||||
'
|
||||
Me.dgvKontaktEmails.AllowUserToAddRows = False
|
||||
Me.dgvKontaktEmails.AllowUserToDeleteRows = False
|
||||
Me.dgvKontaktEmails.AllowUserToResizeRows = False
|
||||
Me.dgvKontaktEmails.BackgroundColor = System.Drawing.Color.White
|
||||
Me.dgvKontaktEmails.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
||||
Me.dgvKontaktEmails.Location = New System.Drawing.Point(9, 445)
|
||||
Me.dgvKontaktEmails.MultiSelect = False
|
||||
Me.dgvKontaktEmails.Name = "dgvKontaktEmails"
|
||||
Me.dgvKontaktEmails.ReadOnly = True
|
||||
Me.dgvKontaktEmails.RowHeadersVisible = False
|
||||
Me.dgvKontaktEmails.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
||||
Me.dgvKontaktEmails.Size = New System.Drawing.Size(455, 84)
|
||||
Me.dgvKontaktEmails.TabIndex = 18
|
||||
'
|
||||
'btnVermerkSetzen
|
||||
'
|
||||
Me.btnVermerkSetzen.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
||||
Me.btnVermerkSetzen.Location = New System.Drawing.Point(340, 535)
|
||||
Me.btnVermerkSetzen.Name = "btnVermerkSetzen"
|
||||
Me.btnVermerkSetzen.Size = New System.Drawing.Size(124, 30)
|
||||
Me.btnVermerkSetzen.TabIndex = 16
|
||||
Me.btnVermerkSetzen.Text = "Vermerk setzen"
|
||||
Me.btnVermerkSetzen.UseVisualStyleBackColor = True
|
||||
'
|
||||
'lblTitel
|
||||
'
|
||||
Me.lblTitel.AutoSize = True
|
||||
Me.lblTitel.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.lblTitel.Location = New System.Drawing.Point(9, 9)
|
||||
Me.lblTitel.Name = "lblTitel"
|
||||
Me.lblTitel.Size = New System.Drawing.Size(156, 17)
|
||||
Me.lblTitel.TabIndex = 18
|
||||
Me.lblTitel.Text = "Dokument(e) fehlen:"
|
||||
'
|
||||
'frmSendungsDokumentanforderung
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(474, 576)
|
||||
Me.Controls.Add(Me.dgvKontaktEmails)
|
||||
Me.Controls.Add(Me.lblKontaktEmails)
|
||||
Me.Controls.Add(Me.lblTitel)
|
||||
Me.Controls.Add(Me.btnVermerkSetzen)
|
||||
Me.Controls.Add(Me.lblCustomerUploadEmailText)
|
||||
Me.Controls.Add(Me.txtCustomerUploadEmailText)
|
||||
Me.Controls.Add(Me.lblCustomerUploadLanguage)
|
||||
Me.Controls.Add(Me.cmbCustomerUploadLanguage)
|
||||
Me.Controls.Add(Me.nudCustomerUploadValidityHours)
|
||||
Me.Controls.Add(Me.lblCustomerUploadValidityHours)
|
||||
Me.Controls.Add(Me.lblCustomerUploadEmail)
|
||||
Me.Controls.Add(Me.txtCustomerUploadEmail)
|
||||
Me.Controls.Add(Me.btnCustomerUploadEmail)
|
||||
Me.Controls.Add(Me.btnCustomerUploadLink)
|
||||
Me.Controls.Add(Me.Label20)
|
||||
Me.Controls.Add(Me.Label5)
|
||||
Me.Controls.Add(Me.pnlDocumentEditor)
|
||||
Me.Controls.Add(Me.lblErrDokument)
|
||||
Me.Controls.Add(Me.cbxNichtLeserlich)
|
||||
Me.Controls.Add(Me.txtSonstigesDokumentFehlt)
|
||||
Me.Controls.Add(Me.cbxSonstDok)
|
||||
Me.Controls.Add(Me.flpDokumenteFehlenMain)
|
||||
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "frmSendungsDokumentanforderung"
|
||||
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
||||
Me.Text = "Dokumentanforderung"
|
||||
Me.pnlDocumentEditor.ResumeLayout(False)
|
||||
Me.pnlDocumentEditor.PerformLayout()
|
||||
CType(Me.nudCustomerUploadValidityHours, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.dgvKontaktEmails, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents flpDokumenteFehlenMain As FlowLayoutPanel
|
||||
Friend WithEvents cbxSonstDok As CheckBox
|
||||
Friend WithEvents txtSonstigesDokumentFehlt As TextBox
|
||||
Friend WithEvents cbxNichtLeserlich As CheckBox
|
||||
Friend WithEvents lblErrDokument As Label
|
||||
Friend WithEvents pnlDocumentEditor As Panel
|
||||
Friend WithEvents flpDocumentTabs As FlowLayoutPanel
|
||||
Friend WithEvents lblDocumentEditorTitle As Label
|
||||
Friend WithEvents lblDocumentEditorName As Label
|
||||
Friend WithEvents txtDocumentEditorName As TextBox
|
||||
Friend WithEvents lblDocumentEditorAnhangsart As Label
|
||||
Friend WithEvents cmbDocumentEditorAnhangsart As ComboBox
|
||||
Friend WithEvents lblDocumentEditorInfo As Label
|
||||
Friend WithEvents txtDocumentEditorInfo As TextBox
|
||||
Friend WithEvents lblDocumentEditorStatus As Label
|
||||
Friend WithEvents Label5 As Label
|
||||
Friend WithEvents Label20 As Label
|
||||
Friend WithEvents btnCustomerUploadLink As Button
|
||||
Friend WithEvents btnCustomerUploadEmail As Button
|
||||
Friend WithEvents txtCustomerUploadEmail As TextBox
|
||||
Friend WithEvents lblCustomerUploadEmail As Label
|
||||
Friend WithEvents lblCustomerUploadValidityHours As Label
|
||||
Friend WithEvents nudCustomerUploadValidityHours As NumericUpDown
|
||||
Friend WithEvents cmbCustomerUploadLanguage As ComboBox
|
||||
Friend WithEvents lblCustomerUploadLanguage As Label
|
||||
Friend WithEvents txtCustomerUploadEmailText As TextBox
|
||||
Friend WithEvents lblCustomerUploadEmailText As Label
|
||||
Friend WithEvents btnVermerkSetzen As Button
|
||||
Friend WithEvents lblTitel As Label
|
||||
Friend WithEvents lblKontaktEmails As Label
|
||||
Friend WithEvents dgvKontaktEmails As DataGridView
|
||||
End Class
|
||||
Reference in New Issue
Block a user