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.
517 lines
23 KiB
517 lines
23 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmDetail
|
|
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(frmDetail))
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
|
Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton()
|
|
Me.TSBtnSave = New System.Windows.Forms.ToolStripButton()
|
|
Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator()
|
|
Me.TSBtnCopy = New System.Windows.Forms.ToolStripButton()
|
|
Me.TSBtnNew = New System.Windows.Forms.ToolStripButton()
|
|
Me.TSBtnDelete = New System.Windows.Forms.ToolStripButton()
|
|
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip()
|
|
Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
|
Me.TextBox3 = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.TextBox2 = New System.Windows.Forms.TextBox()
|
|
Me.Zuordnungem = New System.Windows.Forms.GroupBox()
|
|
Me.CheckedListBox1 = New System.Windows.Forms.CheckedListBox()
|
|
Me.CheckedListBox2 = New System.Windows.Forms.CheckedListBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.DateTimePicker1 = New System.Windows.Forms.DateTimePicker()
|
|
Me.DateTimePicker2 = New System.Windows.Forms.DateTimePicker()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.ToolStrip2 = New System.Windows.Forms.ToolStrip()
|
|
Me.ToolStripButton4 = New System.Windows.Forms.ToolStripButton()
|
|
Me.ToolStripButton5 = New System.Windows.Forms.ToolStripButton()
|
|
Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.TextBox4 = New System.Windows.Forms.TextBox()
|
|
Me.TextBox5 = New System.Windows.Forms.TextBox()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.TextBox6 = New System.Windows.Forms.TextBox()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
Me.MenuStrip1.SuspendLayout()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.Zuordnungem.SuspendLayout()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.ToolStrip2.SuspendLayout()
|
|
CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave, Me.ToolStripSeparator1, Me.TSBtnCopy, Me.TSBtnNew, Me.TSBtnDelete})
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(820, 25)
|
|
Me.ToolStrip1.TabIndex = 4
|
|
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"
|
|
'
|
|
'TSBtnSave
|
|
'
|
|
Me.TSBtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnSave.Image = CType(resources.GetObject("TSBtnSave.Image"), System.Drawing.Image)
|
|
Me.TSBtnSave.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnSave.Name = "TSBtnSave"
|
|
Me.TSBtnSave.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnSave.Text = "ToolStripButton1"
|
|
Me.TSBtnSave.ToolTipText = "Daten speichern"
|
|
'
|
|
'ToolStripSeparator1
|
|
'
|
|
Me.ToolStripSeparator1.Name = "ToolStripSeparator1"
|
|
Me.ToolStripSeparator1.Size = New System.Drawing.Size(6, 25)
|
|
'
|
|
'TSBtnCopy
|
|
'
|
|
Me.TSBtnCopy.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnCopy.Image = CType(resources.GetObject("TSBtnCopy.Image"), System.Drawing.Image)
|
|
Me.TSBtnCopy.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnCopy.Name = "TSBtnCopy"
|
|
Me.TSBtnCopy.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnCopy.Text = "ToolStripButton2"
|
|
Me.TSBtnCopy.ToolTipText = "Datensatz kopieren"
|
|
'
|
|
'TSBtnNew
|
|
'
|
|
Me.TSBtnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnNew.Image = CType(resources.GetObject("TSBtnNew.Image"), System.Drawing.Image)
|
|
Me.TSBtnNew.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnNew.Name = "TSBtnNew"
|
|
Me.TSBtnNew.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnNew.Text = "Neuer Datensatz"
|
|
Me.TSBtnNew.ToolTipText = "Neuer Datensatz"
|
|
'
|
|
'TSBtnDelete
|
|
'
|
|
Me.TSBtnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnDelete.Image = CType(resources.GetObject("TSBtnDelete.Image"), System.Drawing.Image)
|
|
Me.TSBtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnDelete.Name = "TSBtnDelete"
|
|
Me.TSBtnDelete.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnDelete.Text = "Datensatz inaktivieren"
|
|
Me.TSBtnDelete.ToolTipText = "Datensatz inaktivieren"
|
|
'
|
|
'MenuStrip1
|
|
'
|
|
Me.MenuStrip1.AllowMerge = False
|
|
Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DateiToolStripMenuItem})
|
|
Me.MenuStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.MenuStrip1.Name = "MenuStrip1"
|
|
Me.MenuStrip1.Size = New System.Drawing.Size(820, 24)
|
|
Me.MenuStrip1.TabIndex = 3
|
|
Me.MenuStrip1.Text = "MenuStrip1"
|
|
'
|
|
'DateiToolStripMenuItem
|
|
'
|
|
Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem"
|
|
Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(46, 20)
|
|
Me.DateiToolStripMenuItem.Text = "&Datei"
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Controls.Add(Me.GroupBox2)
|
|
Me.Panel1.Controls.Add(Me.Zuordnungem)
|
|
Me.Panel1.Controls.Add(Me.GroupBox1)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 49)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(820, 319)
|
|
Me.Panel1.TabIndex = 5
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.CheckBox1)
|
|
Me.GroupBox1.Controls.Add(Me.Label11)
|
|
Me.GroupBox1.Controls.Add(Me.TextBox6)
|
|
Me.GroupBox1.Controls.Add(Me.Label10)
|
|
Me.GroupBox1.Controls.Add(Me.TextBox5)
|
|
Me.GroupBox1.Controls.Add(Me.Label9)
|
|
Me.GroupBox1.Controls.Add(Me.TextBox4)
|
|
Me.GroupBox1.Controls.Add(Me.Label8)
|
|
Me.GroupBox1.Controls.Add(Me.Label7)
|
|
Me.GroupBox1.Controls.Add(Me.DateTimePicker2)
|
|
Me.GroupBox1.Controls.Add(Me.DateTimePicker1)
|
|
Me.GroupBox1.Controls.Add(Me.Label6)
|
|
Me.GroupBox1.Controls.Add(Me.TextBox1)
|
|
Me.GroupBox1.Controls.Add(Me.TextBox3)
|
|
Me.GroupBox1.Controls.Add(Me.Label1)
|
|
Me.GroupBox1.Controls.Add(Me.Label3)
|
|
Me.GroupBox1.Controls.Add(Me.Label2)
|
|
Me.GroupBox1.Controls.Add(Me.TextBox2)
|
|
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Left
|
|
Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(358, 319)
|
|
Me.GroupBox1.TabIndex = 12
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Allgemein"
|
|
'
|
|
'TextBox1
|
|
'
|
|
Me.TextBox1.Location = New System.Drawing.Point(85, 19)
|
|
Me.TextBox1.Name = "TextBox1"
|
|
Me.TextBox1.Size = New System.Drawing.Size(245, 20)
|
|
Me.TextBox1.TabIndex = 6
|
|
'
|
|
'TextBox3
|
|
'
|
|
Me.TextBox3.Location = New System.Drawing.Point(85, 117)
|
|
Me.TextBox3.Multiline = True
|
|
Me.TextBox3.Name = "TextBox3"
|
|
Me.TextBox3.Size = New System.Drawing.Size(245, 66)
|
|
Me.TextBox3.TabIndex = 10
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(13, 22)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(27, 13)
|
|
Me.Label1.TabIndex = 5
|
|
Me.Label1.Text = "Titel"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(13, 119)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(67, 13)
|
|
Me.Label3.TabIndex = 9
|
|
Me.Label3.Text = "Suchbegriffe"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(13, 47)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(72, 13)
|
|
Me.Label2.TabIndex = 7
|
|
Me.Label2.Text = "Beschreibung"
|
|
'
|
|
'TextBox2
|
|
'
|
|
Me.TextBox2.Location = New System.Drawing.Point(85, 45)
|
|
Me.TextBox2.Multiline = True
|
|
Me.TextBox2.Name = "TextBox2"
|
|
Me.TextBox2.Size = New System.Drawing.Size(245, 66)
|
|
Me.TextBox2.TabIndex = 8
|
|
'
|
|
'Zuordnungem
|
|
'
|
|
Me.Zuordnungem.Controls.Add(Me.Label5)
|
|
Me.Zuordnungem.Controls.Add(Me.Label4)
|
|
Me.Zuordnungem.Controls.Add(Me.CheckedListBox2)
|
|
Me.Zuordnungem.Controls.Add(Me.CheckedListBox1)
|
|
Me.Zuordnungem.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Zuordnungem.Location = New System.Drawing.Point(358, 0)
|
|
Me.Zuordnungem.Name = "Zuordnungem"
|
|
Me.Zuordnungem.Size = New System.Drawing.Size(462, 143)
|
|
Me.Zuordnungem.TabIndex = 13
|
|
Me.Zuordnungem.TabStop = False
|
|
Me.Zuordnungem.Text = "Zuordnungen"
|
|
'
|
|
'CheckedListBox1
|
|
'
|
|
Me.CheckedListBox1.FormattingEnabled = True
|
|
Me.CheckedListBox1.Items.AddRange(New Object() {"Zielgruppe 1", "Zielgruppe 2", "Zielgruppe 3"})
|
|
Me.CheckedListBox1.Location = New System.Drawing.Point(18, 35)
|
|
Me.CheckedListBox1.Name = "CheckedListBox1"
|
|
Me.CheckedListBox1.Size = New System.Drawing.Size(120, 94)
|
|
Me.CheckedListBox1.TabIndex = 0
|
|
'
|
|
'CheckedListBox2
|
|
'
|
|
Me.CheckedListBox2.FormattingEnabled = True
|
|
Me.CheckedListBox2.Items.AddRange(New Object() {"Infokanal 1", "Infokanal 2", "Infokanal 3"})
|
|
Me.CheckedListBox2.Location = New System.Drawing.Point(159, 36)
|
|
Me.CheckedListBox2.Name = "CheckedListBox2"
|
|
Me.CheckedListBox2.Size = New System.Drawing.Size(120, 94)
|
|
Me.CheckedListBox2.TabIndex = 1
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(15, 19)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(57, 13)
|
|
Me.Label4.TabIndex = 2
|
|
Me.Label4.Text = "Zielgruppe"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(156, 19)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(51, 13)
|
|
Me.Label5.TabIndex = 3
|
|
Me.Label5.Text = "Infokanal"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(13, 193)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(49, 13)
|
|
Me.Label6.TabIndex = 11
|
|
Me.Label6.Text = "Gültig ab"
|
|
'
|
|
'DateTimePicker1
|
|
'
|
|
Me.DateTimePicker1.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.DateTimePicker1.Location = New System.Drawing.Point(85, 190)
|
|
Me.DateTimePicker1.Name = "DateTimePicker1"
|
|
Me.DateTimePicker1.Size = New System.Drawing.Size(91, 20)
|
|
Me.DateTimePicker1.TabIndex = 12
|
|
'
|
|
'DateTimePicker2
|
|
'
|
|
Me.DateTimePicker2.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.DateTimePicker2.Location = New System.Drawing.Point(239, 190)
|
|
Me.DateTimePicker2.Name = "DateTimePicker2"
|
|
Me.DateTimePicker2.Size = New System.Drawing.Size(91, 20)
|
|
Me.DateTimePicker2.TabIndex = 13
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(213, 192)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(20, 13)
|
|
Me.Label7.TabIndex = 14
|
|
Me.Label7.Text = "bis"
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.C1TrueDBGrid1)
|
|
Me.GroupBox2.Controls.Add(Me.ToolStrip2)
|
|
Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GroupBox2.Location = New System.Drawing.Point(358, 143)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(462, 176)
|
|
Me.GroupBox2.TabIndex = 14
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "Dokumente"
|
|
'
|
|
'ToolStrip2
|
|
'
|
|
Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripButton4, Me.ToolStripButton5})
|
|
Me.ToolStrip2.Location = New System.Drawing.Point(3, 16)
|
|
Me.ToolStrip2.Name = "ToolStrip2"
|
|
Me.ToolStrip2.Size = New System.Drawing.Size(456, 25)
|
|
Me.ToolStrip2.TabIndex = 5
|
|
Me.ToolStrip2.Text = "ToolStrip2"
|
|
'
|
|
'ToolStripButton4
|
|
'
|
|
Me.ToolStripButton4.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.ToolStripButton4.Image = CType(resources.GetObject("ToolStripButton4.Image"), System.Drawing.Image)
|
|
Me.ToolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.ToolStripButton4.Name = "ToolStripButton4"
|
|
Me.ToolStripButton4.Size = New System.Drawing.Size(23, 22)
|
|
Me.ToolStripButton4.Text = "Neuer Datensatz"
|
|
Me.ToolStripButton4.ToolTipText = "Neuer Datensatz"
|
|
'
|
|
'ToolStripButton5
|
|
'
|
|
Me.ToolStripButton5.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.ToolStripButton5.Image = CType(resources.GetObject("ToolStripButton5.Image"), System.Drawing.Image)
|
|
Me.ToolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.ToolStripButton5.Name = "ToolStripButton5"
|
|
Me.ToolStripButton5.Size = New System.Drawing.Size(23, 22)
|
|
Me.ToolStripButton5.Text = "Datensatz inaktivieren"
|
|
Me.ToolStripButton5.ToolTipText = "Datensatz inaktivieren"
|
|
'
|
|
'C1TrueDBGrid1
|
|
'
|
|
Me.C1TrueDBGrid1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.C1TrueDBGrid1.Location = New System.Drawing.Point(3, 41)
|
|
Me.C1TrueDBGrid1.Name = "C1TrueDBGrid1"
|
|
Me.C1TrueDBGrid1.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
|
Me.C1TrueDBGrid1.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
|
Me.C1TrueDBGrid1.PreviewInfo.ZoomFactor = 75.0R
|
|
Me.C1TrueDBGrid1.PrintInfo.PageSettings = CType(resources.GetObject("C1TrueDBGrid1.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
|
Me.C1TrueDBGrid1.PropBag = resources.GetString("C1TrueDBGrid1.PropBag")
|
|
Me.C1TrueDBGrid1.Size = New System.Drawing.Size(456, 132)
|
|
Me.C1TrueDBGrid1.TabIndex = 6
|
|
Me.C1TrueDBGrid1.Text = "C1TrueDBGrid1"
|
|
'
|
|
'Label8
|
|
'
|
|
Me.Label8.AutoSize = True
|
|
Me.Label8.Location = New System.Drawing.Point(13, 243)
|
|
Me.Label8.Name = "Label8"
|
|
Me.Label8.Size = New System.Drawing.Size(55, 13)
|
|
Me.Label8.TabIndex = 15
|
|
Me.Label8.Text = "Erstellt am"
|
|
'
|
|
'TextBox4
|
|
'
|
|
Me.TextBox4.Location = New System.Drawing.Point(85, 240)
|
|
Me.TextBox4.Name = "TextBox4"
|
|
Me.TextBox4.Size = New System.Drawing.Size(91, 20)
|
|
Me.TextBox4.TabIndex = 16
|
|
'
|
|
'TextBox5
|
|
'
|
|
Me.TextBox5.Location = New System.Drawing.Point(85, 266)
|
|
Me.TextBox5.Name = "TextBox5"
|
|
Me.TextBox5.Size = New System.Drawing.Size(91, 20)
|
|
Me.TextBox5.TabIndex = 18
|
|
'
|
|
'Label9
|
|
'
|
|
Me.Label9.AutoSize = True
|
|
Me.Label9.Location = New System.Drawing.Point(13, 269)
|
|
Me.Label9.Name = "Label9"
|
|
Me.Label9.Size = New System.Drawing.Size(56, 13)
|
|
Me.Label9.TabIndex = 17
|
|
Me.Label9.Text = "Mutiert am"
|
|
'
|
|
'TextBox6
|
|
'
|
|
Me.TextBox6.Location = New System.Drawing.Point(85, 292)
|
|
Me.TextBox6.Name = "TextBox6"
|
|
Me.TextBox6.Size = New System.Drawing.Size(91, 20)
|
|
Me.TextBox6.TabIndex = 20
|
|
'
|
|
'Label10
|
|
'
|
|
Me.Label10.AutoSize = True
|
|
Me.Label10.Location = New System.Drawing.Point(13, 295)
|
|
Me.Label10.Name = "Label10"
|
|
Me.Label10.Size = New System.Drawing.Size(45, 13)
|
|
Me.Label10.TabIndex = 19
|
|
Me.Label10.Text = "Mutierer"
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Location = New System.Drawing.Point(13, 216)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(31, 13)
|
|
Me.Label11.TabIndex = 21
|
|
Me.Label11.Text = "Aktiv"
|
|
'
|
|
'CheckBox1
|
|
'
|
|
Me.CheckBox1.AutoSize = True
|
|
Me.CheckBox1.Location = New System.Drawing.Point(85, 216)
|
|
Me.CheckBox1.Name = "CheckBox1"
|
|
Me.CheckBox1.Size = New System.Drawing.Size(15, 14)
|
|
Me.CheckBox1.TabIndex = 22
|
|
Me.CheckBox1.UseVisualStyleBackColor = True
|
|
'
|
|
'frmDetail
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(820, 374)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|
Me.Controls.Add(Me.MenuStrip1)
|
|
Me.Name = "frmDetail"
|
|
Me.Text = "Thema/Issue"
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
Me.MenuStrip1.ResumeLayout(False)
|
|
Me.MenuStrip1.PerformLayout()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.Zuordnungem.ResumeLayout(False)
|
|
Me.Zuordnungem.PerformLayout()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
Me.ToolStrip2.ResumeLayout(False)
|
|
Me.ToolStrip2.PerformLayout()
|
|
CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
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 TSBtnNew As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
|
|
Friend WithEvents DateiToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents TSBtnSave As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ToolStripSeparator1 As System.Windows.Forms.ToolStripSeparator
|
|
Friend WithEvents TSBtnCopy As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnDelete As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Zuordnungem As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents CheckedListBox2 As System.Windows.Forms.CheckedListBox
|
|
Friend WithEvents CheckedListBox1 As System.Windows.Forms.CheckedListBox
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents DateTimePicker2 As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents DateTimePicker1 As System.Windows.Forms.DateTimePicker
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents TextBox3 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
|
|
Friend WithEvents ToolStrip2 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents ToolStripButton4 As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ToolStripButton5 As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Label11 As System.Windows.Forms.Label
|
|
Friend WithEvents TextBox6 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents TextBox5 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents TextBox4 As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
End Class
|