You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

182 lines
8.5 KiB

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmAuspraegungstexte
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()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmAuspraegungstexte))
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton()
Me.PnlAll = New System.Windows.Forms.Panel()
Me.rtbdoc1 = New ExtendedRichTextBox.RichTextBoxPrintCtrl()
Me.tsBtnPreview = New System.Windows.Forms.ToolStrip()
Me.tsbtnSaveAs = New System.Windows.Forms.ToolStripButton()
Me.tsbtnPageSetup = New System.Windows.Forms.ToolStripButton()
Me.tsbtbPreview = New System.Windows.Forms.ToolStripButton()
Me.tsbtnprint = New System.Windows.Forms.ToolStripButton()
Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
Me.PageSetupDialog1 = New System.Windows.Forms.PageSetupDialog()
Me.PrintDialog1 = New System.Windows.Forms.PrintDialog()
Me.PrintDocument1 = New System.Drawing.Printing.PrintDocument()
Me.PrintPreviewDialog1 = New System.Windows.Forms.PrintPreviewDialog()
Me.ToolStrip1.SuspendLayout()
Me.PnlAll.SuspendLayout()
Me.tsBtnPreview.SuspendLayout()
Me.SuspendLayout()
'
'ToolStrip1
'
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit})
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Size = New System.Drawing.Size(816, 25)
Me.ToolStrip1.TabIndex = 5
Me.ToolStrip1.Text = "ToolStrip1"
'
'TSBtnQuit
'
Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.TSBtnQuit.Image = CType(resources.GetObject("TSBtnQuit.Image"), System.Drawing.Image)
Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta
Me.TSBtnQuit.Name = "TSBtnQuit"
Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22)
Me.TSBtnQuit.Text = "ToolStripButton1"
Me.TSBtnQuit.ToolTipText = "Anwendung beenden"
'
'PnlAll
'
Me.PnlAll.Controls.Add(Me.rtbdoc1)
Me.PnlAll.Controls.Add(Me.tsBtnPreview)
Me.PnlAll.Dock = System.Windows.Forms.DockStyle.Fill
Me.PnlAll.Location = New System.Drawing.Point(0, 25)
Me.PnlAll.Name = "PnlAll"
Me.PnlAll.Size = New System.Drawing.Size(816, 517)
Me.PnlAll.TabIndex = 8
Me.PnlAll.Visible = False
'
'rtbdoc1
'
Me.rtbdoc1.Dock = System.Windows.Forms.DockStyle.Fill
Me.rtbdoc1.Location = New System.Drawing.Point(0, 25)
Me.rtbdoc1.Name = "rtbdoc1"
Me.rtbdoc1.Size = New System.Drawing.Size(816, 492)
Me.rtbdoc1.TabIndex = 1
Me.rtbdoc1.Text = ""
'
'tsBtnPreview
'
Me.tsBtnPreview.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnSaveAs, Me.tsbtnPageSetup, Me.tsbtbPreview, Me.tsbtnprint})
Me.tsBtnPreview.Location = New System.Drawing.Point(0, 0)
Me.tsBtnPreview.Name = "tsBtnPreview"
Me.tsBtnPreview.Size = New System.Drawing.Size(816, 25)
Me.tsBtnPreview.TabIndex = 0
Me.tsBtnPreview.Text = "ToolStrip2"
'
'tsbtnSaveAs
'
Me.tsbtnSaveAs.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.tsbtnSaveAs.Image = CType(resources.GetObject("tsbtnSaveAs.Image"), System.Drawing.Image)
Me.tsbtnSaveAs.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbtnSaveAs.Name = "tsbtnSaveAs"
Me.tsbtnSaveAs.Size = New System.Drawing.Size(23, 22)
Me.tsbtnSaveAs.Text = "Speichern unter"
'
'tsbtnPageSetup
'
Me.tsbtnPageSetup.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.tsbtnPageSetup.Image = CType(resources.GetObject("tsbtnPageSetup.Image"), System.Drawing.Image)
Me.tsbtnPageSetup.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbtnPageSetup.Name = "tsbtnPageSetup"
Me.tsbtnPageSetup.Size = New System.Drawing.Size(23, 22)
Me.tsbtnPageSetup.Text = "Seite einrichten"
'
'tsbtbPreview
'
Me.tsbtbPreview.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.tsbtbPreview.Image = CType(resources.GetObject("tsbtbPreview.Image"), System.Drawing.Image)
Me.tsbtbPreview.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbtbPreview.Name = "tsbtbPreview"
Me.tsbtbPreview.Size = New System.Drawing.Size(23, 22)
Me.tsbtbPreview.Text = "Vorschau"
'
'tsbtnprint
'
Me.tsbtnprint.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
Me.tsbtnprint.Image = CType(resources.GetObject("tsbtnprint.Image"), System.Drawing.Image)
Me.tsbtnprint.ImageTransparentColor = System.Drawing.Color.Magenta
Me.tsbtnprint.Name = "tsbtnprint"
Me.tsbtnprint.Size = New System.Drawing.Size(23, 22)
Me.tsbtnprint.Text = "Drucken"
'
'PrintDialog1
'
Me.PrintDialog1.UseEXDialog = True
'
'PrintDocument1
'
'
'PrintPreviewDialog1
'
Me.PrintPreviewDialog1.AutoScrollMargin = New System.Drawing.Size(0, 0)
Me.PrintPreviewDialog1.AutoScrollMinSize = New System.Drawing.Size(0, 0)
Me.PrintPreviewDialog1.ClientSize = New System.Drawing.Size(400, 300)
Me.PrintPreviewDialog1.Enabled = True
Me.PrintPreviewDialog1.Icon = CType(resources.GetObject("PrintPreviewDialog1.Icon"), System.Drawing.Icon)
Me.PrintPreviewDialog1.Name = "PrintPreviewDialog1"
Me.PrintPreviewDialog1.Visible = False
'
'frmAuspraegungstexte
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(816, 542)
Me.Controls.Add(Me.PnlAll)
Me.Controls.Add(Me.ToolStrip1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmAuspraegungstexte"
Me.Text = "Zusammenfassung Kommunikationsdokumente"
Me.ToolStrip1.ResumeLayout(False)
Me.ToolStrip1.PerformLayout()
Me.PnlAll.ResumeLayout(False)
Me.PnlAll.PerformLayout()
Me.tsBtnPreview.ResumeLayout(False)
Me.tsBtnPreview.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton
Friend WithEvents rtbDoc As ExtendedRichTextBox.RichTextBoxPrintCtrl
Friend WithEvents PnlAll As System.Windows.Forms.Panel
Friend WithEvents tsBtnPreview As System.Windows.Forms.ToolStrip
Friend WithEvents tsbtnSaveAs As System.Windows.Forms.ToolStripButton
Friend WithEvents tsbtnPageSetup As System.Windows.Forms.ToolStripButton
Friend WithEvents tsbtbPreview As System.Windows.Forms.ToolStripButton
Friend WithEvents tsbtnprint As System.Windows.Forms.ToolStripButton
Friend WithEvents rtbdoc1 As ExtendedRichTextBox.RichTextBoxPrintCtrl
Friend WithEvents SaveFileDialog1 As System.Windows.Forms.SaveFileDialog
Friend WithEvents PageSetupDialog1 As System.Windows.Forms.PageSetupDialog
Friend WithEvents PrintDialog1 As System.Windows.Forms.PrintDialog
Friend WithEvents PrintDocument1 As System.Drawing.Printing.PrintDocument
Friend WithEvents PrintPreviewDialog1 As System.Windows.Forms.PrintPreviewDialog
End Class