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.
DPM_PADM/DPM2016/Diverses/frmProgrammeinstellungen.De...

317 lines
16 KiB

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmProgrammeinstellungen
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()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmProgrammeinstellungen))
Me.Properties = New PropertyGridEx.PropertyGridEx()
Me.TabControl1 = New System.Windows.Forms.TabControl()
Me.Tarif = New System.Windows.Forms.TabPage()
Me.ClsStammdaten_flat1 = New DPM2016.clsStammdaten_flat()
Me.Konto = New System.Windows.Forms.TabPage()
Me.ClsStammdaten_flat3 = New DPM2016.clsStammdaten_flat()
Me.MailTexte = New System.Windows.Forms.TabPage()
Me.ClsStammdaten_flat2 = New DPM2016.clsStammdaten_flat()
Me.AllgEinstellungen = New System.Windows.Forms.TabPage()
Me.TabPage1 = New System.Windows.Forms.TabPage()
Me.Properties_DMS = New PropertyGridEx.PropertyGridEx()
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton()
Me.TabControl1.SuspendLayout()
Me.Tarif.SuspendLayout()
Me.Konto.SuspendLayout()
Me.MailTexte.SuspendLayout()
Me.AllgEinstellungen.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.ToolStrip1.SuspendLayout()
Me.SuspendLayout()
'
'Properties
'
Me.Properties.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText
Me.Properties.CommandsVisibleIfAvailable = False
'
'
'
Me.Properties.DocCommentDescription.AccessibleName = ""
Me.Properties.DocCommentDescription.AutoEllipsis = True
Me.Properties.DocCommentDescription.BackColor = System.Drawing.Color.Transparent
Me.Properties.DocCommentDescription.Cursor = System.Windows.Forms.Cursors.Default
Me.Properties.DocCommentDescription.ForeColor = System.Drawing.Color.WhiteSmoke
Me.Properties.DocCommentDescription.Location = New System.Drawing.Point(3, 18)
Me.Properties.DocCommentDescription.Name = ""
Me.Properties.DocCommentDescription.Size = New System.Drawing.Size(892, 37)
Me.Properties.DocCommentDescription.TabIndex = 1
Me.Properties.DocCommentImage = CType(resources.GetObject("Properties.DocCommentImage"), System.Drawing.Image)
'
'
'
Me.Properties.DocCommentTitle.AutoSize = True
Me.Properties.DocCommentTitle.BackColor = System.Drawing.Color.Transparent
Me.Properties.DocCommentTitle.Cursor = System.Windows.Forms.Cursors.Default
Me.Properties.DocCommentTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold)
Me.Properties.DocCommentTitle.ForeColor = System.Drawing.Color.WhiteSmoke
Me.Properties.DocCommentTitle.Location = New System.Drawing.Point(3, 3)
Me.Properties.DocCommentTitle.Name = ""
Me.Properties.DocCommentTitle.Size = New System.Drawing.Size(110, 13)
Me.Properties.DocCommentTitle.TabIndex = 0
Me.Properties.DocCommentTitle.Text = "DocComment Title"
Me.Properties.DocCommentTitle.UseMnemonic = False
Me.Properties.Dock = System.Windows.Forms.DockStyle.Fill
Me.Properties.Location = New System.Drawing.Point(3, 3)
Me.Properties.Name = "Properties"
Me.Properties.PropertySort = System.Windows.Forms.PropertySort.Categorized
Me.Properties.SelectedObject = Me.Properties.Item
Me.Properties.Size = New System.Drawing.Size(898, 584)
Me.Properties.TabIndex = 5
'
'
'
Me.Properties.ToolStrip.AccessibleName = "ToolBar"
Me.Properties.ToolStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar
Me.Properties.ToolStrip.AllowMerge = False
Me.Properties.ToolStrip.AutoSize = False
Me.Properties.ToolStrip.CanOverflow = False
Me.Properties.ToolStrip.Dock = System.Windows.Forms.DockStyle.None
Me.Properties.ToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
Me.Properties.ToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow
Me.Properties.ToolStrip.Location = New System.Drawing.Point(0, 1)
Me.Properties.ToolStrip.Name = ""
Me.Properties.ToolStrip.Padding = New System.Windows.Forms.Padding(2, 0, 1, 0)
Me.Properties.ToolStrip.Size = New System.Drawing.Size(898, 25)
Me.Properties.ToolStrip.TabIndex = 1
Me.Properties.ToolStrip.TabStop = True
Me.Properties.ToolStrip.Text = "PropertyGridToolBar"
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.Tarif)
Me.TabControl1.Controls.Add(Me.Konto)
Me.TabControl1.Controls.Add(Me.MailTexte)
Me.TabControl1.Controls.Add(Me.AllgEinstellungen)
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill
Me.TabControl1.Location = New System.Drawing.Point(0, 25)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(912, 591)
Me.TabControl1.TabIndex = 6
'
'Tarif
'
Me.Tarif.Controls.Add(Me.ClsStammdaten_flat1)
Me.Tarif.Location = New System.Drawing.Point(4, 22)
Me.Tarif.Name = "Tarif"
Me.Tarif.Padding = New System.Windows.Forms.Padding(3)
Me.Tarif.Size = New System.Drawing.Size(904, 565)
Me.Tarif.TabIndex = 1
Me.Tarif.Text = "Tarif"
Me.Tarif.UseVisualStyleBackColor = True
'
'ClsStammdaten_flat1
'
Me.ClsStammdaten_flat1.Connectionstring = "data source=shu00;initial catalog=shub_padm;persist secu" &
"rity info=false;workstation id=;packet size=4096;user id=sa;password=*shu29"
Me.ClsStammdaten_flat1.Dock = System.Windows.Forms.DockStyle.Fill
Me.ClsStammdaten_flat1.Location = New System.Drawing.Point(3, 3)
Me.ClsStammdaten_flat1.Name = "ClsStammdaten_flat1"
Me.ClsStammdaten_flat1.Size = New System.Drawing.Size(898, 559)
Me.ClsStammdaten_flat1.TabIndex = 0
Me.ClsStammdaten_flat1.Tablename = Nothing
'
'Konto
'
Me.Konto.Controls.Add(Me.ClsStammdaten_flat3)
Me.Konto.Location = New System.Drawing.Point(4, 22)
Me.Konto.Name = "Konto"
Me.Konto.Size = New System.Drawing.Size(904, 590)
Me.Konto.TabIndex = 4
Me.Konto.Text = "Konto"
Me.Konto.UseVisualStyleBackColor = True
'
'ClsStammdaten_flat3
'
Me.ClsStammdaten_flat3.Connectionstring = "data source=shu00;initial catalog=shub_padm;persist secu" &
"rity info=false;workstation id=;packet size=4096;user id=sa;password=*shu29"
Me.ClsStammdaten_flat3.Dock = System.Windows.Forms.DockStyle.Fill
Me.ClsStammdaten_flat3.Location = New System.Drawing.Point(0, 0)
Me.ClsStammdaten_flat3.Name = "ClsStammdaten_flat3"
Me.ClsStammdaten_flat3.Size = New System.Drawing.Size(904, 590)
Me.ClsStammdaten_flat3.TabIndex = 1
Me.ClsStammdaten_flat3.Tablename = Nothing
'
'MailTexte
'
Me.MailTexte.Controls.Add(Me.ClsStammdaten_flat2)
Me.MailTexte.Location = New System.Drawing.Point(4, 22)
Me.MailTexte.Name = "MailTexte"
Me.MailTexte.Size = New System.Drawing.Size(904, 590)
Me.MailTexte.TabIndex = 2
Me.MailTexte.Text = "Mailtexte"
Me.MailTexte.UseVisualStyleBackColor = True
'
'ClsStammdaten_flat2
'
Me.ClsStammdaten_flat2.Connectionstring = "data source=shu00;initial catalog=shub_padm;persist secu" &
"rity info=false;workstation id=;packet size=4096;user id=sa;password=*shu29"
Me.ClsStammdaten_flat2.Dock = System.Windows.Forms.DockStyle.Fill
Me.ClsStammdaten_flat2.Location = New System.Drawing.Point(0, 0)
Me.ClsStammdaten_flat2.Name = "ClsStammdaten_flat2"
Me.ClsStammdaten_flat2.Size = New System.Drawing.Size(904, 590)
Me.ClsStammdaten_flat2.TabIndex = 0
Me.ClsStammdaten_flat2.Tablename = Nothing
'
'AllgEinstellungen
'
Me.AllgEinstellungen.Controls.Add(Me.Properties)
Me.AllgEinstellungen.Location = New System.Drawing.Point(4, 22)
Me.AllgEinstellungen.Name = "AllgEinstellungen"
Me.AllgEinstellungen.Padding = New System.Windows.Forms.Padding(3)
Me.AllgEinstellungen.Size = New System.Drawing.Size(904, 590)
Me.AllgEinstellungen.TabIndex = 0
Me.AllgEinstellungen.Text = "Allg. Programm-Einstallungen"
Me.AllgEinstellungen.UseVisualStyleBackColor = True
'
'TabPage1
'
Me.TabPage1.Controls.Add(Me.Properties_DMS)
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Size = New System.Drawing.Size(904, 590)
Me.TabPage1.TabIndex = 3
Me.TabPage1.Text = "DMS-Einstellungen"
Me.TabPage1.UseVisualStyleBackColor = True
'
'Properties_DMS
'
Me.Properties_DMS.CategoryForeColor = System.Drawing.SystemColors.InactiveCaptionText
Me.Properties_DMS.CommandsVisibleIfAvailable = False
'
'
'
Me.Properties_DMS.DocCommentDescription.AccessibleName = ""
Me.Properties_DMS.DocCommentDescription.AutoEllipsis = True
Me.Properties_DMS.DocCommentDescription.BackColor = System.Drawing.Color.Transparent
Me.Properties_DMS.DocCommentDescription.Cursor = System.Windows.Forms.Cursors.Default
Me.Properties_DMS.DocCommentDescription.ForeColor = System.Drawing.Color.WhiteSmoke
Me.Properties_DMS.DocCommentDescription.Location = New System.Drawing.Point(3, 18)
Me.Properties_DMS.DocCommentDescription.Name = ""
Me.Properties_DMS.DocCommentDescription.Size = New System.Drawing.Size(898, 37)
Me.Properties_DMS.DocCommentDescription.TabIndex = 1
Me.Properties_DMS.DocCommentImage = CType(resources.GetObject("Properties_DMS.DocCommentImage"), System.Drawing.Image)
'
'
'
Me.Properties_DMS.DocCommentTitle.AutoSize = True
Me.Properties_DMS.DocCommentTitle.BackColor = System.Drawing.Color.Transparent
Me.Properties_DMS.DocCommentTitle.Cursor = System.Windows.Forms.Cursors.Default
Me.Properties_DMS.DocCommentTitle.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold)
Me.Properties_DMS.DocCommentTitle.ForeColor = System.Drawing.Color.WhiteSmoke
Me.Properties_DMS.DocCommentTitle.Location = New System.Drawing.Point(3, 3)
Me.Properties_DMS.DocCommentTitle.Name = ""
Me.Properties_DMS.DocCommentTitle.Size = New System.Drawing.Size(110, 13)
Me.Properties_DMS.DocCommentTitle.TabIndex = 0
Me.Properties_DMS.DocCommentTitle.Text = "DocComment Title"
Me.Properties_DMS.DocCommentTitle.UseMnemonic = False
Me.Properties_DMS.Dock = System.Windows.Forms.DockStyle.Fill
Me.Properties_DMS.Location = New System.Drawing.Point(0, 0)
Me.Properties_DMS.Name = "Properties_DMS"
Me.Properties_DMS.PropertySort = System.Windows.Forms.PropertySort.Categorized
Me.Properties_DMS.SelectedObject = Me.Properties_DMS.Item
Me.Properties_DMS.Size = New System.Drawing.Size(904, 590)
Me.Properties_DMS.TabIndex = 6
'
'
'
Me.Properties_DMS.ToolStrip.AccessibleName = "ToolBar"
Me.Properties_DMS.ToolStrip.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar
Me.Properties_DMS.ToolStrip.AllowMerge = False
Me.Properties_DMS.ToolStrip.AutoSize = False
Me.Properties_DMS.ToolStrip.CanOverflow = False
Me.Properties_DMS.ToolStrip.Dock = System.Windows.Forms.DockStyle.None
Me.Properties_DMS.ToolStrip.GripStyle = System.Windows.Forms.ToolStripGripStyle.Hidden
Me.Properties_DMS.ToolStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.HorizontalStackWithOverflow
Me.Properties_DMS.ToolStrip.Location = New System.Drawing.Point(0, 1)
Me.Properties_DMS.ToolStrip.Name = ""
Me.Properties_DMS.ToolStrip.Padding = New System.Windows.Forms.Padding(2, 0, 1, 0)
Me.Properties_DMS.ToolStrip.Size = New System.Drawing.Size(904, 25)
Me.Properties_DMS.ToolStrip.TabIndex = 1
Me.Properties_DMS.ToolStrip.TabStop = True
Me.Properties_DMS.ToolStrip.Text = "PropertyGridToolBar"
'
'ToolStrip1
'
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton1})
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
Me.ToolStrip1.Name = "ToolStrip1"
Me.ToolStrip1.Size = New System.Drawing.Size(912, 25)
Me.ToolStrip1.TabIndex = 7
Me.ToolStrip1.Text = "ToolStrip1"
'
'ToolStripButton1
'
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Text
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(65, 22)
Me.ToolStripButton1.Text = "Schliessen"
'
'frmProgrammeinstellungen
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(912, 616)
Me.Controls.Add(Me.TabControl1)
Me.Controls.Add(Me.ToolStrip1)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmProgrammeinstellungen"
Me.Text = "Programmeinstellungen / Stammdaten"
Me.TabControl1.ResumeLayout(False)
Me.Tarif.ResumeLayout(False)
Me.Konto.ResumeLayout(False)
Me.MailTexte.ResumeLayout(False)
Me.AllgEinstellungen.ResumeLayout(False)
Me.TabPage1.ResumeLayout(False)
Me.ToolStrip1.ResumeLayout(False)
Me.ToolStrip1.PerformLayout()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents Properties As PropertyGridEx.PropertyGridEx
Friend WithEvents TabControl1 As TabControl
Friend WithEvents AllgEinstellungen As TabPage
Friend WithEvents Tarif As TabPage
Friend WithEvents ClsStammdaten_flat1 As clsStammdaten_flat
Friend WithEvents MailTexte As TabPage
Friend WithEvents ClsStammdaten_flat2 As clsStammdaten_flat
Friend WithEvents TabPage1 As TabPage
Friend WithEvents Properties_DMS As PropertyGridEx.PropertyGridEx
Friend WithEvents Konto As TabPage
Friend WithEvents ClsStammdaten_flat3 As clsStammdaten_flat
Friend WithEvents ToolStrip1 As ToolStrip
Friend WithEvents ToolStripButton1 As ToolStripButton
End Class