194 lines
8.7 KiB
VB.net
194 lines
8.7 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class Kommunikationsauspraegung
|
|
Inherits System.Windows.Forms.UserControl
|
|
|
|
'UserControl1 ü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(Kommunikationsauspraegung))
|
|
Me.Panel3 = New System.Windows.Forms.Panel()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.chklistboxZielgruppe = New System.Windows.Forms.CheckedListBox()
|
|
Me.txtBeschreibung = New System.Windows.Forms.TextBox()
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
|
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
|
|
Me.tsbtnEintragAlles = New System.Windows.Forms.ToolStripButton()
|
|
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
|
Me.ShurtfEditor1 = New RTFEditor.SHURTFEditor()
|
|
Me.Dokumente1 = New ThemenDokumente.Dokumente()
|
|
Me.Panel3.SuspendLayout()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainer1.Panel1.SuspendLayout()
|
|
Me.SplitContainer1.Panel2.SuspendLayout()
|
|
Me.SplitContainer1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Panel3
|
|
'
|
|
Me.Panel3.Controls.Add(Me.Label10)
|
|
Me.Panel3.Controls.Add(Me.Label12)
|
|
Me.Panel3.Controls.Add(Me.chklistboxZielgruppe)
|
|
Me.Panel3.Controls.Add(Me.txtBeschreibung)
|
|
Me.Panel3.Controls.Add(Me.ToolStrip1)
|
|
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel3.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel3.Name = "Panel3"
|
|
Me.Panel3.Size = New System.Drawing.Size(806, 122)
|
|
Me.Panel3.TabIndex = 1
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(12, 28)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(72, 13)
|
|
Me.Label10.TabIndex = 0
|
|
Me.Label10.Text = "Beschreibung"
|
|
'
|
|
'Label12
|
|
'
|
|
Me.Label12.AutoSize = True
|
|
Me.Label12.Location = New System.Drawing.Point(502, 31)
|
|
Me.Label12.Name = "Label12"
|
|
Me.Label12.Size = New System.Drawing.Size(63, 13)
|
|
Me.Label12.TabIndex = 2
|
|
Me.Label12.Text = "Zielgruppen"
|
|
'
|
|
'chklistboxZielgruppe
|
|
'
|
|
Me.chklistboxZielgruppe.FormattingEnabled = True
|
|
Me.chklistboxZielgruppe.Items.AddRange(New Object() {"Zielgruppe 1", "Zielgruppe 2", "Zielgruppe 3", "Zielgruppe 4"})
|
|
Me.chklistboxZielgruppe.Location = New System.Drawing.Point(571, 31)
|
|
Me.chklistboxZielgruppe.Name = "chklistboxZielgruppe"
|
|
Me.chklistboxZielgruppe.Size = New System.Drawing.Size(181, 79)
|
|
Me.chklistboxZielgruppe.TabIndex = 3
|
|
'
|
|
'txtBeschreibung
|
|
'
|
|
Me.txtBeschreibung.Location = New System.Drawing.Point(90, 28)
|
|
Me.txtBeschreibung.Multiline = True
|
|
Me.txtBeschreibung.Name = "txtBeschreibung"
|
|
Me.txtBeschreibung.Size = New System.Drawing.Size(384, 82)
|
|
Me.txtBeschreibung.TabIndex = 1
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1, Me.tsbtnEintragAlles})
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(806, 25)
|
|
Me.ToolStrip1.TabIndex = 4
|
|
Me.ToolStrip1.Text = "ToolStrip1"
|
|
'
|
|
'ToolStripButton1
|
|
'
|
|
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image)
|
|
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.ToolStripButton1.Name = "ToolStripButton1"
|
|
Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22)
|
|
Me.ToolStripButton1.Text = "ToolStripButton1"
|
|
'
|
|
'tsbtnEintragAlles
|
|
'
|
|
Me.tsbtnEintragAlles.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.tsbtnEintragAlles.Image = CType(resources.GetObject("tsbtnEintragAlles.Image"), System.Drawing.Image)
|
|
Me.tsbtnEintragAlles.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.tsbtnEintragAlles.Name = "tsbtnEintragAlles"
|
|
Me.tsbtnEintragAlles.Size = New System.Drawing.Size(23, 22)
|
|
Me.tsbtnEintragAlles.Text = "Alle Dokumente dieser Kommunikation zusammen fassen"
|
|
'
|
|
'SplitContainer1
|
|
'
|
|
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainer1.Location = New System.Drawing.Point(0, 122)
|
|
Me.SplitContainer1.Name = "SplitContainer1"
|
|
'
|
|
'SplitContainer1.Panel1
|
|
'
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.ShurtfEditor1)
|
|
'
|
|
'SplitContainer1.Panel2
|
|
'
|
|
Me.SplitContainer1.Panel2.Controls.Add(Me.Dokumente1)
|
|
Me.SplitContainer1.Size = New System.Drawing.Size(806, 408)
|
|
Me.SplitContainer1.SplitterDistance = 498
|
|
Me.SplitContainer1.TabIndex = 2
|
|
'
|
|
'ShurtfEditor1
|
|
'
|
|
Me.ShurtfEditor1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.ShurtfEditor1.Document = Nothing
|
|
Me.ShurtfEditor1.Font = New System.Drawing.Font("Futura Book", 9.749999!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.ShurtfEditor1.Location = New System.Drawing.Point(0, 0)
|
|
Me.ShurtfEditor1.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.ShurtfEditor1.Name = "ShurtfEditor1"
|
|
Me.ShurtfEditor1.Show_Filefunctions = False
|
|
Me.ShurtfEditor1.Size = New System.Drawing.Size(498, 408)
|
|
Me.ShurtfEditor1.TabIndex = 0
|
|
'
|
|
'Dokumente1
|
|
'
|
|
Me.Dokumente1.ConnectionString = Nothing
|
|
Me.Dokumente1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Dokumente1.Doktype = 0
|
|
Me.Dokumente1.Location = New System.Drawing.Point(0, 0)
|
|
Me.Dokumente1.Mitarbeiternr = 0
|
|
Me.Dokumente1.Name = "Dokumente1"
|
|
Me.Dokumente1.Size = New System.Drawing.Size(304, 408)
|
|
Me.Dokumente1.TabIndex = 0
|
|
Me.Dokumente1.TempFilePath = Nothing
|
|
Me.Dokumente1.ThemaNr = 0
|
|
'
|
|
'Kommunikationsauspraegung
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.SplitContainer1)
|
|
Me.Controls.Add(Me.Panel3)
|
|
Me.Name = "Kommunikationsauspraegung"
|
|
Me.Size = New System.Drawing.Size(806, 530)
|
|
Me.Panel3.ResumeLayout(False)
|
|
Me.Panel3.PerformLayout()
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
Me.SplitContainer1.Panel1.ResumeLayout(False)
|
|
Me.SplitContainer1.Panel2.ResumeLayout(False)
|
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainer1.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents Panel3 As System.Windows.Forms.Panel
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents Label12 As System.Windows.Forms.Label
|
|
Friend WithEvents chklistboxZielgruppe As System.Windows.Forms.CheckedListBox
|
|
Friend WithEvents txtBeschreibung As System.Windows.Forms.TextBox
|
|
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
|
|
Friend WithEvents ShurtfEditor1 As RTFEditor.SHURTFEditor
|
|
Friend WithEvents Dokumente1 As ThemenDokumente.Dokumente
|
|
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents tsbtnEintragAlles As System.Windows.Forms.ToolStripButton
|
|
|
|
End Class
|