126 lines
5.1 KiB
VB.net
126 lines
5.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmLookupGrid
|
|
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.gridLookup = New DevExpress.XtraGrid.GridControl()
|
|
Me.viewLookup = New DevExpress.XtraGrid.Views.Grid.GridView()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.btnClear = New System.Windows.Forms.Button()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
CType(Me.gridLookup, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.viewLookup, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'gridLookup
|
|
'
|
|
Me.gridLookup.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.gridLookup.Location = New System.Drawing.Point(0, 0)
|
|
Me.gridLookup.MainView = Me.viewLookup
|
|
Me.gridLookup.Name = "gridLookup"
|
|
Me.gridLookup.Size = New System.Drawing.Size(295, 233)
|
|
Me.gridLookup.TabIndex = 0
|
|
Me.gridLookup.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.viewLookup})
|
|
'
|
|
'viewLookup
|
|
'
|
|
Me.viewLookup.GridControl = Me.gridLookup
|
|
Me.viewLookup.Name = "viewLookup"
|
|
Me.viewLookup.OptionsBehavior.AllowAddRows = DevExpress.Utils.DefaultBoolean.[True]
|
|
Me.viewLookup.OptionsFind.AlwaysVisible = True
|
|
Me.viewLookup.OptionsFind.FindMode = DevExpress.XtraEditors.FindMode.Always
|
|
Me.viewLookup.OptionsFind.ShowClearButton = False
|
|
Me.viewLookup.OptionsFind.ShowFindButton = False
|
|
Me.viewLookup.OptionsView.NewItemRowPosition = DevExpress.XtraGrid.Views.Grid.NewItemRowPosition.Top
|
|
Me.viewLookup.OptionsView.ShowGroupPanel = False
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Controls.Add(Me.Button1)
|
|
Me.Panel1.Controls.Add(Me.btnClear)
|
|
Me.Panel1.Controls.Add(Me.btnOK)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 233)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(295, 36)
|
|
Me.Panel1.TabIndex = 1
|
|
'
|
|
'btnClear
|
|
'
|
|
Me.btnClear.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.btnClear.Location = New System.Drawing.Point(200, 6)
|
|
Me.btnClear.Name = "btnClear"
|
|
Me.btnClear.Size = New System.Drawing.Size(83, 20)
|
|
Me.btnClear.TabIndex = 0
|
|
Me.btnClear.Text = "Leeren"
|
|
Me.btnClear.UseVisualStyleBackColor = True
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.btnOK.Location = New System.Drawing.Point(12, 6)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(82, 21)
|
|
Me.btnOK.TabIndex = 0
|
|
Me.btnOK.Text = "OK"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(100, 3)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(94, 23)
|
|
Me.Button1.TabIndex = 1
|
|
Me.Button1.Text = "RestoreSelect"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'frmLookupGrid
|
|
'
|
|
Me.AcceptButton = Me.btnOK
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(295, 269)
|
|
Me.Controls.Add(Me.gridLookup)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.KeyPreview = True
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmLookupGrid"
|
|
Me.Text = "Auswahl:"
|
|
Me.TopMost = True
|
|
CType(Me.gridLookup, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.viewLookup, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents gridLookup As DevExpress.XtraGrid.GridControl
|
|
Friend WithEvents viewLookup As DevExpress.XtraGrid.Views.Grid.GridView
|
|
Friend WithEvents Panel1 As Panel
|
|
Friend WithEvents btnOK As Button
|
|
Friend WithEvents btnClear As Button
|
|
Friend WithEvents Button1 As Button
|
|
End Class
|