Partial Class frmMain Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. 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. Private Sub InitializeComponent() Me.components = New System.ComponentModel.Container() Dim PAKET_IDLabel As System.Windows.Forms.Label Dim Label3 As System.Windows.Forms.Label Dim GESAMTGEWICHTLabel As System.Windows.Forms.Label Dim Label5 As System.Windows.Forms.Label Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmMain)) Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.ProgrammToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.BeendenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.FunktionenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.AbschlussPaketeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.KonfigurationenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.MandanteneinstellungenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.GrundeinstellungenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStrip1 = New System.Windows.Forms.ToolStrip() Me.tsbtnabbruch = New System.Windows.Forms.ToolStripButton() Me.picbxError = New System.Windows.Forms.PictureBox() Me.txtError = New System.Windows.Forms.TextBox() Me.pnlPaketadd = New System.Windows.Forms.Panel() Me.txtPackstueck = New System.Windows.Forms.TextBox() Me.lblpackstueck = New System.Windows.Forms.Label() Me.btnAddNewColli = New System.Windows.Forms.Button() Me.cmbAuswMandant = New System.Windows.Forms.ComboBox() Me.TBWH_MANDANTBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.MyDataset = New KommiCollo.MyDataset() Me.Label1 = New System.Windows.Forms.Label() Me.TBKOMMCOLLI_PAKET_KOPFBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBKOMMCOLLI_PAKET_KOPFTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_PAKET_KOPFTableAdapter() Me.TableAdapterManager = New KommiCollo.MyDatasetTableAdapters.TableAdapterManager() Me.TBWH_MANDANTTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBWH_MANDANTTableAdapter() Me.pnlAddBarcodes = New System.Windows.Forms.Panel() Me.lblInfoBarcodes = New System.Windows.Forms.Label() Me.ListViewBarcodes = New System.Windows.Forms.ListView() Me.ColumnHeader1 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.ColumnHeader2 = CType(New System.Windows.Forms.ColumnHeader(), System.Windows.Forms.ColumnHeader) Me.GESAMTGEWICHTTextBox = New System.Windows.Forms.TextBox() Me.Label4 = New System.Windows.Forms.Label() Me.cmbTerminart = New System.Windows.Forms.ComboBox() Me.TBKOMMCOLLI_TERMINARTBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.btnAbschluss = New System.Windows.Forms.Button() Me.btndeleteBarcode = New System.Windows.Forms.Button() Me.txtScan = New System.Windows.Forms.TextBox() Me.Label2 = New System.Windows.Forms.Label() Me.PAKET_IDTextBox = New System.Windows.Forms.TextBox() Me.TBKOMMCOLLI_PAKET_POSBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.TBKOMMCOLLI_PAKET_POSTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_PAKET_POSTableAdapter() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() Me.tsinfolabel = New System.Windows.Forms.ToolStripStatusLabel() Me.pnlError = New System.Windows.Forms.Panel() Me.TBKOMMCOLLI_TERMINARTTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_TERMINARTTableAdapter() Me.Panel1 = New System.Windows.Forms.Panel() Me.Button1 = New System.Windows.Forms.Button() Me.txtPaketID = New System.Windows.Forms.TextBox() Me.btndeletePaket = New System.Windows.Forms.Button() Me.btnAbschlussPakete = New System.Windows.Forms.Button() Me.btnAddPaket = New System.Windows.Forms.Button() Me.Panel2 = New System.Windows.Forms.Panel() Me.pnlHuP = New System.Windows.Forms.Panel() Me.TabControl2 = New System.Windows.Forms.TabControl() Me.TabPage3 = New System.Windows.Forms.TabPage() Me.GridControlPos = New DevExpress.XtraGrid.GridControl() Me.TBKOMMCOLLI_SDGPOSITIONENBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.grvwGridPos = New DevExpress.XtraGrid.Views.Grid.GridView() Me.colGUID = New DevExpress.XtraGrid.Columns.GridColumn() Me.colPOSINHALT = New DevExpress.XtraGrid.Columns.GridColumn() Me.colGEWICHT = New DevExpress.XtraGrid.Columns.GridColumn() Me.TabPage4 = New System.Windows.Forms.TabPage() Me.GridControlLHM = New DevExpress.XtraGrid.GridControl() Me.GridViewLHM = New DevExpress.XtraGrid.Views.Grid.GridView() Me.btnChangeAdress = New System.Windows.Forms.Button() Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() Me.txtFreitext = New System.Windows.Forms.TextBox() Me.btnFreitext = New System.Windows.Forms.Button() Me.TabPage2 = New System.Windows.Forms.TabPage() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.Button2 = New System.Windows.Forms.Button() Me.ListBox1 = New System.Windows.Forms.ListBox() Me.TBKOMMCOLLI_HINWEISBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.btnAddTextschlüssel = New System.Windows.Forms.Button() Me.Label8 = New System.Windows.Forms.Label() Me.txtHinweistext = New System.Windows.Forms.TextBox() Me.cmbTextschlüssel = New System.Windows.Forms.ComboBox() Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource = New System.Windows.Forms.BindingSource(Me.components) Me.Label7 = New System.Windows.Forms.Label() Me.btnPrintOptions = New System.Windows.Forms.Button() Me.btnnewPallet = New System.Windows.Forms.Button() Me.btnPalfertig = New System.Windows.Forms.Button() Me.btndeletePosLHM = New System.Windows.Forms.Button() Me.cmbLHM = New System.Windows.Forms.ComboBox() Me.Label6 = New System.Windows.Forms.Label() Me.btnSendungFertig = New System.Windows.Forms.Button() Me.txtScanHUP = New System.Windows.Forms.TextBox() Me.Label9 = New System.Windows.Forms.Label() Me.TBKOMMCOLLI_SDGPOSITIONENTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_SDGPOSITIONENTableAdapter() Me.TBKOMMCOLLI_TEXTSCHLUESSELTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_TEXTSCHLUESSELTableAdapter() Me.TBKOMMCOLLI_HINWEISTableAdapter = New KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_HINWEISTableAdapter() Me.bw_Tagesabschluss = New System.ComponentModel.BackgroundWorker() PAKET_IDLabel = New System.Windows.Forms.Label() Label3 = New System.Windows.Forms.Label() GESAMTGEWICHTLabel = New System.Windows.Forms.Label() Label5 = New System.Windows.Forms.Label() Me.MenuStrip1.SuspendLayout() Me.ToolStrip1.SuspendLayout() CType(Me.picbxError, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlPaketadd.SuspendLayout() CType(Me.TBWH_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBKOMMCOLLI_PAKET_KOPFBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.pnlAddBarcodes.SuspendLayout() CType(Me.TBKOMMCOLLI_TERMINARTBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBKOMMCOLLI_PAKET_POSBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.StatusStrip1.SuspendLayout() Me.pnlError.SuspendLayout() Me.Panel1.SuspendLayout() Me.Panel2.SuspendLayout() Me.pnlHuP.SuspendLayout() Me.TabControl2.SuspendLayout() Me.TabPage3.SuspendLayout() CType(Me.GridControlPos, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBKOMMCOLLI_SDGPOSITIONENBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.grvwGridPos, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabPage4.SuspendLayout() CType(Me.GridControlLHM, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.GridViewLHM, System.ComponentModel.ISupportInitialize).BeginInit() Me.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabPage2.SuspendLayout() Me.GroupBox1.SuspendLayout() CType(Me.TBKOMMCOLLI_HINWEISBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() CType(Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'PAKET_IDLabel ' PAKET_IDLabel.AutoSize = True PAKET_IDLabel.Location = New System.Drawing.Point(12, 12) PAKET_IDLabel.Name = "PAKET_IDLabel" PAKET_IDLabel.Size = New System.Drawing.Size(129, 21) PAKET_IDLabel.TabIndex = 2 PAKET_IDLabel.Text = "Aktuelle Paket ID:" ' 'Label3 ' Label3.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Label3.AutoSize = True Label3.Location = New System.Drawing.Point(353, 12) Label3.Name = "Label3" Label3.Size = New System.Drawing.Size(79, 21) Label3.TabIndex = 11 Label3.Text = "Terminart:" ' 'GESAMTGEWICHTLabel ' GESAMTGEWICHTLabel.AutoSize = True GESAMTGEWICHTLabel.Location = New System.Drawing.Point(504, 186) GESAMTGEWICHTLabel.Name = "GESAMTGEWICHTLabel" GESAMTGEWICHTLabel.Size = New System.Drawing.Size(120, 21) GESAMTGEWICHTLabel.TabIndex = 0 GESAMTGEWICHTLabel.Text = "Gesamtgewicht:" ' 'Label5 ' Label5.AutoSize = True Label5.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Label5.Location = New System.Drawing.Point(14, 20) Label5.Name = "Label5" Label5.Size = New System.Drawing.Size(150, 25) Label5.TabIndex = 14 Label5.Text = "LHM auswählen:" ' 'MenuStrip1 ' Me.MenuStrip1.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.MenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ProgrammToolStripMenuItem, Me.FunktionenToolStripMenuItem, Me.KonfigurationenToolStripMenuItem}) Me.MenuStrip1.Location = New System.Drawing.Point(0, 0) Me.MenuStrip1.Name = "MenuStrip1" Me.MenuStrip1.Size = New System.Drawing.Size(1209, 29) Me.MenuStrip1.TabIndex = 0 Me.MenuStrip1.Text = "MenuStrip1" ' 'ProgrammToolStripMenuItem ' Me.ProgrammToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.BeendenToolStripMenuItem}) Me.ProgrammToolStripMenuItem.Name = "ProgrammToolStripMenuItem" Me.ProgrammToolStripMenuItem.Size = New System.Drawing.Size(97, 25) Me.ProgrammToolStripMenuItem.Text = "Programm" ' 'BeendenToolStripMenuItem ' Me.BeendenToolStripMenuItem.Name = "BeendenToolStripMenuItem" Me.BeendenToolStripMenuItem.Size = New System.Drawing.Size(140, 26) Me.BeendenToolStripMenuItem.Text = "Beenden" ' 'FunktionenToolStripMenuItem ' Me.FunktionenToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AbschlussPaketeToolStripMenuItem}) Me.FunktionenToolStripMenuItem.Name = "FunktionenToolStripMenuItem" Me.FunktionenToolStripMenuItem.Size = New System.Drawing.Size(100, 25) Me.FunktionenToolStripMenuItem.Text = "Funktionen" ' 'AbschlussPaketeToolStripMenuItem ' Me.AbschlussPaketeToolStripMenuItem.Name = "AbschlussPaketeToolStripMenuItem" Me.AbschlussPaketeToolStripMenuItem.Size = New System.Drawing.Size(198, 26) Me.AbschlussPaketeToolStripMenuItem.Text = "Abschluss Pakete" ' 'KonfigurationenToolStripMenuItem ' Me.KonfigurationenToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.MandanteneinstellungenToolStripMenuItem, Me.GrundeinstellungenToolStripMenuItem}) Me.KonfigurationenToolStripMenuItem.Name = "KonfigurationenToolStripMenuItem" Me.KonfigurationenToolStripMenuItem.Size = New System.Drawing.Size(134, 25) Me.KonfigurationenToolStripMenuItem.Text = "Konfigurationen" ' 'MandanteneinstellungenToolStripMenuItem ' Me.MandanteneinstellungenToolStripMenuItem.Name = "MandanteneinstellungenToolStripMenuItem" Me.MandanteneinstellungenToolStripMenuItem.Size = New System.Drawing.Size(252, 26) Me.MandanteneinstellungenToolStripMenuItem.Text = "Mandanteneinstellungen" ' 'GrundeinstellungenToolStripMenuItem ' Me.GrundeinstellungenToolStripMenuItem.Name = "GrundeinstellungenToolStripMenuItem" Me.GrundeinstellungenToolStripMenuItem.Size = New System.Drawing.Size(252, 26) Me.GrundeinstellungenToolStripMenuItem.Text = "Datenbankverbindung" ' 'ToolStrip1 ' Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnabbruch}) Me.ToolStrip1.Location = New System.Drawing.Point(0, 29) Me.ToolStrip1.Name = "ToolStrip1" Me.ToolStrip1.Size = New System.Drawing.Size(1209, 25) Me.ToolStrip1.TabIndex = 1 Me.ToolStrip1.Text = "ToolStrip1" ' 'tsbtnabbruch ' Me.tsbtnabbruch.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.tsbtnabbruch.Image = Global.KommiCollo.My.Resources.Resources.cancel Me.tsbtnabbruch.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.tsbtnabbruch.ImageTransparentColor = System.Drawing.Color.Magenta Me.tsbtnabbruch.Name = "tsbtnabbruch" Me.tsbtnabbruch.Size = New System.Drawing.Size(262, 25) Me.tsbtnabbruch.Text = "Abbruch (Daten werden gelöscht)" Me.tsbtnabbruch.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.tsbtnabbruch.Visible = False ' 'picbxError ' Me.picbxError.BackgroundImage = Global.KommiCollo.My.Resources.Resources.A_1 Me.picbxError.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center Me.picbxError.Location = New System.Drawing.Point(24, 30) Me.picbxError.Name = "picbxError" Me.picbxError.Size = New System.Drawing.Size(100, 50) Me.picbxError.TabIndex = 2 Me.picbxError.TabStop = False Me.picbxError.Visible = False ' 'txtError ' Me.txtError.Anchor = CType((((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtError.BackColor = System.Drawing.SystemColors.Control Me.txtError.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle Me.txtError.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtError.ForeColor = System.Drawing.Color.Red Me.txtError.Location = New System.Drawing.Point(151, 7) Me.txtError.Multiline = True Me.txtError.Name = "txtError" Me.txtError.Size = New System.Drawing.Size(1046, 95) Me.txtError.TabIndex = 1 Me.txtError.TabStop = False Me.txtError.Visible = False ' 'pnlPaketadd ' Me.pnlPaketadd.Controls.Add(Me.txtPackstueck) Me.pnlPaketadd.Controls.Add(Me.lblpackstueck) Me.pnlPaketadd.Controls.Add(Me.btnAddNewColli) Me.pnlPaketadd.Controls.Add(Me.cmbAuswMandant) Me.pnlPaketadd.Controls.Add(Me.Label1) Me.pnlPaketadd.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.pnlPaketadd.Location = New System.Drawing.Point(16, 76) Me.pnlPaketadd.Name = "pnlPaketadd" Me.pnlPaketadd.Size = New System.Drawing.Size(699, 191) Me.pnlPaketadd.TabIndex = 3 Me.pnlPaketadd.Visible = False ' 'txtPackstueck ' Me.txtPackstueck.Location = New System.Drawing.Point(9, 121) Me.txtPackstueck.Name = "txtPackstueck" Me.txtPackstueck.Size = New System.Drawing.Size(100, 33) Me.txtPackstueck.TabIndex = 1 ' 'lblpackstueck ' Me.lblpackstueck.AutoSize = True Me.lblpackstueck.Location = New System.Drawing.Point(4, 88) Me.lblpackstueck.Name = "lblpackstueck" Me.lblpackstueck.Size = New System.Drawing.Size(203, 25) Me.lblpackstueck.TabIndex = 3 Me.lblpackstueck.Text = "Anzahl der Packstücke:" ' 'btnAddNewColli ' Me.btnAddNewColli.Image = Global.KommiCollo.My.Resources.Resources.package_add Me.btnAddNewColli.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnAddNewColli.Location = New System.Drawing.Point(394, 10) Me.btnAddNewColli.Name = "btnAddNewColli" Me.btnAddNewColli.Size = New System.Drawing.Size(223, 68) Me.btnAddNewColli.TabIndex = 3 Me.btnAddNewColli.Text = "Neuer Colli" Me.btnAddNewColli.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnAddNewColli.UseVisualStyleBackColor = True ' 'cmbAuswMandant ' Me.cmbAuswMandant.DataSource = Me.TBWH_MANDANTBindingSource Me.cmbAuswMandant.DisplayMember = "KURZNAME" Me.cmbAuswMandant.FormattingEnabled = True Me.cmbAuswMandant.Location = New System.Drawing.Point(9, 47) Me.cmbAuswMandant.Name = "cmbAuswMandant" Me.cmbAuswMandant.Size = New System.Drawing.Size(362, 33) Me.cmbAuswMandant.TabIndex = 0 Me.cmbAuswMandant.ValueMember = "GUID" ' 'TBWH_MANDANTBindingSource ' Me.TBWH_MANDANTBindingSource.DataMember = "TBWH_MANDANT" Me.TBWH_MANDANTBindingSource.DataSource = Me.MyDataset ' 'MyDataset ' Me.MyDataset.DataSetName = "MyDataset" Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(4, 10) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(329, 25) Me.Label1.TabIndex = 0 Me.Label1.Text = "Bitte wählen Sie den KEP-Mandanten:" ' 'TBKOMMCOLLI_PAKET_KOPFBindingSource ' Me.TBKOMMCOLLI_PAKET_KOPFBindingSource.DataMember = "TBKOMMCOLLI_PAKET_KOPF" Me.TBKOMMCOLLI_PAKET_KOPFBindingSource.DataSource = Me.MyDataset ' 'TBKOMMCOLLI_PAKET_KOPFTableAdapter ' Me.TBKOMMCOLLI_PAKET_KOPFTableAdapter.ClearBeforeFill = True ' 'TableAdapterManager ' Me.TableAdapterManager.BackupDataSetBeforeUpdate = False Me.TableAdapterManager.TBKOMMCOLLI_MANDANTTableAdapter = Nothing Me.TableAdapterManager.TBKOMMCOLLI_PAKET_KOPFTableAdapter = Me.TBKOMMCOLLI_PAKET_KOPFTableAdapter Me.TableAdapterManager.TBKOMMCOLLI_PAKET_POSTableAdapter = Nothing Me.TableAdapterManager.TBKOMMCOLLI_SDGPOSITIONENTableAdapter = Nothing Me.TableAdapterManager.TBKOMMCOLLI_TERMINARTTableAdapter = Nothing Me.TableAdapterManager.UpdateOrder = KommiCollo.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete ' 'TBWH_MANDANTTableAdapter ' Me.TBWH_MANDANTTableAdapter.ClearBeforeFill = True ' 'pnlAddBarcodes ' Me.pnlAddBarcodes.Controls.Add(Me.lblInfoBarcodes) Me.pnlAddBarcodes.Controls.Add(Me.ListViewBarcodes) Me.pnlAddBarcodes.Controls.Add(GESAMTGEWICHTLabel) Me.pnlAddBarcodes.Controls.Add(Me.GESAMTGEWICHTTextBox) Me.pnlAddBarcodes.Controls.Add(Me.Label4) Me.pnlAddBarcodes.Controls.Add(Me.cmbTerminart) Me.pnlAddBarcodes.Controls.Add(Label3) Me.pnlAddBarcodes.Controls.Add(Me.btnAbschluss) Me.pnlAddBarcodes.Controls.Add(Me.btndeleteBarcode) Me.pnlAddBarcodes.Controls.Add(Me.txtScan) Me.pnlAddBarcodes.Controls.Add(Me.Label2) Me.pnlAddBarcodes.Controls.Add(PAKET_IDLabel) Me.pnlAddBarcodes.Controls.Add(Me.PAKET_IDTextBox) Me.pnlAddBarcodes.Location = New System.Drawing.Point(99, 16) Me.pnlAddBarcodes.Name = "pnlAddBarcodes" Me.pnlAddBarcodes.Size = New System.Drawing.Size(755, 345) Me.pnlAddBarcodes.TabIndex = 4 Me.pnlAddBarcodes.Visible = False ' 'lblInfoBarcodes ' Me.lblInfoBarcodes.AutoSize = True Me.lblInfoBarcodes.Location = New System.Drawing.Point(153, 125) Me.lblInfoBarcodes.Name = "lblInfoBarcodes" Me.lblInfoBarcodes.Size = New System.Drawing.Size(0, 21) Me.lblInfoBarcodes.TabIndex = 15 ' 'ListViewBarcodes ' Me.ListViewBarcodes.Columns.AddRange(New System.Windows.Forms.ColumnHeader() {Me.ColumnHeader1, Me.ColumnHeader2}) Me.ListViewBarcodes.Location = New System.Drawing.Point(157, 147) Me.ListViewBarcodes.Name = "ListViewBarcodes" Me.ListViewBarcodes.Size = New System.Drawing.Size(329, 128) Me.ListViewBarcodes.TabIndex = 14 Me.ListViewBarcodes.UseCompatibleStateImageBehavior = False Me.ListViewBarcodes.View = System.Windows.Forms.View.Details ' 'ColumnHeader2 ' Me.ColumnHeader2.Width = 200 ' 'GESAMTGEWICHTTextBox ' Me.GESAMTGEWICHTTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_PAKET_KOPFBindingSource, "GESAMTGEWICHT", True)) Me.GESAMTGEWICHTTextBox.Location = New System.Drawing.Point(508, 210) Me.GESAMTGEWICHTTextBox.Name = "GESAMTGEWICHTTextBox" Me.GESAMTGEWICHTTextBox.Size = New System.Drawing.Size(211, 29) Me.GESAMTGEWICHTTextBox.TabIndex = 1 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label4.Location = New System.Drawing.Point(154, 94) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(396, 17) Me.Label4.TabIndex = 13 Me.Label4.Text = "Bitte wie folgt Eingabe tätigen: |" ' 'cmbTerminart ' Me.cmbTerminart.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.cmbTerminart.DataSource = Me.TBKOMMCOLLI_TERMINARTBindingSource Me.cmbTerminart.DisplayMember = "TERMIN_BEZEICHNUNG" Me.cmbTerminart.FormattingEnabled = True Me.cmbTerminart.Location = New System.Drawing.Point(440, 9) Me.cmbTerminart.Name = "cmbTerminart" Me.cmbTerminart.Size = New System.Drawing.Size(285, 29) Me.cmbTerminart.TabIndex = 12 Me.cmbTerminart.ValueMember = "TERMIN_KZ" ' 'TBKOMMCOLLI_TERMINARTBindingSource ' Me.TBKOMMCOLLI_TERMINARTBindingSource.DataMember = "TBKOMMCOLLI_TERMINART" Me.TBKOMMCOLLI_TERMINARTBindingSource.DataSource = Me.MyDataset ' 'btnAbschluss ' Me.btnAbschluss.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.btnAbschluss.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnAbschluss.Image = Global.KommiCollo.My.Resources.Resources.package_go Me.btnAbschluss.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnAbschluss.Location = New System.Drawing.Point(538, 267) Me.btnAbschluss.Name = "btnAbschluss" Me.btnAbschluss.Size = New System.Drawing.Size(187, 55) Me.btnAbschluss.TabIndex = 10 Me.btnAbschluss.Text = "Abschluss Paket" Me.btnAbschluss.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnAbschluss.UseVisualStyleBackColor = True ' 'btndeleteBarcode ' Me.btndeleteBarcode.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btndeleteBarcode.Image = Global.KommiCollo.My.Resources.Resources.lightning_delete Me.btndeleteBarcode.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btndeleteBarcode.Location = New System.Drawing.Point(504, 147) Me.btndeleteBarcode.Name = "btndeleteBarcode" Me.btndeleteBarcode.Size = New System.Drawing.Size(215, 33) Me.btndeleteBarcode.TabIndex = 9 Me.btndeleteBarcode.Text = "Lösche Barcode" Me.btndeleteBarcode.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btndeleteBarcode.UseVisualStyleBackColor = True ' 'txtScan ' Me.txtScan.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtScan.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtScan.Location = New System.Drawing.Point(157, 54) Me.txtScan.Name = "txtScan" Me.txtScan.Size = New System.Drawing.Size(568, 33) Me.txtScan.TabIndex = 6 ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label2.Location = New System.Drawing.Point(11, 57) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(130, 25) Me.Label2.TabIndex = 4 Me.Label2.Text = "Scan Barcode:" ' 'PAKET_IDTextBox ' Me.PAKET_IDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBKOMMCOLLI_PAKET_KOPFBindingSource, "PAKET_ID", True)) Me.PAKET_IDTextBox.Location = New System.Drawing.Point(157, 9) Me.PAKET_IDTextBox.Name = "PAKET_IDTextBox" Me.PAKET_IDTextBox.ReadOnly = True Me.PAKET_IDTextBox.Size = New System.Drawing.Size(171, 29) Me.PAKET_IDTextBox.TabIndex = 3 Me.PAKET_IDTextBox.TabStop = False ' 'TBKOMMCOLLI_PAKET_POSBindingSource ' Me.TBKOMMCOLLI_PAKET_POSBindingSource.DataMember = "TBKOMMCOLLI_PAKET_POS" Me.TBKOMMCOLLI_PAKET_POSBindingSource.DataSource = Me.MyDataset ' 'TBKOMMCOLLI_PAKET_POSTableAdapter ' Me.TBKOMMCOLLI_PAKET_POSTableAdapter.ClearBeforeFill = True ' 'StatusStrip1 ' Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsinfolabel}) Me.StatusStrip1.Location = New System.Drawing.Point(0, 711) Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.Size = New System.Drawing.Size(1209, 22) Me.StatusStrip1.TabIndex = 5 Me.StatusStrip1.Text = "StatusStrip1" ' 'tsinfolabel ' Me.tsinfolabel.Image = Global.KommiCollo.My.Resources.Resources.A_1 Me.tsinfolabel.Name = "tsinfolabel" Me.tsinfolabel.Size = New System.Drawing.Size(136, 17) Me.tsinfolabel.Text = "ToolStripStatusLabel1" Me.tsinfolabel.Visible = False ' 'pnlError ' Me.pnlError.Controls.Add(Me.picbxError) Me.pnlError.Controls.Add(Me.txtError) Me.pnlError.Dock = System.Windows.Forms.DockStyle.Bottom Me.pnlError.Location = New System.Drawing.Point(0, 603) Me.pnlError.Name = "pnlError" Me.pnlError.Size = New System.Drawing.Size(1209, 108) Me.pnlError.TabIndex = 6 Me.pnlError.Visible = False ' 'TBKOMMCOLLI_TERMINARTTableAdapter ' Me.TBKOMMCOLLI_TERMINARTTableAdapter.ClearBeforeFill = True ' 'Panel1 ' Me.Panel1.Controls.Add(Me.Button1) Me.Panel1.Controls.Add(Me.txtPaketID) Me.Panel1.Controls.Add(Me.btndeletePaket) Me.Panel1.Controls.Add(Me.btnAbschlussPakete) Me.Panel1.Controls.Add(Me.btnAddPaket) Me.Panel1.Dock = System.Windows.Forms.DockStyle.Left Me.Panel1.Location = New System.Drawing.Point(0, 54) Me.Panel1.Name = "Panel1" Me.Panel1.Size = New System.Drawing.Size(135, 549) Me.Panel1.TabIndex = 7 ' 'Button1 ' Me.Button1.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button1.Image = Global.KommiCollo.My.Resources.Resources.printer_16xMD Me.Button1.ImageAlign = System.Drawing.ContentAlignment.TopLeft Me.Button1.Location = New System.Drawing.Point(12, 173) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(112, 51) Me.Button1.TabIndex = 4 Me.Button1.Text = "Druckmenü" Me.Button1.TextAlign = System.Drawing.ContentAlignment.BottomLeft Me.Button1.UseVisualStyleBackColor = True ' 'txtPaketID ' Me.txtPaketID.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.txtPaketID.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtPaketID.Location = New System.Drawing.Point(12, 458) Me.txtPaketID.Name = "txtPaketID" Me.txtPaketID.Size = New System.Drawing.Size(112, 25) Me.txtPaketID.TabIndex = 3 ' 'btndeletePaket ' Me.btndeletePaket.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.btndeletePaket.Image = Global.KommiCollo.My.Resources.Resources.package_delete Me.btndeletePaket.ImageAlign = System.Drawing.ContentAlignment.TopLeft Me.btndeletePaket.Location = New System.Drawing.Point(12, 493) Me.btndeletePaket.Name = "btndeletePaket" Me.btndeletePaket.Size = New System.Drawing.Size(112, 50) Me.btndeletePaket.TabIndex = 2 Me.btndeletePaket.Text = "Lösche Paket" Me.btndeletePaket.TextAlign = System.Drawing.ContentAlignment.BottomLeft Me.btndeletePaket.UseVisualStyleBackColor = True ' 'btnAbschlussPakete ' Me.btnAbschlussPakete.Image = Global.KommiCollo.My.Resources.Resources.package_green Me.btnAbschlussPakete.ImageAlign = System.Drawing.ContentAlignment.TopLeft Me.btnAbschlussPakete.Location = New System.Drawing.Point(12, 95) Me.btnAbschlussPakete.Name = "btnAbschlussPakete" Me.btnAbschlussPakete.Size = New System.Drawing.Size(112, 72) Me.btnAbschlussPakete.TabIndex = 1 Me.btnAbschlussPakete.Text = "Einheiten abschliessen" Me.btnAbschlussPakete.TextAlign = System.Drawing.ContentAlignment.BottomLeft Me.btnAbschlussPakete.UseVisualStyleBackColor = True ' 'btnAddPaket ' Me.btnAddPaket.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnAddPaket.Image = Global.KommiCollo.My.Resources.Resources.package_add Me.btnAddPaket.ImageAlign = System.Drawing.ContentAlignment.TopLeft Me.btnAddPaket.Location = New System.Drawing.Point(12, 17) Me.btnAddPaket.Name = "btnAddPaket" Me.btnAddPaket.Size = New System.Drawing.Size(112, 72) Me.btnAddPaket.TabIndex = 0 Me.btnAddPaket.Text = "Paket/Sendung hinzufügen" Me.btnAddPaket.TextAlign = System.Drawing.ContentAlignment.BottomLeft Me.btnAddPaket.UseVisualStyleBackColor = True ' 'Panel2 ' Me.Panel2.Controls.Add(Me.pnlHuP) Me.Panel2.Controls.Add(Me.pnlPaketadd) Me.Panel2.Controls.Add(Me.pnlAddBarcodes) Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill Me.Panel2.Location = New System.Drawing.Point(135, 54) Me.Panel2.Name = "Panel2" Me.Panel2.Size = New System.Drawing.Size(1074, 549) Me.Panel2.TabIndex = 8 ' 'pnlHuP ' Me.pnlHuP.Controls.Add(Me.TabControl2) Me.pnlHuP.Controls.Add(Me.btnChangeAdress) Me.pnlHuP.Controls.Add(Me.TabControl1) Me.pnlHuP.Controls.Add(Me.btnPrintOptions) Me.pnlHuP.Controls.Add(Me.btnnewPallet) Me.pnlHuP.Controls.Add(Me.btnPalfertig) Me.pnlHuP.Controls.Add(Me.btndeletePosLHM) Me.pnlHuP.Controls.Add(Me.cmbLHM) Me.pnlHuP.Controls.Add(Label5) Me.pnlHuP.Controls.Add(Me.Label6) Me.pnlHuP.Controls.Add(Me.btnSendungFertig) Me.pnlHuP.Controls.Add(Me.txtScanHUP) Me.pnlHuP.Controls.Add(Me.Label9) Me.pnlHuP.Location = New System.Drawing.Point(25, 3) Me.pnlHuP.Name = "pnlHuP" Me.pnlHuP.Size = New System.Drawing.Size(1049, 553) Me.pnlHuP.TabIndex = 14 Me.pnlHuP.Visible = False ' 'TabControl2 ' Me.TabControl2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _ Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.TabControl2.Controls.Add(Me.TabPage3) Me.TabControl2.Controls.Add(Me.TabPage4) Me.TabControl2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.TabControl2.Location = New System.Drawing.Point(19, 120) Me.TabControl2.Name = "TabControl2" Me.TabControl2.SelectedIndex = 0 Me.TabControl2.Size = New System.Drawing.Size(929, 135) Me.TabControl2.TabIndex = 30 ' 'TabPage3 ' Me.TabPage3.Controls.Add(Me.GridControlPos) Me.TabPage3.Location = New System.Drawing.Point(4, 26) Me.TabPage3.Name = "TabPage3" Me.TabPage3.Padding = New System.Windows.Forms.Padding(3) Me.TabPage3.Size = New System.Drawing.Size(921, 105) Me.TabPage3.TabIndex = 0 Me.TabPage3.Text = "Übersicht Lieferscheine" Me.TabPage3.UseVisualStyleBackColor = True ' 'GridControlPos ' Me.GridControlPos.DataSource = Me.TBKOMMCOLLI_SDGPOSITIONENBindingSource Me.GridControlPos.Dock = System.Windows.Forms.DockStyle.Fill Me.GridControlPos.Font = New System.Drawing.Font("Segoe UI", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GridControlPos.Location = New System.Drawing.Point(3, 3) Me.GridControlPos.MainView = Me.grvwGridPos Me.GridControlPos.Name = "GridControlPos" Me.GridControlPos.Size = New System.Drawing.Size(915, 99) Me.GridControlPos.TabIndex = 2 Me.GridControlPos.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.grvwGridPos}) ' 'TBKOMMCOLLI_SDGPOSITIONENBindingSource ' Me.TBKOMMCOLLI_SDGPOSITIONENBindingSource.DataMember = "TBKOMMCOLLI_SDGPOSITIONEN" Me.TBKOMMCOLLI_SDGPOSITIONENBindingSource.DataSource = Me.MyDataset ' 'grvwGridPos ' Me.grvwGridPos.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan Me.grvwGridPos.Appearance.EvenRow.Options.UseBackColor = True Me.grvwGridPos.Columns.AddRange(New DevExpress.XtraGrid.Columns.GridColumn() {Me.colGUID, Me.colPOSINHALT, Me.colGEWICHT}) Me.grvwGridPos.GridControl = Me.GridControlPos Me.grvwGridPos.Name = "grvwGridPos" Me.grvwGridPos.OptionsView.EnableAppearanceEvenRow = True Me.grvwGridPos.OptionsView.ShowGroupExpandCollapseButtons = False Me.grvwGridPos.OptionsView.ShowGroupPanel = False ' 'colGUID ' Me.colGUID.Caption = "ID" Me.colGUID.FieldName = "GUID" Me.colGUID.Name = "colGUID" Me.colGUID.OptionsColumn.AllowEdit = False Me.colGUID.Visible = True Me.colGUID.VisibleIndex = 0 Me.colGUID.Width = 61 ' 'colPOSINHALT ' Me.colPOSINHALT.Caption = "Positionsinhalt" Me.colPOSINHALT.FieldName = "POSINHALT" Me.colPOSINHALT.Name = "colPOSINHALT" Me.colPOSINHALT.OptionsColumn.AllowEdit = False Me.colPOSINHALT.Visible = True Me.colPOSINHALT.VisibleIndex = 1 Me.colPOSINHALT.Width = 504 ' 'colGEWICHT ' Me.colGEWICHT.AppearanceCell.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.colGEWICHT.AppearanceCell.Options.UseBackColor = True Me.colGEWICHT.AppearanceHeader.BackColor = System.Drawing.Color.FromArgb(CType(CType(255, Byte), Integer), CType(CType(128, Byte), Integer), CType(CType(0, Byte), Integer)) Me.colGEWICHT.AppearanceHeader.Options.UseBackColor = True Me.colGEWICHT.Caption = "Gewicht" Me.colGEWICHT.FieldName = "GEWICHT" Me.colGEWICHT.Name = "colGEWICHT" Me.colGEWICHT.Visible = True Me.colGEWICHT.VisibleIndex = 2 Me.colGEWICHT.Width = 165 ' 'TabPage4 ' Me.TabPage4.Controls.Add(Me.GridControlLHM) Me.TabPage4.Location = New System.Drawing.Point(4, 26) Me.TabPage4.Name = "TabPage4" Me.TabPage4.Padding = New System.Windows.Forms.Padding(3) Me.TabPage4.Size = New System.Drawing.Size(921, 105) Me.TabPage4.TabIndex = 1 Me.TabPage4.Text = "LHM-Übersicht" Me.TabPage4.UseVisualStyleBackColor = True ' 'GridControlLHM ' Me.GridControlLHM.DataSource = Me.TBKOMMCOLLI_SDGPOSITIONENBindingSource Me.GridControlLHM.Dock = System.Windows.Forms.DockStyle.Fill Me.GridControlLHM.Font = New System.Drawing.Font("Segoe UI", 14.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GridControlLHM.Location = New System.Drawing.Point(3, 3) Me.GridControlLHM.MainView = Me.GridViewLHM Me.GridControlLHM.Name = "GridControlLHM" Me.GridControlLHM.Size = New System.Drawing.Size(915, 99) Me.GridControlLHM.TabIndex = 3 Me.GridControlLHM.ViewCollection.AddRange(New DevExpress.XtraGrid.Views.Base.BaseView() {Me.GridViewLHM}) ' 'GridViewLHM ' Me.GridViewLHM.Appearance.EvenRow.BackColor = System.Drawing.Color.Cyan Me.GridViewLHM.Appearance.EvenRow.Options.UseBackColor = True Me.GridViewLHM.GridControl = Me.GridControlLHM Me.GridViewLHM.Name = "GridViewLHM" Me.GridViewLHM.OptionsView.EnableAppearanceEvenRow = True Me.GridViewLHM.OptionsView.ShowGroupExpandCollapseButtons = False Me.GridViewLHM.OptionsView.ShowGroupPanel = False ' 'btnChangeAdress ' Me.btnChangeAdress.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.btnChangeAdress.Image = Global.KommiCollo.My.Resources.Resources.ChangeQueryType_InsertResults_272 Me.btnChangeAdress.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnChangeAdress.Location = New System.Drawing.Point(435, 261) Me.btnChangeAdress.Name = "btnChangeAdress" Me.btnChangeAdress.Size = New System.Drawing.Size(160, 39) Me.btnChangeAdress.TabIndex = 29 Me.btnChangeAdress.Text = "Adresse ändern" Me.btnChangeAdress.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnChangeAdress.UseVisualStyleBackColor = True ' 'TabControl1 ' Me.TabControl1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Location = New System.Drawing.Point(19, 306) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(929, 227) Me.TabControl1.TabIndex = 28 ' 'TabPage1 ' Me.TabPage1.Controls.Add(Me.txtFreitext) Me.TabPage1.Controls.Add(Me.btnFreitext) Me.TabPage1.Location = New System.Drawing.Point(4, 30) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(921, 193) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Freitext zu Sendung:" Me.TabPage1.UseVisualStyleBackColor = True ' 'txtFreitext ' Me.txtFreitext.AcceptsReturn = True Me.txtFreitext.AcceptsTab = True Me.txtFreitext.Location = New System.Drawing.Point(6, 7) Me.txtFreitext.Multiline = True Me.txtFreitext.Name = "txtFreitext" Me.txtFreitext.Size = New System.Drawing.Size(533, 122) Me.txtFreitext.TabIndex = 6 ' 'btnFreitext ' Me.btnFreitext.Image = Global.KommiCollo.My.Resources.Resources.action_add_16xMD Me.btnFreitext.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnFreitext.Location = New System.Drawing.Point(545, 7) Me.btnFreitext.Name = "btnFreitext" Me.btnFreitext.Size = New System.Drawing.Size(171, 29) Me.btnFreitext.TabIndex = 5 Me.btnFreitext.Text = "Freitext hinzufügen" Me.btnFreitext.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnFreitext.UseVisualStyleBackColor = True ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.GroupBox1) Me.TabPage2.Location = New System.Drawing.Point(4, 30) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(921, 193) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Textinfo FORTRAS" Me.TabPage2.UseVisualStyleBackColor = True ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.Button2) Me.GroupBox1.Controls.Add(Me.ListBox1) Me.GroupBox1.Controls.Add(Me.btnAddTextschlüssel) Me.GroupBox1.Controls.Add(Me.Label8) Me.GroupBox1.Controls.Add(Me.txtHinweistext) Me.GroupBox1.Controls.Add(Me.cmbTextschlüssel) Me.GroupBox1.Controls.Add(Me.Label7) Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Fill Me.GroupBox1.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.GroupBox1.Location = New System.Drawing.Point(3, 3) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(915, 187) Me.GroupBox1.TabIndex = 27 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Textinformationen:" ' 'Button2 ' Me.Button2.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Button2.Image = Global.KommiCollo.My.Resources.Resources.delete Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button2.Location = New System.Drawing.Point(779, 145) Me.Button2.Name = "Button2" Me.Button2.Size = New System.Drawing.Size(79, 23) Me.Button2.TabIndex = 29 Me.Button2.Text = "löschen" Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button2.UseVisualStyleBackColor = True ' 'ListBox1 ' Me.ListBox1.DataSource = Me.TBKOMMCOLLI_HINWEISBindingSource Me.ListBox1.DisplayMember = "BEZEICHNUNG" Me.ListBox1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ListBox1.FormattingEnabled = True Me.ListBox1.ItemHeight = 17 Me.ListBox1.Location = New System.Drawing.Point(159, 80) Me.ListBox1.Name = "ListBox1" Me.ListBox1.Size = New System.Drawing.Size(614, 89) Me.ListBox1.TabIndex = 3 Me.ListBox1.ValueMember = "GUID" ' 'TBKOMMCOLLI_HINWEISBindingSource ' Me.TBKOMMCOLLI_HINWEISBindingSource.DataMember = "TBKOMMCOLLI_HINWEIS" Me.TBKOMMCOLLI_HINWEISBindingSource.DataSource = Me.MyDataset ' 'btnAddTextschlüssel ' Me.btnAddTextschlüssel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnAddTextschlüssel.Image = Global.KommiCollo.My.Resources.Resources.action_add_16xMD Me.btnAddTextschlüssel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnAddTextschlüssel.Location = New System.Drawing.Point(11, 80) Me.btnAddTextschlüssel.Name = "btnAddTextschlüssel" Me.btnAddTextschlüssel.Size = New System.Drawing.Size(127, 29) Me.btnAddTextschlüssel.TabIndex = 2 Me.btnAddTextschlüssel.Text = "Text hinzufügen" Me.btnAddTextschlüssel.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnAddTextschlüssel.UseVisualStyleBackColor = True ' 'Label8 ' Me.Label8.AutoSize = True Me.Label8.Location = New System.Drawing.Point(7, 25) Me.Label8.Name = "Label8" Me.Label8.Size = New System.Drawing.Size(163, 21) Me.Label8.TabIndex = 23 Me.Label8.Text = "Auswahl Textschlüssel:" ' 'txtHinweistext ' Me.txtHinweistext.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtHinweistext.Location = New System.Drawing.Point(338, 49) Me.txtHinweistext.Name = "txtHinweistext" Me.txtHinweistext.Size = New System.Drawing.Size(533, 25) Me.txtHinweistext.TabIndex = 1 ' 'cmbTextschlüssel ' Me.cmbTextschlüssel.DataSource = Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource Me.cmbTextschlüssel.DisplayMember = "BEZEICHNUNG" Me.cmbTextschlüssel.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cmbTextschlüssel.FormattingEnabled = True Me.cmbTextschlüssel.Location = New System.Drawing.Point(11, 49) Me.cmbTextschlüssel.Name = "cmbTextschlüssel" Me.cmbTextschlüssel.Size = New System.Drawing.Size(317, 25) Me.cmbTextschlüssel.TabIndex = 0 Me.cmbTextschlüssel.ValueMember = "GUID" ' 'TBKOMMCOLLI_TEXTSCHLUESSELBindingSource ' Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource.DataMember = "TBKOMMCOLLI_TEXTSCHLUESSEL" Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource.DataSource = Me.MyDataset ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(334, 25) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(116, 21) Me.Label7.TabIndex = 25 Me.Label7.Text = "Textergänzung:" ' 'btnPrintOptions ' Me.btnPrintOptions.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.btnPrintOptions.Image = Global.KommiCollo.My.Resources.Resources.BarCodeHS Me.btnPrintOptions.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnPrintOptions.Location = New System.Drawing.Point(271, 261) Me.btnPrintOptions.Name = "btnPrintOptions" Me.btnPrintOptions.Size = New System.Drawing.Size(158, 39) Me.btnPrintOptions.TabIndex = 5 Me.btnPrintOptions.Text = "Druck-Optionen" Me.btnPrintOptions.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnPrintOptions.UseVisualStyleBackColor = True Me.btnPrintOptions.Visible = False ' 'btnnewPallet ' Me.btnnewPallet.Font = New System.Drawing.Font("Segoe UI", 12.0!, CType((System.Drawing.FontStyle.Bold Or System.Drawing.FontStyle.Italic), System.Drawing.FontStyle), System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnnewPallet.Image = Global.KommiCollo.My.Resources.Resources.package_add Me.btnnewPallet.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnnewPallet.Location = New System.Drawing.Point(482, 16) Me.btnnewPallet.Name = "btnnewPallet" Me.btnnewPallet.Size = New System.Drawing.Size(227, 34) Me.btnnewPallet.TabIndex = 6 Me.btnnewPallet.Text = "Neue Palette/neues LHM" Me.btnnewPallet.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnnewPallet.UseVisualStyleBackColor = True ' 'btnPalfertig ' Me.btnPalfertig.Image = Global.KommiCollo.My.Resources.Resources.package_go Me.btnPalfertig.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnPalfertig.Location = New System.Drawing.Point(715, 16) Me.btnPalfertig.Name = "btnPalfertig" Me.btnPalfertig.Size = New System.Drawing.Size(331, 33) Me.btnPalfertig.TabIndex = 4 Me.btnPalfertig.Text = "Palette fertig" Me.btnPalfertig.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnPalfertig.UseVisualStyleBackColor = True ' 'btndeletePosLHM ' Me.btndeletePosLHM.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.btndeletePosLHM.Image = Global.KommiCollo.My.Resources.Resources.delete2 Me.btndeletePosLHM.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btndeletePosLHM.Location = New System.Drawing.Point(19, 261) Me.btndeletePosLHM.Name = "btndeletePosLHM" Me.btndeletePosLHM.Size = New System.Drawing.Size(246, 39) Me.btndeletePosLHM.TabIndex = 3 Me.btndeletePosLHM.Text = "Lösche Position/Lieferschein" Me.btndeletePosLHM.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btndeletePosLHM.UseVisualStyleBackColor = True ' 'cmbLHM ' Me.cmbLHM.DisplayMember = "TERMIN_KZ" Me.cmbLHM.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.cmbLHM.FormattingEnabled = True Me.cmbLHM.Location = New System.Drawing.Point(185, 17) Me.cmbLHM.Name = "cmbLHM" Me.cmbLHM.Size = New System.Drawing.Size(291, 33) Me.cmbLHM.TabIndex = 0 Me.cmbLHM.ValueMember = "TERMIN_KZ" ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label6.Location = New System.Drawing.Point(182, 97) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(396, 17) Me.Label6.TabIndex = 13 Me.Label6.Text = "Bitte wie folgt Eingabe tätigen: |" ' 'btnSendungFertig ' Me.btnSendungFertig.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.btnSendungFertig.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.btnSendungFertig.Image = Global.KommiCollo.My.Resources.Resources.package_go Me.btnSendungFertig.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnSendungFertig.Location = New System.Drawing.Point(961, 484) Me.btnSendungFertig.Name = "btnSendungFertig" Me.btnSendungFertig.Size = New System.Drawing.Size(216, 45) Me.btnSendungFertig.TabIndex = 7 Me.btnSendungFertig.Text = "Sendung fertig" Me.btnSendungFertig.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnSendungFertig.UseVisualStyleBackColor = True ' 'txtScanHUP ' Me.txtScanHUP.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtScanHUP.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.txtScanHUP.Location = New System.Drawing.Point(185, 61) Me.txtScanHUP.Name = "txtScanHUP" Me.txtScanHUP.Size = New System.Drawing.Size(855, 33) Me.txtScanHUP.TabIndex = 1 ' 'Label9 ' Me.Label9.AutoSize = True Me.Label9.Font = New System.Drawing.Font("Segoe UI", 14.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Label9.Location = New System.Drawing.Point(13, 65) Me.Label9.Name = "Label9" Me.Label9.Size = New System.Drawing.Size(166, 25) Me.Label9.TabIndex = 4 Me.Label9.Text = "Scan Barcode (LS):" ' 'TBKOMMCOLLI_SDGPOSITIONENTableAdapter ' Me.TBKOMMCOLLI_SDGPOSITIONENTableAdapter.ClearBeforeFill = True ' 'TBKOMMCOLLI_TEXTSCHLUESSELTableAdapter ' Me.TBKOMMCOLLI_TEXTSCHLUESSELTableAdapter.ClearBeforeFill = True ' 'TBKOMMCOLLI_HINWEISTableAdapter ' Me.TBKOMMCOLLI_HINWEISTableAdapter.ClearBeforeFill = True ' 'frmMain ' Me.AutoScaleDimensions = New System.Drawing.SizeF(9.0!, 21.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(1209, 733) Me.Controls.Add(Me.Panel2) Me.Controls.Add(Me.Panel1) Me.Controls.Add(Me.pnlError) Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(Me.ToolStrip1) Me.Controls.Add(Me.MenuStrip1) Me.Font = New System.Drawing.Font("Segoe UI", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.KeyPreview = True Me.MainMenuStrip = Me.MenuStrip1 Me.Margin = New System.Windows.Forms.Padding(4, 5, 4, 5) Me.Name = "frmMain" Me.Text = "Schaum - Zuordnung Colli " Me.MenuStrip1.ResumeLayout(False) Me.MenuStrip1.PerformLayout() Me.ToolStrip1.ResumeLayout(False) Me.ToolStrip1.PerformLayout() CType(Me.picbxError, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlPaketadd.ResumeLayout(False) Me.pnlPaketadd.PerformLayout() CType(Me.TBWH_MANDANTBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBKOMMCOLLI_PAKET_KOPFBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.pnlAddBarcodes.ResumeLayout(False) Me.pnlAddBarcodes.PerformLayout() CType(Me.TBKOMMCOLLI_TERMINARTBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBKOMMCOLLI_PAKET_POSBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.StatusStrip1.ResumeLayout(False) Me.StatusStrip1.PerformLayout() Me.pnlError.ResumeLayout(False) Me.pnlError.PerformLayout() Me.Panel1.ResumeLayout(False) Me.Panel1.PerformLayout() Me.Panel2.ResumeLayout(False) Me.pnlHuP.ResumeLayout(False) Me.pnlHuP.PerformLayout() Me.TabControl2.ResumeLayout(False) Me.TabPage3.ResumeLayout(False) CType(Me.GridControlPos, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBKOMMCOLLI_SDGPOSITIONENBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.grvwGridPos, System.ComponentModel.ISupportInitialize).EndInit() Me.TabPage4.ResumeLayout(False) CType(Me.GridControlLHM, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.GridViewLHM, System.ComponentModel.ISupportInitialize).EndInit() Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() Me.TabPage2.ResumeLayout(False) Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.PerformLayout() CType(Me.TBKOMMCOLLI_HINWEISBindingSource, System.ComponentModel.ISupportInitialize).EndInit() CType(Me.TBKOMMCOLLI_TEXTSCHLUESSELBindingSource, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() End Sub Friend WithEvents MenuStrip1 As System.Windows.Forms.MenuStrip Friend WithEvents ProgrammToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents BeendenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents KonfigurationenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents MandanteneinstellungenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents GrundeinstellungenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip Friend WithEvents txtError As System.Windows.Forms.TextBox Friend WithEvents picbxError As System.Windows.Forms.PictureBox Friend WithEvents pnlPaketadd As System.Windows.Forms.Panel Friend WithEvents MyDataset As KommiCollo.MyDataset Friend WithEvents TBKOMMCOLLI_PAKET_KOPFBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBKOMMCOLLI_PAKET_KOPFTableAdapter As KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_PAKET_KOPFTableAdapter Friend WithEvents TableAdapterManager As KommiCollo.MyDatasetTableAdapters.TableAdapterManager Friend WithEvents TBWH_MANDANTBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBWH_MANDANTTableAdapter As KommiCollo.MyDatasetTableAdapters.TBWH_MANDANTTableAdapter Friend WithEvents cmbAuswMandant As System.Windows.Forms.ComboBox Friend WithEvents Label1 As System.Windows.Forms.Label Friend WithEvents btnAddNewColli As System.Windows.Forms.Button Friend WithEvents pnlAddBarcodes As System.Windows.Forms.Panel Friend WithEvents TBKOMMCOLLI_PAKET_POSBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBKOMMCOLLI_PAKET_POSTableAdapter As KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_PAKET_POSTableAdapter Friend WithEvents PAKET_IDTextBox As System.Windows.Forms.TextBox Friend WithEvents txtScan As System.Windows.Forms.TextBox Friend WithEvents Label2 As System.Windows.Forms.Label Friend WithEvents btndeleteBarcode As System.Windows.Forms.Button Friend WithEvents tsbtnabbruch As System.Windows.Forms.ToolStripButton Friend WithEvents btnAbschluss As System.Windows.Forms.Button Friend WithEvents StatusStrip1 As System.Windows.Forms.StatusStrip Friend WithEvents tsinfolabel As System.Windows.Forms.ToolStripStatusLabel Friend WithEvents pnlError As System.Windows.Forms.Panel Friend WithEvents FunktionenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents AbschlussPaketeToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem Friend WithEvents cmbTerminart As System.Windows.Forms.ComboBox Friend WithEvents TBKOMMCOLLI_TERMINARTBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBKOMMCOLLI_TERMINARTTableAdapter As KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_TERMINARTTableAdapter Friend WithEvents Panel1 As System.Windows.Forms.Panel Friend WithEvents btnAbschlussPakete As System.Windows.Forms.Button Friend WithEvents btnAddPaket As System.Windows.Forms.Button Friend WithEvents Panel2 As System.Windows.Forms.Panel Friend WithEvents Label4 As System.Windows.Forms.Label Friend WithEvents txtPackstueck As System.Windows.Forms.TextBox Friend WithEvents lblpackstueck As System.Windows.Forms.Label Friend WithEvents GESAMTGEWICHTTextBox As System.Windows.Forms.TextBox Friend WithEvents txtPaketID As System.Windows.Forms.TextBox Friend WithEvents btndeletePaket As System.Windows.Forms.Button Friend WithEvents pnlHuP As System.Windows.Forms.Panel Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents btnSendungFertig As System.Windows.Forms.Button Friend WithEvents txtScanHUP As System.Windows.Forms.TextBox Friend WithEvents Label9 As System.Windows.Forms.Label Friend WithEvents cmbLHM As System.Windows.Forms.ComboBox Friend WithEvents ListViewBarcodes As System.Windows.Forms.ListView Friend WithEvents ColumnHeader1 As System.Windows.Forms.ColumnHeader Friend WithEvents ColumnHeader2 As System.Windows.Forms.ColumnHeader Friend WithEvents lblInfoBarcodes As System.Windows.Forms.Label Friend WithEvents TBKOMMCOLLI_SDGPOSITIONENBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBKOMMCOLLI_SDGPOSITIONENTableAdapter As KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_SDGPOSITIONENTableAdapter Friend WithEvents GridControlPos As DevExpress.XtraGrid.GridControl Friend WithEvents grvwGridPos As DevExpress.XtraGrid.Views.Grid.GridView Friend WithEvents colGUID As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colPOSINHALT As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents colGEWICHT As DevExpress.XtraGrid.Columns.GridColumn Friend WithEvents btndeletePosLHM As System.Windows.Forms.Button Friend WithEvents btnPalfertig As System.Windows.Forms.Button Friend WithEvents btnnewPallet As System.Windows.Forms.Button Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents Label8 As System.Windows.Forms.Label Friend WithEvents TBKOMMCOLLI_TEXTSCHLUESSELBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBKOMMCOLLI_TEXTSCHLUESSELTableAdapter As KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_TEXTSCHLUESSELTableAdapter Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents btnAddTextschlüssel As System.Windows.Forms.Button Friend WithEvents txtHinweistext As System.Windows.Forms.TextBox Friend WithEvents cmbTextschlüssel As System.Windows.Forms.ComboBox Friend WithEvents Label7 As System.Windows.Forms.Label Friend WithEvents ListBox1 As System.Windows.Forms.ListBox Friend WithEvents TBKOMMCOLLI_HINWEISBindingSource As System.Windows.Forms.BindingSource Friend WithEvents TBKOMMCOLLI_HINWEISTableAdapter As KommiCollo.MyDatasetTableAdapters.TBKOMMCOLLI_HINWEISTableAdapter Friend WithEvents Button2 As System.Windows.Forms.Button Friend WithEvents btnPrintOptions As System.Windows.Forms.Button Friend WithEvents bw_Tagesabschluss As System.ComponentModel.BackgroundWorker Friend WithEvents TabControl1 As TabControl Friend WithEvents TabPage1 As TabPage Friend WithEvents txtFreitext As TextBox Friend WithEvents btnFreitext As Button Friend WithEvents TabPage2 As TabPage Friend WithEvents btnChangeAdress As Button Friend WithEvents TabControl2 As TabControl Friend WithEvents TabPage3 As TabPage Friend WithEvents TabPage4 As TabPage Friend WithEvents GridControlLHM As DevExpress.XtraGrid.GridControl Friend WithEvents GridViewLHM As DevExpress.XtraGrid.Views.Grid.GridView End Class