Partial Class frmSendungsDokumentanforderung Inherits System.Windows.Forms.Form 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 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.cmbCustomerUploadEmailTemplate = New System.Windows.Forms.ComboBox() Me.lblCustomerUploadEmailTemplate = 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.Margin = New System.Windows.Forms.Padding(0) Me.flpDokumenteFehlenMain.Name = "flpDokumenteFehlenMain" Me.flpDokumenteFehlenMain.TabIndex = 0 ' 'cbxSonstDok ' Me.cbxSonstDok.AutoSize = True 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.MaxLength = 80 Me.txtSonstigesDokumentFehlt.Name = "txtSonstigesDokumentFehlt" Me.txtSonstigesDokumentFehlt.TabIndex = 2 ' 'cbxNichtLeserlich ' Me.cbxNichtLeserlich.AutoSize = True 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.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.Name = "pnlDocumentEditor" 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.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.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.Name = "lblDocumentEditorName" Me.lblDocumentEditorName.Size = New System.Drawing.Size(85, 13) Me.lblDocumentEditorName.TabIndex = 2 Me.lblDocumentEditorName.Text = "Dokumentname:" ' 'txtDocumentEditorName ' Me.txtDocumentEditorName.MaxLength = 120 Me.txtDocumentEditorName.Name = "txtDocumentEditorName" Me.txtDocumentEditorName.TabIndex = 3 ' 'lblDocumentEditorAnhangsart ' Me.lblDocumentEditorAnhangsart.AutoSize = True 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.Name = "cmbDocumentEditorAnhangsart" Me.cmbDocumentEditorAnhangsart.TabIndex = 5 ' 'lblDocumentEditorInfo ' Me.lblDocumentEditorInfo.AutoSize = True 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.MaxLength = 500 Me.txtDocumentEditorInfo.Name = "txtDocumentEditorInfo" 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.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.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.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.Name = "btnCustomerUploadLink" Me.btnCustomerUploadLink.TabIndex = 11 Me.btnCustomerUploadLink.Text = "Link kopieren" Me.btnCustomerUploadLink.UseVisualStyleBackColor = True ' 'btnCustomerUploadEmail ' Me.btnCustomerUploadEmail.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnCustomerUploadEmail.Name = "btnCustomerUploadEmail" Me.btnCustomerUploadEmail.TabIndex = 13 Me.btnCustomerUploadEmail.Text = "E-Mail senden" Me.btnCustomerUploadEmail.UseVisualStyleBackColor = True ' 'txtCustomerUploadEmail ' Me.txtCustomerUploadEmail.MaxLength = 255 Me.txtCustomerUploadEmail.Name = "txtCustomerUploadEmail" Me.txtCustomerUploadEmail.TabIndex = 12 ' 'lblCustomerUploadEmail ' Me.lblCustomerUploadEmail.AutoSize = True 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.Name = "lblCustomerUploadValidityHours" Me.lblCustomerUploadValidityHours.Size = New System.Drawing.Size(66, 13) Me.lblCustomerUploadValidityHours.TabIndex = 9 Me.lblCustomerUploadValidityHours.Text = "Gültigkeit(h):" ' 'nudCustomerUploadValidityHours ' 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.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.Name = "cmbCustomerUploadLanguage" Me.cmbCustomerUploadLanguage.TabIndex = 9 ' 'lblCustomerUploadLanguage ' Me.lblCustomerUploadLanguage.AutoSize = True 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.MaxLength = 500 Me.txtCustomerUploadEmailText.Multiline = True Me.txtCustomerUploadEmailText.Name = "txtCustomerUploadEmailText" Me.txtCustomerUploadEmailText.ScrollBars = System.Windows.Forms.ScrollBars.Vertical Me.txtCustomerUploadEmailText.TabIndex = 14 ' 'lblCustomerUploadEmailText ' Me.lblCustomerUploadEmailText.AutoSize = True Me.lblCustomerUploadEmailText.Name = "lblCustomerUploadEmailText" Me.lblCustomerUploadEmailText.Size = New System.Drawing.Size(63, 13) Me.lblCustomerUploadEmailText.TabIndex = 15 Me.lblCustomerUploadEmailText.Text = "E-Mail Text:" ' 'cmbCustomerUploadEmailTemplate ' Me.cmbCustomerUploadEmailTemplate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList Me.cmbCustomerUploadEmailTemplate.FormattingEnabled = True Me.cmbCustomerUploadEmailTemplate.Location = New System.Drawing.Point(132, 543) Me.cmbCustomerUploadEmailTemplate.Name = "cmbCustomerUploadEmailTemplate" Me.cmbCustomerUploadEmailTemplate.Size = New System.Drawing.Size(564, 21) Me.cmbCustomerUploadEmailTemplate.TabIndex = 19 Me.cmbCustomerUploadEmailTemplate.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) ' 'lblCustomerUploadEmailTemplate ' Me.lblCustomerUploadEmailTemplate.AutoSize = True Me.lblCustomerUploadEmailTemplate.Location = New System.Drawing.Point(9, 546) Me.lblCustomerUploadEmailTemplate.Name = "lblCustomerUploadEmailTemplate" Me.lblCustomerUploadEmailTemplate.Size = New System.Drawing.Size(63, 13) Me.lblCustomerUploadEmailTemplate.TabIndex = 20 Me.lblCustomerUploadEmailTemplate.Text = "Vorlage:" ' 'lblKontaktEmails ' Me.lblKontaktEmails.AutoSize = True 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.MultiSelect = False Me.dgvKontaktEmails.Name = "dgvKontaktEmails" Me.dgvKontaktEmails.ReadOnly = True Me.dgvKontaktEmails.RowHeadersVisible = False Me.dgvKontaktEmails.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect Me.dgvKontaktEmails.TabIndex = 18 ' 'btnVermerkSetzen ' Me.btnVermerkSetzen.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnVermerkSetzen.Name = "btnVermerkSetzen" 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.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.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.cmbCustomerUploadEmailTemplate) 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 cmbCustomerUploadEmailTemplate As ComboBox Friend WithEvents lblCustomerUploadEmailTemplate As Label Friend WithEvents dgvKontaktEmails As DataGridView End Class