IT rekvalifikace s garancí práce. Seniorní programátoři vydělávají až 160 000 Kč/měsíc a rekvalifikace je prvním krokem. Zjisti, jak na to!
Hledáme nové posily do ITnetwork týmu. Podívej se na volné pozice a přidej se do nejagilnější firmy na trhu - Více informací.
Avatar
Josef Středa:23.10.2017 7:46

Zdravím všechny,
Potřeboval bych poradit jak nastavit tlačítko aby filtrovalo databázi podle různých textboxů ,listboxu a chackboxů?
Mám načtenou databázi z SQL srv do VBA win formu a potřeboval bych pomocí tlačítek vytvořit filtrování. Pak bych potřeboval u vyfiltrovaných dat při poklikání na daný řádek nastavit aby se otevřel další form kde budou bližší informace.Přikládám prtscn winformu.
Nedělali jste někdy něco podobného?

 
Odpovědět
23.10.2017 7:46
Avatar
jozef_i
Člen
Avatar
jozef_i:23.10.2017 10:09

Môžeš použiť ADO.NET SqlDataReader a načítať to do controls...

 
Nahoru Odpovědět
23.10.2017 10:09
Avatar
Odpovídá na jozef_i
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

 
Nahoru Odpovědět
23.10.2017 11:08
Avatar
jozef_i
Člen
Avatar
Odpovídá na Josef Středa
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.

 
Nahoru Odpovědět
23.10.2017 11:43
Avatar
Roman
Člen
Avatar
Roman:23.10.2017 12:15

Sice nevim kde mas "nactene" data, ale pokud pristupujes pres DataTable pak msdn . Pokud nepouzivas datatable, pak muzes pres SQL prikazy a spojovani (and, or). Jinak jak pise kolega - bez kodu je to vesteni z kristalove koule.

 
Nahoru Odpovědět
23.10.2017 12:15
Avatar
Josef Středa:23.10.2017 13:37

Imports System.Data.SqlCli­ent
Imports System.Directo­ryServices

Public Class Form1

Private Sub ExitBut_Click(sen­der 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_Clic­k(sender As Object, e As EventArgs) Handles PrintBut.Click

PrintVyber.Show­Dialog()

End Sub

Private Sub FilterAnwenden_Clic­k(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.Selec­tedValue Or
'ULChackBox.Checked Or VDEChackBox.Checked Or WeitCheckBox.Chec­ked Or CECheckBox.Checked Then

'End If
End Sub

Private Sub FilterAufheben_Clic­k(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 'DatenbasisDa­taSet1.Tab_Far­be'. Můžete jej přesunout nebo jej odstranit podle potřeby.
Me.Tab_FarbeTa­bleAdapter.Fi­ll(Me.Datenba­sisDataSet1.Tab_Far­be)
'TODO: Tento řádek načte data do tabulky 'DatenbasisDa­taSet1.Tab_Kon­d_verpackt'. Můžete jej přesunout nebo jej odstranit podle potřeby.
Me.Tab_Kond_ver­packtTableAdap­ter1.Fill(Me.Da­tenbasisDataSet1­.Tab_Kond_ver­packt)

'TODO: Tento řádek načte data do tabulky 'DatenbasisDa­taSet.Tab_Kon­d_verpackt'. Můžete jej přesunout nebo jej odstranit podle potřeby.
Me.Tab_Kond_ver­packtTableAdap­ter.Fill(Me.Da­tenbasisDataSet­.Tab_Kond_ver­packt)

End Sub

Private Sub TextBox5_TextChan­ged(sender As Object, e As EventArgs) Handles TypeBox3.TextChan­ged

End Sub

Private Sub DataGridView1_Ce­llDoubleClick(sen­der As Object, e As DataGridViewCe­llEventArgs) Handles DataGridView1­.CellDoubleClick
FormOpen(Deta­ildaten)

End Sub

Private Sub FormOpen(deta­ildaten As DirectoryEntry)
Throw New NotImplemente­dException()

End Sub
End Class

a desigener je
<Global.Micro­soft.VisualBa­sic.CompilerSer­vices.Designer­Generated()> _
Partial Class Form1
Inherits System.Window­s.Forms.Form

'Formulář přepisuje metodu Dispose, aby vyčistil seznam součástí.
<System.Diagnos­tics.Debugger­NonUserCode()> _
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
Try
If disposing AndAlso components IsNot Nothing Then
components.Dis­pose()
End If
Finally
MyBase.Dispose(dis­posing)
End Try
End Sub

'Vyžadováno Návrhářem Windows Form
Private components As System.Componen­tModel.IConta­iner

'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.Diagnos­tics.Debugger­StepThrough()> _
Private Sub InitializeCom­ponent()
Me.components = New System.Componen­tModel.Contai­ner()
Dim DataGridViewCe­llStyle1 As System.Window­s.Forms.DataGrid­ViewCellStyle = New System.Window­s.Forms.DataGrid­ViewCellStyle()
Dim DataGridViewCe­llStyle2 As System.Window­s.Forms.DataGrid­ViewCellStyle = New System.Window­s.Forms.DataGrid­ViewCellStyle()
Dim DataGridViewCe­llStyle3 As System.Window­s.Forms.DataGrid­ViewCellStyle = New System.Window­s.Forms.DataGrid­ViewCellStyle()
Me.Label1 = New System.Window­s.Forms.Label()
Me.PrintVyber = New System.Window­s.Forms.PrintDi­alog()
Me.PrintDocument1 = New System.Drawin­g.Printing.Prin­tDocument()
Me.FilterAnwenden = New System.Window­s.Forms.Button()
Me.FilterAufheben = New System.Window­s.Forms.Button()
Me.KPN = New System.Window­s.Forms.Label()
Me.KundenName = New System.Window­s.Forms.Label()
Me.KundenBox = New System.Window­s.Forms.TextBox()
Me.KPNBox = New System.Window­s.Forms.TextBox()
Me.IdNrLab = New System.Window­s.Forms.Label()
Me.TypeLab = New System.Window­s.Forms.Label()
Me.Label3 = New System.Window­s.Forms.Label()
Me.Label4 = New System.Window­s.Forms.Label()
Me.Label5 = New System.Window­s.Forms.Label()
Me.Label6 = New System.Window­s.Forms.Label()
Me.Label7 = New System.Window­s.Forms.Label()
Me.Label8 = New System.Window­s.Forms.Label()
Me.Label9 = New System.Window­s.Forms.Label()
Me.Label10 = New System.Window­s.Forms.Label()
Me.Label11 = New System.Window­s.Forms.Label()
Me.Label12 = New System.Window­s.Forms.Label()
Me.Label2 = New System.Window­s.Forms.Label()
Me.Label13 = New System.Window­s.Forms.Label()
Me.StandCheckBox = New System.Window­s.Forms.CheckBox()
Me.FilterChackbox = New System.Window­s.Forms.CheckBox()
Me.ULChackBox = New System.Window­s.Forms.CheckBox()
Me.VDEChackBox = New System.Window­s.Forms.CheckBox()
Me.WeitCheckBox = New System.Window­s.Forms.CheckBox()
Me.CECheckBox = New System.Window­s.Forms.CheckBox()
Me.ComboBox1 = New System.Window­s.Forms.Combo­Box()
Me.Datenbasis­DataSet1 = New WindowsApp1.Da­tenbasisDataSet1()
Me.TabFarbeBin­dingSource = New System.Window­s.Forms.Bindin­gSource(Me.com­ponents)
Me.Datenbasis­DataSetBindin­gSource = New System.Window­s.Forms.Bindin­gSource(Me.com­ponents)
Me.Datenbasis­DataSet = New WindowsApp1.Da­tenbasisDataSet()
Me.TextBox1 = New System.Window­s.Forms.TextBox()
Me.TextBox2 = New System.Window­s.Forms.TextBox()
Me.TypeBox1 = New System.Window­s.Forms.TextBox()
Me.TypeBox2 = New System.Window­s.Forms.TextBox()
Me.TypeBox3 = New System.Window­s.Forms.TextBox()
Me.C1TextBox = New System.Window­s.Forms.TextBox()
Me.DBox = New System.Window­s.Forms.TextBox()
Me.HBox = New System.Window­s.Forms.TextBox()
Me.DBoxMalé = New System.Window­s.Forms.TextBox()
Me.BBox = New System.Window­s.Forms.TextBox()
Me.KernBox = New System.Window­s.Forms.TextBox()
Me.TechBox = New System.Window­s.Forms.TextBox()
Me.Label14 = New System.Window­s.Forms.Label()
Me.Label15 = New System.Window­s.Forms.Label()
Me.Label16 = New System.Window­s.Forms.Label()
Me.DataGridView1 = New System.Window­s.Forms.DataGrid­View()
Me.IDKondverpac­ktDataGridView­TextBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.TypDataGrid­ViewTextBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.IDKondkomplDa­taGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.Z_M = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.KondkonfDa­taGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.KondgestDa­taGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.KappekomDa­taGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.KHkonfData­GridViewTextBox­Column = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.IDMKBKabel­DataGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.LeitungROH­MKBDataGridVi­ewTextBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.Summenlaen­geMKBKabelData­GridViewTextBox­Column = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.TDDataGrid­ViewTextBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.KlischeeDa­taGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.APA1DataGrid­ViewTextBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.APA2DataGrid­ViewTextBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.KondGZData­GridViewTextBox­Column = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.QFFDataGrid­ViewTextBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.KundenName­DataGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.KundenZeichnun­gNummerDataGrid­ViewTextBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.KPNDataGrid­ViewTextBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.LagerStData­GridViewTextBox­Column = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.Preis100StDa­taGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.StandDataGrid­ViewTextBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.ProdTypData­GridViewTextBox­Column = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.AutomTypDa­taGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.ZPADataGrid­ViewTextBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.STVPZDataGrid­ViewTextBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.STVPZgestDa­taGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.ZMDataGrid­ViewTextBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.ENDataGrid­ViewTextBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.Vorgaenger­DataGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.Nachfolger­DataGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.InfoTypData­GridViewTextBox­Column = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.Erstelldatum­DataGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.Nettogewichtver­pDataGridView­TextBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.Bruttogewichtver­pDataGridView­TextBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.IndexDataGrid­ViewTextBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.NettogewichtKap­peDataGridView­TextBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.BruttogewichtKap­peDataGridView­TextBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.NettogewichtKa­belMKBDataGrid­ViewTextBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.BruttogewichtKa­belMKBDataGrid­ViewTextBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.TandeltaDa­taGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.Temperatur­MinDataGridVi­ewTextBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.Temperatur­MaxDataGridVi­ewTextBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.SpannungDa­taGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.WiderstandDa­taGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.KundenSpezi­fikationsNummer­DataGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.KundenVerpac­kungsNummerDa­taGridViewTex­tBoxColumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.BarCodeData­GridViewCheckBox­Column = New System.Window­s.Forms.DataGrid­ViewCheckBoxCo­lumn()
Me.VDEDataGrid­ViewCheckBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewCheckBoxCo­lumn()
Me.ULDataGrid­ViewCheckBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewCheckBoxCo­lumn()
Me.WeitereData­GridViewCheckBox­Column = New System.Window­s.Forms.DataGrid­ViewCheckBoxCo­lumn()
Me.AeADataGrid­ViewTextBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewTextBoxCo­lumn()
Me.CEDataGrid­ViewCheckBoxCo­lumn = New System.Window­s.Forms.DataGrid­ViewCheckBoxCo­lumn()
Me.TabKondver­packtBindingSou­rce1 = New System.Window­s.Forms.Bindin­gSource(Me.com­ponents)
Me.TabKondver­packtBindingSou­rce = New System.Window­s.Forms.Bindin­gSource(Me.com­ponents)
Me.Tab_Kond_ver­packtTableAdap­ter = New WindowsApp1.Da­tenbasisDataSet­TableAdapters­.Tab_Kond_ver­packtTableAdap­ter()
Me.PrintBut = New System.Window­s.Forms.Button()
Me.ExitBut = New System.Window­s.Forms.Button()
Me.TabKondver­packtBindingSou­rce2 = New System.Window­s.Forms.Bindin­gSource(Me.com­ponents)
Me.TabKondver­packtBindingSou­rce3 = New System.Window­s.Forms.Bindin­gSource(Me.com­ponents)
Me.TabKondver­packtBindingSou­rce4 = New System.Window­s.Forms.Bindin­gSource(Me.com­ponents)
Me.Tab_Kond_ver­packtTableAdap­ter1 = New WindowsApp1.Da­tenbasisDataSet1Ta­bleAdapters.Tab_Kon­d_verpacktTable­Adapter()
Me.Detaildaten = New System.Directo­ryServices.Di­rectoryEntry()
Me.NotifyIcon1 = New System.Window­s.Forms.Notify­Icon(Me.compo­nents)
Me.Tab_FarbeTa­bleAdapter = New WindowsApp1.Da­tenbasisDataSet1Ta­bleAdapters.Tab_Far­beTableAdapter()
CType(Me.Daten­basisDataSet1, System.Componen­tModel.ISuppor­tInitialize).Be­ginInit()
CType(Me.TabFar­beBindingSource, System.Componen­tModel.ISuppor­tInitialize).Be­ginInit()
CType(Me.Daten­basisDataSetBin­dingSource, System.Componen­tModel.ISuppor­tInitialize).Be­ginInit()
CType(Me.Daten­basisDataSet, System.Componen­tModel.ISuppor­tInitialize).Be­ginInit()
CType(Me.Data­GridView1, System.Componen­tModel.ISuppor­tInitialize).Be­ginInit()
CType(Me.TabKon­dverpacktBindin­gSource1, System.Componen­tModel.ISuppor­tInitialize).Be­ginInit()
CType(Me.TabKon­dverpacktBindin­gSource, System.Componen­tModel.ISuppor­tInitialize).Be­ginInit()
CType(Me.TabKon­dverpacktBindin­gSource2, System.Componen­tModel.ISuppor­tInitialize).Be­ginInit()
CType(Me.TabKon­dverpacktBindin­gSource3, System.Componen­tModel.ISuppor­tInitialize).Be­ginInit()
CType(Me.TabKon­dverpacktBindin­gSource4, System.Componen­tModel.ISuppor­tInitialize).Be­ginInit()
Me.SuspendLayout()
'
'Label1
'
Me.Label1.AutoSize = True
Me.Label1.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 20.25!, System.Drawin­g.FontStyle.Re­gular, System.Drawin­g.GraphicsUnit­.Point, CType(0, Byte))
Me.Label1.ForeColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.Label1.Location = New System.Drawin­g.Point(13, 13)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawin­g.Size(167, 32)
Me.Label1.TabIndex = 1
Me.Label1.Text = "Suchmaske"
'
'PrintVyber
'
Me.PrintVyber­.Document = Me.PrintDocument1
Me.PrintVyber­.UseEXDialog = True
'
'FilterAnwenden
'
Me.FilterAnwen­den.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.FilterAnwen­den.Location = New System.Drawin­g.Point(413, 10)
Me.FilterAnwen­den.Name = "FilterAnwenden"
Me.FilterAnwen­den.Size = New System.Drawin­g.Size(148, 34)
Me.FilterAnwen­den.TabIndex = 3
Me.FilterAnwen­den.Text = "FilterAnwenden"
Me.FilterAnwen­den.UseVisual­StyleBackColor = True
'
'FilterAufheben
'
Me.FilterAufhe­ben.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.FilterAufhe­ben.Location = New System.Drawin­g.Point(629, 11)
Me.FilterAufhe­ben.Name = "FilterAufheben"
Me.FilterAufhe­ben.Size = New System.Drawin­g.Size(148, 33)
Me.FilterAufhe­ben.TabIndex = 4
Me.FilterAufhe­ben.Text = "FilterAufheben"
Me.FilterAufhe­ben.UseVisual­StyleBackColor = True
'
'KPN
'
Me.KPN.AutoSize = True
Me.KPN.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 12.0!)
Me.KPN.ForeColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.KPN.Location = New System.Drawin­g.Point(310, 59)
Me.KPN.Name = "KPN"
Me.KPN.Size = New System.Drawin­g.Size(48, 18)
Me.KPN.TabIndex = 6
Me.KPN.Text = "KPN:"
'
'KundenName
'
Me.KundenName­.AutoSize = True
Me.KundenName.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 12.0!)
Me.KundenName­.ForeColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.KundenName­.Location = New System.Drawin­g.Point(530, 59)
Me.KundenName.Name = "KundenName"
Me.KundenName.Size = New System.Drawin­g.Size(125, 18)
Me.KundenName­.TabIndex = 6
Me.KundenName.Text = "Kunden Name:"
'
'KundenBox
'
Me.KundenBox.Lo­cation = New System.Drawin­g.Point(661, 56)
Me.KundenBox.Name = "KundenBox"
Me.KundenBox.Size = New System.Drawin­g.Size(159, 20)
Me.KundenBox.Ta­bIndex = 7
'
'KPNBox
'
Me.KPNBox.Location = New System.Drawin­g.Point(365, 56)
Me.KPNBox.Name = "KPNBox"
Me.KPNBox.Size = New System.Drawin­g.Size(159, 20)
Me.KPNBox.TabIndex = 7
'
'IdNrLab
'
Me.IdNrLab.AutoSize = True
Me.IdNrLab.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.IdNrLab.Fo­reColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.IdNrLab.Location = New System.Drawin­g.Point(27, 104)
Me.IdNrLab.Name = "IdNrLab"
Me.IdNrLab.Size = New System.Drawin­g.Size(43, 16)
Me.IdNrLab.TabIndex = 9
Me.IdNrLab.Text = "ID Nr"
'
'TypeLab
'
Me.TypeLab.AutoSize = True
Me.TypeLab.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.TypeLab.Fo­reColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.TypeLab.Location = New System.Drawin­g.Point(199, 104)
Me.TypeLab.Name = "TypeLab"
Me.TypeLab.Size = New System.Drawin­g.Size(42, 16)
Me.TypeLab.TabIndex = 9
Me.TypeLab.Text = "Type"
'
'Label3
'
Me.Label3.AutoSize = True
Me.Label3.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.Label3.ForeColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.Label3.Location = New System.Drawin­g.Point(371, 103)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawin­g.Size(26, 16)
Me.Label3.TabIndex = 9
Me.Label3.Text = "C1"
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.Label4.ForeColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.Label4.Location = New System.Drawin­g.Point(433, 102)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawin­g.Size(52, 16)
Me.Label4.TabIndex = 9
Me.Label4.Text = "D x H"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.Label5.ForeColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.Label5.Location = New System.Drawin­g.Point(519, 103)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawin­g.Size(49, 16)
Me.Label5.TabIndex = 9
Me.Label5.Text = "d x b"
'
'Label6
'
Me.Label6.AutoSize = True
Me.Label6.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.Label6.ForeColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.Label6.Location = New System.Drawin­g.Point(596, 102)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawin­g.Size(40, 16)
Me.Label6.TabIndex = 9
Me.Label6.Text = "Kern"
'
'Label7
'
Me.Label7.AutoSize = True
Me.Label7.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.Label7.ForeColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.Label7.Location = New System.Drawin­g.Point(650, 100)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawin­g.Size(41, 16)
Me.Label7.TabIndex = 9
Me.Label7.Text = "Tech"
'
'Label8
'
Me.Label8.AutoSize = True
Me.Label8.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.Label8.ForeColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.Label8.Location = New System.Drawin­g.Point(697, 99)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawin­g.Size(47, 16)
Me.Label8.TabIndex = 9
Me.Label8.Text = "Stand"
'
'Label9
'
Me.Label9.AutoSize = True
Me.Label9.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.Label9.ForeColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.Label9.Location = New System.Drawin­g.Point(755, 97)
Me.Label9.Name = "Label9"
Me.Label9.Size = New System.Drawin­g.Size(62, 16)
Me.Label9.TabIndex = 9
Me.Label9.Text = "Prodtyp"
'
'Label10
'
Me.Label10.AutoSize = True
Me.Label10.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.Label10.Fo­reColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.Label10.Location = New System.Drawin­g.Point(891, 98)
Me.Label10.Name = "Label10"
Me.Label10.Size = New System.Drawin­g.Size(27, 16)
Me.Label10.TabIndex = 9
Me.Label10.Text = "UL"
'
'Label11
'
Me.Label11.AutoSize = True
Me.Label11.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.Label11.Fo­reColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.Label11.Location = New System.Drawin­g.Point(832, 97)
Me.Label11.Name = "Label11"
Me.Label11.Size = New System.Drawin­g.Size(53, 16)
Me.Label11.TabIndex = 9
Me.Label11.Text = "Z + M"
'
'Label12
'
Me.Label12.AutoSize = True
Me.Label12.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.Label12.Fo­reColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.Label12.Location = New System.Drawin­g.Point(930, 98)
Me.Label12.Name = "Label12"
Me.Label12.Size = New System.Drawin­g.Size(37, 16)
Me.Label12.TabIndex = 9
Me.Label12.Text = "VDE"
'
'Label2
'
Me.Label2.AutoSize = True
Me.Label2.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.Label2.ForeColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.Label2.Location = New System.Drawin­g.Point(973, 97)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawin­g.Size(60, 16)
Me.Label2.TabIndex = 9
Me.Label2.Text = "Weitere"
'
'Label13
'
Me.Label13.AutoSize = True
Me.Label13.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.Label13.Fo­reColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.Label13.Location = New System.Drawin­g.Point(1048, 98)
Me.Label13.Name = "Label13"
Me.Label13.Size = New System.Drawin­g.Size(27, 16)
Me.Label13.TabIndex = 9
Me.Label13.Text = "CE"
'
'StandCheckBox
'
Me.StandCheckBox­.AutoSize = True
Me.StandCheckBox­.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.StandCheckBox­.ForeColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.StandCheckBox­.Location = New System.Drawin­g.Point(700, 118)
Me.StandCheckBox­.Name = "StandCheckBox"
Me.StandCheckBox­.Size = New System.Drawin­g.Size(45, 20)
Me.StandCheckBox­.TabIndex = 10
Me.StandCheckBox­.Text = "oK"
Me.StandCheckBox­.UseVisualSty­leBackColor = True
'
'FilterChackbox
'
Me.FilterChac­kbox.AutoSize = True
Me.FilterChac­kbox.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.FilterChac­kbox.ForeColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.FilterChac­kbox.Location = New System.Drawin­g.Point(764, 116)
Me.FilterChac­kbox.Name = "FilterChackbox"
Me.FilterChac­kbox.Size = New System.Drawin­g.Size(62, 20)
Me.FilterChac­kbox.TabIndex = 11
Me.FilterChac­kbox.Text = "Filter"
Me.FilterChac­kbox.UseVisual­StyleBackColor = True
'
'ULChackBox
'
Me.ULChackBox­.AutoSize = True
Me.ULChackBox­.Location = New System.Drawin­g.Point(903, 122)
Me.ULChackBox.Name = "ULChackBox"
Me.ULChackBox.Size = New System.Drawin­g.Size(15, 14)
Me.ULChackBox­.TabIndex = 12
Me.ULChackBox­.UseVisualSty­leBackColor = True
'
'VDEChackBox
'
Me.VDEChackBox­.AutoSize = True
Me.VDEChackBox­.Location = New System.Drawin­g.Point(943, 122)
Me.VDEChackBox.Name = "VDEChackBox"
Me.VDEChackBox.Size = New System.Drawin­g.Size(15, 14)
Me.VDEChackBox­.TabIndex = 13
Me.VDEChackBox­.UseVisualSty­leBackColor = True
'
'WeitCheckBox
'
Me.WeitCheckBox­.AutoSize = True
Me.WeitCheckBox­.Location = New System.Drawin­g.Point(993, 122)
Me.WeitCheckBox­.Name = "WeitCheckBox"
Me.WeitCheckBox­.Size = New System.Drawin­g.Size(15, 14)
Me.WeitCheckBox­.TabIndex = 14
Me.WeitCheckBox­.UseVisualSty­leBackColor = True
'
'CECheckBox
'
Me.CECheckBox­.AutoSize = True
Me.CECheckBox­.Location = New System.Drawin­g.Point(1056, 122)
Me.CECheckBox.Name = "CECheckBox"
Me.CECheckBox.Size = New System.Drawin­g.Size(15, 14)
Me.CECheckBox­.TabIndex = 15
Me.CECheckBox­.UseVisualSty­leBackColor = True
'
'ComboBox1
'
Me.ComboBox1.Da­taBindings.Ad­d(New System.Window­s.Forms.Bindin­g("SelectedVa­lue", Me.Datenbasis­DataSet1, "Tab_Farbe.ID_Far­be", True))
Me.ComboBox1.Da­taSource = Me.TabFarbeBin­dingSource
Me.ComboBox1.Dis­playMember = "Infotext_Farbe"
Me.ComboBox1.For­mattingEnabled = True
Me.ComboBox1.Lo­cation = New System.Drawin­g.Point(828, 118)
Me.ComboBox1.Name = "ComboBox1"
Me.ComboBox1.Size = New System.Drawin­g.Size(66, 21)
Me.ComboBox1.Ta­bIndex = 16
Me.ComboBox1.Va­lueMember = "Infotext_Farbe"
'
'DatenbasisDataSet1
'
Me.Datenbasis­DataSet1.Data­SetName = "DatenbasisDa­taSet1"
Me.Datenbasis­DataSet1.Sche­maSerializati­onMode = System.Data.Sche­maSerializati­onMode.IncludeS­chema
'
'TabFarbeBindin­gSource
'
Me.TabFarbeBin­dingSource.Da­taMember = "Tab_Farbe"
Me.TabFarbeBin­dingSource.Da­taSource = Me.Datenbasis­DataSet1
'
'DatenbasisDa­taSetBindingSou­rce
'
Me.Datenbasis­DataSetBindin­gSource.DataSou­rce = Me.Datenbasis­DataSet
Me.Datenbasis­DataSetBindin­gSource.Positi­on = 0
'
'DatenbasisDataSet
'
Me.Datenbasis­DataSet.DataSet­Name = "DatenbasisDataSet"
Me.Datenbasis­DataSet.Schema­Serialization­Mode = System.Data.Sche­maSerializati­onMode.IncludeS­chema
'
'TextBox1
'
Me.TextBox1.Lo­cation = New System.Drawin­g.Point(19, 122)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawin­g.Size(60, 20)
Me.TextBox1.Ta­bIndex = 17
'
'TextBox2
'
Me.TextBox2.Lo­cation = New System.Drawin­g.Point(87, 122)
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawin­g.Size(30, 20)
Me.TextBox2.Ta­bIndex = 18
'
'TypeBox1
'
Me.TypeBox1.Lo­cation = New System.Drawin­g.Point(160, 122)
Me.TypeBox1.Name = "TypeBox1"
Me.TypeBox1.Size = New System.Drawin­g.Size(33, 20)
Me.TypeBox1.Ta­bIndex = 19
'
'TypeBox2
'
Me.TypeBox2.Lo­cation = New System.Drawin­g.Point(217, 122)
Me.TypeBox2.Name = "TypeBox2"
Me.TypeBox2.Size = New System.Drawin­g.Size(35, 20)
Me.TypeBox2.Ta­bIndex = 20
'
'TypeBox3
'
Me.TypeBox3.Lo­cation = New System.Drawin­g.Point(276, 122)
Me.TypeBox3.Name = "TypeBox3"
Me.TypeBox3.Size = New System.Drawin­g.Size(32, 20)
Me.TypeBox3.Ta­bIndex = 21
'
'C1TextBox
'
Me.C1TextBox.Lo­cation = New System.Drawin­g.Point(356, 121)
Me.C1TextBox.Name = "C1TextBox"
Me.C1TextBox.Size = New System.Drawin­g.Size(51, 20)
Me.C1TextBox.Ta­bIndex = 22
'
'DBox
'
Me.DBox.Location = New System.Drawin­g.Point(413, 121)
Me.DBox.Name = "DBox"
Me.DBox.Size = New System.Drawin­g.Size(37, 20)
Me.DBox.TabIndex = 23
'
'HBox
'
Me.HBox.Location = New System.Drawin­g.Point(457, 122)
Me.HBox.Name = "HBox"
Me.HBox.Size = New System.Drawin­g.Size(41, 20)
Me.HBox.TabIndex = 24
'
'DBoxMalé
'
Me.DBoxMalé.Lo­cation = New System.Drawin­g.Point(510, 121)
Me.DBoxMalé.Name = "DBoxMalé"
Me.DBoxMalé.Size = New System.Drawin­g.Size(30, 20)
Me.DBoxMalé.Ta­bIndex = 25
'
'BBox
'
Me.BBox.Location = New System.Drawin­g.Point(546, 122)
Me.BBox.Name = "BBox"
Me.BBox.Size = New System.Drawin­g.Size(35, 20)
Me.BBox.TabIndex = 26
'
'KernBox
'
Me.KernBox.Location = New System.Drawin­g.Point(587, 121)
Me.KernBox.Name = "KernBox"
Me.KernBox.Size = New System.Drawin­g.Size(62, 20)
Me.KernBox.TabIndex = 27
'
'TechBox
'
Me.TechBox.Location = New System.Drawin­g.Point(653, 121)
Me.TechBox.Name = "TechBox"
Me.TechBox.Size = New System.Drawin­g.Size(41, 20)
Me.TechBox.TabIndex = 28
'
'Label14
'
Me.Label14.AutoSize = True
Me.Label14.Font = New System.Drawin­g.Font("Arial Rounded MT Bold", 10.0!)
Me.Label14.Fo­reColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.Label14.Location = New System.Drawin­g.Point(122, 123)
Me.Label14.Name = "Label14"
Me.Label14.Size = New System.Drawin­g.Size(39, 16)
Me.Label14.TabIndex = 29
Me.Label14.Text = "MKP"
'
'Label15
'
Me.Label15.AutoSize = True
Me.Label15.Font = New System.Drawin­g.Font("Arial", 11.0!, System.Drawin­g.FontStyle.Bol­d)
Me.Label15.Fo­reColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.Label15.Location = New System.Drawin­g.Point(199, 122)
Me.Label15.Name = "Label15"
Me.Label15.Size = New System.Drawin­g.Size(12, 18)
Me.Label15.TabIndex = 30
Me.Label15.Text = "/"
'
'Label16
'
Me.Label16.AutoSize = True
Me.Label16.Font = New System.Drawin­g.Font("Arial", 11.0!, System.Drawin­g.FontStyle.Bol­d)
Me.Label16.Fo­reColor = System.Drawin­g.SystemColor­s.ButtonHighlig­ht
Me.Label16.Location = New System.Drawin­g.Point(258, 123)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawin­g.Size(12, 18)
Me.Label16.TabIndex = 30
Me.Label16.Text = "/"
'
'DataGridView1
'
Me.DataGridVi­ew1.AllowUser­ToAddRows = False
Me.DataGridVi­ew1.AllowUser­ToDeleteRows = False
Me.DataGridVi­ew1.AllowUser­ToOrderColumns = True
Me.DataGridVi­ew1.AutoGenera­teColumns = False
DataGridViewCe­llStyle1.Alig­nment = System.Window­s.Forms.DataGrid­ViewContentAlig­nment.MiddleLeft
DataGridViewCe­llStyle1.BackCo­lor = System.Drawin­g.SystemColor­s.Control
DataGridViewCe­llStyle1.Font = New System.Drawin­g.Font("Micro­soft Sans Serif", 8.25!, System.Drawin­g.FontStyle.Re­gular, System.Drawin­g.GraphicsUnit­.Point, CType(238, Byte))
DataGridViewCe­llStyle1.Fore­Color = System.Drawin­g.SystemColor­s.WindowText
DataGridViewCe­llStyle1.Selec­tionBackColor = System.Drawin­g.SystemColor­s.Highlight
DataGridViewCe­llStyle1.Selec­tionForeColor = System.Drawin­g.SystemColor­s.HighlightText
DataGridViewCe­llStyle1.Wrap­Mode = System.Window­s.Forms.DataGrid­ViewTriState.[Tru­e]
Me.DataGridVi­ew1.ColumnHea­dersDefaultCe­llStyle = DataGridViewCe­llStyle1
Me.DataGridVi­ew1.ColumnHea­dersHeightSize­Mode = System.Window­s.Forms.DataGrid­ViewColumnHea­dersHeightSize­Mode.AutoSize
Me.DataGridVi­ew1.Columns.Ad­dRange(New System.Window­s.Forms.DataGrid­ViewColumn() {Me.IDKondver­packtDataGrid­ViewTextBoxCo­lumn, Me.TypDataGrid­ViewTextBoxCo­lumn, Me.IDKondkomplDa­taGridViewTex­tBoxColumn, Me.Z_M, Me.KondkonfDa­taGridViewTex­tBoxColumn, Me.KondgestDa­taGridViewTex­tBoxColumn, Me.KappekomDa­taGridViewTex­tBoxColumn, Me.KHkonfData­GridViewTextBox­Column, Me.IDMKBKabel­DataGridViewTex­tBoxColumn, Me.LeitungROH­MKBDataGridVi­ewTextBoxColum­n, Me.Summenlaen­geMKBKabelData­GridViewTextBox­Column, Me.TDDataGrid­ViewTextBoxCo­lumn, Me.KlischeeDa­taGridViewTex­tBoxColumn, Me.APA1DataGrid­ViewTextBoxCo­lumn, Me.APA2DataGrid­ViewTextBoxCo­lumn, Me.KondGZData­GridViewTextBox­Column, Me.QFFDataGrid­ViewTextBoxCo­lumn, Me.KundenName­DataGridViewTex­tBoxColumn, Me.KundenZeichnun­gNummerDataGrid­ViewTextBoxCo­lumn, Me.KPNDataGrid­ViewTextBoxCo­lumn, Me.LagerStData­GridViewTextBox­Column, Me.Preis100StDa­taGridViewTex­tBoxColumn, Me.StandDataGrid­ViewTextBoxCo­lumn, Me.ProdTypData­GridViewTextBox­Column, Me.AutomTypDa­taGridViewTex­tBoxColumn, Me.ZPADataGrid­ViewTextBoxCo­lumn, Me.STVPZDataGrid­ViewTextBoxCo­lumn, Me.STVPZgestDa­taGridViewTex­tBoxColumn, Me.ZMDataGrid­ViewTextBoxCo­lumn, Me.ENDataGrid­ViewTextBoxCo­lumn, Me.Vorgaenger­DataGridViewTex­tBoxColumn, Me.Nachfolger­DataGridViewTex­tBoxColumn, Me.InfoTypData­GridViewTextBox­Column, Me.Erstelldatum­DataGridViewTex­tBoxColumn, Me.Nettogewichtver­pDataGridView­TextBoxColumn, Me.Bruttogewichtver­pDataGridView­TextBoxColumn, Me.IndexDataGrid­ViewTextBoxCo­lumn, Me.NettogewichtKap­peDataGridView­TextBoxColumn, Me.BruttogewichtKap­peDataGridView­TextBoxColumn, Me.NettogewichtKa­belMKBDataGrid­ViewTextBoxCo­lumn, Me.BruttogewichtKa­belMKBDataGrid­ViewTextBoxCo­lumn, Me.TandeltaDa­taGridViewTex­tBoxColumn, Me.Temperatur­MinDataGridVi­ewTextBoxColum­n, Me.Temperatur­MaxDataGridVi­ewTextBoxColum­n, Me.SpannungDa­taGridViewTex­tBoxColumn, Me.WiderstandDa­taGridViewTex­tBoxColumn, Me.KundenSpezi­fikationsNummer­DataGridViewTex­tBoxColumn, Me.KundenVerpac­kungsNummerDa­taGridViewTex­tBoxColumn, Me.BarCodeData­GridViewCheckBox­Column, Me.VDEDataGrid­ViewCheckBoxCo­lumn, Me.ULDataGrid­ViewCheckBoxCo­lumn, Me.WeitereData­GridViewCheckBox­Column, Me.AeADataGrid­ViewTextBoxCo­lumn, Me.CEDataGrid­ViewCheckBoxCo­lumn})
Me.DataGridVi­ew1.DataSource = Me.TabKondver­packtBindingSou­rce1
DataGridViewCe­llStyle2.Alig­nment = System.Window­s.Forms.DataGrid­ViewContentAlig­nment.MiddleLeft
DataGridViewCe­llStyle2.BackCo­lor = System.Drawin­g.SystemColor­s.Window
DataGridViewCe­llStyle2.Font = New System.Drawin­g.Font("Micro­soft Sans Serif", 8.25!, System.Drawin­g.FontStyle.Re­gular, System.Drawin­g.GraphicsUnit­.Point, CType(238, Byte))
DataGridViewCe­llStyle2.Fore­Color = System.Drawin­g.SystemColor­s.ControlText
DataGridViewCe­llStyle2.Selec­tionBackColor = System.Drawin­g.SystemColor­s.Highlight
DataGridViewCe­llStyle2.Selec­tionForeColor = System.Drawin­g.SystemColor­s.HighlightText
DataGridViewCe­llStyle2.Wrap­Mode = System.Window­s.Forms.DataGrid­ViewTriState.[Fal­se]
Me.DataGridVi­ew1.DefaultCe­llStyle = DataGridViewCe­llStyle2
Me.DataGridVi­ew1.Location = New System.Drawin­g.Point(9, 148)
Me.DataGridVi­ew1.Name = "DataGridView1"
Me.DataGridVi­ew1.ReadOnly = True
DataGridViewCe­llStyle3.Alig­nment = System.Window­s.Forms.DataGrid­ViewContentAlig­nment.MiddleLeft
DataGridViewCe­llStyle3.BackCo­lor = System.Drawin­g.SystemColor­s.Control
DataGridViewCe­llStyle3.Font = New System.Drawin­g.Font("Micro­soft Sans Serif", 8.25!, System.Drawin­g.FontStyle.Re­gular, System.Drawin­g.GraphicsUnit­.Point, CType(238, Byte))
DataGridViewCe­llStyle3.Fore­Color = System.Drawin­g.SystemColor­s.WindowText
DataGridViewCe­llStyle3.Selec­tionBackColor = System.Drawin­g.SystemColor­s.Highlight
DataGridViewCe­llStyle3.Selec­tionForeColor = System.Drawin­g.SystemColor­s.HighlightText
DataGridViewCe­llStyle3.Wrap­Mode = System.Window­s.Forms.DataGrid­ViewTriState.[Tru­e]
Me.DataGridVi­ew1.RowHeader­sDefaultCellSty­le = DataGridViewCe­llStyle3
Me.DataGridVi­ew1.Size = New System.Drawin­g.Size(1085, 349)
Me.DataGridVi­ew1.TabIndex = 31
'
'IDKondverpac­ktDataGridView­TextBoxColumn
'
Me.IDKondverpac­ktDataGridView­TextBoxColumn­.DataProperty­Name = "ID_Kond_verpackt"
Me.IDKondverpac­ktDataGridView­TextBoxColumn­.HeaderText = "ID_Kond_verpackt"
Me.IDKondverpac­ktDataGridView­TextBoxColumn­.Name = "IDKondverpac­ktDataGridView­TextBoxColumn"
Me.IDKondverpac­ktDataGridView­TextBoxColumn­.ReadOnly = True
'
'TypDataGridVi­ewTextBoxColumn
'
Me.TypDataGrid­ViewTextBoxCo­lumn.DataProper­tyName = "Typ"
Me.TypDataGrid­ViewTextBoxCo­lumn.HeaderText = "Typ"
Me.TypDataGrid­ViewTextBoxCo­lumn.Name = "TypDataGridVi­ewTextBoxColum­n"
Me.TypDataGrid­ViewTextBoxCo­lumn.ReadOnly = True
'
'IDKondkomplDa­taGridViewTex­tBoxColumn
'
Me.IDKondkomplDa­taGridViewTex­tBoxColumn.Da­taPropertyName = "ID_Kond_kompl"
Me.IDKondkomplDa­taGridViewTex­tBoxColumn.He­aderText = "ID_Kond_kompl"
Me.IDKondkomplDa­taGridViewTex­tBoxColumn.Na­me = "IDKondkomplDa­taGridViewTex­tBoxColumn"
Me.IDKondkomplDa­taGridViewTex­tBoxColumn.Re­adOnly = True
'
'Z_M
'
Me.Z_M.DataPro­pertyName = "Z_M"
Me.Z_M.HeaderText = "Z_M"
Me.Z_M.Name = "Z_M"
Me.Z_M.ReadOnly = True
'
'KondkonfData­GridViewTextBox­Column
'
Me.KondkonfDa­taGridViewTex­tBoxColumn.Da­taPropertyName = "Kond_konf"
Me.KondkonfDa­taGridViewTex­tBoxColumn.He­aderText = "Kond_konf"
Me.KondkonfDa­taGridViewTex­tBoxColumn.Na­me = "KondkonfData­GridViewTextBox­Column"
Me.KondkonfDa­taGridViewTex­tBoxColumn.Re­adOnly = True
'
'KondgestData­GridViewTextBox­Column
'
Me.KondgestDa­taGridViewTex­tBoxColumn.Da­taPropertyName = "Kond_gest"
Me.KondgestDa­taGridViewTex­tBoxColumn.He­aderText = "Kond_gest"
Me.KondgestDa­taGridViewTex­tBoxColumn.Na­me = "KondgestData­GridViewTextBox­Column"
Me.KondgestDa­taGridViewTex­tBoxColumn.Re­adOnly = True
'
'KappekomData­GridViewTextBox­Column
'
Me.KappekomDa­taGridViewTex­tBoxColumn.Da­taPropertyName = "Kappe_kom"
Me.KappekomDa­taGridViewTex­tBoxColumn.He­aderText = "Kappe_kom"
Me.KappekomDa­taGridViewTex­tBoxColumn.Na­me = "KappekomData­GridViewTextBox­Column"
Me.KappekomDa­taGridViewTex­tBoxColumn.Re­adOnly = True
'
'KHkonfDataGrid­ViewTextBoxCo­lumn
'
Me.KHkonfData­GridViewTextBox­Column.DataPro­pertyName = "KH_konf"
Me.KHkonfData­GridViewTextBox­Column.Header­Text = "KH_konf"
Me.KHkonfData­GridViewTextBox­Column.Name = "KHkonfDataGrid­ViewTextBoxCo­lumn"
Me.KHkonfData­GridViewTextBox­Column.ReadOn­ly = True
'
'IDMKBKabelDa­taGridViewTex­tBoxColumn
'
Me.IDMKBKabel­DataGridViewTex­tBoxColumn.Da­taPropertyName = "ID_MKB_Kabel"
Me.IDMKBKabel­DataGridViewTex­tBoxColumn.He­aderText = "ID_MKB_Kabel"
Me.IDMKBKabel­DataGridViewTex­tBoxColumn.Na­me = "IDMKBKabelDa­taGridViewTex­tBoxColumn"
Me.IDMKBKabel­DataGridViewTex­tBoxColumn.Re­adOnly = True
'
'LeitungROHMKBDa­taGridViewTex­tBoxColumn
'
Me.LeitungROH­MKBDataGridVi­ewTextBoxColum­n.DataProperty­Name = "Leitung_ROH_MKB"
Me.LeitungROH­MKBDataGridVi­ewTextBoxColum­n.HeaderText = "Leitung_ROH_MKB"
Me.LeitungROH­MKBDataGridVi­ewTextBoxColum­n.Name = "LeitungROHMKBDa­taGridViewTex­tBoxColumn"
Me.LeitungROH­MKBDataGridVi­ewTextBoxColum­n.ReadOnly = True
'
'SummenlaengeM­KBKabelDataGrid­ViewTextBoxCo­lumn
'
Me.Summenlaen­geMKBKabelData­GridViewTextBox­Column.DataPro­pertyName = "Summenlaenge_MKB_Ka­bel"
Me.Summenlaen­geMKBKabelData­GridViewTextBox­Column.Header­Text = "Summenlaenge_MKB_Ka­bel"
Me.Summenlaen­geMKBKabelData­GridViewTextBox­Column.Name = "SummenlaengeM­KBKabelDataGrid­ViewTextBoxCo­lumn"
Me.Summenlaen­geMKBKabelData­GridViewTextBox­Column.ReadOn­ly = True
'
'TDDataGridVi­ewTextBoxColumn
'
Me.TDDataGrid­ViewTextBoxCo­lumn.DataProper­tyName = "TD"
Me.TDDataGrid­ViewTextBoxCo­lumn.HeaderText = "TD"
Me.TDDataGrid­ViewTextBoxCo­lumn.Name = "TDDataGridVi­ewTextBoxColum­n"
Me.TDDataGrid­ViewTextBoxCo­lumn.ReadOnly = True
'
'KlischeeData­GridViewTextBox­Column
'
Me.KlischeeDa­taGridViewTex­tBoxColumn.Da­taPropertyName = "Klischee"
Me.KlischeeDa­taGridViewTex­tBoxColumn.He­aderText = "Klischee"
Me.KlischeeDa­taGridViewTex­tBoxColumn.Na­me = "KlischeeData­GridViewTextBox­Column"
Me.KlischeeDa­taGridViewTex­tBoxColumn.Re­adOnly = True
'
'APA1DataGrid­ViewTextBoxCo­lumn
'
Me.APA1DataGrid­ViewTextBoxCo­lumn.DataProper­tyName = "APA1"
Me.APA1DataGrid­ViewTextBoxCo­lumn.HeaderText = "APA1"
Me.APA1DataGrid­ViewTextBoxCo­lumn.Name = "APA1DataGrid­ViewTextBoxCo­lumn"
Me.APA1DataGrid­ViewTextBoxCo­lumn.ReadOnly = True
'
'APA2DataGrid­ViewTextBoxCo­lumn
'
Me.APA2DataGrid­ViewTextBoxCo­lumn.DataProper­tyName = "APA2"
Me.APA2DataGrid­ViewTextBoxCo­lumn.HeaderText = "APA2"
Me.APA2DataGrid­ViewTextBoxCo­lumn.Name = "APA2DataGrid­ViewTextBoxCo­lumn"
Me.APA2DataGrid­ViewTextBoxCo­lumn.ReadOnly = True
'
'KondGZDataGrid­ViewTextBoxCo­lumn
'
Me.KondGZData­GridViewTextBox­Column.DataPro­pertyName = "Kond_GZ"
Me.KondGZData­GridViewTextBox­Column.Header­Text = "Kond_GZ"
Me.KondGZData­GridViewTextBox­Column.Name = "KondGZDataGrid­ViewTextBoxCo­lumn"
Me.KondGZData­GridViewTextBox­Column.ReadOn­ly = True
'
'QFFDataGridVi­ewTextBoxColumn
'
Me.QFFDataGrid­ViewTextBoxCo­lumn.DataProper­tyName = "QFF"
Me.QFFDataGrid­ViewTextBoxCo­lumn.HeaderText = "QFF"
Me.QFFDataGrid­ViewTextBoxCo­lumn.Name = "QFFDataGridVi­ewTextBoxColum­n"
Me.QFFDataGrid­ViewTextBoxCo­lumn.ReadOnly = True
'
'KundenNameDa­taGridViewTex­tBoxColumn
'
Me.KundenName­DataGridViewTex­tBoxColumn.Da­taPropertyName = "Kunden_Name"
Me.KundenName­DataGridViewTex­tBoxColumn.He­aderText = "Kunden_Name"
Me.KundenName­DataGridViewTex­tBoxColumn.Na­me = "KundenNameDa­taGridViewTex­tBoxColumn"
Me.KundenName­DataGridViewTex­tBoxColumn.Re­adOnly = True
'
'KundenZeichnun­gNummerDataGrid­ViewTextBoxCo­lumn
'
Me.KundenZeichnun­gNummerDataGrid­ViewTextBoxCo­lumn.DataProper­tyName = "KundenZeichnun­gNummer"
Me.KundenZeichnun­gNummerDataGrid­ViewTextBoxCo­lumn.HeaderText = "KundenZeichnun­gNummer"
Me.KundenZeichnun­gNummerDataGrid­ViewTextBoxCo­lumn.Name = "KundenZeichnun­gNummerDataGrid­ViewTextBoxCo­lumn"
Me.KundenZeichnun­gNummerDataGrid­ViewTextBoxCo­lumn.ReadOnly = True
'
'KPNDataGridVi­ewTextBoxColumn
'
Me.KPNDataGrid­ViewTextBoxCo­lumn.DataProper­tyName = "KPN"
Me.KPNDataGrid­ViewTextBoxCo­lumn.HeaderText = "KPN"
Me.KPNDataGrid­ViewTextBoxCo­lumn.Name = "KPNDataGridVi­ewTextBoxColum­n"
Me.KPNDataGrid­ViewTextBoxCo­lumn.ReadOnly = True
'
'LagerStDataGrid­ViewTextBoxCo­lumn
'
Me.LagerStData­GridViewTextBox­Column.DataPro­pertyName = "Lager_St"
Me.LagerStData­GridViewTextBox­Column.Header­Text = "Lager_St"
Me.LagerStData­GridViewTextBox­Column.Name = "LagerStDataGrid­ViewTextBoxCo­lumn"
Me.LagerStData­GridViewTextBox­Column.ReadOn­ly = True
'
'Preis100StDa­taGridViewTex­tBoxColumn
'
Me.Preis100StDa­taGridViewTex­tBoxColumn.Da­taPropertyName = "Preis100St"
Me.Preis100StDa­taGridViewTex­tBoxColumn.He­aderText = "Preis100St"
Me.Preis100StDa­taGridViewTex­tBoxColumn.Na­me = "Preis100StDa­taGridViewTex­tBoxColumn"
Me.Preis100StDa­taGridViewTex­tBoxColumn.Re­adOnly = True
'
'StandDataGrid­ViewTextBoxCo­lumn
'
Me.StandDataGrid­ViewTextBoxCo­lumn.DataProper­tyName = "Stand"
Me.StandDataGrid­ViewTextBoxCo­lumn.HeaderText = "Stand"
Me.StandDataGrid­ViewTextBoxCo­lumn.Name = "StandDataGrid­ViewTextBoxCo­lumn"
Me.StandDataGrid­ViewTextBoxCo­lumn.ReadOnly = True
'
'ProdTypDataGrid­ViewTextBoxCo­lumn
'
Me.ProdTypData­GridViewTextBox­Column.DataPro­pertyName = "Prod_Typ"
Me.ProdTypData­GridViewTextBox­Column.Header­Text = "Prod_Typ"
Me.ProdTypData­GridViewTextBox­Column.Name = "ProdTypDataGrid­ViewTextBoxCo­lumn"
Me.ProdTypData­GridViewTextBox­Column.ReadOn­ly = True
'
'AutomTypData­GridViewTextBox­Column
'
Me.AutomTypDa­taGridViewTex­tBoxColumn.Da­taPropertyName = "Autom _Typ"
Me.AutomTypDa­taGridViewTex­tBoxColumn.He­aderText = "Autom _Typ"
Me.AutomTypDa­taGridViewTex­tBoxColumn.Na­me = "AutomTypData­GridViewTextBox­Column"
Me.AutomTypDa­taGridViewTex­tBoxColumn.Re­adOnly = True
'
'ZPADataGridVi­ewTextBoxColumn
'
Me.ZPADataGrid­ViewTextBoxCo­lumn.DataProper­tyName = "ZPA"
Me.ZPADataGrid­ViewTextBoxCo­lumn.HeaderText = "ZPA"
Me.ZPADataGrid­ViewTextBoxCo­lumn.Name = "ZPADataGridVi­ewTextBoxColum­n"
Me.ZPADataGrid­ViewTextBoxCo­lumn.ReadOnly = True
'
'STVPZDataGrid­ViewTextBoxCo­lumn
'
Me.STVPZDataGrid­ViewTextBoxCo­lumn.DataProper­tyName = "ST_VPZ"
Me.STVPZDataGrid­ViewTextBoxCo­lumn.HeaderText = "ST_VPZ"
Me.STVPZDataGrid­ViewTextBoxCo­lumn.Name = "STVPZDataGrid­ViewTextBoxCo­lumn"
Me.STVPZDataGrid­ViewTextBoxCo­lumn.ReadOnly = True
'
'STVPZgestData­GridViewTextBox­Column
'
Me.STVPZgestDa­taGridViewTex­tBoxColumn.Da­taPropertyName = "ST_VPZ_gest"
Me.STVPZgestDa­taGridViewTex­tBoxColumn.He­aderText = "ST_VPZ_gest"
Me.STVPZgestDa­taGridViewTex­tBoxColumn.Na­me = "STVPZgestData­GridViewTextBox­Column"
Me.STVPZgestDa­taGridViewTex­tBoxColumn.Re­adOnly = True
'
'ZMDataGridVi­ewTextBoxColumn
'
Me.ZMDataGrid­ViewTextBoxCo­lumn.DataProper­tyName = "Z_M"
Me.ZMDataGrid­ViewTextBoxCo­lumn.HeaderText = "Z_M"
Me.ZMDataGrid­ViewTextBoxCo­lumn.Name = "ZMDataGridVi­ewTextBoxColum­n"
Me.ZMDataGrid­ViewTextBoxCo­lumn.ReadOnly = True
'
'ENDataGridVi­ewTextBoxColumn
'
Me.ENDataGrid­ViewTextBoxCo­lumn.DataProper­tyName = "EN"
Me.ENDataGrid­ViewTextBoxCo­lumn.HeaderText = "EN"
Me.ENDataGrid­ViewTextBoxCo­lumn.Name = "ENDataGridVi­ewTextBoxColum­n"
Me.ENDataGrid­ViewTextBoxCo­lumn.ReadOnly = True
'
'VorgaengerDa­taGridViewTex­tBoxColumn
'
Me.Vorgaenger­DataGridViewTex­tBoxColumn.Da­taPropertyName = "Vorgaenger"
Me.Vorgaenger­DataGridViewTex­tBoxColumn.He­aderText = "Vorgaenger"
Me.Vorgaenger­DataGridViewTex­tBoxColumn.Na­me = "VorgaengerDa­taGridViewTex­tBoxColumn"
Me.Vorgaenger­DataGridViewTex­tBoxColumn.Re­adOnly = True
'
'NachfolgerDa­taGridViewTex­tBoxColumn
'
Me.Nachfolger­DataGridViewTex­tBoxColumn.Da­taPropertyName = "Nachfolger"
Me.Nachfolger­DataGridViewTex­tBoxColumn.He­aderText = "Nachfolger"
Me.Nachfolger­DataGridViewTex­tBoxColumn.Na­me = "NachfolgerDa­taGridViewTex­tBoxColumn"
Me.Nachfolger­DataGridViewTex­tBoxColumn.Re­adOnly = True
'
'InfoTypDataGrid­ViewTextBoxCo­lumn
'
Me.InfoTypData­GridViewTextBox­Column.DataPro­pertyName = "Info_Typ"
Me.InfoTypData­GridViewTextBox­Column.Header­Text = "Info_Typ"
Me.InfoTypData­GridViewTextBox­Column.Name = "InfoTypDataGrid­ViewTextBoxCo­lumn"
Me.InfoTypData­GridViewTextBox­Column.ReadOn­ly = True
'
'Erstelldatum­DataGridViewTex­tBoxColumn
'
Me.Erstelldatum­DataGridViewTex­tBoxColumn.Da­taPropertyName = "Erstelldatum"
Me.Erstelldatum­DataGridViewTex­tBoxColumn.He­aderText = "Erstelldatum"
Me.Erstelldatum­DataGridViewTex­tBoxColumn.Na­me = "Erstelldatum­DataGridViewTex­tBoxColumn"
Me.Erstelldatum­DataGridViewTex­tBoxColumn.Re­adOnly = True
'
'Nettogewichtver­pDataGridView­TextBoxColumn
'
Me.Nettogewichtver­pDataGridView­TextBoxColumn­.DataProperty­Name = "Nettogewicht_verp"
Me.Nettogewichtver­pDataGridView­TextBoxColumn­.HeaderText = "Nettogewicht_verp"
Me.Nettogewichtver­pDataGridView­TextBoxColumn­.Name = "Nettogewichtver­pDataGridView­TextBoxColumn"
Me.Nettogewichtver­pDataGridView­TextBoxColumn­.ReadOnly = True
'
'Bruttogewichtver­pDataGridView­TextBoxColumn
'
Me.Bruttogewichtver­pDataGridView­TextBoxColumn­.DataProperty­Name = "Bruttogewicht_ver­p"
Me.Bruttogewichtver­pDataGridView­TextBoxColumn­.HeaderText = "Bruttogewicht_ver­p"
Me.Bruttogewichtver­pDataGridView­TextBoxColumn­.Name = "Bruttogewichtver­pDataGridView­TextBoxColumn"
Me.Bruttogewichtver­pDataGridView­TextBoxColumn­.ReadOnly = True
'
'IndexDataGrid­ViewTextBoxCo­lumn
'
Me.IndexDataGrid­ViewTextBoxCo­lumn.DataProper­tyName = "Index"
Me.IndexDataGrid­ViewTextBoxCo­lumn.HeaderText = "Index"
Me.IndexDataGrid­ViewTextBoxCo­lumn.Name = "IndexDataGrid­ViewTextBoxCo­lumn"
Me.IndexDataGrid­ViewTextBoxCo­lumn.ReadOnly = True
'
'NettogewichtKap­peDataGridView­TextBoxColumn
'
Me.NettogewichtKap­peDataGridView­TextBoxColumn­.DataProperty­Name = "Nettogewicht_Kap­pe"
Me.NettogewichtKap­peDataGridView­TextBoxColumn­.HeaderText = "Nettogewicht_Kap­pe"
Me.NettogewichtKap­peDataGridView­TextBoxColumn­.Name = "NettogewichtKap­peDataGridView­TextBoxColumn"
Me.NettogewichtKap­peDataGridView­TextBoxColumn­.ReadOnly = True
'
'BruttogewichtKap­peDataGridView­TextBoxColumn
'
Me.BruttogewichtKap­peDataGridView­TextBoxColumn­.DataProperty­Name = "Bruttogewicht_Kap­pe"
Me.BruttogewichtKap­peDataGridView­TextBoxColumn­.HeaderText = "Bruttogewicht_Kap­pe"
Me.BruttogewichtKap­peDataGridView­TextBoxColumn­.Name = "BruttogewichtKap­peDataGridView­TextBoxColumn"
Me.BruttogewichtKap­peDataGridView­TextBoxColumn­.ReadOnly = True
'
'NettogewichtKa­belMKBDataGrid­ViewTextBoxCo­lumn
'
Me.NettogewichtKa­belMKBDataGrid­ViewTextBoxCo­lumn.DataProper­tyName = "Nettogewicht_Ka­bel_MKB"
Me.NettogewichtKa­belMKBDataGrid­ViewTextBoxCo­lumn.HeaderText = "Nettogewicht_Ka­bel_MKB"
Me.NettogewichtKa­belMKBDataGrid­ViewTextBoxCo­lumn.Name = "NettogewichtKa­belMKBDataGrid­ViewTextBoxCo­lumn"
Me.NettogewichtKa­belMKBDataGrid­ViewTextBoxCo­lumn.ReadOnly = True
'
'BruttogewichtKa­belMKBDataGrid­ViewTextBoxCo­lumn
'
Me.BruttogewichtKa­belMKBDataGrid­ViewTextBoxCo­lumn.DataProper­tyName = "Bruttogewicht_Ka­bel_MKB"
Me.BruttogewichtKa­belMKBDataGrid­ViewTextBoxCo­lumn.HeaderText = "Bruttogewicht_Ka­bel_MKB"
Me.BruttogewichtKa­belMKBDataGrid­ViewTextBoxCo­lumn.Name = "BruttogewichtKa­belMKBDataGrid­ViewTextBoxCo­lumn"
Me.BruttogewichtKa­belMKBDataGrid­ViewTextBoxCo­lumn.ReadOnly = True
'
'TandeltaData­GridViewTextBox­Column
'
Me.TandeltaDa­taGridViewTex­tBoxColumn.Da­taPropertyName = "Tandelta"
Me.TandeltaDa­taGridViewTex­tBoxColumn.He­aderText = "Tandelta"
Me.TandeltaDa­taGridViewTex­tBoxColumn.Na­me = "TandeltaData­GridViewTextBox­Column"
Me.TandeltaDa­taGridViewTex­tBoxColumn.Re­adOnly = True
'
'TemperaturMin­DataGridViewTex­tBoxColumn
'
Me.Temperatur­MinDataGridVi­ewTextBoxColum­n.DataProperty­Name = "Temperatur_Min"
Me.Temperatur­MinDataGridVi­ewTextBoxColum­n.HeaderText = "Temperatur_Min"
Me.Temperatur­MinDataGridVi­ewTextBoxColum­n.Name = "TemperaturMin­DataGridViewTex­tBoxColumn"
Me.Temperatur­MinDataGridVi­ewTextBoxColum­n.ReadOnly = True
'
'TemperaturMax­DataGridViewTex­tBoxColumn
'
Me.Temperatur­MaxDataGridVi­ewTextBoxColum­n.DataProperty­Name = "Temperatur_Max"
Me.Temperatur­MaxDataGridVi­ewTextBoxColum­n.HeaderText = "Temperatur_Max"
Me.Temperatur­MaxDataGridVi­ewTextBoxColum­n.Name = "TemperaturMax­DataGridViewTex­tBoxColumn"
Me.Temperatur­MaxDataGridVi­ewTextBoxColum­n.ReadOnly = True
'
'SpannungData­GridViewTextBox­Column
'
Me.SpannungDa­taGridViewTex­tBoxColumn.Da­taPropertyName = "Spannung"
Me.SpannungDa­taGridViewTex­tBoxColumn.He­aderText = "Spannung"
Me.SpannungDa­taGridViewTex­tBoxColumn.Na­me = "SpannungData­GridViewTextBox­Column"
Me.SpannungDa­taGridViewTex­tBoxColumn.Re­adOnly = True
'
'WiderstandDa­taGridViewTex­tBoxColumn
'
Me.WiderstandDa­taGridViewTex­tBoxColumn.Da­taPropertyName = "Widerstand"
Me.WiderstandDa­taGridViewTex­tBoxColumn.He­aderText = "Widerstand"
Me.WiderstandDa­taGridViewTex­tBoxColumn.Na­me = "WiderstandDa­taGridViewTex­tBoxColumn"
Me.WiderstandDa­taGridViewTex­tBoxColumn.Re­adOnly = True
'
'KundenSpezifi­kationsNummer­DataGridViewTex­tBoxColumn
'
Me.KundenSpezi­fikationsNummer­DataGridViewTex­tBoxColumn.Da­taPropertyName = "KundenSpezifi­kationsNummer"
Me.KundenSpezi­fikationsNummer­DataGridViewTex­tBoxColumn.He­aderText = "KundenSpezifi­kationsNummer"
Me.KundenSpezi­fikationsNummer­DataGridViewTex­tBoxColumn.Na­me = "KundenSpezifi­kationsNummer­DataGridViewTex­tBoxColumn"
Me.KundenSpezi­fikationsNummer­DataGridViewTex­tBoxColumn.Re­adOnly = True
'
'KundenVerpac­kungsNummerDa­taGridViewTex­tBoxColumn
'
Me.KundenVerpac­kungsNummerDa­taGridViewTex­tBoxColumn.Da­taPropertyName = "KundenVerpac­kungsNummer"
Me.KundenVerpac­kungsNummerDa­taGridViewTex­tBoxColumn.He­aderText = "KundenVerpac­kungsNummer"
Me.KundenVerpac­kungsNummerDa­taGridViewTex­tBoxColumn.Na­me = "KundenVerpac­kungsNummerDa­taGridViewTex­tBoxColumn"
Me.KundenVerpac­kungsNummerDa­taGridViewTex­tBoxColumn.Re­adOnly = True
'
'BarCodeDataGrid­ViewCheckBoxCo­lumn
'
Me.BarCodeData­GridViewCheckBox­Column.DataPro­pertyName = "BarCode"
Me.BarCodeData­GridViewCheckBox­Column.Header­Text = "BarCode"
Me.BarCodeData­GridViewCheckBox­Column.Name = "BarCodeDataGrid­ViewCheckBoxCo­lumn"
Me.BarCodeData­GridViewCheckBox­Column.ReadOn­ly = True
'
'VDEDataGridVi­ewCheckBoxColumn
'
Me.VDEDataGrid­ViewCheckBoxCo­lumn.DataProper­tyName = "VDE"
Me.VDEDataGrid­ViewCheckBoxCo­lumn.HeaderText = "VDE"
Me.VDEDataGrid­ViewCheckBoxCo­lumn.Name = "VDEDataGridVi­ewCheckBoxColum­n"
Me.VDEDataGrid­ViewCheckBoxCo­lumn.ReadOnly = True
'
'ULDataGridVi­ewCheckBoxColumn
'
Me.ULDataGrid­ViewCheckBoxCo­lumn.DataProper­tyName = "UL"
Me.ULDataGrid­ViewCheckBoxCo­lumn.HeaderText = "UL"
Me.ULDataGrid­ViewCheckBoxCo­lumn.Name = "ULDataGridVi­ewCheckBoxColum­n"
Me.ULDataGrid­ViewCheckBoxCo­lumn.ReadOnly = True
'
'WeitereDataGrid­ViewCheckBoxCo­lumn
'
Me.WeitereData­GridViewCheckBox­Column.DataPro­pertyName = "Weitere"
Me.WeitereData­GridViewCheckBox­Column.Header­Text = "Weitere"
Me.WeitereData­GridViewCheckBox­Column.Name = "WeitereDataGrid­ViewCheckBoxCo­lumn"
Me.WeitereData­GridViewCheckBox­Column.ReadOn­ly = True
'
'AeADataGridVi­ewTextBoxColumn
'
Me.AeADataGrid­ViewTextBoxCo­lumn.DataProper­tyName = "AeA"
Me.AeADataGrid­ViewTextBoxCo­lumn.HeaderText = "AeA"
Me.AeADataGrid­ViewTextBoxCo­lumn.Name = "AeADataGridVi­ewTextBoxColum­n"
Me.AeADataGrid­ViewTextBoxCo­lumn.ReadOnly = True
'
'CEDataGridVi­ewCheckBoxColumn
'
Me.CEDataGrid­ViewCheckBoxCo­lumn.DataProper­tyName = "CE"
Me.CEDataGrid­ViewCheckBoxCo­lumn.HeaderText = "CE"
Me.CEDataGrid­ViewCheckBoxCo­lumn.Name = "CEDataGridVi­ewCheckBoxColum­n"
Me.CEDataGrid­ViewCheckBoxCo­lumn.ReadOnly = True
'
'TabKondverpac­ktBindingSource1
'
Me.TabKondver­packtBindingSou­rce1.DataMember = "Tab_Kond_verpackt"
Me.TabKondver­packtBindingSou­rce1.DataSource = Me.Datenbasis­DataSetBindin­gSource
'
'TabKondverpac­ktBindingSource
'
Me.TabKondver­packtBindingSou­rce.DataMember = "Tab_Kond_verpackt"
Me.TabKondver­packtBindingSou­rce.DataSource = Me.Datenbasis­DataSet
'
'Tab_Kond_ver­packtTableAdap­ter
'
Me.Tab_Kond_ver­packtTableAdap­ter.ClearBefo­reFill = True
'
'PrintBut
'
Me.PrintBut.Image = Global.Window­sApp1.My.Resou­rces.Resources­.tiskarna1
Me.PrintBut.Lo­cation = New System.Drawin­g.Point(195, 13)
Me.PrintBut.Name = "PrintBut"
Me.PrintBut.Size = New System.Drawin­g.Size(44, 48)
Me.PrintBut.Ta­bIndex = 2
Me.PrintBut.U­seVisualStyle­BackColor = True
'
'ExitBut
'
Me.ExitBut.Image = Global.Window­sApp1.My.Resou­rces.Resources­.dveře
Me.ExitBut.Location = New System.Drawin­g.Point(999, 23)
Me.ExitBut.Name = "ExitBut"
Me.ExitBut.Size = New System.Drawin­g.Size(38, 38)
Me.ExitBut.TabIndex = 0
Me.ExitBut.Use­VisualStyleBac­kColor = True
'
'TabKondverpac­ktBindingSource2
'
Me.TabKondver­packtBindingSou­rce2.DataMember = "Tab_Kond_verpackt"
Me.TabKondver­packtBindingSou­rce2.DataSource = Me.Datenbasis­DataSetBindin­gSource
'
'TabKondverpac­ktBindingSource3
'
Me.TabKondver­packtBindingSou­rce3.DataMember = "Tab_Kond_verpackt"
Me.TabKondver­packtBindingSou­rce3.DataSource = Me.Datenbasis­DataSetBindin­gSource
'
'TabKondverpac­ktBindingSource4
'
Me.TabKondver­packtBindingSou­rce4.DataMember = "Tab_Kond_verpackt"
Me.TabKondver­packtBindingSou­rce4.DataSource = Me.Datenbasis­DataSet1
'
'Tab_Kond_ver­packtTableAdap­ter1
'
Me.Tab_Kond_ver­packtTableAdap­ter1.ClearBefo­reFill = True
'
'NotifyIcon1
'
Me.NotifyIcon1.Text = "NotifyIcon1"
Me.NotifyIcon1­.Visible = True
'
'Tab_FarbeTable­Adapter
'
Me.Tab_FarbeTa­bleAdapter.Cle­arBeforeFill = True
'
'Form1
'
Me.AutoScaleDi­mensions = New System.Drawin­g.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Window­s.Forms.AutoS­caleMode.Font
Me.BackColor = System.Drawin­g.SystemColor­s.Highlight
Me.ClientSize = New System.Drawin­g.Size(1106, 632)
Me.Controls.Ad­d(Me.DataGrid­View1)
Me.Controls.Ad­d(Me.Label16)
Me.Controls.Ad­d(Me.Label15)
Me.Controls.Ad­d(Me.Label14)
Me.Controls.Ad­d(Me.TechBox)
Me.Controls.Ad­d(Me.KernBox)
Me.Controls.Ad­d(Me.BBox)
Me.Controls.Ad­d(Me.DBoxMalé)
Me.Controls.Ad­d(Me.HBox)
Me.Controls.Ad­d(Me.DBox)
Me.Controls.Ad­d(Me.C1TextBox)
Me.Controls.Ad­d(Me.TypeBox3)
Me.Controls.Ad­d(Me.TypeBox2)
Me.Controls.Ad­d(Me.TypeBox1)
Me.Controls.Ad­d(Me.TextBox2)
Me.Controls.Ad­d(Me.TextBox1)
Me.Controls.Ad­d(Me.ComboBox1)
Me.Controls.Ad­d(Me.CECheckBox)
Me.Controls.Ad­d(Me.WeitChec­kBox)
Me.Controls.Ad­d(Me.VDEChackBox)
Me.Controls.Ad­d(Me.ULChackBox)
Me.Controls.Ad­d(Me.FilterChac­kbox)
Me.Controls.Ad­d(Me.StandChec­kBox)
Me.Controls.Ad­d(Me.Label13)
Me.Controls.Ad­d(Me.Label2)
Me.Controls.Ad­d(Me.Label12)
Me.Controls.Ad­d(Me.Label11)
Me.Controls.Ad­d(Me.Label10)
Me.Controls.Ad­d(Me.Label9)
Me.Controls.Ad­d(Me.Label8)
Me.Controls.Ad­d(Me.Label7)
Me.Controls.Ad­d(Me.Label6)
Me.Controls.Ad­d(Me.Label5)
Me.Controls.Ad­d(Me.Label4)
Me.Controls.Ad­d(Me.Label3)
Me.Controls.Ad­d(Me.TypeLab)
Me.Controls.Ad­d(Me.IdNrLab)
Me.Controls.Ad­d(Me.KPNBox)
Me.Controls.Ad­d(Me.KundenBox)
Me.Controls.Ad­d(Me.KundenNa­me)
Me.Controls.Ad­d(Me.KPN)
Me.Controls.Ad­d(Me.FilterAu­fheben)
Me.Controls.Ad­d(Me.FilterAn­wenden)
Me.Controls.Ad­d(Me.PrintBut)
Me.Controls.Ad­d(Me.Label1)
Me.Controls.Ad­d(Me.ExitBut)
Me.ForeColor = System.Drawin­g.SystemColor­s.ControlText
Me.Name = "Form1"
Me.Text = "Form1"
CType(Me.Daten­basisDataSet1, System.Componen­tModel.ISuppor­tInitialize).En­dInit()
CType(Me.TabFar­beBindingSource, System.Componen­tModel.ISuppor­tInitialize).En­dInit()
CType(Me.Daten­basisDataSetBin­dingSource, System.Componen­tModel.ISuppor­tInitialize).En­dInit()
CType(Me.Daten­basisDataSet, System.Componen­tModel.ISuppor­tInitialize).En­dInit()
CType(Me.Data­GridView1, System.Componen­tModel.ISuppor­tInitialize).En­dInit()
CType(Me.TabKon­dverpacktBindin­gSource1, System.Componen­tModel.ISuppor­tInitialize).En­dInit()
CType(Me.TabKon­dverpacktBindin­gSource, System.Componen­tModel.ISuppor­tInitialize).En­dInit()
CType(Me.TabKon­dverpacktBindin­gSource2, System.Componen­tModel.ISuppor­tInitialize).En­dInit()
CType(Me.TabKon­dverpacktBindin­gSource3, System.Componen­tModel.ISuppor­tInitialize).En­dInit()
CType(Me.TabKon­dverpacktBindin­gSource4, System.Componen­tModel.ISuppor­tInitialize).En­dInit()
Me.ResumeLayou­t(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.Prin­tDocument
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

 
Nahoru Odpovědět
23.10.2017 13:37
Avatar
Josef Středa:23.10.2017 13:43

případně https://uloz.to/…dowsapp1-rar odkaz na soubor

 
Nahoru Odpovědět
23.10.2017 13:43
Avatar
Josef Středa:23.10.2017 13:46

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 :/

 
Nahoru Odpovědět
23.10.2017 13:46
Avatar
Roman
Člen
Avatar
Roman:23.10.2017 14:38

No v tom kodu nic nemas ani naznak - chtelo by to asi zacit nekde s nejakym tutrialem. Tady jsem nasel na youtubu pekne video s nejakymi zaklady prace s DB. Mozna se tu nekdo najde, kdo by ti to cele dopsal, ale pochybuju

Akceptované řešení
+20 Zkušeností
+2,50 Kč
Řešení problému
 
Nahoru Odpovědět
23.10.2017 14:38
Děláme co je v našich silách, aby byly zdejší diskuze co nejkvalitnější. Proto do nich také mohou přispívat pouze registrovaní členové. Pro zapojení do diskuze se přihlas. Pokud ještě nemáš účet, zaregistruj se, je to zdarma.

Zobrazeno 9 zpráv z 9.