Imports System.Data Imports System.Data.SqlClient Imports System.Data.SqlTypes Imports System.Drawing Imports System.Drawing.Color Imports System.IO Imports System.Threading Public Class frmBLAuslieferungen 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 ToolBar1 As System.Windows.Forms.ToolBar Friend WithEvents ImageList1 As System.Windows.Forms.ImageList Friend WithEvents ToolBarButton1 As System.Windows.Forms.ToolBarButton Friend WithEvents DokList As C1.Win.C1TrueDBGrid.C1TrueDBGrid Friend WithEvents ToolBarButton2 As System.Windows.Forms.ToolBarButton Friend WithEvents ToolBarButton3 As System.Windows.Forms.ToolBarButton Friend WithEvents Timer1 As System.Timers.Timer Friend WithEvents ImgListSteuerung As System.Windows.Forms.ImageList Friend WithEvents TVStatus As System.Windows.Forms.TreeView Friend WithEvents BtnHelp As System.Windows.Forms.Button Friend WithEvents mnuprintall As System.Windows.Forms.MenuItem Friend WithEvents MenuItem3 As System.Windows.Forms.MenuItem Friend WithEvents mnuAgain As System.Windows.Forms.MenuItem Friend WithEvents mnuDruckAbbruch As System.Windows.Forms.MenuItem Friend WithEvents MnuStatusZurueck As System.Windows.Forms.MenuItem Friend WithEvents MenuItem9 As System.Windows.Forms.MenuItem Friend WithEvents mnuAuslieferungen As System.Windows.Forms.MenuItem Friend WithEvents mnuShowDoc As System.Windows.Forms.MenuItem Friend WithEvents mnuEdit As System.Windows.Forms.MenuItem Friend WithEvents mnuDruckArchiv As System.Windows.Forms.MenuItem Friend WithEvents mnuDelete As System.Windows.Forms.MenuItem Friend WithEvents MenuItem6 As System.Windows.Forms.MenuItem Friend WithEvents ContextMenu1 As System.Windows.Forms.ContextMenu Friend WithEvents MnuPrintBestaetigen As System.Windows.Forms.MenuItem Friend WithEvents mnuPrintOK As System.Windows.Forms.MenuItem Friend WithEvents mnuprintaq As System.Windows.Forms.MenuItem Friend WithEvents mnuPrintNOK As System.Windows.Forms.MenuItem Friend WithEvents MnuDruck As System.Windows.Forms.MenuItem Friend WithEvents pnlNiederlassung As System.Windows.Forms.GroupBox Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents cbnl As System.Windows.Forms.ComboBox Friend WithEvents mnuBLDossier As System.Windows.Forms.MenuItem Friend WithEvents MenuItem1 As System.Windows.Forms.MenuItem Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim resources As System.Resources.ResourceManager = New System.Resources.ResourceManager(GetType(frmBLAuslieferungen)) Dim GridLines1 As C1.Win.C1TrueDBGrid.Util.GridLines = New C1.Win.C1TrueDBGrid.Util.GridLines() Me.ToolBar1 = New System.Windows.Forms.ToolBar() Me.ToolBarButton1 = New System.Windows.Forms.ToolBarButton() Me.ToolBarButton2 = New System.Windows.Forms.ToolBarButton() Me.ToolBarButton3 = New System.Windows.Forms.ToolBarButton() Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components) Me.DokList = New C1.Win.C1TrueDBGrid.C1TrueDBGrid() Me.ContextMenu1 = New System.Windows.Forms.ContextMenu() Me.MnuDruck = New System.Windows.Forms.MenuItem() Me.mnuprintall = New System.Windows.Forms.MenuItem() Me.mnuprintaq = New System.Windows.Forms.MenuItem() Me.MnuPrintBestaetigen = New System.Windows.Forms.MenuItem() Me.mnuPrintOK = New System.Windows.Forms.MenuItem() Me.mnuPrintNOK = New System.Windows.Forms.MenuItem() Me.MenuItem3 = New System.Windows.Forms.MenuItem() Me.mnuAgain = New System.Windows.Forms.MenuItem() Me.mnuDruckAbbruch = New System.Windows.Forms.MenuItem() Me.MnuStatusZurueck = New System.Windows.Forms.MenuItem() Me.MenuItem9 = New System.Windows.Forms.MenuItem() Me.mnuAuslieferungen = New System.Windows.Forms.MenuItem() Me.mnuShowDoc = New System.Windows.Forms.MenuItem() Me.mnuEdit = New System.Windows.Forms.MenuItem() Me.mnuDruckArchiv = New System.Windows.Forms.MenuItem() Me.mnuDelete = New System.Windows.Forms.MenuItem() Me.MenuItem6 = New System.Windows.Forms.MenuItem() Me.MenuItem1 = New System.Windows.Forms.MenuItem() Me.mnuBLDossier = New System.Windows.Forms.MenuItem() Me.Timer1 = New System.Timers.Timer() Me.TVStatus = New System.Windows.Forms.TreeView() Me.ImgListSteuerung = New System.Windows.Forms.ImageList(Me.components) Me.BtnHelp = New System.Windows.Forms.Button() Me.pnlNiederlassung = New System.Windows.Forms.GroupBox() Me.cbnl = New System.Windows.Forms.ComboBox() Me.Panel1 = New System.Windows.Forms.Panel() Me.GroupBox1 = New System.Windows.Forms.GroupBox() CType(Me.DokList, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.Timer1, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlNiederlassung.SuspendLayout() Me.Panel1.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'ToolBar1 ' Me.ToolBar1.Buttons.AddRange(New System.Windows.Forms.ToolBarButton() {Me.ToolBarButton1, Me.ToolBarButton2, Me.ToolBarButton3}) Me.ToolBar1.DropDownArrows = True Me.ToolBar1.ImageList = Me.ImageList1 Me.ToolBar1.Name = "ToolBar1" Me.ToolBar1.ShowToolTips = True Me.ToolBar1.Size = New System.Drawing.Size(840, 25) Me.ToolBar1.TabIndex = 0 ' 'ToolBarButton1 ' Me.ToolBarButton1.ImageIndex = 0 ' 'ToolBarButton2 ' Me.ToolBarButton2.ImageIndex = 11 ' 'ToolBarButton3 ' Me.ToolBarButton3.ImageIndex = 10 Me.ToolBarButton3.Style = System.Windows.Forms.ToolBarButtonStyle.ToggleButton ' '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 ' 'DokList ' Me.DokList.AllowFilter = True Me.DokList.AllowRowSizing = C1.Win.C1TrueDBGrid.RowSizingEnum.AllRows Me.DokList.AllowSort = True Me.DokList.AllowUpdateOnBlur = False Me.DokList.AlternatingRows = True Me.DokList.CaptionHeight = 17 Me.DokList.CollapseColor = System.Drawing.Color.Black Me.DokList.ContextMenu = Me.ContextMenu1 Me.DokList.Cursor = System.Windows.Forms.Cursors.Default Me.DokList.DataChanged = False Me.DokList.DeadAreaBackColor = System.Drawing.Color.Empty Me.DokList.Dock = System.Windows.Forms.DockStyle.Fill Me.DokList.ExpandColor = System.Drawing.Color.Black Me.DokList.FetchRowStyles = True Me.DokList.FilterBar = True Me.DokList.GroupByCaption = "Drag a column header here to group by that column" Me.DokList.Images.Add(CType(resources.GetObject("resource.Images"), System.Drawing.Bitmap)) Me.DokList.Location = New System.Drawing.Point(256, 25) Me.DokList.MarqueeStyle = C1.Win.C1TrueDBGrid.MarqueeEnum.DottedCellBorder Me.DokList.MultiSelect = C1.Win.C1TrueDBGrid.MultiSelectEnum.None Me.DokList.Name = "DokList" Me.DokList.PreviewInfo.Location = New System.Drawing.Point(0, 0) Me.DokList.PreviewInfo.Size = New System.Drawing.Size(0, 0) Me.DokList.PreviewInfo.ZoomFactor = 75 Me.DokList.PrintInfo.ShowOptionsDialog = False Me.DokList.RecordSelectorWidth = 16 GridLines1.Color = System.Drawing.Color.DarkGray GridLines1.Style = C1.Win.C1TrueDBGrid.LineStyleEnum.Single Me.DokList.RowDivider = GridLines1 Me.DokList.RowHeight = 15 Me.DokList.RowSubDividerColor = System.Drawing.Color.DarkGray Me.DokList.ScrollTips = True Me.DokList.Size = New System.Drawing.Size(584, 308) Me.DokList.TabIndex = 27 Me.DokList.Text = "C1TrueDBGrid1" Me.DokList.PropBag = "Style11{}Style12{}Style13{}Style5{}Style4{}Style7{}Style6{}EvenRow{Back" & _ "Color:White;}Selected{ForeColor:HighlightText;BackColor:Highlight;}Heading{Wrap:" & _ "True;BackColor:Control;Border:Raised,,1, 1, 1, 1;ForeColor:ControlText;AlignVert" & _ ":Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}Filte" & _ "rBar{BackColor:255, 255, 192;}Footer{}Caption{AlignHorz:Center;}Editor{}Normal{B" & _ "ackColor:Control;}Style27{}Style26{}HighlightRow{ForeColor:HighlightText;BackCol" & _ "or:Highlight;}Style1{}OddRow{BackColor:224, 224, 224;}RecordSelector{AlignImage:" & _ "Center;}Style9{}Style8{}Style3{}Style2{}Group{AlignVert:Center;Border:None,,0, 0" & _ ", 0, 0;BackColor:ControlDark;}Style10{AlignHorz:Near;}0, 0, 580," & _ " 3040