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.
279 lines
13 KiB
279 lines
13 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmVertragselementSuche
|
|
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(frmVertragselementSuche))
|
|
Me.DateiToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
|
|
Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
|
|
Me.MenuStrip1 = New System.Windows.Forms.MenuStrip
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
|
|
Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton
|
|
Me.txtBezeichnung = New System.Windows.Forms.TextBox
|
|
Me.lblOrt = New System.Windows.Forms.Label
|
|
Me.txtName_Firma1 = New System.Windows.Forms.TextBox
|
|
Me.lblName_Firma1 = New System.Windows.Forms.Label
|
|
Me.BtnSuche = New System.Windows.Forms.Button
|
|
Me.VertragspartnerMenuStrip = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.ÜberrnehmenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
|
|
Me.DetailsAnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
|
|
Me.txtSuchbegriffe = New System.Windows.Forms.TextBox
|
|
Me.lblFreitext = New System.Windows.Forms.Label
|
|
Me.BtnSchliessen = New System.Windows.Forms.Button
|
|
Me.BtnSelect = New System.Windows.Forms.Button
|
|
Me.txtInhalt = New System.Windows.Forms.TextBox
|
|
Me.lblInhalt = New System.Windows.Forms.Label
|
|
Me.C1Vertragselementliste = New C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|
Me.MenuStrip1.SuspendLayout()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
Me.VertragspartnerMenuStrip.SuspendLayout()
|
|
CType(Me.C1Vertragselementliste, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'DateiToolStripMenuItem
|
|
'
|
|
Me.DateiToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BeendenToolStripMenuItem})
|
|
Me.DateiToolStripMenuItem.Name = "DateiToolStripMenuItem"
|
|
Me.DateiToolStripMenuItem.Size = New System.Drawing.Size(44, 20)
|
|
Me.DateiToolStripMenuItem.Text = "&Datei"
|
|
'
|
|
'BeendenToolStripMenuItem
|
|
'
|
|
Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem"
|
|
Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(117, 22)
|
|
Me.BeendenToolStripMenuItem.Text = "&Beenden"
|
|
'
|
|
'MenuStrip1
|
|
'
|
|
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(571, 24)
|
|
Me.MenuStrip1.TabIndex = 8
|
|
Me.MenuStrip1.Text = "MenuStrip1"
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit})
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(571, 25)
|
|
Me.ToolStrip1.TabIndex = 7
|
|
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 = "Fenster schliessen"
|
|
'
|
|
'txtBezeichnung
|
|
'
|
|
Me.txtBezeichnung.Location = New System.Drawing.Point(93, 78)
|
|
Me.txtBezeichnung.Name = "txtBezeichnung"
|
|
Me.txtBezeichnung.Size = New System.Drawing.Size(166, 20)
|
|
Me.txtBezeichnung.TabIndex = 1
|
|
'
|
|
'lblOrt
|
|
'
|
|
Me.lblOrt.AccessibleDescription = "Name"
|
|
Me.lblOrt.AutoSize = True
|
|
Me.lblOrt.Location = New System.Drawing.Point(9, 81)
|
|
Me.lblOrt.Name = "lblOrt"
|
|
Me.lblOrt.Size = New System.Drawing.Size(69, 13)
|
|
Me.lblOrt.TabIndex = 72
|
|
Me.lblOrt.Text = "Bezeichnung"
|
|
'
|
|
'txtName_Firma1
|
|
'
|
|
Me.txtName_Firma1.Location = New System.Drawing.Point(93, 52)
|
|
Me.txtName_Firma1.Name = "txtName_Firma1"
|
|
Me.txtName_Firma1.Size = New System.Drawing.Size(166, 20)
|
|
Me.txtName_Firma1.TabIndex = 0
|
|
Me.txtName_Firma1.Tag = ""
|
|
'
|
|
'lblName_Firma1
|
|
'
|
|
Me.lblName_Firma1.AccessibleDescription = "Name"
|
|
Me.lblName_Firma1.AutoSize = True
|
|
Me.lblName_Firma1.Location = New System.Drawing.Point(9, 55)
|
|
Me.lblName_Firma1.Name = "lblName_Firma1"
|
|
Me.lblName_Firma1.Size = New System.Drawing.Size(71, 13)
|
|
Me.lblName_Firma1.TabIndex = 71
|
|
Me.lblName_Firma1.Text = "Name / Firma"
|
|
'
|
|
'BtnSuche
|
|
'
|
|
Me.BtnSuche.Location = New System.Drawing.Point(12, 111)
|
|
Me.BtnSuche.Name = "BtnSuche"
|
|
Me.BtnSuche.Size = New System.Drawing.Size(75, 23)
|
|
Me.BtnSuche.TabIndex = 4
|
|
Me.BtnSuche.Text = "Suchen"
|
|
Me.BtnSuche.UseVisualStyleBackColor = True
|
|
'
|
|
'VertragspartnerMenuStrip
|
|
'
|
|
Me.VertragspartnerMenuStrip.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ÜberrnehmenToolStripMenuItem, Me.DetailsAnzeigenToolStripMenuItem})
|
|
Me.VertragspartnerMenuStrip.Name = "VertragspartnerMenuStrip"
|
|
Me.VertragspartnerMenuStrip.Size = New System.Drawing.Size(153, 48)
|
|
'
|
|
'ÜberrnehmenToolStripMenuItem
|
|
'
|
|
Me.ÜberrnehmenToolStripMenuItem.Name = "ÜberrnehmenToolStripMenuItem"
|
|
Me.ÜberrnehmenToolStripMenuItem.Size = New System.Drawing.Size(152, 22)
|
|
Me.ÜberrnehmenToolStripMenuItem.Text = "Übe&rnehmen"
|
|
'
|
|
'DetailsAnzeigenToolStripMenuItem
|
|
'
|
|
Me.DetailsAnzeigenToolStripMenuItem.Name = "DetailsAnzeigenToolStripMenuItem"
|
|
Me.DetailsAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(152, 22)
|
|
Me.DetailsAnzeigenToolStripMenuItem.Text = "&Details anzeigen"
|
|
'
|
|
'txtSuchbegriffe
|
|
'
|
|
Me.txtSuchbegriffe.Location = New System.Drawing.Point(393, 74)
|
|
Me.txtSuchbegriffe.Name = "txtSuchbegriffe"
|
|
Me.txtSuchbegriffe.Size = New System.Drawing.Size(166, 20)
|
|
Me.txtSuchbegriffe.TabIndex = 3
|
|
'
|
|
'lblFreitext
|
|
'
|
|
Me.lblFreitext.AccessibleDescription = "Name"
|
|
Me.lblFreitext.AutoSize = True
|
|
Me.lblFreitext.Location = New System.Drawing.Point(309, 77)
|
|
Me.lblFreitext.Name = "lblFreitext"
|
|
Me.lblFreitext.Size = New System.Drawing.Size(67, 13)
|
|
Me.lblFreitext.TabIndex = 76
|
|
Me.lblFreitext.Text = "Suchbegriffe"
|
|
'
|
|
'BtnSchliessen
|
|
'
|
|
Me.BtnSchliessen.Location = New System.Drawing.Point(12, 347)
|
|
Me.BtnSchliessen.Name = "BtnSchliessen"
|
|
Me.BtnSchliessen.Size = New System.Drawing.Size(80, 24)
|
|
Me.BtnSchliessen.TabIndex = 9
|
|
Me.BtnSchliessen.Text = "Schliessen"
|
|
'
|
|
'BtnSelect
|
|
'
|
|
Me.BtnSelect.Enabled = False
|
|
Me.BtnSelect.Location = New System.Drawing.Point(475, 347)
|
|
Me.BtnSelect.Name = "BtnSelect"
|
|
Me.BtnSelect.Size = New System.Drawing.Size(88, 23)
|
|
Me.BtnSelect.TabIndex = 6
|
|
Me.BtnSelect.Text = "Übernehmen"
|
|
'
|
|
'txtInhalt
|
|
'
|
|
Me.txtInhalt.Location = New System.Drawing.Point(393, 48)
|
|
Me.txtInhalt.Name = "txtInhalt"
|
|
Me.txtInhalt.Size = New System.Drawing.Size(166, 20)
|
|
Me.txtInhalt.TabIndex = 2
|
|
'
|
|
'lblInhalt
|
|
'
|
|
Me.lblInhalt.AccessibleDescription = "Name"
|
|
Me.lblInhalt.AutoSize = True
|
|
Me.lblInhalt.Location = New System.Drawing.Point(309, 51)
|
|
Me.lblInhalt.Name = "lblInhalt"
|
|
Me.lblInhalt.Size = New System.Drawing.Size(33, 13)
|
|
Me.lblInhalt.TabIndex = 80
|
|
Me.lblInhalt.Text = "Inhalt"
|
|
'
|
|
'C1Vertragselementliste
|
|
'
|
|
Me.C1Vertragselementliste.AlternatingRows = True
|
|
Me.C1Vertragselementliste.FetchRowStyles = True
|
|
Me.C1Vertragselementliste.FilterBar = True
|
|
Me.C1Vertragselementliste.GroupByCaption = "Drag a column header here to group by that column"
|
|
Me.C1Vertragselementliste.Images.Add(CType(resources.GetObject("C1Vertragselementliste.Images"), System.Drawing.Image))
|
|
Me.C1Vertragselementliste.Location = New System.Drawing.Point(12, 140)
|
|
Me.C1Vertragselementliste.Name = "C1Vertragselementliste"
|
|
Me.C1Vertragselementliste.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
|
Me.C1Vertragselementliste.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
|
Me.C1Vertragselementliste.PreviewInfo.ZoomFactor = 75
|
|
Me.C1Vertragselementliste.PrintInfo.PageSettings = CType(resources.GetObject("C1Vertragselementliste.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
|
Me.C1Vertragselementliste.Size = New System.Drawing.Size(547, 201)
|
|
Me.C1Vertragselementliste.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation
|
|
Me.C1Vertragselementliste.TabIndex = 5
|
|
Me.C1Vertragselementliste.Text = "C1TrueDBGrid1"
|
|
Me.C1Vertragselementliste.PropBag = resources.GetString("C1Vertragselementliste.PropBag")
|
|
'
|
|
'frmVertragselementSuche
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(571, 376)
|
|
Me.Controls.Add(Me.C1Vertragselementliste)
|
|
Me.Controls.Add(Me.txtInhalt)
|
|
Me.Controls.Add(Me.lblInhalt)
|
|
Me.Controls.Add(Me.BtnSchliessen)
|
|
Me.Controls.Add(Me.BtnSelect)
|
|
Me.Controls.Add(Me.txtSuchbegriffe)
|
|
Me.Controls.Add(Me.txtBezeichnung)
|
|
Me.Controls.Add(Me.lblFreitext)
|
|
Me.Controls.Add(Me.BtnSuche)
|
|
Me.Controls.Add(Me.lblOrt)
|
|
Me.Controls.Add(Me.txtName_Firma1)
|
|
Me.Controls.Add(Me.lblName_Firma1)
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|
Me.Controls.Add(Me.MenuStrip1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmVertragselementSuche"
|
|
Me.Text = "Vertragselement suchen"
|
|
Me.MenuStrip1.ResumeLayout(False)
|
|
Me.MenuStrip1.PerformLayout()
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
Me.VertragspartnerMenuStrip.ResumeLayout(False)
|
|
CType(Me.C1Vertragselementliste, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents DateiToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents BeendenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip
|
|
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents txtBezeichnung As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblOrt As System.Windows.Forms.Label
|
|
Friend WithEvents txtName_Firma1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblName_Firma1 As System.Windows.Forms.Label
|
|
Friend WithEvents BtnSuche As System.Windows.Forms.Button
|
|
Friend WithEvents txtSuchbegriffe As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblFreitext As System.Windows.Forms.Label
|
|
Friend WithEvents BtnSchliessen As System.Windows.Forms.Button
|
|
Friend WithEvents BtnSelect As System.Windows.Forms.Button
|
|
Friend WithEvents VertragspartnerMenuStrip As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents ÜberrnehmenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents DetailsAnzeigenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents txtInhalt As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblInhalt As System.Windows.Forms.Label
|
|
Friend WithEvents C1Vertragselementliste As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|
End Class
|