Diskuze: VBA DataGridView
V předchozím kvízu, Test znalostí C# .NET online, jsme si ověřili nabyté zkušenosti z kurzu.
Josef Středa:23.10.2017 11:08
prtscn kde je spuštěná aplikace teď už jen potřebuji spíše nějaký příkaz který po kliknutá na tlačítko provede filtr na základě zmíněných texboxů
sqlData Reader jsem ve Visual studiu nenašel
jozef_i:23.10.2017 11:43
Aha, tak to je iné... To by som musel vidieť kód... SqlDataReader je objekt cez ktorý sa čítajú údaje z MSSQL servera pomocou ADO.NET.
Imports System.Data.SqlClient
Imports System.DirectoryServices
Public Class Form1
Private Sub ExitBut_Click(sender As Object, e As EventArgs) Handles
ExitBut.Click
End
End Sub
'vyhodí okno s výběrem tiskárny (show print form)
Private Sub PrintBut_Click(sender As Object, e As EventArgs) Handles
PrintBut.Click
PrintVyber.ShowDialog()
End Sub
Private Sub FilterAnwenden_Click(sender As Object, e As EventArgs) Handles
FilterAnwenden.Click
' Dim box1 As String
' Dim box2 As String
'Dim box3 As String
'Dim box4 As String
'Dim box5 As String
' Dim box6 As String
'Dim box7 As String
'Dim box8 As String
'Dim box9 As String
'Dim box10 As String
'Dim box11 As String
'Dim box12 As String
'If TextBox1.Text = box1 Or TextBox2.Text = box2 Or TypeBox1.Text = box3 Or
TypeBox2.Text = box4 Or
'TypeBox3.Text = box5 Or C1TextBox.Text = box6 Or DBox.Text = box7 Or HBox.Text
= box8 Or
'DBoxMalé.Text = box9 Or BBox.Text = box10 Or KernBox.Text = box11 Or
TechBox.Text = box12 Or
'StandCheckBox.Checked = True Or FilterChackbox.Checked = True Or
ComboBox1.SelectedValue Or
'ULChackBox.Checked Or VDEChackBox.Checked Or WeitCheckBox.Checked Or
CECheckBox.Checked Then
'End If
End Sub
Private Sub FilterAufheben_Click(sender As Object, e As EventArgs) Handles FilterAufheben.Click
End Sub
Private Sub Form1_Load(sender As Object, e As EventArgs) Handles
MyBase.Load
'TODO: Tento řádek načte data do tabulky 'DatenbasisDataSet1.Tab_Farbe'.
Můžete jej přesunout nebo jej odstranit podle potřeby.
Me.Tab_FarbeTableAdapter.Fill(Me.DatenbasisDataSet1.Tab_Farbe)
'TODO: Tento řádek načte data do tabulky
'DatenbasisDataSet1.Tab_Kond_verpackt'. Můžete jej přesunout nebo jej
odstranit podle potřeby.
Me.Tab_Kond_verpacktTableAdapter1.Fill(Me.DatenbasisDataSet1.Tab_Kond_verpackt)
'TODO: Tento řádek načte data do tabulky
'DatenbasisDataSet.Tab_Kond_verpackt'. Můžete jej přesunout nebo jej
odstranit podle potřeby.
Me.Tab_Kond_verpacktTableAdapter.Fill(Me.DatenbasisDataSet.Tab_Kond_verpackt)
End Sub
Private Sub TextBox5_TextChanged(sender As Object, e As EventArgs) Handles TypeBox3.TextChanged
End Sub
Private Sub DataGridView1_CellDoubleClick(sender As Object, e As
DataGridViewCellEventArgs) Handles DataGridView1.CellDoubleClick
FormOpen(Detaildaten)
End Sub
Private Sub FormOpen(detaildaten As DirectoryEntry)
Throw New NotImplementedException()
End Sub
End Class
a desigener je
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
_
Partial Class Form1
Inherits System.Windows.Forms.Form
'Formulář přepisuje metodu Dispose, aby vyčistil seznam součástí.
<System.Diagnostics.DebuggerNonUserCode()> _
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
'Vyžadováno Návrhářem Windows Form
Private components As System.ComponentModel.IContainer
'POZNÁMKA: Následující procedura je vyžadována Návrhářem Windows
Form
'Může být upraveno pomocí Návrháře Windows Form.
'Neupravovat pomocí editoru kódu
<System.Diagnostics.DebuggerStepThrough()> _
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle =
New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle =
New System.Windows.Forms.DataGridViewCellStyle()
Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle =
New System.Windows.Forms.DataGridViewCellStyle()
Me.Label1 = New System.Windows.Forms.Label()
Me.PrintVyber = New System.Windows.Forms.PrintDialog()
Me.PrintDocument1 = New System.Drawing.Printing.PrintDocument()
Me.FilterAnwenden = New System.Windows.Forms.Button()
Me.FilterAufheben = New System.Windows.Forms.Button()
Me.KPN = New System.Windows.Forms.Label()
Me.KundenName = New System.Windows.Forms.Label()
Me.KundenBox = New System.Windows.Forms.TextBox()
Me.KPNBox = New System.Windows.Forms.TextBox()
Me.IdNrLab = New System.Windows.Forms.Label()
Me.TypeLab = 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.Label9 = New System.Windows.Forms.Label()
Me.Label10 = New System.Windows.Forms.Label()
Me.Label11 = New System.Windows.Forms.Label()
Me.Label12 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label13 = New System.Windows.Forms.Label()
Me.StandCheckBox = New System.Windows.Forms.CheckBox()
Me.FilterChackbox = New System.Windows.Forms.CheckBox()
Me.ULChackBox = New System.Windows.Forms.CheckBox()
Me.VDEChackBox = New System.Windows.Forms.CheckBox()
Me.WeitCheckBox = New System.Windows.Forms.CheckBox()
Me.CECheckBox = New System.Windows.Forms.CheckBox()
Me.ComboBox1 = New System.Windows.Forms.ComboBox()
Me.DatenbasisDataSet1 = New WindowsApp1.DatenbasisDataSet1()
Me.TabFarbeBindingSource = New
System.Windows.Forms.BindingSource(Me.components)
Me.DatenbasisDataSetBindingSource = New
System.Windows.Forms.BindingSource(Me.components)
Me.DatenbasisDataSet = New WindowsApp1.DatenbasisDataSet()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.TypeBox1 = New System.Windows.Forms.TextBox()
Me.TypeBox2 = New System.Windows.Forms.TextBox()
Me.TypeBox3 = New System.Windows.Forms.TextBox()
Me.C1TextBox = New System.Windows.Forms.TextBox()
Me.DBox = New System.Windows.Forms.TextBox()
Me.HBox = New System.Windows.Forms.TextBox()
Me.DBoxMalé = New System.Windows.Forms.TextBox()
Me.BBox = New System.Windows.Forms.TextBox()
Me.KernBox = New System.Windows.Forms.TextBox()
Me.TechBox = New System.Windows.Forms.TextBox()
Me.Label14 = New System.Windows.Forms.Label()
Me.Label15 = New System.Windows.Forms.Label()
Me.Label16 = New System.Windows.Forms.Label()
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
Me.IDKondverpacktDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.TypDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.IDKondkomplDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Z_M = New System.Windows.Forms.DataGridViewTextBoxColumn()
Me.KondkonfDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.KondgestDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.KappekomDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.KHkonfDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.IDMKBKabelDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.LeitungROHMKBDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.SummenlaengeMKBKabelDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.TDDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.KlischeeDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.APA1DataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.APA2DataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.KondGZDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.QFFDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.KundenNameDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.KundenZeichnungNummerDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.KPNDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.LagerStDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.Preis100StDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.StandDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.ProdTypDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.AutomTypDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.ZPADataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.STVPZDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.STVPZgestDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.ZMDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.ENDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.VorgaengerDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.NachfolgerDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.InfoTypDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.ErstelldatumDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.NettogewichtverpDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.BruttogewichtverpDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.IndexDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.NettogewichtKappeDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.BruttogewichtKappeDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.NettogewichtKabelMKBDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.BruttogewichtKabelMKBDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.TandeltaDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.TemperaturMinDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.TemperaturMaxDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.SpannungDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.WiderstandDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.KundenSpezifikationsNummerDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.KundenVerpackungsNummerDataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.BarCodeDataGridViewCheckBoxColumn = New
System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.VDEDataGridViewCheckBoxColumn = New
System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.ULDataGridViewCheckBoxColumn = New
System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.WeitereDataGridViewCheckBoxColumn = New
System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.AeADataGridViewTextBoxColumn = New
System.Windows.Forms.DataGridViewTextBoxColumn()
Me.CEDataGridViewCheckBoxColumn = New
System.Windows.Forms.DataGridViewCheckBoxColumn()
Me.TabKondverpacktBindingSource1 = New
System.Windows.Forms.BindingSource(Me.components)
Me.TabKondverpacktBindingSource = New
System.Windows.Forms.BindingSource(Me.components)
Me.Tab_Kond_verpacktTableAdapter = New
WindowsApp1.DatenbasisDataSetTableAdapters.Tab_Kond_verpacktTableAdapter()
Me.PrintBut = New System.Windows.Forms.Button()
Me.ExitBut = New System.Windows.Forms.Button()
Me.TabKondverpacktBindingSource2 = New
System.Windows.Forms.BindingSource(Me.components)
Me.TabKondverpacktBindingSource3 = New
System.Windows.Forms.BindingSource(Me.components)
Me.TabKondverpacktBindingSource4 = New
System.Windows.Forms.BindingSource(Me.components)
Me.Tab_Kond_verpacktTableAdapter1 = New
WindowsApp1.DatenbasisDataSet1TableAdapters.Tab_Kond_verpacktTableAdapter()
Me.Detaildaten = New System.DirectoryServices.DirectoryEntry()
Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components)
Me.Tab_FarbeTableAdapter = New
WindowsApp1.DatenbasisDataSet1TableAdapters.Tab_FarbeTableAdapter()
CType(Me.DatenbasisDataSet1,
System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TabFarbeBindingSource,
System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.DatenbasisDataSetBindingSource,
System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.DatenbasisDataSet,
System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.DataGridView1,
System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TabKondverpacktBindingSource1,
System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TabKondverpacktBindingSource,
System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TabKondverpacktBindingSource2,
System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TabKondverpacktBindingSource3,
System.ComponentModel.ISupportInitialize).BeginInit()
CType(Me.TabKondverpacktBindingSource4,
System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawing.Font("Arial Rounded MT Bold", 20.25!,
System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point,
CType(0, Byte))
Me.Label1.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label1.Location = New System.Drawing.Point(13, 13)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(167, 32)
Me.Label1.TabIndex = 1
Me.Label1.Text = "Suchmaske"
'
'PrintVyber
'
Me.PrintVyber.Document = Me.PrintDocument1
Me.PrintVyber.UseEXDialog = True
'
'FilterAnwenden
'
Me.FilterAnwenden.Font = New System.Drawing.Font("Arial Rounded MT Bold",
10.0!)
Me.FilterAnwenden.Location = New System.Drawing.Point(413, 10)
Me.FilterAnwenden.Name = "FilterAnwenden"
Me.FilterAnwenden.Size = New System.Drawing.Size(148, 34)
Me.FilterAnwenden.TabIndex = 3
Me.FilterAnwenden.Text = "FilterAnwenden"
Me.FilterAnwenden.UseVisualStyleBackColor = True
'
'FilterAufheben
'
Me.FilterAufheben.Font = New System.Drawing.Font("Arial Rounded MT Bold",
10.0!)
Me.FilterAufheben.Location = New System.Drawing.Point(629, 11)
Me.FilterAufheben.Name = "FilterAufheben"
Me.FilterAufheben.Size = New System.Drawing.Size(148, 33)
Me.FilterAufheben.TabIndex = 4
Me.FilterAufheben.Text = "FilterAufheben"
Me.FilterAufheben.UseVisualStyleBackColor = True
'
'KPN
'
Me.KPN.AutoSize = True
Me.KPN.Font = New System.Drawing.Font("Arial Rounded MT Bold", 12.0!)
Me.KPN.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.KPN.Location = New System.Drawing.Point(310, 59)
Me.KPN.Name = "KPN"
Me.KPN.Size = New System.Drawing.Size(48, 18)
Me.KPN.TabIndex = 6
Me.KPN.Text = "KPN:"
'
'KundenName
'
Me.KundenName.AutoSize = True
Me.KundenName.Font = New System.Drawing.Font("Arial Rounded MT Bold",
12.0!)
Me.KundenName.ForeColor =
System.Drawing.SystemColors.ButtonHighlight
Me.KundenName.Location = New System.Drawing.Point(530, 59)
Me.KundenName.Name = "KundenName"
Me.KundenName.Size = New System.Drawing.Size(125, 18)
Me.KundenName.TabIndex = 6
Me.KundenName.Text = "Kunden Name:"
'
'KundenBox
'
Me.KundenBox.Location = New System.Drawing.Point(661, 56)
Me.KundenBox.Name = "KundenBox"
Me.KundenBox.Size = New System.Drawing.Size(159, 20)
Me.KundenBox.TabIndex = 7
'
'KPNBox
'
Me.KPNBox.Location = New System.Drawing.Point(365, 56)
Me.KPNBox.Name = "KPNBox"
Me.KPNBox.Size = New System.Drawing.Size(159, 20)
Me.KPNBox.TabIndex = 7
'
'IdNrLab
'
Me.IdNrLab.AutoSize = True
Me.IdNrLab.Font = New System.Drawing.Font("Arial Rounded MT Bold", 10.0!)
Me.IdNrLab.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.IdNrLab.Location = New System.Drawing.Point(27, 104)
Me.IdNrLab.Name = "IdNrLab"
Me.IdNrLab.Size = New System.Drawing.Size(43, 16)
Me.IdNrLab.TabIndex = 9
Me.IdNrLab.Text = "ID Nr"
'
'TypeLab
'
Me.TypeLab.AutoSize = True
Me.TypeLab.Font = New System.Drawing.Font("Arial Rounded MT Bold", 10.0!)
Me.TypeLab.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.TypeLab.Location = New System.Drawing.Point(199, 104)
Me.TypeLab.Name = "TypeLab"
Me.TypeLab.Size = New System.Drawing.Size(42, 16)
Me.TypeLab.TabIndex = 9
Me.TypeLab.Text = "Type"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawing.Font("Arial Rounded MT Bold", 10.0!)
Me.Label3.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label3.Location = New System.Drawing.Point(371, 103)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(26, 16)
Me.Label3.TabIndex = 9
Me.Label3.Text = "C1"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Arial Rounded MT Bold", 10.0!)
Me.Label4.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label4.Location = New System.Drawing.Point(433, 102)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(52, 16)
Me.Label4.TabIndex = 9
Me.Label4.Text = "D x H"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Arial Rounded MT Bold", 10.0!)
Me.Label5.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label5.Location = New System.Drawing.Point(519, 103)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(49, 16)
Me.Label5.TabIndex = 9
Me.Label5.Text = "d x b"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawing.Font("Arial Rounded MT Bold", 10.0!)
Me.Label6.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label6.Location = New System.Drawing.Point(596, 102)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(40, 16)
Me.Label6.TabIndex = 9
Me.Label6.Text = "Kern"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Font = New System.Drawing.Font("Arial Rounded MT Bold", 10.0!)
Me.Label7.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label7.Location = New System.Drawing.Point(650, 100)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(41, 16)
Me.Label7.TabIndex = 9
Me.Label7.Text = "Tech"
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Font = New System.Drawing.Font("Arial Rounded MT Bold", 10.0!)
Me.Label8.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label8.Location = New System.Drawing.Point(697, 99)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(47, 16)
Me.Label8.TabIndex = 9
Me.Label8.Text = "Stand"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Font = New System.Drawing.Font("Arial Rounded MT Bold", 10.0!)
Me.Label9.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label9.Location = New System.Drawing.Point(755, 97)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawing.Size(62, 16)
Me.Label9.TabIndex = 9
Me.Label9.Text = "Prodtyp"
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Font = New System.Drawing.Font("Arial Rounded MT Bold", 10.0!)
Me.Label10.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label10.Location = New System.Drawing.Point(891, 98)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawing.Size(27, 16)
Me.Label10.TabIndex = 9
Me.Label10.Text = "UL"
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.Font = New System.Drawing.Font("Arial Rounded MT Bold", 10.0!)
Me.Label11.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label11.Location = New System.Drawing.Point(832, 97)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawing.Size(53, 16)
Me.Label11.TabIndex = 9
Me.Label11.Text = "Z + M"
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.Font = New System.Drawing.Font("Arial Rounded MT Bold", 10.0!)
Me.Label12.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label12.Location = New System.Drawing.Point(930, 98)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawing.Size(37, 16)
Me.Label12.TabIndex = 9
Me.Label12.Text = "VDE"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawing.Font("Arial Rounded MT Bold", 10.0!)
Me.Label2.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label2.Location = New System.Drawing.Point(973, 97)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(60, 16)
Me.Label2.TabIndex = 9
Me.Label2.Text = "Weitere"
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Font = New System.Drawing.Font("Arial Rounded MT Bold", 10.0!)
Me.Label13.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label13.Location = New System.Drawing.Point(1048, 98)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawing.Size(27, 16)
Me.Label13.TabIndex = 9
Me.Label13.Text = "CE"
'
'StandCheckBox
'
Me.StandCheckBox.AutoSize = True
Me.StandCheckBox.Font = New System.Drawing.Font("Arial Rounded MT Bold",
10.0!)
Me.StandCheckBox.ForeColor =
System.Drawing.SystemColors.ButtonHighlight
Me.StandCheckBox.Location = New System.Drawing.Point(700, 118)
Me.StandCheckBox.Name = "StandCheckBox"
Me.StandCheckBox.Size = New System.Drawing.Size(45, 20)
Me.StandCheckBox.TabIndex = 10
Me.StandCheckBox.Text = "oK"
Me.StandCheckBox.UseVisualStyleBackColor = True
'
'FilterChackbox
'
Me.FilterChackbox.AutoSize = True
Me.FilterChackbox.Font = New System.Drawing.Font("Arial Rounded MT Bold",
10.0!)
Me.FilterChackbox.ForeColor =
System.Drawing.SystemColors.ButtonHighlight
Me.FilterChackbox.Location = New System.Drawing.Point(764, 116)
Me.FilterChackbox.Name = "FilterChackbox"
Me.FilterChackbox.Size = New System.Drawing.Size(62, 20)
Me.FilterChackbox.TabIndex = 11
Me.FilterChackbox.Text = "Filter"
Me.FilterChackbox.UseVisualStyleBackColor = True
'
'ULChackBox
'
Me.ULChackBox.AutoSize = True
Me.ULChackBox.Location = New System.Drawing.Point(903, 122)
Me.ULChackBox.Name = "ULChackBox"
Me.ULChackBox.Size = New System.Drawing.Size(15, 14)
Me.ULChackBox.TabIndex = 12
Me.ULChackBox.UseVisualStyleBackColor = True
'
'VDEChackBox
'
Me.VDEChackBox.AutoSize = True
Me.VDEChackBox.Location = New System.Drawing.Point(943, 122)
Me.VDEChackBox.Name = "VDEChackBox"
Me.VDEChackBox.Size = New System.Drawing.Size(15, 14)
Me.VDEChackBox.TabIndex = 13
Me.VDEChackBox.UseVisualStyleBackColor = True
'
'WeitCheckBox
'
Me.WeitCheckBox.AutoSize = True
Me.WeitCheckBox.Location = New System.Drawing.Point(993, 122)
Me.WeitCheckBox.Name = "WeitCheckBox"
Me.WeitCheckBox.Size = New System.Drawing.Size(15, 14)
Me.WeitCheckBox.TabIndex = 14
Me.WeitCheckBox.UseVisualStyleBackColor = True
'
'CECheckBox
'
Me.CECheckBox.AutoSize = True
Me.CECheckBox.Location = New System.Drawing.Point(1056, 122)
Me.CECheckBox.Name = "CECheckBox"
Me.CECheckBox.Size = New System.Drawing.Size(15, 14)
Me.CECheckBox.TabIndex = 15
Me.CECheckBox.UseVisualStyleBackColor = True
'
'ComboBox1
'
Me.ComboBox1.DataBindings.Add(New
System.Windows.Forms.Binding("SelectedValue", Me.DatenbasisDataSet1,
"Tab_Farbe.ID_Farbe", True))
Me.ComboBox1.DataSource = Me.TabFarbeBindingSource
Me.ComboBox1.DisplayMember = "Infotext_Farbe"
Me.ComboBox1.FormattingEnabled = True
Me.ComboBox1.Location = New System.Drawing.Point(828, 118)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawing.Size(66, 21)
Me.ComboBox1.TabIndex = 16
Me.ComboBox1.ValueMember = "Infotext_Farbe"
'
'DatenbasisDataSet1
'
Me.DatenbasisDataSet1.DataSetName = "DatenbasisDataSet1"
Me.DatenbasisDataSet1.SchemaSerializationMode =
System.Data.SchemaSerializationMode.IncludeSchema
'
'TabFarbeBindingSource
'
Me.TabFarbeBindingSource.DataMember = "Tab_Farbe"
Me.TabFarbeBindingSource.DataSource = Me.DatenbasisDataSet1
'
'DatenbasisDataSetBindingSource
'
Me.DatenbasisDataSetBindingSource.DataSource = Me.DatenbasisDataSet
Me.DatenbasisDataSetBindingSource.Position = 0
'
'DatenbasisDataSet
'
Me.DatenbasisDataSet.DataSetName = "DatenbasisDataSet"
Me.DatenbasisDataSet.SchemaSerializationMode =
System.Data.SchemaSerializationMode.IncludeSchema
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(19, 122)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(60, 20)
Me.TextBox1.TabIndex = 17
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(87, 122)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(30, 20)
Me.TextBox2.TabIndex = 18
'
'TypeBox1
'
Me.TypeBox1.Location = New System.Drawing.Point(160, 122)
Me.TypeBox1.Name = "TypeBox1"
Me.TypeBox1.Size = New System.Drawing.Size(33, 20)
Me.TypeBox1.TabIndex = 19
'
'TypeBox2
'
Me.TypeBox2.Location = New System.Drawing.Point(217, 122)
Me.TypeBox2.Name = "TypeBox2"
Me.TypeBox2.Size = New System.Drawing.Size(35, 20)
Me.TypeBox2.TabIndex = 20
'
'TypeBox3
'
Me.TypeBox3.Location = New System.Drawing.Point(276, 122)
Me.TypeBox3.Name = "TypeBox3"
Me.TypeBox3.Size = New System.Drawing.Size(32, 20)
Me.TypeBox3.TabIndex = 21
'
'C1TextBox
'
Me.C1TextBox.Location = New System.Drawing.Point(356, 121)
Me.C1TextBox.Name = "C1TextBox"
Me.C1TextBox.Size = New System.Drawing.Size(51, 20)
Me.C1TextBox.TabIndex = 22
'
'DBox
'
Me.DBox.Location = New System.Drawing.Point(413, 121)
Me.DBox.Name = "DBox"
Me.DBox.Size = New System.Drawing.Size(37, 20)
Me.DBox.TabIndex = 23
'
'HBox
'
Me.HBox.Location = New System.Drawing.Point(457, 122)
Me.HBox.Name = "HBox"
Me.HBox.Size = New System.Drawing.Size(41, 20)
Me.HBox.TabIndex = 24
'
'DBoxMalé
'
Me.DBoxMalé.Location = New System.Drawing.Point(510, 121)
Me.DBoxMalé.Name = "DBoxMalé"
Me.DBoxMalé.Size = New System.Drawing.Size(30, 20)
Me.DBoxMalé.TabIndex = 25
'
'BBox
'
Me.BBox.Location = New System.Drawing.Point(546, 122)
Me.BBox.Name = "BBox"
Me.BBox.Size = New System.Drawing.Size(35, 20)
Me.BBox.TabIndex = 26
'
'KernBox
'
Me.KernBox.Location = New System.Drawing.Point(587, 121)
Me.KernBox.Name = "KernBox"
Me.KernBox.Size = New System.Drawing.Size(62, 20)
Me.KernBox.TabIndex = 27
'
'TechBox
'
Me.TechBox.Location = New System.Drawing.Point(653, 121)
Me.TechBox.Name = "TechBox"
Me.TechBox.Size = New System.Drawing.Size(41, 20)
Me.TechBox.TabIndex = 28
'
'Label14
'
Me.Label14.AutoSize = True
Me.Label14.Font = New System.Drawing.Font("Arial Rounded MT Bold", 10.0!)
Me.Label14.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label14.Location = New System.Drawing.Point(122, 123)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawing.Size(39, 16)
Me.Label14.TabIndex = 29
Me.Label14.Text = "MKP"
'
'Label15
'
Me.Label15.AutoSize = True
Me.Label15.Font = New System.Drawing.Font("Arial", 11.0!,
System.Drawing.FontStyle.Bold)
Me.Label15.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label15.Location = New System.Drawing.Point(199, 122)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawing.Size(12, 18)
Me.Label15.TabIndex = 30
Me.Label15.Text = "/"
'
'Label16
'
Me.Label16.AutoSize = True
Me.Label16.Font = New System.Drawing.Font("Arial", 11.0!,
System.Drawing.FontStyle.Bold)
Me.Label16.ForeColor = System.Drawing.SystemColors.ButtonHighlight
Me.Label16.Location = New System.Drawing.Point(258, 123)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(12, 18)
Me.Label16.TabIndex = 30
Me.Label16.Text = "/"
'
'DataGridView1
'
Me.DataGridView1.AllowUserToAddRows = False
Me.DataGridView1.AllowUserToDeleteRows = False
Me.DataGridView1.AllowUserToOrderColumns = True
Me.DataGridView1.AutoGenerateColumns = False
DataGridViewCellStyle1.Alignment =
System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle1.BackColor =
System.Drawing.SystemColors.Control
DataGridViewCellStyle1.Font = New System.Drawing.Font("Microsoft Sans
Serif", 8.25!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(238, Byte))
DataGridViewCellStyle1.ForeColor =
System.Drawing.SystemColors.WindowText
DataGridViewCellStyle1.SelectionBackColor =
System.Drawing.SystemColors.Highlight
DataGridViewCellStyle1.SelectionForeColor =
System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle1.WrapMode =
System.Windows.Forms.DataGridViewTriState.[True]
Me.DataGridView1.ColumnHeadersDefaultCellStyle =
DataGridViewCellStyle1
Me.DataGridView1.ColumnHeadersHeightSizeMode =
System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.DataGridView1.Columns.AddRange(New
System.Windows.Forms.DataGridViewColumn()
{Me.IDKondverpacktDataGridViewTextBoxColumn,
Me.TypDataGridViewTextBoxColumn,
Me.IDKondkomplDataGridViewTextBoxColumn, Me.Z_M,
Me.KondkonfDataGridViewTextBoxColumn,
Me.KondgestDataGridViewTextBoxColumn,
Me.KappekomDataGridViewTextBoxColumn,
Me.KHkonfDataGridViewTextBoxColumn,
Me.IDMKBKabelDataGridViewTextBoxColumn,
Me.LeitungROHMKBDataGridViewTextBoxColumn,
Me.SummenlaengeMKBKabelDataGridViewTextBoxColumn,
Me.TDDataGridViewTextBoxColumn, Me.KlischeeDataGridViewTextBoxColumn,
Me.APA1DataGridViewTextBoxColumn, Me.APA2DataGridViewTextBoxColumn,
Me.KondGZDataGridViewTextBoxColumn, Me.QFFDataGridViewTextBoxColumn,
Me.KundenNameDataGridViewTextBoxColumn,
Me.KundenZeichnungNummerDataGridViewTextBoxColumn,
Me.KPNDataGridViewTextBoxColumn, Me.LagerStDataGridViewTextBoxColumn,
Me.Preis100StDataGridViewTextBoxColumn,
Me.StandDataGridViewTextBoxColumn, Me.ProdTypDataGridViewTextBoxColumn,
Me.AutomTypDataGridViewTextBoxColumn, Me.ZPADataGridViewTextBoxColumn,
Me.STVPZDataGridViewTextBoxColumn,
Me.STVPZgestDataGridViewTextBoxColumn, Me.ZMDataGridViewTextBoxColumn,
Me.ENDataGridViewTextBoxColumn, Me.VorgaengerDataGridViewTextBoxColumn,
Me.NachfolgerDataGridViewTextBoxColumn,
Me.InfoTypDataGridViewTextBoxColumn,
Me.ErstelldatumDataGridViewTextBoxColumn,
Me.NettogewichtverpDataGridViewTextBoxColumn,
Me.BruttogewichtverpDataGridViewTextBoxColumn,
Me.IndexDataGridViewTextBoxColumn,
Me.NettogewichtKappeDataGridViewTextBoxColumn,
Me.BruttogewichtKappeDataGridViewTextBoxColumn,
Me.NettogewichtKabelMKBDataGridViewTextBoxColumn,
Me.BruttogewichtKabelMKBDataGridViewTextBoxColumn,
Me.TandeltaDataGridViewTextBoxColumn,
Me.TemperaturMinDataGridViewTextBoxColumn,
Me.TemperaturMaxDataGridViewTextBoxColumn,
Me.SpannungDataGridViewTextBoxColumn,
Me.WiderstandDataGridViewTextBoxColumn,
Me.KundenSpezifikationsNummerDataGridViewTextBoxColumn,
Me.KundenVerpackungsNummerDataGridViewTextBoxColumn,
Me.BarCodeDataGridViewCheckBoxColumn, Me.VDEDataGridViewCheckBoxColumn,
Me.ULDataGridViewCheckBoxColumn, Me.WeitereDataGridViewCheckBoxColumn,
Me.AeADataGridViewTextBoxColumn, Me.CEDataGridViewCheckBoxColumn})
Me.DataGridView1.DataSource = Me.TabKondverpacktBindingSource1
DataGridViewCellStyle2.Alignment =
System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle2.BackColor =
System.Drawing.SystemColors.Window
DataGridViewCellStyle2.Font = New System.Drawing.Font("Microsoft Sans
Serif", 8.25!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(238, Byte))
DataGridViewCellStyle2.ForeColor =
System.Drawing.SystemColors.ControlText
DataGridViewCellStyle2.SelectionBackColor =
System.Drawing.SystemColors.Highlight
DataGridViewCellStyle2.SelectionForeColor =
System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle2.WrapMode =
System.Windows.Forms.DataGridViewTriState.[False]
Me.DataGridView1.DefaultCellStyle = DataGridViewCellStyle2
Me.DataGridView1.Location = New System.Drawing.Point(9, 148)
Me.DataGridView1.Name = "DataGridView1"
Me.DataGridView1.ReadOnly = True
DataGridViewCellStyle3.Alignment =
System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
DataGridViewCellStyle3.BackColor =
System.Drawing.SystemColors.Control
DataGridViewCellStyle3.Font = New System.Drawing.Font("Microsoft Sans
Serif", 8.25!, System.Drawing.FontStyle.Regular,
System.Drawing.GraphicsUnit.Point, CType(238, Byte))
DataGridViewCellStyle3.ForeColor =
System.Drawing.SystemColors.WindowText
DataGridViewCellStyle3.SelectionBackColor =
System.Drawing.SystemColors.Highlight
DataGridViewCellStyle3.SelectionForeColor =
System.Drawing.SystemColors.HighlightText
DataGridViewCellStyle3.WrapMode =
System.Windows.Forms.DataGridViewTriState.[True]
Me.DataGridView1.RowHeadersDefaultCellStyle = DataGridViewCellStyle3
Me.DataGridView1.Size = New System.Drawing.Size(1085, 349)
Me.DataGridView1.TabIndex = 31
'
'IDKondverpacktDataGridViewTextBoxColumn
'
Me.IDKondverpacktDataGridViewTextBoxColumn.DataPropertyName =
"ID_Kond_verpackt"
Me.IDKondverpacktDataGridViewTextBoxColumn.HeaderText =
"ID_Kond_verpackt"
Me.IDKondverpacktDataGridViewTextBoxColumn.Name =
"IDKondverpacktDataGridViewTextBoxColumn"
Me.IDKondverpacktDataGridViewTextBoxColumn.ReadOnly = True
'
'TypDataGridViewTextBoxColumn
'
Me.TypDataGridViewTextBoxColumn.DataPropertyName = "Typ"
Me.TypDataGridViewTextBoxColumn.HeaderText = "Typ"
Me.TypDataGridViewTextBoxColumn.Name =
"TypDataGridViewTextBoxColumn"
Me.TypDataGridViewTextBoxColumn.ReadOnly = True
'
'IDKondkomplDataGridViewTextBoxColumn
'
Me.IDKondkomplDataGridViewTextBoxColumn.DataPropertyName =
"ID_Kond_kompl"
Me.IDKondkomplDataGridViewTextBoxColumn.HeaderText = "ID_Kond_kompl"
Me.IDKondkomplDataGridViewTextBoxColumn.Name =
"IDKondkomplDataGridViewTextBoxColumn"
Me.IDKondkomplDataGridViewTextBoxColumn.ReadOnly = True
'
'Z_M
'
Me.Z_M.DataPropertyName = "Z_M"
Me.Z_M.HeaderText = "Z_M"
Me.Z_M.Name = "Z_M"
Me.Z_M.ReadOnly = True
'
'KondkonfDataGridViewTextBoxColumn
'
Me.KondkonfDataGridViewTextBoxColumn.DataPropertyName = "Kond_konf"
Me.KondkonfDataGridViewTextBoxColumn.HeaderText = "Kond_konf"
Me.KondkonfDataGridViewTextBoxColumn.Name =
"KondkonfDataGridViewTextBoxColumn"
Me.KondkonfDataGridViewTextBoxColumn.ReadOnly = True
'
'KondgestDataGridViewTextBoxColumn
'
Me.KondgestDataGridViewTextBoxColumn.DataPropertyName = "Kond_gest"
Me.KondgestDataGridViewTextBoxColumn.HeaderText = "Kond_gest"
Me.KondgestDataGridViewTextBoxColumn.Name =
"KondgestDataGridViewTextBoxColumn"
Me.KondgestDataGridViewTextBoxColumn.ReadOnly = True
'
'KappekomDataGridViewTextBoxColumn
'
Me.KappekomDataGridViewTextBoxColumn.DataPropertyName = "Kappe_kom"
Me.KappekomDataGridViewTextBoxColumn.HeaderText = "Kappe_kom"
Me.KappekomDataGridViewTextBoxColumn.Name =
"KappekomDataGridViewTextBoxColumn"
Me.KappekomDataGridViewTextBoxColumn.ReadOnly = True
'
'KHkonfDataGridViewTextBoxColumn
'
Me.KHkonfDataGridViewTextBoxColumn.DataPropertyName = "KH_konf"
Me.KHkonfDataGridViewTextBoxColumn.HeaderText = "KH_konf"
Me.KHkonfDataGridViewTextBoxColumn.Name =
"KHkonfDataGridViewTextBoxColumn"
Me.KHkonfDataGridViewTextBoxColumn.ReadOnly = True
'
'IDMKBKabelDataGridViewTextBoxColumn
'
Me.IDMKBKabelDataGridViewTextBoxColumn.DataPropertyName =
"ID_MKB_Kabel"
Me.IDMKBKabelDataGridViewTextBoxColumn.HeaderText = "ID_MKB_Kabel"
Me.IDMKBKabelDataGridViewTextBoxColumn.Name =
"IDMKBKabelDataGridViewTextBoxColumn"
Me.IDMKBKabelDataGridViewTextBoxColumn.ReadOnly = True
'
'LeitungROHMKBDataGridViewTextBoxColumn
'
Me.LeitungROHMKBDataGridViewTextBoxColumn.DataPropertyName =
"Leitung_ROH_MKB"
Me.LeitungROHMKBDataGridViewTextBoxColumn.HeaderText =
"Leitung_ROH_MKB"
Me.LeitungROHMKBDataGridViewTextBoxColumn.Name =
"LeitungROHMKBDataGridViewTextBoxColumn"
Me.LeitungROHMKBDataGridViewTextBoxColumn.ReadOnly = True
'
'SummenlaengeMKBKabelDataGridViewTextBoxColumn
'
Me.SummenlaengeMKBKabelDataGridViewTextBoxColumn.DataPropertyName =
"Summenlaenge_MKB_Kabel"
Me.SummenlaengeMKBKabelDataGridViewTextBoxColumn.HeaderText =
"Summenlaenge_MKB_Kabel"
Me.SummenlaengeMKBKabelDataGridViewTextBoxColumn.Name =
"SummenlaengeMKBKabelDataGridViewTextBoxColumn"
Me.SummenlaengeMKBKabelDataGridViewTextBoxColumn.ReadOnly = True
'
'TDDataGridViewTextBoxColumn
'
Me.TDDataGridViewTextBoxColumn.DataPropertyName = "TD"
Me.TDDataGridViewTextBoxColumn.HeaderText = "TD"
Me.TDDataGridViewTextBoxColumn.Name = "TDDataGridViewTextBoxColumn"
Me.TDDataGridViewTextBoxColumn.ReadOnly = True
'
'KlischeeDataGridViewTextBoxColumn
'
Me.KlischeeDataGridViewTextBoxColumn.DataPropertyName = "Klischee"
Me.KlischeeDataGridViewTextBoxColumn.HeaderText = "Klischee"
Me.KlischeeDataGridViewTextBoxColumn.Name =
"KlischeeDataGridViewTextBoxColumn"
Me.KlischeeDataGridViewTextBoxColumn.ReadOnly = True
'
'APA1DataGridViewTextBoxColumn
'
Me.APA1DataGridViewTextBoxColumn.DataPropertyName = "APA1"
Me.APA1DataGridViewTextBoxColumn.HeaderText = "APA1"
Me.APA1DataGridViewTextBoxColumn.Name =
"APA1DataGridViewTextBoxColumn"
Me.APA1DataGridViewTextBoxColumn.ReadOnly = True
'
'APA2DataGridViewTextBoxColumn
'
Me.APA2DataGridViewTextBoxColumn.DataPropertyName = "APA2"
Me.APA2DataGridViewTextBoxColumn.HeaderText = "APA2"
Me.APA2DataGridViewTextBoxColumn.Name =
"APA2DataGridViewTextBoxColumn"
Me.APA2DataGridViewTextBoxColumn.ReadOnly = True
'
'KondGZDataGridViewTextBoxColumn
'
Me.KondGZDataGridViewTextBoxColumn.DataPropertyName = "Kond_GZ"
Me.KondGZDataGridViewTextBoxColumn.HeaderText = "Kond_GZ"
Me.KondGZDataGridViewTextBoxColumn.Name =
"KondGZDataGridViewTextBoxColumn"
Me.KondGZDataGridViewTextBoxColumn.ReadOnly = True
'
'QFFDataGridViewTextBoxColumn
'
Me.QFFDataGridViewTextBoxColumn.DataPropertyName = "QFF"
Me.QFFDataGridViewTextBoxColumn.HeaderText = "QFF"
Me.QFFDataGridViewTextBoxColumn.Name =
"QFFDataGridViewTextBoxColumn"
Me.QFFDataGridViewTextBoxColumn.ReadOnly = True
'
'KundenNameDataGridViewTextBoxColumn
'
Me.KundenNameDataGridViewTextBoxColumn.DataPropertyName =
"Kunden_Name"
Me.KundenNameDataGridViewTextBoxColumn.HeaderText = "Kunden_Name"
Me.KundenNameDataGridViewTextBoxColumn.Name =
"KundenNameDataGridViewTextBoxColumn"
Me.KundenNameDataGridViewTextBoxColumn.ReadOnly = True
'
'KundenZeichnungNummerDataGridViewTextBoxColumn
'
Me.KundenZeichnungNummerDataGridViewTextBoxColumn.DataPropertyName =
"KundenZeichnungNummer"
Me.KundenZeichnungNummerDataGridViewTextBoxColumn.HeaderText =
"KundenZeichnungNummer"
Me.KundenZeichnungNummerDataGridViewTextBoxColumn.Name =
"KundenZeichnungNummerDataGridViewTextBoxColumn"
Me.KundenZeichnungNummerDataGridViewTextBoxColumn.ReadOnly = True
'
'KPNDataGridViewTextBoxColumn
'
Me.KPNDataGridViewTextBoxColumn.DataPropertyName = "KPN"
Me.KPNDataGridViewTextBoxColumn.HeaderText = "KPN"
Me.KPNDataGridViewTextBoxColumn.Name =
"KPNDataGridViewTextBoxColumn"
Me.KPNDataGridViewTextBoxColumn.ReadOnly = True
'
'LagerStDataGridViewTextBoxColumn
'
Me.LagerStDataGridViewTextBoxColumn.DataPropertyName = "Lager_St"
Me.LagerStDataGridViewTextBoxColumn.HeaderText = "Lager_St"
Me.LagerStDataGridViewTextBoxColumn.Name =
"LagerStDataGridViewTextBoxColumn"
Me.LagerStDataGridViewTextBoxColumn.ReadOnly = True
'
'Preis100StDataGridViewTextBoxColumn
'
Me.Preis100StDataGridViewTextBoxColumn.DataPropertyName = "Preis100St"
Me.Preis100StDataGridViewTextBoxColumn.HeaderText = "Preis100St"
Me.Preis100StDataGridViewTextBoxColumn.Name =
"Preis100StDataGridViewTextBoxColumn"
Me.Preis100StDataGridViewTextBoxColumn.ReadOnly = True
'
'StandDataGridViewTextBoxColumn
'
Me.StandDataGridViewTextBoxColumn.DataPropertyName = "Stand"
Me.StandDataGridViewTextBoxColumn.HeaderText = "Stand"
Me.StandDataGridViewTextBoxColumn.Name =
"StandDataGridViewTextBoxColumn"
Me.StandDataGridViewTextBoxColumn.ReadOnly = True
'
'ProdTypDataGridViewTextBoxColumn
'
Me.ProdTypDataGridViewTextBoxColumn.DataPropertyName = "Prod_Typ"
Me.ProdTypDataGridViewTextBoxColumn.HeaderText = "Prod_Typ"
Me.ProdTypDataGridViewTextBoxColumn.Name =
"ProdTypDataGridViewTextBoxColumn"
Me.ProdTypDataGridViewTextBoxColumn.ReadOnly = True
'
'AutomTypDataGridViewTextBoxColumn
'
Me.AutomTypDataGridViewTextBoxColumn.DataPropertyName = "Autom _Typ"
Me.AutomTypDataGridViewTextBoxColumn.HeaderText = "Autom _Typ"
Me.AutomTypDataGridViewTextBoxColumn.Name =
"AutomTypDataGridViewTextBoxColumn"
Me.AutomTypDataGridViewTextBoxColumn.ReadOnly = True
'
'ZPADataGridViewTextBoxColumn
'
Me.ZPADataGridViewTextBoxColumn.DataPropertyName = "ZPA"
Me.ZPADataGridViewTextBoxColumn.HeaderText = "ZPA"
Me.ZPADataGridViewTextBoxColumn.Name =
"ZPADataGridViewTextBoxColumn"
Me.ZPADataGridViewTextBoxColumn.ReadOnly = True
'
'STVPZDataGridViewTextBoxColumn
'
Me.STVPZDataGridViewTextBoxColumn.DataPropertyName = "ST_VPZ"
Me.STVPZDataGridViewTextBoxColumn.HeaderText = "ST_VPZ"
Me.STVPZDataGridViewTextBoxColumn.Name =
"STVPZDataGridViewTextBoxColumn"
Me.STVPZDataGridViewTextBoxColumn.ReadOnly = True
'
'STVPZgestDataGridViewTextBoxColumn
'
Me.STVPZgestDataGridViewTextBoxColumn.DataPropertyName = "ST_VPZ_gest"
Me.STVPZgestDataGridViewTextBoxColumn.HeaderText = "ST_VPZ_gest"
Me.STVPZgestDataGridViewTextBoxColumn.Name =
"STVPZgestDataGridViewTextBoxColumn"
Me.STVPZgestDataGridViewTextBoxColumn.ReadOnly = True
'
'ZMDataGridViewTextBoxColumn
'
Me.ZMDataGridViewTextBoxColumn.DataPropertyName = "Z_M"
Me.ZMDataGridViewTextBoxColumn.HeaderText = "Z_M"
Me.ZMDataGridViewTextBoxColumn.Name = "ZMDataGridViewTextBoxColumn"
Me.ZMDataGridViewTextBoxColumn.ReadOnly = True
'
'ENDataGridViewTextBoxColumn
'
Me.ENDataGridViewTextBoxColumn.DataPropertyName = "EN"
Me.ENDataGridViewTextBoxColumn.HeaderText = "EN"
Me.ENDataGridViewTextBoxColumn.Name = "ENDataGridViewTextBoxColumn"
Me.ENDataGridViewTextBoxColumn.ReadOnly = True
'
'VorgaengerDataGridViewTextBoxColumn
'
Me.VorgaengerDataGridViewTextBoxColumn.DataPropertyName = "Vorgaenger"
Me.VorgaengerDataGridViewTextBoxColumn.HeaderText = "Vorgaenger"
Me.VorgaengerDataGridViewTextBoxColumn.Name =
"VorgaengerDataGridViewTextBoxColumn"
Me.VorgaengerDataGridViewTextBoxColumn.ReadOnly = True
'
'NachfolgerDataGridViewTextBoxColumn
'
Me.NachfolgerDataGridViewTextBoxColumn.DataPropertyName = "Nachfolger"
Me.NachfolgerDataGridViewTextBoxColumn.HeaderText = "Nachfolger"
Me.NachfolgerDataGridViewTextBoxColumn.Name =
"NachfolgerDataGridViewTextBoxColumn"
Me.NachfolgerDataGridViewTextBoxColumn.ReadOnly = True
'
'InfoTypDataGridViewTextBoxColumn
'
Me.InfoTypDataGridViewTextBoxColumn.DataPropertyName = "Info_Typ"
Me.InfoTypDataGridViewTextBoxColumn.HeaderText = "Info_Typ"
Me.InfoTypDataGridViewTextBoxColumn.Name =
"InfoTypDataGridViewTextBoxColumn"
Me.InfoTypDataGridViewTextBoxColumn.ReadOnly = True
'
'ErstelldatumDataGridViewTextBoxColumn
'
Me.ErstelldatumDataGridViewTextBoxColumn.DataPropertyName =
"Erstelldatum"
Me.ErstelldatumDataGridViewTextBoxColumn.HeaderText = "Erstelldatum"
Me.ErstelldatumDataGridViewTextBoxColumn.Name =
"ErstelldatumDataGridViewTextBoxColumn"
Me.ErstelldatumDataGridViewTextBoxColumn.ReadOnly = True
'
'NettogewichtverpDataGridViewTextBoxColumn
'
Me.NettogewichtverpDataGridViewTextBoxColumn.DataPropertyName =
"Nettogewicht_verp"
Me.NettogewichtverpDataGridViewTextBoxColumn.HeaderText =
"Nettogewicht_verp"
Me.NettogewichtverpDataGridViewTextBoxColumn.Name =
"NettogewichtverpDataGridViewTextBoxColumn"
Me.NettogewichtverpDataGridViewTextBoxColumn.ReadOnly = True
'
'BruttogewichtverpDataGridViewTextBoxColumn
'
Me.BruttogewichtverpDataGridViewTextBoxColumn.DataPropertyName =
"Bruttogewicht_verp"
Me.BruttogewichtverpDataGridViewTextBoxColumn.HeaderText =
"Bruttogewicht_verp"
Me.BruttogewichtverpDataGridViewTextBoxColumn.Name =
"BruttogewichtverpDataGridViewTextBoxColumn"
Me.BruttogewichtverpDataGridViewTextBoxColumn.ReadOnly = True
'
'IndexDataGridViewTextBoxColumn
'
Me.IndexDataGridViewTextBoxColumn.DataPropertyName = "Index"
Me.IndexDataGridViewTextBoxColumn.HeaderText = "Index"
Me.IndexDataGridViewTextBoxColumn.Name =
"IndexDataGridViewTextBoxColumn"
Me.IndexDataGridViewTextBoxColumn.ReadOnly = True
'
'NettogewichtKappeDataGridViewTextBoxColumn
'
Me.NettogewichtKappeDataGridViewTextBoxColumn.DataPropertyName =
"Nettogewicht_Kappe"
Me.NettogewichtKappeDataGridViewTextBoxColumn.HeaderText =
"Nettogewicht_Kappe"
Me.NettogewichtKappeDataGridViewTextBoxColumn.Name =
"NettogewichtKappeDataGridViewTextBoxColumn"
Me.NettogewichtKappeDataGridViewTextBoxColumn.ReadOnly = True
'
'BruttogewichtKappeDataGridViewTextBoxColumn
'
Me.BruttogewichtKappeDataGridViewTextBoxColumn.DataPropertyName =
"Bruttogewicht_Kappe"
Me.BruttogewichtKappeDataGridViewTextBoxColumn.HeaderText =
"Bruttogewicht_Kappe"
Me.BruttogewichtKappeDataGridViewTextBoxColumn.Name =
"BruttogewichtKappeDataGridViewTextBoxColumn"
Me.BruttogewichtKappeDataGridViewTextBoxColumn.ReadOnly = True
'
'NettogewichtKabelMKBDataGridViewTextBoxColumn
'
Me.NettogewichtKabelMKBDataGridViewTextBoxColumn.DataPropertyName =
"Nettogewicht_Kabel_MKB"
Me.NettogewichtKabelMKBDataGridViewTextBoxColumn.HeaderText =
"Nettogewicht_Kabel_MKB"
Me.NettogewichtKabelMKBDataGridViewTextBoxColumn.Name =
"NettogewichtKabelMKBDataGridViewTextBoxColumn"
Me.NettogewichtKabelMKBDataGridViewTextBoxColumn.ReadOnly = True
'
'BruttogewichtKabelMKBDataGridViewTextBoxColumn
'
Me.BruttogewichtKabelMKBDataGridViewTextBoxColumn.DataPropertyName =
"Bruttogewicht_Kabel_MKB"
Me.BruttogewichtKabelMKBDataGridViewTextBoxColumn.HeaderText =
"Bruttogewicht_Kabel_MKB"
Me.BruttogewichtKabelMKBDataGridViewTextBoxColumn.Name =
"BruttogewichtKabelMKBDataGridViewTextBoxColumn"
Me.BruttogewichtKabelMKBDataGridViewTextBoxColumn.ReadOnly = True
'
'TandeltaDataGridViewTextBoxColumn
'
Me.TandeltaDataGridViewTextBoxColumn.DataPropertyName = "Tandelta"
Me.TandeltaDataGridViewTextBoxColumn.HeaderText = "Tandelta"
Me.TandeltaDataGridViewTextBoxColumn.Name =
"TandeltaDataGridViewTextBoxColumn"
Me.TandeltaDataGridViewTextBoxColumn.ReadOnly = True
'
'TemperaturMinDataGridViewTextBoxColumn
'
Me.TemperaturMinDataGridViewTextBoxColumn.DataPropertyName =
"Temperatur_Min"
Me.TemperaturMinDataGridViewTextBoxColumn.HeaderText =
"Temperatur_Min"
Me.TemperaturMinDataGridViewTextBoxColumn.Name =
"TemperaturMinDataGridViewTextBoxColumn"
Me.TemperaturMinDataGridViewTextBoxColumn.ReadOnly = True
'
'TemperaturMaxDataGridViewTextBoxColumn
'
Me.TemperaturMaxDataGridViewTextBoxColumn.DataPropertyName =
"Temperatur_Max"
Me.TemperaturMaxDataGridViewTextBoxColumn.HeaderText =
"Temperatur_Max"
Me.TemperaturMaxDataGridViewTextBoxColumn.Name =
"TemperaturMaxDataGridViewTextBoxColumn"
Me.TemperaturMaxDataGridViewTextBoxColumn.ReadOnly = True
'
'SpannungDataGridViewTextBoxColumn
'
Me.SpannungDataGridViewTextBoxColumn.DataPropertyName = "Spannung"
Me.SpannungDataGridViewTextBoxColumn.HeaderText = "Spannung"
Me.SpannungDataGridViewTextBoxColumn.Name =
"SpannungDataGridViewTextBoxColumn"
Me.SpannungDataGridViewTextBoxColumn.ReadOnly = True
'
'WiderstandDataGridViewTextBoxColumn
'
Me.WiderstandDataGridViewTextBoxColumn.DataPropertyName = "Widerstand"
Me.WiderstandDataGridViewTextBoxColumn.HeaderText = "Widerstand"
Me.WiderstandDataGridViewTextBoxColumn.Name =
"WiderstandDataGridViewTextBoxColumn"
Me.WiderstandDataGridViewTextBoxColumn.ReadOnly = True
'
'KundenSpezifikationsNummerDataGridViewTextBoxColumn
'
Me.KundenSpezifikationsNummerDataGridViewTextBoxColumn.DataPropertyName
= "KundenSpezifikationsNummer"
Me.KundenSpezifikationsNummerDataGridViewTextBoxColumn.HeaderText =
"KundenSpezifikationsNummer"
Me.KundenSpezifikationsNummerDataGridViewTextBoxColumn.Name =
"KundenSpezifikationsNummerDataGridViewTextBoxColumn"
Me.KundenSpezifikationsNummerDataGridViewTextBoxColumn.ReadOnly =
True
'
'KundenVerpackungsNummerDataGridViewTextBoxColumn
'
Me.KundenVerpackungsNummerDataGridViewTextBoxColumn.DataPropertyName =
"KundenVerpackungsNummer"
Me.KundenVerpackungsNummerDataGridViewTextBoxColumn.HeaderText =
"KundenVerpackungsNummer"
Me.KundenVerpackungsNummerDataGridViewTextBoxColumn.Name =
"KundenVerpackungsNummerDataGridViewTextBoxColumn"
Me.KundenVerpackungsNummerDataGridViewTextBoxColumn.ReadOnly = True
'
'BarCodeDataGridViewCheckBoxColumn
'
Me.BarCodeDataGridViewCheckBoxColumn.DataPropertyName = "BarCode"
Me.BarCodeDataGridViewCheckBoxColumn.HeaderText = "BarCode"
Me.BarCodeDataGridViewCheckBoxColumn.Name =
"BarCodeDataGridViewCheckBoxColumn"
Me.BarCodeDataGridViewCheckBoxColumn.ReadOnly = True
'
'VDEDataGridViewCheckBoxColumn
'
Me.VDEDataGridViewCheckBoxColumn.DataPropertyName = "VDE"
Me.VDEDataGridViewCheckBoxColumn.HeaderText = "VDE"
Me.VDEDataGridViewCheckBoxColumn.Name =
"VDEDataGridViewCheckBoxColumn"
Me.VDEDataGridViewCheckBoxColumn.ReadOnly = True
'
'ULDataGridViewCheckBoxColumn
'
Me.ULDataGridViewCheckBoxColumn.DataPropertyName = "UL"
Me.ULDataGridViewCheckBoxColumn.HeaderText = "UL"
Me.ULDataGridViewCheckBoxColumn.Name =
"ULDataGridViewCheckBoxColumn"
Me.ULDataGridViewCheckBoxColumn.ReadOnly = True
'
'WeitereDataGridViewCheckBoxColumn
'
Me.WeitereDataGridViewCheckBoxColumn.DataPropertyName = "Weitere"
Me.WeitereDataGridViewCheckBoxColumn.HeaderText = "Weitere"
Me.WeitereDataGridViewCheckBoxColumn.Name =
"WeitereDataGridViewCheckBoxColumn"
Me.WeitereDataGridViewCheckBoxColumn.ReadOnly = True
'
'AeADataGridViewTextBoxColumn
'
Me.AeADataGridViewTextBoxColumn.DataPropertyName = "AeA"
Me.AeADataGridViewTextBoxColumn.HeaderText = "AeA"
Me.AeADataGridViewTextBoxColumn.Name =
"AeADataGridViewTextBoxColumn"
Me.AeADataGridViewTextBoxColumn.ReadOnly = True
'
'CEDataGridViewCheckBoxColumn
'
Me.CEDataGridViewCheckBoxColumn.DataPropertyName = "CE"
Me.CEDataGridViewCheckBoxColumn.HeaderText = "CE"
Me.CEDataGridViewCheckBoxColumn.Name =
"CEDataGridViewCheckBoxColumn"
Me.CEDataGridViewCheckBoxColumn.ReadOnly = True
'
'TabKondverpacktBindingSource1
'
Me.TabKondverpacktBindingSource1.DataMember = "Tab_Kond_verpackt"
Me.TabKondverpacktBindingSource1.DataSource =
Me.DatenbasisDataSetBindingSource
'
'TabKondverpacktBindingSource
'
Me.TabKondverpacktBindingSource.DataMember = "Tab_Kond_verpackt"
Me.TabKondverpacktBindingSource.DataSource = Me.DatenbasisDataSet
'
'Tab_Kond_verpacktTableAdapter
'
Me.Tab_Kond_verpacktTableAdapter.ClearBeforeFill = True
'
'PrintBut
'
Me.PrintBut.Image =
Global.WindowsApp1.My.Resources.Resources.tiskarna1
Me.PrintBut.Location = New System.Drawing.Point(195, 13)
Me.PrintBut.Name = "PrintBut"
Me.PrintBut.Size = New System.Drawing.Size(44, 48)
Me.PrintBut.TabIndex = 2
Me.PrintBut.UseVisualStyleBackColor = True
'
'ExitBut
'
Me.ExitBut.Image = Global.WindowsApp1.My.Resources.Resources.dveře
Me.ExitBut.Location = New System.Drawing.Point(999, 23)
Me.ExitBut.Name = "ExitBut"
Me.ExitBut.Size = New System.Drawing.Size(38, 38)
Me.ExitBut.TabIndex = 0
Me.ExitBut.UseVisualStyleBackColor = True
'
'TabKondverpacktBindingSource2
'
Me.TabKondverpacktBindingSource2.DataMember = "Tab_Kond_verpackt"
Me.TabKondverpacktBindingSource2.DataSource =
Me.DatenbasisDataSetBindingSource
'
'TabKondverpacktBindingSource3
'
Me.TabKondverpacktBindingSource3.DataMember = "Tab_Kond_verpackt"
Me.TabKondverpacktBindingSource3.DataSource =
Me.DatenbasisDataSetBindingSource
'
'TabKondverpacktBindingSource4
'
Me.TabKondverpacktBindingSource4.DataMember = "Tab_Kond_verpackt"
Me.TabKondverpacktBindingSource4.DataSource = Me.DatenbasisDataSet1
'
'Tab_Kond_verpacktTableAdapter1
'
Me.Tab_Kond_verpacktTableAdapter1.ClearBeforeFill = True
'
'NotifyIcon1
'
Me.NotifyIcon1.Text = "NotifyIcon1"
Me.NotifyIcon1.Visible = True
'
'Tab_FarbeTableAdapter
'
Me.Tab_FarbeTableAdapter.ClearBeforeFill = True
'
'Form1
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.BackColor = System.Drawing.SystemColors.Highlight
Me.ClientSize = New System.Drawing.Size(1106, 632)
Me.Controls.Add(Me.DataGridView1)
Me.Controls.Add(Me.Label16)
Me.Controls.Add(Me.Label15)
Me.Controls.Add(Me.Label14)
Me.Controls.Add(Me.TechBox)
Me.Controls.Add(Me.KernBox)
Me.Controls.Add(Me.BBox)
Me.Controls.Add(Me.DBoxMalé)
Me.Controls.Add(Me.HBox)
Me.Controls.Add(Me.DBox)
Me.Controls.Add(Me.C1TextBox)
Me.Controls.Add(Me.TypeBox3)
Me.Controls.Add(Me.TypeBox2)
Me.Controls.Add(Me.TypeBox1)
Me.Controls.Add(Me.TextBox2)
Me.Controls.Add(Me.TextBox1)
Me.Controls.Add(Me.ComboBox1)
Me.Controls.Add(Me.CECheckBox)
Me.Controls.Add(Me.WeitCheckBox)
Me.Controls.Add(Me.VDEChackBox)
Me.Controls.Add(Me.ULChackBox)
Me.Controls.Add(Me.FilterChackbox)
Me.Controls.Add(Me.StandCheckBox)
Me.Controls.Add(Me.Label13)
Me.Controls.Add(Me.Label2)
Me.Controls.Add(Me.Label12)
Me.Controls.Add(Me.Label11)
Me.Controls.Add(Me.Label10)
Me.Controls.Add(Me.Label9)
Me.Controls.Add(Me.Label8)
Me.Controls.Add(Me.Label7)
Me.Controls.Add(Me.Label6)
Me.Controls.Add(Me.Label5)
Me.Controls.Add(Me.Label4)
Me.Controls.Add(Me.Label3)
Me.Controls.Add(Me.TypeLab)
Me.Controls.Add(Me.IdNrLab)
Me.Controls.Add(Me.KPNBox)
Me.Controls.Add(Me.KundenBox)
Me.Controls.Add(Me.KundenName)
Me.Controls.Add(Me.KPN)
Me.Controls.Add(Me.FilterAufheben)
Me.Controls.Add(Me.FilterAnwenden)
Me.Controls.Add(Me.PrintBut)
Me.Controls.Add(Me.Label1)
Me.Controls.Add(Me.ExitBut)
Me.ForeColor = System.Drawing.SystemColors.ControlText
Me.Name = "Form1"
Me.Text = "Form1"
CType(Me.DatenbasisDataSet1,
System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TabFarbeBindingSource,
System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.DatenbasisDataSetBindingSource,
System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.DatenbasisDataSet,
System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.DataGridView1,
System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TabKondverpacktBindingSource1,
System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TabKondverpacktBindingSource,
System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TabKondverpacktBindingSource2,
System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TabKondverpacktBindingSource3,
System.ComponentModel.ISupportInitialize).EndInit()
CType(Me.TabKondverpacktBindingSource4,
System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
Me.PerformLayout()
End Sub
Friend WithEvents ExitBut As Button
Friend WithEvents Label1 As Label
Friend WithEvents PrintBut As Button
Friend WithEvents PrintVyber As PrintDialog
Friend WithEvents PrintDocument1 As Printing.PrintDocument
Friend WithEvents FilterAnwenden As Button
Friend WithEvents FilterAufheben As Button
Friend WithEvents KPN As Label
Friend WithEvents KundenName As Label
Friend WithEvents KundenBox As TextBox
Friend WithEvents KPNBox As TextBox
Friend WithEvents IdNrLab As Label
Friend WithEvents TypeLab As Label
Friend WithEvents Label3 As Label
Friend WithEvents Label4 As Label
Friend WithEvents Label5 As Label
Friend WithEvents Label6 As Label
Friend WithEvents Label7 As Label
Friend WithEvents Label8 As Label
Friend WithEvents Label9 As Label
Friend WithEvents Label10 As Label
Friend WithEvents Label11 As Label
Friend WithEvents Label12 As Label
Friend WithEvents Label2 As Label
Friend WithEvents Label13 As Label
Friend WithEvents StandCheckBox As CheckBox
Friend WithEvents FilterChackbox As CheckBox
Friend WithEvents ULChackBox As CheckBox
Friend WithEvents VDEChackBox As CheckBox
Friend WithEvents WeitCheckBox As CheckBox
Friend WithEvents CECheckBox As CheckBox
Friend WithEvents ComboBox1 As ComboBox
Friend WithEvents TextBox1 As TextBox
Friend WithEvents TextBox2 As TextBox
Friend WithEvents TypeBox1 As TextBox
Friend WithEvents TypeBox2 As TextBox
Friend WithEvents TypeBox3 As TextBox
Friend WithEvents C1TextBox As TextBox
Friend WithEvents DBox As TextBox
Friend WithEvents HBox As TextBox
Friend WithEvents DBoxMalé As TextBox
Friend WithEvents BBox As TextBox
Friend WithEvents KernBox As TextBox
Friend WithEvents TechBox As TextBox
Friend WithEvents Label14 As Label
Friend WithEvents Label15 As Label
Friend WithEvents Label16 As Label
Friend WithEvents DataGridView
případně https://uloz.to/…dowsapp1-rar odkaz na soubor
Databázy mám udělanou zatím na local sql serveru. Výsledně bude Databáze na serveru odkud si budou různé stanice tahat data právě do této aplikace. Vesměs jsem ve firmě dostal za úkol předělat databázi z accessu tak aby nebyl acces potřeba a jelikož jsem síťař a programování se učím jako samouk od základu tak si dál nevím rady :/
Zobrazeno 9 zpráv z 9.