Imports System.Data.SqlClient Imports System.Data.SqlTypes Public Class frmsbpartnerdetail 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 Label1 As System.Windows.Forms.Label Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents Label3 As System.Windows.Forms.Label Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents Label5 As System.Windows.Forms.Label Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents txtnrpar00 As System.Windows.Forms.TextBox Friend WithEvents txtkurzbezeichnung As System.Windows.Forms.TextBox Friend WithEvents txtname As System.Windows.Forms.TextBox Friend WithEvents txtvorname As System.Windows.Forms.TextBox Friend WithEvents txtstrasse As System.Windows.Forms.TextBox Friend WithEvents txtplz As System.Windows.Forms.TextBox Friend WithEvents txtort As System.Windows.Forms.TextBox Friend WithEvents txtanrede2 As System.Windows.Forms.TextBox Friend WithEvents txtzustelladresse As System.Windows.Forms.TextBox Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Label10 As System.Windows.Forms.Label Friend WithEvents txtAnrede As System.Windows.Forms.TextBox Friend WithEvents Label11 As System.Windows.Forms.Label Friend WithEvents txtanrede1 As System.Windows.Forms.TextBox Friend WithEvents WertList As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents btnPartnerInfo As System.Windows.Forms.Button Private Sub InitializeComponent() Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmsbpartnerdetail)) Dim GridLines1 As C1.Win.C1TrueDBGrid.Util.GridLines = New C1.Win.C1TrueDBGrid.Util.GridLines() Me.Label1 = New System.Windows.Forms.Label() Me.Label2 = New System.Windows.Forms.Label() Me.Label3 = New System.Windows.Forms.Label() Me.Label4 = New System.Windows.Forms.Label() Me.Label5 = New System.Windows.Forms.Label() Me.Label6 = New System.Windows.Forms.Label() Me.Label7 = New System.Windows.Forms.Label() Me.Label8 = New System.Windows.Forms.Label() Me.txtnrpar00 = New System.Windows.Forms.TextBox() Me.txtkurzbezeichnung = New System.Windows.Forms.TextBox() Me.txtname = New System.Windows.Forms.TextBox() Me.txtvorname = New System.Windows.Forms.TextBox() Me.txtstrasse = New System.Windows.Forms.TextBox() Me.txtplz = New System.Windows.Forms.TextBox() Me.txtort = New System.Windows.Forms.TextBox() Me.txtanrede1 = New System.Windows.Forms.TextBox() Me.txtanrede2 = New System.Windows.Forms.TextBox() Me.txtzustelladresse = New System.Windows.Forms.TextBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.WertList = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.Label9 = New System.Windows.Forms.Label() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.txtAnrede = New System.Windows.Forms.TextBox() Me.Label10 = New System.Windows.Forms.Label() Me.Label11 = New System.Windows.Forms.Label() Me.btnPartnerInfo = New System.Windows.Forms.Button() Me.Panel1.SuspendLayout() CType(Me.WertList, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Label1 ' Me.Label1.Location = New System.Drawing.Point(8, 16) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(88, 16) Me.Label1.TabIndex = 0 Me.Label1.Text = "Partnernr" ' 'Label2 ' Me.Label2.Location = New System.Drawing.Point(8, 160) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(96, 16) Me.Label2.TabIndex = 1 Me.Label2.Text = "Kurzbezeichnung" ' 'Label3 ' Me.Label3.Location = New System.Drawing.Point(8, 64) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(88, 16) Me.Label3.TabIndex = 2 Me.Label3.Text = "Vorname" ' 'Label4 ' Me.Label4.Location = New System.Drawing.Point(8, 112) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(88, 16) Me.Label4.TabIndex = 3 Me.Label4.Text = "Strasse" ' 'Label5 ' Me.Label5.Location = New System.Drawing.Point(8, 136) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(88, 16) Me.Label5.TabIndex = 4 Me.Label5.Text = "PLZ/Ort" ' 'Label6 ' Me.Label6.Location = New System.Drawing.Point(8, 232) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(88, 16) Me.Label6.TabIndex = 5 Me.Label6.Text = "Zustelladresse" ' 'Label7 ' Me.Label7.Location = New System.Drawing.Point(8, 184) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(88, 16) Me.Label7.TabIndex = 6 Me.Label7.Text = "Briefanrede 1" ' 'Label8 ' Me.Label8.Location = New System.Drawing.Point(8, 208) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(88, 16) Me.Label8.TabIndex = 7 Me.Label8.Text = "Briefanrede 2" ' 'txtnrpar00 ' Me.txtnrpar00.Location = New System.Drawing.Point(112, 16) Me.txtnrpar00.Name = "txtnrpar00" Me.txtnrpar00.Size = New System.Drawing.Size(144, 20) Me.txtnrpar00.TabIndex = 1 Me.txtnrpar00.Text = "" ' 'txtkurzbezeichnung ' Me.txtkurzbezeichnung.Location = New System.Drawing.Point(112, 160) Me.txtkurzbezeichnung.Name = "txtkurzbezeichnung" Me.txtkurzbezeichnung.Size = New System.Drawing.Size(296, 20) Me.txtkurzbezeichnung.TabIndex = 8 Me.txtkurzbezeichnung.Text = "" ' 'txtname ' Me.txtname.Location = New System.Drawing.Point(112, 88) Me.txtname.Name = "txtname" Me.txtname.Size = New System.Drawing.Size(296, 20) Me.txtname.TabIndex = 4 Me.txtname.Text = "" ' 'txtvorname ' Me.txtvorname.Location = New System.Drawing.Point(112, 64) Me.txtvorname.Name = "txtvorname" Me.txtvorname.Size = New System.Drawing.Size(296, 20) Me.txtvorname.TabIndex = 3 Me.txtvorname.Text = "" ' 'txtstrasse ' Me.txtstrasse.Location = New System.Drawing.Point(112, 112) Me.txtstrasse.Name = "txtstrasse" Me.txtstrasse.Size = New System.Drawing.Size(296, 20) Me.txtstrasse.TabIndex = 5 Me.txtstrasse.Text = "" ' 'txtplz ' Me.txtplz.Location = New System.Drawing.Point(112, 136) Me.txtplz.Name = "txtplz" Me.txtplz.Size = New System.Drawing.Size(72, 20) Me.txtplz.TabIndex = 6 Me.txtplz.Text = "" ' 'txtort ' Me.txtort.Location = New System.Drawing.Point(192, 136) Me.txtort.Name = "txtort" Me.txtort.Size = New System.Drawing.Size(216, 20) Me.txtort.TabIndex = 7 Me.txtort.Text = "" ' 'txtanrede1 ' Me.txtanrede1.Location = New System.Drawing.Point(112, 184) Me.txtanrede1.Name = "txtanrede1" Me.txtanrede1.Size = New System.Drawing.Size(296, 20) Me.txtanrede1.TabIndex = 9 Me.txtanrede1.Text = "" ' 'txtanrede2 ' Me.txtanrede2.Location = New System.Drawing.Point(112, 208) Me.txtanrede2.Name = "txtanrede2" Me.txtanrede2.Size = New System.Drawing.Size(296, 20) Me.txtanrede2.TabIndex = 10 Me.txtanrede2.Text = "" ' 'txtzustelladresse ' Me.txtzustelladresse.Location = New System.Drawing.Point(112, 232) Me.txtzustelladresse.Multiline = True Me.txtzustelladresse.Name = "txtzustelladresse" Me.txtzustelladresse.Size = New System.Drawing.Size(296, 104) Me.txtzustelladresse.TabIndex = 11 Me.txtzustelladresse.Text = "" ' 'Panel1 ' Me.Panel1.BackColor = System.Drawing.SystemColors.Control Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D Me.Panel1.Controls.AddRange(New System.Windows.Forms.Control() {Me.WertList}) Me.Panel1.Location = New System.Drawing.Point(112, 344) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(296, 128) Me.Panel1.TabIndex = 49 ' 'WertList ' Me.WertList.AllowFilter = False Me.WertList.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows Me.WertList.AllowSort = False Me.WertList.AlternatingRows = True Me.WertList.CaptionHeight = 17 Me.WertList.CollapseColor = System.Drawing.Color.Black Me.WertList.Cursor = System.Windows.Forms.Cursors.Default Me.WertList.DataChanged = False Me.WertList.DeadAreaBackColor = System.Drawing.Color.Empty Me.WertList.Dock = System.Windows.Forms.DockStyle.Fill Me.WertList.ExpandColor = System.Drawing.Color.Black Me.WertList.FetchRowStyles = True Me.WertList.FilterBar = True Me.WertList.GroupByCaption = "Drag a column header here to group by that column" Me.WertList.Images.Add(CType(resources.GetObject("resource.Images"), System.Drawing.Bitmap)) Me.WertList.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.DottedCellBorder Me.WertList.MultiSelect = C1.Win.C1TrueDBGrid.MultiSelectEnum.None Me.WertList.Name = "WertList" Me.WertList.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.WertList.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.WertList.PreviewInfo.ZoomFactor = 75 Me.WertList.PrintInfo.ShowOptionsDialog = False Me.WertList.RecordSelectorWidth = 16 GridLines1.Color = System.Drawing.Color.DarkGray GridLines1.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single Me.WertList.RowDivider = GridLines1 Me.WertList.RowHeight = 15 Me.WertList.RowSubDividerColor = System.Drawing.Color.DarkGray Me.WertList.ScrollTips = True Me.WertList.Size = New System.Drawing.Size(292, 124) Me.WertList.TabIndex = 28 Me.WertList.Text = "C1TrueDBGrid1" Me.WertList.PropBag = "Style11{}Style12{}Style13{}Style5{}Style4{}Style7{}Style6{}EvenRow{Back" & _ "Color:White;}Selected{ForeColor:HighlightText;BackColor:Highlight;}Heading{Wrap:" & _ "True;AlignVert:Center;Border:Raised,,1, 1, 1, 1;ForeColor:ControlText;BackColor:" & _ "Control;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}Filte" & _ "rBar{BackColor:255, 255, 192;}OddRow{BackColor:224, 224, 224;}Footer{}Caption{Al" & _ "ignHorz:Center;}Style27{}Normal{BackColor:Control;}Style26{}HighlightRow{ForeCol" & _ "or:HighlightText;BackColor:Highlight;}Style10{AlignHorz:Near;}Editor{}RecordSele" & _ "ctor{AlignImage:Center;}Style9{}Style8{}Style3{}Style2{}Group{BackColor:ControlD" & _ "ark;Border:None,,0, 0, 0, 0;AlignVert:Center;}Style1{}0, 0, 288," & _ " 1200