Partial Class frmSendungAnhangImport Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. 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. Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmSendungAnhangImport)) Me.lbl = New System.Windows.Forms.Label() Me.flpnlAviso = New System.Windows.Forms.FlowLayoutPanel() Me.flpnlSendungen = New System.Windows.Forms.FlowLayoutPanel() Me.lblSendungen = New System.Windows.Forms.Label() Me.lblImport = New System.Windows.Forms.Label() Me.pnlAnfuegen = New System.Windows.Forms.Panel() Me.cbxAlternativePDFAnsicht = New System.Windows.Forms.CheckBox() Me.Button1 = New System.Windows.Forms.Button() Me.txtBezeichnung = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.lblBezeichnung = New System.Windows.Forms.Label() Me.btnSeitenLoeschen = New System.Windows.Forms.Button() Me.btnAnfuegenAll = New System.Windows.Forms.Button() Me.txtDateiname = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.lblDatei = New System.Windows.Forms.Label() Me.MyTextBox2 = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.lblSendung = New System.Windows.Forms.Label() Me.lblArt = New System.Windows.Forms.Label() Me.cboArt = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.btnAnfuegen = New System.Windows.Forms.Button() Me.txtSeiten = New VERAG_PROG_ALLGEMEIN.MyTextBox() Me.lblSeiten = New System.Windows.Forms.Label() Me.cbxDelPDF = New System.Windows.Forms.CheckBox() Me.btnAdd = New System.Windows.Forms.Button() Me.cntxt = New System.Windows.Forms.ContextMenuStrip() Me.DateiHochladenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.DateiScannenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.AusZwischenablageeinfügenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.btnDel = New System.Windows.Forms.Button() Me.pnl = New System.Windows.Forms.Panel() Me.Button5 = New System.Windows.Forms.Button() Me.PdfViewer = New Spire.PdfViewer.Forms.PdfViewer() Me.Button3 = New System.Windows.Forms.Button() Me.btnSndDel = New System.Windows.Forms.Button() Me.PrintDocument1 = New System.Drawing.Printing.PrintDocument() Me.btnAddSnd = New System.Windows.Forms.Button() Me.cboSendungen = New VERAG_PROG_ALLGEMEIN.MyComboBox() Me.lblSendungsdetails = New System.Windows.Forms.Label() Me.lblWarenbeichnung = New System.Windows.Forms.Label() Me.btnSndEdit = New System.Windows.Forms.Button() Me.lblAbsender = New System.Windows.Forms.Label() Me.lblEmpfaenger = New System.Windows.Forms.Label() Me.Panel1 = New System.Windows.Forms.Panel() Me.Button17 = New System.Windows.Forms.Button() Me.lblRgPreis = New System.Windows.Forms.Label() Me.pnlSendung = New System.Windows.Forms.Panel() Me.UsrCntlSendungAnhangElement1 = New AVISO.usrCntlSendungAnhangElement() Me.UsrCntlSendungAnhangElement2 = New AVISO.usrCntlSendungAnhangElement() Me.WebBrowser = New System.Windows.Forms.WebBrowser() Me.flpnlAviso.SuspendLayout() Me.pnlAnfuegen.SuspendLayout() Me.cntxt.SuspendLayout() Me.pnl.SuspendLayout() Me.pnlSendung.SuspendLayout() Me.SuspendLayout() ' 'lbl ' Me.lbl.AutoSize = True Me.lbl.Location = New System.Drawing.Point(12, 14) Me.lbl.Name = "lbl" Me.lbl.Size = New System.Drawing.Size(53, 13) Me.lbl.TabIndex = 0 Me.lbl.Text = "Anhänge:" ' 'flpnlAviso ' Me.flpnlAviso.AllowDrop = True Me.flpnlAviso.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.flpnlAviso.AutoScroll = True Me.flpnlAviso.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.flpnlAviso.Controls.Add(Me.UsrCntlSendungAnhangElement1) Me.flpnlAviso.Controls.Add(Me.UsrCntlSendungAnhangElement2) Me.flpnlAviso.FlowDirection = System.Windows.Forms.FlowDirection.TopDown Me.flpnlAviso.Location = New System.Drawing.Point(15, 30) Me.flpnlAviso.Name = "flpnlAviso" Me.flpnlAviso.Size = New System.Drawing.Size(200, 825) Me.flpnlAviso.TabIndex = 7 ' 'flpnlSendungen ' Me.flpnlSendungen.AllowDrop = True Me.flpnlSendungen.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.flpnlSendungen.AutoScroll = True Me.flpnlSendungen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.flpnlSendungen.FlowDirection = System.Windows.Forms.FlowDirection.TopDown Me.flpnlSendungen.Location = New System.Drawing.Point(6, 149) Me.flpnlSendungen.Name = "flpnlSendungen" Me.flpnlSendungen.Size = New System.Drawing.Size(230, 643) Me.flpnlSendungen.TabIndex = 10 ' 'lblSendungen ' Me.lblSendungen.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblSendungen.AutoSize = True Me.lblSendungen.Location = New System.Drawing.Point(3, 12) Me.lblSendungen.Name = "lblSendungen" Me.lblSendungen.Size = New System.Drawing.Size(65, 13) Me.lblSendungen.TabIndex = 6 Me.lblSendungen.Text = "Sendungen:" ' 'lblImport ' Me.lblImport.AutoSize = True Me.lblImport.Location = New System.Drawing.Point(221, 14) Me.lblImport.Name = "lblImport" Me.lblImport.Size = New System.Drawing.Size(39, 13) Me.lblImport.TabIndex = 5 Me.lblImport.Text = "Import:" ' 'pnlAnfuegen ' Me.pnlAnfuegen.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.pnlAnfuegen.BackColor = System.Drawing.Color.FloralWhite Me.pnlAnfuegen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnlAnfuegen.Controls.Add(Me.cbxAlternativePDFAnsicht) Me.pnlAnfuegen.Controls.Add(Me.Button1) Me.pnlAnfuegen.Controls.Add(Me.txtBezeichnung) Me.pnlAnfuegen.Controls.Add(Me.lblBezeichnung) Me.pnlAnfuegen.Controls.Add(Me.btnSeitenLoeschen) Me.pnlAnfuegen.Controls.Add(Me.btnAnfuegenAll) Me.pnlAnfuegen.Controls.Add(Me.txtDateiname) Me.pnlAnfuegen.Controls.Add(Me.lblDatei) Me.pnlAnfuegen.Controls.Add(Me.MyTextBox2) Me.pnlAnfuegen.Controls.Add(Me.lblSendung) Me.pnlAnfuegen.Controls.Add(Me.lblArt) Me.pnlAnfuegen.Controls.Add(Me.cboArt) Me.pnlAnfuegen.Controls.Add(Me.btnAnfuegen) Me.pnlAnfuegen.Controls.Add(Me.txtSeiten) Me.pnlAnfuegen.Controls.Add(Me.lblSeiten) Me.pnlAnfuegen.Controls.Add(Me.cbxDelPDF) Me.pnlAnfuegen.Location = New System.Drawing.Point(221, 30) Me.pnlAnfuegen.Name = "pnlAnfuegen" Me.pnlAnfuegen.Size = New System.Drawing.Size(846, 162) Me.pnlAnfuegen.TabIndex = 8 ' 'cbxAlternativePDFAnsicht ' Me.cbxAlternativePDFAnsicht.AutoSize = True Me.cbxAlternativePDFAnsicht.Location = New System.Drawing.Point(527, 139) Me.cbxAlternativePDFAnsicht.Name = "cbxAlternativePDFAnsicht" Me.cbxAlternativePDFAnsicht.Size = New System.Drawing.Size(138, 17) Me.cbxAlternativePDFAnsicht.TabIndex = 15 Me.cbxAlternativePDFAnsicht.Text = "Alternative PDF-Ansicht" Me.cbxAlternativePDFAnsicht.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.BackColor = System.Drawing.Color.Wheat Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button1.Location = New System.Drawing.Point(748, 132) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(52, 28) Me.Button1.TabIndex = 14 Me.Button1.Text = "Hardcore test" Me.Button1.UseVisualStyleBackColor = False Me.Button1.Visible = False ' '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.BackColor = System.Drawing.Color.White Me.txtBezeichnung.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtBezeichnung.ForeColor = System.Drawing.Color.Black Me.txtBezeichnung.Location = New System.Drawing.Point(68, 105) 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(453, 26) Me.txtBezeichnung.TabIndex = 7 ' 'lblBezeichnung ' Me.lblBezeichnung.AutoSize = True Me.lblBezeichnung.Location = New System.Drawing.Point(3, 113) Me.lblBezeichnung.Name = "lblBezeichnung" Me.lblBezeichnung.Size = New System.Drawing.Size(63, 13) Me.lblBezeichnung.TabIndex = 10 Me.lblBezeichnung.Text = "Bezeichng.:" ' 'btnSeitenLoeschen ' Me.btnSeitenLoeschen.BackColor = System.Drawing.Color.Wheat Me.btnSeitenLoeschen.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSeitenLoeschen.Location = New System.Drawing.Point(523, 105) Me.btnSeitenLoeschen.Name = "btnSeitenLoeschen" Me.btnSeitenLoeschen.Size = New System.Drawing.Size(277, 28) Me.btnSeitenLoeschen.TabIndex = 11 Me.btnSeitenLoeschen.Text = "Seiten löschen" Me.btnSeitenLoeschen.UseVisualStyleBackColor = False ' 'btnAnfuegenAll ' Me.btnAnfuegenAll.BackColor = System.Drawing.Color.Wheat Me.btnAnfuegenAll.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAnfuegenAll.Location = New System.Drawing.Point(523, 47) Me.btnAnfuegenAll.Name = "btnAnfuegenAll" Me.btnAnfuegenAll.Size = New System.Drawing.Size(277, 56) Me.btnAnfuegenAll.TabIndex = 9 Me.btnAnfuegenAll.Text = ">> Ganzes Dokument anfügen >>" Me.btnAnfuegenAll.UseVisualStyleBackColor = False ' 'txtDateiname ' Me.txtDateiname._DateTimeOnly = False Me.txtDateiname._numbersOnly = False Me.txtDateiname._numbersOnlyKommastellen = "" Me.txtDateiname._numbersOnlyTrennzeichen = True Me.txtDateiname._Prozent = False Me.txtDateiname._ShortDateNew = False Me.txtDateiname._ShortDateOnly = False Me.txtDateiname._TimeOnly = False Me.txtDateiname._TimeOnly_Seconds = False Me.txtDateiname._value = "" Me.txtDateiname._Waehrung = False Me.txtDateiname._WaehrungZeichen = True Me.txtDateiname.ForeColor = System.Drawing.Color.Black Me.txtDateiname.Location = New System.Drawing.Point(68, 11) Me.txtDateiname.MaxLineLength = -1 Me.txtDateiname.MaxLines_Warning = "" Me.txtDateiname.MaxLines_Warning_Label = Nothing Me.txtDateiname.Name = "txtDateiname" Me.txtDateiname.ReadOnly = True Me.txtDateiname.Size = New System.Drawing.Size(732, 20) Me.txtDateiname.TabIndex = 1 ' 'lblDatei ' Me.lblDatei.AutoSize = True Me.lblDatei.Location = New System.Drawing.Point(3, 14) Me.lblDatei.Name = "lblDatei" Me.lblDatei.Size = New System.Drawing.Size(35, 13) Me.lblDatei.TabIndex = 0 Me.lblDatei.Text = "Datei:" ' 'MyTextBox2 ' Me.MyTextBox2._DateTimeOnly = False Me.MyTextBox2._numbersOnly = False Me.MyTextBox2._numbersOnlyKommastellen = "" Me.MyTextBox2._numbersOnlyTrennzeichen = True Me.MyTextBox2._Prozent = False Me.MyTextBox2._ShortDateNew = False Me.MyTextBox2._ShortDateOnly = False Me.MyTextBox2._TimeOnly = False Me.MyTextBox2._TimeOnly_Seconds = False Me.MyTextBox2._value = "" Me.MyTextBox2._Waehrung = False Me.MyTextBox2._WaehrungZeichen = True Me.MyTextBox2.ForeColor = System.Drawing.Color.Black Me.MyTextBox2.Location = New System.Drawing.Point(68, 137) Me.MyTextBox2.MaxLineLength = -1 Me.MyTextBox2.MaxLines_Warning = "" Me.MyTextBox2.MaxLines_Warning_Label = Nothing Me.MyTextBox2.Name = "MyTextBox2" Me.MyTextBox2.ReadOnly = True Me.MyTextBox2.Size = New System.Drawing.Size(453, 20) Me.MyTextBox2.TabIndex = 13 ' 'lblSendung ' Me.lblSendung.AutoSize = True Me.lblSendung.Location = New System.Drawing.Point(3, 140) Me.lblSendung.Name = "lblSendung" Me.lblSendung.Size = New System.Drawing.Size(53, 13) Me.lblSendung.TabIndex = 12 Me.lblSendung.Text = "Sendung:" ' 'lblArt ' Me.lblArt.AutoSize = True Me.lblArt.Location = New System.Drawing.Point(3, 83) Me.lblArt.Name = "lblArt" Me.lblArt.Size = New System.Drawing.Size(23, 13) Me.lblArt.TabIndex = 5 Me.lblArt.Text = "Art:" ' 'cboArt ' Me.cboArt._allowedValuesFreiText = Nothing Me.cboArt._allowFreiText = False Me.cboArt._value = "" Me.cboArt.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend Me.cboArt.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.ListItems 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(68, 75) Me.cboArt.Name = "cboArt" Me.cboArt.Size = New System.Drawing.Size(242, 28) Me.cboArt.TabIndex = 6 ' 'btnAnfuegen ' Me.btnAnfuegen.BackColor = System.Drawing.Color.Wheat Me.btnAnfuegen.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAnfuegen.Location = New System.Drawing.Point(316, 47) Me.btnAnfuegen.Name = "btnAnfuegen" Me.btnAnfuegen.Size = New System.Drawing.Size(205, 56) Me.btnAnfuegen.TabIndex = 8 Me.btnAnfuegen.Text = ">> Anfügen >>" Me.btnAnfuegen.UseVisualStyleBackColor = False ' 'txtSeiten ' Me.txtSeiten._DateTimeOnly = False Me.txtSeiten._numbersOnly = False Me.txtSeiten._numbersOnlyKommastellen = "" Me.txtSeiten._numbersOnlyTrennzeichen = True Me.txtSeiten._Prozent = False Me.txtSeiten._ShortDateNew = False Me.txtSeiten._ShortDateOnly = False Me.txtSeiten._TimeOnly = False Me.txtSeiten._TimeOnly_Seconds = False Me.txtSeiten._value = "" Me.txtSeiten._Waehrung = False Me.txtSeiten._WaehrungZeichen = True Me.txtSeiten.BackColor = System.Drawing.Color.White Me.txtSeiten.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtSeiten.ForeColor = System.Drawing.Color.Black Me.txtSeiten.Location = New System.Drawing.Point(68, 47) Me.txtSeiten.MaxLineLength = -1 Me.txtSeiten.MaxLines_Warning = "" Me.txtSeiten.MaxLines_Warning_Label = Nothing Me.txtSeiten.Name = "txtSeiten" Me.txtSeiten.Size = New System.Drawing.Size(242, 26) Me.txtSeiten.TabIndex = 4 ' 'lblSeiten ' Me.lblSeiten.AutoSize = True Me.lblSeiten.Location = New System.Drawing.Point(3, 55) Me.lblSeiten.Name = "lblSeiten" Me.lblSeiten.Size = New System.Drawing.Size(40, 13) Me.lblSeiten.TabIndex = 3 Me.lblSeiten.Text = "Seiten:" ' 'cbxDelPDF ' Me.cbxDelPDF.AutoSize = True Me.cbxDelPDF.Checked = True Me.cbxDelPDF.CheckState = System.Windows.Forms.CheckState.Checked Me.cbxDelPDF.Location = New System.Drawing.Point(316, 31) Me.cbxDelPDF.Name = "cbxDelPDF" Me.cbxDelPDF.Size = New System.Drawing.Size(244, 17) Me.cbxDelPDF.TabIndex = 2 Me.cbxDelPDF.Text = "angefügte Dateien aus Original PDF entfernen" Me.cbxDelPDF.UseVisualStyleBackColor = True ' 'btnAdd ' Me.btnAdd.ContextMenuStrip = Me.cntxt Me.btnAdd.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAdd.Location = New System.Drawing.Point(71, 3) Me.btnAdd.Name = "btnAdd" Me.btnAdd.Size = New System.Drawing.Size(75, 25) Me.btnAdd.TabIndex = 3 Me.btnAdd.Text = "Hinzufügen" Me.btnAdd.UseVisualStyleBackColor = True ' 'cntxt ' Me.cntxt.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.cntxt.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiHochladenToolStripMenuItem, Me.DateiScannenToolStripMenuItem, Me.AusZwischenablageeinfügenToolStripMenuItem}) Me.cntxt.Name = "cntxt" Me.cntxt.Size = New System.Drawing.Size(250, 70) ' 'DateiHochladenToolStripMenuItem ' Me.DateiHochladenToolStripMenuItem.Image = Global.AVISO.My.Resources.Resources.pdf11 Me.DateiHochladenToolStripMenuItem.Name = "DateiHochladenToolStripMenuItem" Me.DateiHochladenToolStripMenuItem.Size = New System.Drawing.Size(249, 22) Me.DateiHochladenToolStripMenuItem.Text = "Datei hochladen..." ' 'DateiScannenToolStripMenuItem ' Me.DateiScannenToolStripMenuItem.Image = Global.AVISO.My.Resources.Resources.scanner Me.DateiScannenToolStripMenuItem.Name = "DateiScannenToolStripMenuItem" Me.DateiScannenToolStripMenuItem.Size = New System.Drawing.Size(249, 22) Me.DateiScannenToolStripMenuItem.Text = "Datei scannen..." ' 'AusZwischenablageeinfügenToolStripMenuItem ' Me.AusZwischenablageeinfügenToolStripMenuItem.Name = "AusZwischenablageeinfügenToolStripMenuItem" Me.AusZwischenablageeinfügenToolStripMenuItem.Size = New System.Drawing.Size(249, 22) Me.AusZwischenablageeinfügenToolStripMenuItem.Text = "Aus Zwischenablage (einfügen)..." ' 'btnDel ' Me.btnDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnDel.Location = New System.Drawing.Point(152, 3) Me.btnDel.Name = "btnDel" Me.btnDel.Size = New System.Drawing.Size(63, 25) Me.btnDel.TabIndex = 4 Me.btnDel.Text = "Löschen" Me.btnDel.UseVisualStyleBackColor = True ' 'pnl ' Me.pnl.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.pnl.Controls.Add(Me.Button5) Me.pnl.Controls.Add(Me.PdfViewer) Me.pnl.Controls.Add(Me.WebBrowser) Me.pnl.Location = New System.Drawing.Point(221, 198) Me.pnl.Name = "pnl" Me.pnl.Size = New System.Drawing.Size(846, 657) Me.pnl.TabIndex = 11 ' 'Button5 ' Me.Button5.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button5.Image = Global.AVISO.My.Resources.Resources.refresh Me.Button5.Location = New System.Drawing.Point(793, 1) Me.Button5.Name = "Button5" Me.Button5.Size = New System.Drawing.Size(48, 34) Me.Button5.TabIndex = 2 Me.Button5.UseVisualStyleBackColor = True ' 'PdfViewer ' Me.PdfViewer.Dock = System.Windows.Forms.DockStyle.Fill Me.PdfViewer.FindTextHighLightColor = System.Drawing.Color.FromArgb(CType(CType(200, Byte), Integer), CType(CType(153, Byte), Integer), CType(CType(193, Byte), Integer), CType(CType(218, Byte), Integer)) Me.PdfViewer.FormFillEnabled = False Me.PdfViewer.IgnoreCase = False Me.PdfViewer.IsToolBarVisible = True Me.PdfViewer.Location = New System.Drawing.Point(0, 0) Me.PdfViewer.MultiPagesThreshold = 60 Me.PdfViewer.Name = "PdfViewer" Me.PdfViewer.OnRenderPageExceptionEvent = Nothing Me.PdfViewer.Size = New System.Drawing.Size(844, 655) Me.PdfViewer.TabIndex = 0 Me.PdfViewer.Threshold = 60 Me.PdfViewer.ViewerBackgroundColor = System.Drawing.Color.FromArgb(CType(CType(229, Byte), Integer), CType(CType(229, Byte), Integer), CType(CType(229, Byte), Integer)) ' 'Button3 ' Me.Button3.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button3.BackColor = System.Drawing.Color.Wheat Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button3.Location = New System.Drawing.Point(6, 798) Me.Button3.Name = "Button3" Me.Button3.Size = New System.Drawing.Size(230, 56) Me.Button3.TabIndex = 12 Me.Button3.Text = "<< zurück <<" Me.Button3.UseVisualStyleBackColor = False ' 'btnSndDel ' Me.btnSndDel.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnSndDel.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSndDel.Image = Global.AVISO.My.Resources.Resources.del1 Me.btnSndDel.Location = New System.Drawing.Point(204, 0) Me.btnSndDel.Name = "btnSndDel" Me.btnSndDel.Size = New System.Drawing.Size(32, 25) Me.btnSndDel.TabIndex = 2 Me.btnSndDel.UseVisualStyleBackColor = True ' 'btnAddSnd ' Me.btnAddSnd.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnAddSnd.ContextMenuStrip = Me.cntxt Me.btnAddSnd.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnAddSnd.Location = New System.Drawing.Point(74, 0) Me.btnAddSnd.Name = "btnAddSnd" Me.btnAddSnd.Size = New System.Drawing.Size(58, 25) Me.btnAddSnd.TabIndex = 1 Me.btnAddSnd.Text = "+ NEU" Me.btnAddSnd.UseVisualStyleBackColor = True ' 'cboSendungen ' Me.cboSendungen._allowedValuesFreiText = Nothing Me.cboSendungen._allowFreiText = False Me.cboSendungen._value = "" Me.cboSendungen.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cboSendungen.DropDownWidth = 450 Me.cboSendungen.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cboSendungen.FormattingEnabled = True Me.cboSendungen.Location = New System.Drawing.Point(6, 28) Me.cboSendungen.Name = "cboSendungen" Me.cboSendungen.Size = New System.Drawing.Size(230, 28) Me.cboSendungen.TabIndex = 9 ' 'lblSendungsdetails ' Me.lblSendungsdetails.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblSendungsdetails.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblSendungsdetails.Location = New System.Drawing.Point(10, 96) Me.lblSendungsdetails.Name = "lblSendungsdetails" Me.lblSendungsdetails.Size = New System.Drawing.Size(157, 21) Me.lblSendungsdetails.TabIndex = 13 Me.lblSendungsdetails.Text = "-" ' 'lblWarenbeichnung ' Me.lblWarenbeichnung.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblWarenbeichnung.Location = New System.Drawing.Point(10, 114) Me.lblWarenbeichnung.Name = "lblWarenbeichnung" Me.lblWarenbeichnung.Size = New System.Drawing.Size(223, 31) Me.lblWarenbeichnung.TabIndex = 14 Me.lblWarenbeichnung.Text = "-" ' 'btnSndEdit ' Me.btnSndEdit.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnSndEdit.ContextMenuStrip = Me.cntxt Me.btnSndEdit.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.btnSndEdit.Image = Global.AVISO.My.Resources.Resources.stift1 Me.btnSndEdit.Location = New System.Drawing.Point(138, 1) Me.btnSndEdit.Name = "btnSndEdit" Me.btnSndEdit.Size = New System.Drawing.Size(29, 25) Me.btnSndEdit.TabIndex = 15 Me.btnSndEdit.UseVisualStyleBackColor = True ' 'lblAbsender ' Me.lblAbsender.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblAbsender.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblAbsender.Location = New System.Drawing.Point(10, 65) Me.lblAbsender.Name = "lblAbsender" Me.lblAbsender.Size = New System.Drawing.Size(223, 15) Me.lblAbsender.TabIndex = 16 Me.lblAbsender.Text = "-" ' 'lblEmpfaenger ' Me.lblEmpfaenger.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblEmpfaenger.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblEmpfaenger.Location = New System.Drawing.Point(10, 80) Me.lblEmpfaenger.Name = "lblEmpfaenger" Me.lblEmpfaenger.Size = New System.Drawing.Size(223, 17) Me.lblEmpfaenger.TabIndex = 17 Me.lblEmpfaenger.Text = "-" ' 'Panel1 ' Me.Panel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Location = New System.Drawing.Point(6, 96) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(230, 1) Me.Panel1.TabIndex = 18 ' 'Button17 ' Me.Button17.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.Button17.BackgroundImage = Global.AVISO.My.Resources.Resources.vermerk Me.Button17.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom Me.Button17.FlatStyle = System.Windows.Forms.FlatStyle.Flat Me.Button17.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.0!) Me.Button17.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button17.Location = New System.Drawing.Point(173, 0) Me.Button17.Name = "Button17" Me.Button17.Padding = New System.Windows.Forms.Padding(0, 0, 10, 0) Me.Button17.Size = New System.Drawing.Size(25, 26) Me.Button17.TabIndex = 6 Me.Button17.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button17.UseVisualStyleBackColor = True ' 'lblRgPreis ' Me.lblRgPreis.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.lblRgPreis.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.lblRgPreis.Location = New System.Drawing.Point(129, 96) Me.lblRgPreis.Name = "lblRgPreis" Me.lblRgPreis.Size = New System.Drawing.Size(107, 21) Me.lblRgPreis.TabIndex = 19 Me.lblRgPreis.Text = "-" Me.lblRgPreis.TextAlign = System.Drawing.ContentAlignment.TopRight ' 'pnlSendung ' Me.pnlSendung.Controls.Add(Me.flpnlSendungen) Me.pnlSendung.Controls.Add(Me.lblSendungen) Me.pnlSendung.Controls.Add(Me.Button3) Me.pnlSendung.Controls.Add(Me.Button17) Me.pnlSendung.Controls.Add(Me.lblRgPreis) Me.pnlSendung.Controls.Add(Me.Panel1) Me.pnlSendung.Controls.Add(Me.lblEmpfaenger) Me.pnlSendung.Controls.Add(Me.lblAbsender) Me.pnlSendung.Controls.Add(Me.cboSendungen) Me.pnlSendung.Controls.Add(Me.btnSndEdit) Me.pnlSendung.Controls.Add(Me.btnSndDel) Me.pnlSendung.Controls.Add(Me.lblWarenbeichnung) Me.pnlSendung.Controls.Add(Me.btnAddSnd) Me.pnlSendung.Controls.Add(Me.lblSendungsdetails) Me.pnlSendung.Dock = System.Windows.Forms.DockStyle.Right Me.pnlSendung.Location = New System.Drawing.Point(1066, 0) Me.pnlSendung.Name = "pnlSendung" Me.pnlSendung.Size = New System.Drawing.Size(243, 860) Me.pnlSendung.TabIndex = 0 ' 'UsrCntlSendungAnhangElement1 ' Me.UsrCntlSendungAnhangElement1.ACTIVE = False Me.UsrCntlSendungAnhangElement1.BackColor = System.Drawing.Color.White Me.UsrCntlSendungAnhangElement1.FILE_ANHID = Nothing Me.UsrCntlSendungAnhangElement1.FILE_DOCID = Nothing Me.UsrCntlSendungAnhangElement1.FILE_NAME = "False" Me.UsrCntlSendungAnhangElement1.FILE_PAGES = Nothing Me.UsrCntlSendungAnhangElement1.FILE_PATH = Nothing Me.UsrCntlSendungAnhangElement1.FILE_TYPE = Nothing Me.UsrCntlSendungAnhangElement1.Location = New System.Drawing.Point(3, 3) Me.UsrCntlSendungAnhangElement1.Name = "UsrCntlSendungAnhangElement1" Me.UsrCntlSendungAnhangElement1.Size = New System.Drawing.Size(130, 64) Me.UsrCntlSendungAnhangElement1.TabIndex = 0 ' 'UsrCntlSendungAnhangElement2 ' Me.UsrCntlSendungAnhangElement2.ACTIVE = False Me.UsrCntlSendungAnhangElement2.BackColor = System.Drawing.Color.White Me.UsrCntlSendungAnhangElement2.FILE_ANHID = Nothing Me.UsrCntlSendungAnhangElement2.FILE_DOCID = Nothing Me.UsrCntlSendungAnhangElement2.FILE_NAME = "False" Me.UsrCntlSendungAnhangElement2.FILE_PAGES = Nothing Me.UsrCntlSendungAnhangElement2.FILE_PATH = Nothing Me.UsrCntlSendungAnhangElement2.FILE_TYPE = Nothing Me.UsrCntlSendungAnhangElement2.Location = New System.Drawing.Point(3, 73) Me.UsrCntlSendungAnhangElement2.Name = "UsrCntlSendungAnhangElement2" Me.UsrCntlSendungAnhangElement2.Size = New System.Drawing.Size(130, 64) Me.UsrCntlSendungAnhangElement2.TabIndex = 1 ' 'WebBrowser ' Me.WebBrowser.Dock = System.Windows.Forms.DockStyle.Fill Me.WebBrowser.Location = New System.Drawing.Point(0, 0) Me.WebBrowser.MinimumSize = New System.Drawing.Size(20, 20) Me.WebBrowser.Name = "WebBrowser" Me.WebBrowser.Size = New System.Drawing.Size(844, 655) Me.WebBrowser.TabIndex = 1 ' 'frmSendungAnhangImport ' Me.AllowDrop = True 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(1309, 860) Me.Controls.Add(Me.btnDel) Me.Controls.Add(Me.btnAdd) Me.Controls.Add(Me.pnlAnfuegen) Me.Controls.Add(Me.lblImport) Me.Controls.Add(Me.flpnlAviso) Me.Controls.Add(Me.lbl) Me.Controls.Add(Me.pnl) Me.Controls.Add(Me.pnlSendung) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.KeyPreview = True Me.Name = "frmSendungAnhangImport" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "Anhang Import" Me.flpnlAviso.ResumeLayout(False) Me.pnlAnfuegen.ResumeLayout(False) Me.pnlAnfuegen.PerformLayout() Me.cntxt.ResumeLayout(False) Me.pnl.ResumeLayout(False) Me.pnlSendung.ResumeLayout(False) Me.pnlSendung.PerformLayout() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents lbl As Label Friend WithEvents flpnlAviso As FlowLayoutPanel Friend WithEvents flpnlSendungen As FlowLayoutPanel Friend WithEvents lblSendungen As Label Friend WithEvents lblImport As Label Friend WithEvents pnlAnfuegen As Panel Friend WithEvents lblSeiten As Label Friend WithEvents btnAdd As Button Friend WithEvents btnAnfuegen As Button Friend WithEvents txtSeiten As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents UsrCntlSendungAnhangElement1 As usrCntlSendungAnhangElement Friend WithEvents MyTextBox2 As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents lblSendung As Label Friend WithEvents lblArt As Label Friend WithEvents cboArt As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents txtDateiname As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents lblDatei As Label Friend WithEvents UsrCntlSendungAnhangElement2 As usrCntlSendungAnhangElement Friend WithEvents btnDel As Button Friend WithEvents pnl As Panel Friend WithEvents cbxDelPDF As CheckBox Friend WithEvents cboSendungen As VERAG_PROG_ALLGEMEIN.MyComboBox Friend WithEvents btnAnfuegenAll As Button Friend WithEvents Button3 As Button Friend WithEvents cntxt As ContextMenuStrip Friend WithEvents DateiScannenToolStripMenuItem As ToolStripMenuItem Friend WithEvents DateiHochladenToolStripMenuItem As ToolStripMenuItem Friend WithEvents btnSndDel As Button Friend WithEvents PrintDocument1 As Printing.PrintDocument Friend WithEvents PdfViewer As Spire.PdfViewer.Forms.PdfViewer Friend WithEvents WebBrowser As WebBrowser Friend WithEvents btnAddSnd As Button Friend WithEvents Button5 As Button Friend WithEvents AusZwischenablageeinfügenToolStripMenuItem As ToolStripMenuItem Friend WithEvents btnSeitenLoeschen As Button Friend WithEvents txtBezeichnung As VERAG_PROG_ALLGEMEIN.MyTextBox Friend WithEvents lblBezeichnung As Label Friend WithEvents Button1 As Button Friend WithEvents lblSendungsdetails As Label Friend WithEvents lblWarenbeichnung As Label Friend WithEvents btnSndEdit As Button Friend WithEvents lblAbsender As Label Friend WithEvents lblEmpfaenger As Label Friend WithEvents Panel1 As Panel Friend WithEvents Button17 As Button Friend WithEvents cbxAlternativePDFAnsicht As CheckBox Friend WithEvents lblRgPreis As Label Friend WithEvents pnlSendung As Panel End Class