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.
ITSM/.svn/pristine/1e/1e812e053d315bcc869caa6f394...

326 lines
14 KiB

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class frmDescription
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(frmDescription))
Me.Label1 = New System.Windows.Forms.Label
Me.txtName = New System.Windows.Forms.TextBox
Me.Label2 = New System.Windows.Forms.Label
Me.txtDescription = New System.Windows.Forms.TextBox
Me.btnOK = New System.Windows.Forms.Button
Me.btnCancel = New System.Windows.Forms.Button
Me.Label3 = New System.Windows.Forms.Label
Me.lblGuid = New System.Windows.Forms.Label
Me.GroupBox1 = New System.Windows.Forms.GroupBox
Me.TabControl1 = New System.Windows.Forms.TabControl
Me.TabPage1 = New System.Windows.Forms.TabPage
Me.c1virt = New C1.Win.C1TrueDBGrid.C1TrueDBGrid
Me.TabPage2 = New System.Windows.Forms.TabPage
Me.c1appl = New C1.Win.C1TrueDBGrid.C1TrueDBGrid
Me.TabPage3 = New System.Windows.Forms.TabPage
Me.c1db = New C1.Win.C1TrueDBGrid.C1TrueDBGrid
Me.TabPage4 = New System.Windows.Forms.TabPage
Me.C1SSt = New C1.Win.C1TrueDBGrid.C1TrueDBGrid
Me.GroupBox1.SuspendLayout()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
CType(Me.c1virt, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabPage2.SuspendLayout()
CType(Me.c1appl, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabPage3.SuspendLayout()
CType(Me.c1db, System.ComponentModel.ISupportInitialize).BeginInit()
Me.TabPage4.SuspendLayout()
CType(Me.C1SSt, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Location = New System.Drawing.Point(11, 43)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(35, 13)
Me.Label1.TabIndex = 0
Me.Label1.Text = "Name"
'
'txtName
'
Me.txtName.Location = New System.Drawing.Point(99, 40)
Me.txtName.Name = "txtName"
Me.txtName.Size = New System.Drawing.Size(268, 20)
Me.txtName.TabIndex = 1
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Location = New System.Drawing.Point(11, 73)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(72, 13)
Me.Label2.TabIndex = 2
Me.Label2.Text = "Beschreibung"
'
'txtDescription
'
Me.txtDescription.Location = New System.Drawing.Point(99, 70)
Me.txtDescription.Multiline = True
Me.txtDescription.Name = "txtDescription"
Me.txtDescription.Size = New System.Drawing.Size(268, 93)
Me.txtDescription.TabIndex = 3
'
'btnOK
'
Me.btnOK.Location = New System.Drawing.Point(4, 459)
Me.btnOK.Name = "btnOK"
Me.btnOK.Size = New System.Drawing.Size(75, 23)
Me.btnOK.TabIndex = 4
Me.btnOK.Text = "&OK"
Me.btnOK.UseVisualStyleBackColor = True
'
'btnCancel
'
Me.btnCancel.Location = New System.Drawing.Point(372, 453)
Me.btnCancel.Name = "btnCancel"
Me.btnCancel.Size = New System.Drawing.Size(75, 23)
Me.btnCancel.TabIndex = 5
Me.btnCancel.Text = "&Abbruch"
Me.btnCancel.UseVisualStyleBackColor = True
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Location = New System.Drawing.Point(11, 16)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(18, 13)
Me.Label3.TabIndex = 6
Me.Label3.Text = "ID"
'
'lblGuid
'
Me.lblGuid.AutoSize = True
Me.lblGuid.Location = New System.Drawing.Point(96, 16)
Me.lblGuid.Name = "lblGuid"
Me.lblGuid.Size = New System.Drawing.Size(34, 13)
Me.lblGuid.TabIndex = 7
Me.lblGuid.Text = "GUID"
'
'GroupBox1
'
Me.GroupBox1.Controls.Add(Me.lblGuid)
Me.GroupBox1.Controls.Add(Me.Label1)
Me.GroupBox1.Controls.Add(Me.Label3)
Me.GroupBox1.Controls.Add(Me.txtName)
Me.GroupBox1.Controls.Add(Me.Label2)
Me.GroupBox1.Controls.Add(Me.txtDescription)
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top
Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.Size = New System.Drawing.Size(454, 173)
Me.GroupBox1.TabIndex = 8
Me.GroupBox1.TabStop = False
Me.GroupBox1.Text = "Allgemein"
'
'TabControl1
'
Me.TabControl1.Controls.Add(Me.TabPage1)
Me.TabControl1.Controls.Add(Me.TabPage2)
Me.TabControl1.Controls.Add(Me.TabPage3)
Me.TabControl1.Controls.Add(Me.TabPage4)
Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Top
Me.TabControl1.Location = New System.Drawing.Point(0, 173)
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
Me.TabControl1.Size = New System.Drawing.Size(454, 274)
Me.TabControl1.TabIndex = 12
'
'TabPage1
'
Me.TabPage1.Controls.Add(Me.c1virt)
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
Me.TabPage1.Name = "TabPage1"
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage1.Size = New System.Drawing.Size(446, 248)
Me.TabPage1.TabIndex = 0
Me.TabPage1.Text = "Physische Server"
Me.TabPage1.UseVisualStyleBackColor = True
'
'c1virt
'
Me.c1virt.AllowAddNew = True
Me.c1virt.AllowDelete = True
Me.c1virt.AlternatingRows = True
Me.c1virt.Dock = System.Windows.Forms.DockStyle.Fill
Me.c1virt.FilterBar = True
Me.c1virt.GroupByCaption = "Drag a column header here to group by that column"
Me.c1virt.Images.Add(CType(resources.GetObject("c1virt.Images"), System.Drawing.Image))
Me.c1virt.Location = New System.Drawing.Point(3, 3)
Me.c1virt.Name = "c1virt"
Me.c1virt.PreviewInfo.Location = New System.Drawing.Point(0, 0)
Me.c1virt.PreviewInfo.Size = New System.Drawing.Size(0, 0)
Me.c1virt.PreviewInfo.ZoomFactor = 75
Me.c1virt.PrintInfo.PageSettings = CType(resources.GetObject("c1virt.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
Me.c1virt.Size = New System.Drawing.Size(440, 242)
Me.c1virt.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation
Me.c1virt.TabIndex = 10
Me.c1virt.Text = "C1TrueDBGrid1"
Me.c1virt.PropBag = resources.GetString("c1virt.PropBag")
'
'TabPage2
'
Me.TabPage2.Controls.Add(Me.c1appl)
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
Me.TabPage2.Name = "TabPage2"
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
Me.TabPage2.Size = New System.Drawing.Size(446, 248)
Me.TabPage2.TabIndex = 1
Me.TabPage2.Text = "Applikationen"
Me.TabPage2.UseVisualStyleBackColor = True
'
'c1appl
'
Me.c1appl.AllowAddNew = True
Me.c1appl.AllowDelete = True
Me.c1appl.AlternatingRows = True
Me.c1appl.Dock = System.Windows.Forms.DockStyle.Fill
Me.c1appl.FilterBar = True
Me.c1appl.GroupByCaption = "Drag a column header here to group by that column"
Me.c1appl.Images.Add(CType(resources.GetObject("c1appl.Images"), System.Drawing.Image))
Me.c1appl.Location = New System.Drawing.Point(3, 3)
Me.c1appl.Name = "c1appl"
Me.c1appl.PreviewInfo.Location = New System.Drawing.Point(0, 0)
Me.c1appl.PreviewInfo.Size = New System.Drawing.Size(0, 0)
Me.c1appl.PreviewInfo.ZoomFactor = 75
Me.c1appl.PrintInfo.PageSettings = CType(resources.GetObject("c1appl.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
Me.c1appl.Size = New System.Drawing.Size(440, 242)
Me.c1appl.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation
Me.c1appl.TabIndex = 10
Me.c1appl.Text = "C1TrueDBGrid1"
Me.c1appl.PropBag = resources.GetString("c1appl.PropBag")
'
'TabPage3
'
Me.TabPage3.Controls.Add(Me.c1db)
Me.TabPage3.Location = New System.Drawing.Point(4, 22)
Me.TabPage3.Name = "TabPage3"
Me.TabPage3.Size = New System.Drawing.Size(446, 248)
Me.TabPage3.TabIndex = 2
Me.TabPage3.Text = "Datenbanken"
Me.TabPage3.UseVisualStyleBackColor = True
'
'c1db
'
Me.c1db.AllowAddNew = True
Me.c1db.AllowDelete = True
Me.c1db.AlternatingRows = True
Me.c1db.Dock = System.Windows.Forms.DockStyle.Fill
Me.c1db.FilterBar = True
Me.c1db.GroupByCaption = "Drag a column header here to group by that column"
Me.c1db.Images.Add(CType(resources.GetObject("c1db.Images"), System.Drawing.Image))
Me.c1db.Location = New System.Drawing.Point(0, 0)
Me.c1db.Name = "c1db"
Me.c1db.PreviewInfo.Location = New System.Drawing.Point(0, 0)
Me.c1db.PreviewInfo.Size = New System.Drawing.Size(0, 0)
Me.c1db.PreviewInfo.ZoomFactor = 75
Me.c1db.PrintInfo.PageSettings = CType(resources.GetObject("c1db.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
Me.c1db.Size = New System.Drawing.Size(446, 248)
Me.c1db.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation
Me.c1db.TabIndex = 10
Me.c1db.Text = "C1TrueDBGrid1"
Me.c1db.PropBag = resources.GetString("c1db.PropBag")
'
'TabPage4
'
Me.TabPage4.Controls.Add(Me.C1SSt)
Me.TabPage4.Location = New System.Drawing.Point(4, 22)
Me.TabPage4.Name = "TabPage4"
Me.TabPage4.Size = New System.Drawing.Size(446, 248)
Me.TabPage4.TabIndex = 3
Me.TabPage4.Text = "Schnittstellen"
Me.TabPage4.UseVisualStyleBackColor = True
'
'C1SSt
'
Me.C1SSt.AllowAddNew = True
Me.C1SSt.AllowDelete = True
Me.C1SSt.AlternatingRows = True
Me.C1SSt.Dock = System.Windows.Forms.DockStyle.Fill
Me.C1SSt.FilterBar = True
Me.C1SSt.GroupByCaption = "Drag a column header here to group by that column"
Me.C1SSt.Images.Add(CType(resources.GetObject("C1SSt.Images"), System.Drawing.Image))
Me.C1SSt.Location = New System.Drawing.Point(0, 0)
Me.C1SSt.Name = "C1SSt"
Me.C1SSt.PreviewInfo.Location = New System.Drawing.Point(0, 0)
Me.C1SSt.PreviewInfo.Size = New System.Drawing.Size(0, 0)
Me.C1SSt.PreviewInfo.ZoomFactor = 75
Me.C1SSt.PrintInfo.PageSettings = CType(resources.GetObject("C1SSt.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
Me.C1SSt.Size = New System.Drawing.Size(446, 248)
Me.C1SSt.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation
Me.C1SSt.TabIndex = 10
Me.C1SSt.Text = "C1TrueDBGrid1"
Me.C1SSt.PropBag = resources.GetString("C1SSt.PropBag")
'
'frmDescription
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.ClientSize = New System.Drawing.Size(454, 488)
Me.Controls.Add(Me.TabControl1)
Me.Controls.Add(Me.GroupBox1)
Me.Controls.Add(Me.btnCancel)
Me.Controls.Add(Me.btnOK)
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
Me.Name = "frmDescription"
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
Me.Text = "Eigenschaften"
Me.GroupBox1.ResumeLayout(False)
Me.GroupBox1.PerformLayout()
Me.TabControl1.ResumeLayout(False)
Me.TabPage1.ResumeLayout(False)
CType(Me.c1virt, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabPage2.ResumeLayout(False)
CType(Me.c1appl, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabPage3.ResumeLayout(False)
CType(Me.c1db, System.ComponentModel.ISupportInitialize).EndInit()
Me.TabPage4.ResumeLayout(False)
CType(Me.C1SSt, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents txtName As System.Windows.Forms.TextBox
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents txtDescription As System.Windows.Forms.TextBox
Friend WithEvents btnOK As System.Windows.Forms.Button
Friend WithEvents btnCancel As System.Windows.Forms.Button
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents lblGuid As System.Windows.Forms.Label
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
Friend WithEvents c1virt As C1.Win.C1TrueDBGrid.C1TrueDBGrid
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
Friend WithEvents c1appl As C1.Win.C1TrueDBGrid.C1TrueDBGrid
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
Friend WithEvents c1db As C1.Win.C1TrueDBGrid.C1TrueDBGrid
Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
Friend WithEvents C1SSt As C1.Win.C1TrueDBGrid.C1TrueDBGrid
End Class