Imports System.Data Imports System.Data.SqlClient Imports System.Data.SqlTypes Public Class frmSerienbriefe_Load 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 ListBox1 As System.Windows.Forms.ListBox Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents Panel3 As System.Windows.Forms.Panel Friend WithEvents TVStatus As System.Windows.Forms.TreeView Friend WithEvents sblist As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Private Sub InitializeComponent() Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmSerienbriefe_Load)) Dim GridLines1 As C1.Win.C1TrueDBGrid.Util.GridLines = New C1.Win.C1TrueDBGrid.Util.GridLines() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.Button1 = New System.Windows.Forms.Button() Me.Button2 = New System.Windows.Forms.Button() Me.Panel1 = New System.Windows.Forms.Panel() Me.Panel2 = New System.Windows.Forms.Panel() Me.Panel3 = New System.Windows.Forms.Panel() Me.TVStatus = New System.Windows.Forms.TreeView() Me.sblist = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Panel1.SuspendLayout() Me.Panel2.SuspendLayout() Me.Panel3.SuspendLayout() CType(Me.sblist, System.ComponentModel.ISupportInitialize).BeginInit() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'ListBox1 ' Me.ListBox1.Location = New System.Drawing.Point(176, 448) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(368, 30) Me.ListBox1.TabIndex = 0 ' 'Button1 ' Me.Button1.Anchor = (System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right) Me.Button1.Location = New System.Drawing.Point(688, 16) Me.Button1.Name = "Button1" Me.Button1.TabIndex = 1 Me.Button1.Text = "&OK" ' 'Button2 ' Me.Button2.Location = New System.Drawing.Point(8, 16) Me.Button2.Name = "Button2" Me.Button2.TabIndex = 2 Me.Button2.Text = "&Abbruch" ' 'Panel1 ' Me.Panel1.Controls.AddRange(New System.Windows.Forms.Control() {Me.Button2, Me.Button1}) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom Me.Panel1.Location = New System.Drawing.Point(0, 253) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(768, 48) Me.Panel1.TabIndex = 28 ' 'Panel2 ' Me.Panel2.Controls.AddRange(New System.Windows.Forms.Control() {Me.sblist}) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Left Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(528, 253) Me.Panel2.TabIndex = 29 ' 'Panel3 ' Me.Panel3.Controls.AddRange(New System.Windows.Forms.Control() {Me.TVStatus}) Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel3.Location = New System.Drawing.Point(3, 16) Me.Panel3.Name = "Panel3" Me.Panel3.Size = New System.Drawing.Size(234, 234) Me.Panel3.TabIndex = 30 ' 'TVStatus ' Me.TVStatus.BackColor = System.Drawing.Color.FromArgb(CType(255, Byte), CType(255, Byte), CType(192, Byte)) Me.TVStatus.Dock = System.Windows.Forms.DockStyle.Fill Me.TVStatus.ImageIndex = -1 Me.TVStatus.Name = "TVStatus" Me.TVStatus.SelectedImageIndex = -1 Me.TVStatus.Size = New System.Drawing.Size(234, 234) Me.TVStatus.TabIndex = 1 ' 'sblist ' Me.sblist.AllowFilter = True Me.sblist.AllowSort = True Me.sblist.AllowUpdate = False Me.sblist.AllowUpdateOnBlur = False Me.sblist.AlternatingRows = True Me.sblist.CaptionHeight = 17 Me.sblist.CollapseColor = System.Drawing.Color.Black Me.sblist.Cursor = System.Windows.Forms.Cursors.Default Me.sblist.DataChanged = False Me.sblist.DeadAreaBackColor = System.Drawing.Color.Empty Me.sblist.Dock = System.Windows.Forms.DockStyle.Fill Me.sblist.ExpandColor = System.Drawing.Color.Black Me.sblist.FetchRowStyles = True Me.sblist.FilterBar = True Me.sblist.GroupByCaption = "Drag a column header here to group by that column" Me.sblist.Images.Add(CType(resources.GetObject("resource.Images"), System.Drawing.Bitmap)) Me.sblist.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.DottedCellBorder Me.sblist.MultiSelect = C1.Win.C1TrueDBGrid.MultiSelectEnum.None Me.sblist.Name = "sblist" Me.sblist.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.sblist.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.sblist.PreviewInfo.ZoomFactor = 75 Me.sblist.PrintInfo.ShowOptionsDialog = False Me.sblist.RecordSelectorWidth = 16 GridLines1.Color = System.Drawing.Color.DarkGray GridLines1.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single Me.sblist.RowDivider = GridLines1 Me.sblist.RowHeight = 15 Me.sblist.RowSubDividerColor = System.Drawing.Color.DarkGray Me.sblist.ScrollTips = True Me.sblist.Size = New System.Drawing.Size(528, 253) Me.sblist.TabIndex = 29 Me.sblist.Text = "C1TrueDBGrid1" Me.sblist.PropBag = "Style11{}Style12{}Style13{}Style5{}Style4{}Style7{}Style6{}EvenRow{Wrap" & _ ":True;Trimming:None;BackColor:White;}Selected{ForeColor:HighlightText;BackColor:" & _ "Highlight;}Heading{Wrap:True;BackColor:Control;Border:Raised,,1, 1, 1, 1;ForeCol" & _ "or:ControlText;AlignVert:Center;}Inactive{ForeColor:InactiveCaptionText;BackColo" & _ "r:InactiveCaption;}FilterBar{BackColor:255, 255, 192;}Footer{}Caption{AlignHorz:" & _ "Center;}Editor{}Normal{Wrap:True;BackColor:Control;}Style27{}Style26{}HighlightR" & _ "ow{ForeColor:HighlightText;BackColor:Highlight;}Style1{}OddRow{Wrap:True;AlignHo" & _ "rz:General;BackColor:224, 224, 224;}RecordSelector{AlignImage:Center;}Style9{}St" & _ "yle8{}Style3{}Style2{}Group{AlignVert:Center;Border:None,,0, 0, 0, 0;BackColor:C" & _ "ontrolDark;}Style10{AlignHorz:Near;}0, 0, 524, 2490