ms
This commit is contained in:
50
GUIs.ZooFlow/frmSearchStart.Designer.vb
generated
50
GUIs.ZooFlow/frmSearchStart.Designer.vb
generated
@@ -1,6 +1,6 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class frmSearchStart
|
||||
Inherits System.Windows.Forms.Form
|
||||
Inherits DevExpress.XtraBars.Ribbon.RibbonForm
|
||||
|
||||
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<System.Diagnostics.DebuggerNonUserCode()>
|
||||
@@ -56,6 +56,9 @@ Partial Class frmSearchStart
|
||||
Me.GridControlSerchTerms = New DevExpress.XtraGrid.GridControl()
|
||||
Me.ContextMenuStripSearchTerms = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.tsmOperator = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.BracketLeftToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.KlammerRechtsToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.KlammerEntfernenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.GridViewSearchTerms = New DevExpress.XtraGrid.Views.Grid.GridView()
|
||||
Me.SplitContainerControlSearch = New DevExpress.XtraEditors.SplitContainerControl()
|
||||
Me.ContextMenuStripMultiselect = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
@@ -87,7 +90,7 @@ Partial Class frmSearchStart
|
||||
Me.RibbonControl1.Pages.AddRange(New DevExpress.XtraBars.Ribbon.RibbonPage() {Me.RibbonPage1})
|
||||
Me.RibbonControl1.RepositoryItems.AddRange(New DevExpress.XtraEditors.Repository.RepositoryItem() {Me.RepositoryItemRadioGroup1, Me.RepositoryItemComboBox1})
|
||||
Me.RibbonControl1.ShowApplicationButton = DevExpress.Utils.DefaultBoolean.[False]
|
||||
Me.RibbonControl1.Size = New System.Drawing.Size(1070, 150)
|
||||
Me.RibbonControl1.Size = New System.Drawing.Size(1070, 158)
|
||||
Me.RibbonControl1.StatusBar = Me.RibbonStatusBar1
|
||||
'
|
||||
'BarButtonItemNewSearch
|
||||
@@ -179,10 +182,10 @@ Partial Class frmSearchStart
|
||||
'RibbonStatusBar1
|
||||
'
|
||||
Me.RibbonStatusBar1.ItemLinks.Add(Me.BarStaticItemInfo)
|
||||
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 574)
|
||||
Me.RibbonStatusBar1.Location = New System.Drawing.Point(0, 577)
|
||||
Me.RibbonStatusBar1.Name = "RibbonStatusBar1"
|
||||
Me.RibbonStatusBar1.Ribbon = Me.RibbonControl1
|
||||
Me.RibbonStatusBar1.Size = New System.Drawing.Size(1070, 27)
|
||||
Me.RibbonStatusBar1.Size = New System.Drawing.Size(1070, 24)
|
||||
'
|
||||
'Panel1
|
||||
'
|
||||
@@ -191,7 +194,7 @@ Partial Class frmSearchStart
|
||||
Me.Panel1.Controls.Add(Me.Label1)
|
||||
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
||||
Me.Panel1.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 150)
|
||||
Me.Panel1.Location = New System.Drawing.Point(0, 158)
|
||||
Me.Panel1.Margin = New System.Windows.Forms.Padding(2, 3, 2, 3)
|
||||
Me.Panel1.Name = "Panel1"
|
||||
Me.Panel1.Size = New System.Drawing.Size(1070, 57)
|
||||
@@ -304,16 +307,34 @@ Partial Class frmSearchStart
|
||||
'
|
||||
'ContextMenuStripSearchTerms
|
||||
'
|
||||
Me.ContextMenuStripSearchTerms.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsmOperator})
|
||||
Me.ContextMenuStripSearchTerms.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsmOperator, Me.BracketLeftToolStripMenuItem, Me.KlammerRechtsToolStripMenuItem, Me.KlammerEntfernenToolStripMenuItem})
|
||||
Me.ContextMenuStripSearchTerms.Name = "ContextMenuStripSearchTerms"
|
||||
Me.ContextMenuStripSearchTerms.Size = New System.Drawing.Size(160, 26)
|
||||
Me.ContextMenuStripSearchTerms.Size = New System.Drawing.Size(177, 92)
|
||||
'
|
||||
'tsmOperator
|
||||
'
|
||||
Me.tsmOperator.Name = "tsmOperator"
|
||||
Me.tsmOperator.Size = New System.Drawing.Size(159, 22)
|
||||
Me.tsmOperator.Size = New System.Drawing.Size(176, 22)
|
||||
Me.tsmOperator.Text = "Operator = oder"
|
||||
'
|
||||
'BracketLeftToolStripMenuItem
|
||||
'
|
||||
Me.BracketLeftToolStripMenuItem.Name = "BracketLeftToolStripMenuItem"
|
||||
Me.BracketLeftToolStripMenuItem.Size = New System.Drawing.Size(176, 22)
|
||||
Me.BracketLeftToolStripMenuItem.Text = "Klammer links ("
|
||||
'
|
||||
'KlammerRechtsToolStripMenuItem
|
||||
'
|
||||
Me.KlammerRechtsToolStripMenuItem.Name = "KlammerRechtsToolStripMenuItem"
|
||||
Me.KlammerRechtsToolStripMenuItem.Size = New System.Drawing.Size(176, 22)
|
||||
Me.KlammerRechtsToolStripMenuItem.Text = "Klammer rechts )"
|
||||
'
|
||||
'KlammerEntfernenToolStripMenuItem
|
||||
'
|
||||
Me.KlammerEntfernenToolStripMenuItem.Name = "KlammerEntfernenToolStripMenuItem"
|
||||
Me.KlammerEntfernenToolStripMenuItem.Size = New System.Drawing.Size(176, 22)
|
||||
Me.KlammerEntfernenToolStripMenuItem.Text = "Klammer entfernen"
|
||||
'
|
||||
'GridViewSearchTerms
|
||||
'
|
||||
Me.GridViewSearchTerms.Appearance.EvenRow.BackColor = System.Drawing.Color.FromArgb(CType(CType(236, Byte), Integer), CType(CType(233, Byte), Integer), CType(CType(125, Byte), Integer))
|
||||
@@ -325,6 +346,8 @@ Partial Class frmSearchStart
|
||||
Me.GridViewSearchTerms.OptionsSelection.EnableAppearanceFocusedCell = False
|
||||
Me.GridViewSearchTerms.OptionsView.EnableAppearanceEvenRow = True
|
||||
Me.GridViewSearchTerms.OptionsView.ShowGroupPanel = False
|
||||
Me.GridViewSearchTerms.OptionsView.ShowViewCaption = True
|
||||
Me.GridViewSearchTerms.ViewCaption = "Such-Kriterium"
|
||||
'
|
||||
'SplitContainerControlSearch
|
||||
'
|
||||
@@ -365,6 +388,8 @@ Partial Class frmSearchStart
|
||||
'
|
||||
'SimpleButton1
|
||||
'
|
||||
Me.SimpleButton1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _
|
||||
Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
||||
Me.SimpleButton1.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.SimpleButton1.Location = New System.Drawing.Point(461, 523)
|
||||
Me.SimpleButton1.Name = "SimpleButton1"
|
||||
@@ -374,6 +399,7 @@ Partial Class frmSearchStart
|
||||
'
|
||||
'frmSearchStart
|
||||
'
|
||||
Me.Appearance.Options.UseFont = True
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(1070, 601)
|
||||
@@ -383,8 +409,11 @@ Partial Class frmSearchStart
|
||||
Me.Controls.Add(Me.RibbonStatusBar1)
|
||||
Me.Controls.Add(Me.RibbonControl1)
|
||||
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
||||
Me.IconOptions.Icon = CType(resources.GetObject("frmSearchStart.IconOptions.Icon"), System.Drawing.Icon)
|
||||
Me.IconOptions.SvgImage = CType(resources.GetObject("frmSearchStart.IconOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
||||
Me.Name = "frmSearchStart"
|
||||
Me.Ribbon = Me.RibbonControl1
|
||||
Me.StatusBar = Me.RibbonStatusBar1
|
||||
Me.Text = "ZooFlow Suche"
|
||||
CType(Me.RibbonControl1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.RepositoryItemRadioGroup1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@@ -442,4 +471,7 @@ Partial Class frmSearchStart
|
||||
Friend WithEvents ContextMenuStripSearchTerms As ContextMenuStrip
|
||||
Friend WithEvents tsmOperator As ToolStripMenuItem
|
||||
Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton
|
||||
Friend WithEvents BracketLeftToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents KlammerRechtsToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents KlammerEntfernenToolStripMenuItem As ToolStripMenuItem
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user