Imports System.Data Imports System.Data.SqlTypes Imports System.Data.SqlClient Public Class frmValueSelect Inherits System.Windows.Forms.Form #Region " Vom Windows Form Designer generierter Code " Public Sub New() MyBase.New() ' Dieser Aufruf ist für den Windows Form-Designer erforderlich. InitializeComponent() ' Initialisierungen nach dem Aufruf InitializeComponent() hinzufügen End Sub ' Die Form überschreibt den Löschvorgang der Basisklasse, um Komponenten zu bereinigen. Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean) If disposing Then If Not (components Is Nothing) Then components.Dispose() End If End If MyBase.Dispose(disposing) End Sub ' Für Windows Form-Designer erforderlich Private components As System.ComponentModel.IContainer 'HINWEIS: Die folgende Prozedur ist für den Windows Form-Designer erforderlich 'Sie kann mit dem Windows Form-Designer modifiziert werden. 'Verwenden Sie nicht den Code-Editor zur Bearbeitung. Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents Splitter1 As System.Windows.Forms.Splitter Friend WithEvents grdValue As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents Panel3 As System.Windows.Forms.Panel Friend WithEvents grdSelected As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents Abbrechen As System.Windows.Forms.ToolBarButton Friend WithEvents Uebernehmen As System.Windows.Forms.ToolBarButton Friend WithEvents tlbValueSelect As System.Windows.Forms.ToolBar Friend WithEvents Partnersuche As System.Windows.Forms.ToolBarButton Friend WithEvents Timer1 As System.Windows.Forms.Timer Friend WithEvents timHinweismeldung As System.Windows.Forms.Timer Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmValueSelect)) Dim GridLines1 As C1.Win.C1TrueDBGrid.Util.GridLines = New C1.Win.C1TrueDBGrid.Util.GridLines() Dim GridLines2 As C1.Win.C1TrueDBGrid.Util.GridLines = New C1.Win.C1TrueDBGrid.Util.GridLines() Me.Panel1 = New System.Windows.Forms.Panel() Me.tlbValueSelect = New System.Windows.Forms.ToolBar() Me.Abbrechen = New System.Windows.Forms.ToolBarButton() Me.Uebernehmen = New System.Windows.Forms.ToolBarButton() Me.Partnersuche = New System.Windows.Forms.ToolBarButton() Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.Panel2 = New System.Windows.Forms.Panel() Me.grdValue = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.Splitter1 = New System.Windows.Forms.Splitter() Me.Panel3 = New System.Windows.Forms.Panel() Me.grdSelected = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.Timer1 = New System.Windows.Forms.Timer(Me.components) Me.timHinweismeldung = New System.Windows.Forms.Timer(Me.components) Me.Panel1.SuspendLayout() Me.Panel2.SuspendLayout() CType(Me.grdValue, System.ComponentModel.ISupportInitialize).BeginInit() Me.Panel3.SuspendLayout() CType(Me.grdSelected, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Panel1 ' Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.Panel1.Controls.AddRange(New System.Windows.Forms.Control() {Me.tlbValueSelect}) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(752, 32) Me.Panel1.TabIndex = 6 ' 'tlbValueSelect ' Me.tlbValueSelect.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.Abbrechen, Me.Uebernehmen, Me.Partnersuche}) Me.tlbValueSelect.DropDownArrows = True Me.tlbValueSelect.ImageList = Me.ImageList1 Me.tlbValueSelect.Name = "tlbValueSelect" Me.tlbValueSelect.ShowToolTips = True Me.tlbValueSelect.Size = New System.Drawing.Size(750, 25) Me.tlbValueSelect.TabIndex = 6 ' 'Abbrechen ' Me.Abbrechen.ImageIndex = 1 Me.Abbrechen.Tag = "Abbrechen" Me.Abbrechen.ToolTipText = "Abbrechen" ' 'Uebernehmen ' Me.Uebernehmen.ImageIndex = 4 Me.Uebernehmen.Tag = "Uebernehmen" Me.Uebernehmen.ToolTipText = "Übernehmen" ' 'Partnersuche ' Me.Partnersuche.ImageIndex = 3 Me.Partnersuche.Tag = "Partnersuche" Me.Partnersuche.ToolTipText = "Partnersuche" ' 'ImageList1 ' Me.ImageList1.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit Me.ImageList1.ImageSize = New System.Drawing.Size(16, 16) Me.ImageList1.ImageStream = CType(resources.GetObject("ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer) Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent ' 'Panel2 ' Me.Panel2.Controls.AddRange(New System.Windows.Forms.Control() {Me.grdValue}) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Left Me.Panel2.Location = New System.Drawing.Point(0, 32) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(396, 551) Me.Panel2.TabIndex = 7 ' 'grdValue ' Me.grdValue.AllowFilter = True Me.grdValue.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows Me.grdValue.AllowSort = True Me.grdValue.AllowUpdate = False Me.grdValue.AlternatingRows = True Me.grdValue.CaptionHeight = 17 Me.grdValue.CollapseColor = System.Drawing.Color.Black Me.grdValue.DataChanged = False Me.grdValue.DeadAreaBackColor = System.Drawing.Color.Empty Me.grdValue.ExpandColor = System.Drawing.Color.Black Me.grdValue.FetchRowStyles = True Me.grdValue.FilterBar = True Me.grdValue.GroupByCaption = "Drag a column header here to group by that column" Me.grdValue.Images.Add(CType(resources.GetObject("resource.Images"), System.Drawing.Bitmap)) Me.grdValue.Location = New System.Drawing.Point(26, 20) Me.grdValue.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.DottedCellBorder Me.grdValue.Name = "grdValue" Me.grdValue.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.grdValue.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.grdValue.PreviewInfo.ZoomFactor = 75 Me.grdValue.PrintInfo.ShowOptionsDialog = False Me.grdValue.RecordSelectorWidth = 16 GridLines1.Color = System.Drawing.Color.DarkGray GridLines1.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single Me.grdValue.RowDivider = GridLines1 Me.grdValue.RowHeight = 15 Me.grdValue.RowSubDividerColor = System.Drawing.Color.DarkGray Me.grdValue.ScrollTips = False Me.grdValue.Size = New System.Drawing.Size(282, 88) Me.grdValue.TabIndex = 4 Me.grdValue.Text = "C1TrueDBGrid1" Me.grdValue.PropBag = "Group{BackColor:ControlDark;Border:None,,0, 0, 0, 0;AlignVert:Center;}E" & _ "ditor{}Style2{}Style5{}Style4{}Style7{}Style6{}EvenRow{BackColor:White;}Selected" & _ "{ForeColor:HighlightText;BackColor:Highlight;}Style3{}Inactive{ForeColor:Inactiv" & _ "eCaptionText;BackColor:InactiveCaption;}FilterBar{BackColor:255, 255, 192;}Foote" & _ "r{}Caption{AlignHorz:Center;}Normal{}HighlightRow{ForeColor:HighlightText;BackCo" & _ "lor:Highlight;}Style9{}OddRow{BackColor:224, 224, 224;}RecordSelector{AlignImage" & _ ":Center;}Heading{Wrap:True;AlignVert:Center;Border:Raised,,1, 1, 1, 1;ForeColor:" & _ "ControlText;BackColor:Control;}Style8{}Style10{AlignHorz:Near;}Style11{}Style12{" & _ "}Style13{}Style1{}0, 0, 278, 840<" & _ "HighLightRowStyle parent=""HighlightRow"" me=""Style7"" />