816 lines
37 KiB
Plaintext
816 lines
37 KiB
Plaintext
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmFirma
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<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
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmFirma))
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip
|
|
Me.TSBtnQuit = New System.Windows.Forms.ToolStripButton
|
|
Me.TSBtnSave = New System.Windows.Forms.ToolStripButton
|
|
Me.TSBtnNew = New System.Windows.Forms.ToolStripButton
|
|
Me.TSBtnDelete = New System.Windows.Forms.ToolStripButton
|
|
Me.ToolStripButton1 = New System.Windows.Forms.ToolStripButton
|
|
Me.ToolStripButton2 = New System.Windows.Forms.ToolStripButton
|
|
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer
|
|
Me.TreeView1 = New System.Windows.Forms.TreeView
|
|
Me.tbCtrlFirma = New System.Windows.Forms.TabControl
|
|
Me.TabPage1 = New System.Windows.Forms.TabPage
|
|
Me.Panel2 = New System.Windows.Forms.Panel
|
|
Me.C1Ansprechpartner = New C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|
Me.ToolStrip2 = New System.Windows.Forms.ToolStrip
|
|
Me.TSBtnAnsprechpartnerSave = New System.Windows.Forms.ToolStripButton
|
|
Me.TSBtnAnsprechpartnerNeu = New System.Windows.Forms.ToolStripButton
|
|
Me.TSBtnAnsprechpartnerDelete = New System.Windows.Forms.ToolStripButton
|
|
Me.Panel1 = New System.Windows.Forms.Panel
|
|
Me.lblBemerkung = New System.Windows.Forms.Label
|
|
Me.txtbemerkung = New System.Windows.Forms.TextBox
|
|
Me.txtMail = New System.Windows.Forms.TextBox
|
|
Me.txtWeb = New System.Windows.Forms.TextBox
|
|
Me.txtFax = New System.Windows.Forms.TextBox
|
|
Me.lblMail = New System.Windows.Forms.Label
|
|
Me.lblWeb = New System.Windows.Forms.Label
|
|
Me.lblfax = New System.Windows.Forms.Label
|
|
Me.lblTel = New System.Windows.Forms.Label
|
|
Me.txtTel = New System.Windows.Forms.TextBox
|
|
Me.txtOrt = New System.Windows.Forms.TextBox
|
|
Me.txtPlz = New System.Windows.Forms.TextBox
|
|
Me.txtStrasse = New System.Windows.Forms.TextBox
|
|
Me.lblPlzOrt = New System.Windows.Forms.Label
|
|
Me.lblStrasse = New System.Windows.Forms.Label
|
|
Me.lblNameZ2 = New System.Windows.Forms.Label
|
|
Me.lblNameZ1 = New System.Windows.Forms.Label
|
|
Me.txtNameZ2 = New System.Windows.Forms.TextBox
|
|
Me.txtNameZ1 = New System.Windows.Forms.TextBox
|
|
Me.TabPage2 = New System.Windows.Forms.TabPage
|
|
Me.Panel3 = New System.Windows.Forms.Panel
|
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox
|
|
Me.c1FirmenBerufe = New C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox
|
|
Me.Button1 = New System.Windows.Forms.Button
|
|
Me.Plätze = New System.Windows.Forms.Label
|
|
Me.lbAnzahl = New System.Windows.Forms.ListBox
|
|
Me.Label2 = New System.Windows.Forms.Label
|
|
Me.LbZeit = New System.Windows.Forms.ListBox
|
|
Me.Label1 = New System.Windows.Forms.Label
|
|
Me.lbAnsprechpartner = New System.Windows.Forms.ListBox
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox
|
|
Me.c1berfufe = New C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|
Me.SchliessenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem
|
|
Me.MenuStrip2 = New System.Windows.Forms.MenuStrip
|
|
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem
|
|
Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem
|
|
Me.LPDataSet = New LP.LPDataSet
|
|
Me.FirmaBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.FirmaTableAdapter = New LP.LPDataSetTableAdapters.FirmaTableAdapter
|
|
Me.TableAdapterManager = New LP.LPDataSetTableAdapters.TableAdapterManager
|
|
Me.cbaktiv = New System.Windows.Forms.CheckBox
|
|
Me.ToolStrip1.SuspendLayout()
|
|
Me.SplitContainer1.Panel1.SuspendLayout()
|
|
Me.SplitContainer1.Panel2.SuspendLayout()
|
|
Me.SplitContainer1.SuspendLayout()
|
|
Me.tbCtrlFirma.SuspendLayout()
|
|
Me.TabPage1.SuspendLayout()
|
|
Me.Panel2.SuspendLayout()
|
|
CType(Me.C1Ansprechpartner, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.ToolStrip2.SuspendLayout()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.TabPage2.SuspendLayout()
|
|
Me.Panel3.SuspendLayout()
|
|
Me.GroupBox3.SuspendLayout()
|
|
CType(Me.c1FirmenBerufe, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
CType(Me.c1berfufe, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.MenuStrip2.SuspendLayout()
|
|
CType(Me.LPDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.FirmaBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnQuit, Me.TSBtnSave, Me.TSBtnNew, Me.TSBtnDelete, Me.ToolStripButton1, Me.ToolStripButton2})
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 24)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(771, 25)
|
|
Me.ToolStrip1.TabIndex = 1
|
|
Me.ToolStrip1.Text = "ToolStrip1"
|
|
'
|
|
'TSBtnQuit
|
|
'
|
|
Me.TSBtnQuit.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnQuit.Image = CType(resources.GetObject("TSBtnQuit.Image"), System.Drawing.Image)
|
|
Me.TSBtnQuit.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnQuit.Name = "TSBtnQuit"
|
|
Me.TSBtnQuit.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnQuit.Text = "Fenster schliessen"
|
|
Me.TSBtnQuit.ToolTipText = "Fenster schliessen"
|
|
'
|
|
'TSBtnSave
|
|
'
|
|
Me.TSBtnSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnSave.Image = CType(resources.GetObject("TSBtnSave.Image"), System.Drawing.Image)
|
|
Me.TSBtnSave.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnSave.Name = "TSBtnSave"
|
|
Me.TSBtnSave.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnSave.Text = "Daten speichern"
|
|
Me.TSBtnSave.ToolTipText = "Daten speichern"
|
|
'
|
|
'TSBtnNew
|
|
'
|
|
Me.TSBtnNew.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnNew.Image = CType(resources.GetObject("TSBtnNew.Image"), System.Drawing.Image)
|
|
Me.TSBtnNew.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnNew.Name = "TSBtnNew"
|
|
Me.TSBtnNew.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnNew.Text = "Neuer Datensatz"
|
|
Me.TSBtnNew.ToolTipText = "Neuer Datensatz"
|
|
'
|
|
'TSBtnDelete
|
|
'
|
|
Me.TSBtnDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnDelete.Image = CType(resources.GetObject("TSBtnDelete.Image"), System.Drawing.Image)
|
|
Me.TSBtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnDelete.Name = "TSBtnDelete"
|
|
Me.TSBtnDelete.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnDelete.Text = "Datensatz inaktivieren"
|
|
Me.TSBtnDelete.ToolTipText = "Datensatz inaktivieren"
|
|
'
|
|
'ToolStripButton1
|
|
'
|
|
Me.ToolStripButton1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.ToolStripButton1.Image = CType(resources.GetObject("ToolStripButton1.Image"), System.Drawing.Image)
|
|
Me.ToolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.ToolStripButton1.Name = "ToolStripButton1"
|
|
Me.ToolStripButton1.Size = New System.Drawing.Size(23, 22)
|
|
Me.ToolStripButton1.Text = "ToolStripButton1"
|
|
'
|
|
'ToolStripButton2
|
|
'
|
|
Me.ToolStripButton2.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.ToolStripButton2.Image = CType(resources.GetObject("ToolStripButton2.Image"), System.Drawing.Image)
|
|
Me.ToolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.ToolStripButton2.Name = "ToolStripButton2"
|
|
Me.ToolStripButton2.Size = New System.Drawing.Size(23, 22)
|
|
Me.ToolStripButton2.Text = "ToolStripButton2"
|
|
'
|
|
'SplitContainer1
|
|
'
|
|
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainer1.Location = New System.Drawing.Point(0, 49)
|
|
Me.SplitContainer1.Name = "SplitContainer1"
|
|
'
|
|
'SplitContainer1.Panel1
|
|
'
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.TreeView1)
|
|
'
|
|
'SplitContainer1.Panel2
|
|
'
|
|
Me.SplitContainer1.Panel2.Controls.Add(Me.tbCtrlFirma)
|
|
Me.SplitContainer1.Size = New System.Drawing.Size(771, 453)
|
|
Me.SplitContainer1.SplitterDistance = 257
|
|
Me.SplitContainer1.TabIndex = 2
|
|
'
|
|
'TreeView1
|
|
'
|
|
Me.TreeView1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.TreeView1.Location = New System.Drawing.Point(0, 0)
|
|
Me.TreeView1.Name = "TreeView1"
|
|
Me.TreeView1.Size = New System.Drawing.Size(257, 453)
|
|
Me.TreeView1.TabIndex = 0
|
|
'
|
|
'tbCtrlFirma
|
|
'
|
|
Me.tbCtrlFirma.Controls.Add(Me.TabPage1)
|
|
Me.tbCtrlFirma.Controls.Add(Me.TabPage2)
|
|
Me.tbCtrlFirma.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.tbCtrlFirma.Location = New System.Drawing.Point(0, 0)
|
|
Me.tbCtrlFirma.Name = "tbCtrlFirma"
|
|
Me.tbCtrlFirma.SelectedIndex = 0
|
|
Me.tbCtrlFirma.Size = New System.Drawing.Size(510, 453)
|
|
Me.tbCtrlFirma.TabIndex = 1
|
|
'
|
|
'TabPage1
|
|
'
|
|
Me.TabPage1.BackColor = System.Drawing.Color.Transparent
|
|
Me.TabPage1.Controls.Add(Me.Panel2)
|
|
Me.TabPage1.Controls.Add(Me.Panel1)
|
|
Me.TabPage1.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage1.Name = "TabPage1"
|
|
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage1.Size = New System.Drawing.Size(502, 427)
|
|
Me.TabPage1.TabIndex = 0
|
|
Me.TabPage1.Text = "Firma / Ansprechpartner"
|
|
Me.TabPage1.UseVisualStyleBackColor = True
|
|
'
|
|
'Panel2
|
|
'
|
|
Me.Panel2.Controls.Add(Me.C1Ansprechpartner)
|
|
Me.Panel2.Controls.Add(Me.ToolStrip2)
|
|
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Panel2.Location = New System.Drawing.Point(3, 204)
|
|
Me.Panel2.Name = "Panel2"
|
|
Me.Panel2.Size = New System.Drawing.Size(496, 220)
|
|
Me.Panel2.TabIndex = 1
|
|
'
|
|
'C1Ansprechpartner
|
|
'
|
|
Me.C1Ansprechpartner.AllowAddNew = True
|
|
Me.C1Ansprechpartner.AlternatingRows = True
|
|
Me.C1Ansprechpartner.CellTips = C1.Win.C1TrueDBGrid.CellTipEnum.Floating
|
|
Me.C1Ansprechpartner.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.C1Ansprechpartner.FilterBar = True
|
|
Me.C1Ansprechpartner.GroupByCaption = "Drag a column header here to group by that column"
|
|
Me.C1Ansprechpartner.Images.Add(CType(resources.GetObject("C1Ansprechpartner.Images"), System.Drawing.Image))
|
|
Me.C1Ansprechpartner.Location = New System.Drawing.Point(0, 25)
|
|
Me.C1Ansprechpartner.Name = "C1Ansprechpartner"
|
|
Me.C1Ansprechpartner.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
|
Me.C1Ansprechpartner.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
|
Me.C1Ansprechpartner.PreviewInfo.ZoomFactor = 75
|
|
Me.C1Ansprechpartner.PrintInfo.PageSettings = CType(resources.GetObject("C1Ansprechpartner.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
|
Me.C1Ansprechpartner.Size = New System.Drawing.Size(496, 195)
|
|
Me.C1Ansprechpartner.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation
|
|
Me.C1Ansprechpartner.TabIndex = 9
|
|
Me.C1Ansprechpartner.Text = "C1TrueDBGrid1"
|
|
Me.C1Ansprechpartner.PropBag = resources.GetString("C1Ansprechpartner.PropBag")
|
|
'
|
|
'ToolStrip2
|
|
'
|
|
Me.ToolStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.TSBtnAnsprechpartnerSave, Me.TSBtnAnsprechpartnerNeu, Me.TSBtnAnsprechpartnerDelete})
|
|
Me.ToolStrip2.Location = New System.Drawing.Point(0, 0)
|
|
Me.ToolStrip2.Name = "ToolStrip2"
|
|
Me.ToolStrip2.Size = New System.Drawing.Size(496, 25)
|
|
Me.ToolStrip2.TabIndex = 0
|
|
Me.ToolStrip2.Text = "ToolStrip2"
|
|
'
|
|
'TSBtnAnsprechpartnerSave
|
|
'
|
|
Me.TSBtnAnsprechpartnerSave.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnAnsprechpartnerSave.Image = CType(resources.GetObject("TSBtnAnsprechpartnerSave.Image"), System.Drawing.Image)
|
|
Me.TSBtnAnsprechpartnerSave.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnAnsprechpartnerSave.Name = "TSBtnAnsprechpartnerSave"
|
|
Me.TSBtnAnsprechpartnerSave.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnAnsprechpartnerSave.Text = "Daten speichern"
|
|
Me.TSBtnAnsprechpartnerSave.ToolTipText = "Daten speichern"
|
|
'
|
|
'TSBtnAnsprechpartnerNeu
|
|
'
|
|
Me.TSBtnAnsprechpartnerNeu.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnAnsprechpartnerNeu.Image = CType(resources.GetObject("TSBtnAnsprechpartnerNeu.Image"), System.Drawing.Image)
|
|
Me.TSBtnAnsprechpartnerNeu.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnAnsprechpartnerNeu.Name = "TSBtnAnsprechpartnerNeu"
|
|
Me.TSBtnAnsprechpartnerNeu.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnAnsprechpartnerNeu.Text = "Neuer Datensatz"
|
|
Me.TSBtnAnsprechpartnerNeu.ToolTipText = "Neuer Datensatz"
|
|
'
|
|
'TSBtnAnsprechpartnerDelete
|
|
'
|
|
Me.TSBtnAnsprechpartnerDelete.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image
|
|
Me.TSBtnAnsprechpartnerDelete.Image = CType(resources.GetObject("TSBtnAnsprechpartnerDelete.Image"), System.Drawing.Image)
|
|
Me.TSBtnAnsprechpartnerDelete.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.TSBtnAnsprechpartnerDelete.Name = "TSBtnAnsprechpartnerDelete"
|
|
Me.TSBtnAnsprechpartnerDelete.Size = New System.Drawing.Size(23, 22)
|
|
Me.TSBtnAnsprechpartnerDelete.Text = "Datensatz inaktivieren"
|
|
Me.TSBtnAnsprechpartnerDelete.ToolTipText = "Datensatz inaktivieren"
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BackColor = System.Drawing.SystemColors.Control
|
|
Me.Panel1.Controls.Add(Me.cbaktiv)
|
|
Me.Panel1.Controls.Add(Me.lblBemerkung)
|
|
Me.Panel1.Controls.Add(Me.txtbemerkung)
|
|
Me.Panel1.Controls.Add(Me.txtMail)
|
|
Me.Panel1.Controls.Add(Me.txtWeb)
|
|
Me.Panel1.Controls.Add(Me.txtFax)
|
|
Me.Panel1.Controls.Add(Me.lblMail)
|
|
Me.Panel1.Controls.Add(Me.lblWeb)
|
|
Me.Panel1.Controls.Add(Me.lblfax)
|
|
Me.Panel1.Controls.Add(Me.lblTel)
|
|
Me.Panel1.Controls.Add(Me.txtTel)
|
|
Me.Panel1.Controls.Add(Me.txtOrt)
|
|
Me.Panel1.Controls.Add(Me.txtPlz)
|
|
Me.Panel1.Controls.Add(Me.txtStrasse)
|
|
Me.Panel1.Controls.Add(Me.lblPlzOrt)
|
|
Me.Panel1.Controls.Add(Me.lblStrasse)
|
|
Me.Panel1.Controls.Add(Me.lblNameZ2)
|
|
Me.Panel1.Controls.Add(Me.lblNameZ1)
|
|
Me.Panel1.Controls.Add(Me.txtNameZ2)
|
|
Me.Panel1.Controls.Add(Me.txtNameZ1)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel1.Location = New System.Drawing.Point(3, 3)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(496, 201)
|
|
Me.Panel1.TabIndex = 0
|
|
'
|
|
'lblBemerkung
|
|
'
|
|
Me.lblBemerkung.AutoSize = True
|
|
Me.lblBemerkung.Location = New System.Drawing.Point(242, 6)
|
|
Me.lblBemerkung.Name = "lblBemerkung"
|
|
Me.lblBemerkung.Size = New System.Drawing.Size(61, 13)
|
|
Me.lblBemerkung.TabIndex = 56
|
|
Me.lblBemerkung.Text = "Bemerkung"
|
|
'
|
|
'txtbemerkung
|
|
'
|
|
Me.txtbemerkung.Location = New System.Drawing.Point(309, 3)
|
|
Me.txtbemerkung.Multiline = True
|
|
Me.txtbemerkung.Name = "txtbemerkung"
|
|
Me.txtbemerkung.Size = New System.Drawing.Size(181, 171)
|
|
Me.txtbemerkung.TabIndex = 55
|
|
'
|
|
'txtMail
|
|
'
|
|
Me.txtMail.Location = New System.Drawing.Point(67, 177)
|
|
Me.txtMail.Name = "txtMail"
|
|
Me.txtMail.Size = New System.Drawing.Size(161, 20)
|
|
Me.txtMail.TabIndex = 54
|
|
'
|
|
'txtWeb
|
|
'
|
|
Me.txtWeb.Location = New System.Drawing.Point(67, 154)
|
|
Me.txtWeb.Name = "txtWeb"
|
|
Me.txtWeb.Size = New System.Drawing.Size(161, 20)
|
|
Me.txtWeb.TabIndex = 53
|
|
'
|
|
'txtFax
|
|
'
|
|
Me.txtFax.Location = New System.Drawing.Point(67, 129)
|
|
Me.txtFax.Name = "txtFax"
|
|
Me.txtFax.Size = New System.Drawing.Size(161, 20)
|
|
Me.txtFax.TabIndex = 52
|
|
'
|
|
'lblMail
|
|
'
|
|
Me.lblMail.AutoSize = True
|
|
Me.lblMail.Location = New System.Drawing.Point(6, 180)
|
|
Me.lblMail.Name = "lblMail"
|
|
Me.lblMail.Size = New System.Drawing.Size(36, 13)
|
|
Me.lblMail.TabIndex = 51
|
|
Me.lblMail.Text = "E-Mail"
|
|
'
|
|
'lblWeb
|
|
'
|
|
Me.lblWeb.AutoSize = True
|
|
Me.lblWeb.Location = New System.Drawing.Point(6, 157)
|
|
Me.lblWeb.Name = "lblWeb"
|
|
Me.lblWeb.Size = New System.Drawing.Size(43, 13)
|
|
Me.lblWeb.TabIndex = 50
|
|
Me.lblWeb.Text = "Internet"
|
|
'
|
|
'lblfax
|
|
'
|
|
Me.lblfax.AutoSize = True
|
|
Me.lblfax.Location = New System.Drawing.Point(6, 132)
|
|
Me.lblfax.Name = "lblfax"
|
|
Me.lblfax.Size = New System.Drawing.Size(42, 13)
|
|
Me.lblfax.TabIndex = 49
|
|
Me.lblfax.Text = "Telefax"
|
|
'
|
|
'lblTel
|
|
'
|
|
Me.lblTel.AutoSize = True
|
|
Me.lblTel.Location = New System.Drawing.Point(6, 108)
|
|
Me.lblTel.Name = "lblTel"
|
|
Me.lblTel.Size = New System.Drawing.Size(43, 13)
|
|
Me.lblTel.TabIndex = 48
|
|
Me.lblTel.Text = "Telefon"
|
|
'
|
|
'txtTel
|
|
'
|
|
Me.txtTel.Location = New System.Drawing.Point(67, 105)
|
|
Me.txtTel.Name = "txtTel"
|
|
Me.txtTel.Size = New System.Drawing.Size(161, 20)
|
|
Me.txtTel.TabIndex = 47
|
|
'
|
|
'txtOrt
|
|
'
|
|
Me.txtOrt.Location = New System.Drawing.Point(131, 79)
|
|
Me.txtOrt.Name = "txtOrt"
|
|
Me.txtOrt.Size = New System.Drawing.Size(97, 20)
|
|
Me.txtOrt.TabIndex = 46
|
|
'
|
|
'txtPlz
|
|
'
|
|
Me.txtPlz.Location = New System.Drawing.Point(67, 79)
|
|
Me.txtPlz.Name = "txtPlz"
|
|
Me.txtPlz.Size = New System.Drawing.Size(58, 20)
|
|
Me.txtPlz.TabIndex = 45
|
|
'
|
|
'txtStrasse
|
|
'
|
|
Me.txtStrasse.Location = New System.Drawing.Point(67, 55)
|
|
Me.txtStrasse.Name = "txtStrasse"
|
|
Me.txtStrasse.Size = New System.Drawing.Size(161, 20)
|
|
Me.txtStrasse.TabIndex = 44
|
|
'
|
|
'lblPlzOrt
|
|
'
|
|
Me.lblPlzOrt.AutoSize = True
|
|
Me.lblPlzOrt.Location = New System.Drawing.Point(6, 82)
|
|
Me.lblPlzOrt.Name = "lblPlzOrt"
|
|
Me.lblPlzOrt.Size = New System.Drawing.Size(46, 13)
|
|
Me.lblPlzOrt.TabIndex = 43
|
|
Me.lblPlzOrt.Text = "PLZ/Ort"
|
|
'
|
|
'lblStrasse
|
|
'
|
|
Me.lblStrasse.AutoSize = True
|
|
Me.lblStrasse.Location = New System.Drawing.Point(6, 55)
|
|
Me.lblStrasse.Name = "lblStrasse"
|
|
Me.lblStrasse.Size = New System.Drawing.Size(42, 13)
|
|
Me.lblStrasse.TabIndex = 42
|
|
Me.lblStrasse.Text = "Strasse"
|
|
'
|
|
'lblNameZ2
|
|
'
|
|
Me.lblNameZ2.AutoSize = True
|
|
Me.lblNameZ2.Location = New System.Drawing.Point(6, 32)
|
|
Me.lblNameZ2.Name = "lblNameZ2"
|
|
Me.lblNameZ2.Size = New System.Drawing.Size(51, 13)
|
|
Me.lblNameZ2.TabIndex = 41
|
|
Me.lblNameZ2.Text = "Name Z2"
|
|
'
|
|
'lblNameZ1
|
|
'
|
|
Me.lblNameZ1.AutoSize = True
|
|
Me.lblNameZ1.Location = New System.Drawing.Point(6, 6)
|
|
Me.lblNameZ1.Name = "lblNameZ1"
|
|
Me.lblNameZ1.Size = New System.Drawing.Size(51, 13)
|
|
Me.lblNameZ1.TabIndex = 40
|
|
Me.lblNameZ1.Text = "Name Z1"
|
|
'
|
|
'txtNameZ2
|
|
'
|
|
Me.txtNameZ2.Location = New System.Drawing.Point(67, 29)
|
|
Me.txtNameZ2.Name = "txtNameZ2"
|
|
Me.txtNameZ2.Size = New System.Drawing.Size(161, 20)
|
|
Me.txtNameZ2.TabIndex = 39
|
|
'
|
|
'txtNameZ1
|
|
'
|
|
Me.txtNameZ1.Location = New System.Drawing.Point(67, 3)
|
|
Me.txtNameZ1.Name = "txtNameZ1"
|
|
Me.txtNameZ1.Size = New System.Drawing.Size(161, 20)
|
|
Me.txtNameZ1.TabIndex = 38
|
|
'
|
|
'TabPage2
|
|
'
|
|
Me.TabPage2.BackColor = System.Drawing.Color.Transparent
|
|
Me.TabPage2.Controls.Add(Me.Panel3)
|
|
Me.TabPage2.Location = New System.Drawing.Point(4, 22)
|
|
Me.TabPage2.Name = "TabPage2"
|
|
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage2.Size = New System.Drawing.Size(502, 427)
|
|
Me.TabPage2.TabIndex = 1
|
|
Me.TabPage2.Text = "Berufe"
|
|
Me.TabPage2.UseVisualStyleBackColor = True
|
|
'
|
|
'Panel3
|
|
'
|
|
Me.Panel3.BackColor = System.Drawing.SystemColors.Control
|
|
Me.Panel3.Controls.Add(Me.GroupBox3)
|
|
Me.Panel3.Controls.Add(Me.GroupBox2)
|
|
Me.Panel3.Controls.Add(Me.GroupBox1)
|
|
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Panel3.Location = New System.Drawing.Point(3, 3)
|
|
Me.Panel3.Name = "Panel3"
|
|
Me.Panel3.Size = New System.Drawing.Size(496, 421)
|
|
Me.Panel3.TabIndex = 0
|
|
'
|
|
'GroupBox3
|
|
'
|
|
Me.GroupBox3.Controls.Add(Me.c1FirmenBerufe)
|
|
Me.GroupBox3.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.GroupBox3.Location = New System.Drawing.Point(0, 288)
|
|
Me.GroupBox3.Name = "GroupBox3"
|
|
Me.GroupBox3.Size = New System.Drawing.Size(496, 133)
|
|
Me.GroupBox3.TabIndex = 2
|
|
Me.GroupBox3.TabStop = False
|
|
Me.GroupBox3.Text = "Angebotene Berufe"
|
|
'
|
|
'c1FirmenBerufe
|
|
'
|
|
Me.c1FirmenBerufe.AllowAddNew = True
|
|
Me.c1FirmenBerufe.AlternatingRows = True
|
|
Me.c1FirmenBerufe.CellTips = C1.Win.C1TrueDBGrid.CellTipEnum.Floating
|
|
Me.c1FirmenBerufe.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.c1FirmenBerufe.FilterBar = True
|
|
Me.c1FirmenBerufe.GroupByCaption = "Drag a column header here to group by that column"
|
|
Me.c1FirmenBerufe.Images.Add(CType(resources.GetObject("c1FirmenBerufe.Images"), System.Drawing.Image))
|
|
Me.c1FirmenBerufe.Location = New System.Drawing.Point(3, 16)
|
|
Me.c1FirmenBerufe.Name = "c1FirmenBerufe"
|
|
Me.c1FirmenBerufe.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
|
Me.c1FirmenBerufe.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
|
Me.c1FirmenBerufe.PreviewInfo.ZoomFactor = 75
|
|
Me.c1FirmenBerufe.PrintInfo.PageSettings = CType(resources.GetObject("c1FirmenBerufe.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
|
Me.c1FirmenBerufe.Size = New System.Drawing.Size(490, 114)
|
|
Me.c1FirmenBerufe.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation
|
|
Me.c1FirmenBerufe.TabIndex = 10
|
|
Me.c1FirmenBerufe.Text = "C1TrueDBGrid2"
|
|
Me.c1FirmenBerufe.PropBag = resources.GetString("c1FirmenBerufe.PropBag")
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.Button1)
|
|
Me.GroupBox2.Controls.Add(Me.Plätze)
|
|
Me.GroupBox2.Controls.Add(Me.lbAnzahl)
|
|
Me.GroupBox2.Controls.Add(Me.Label2)
|
|
Me.GroupBox2.Controls.Add(Me.LbZeit)
|
|
Me.GroupBox2.Controls.Add(Me.Label1)
|
|
Me.GroupBox2.Controls.Add(Me.lbAnsprechpartner)
|
|
Me.GroupBox2.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.GroupBox2.Location = New System.Drawing.Point(0, 155)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(496, 133)
|
|
Me.GroupBox2.TabIndex = 1
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "Details"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(415, 104)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(75, 23)
|
|
Me.Button1.TabIndex = 6
|
|
Me.Button1.Text = "Einfügen"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Plätze
|
|
'
|
|
Me.Plätze.AutoSize = True
|
|
Me.Plätze.Location = New System.Drawing.Point(323, 16)
|
|
Me.Plätze.Name = "Plätze"
|
|
Me.Plätze.Size = New System.Drawing.Size(36, 13)
|
|
Me.Plätze.TabIndex = 5
|
|
Me.Plätze.Text = "Plätze"
|
|
'
|
|
'lbAnzahl
|
|
'
|
|
Me.lbAnzahl.FormattingEnabled = True
|
|
Me.lbAnzahl.Items.AddRange(New Object() {"1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "11", "12", "13", "14", "16"})
|
|
Me.lbAnzahl.Location = New System.Drawing.Point(326, 32)
|
|
Me.lbAnzahl.Name = "lbAnzahl"
|
|
Me.lbAnzahl.Size = New System.Drawing.Size(84, 95)
|
|
Me.lbAnzahl.TabIndex = 4
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(172, 16)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(25, 13)
|
|
Me.Label2.TabIndex = 3
|
|
Me.Label2.Text = "Zeit"
|
|
'
|
|
'LbZeit
|
|
'
|
|
Me.LbZeit.FormattingEnabled = True
|
|
Me.LbZeit.Location = New System.Drawing.Point(175, 32)
|
|
Me.LbZeit.Name = "LbZeit"
|
|
Me.LbZeit.Size = New System.Drawing.Size(145, 95)
|
|
Me.LbZeit.TabIndex = 2
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(15, 16)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(85, 13)
|
|
Me.Label1.TabIndex = 1
|
|
Me.Label1.Text = "Ansprechpartner"
|
|
'
|
|
'lbAnsprechpartner
|
|
'
|
|
Me.lbAnsprechpartner.FormattingEnabled = True
|
|
Me.lbAnsprechpartner.Location = New System.Drawing.Point(18, 32)
|
|
Me.lbAnsprechpartner.Name = "lbAnsprechpartner"
|
|
Me.lbAnsprechpartner.Size = New System.Drawing.Size(151, 95)
|
|
Me.lbAnsprechpartner.TabIndex = 0
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.c1berfufe)
|
|
Me.GroupBox1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(496, 155)
|
|
Me.GroupBox1.TabIndex = 0
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Berufe"
|
|
'
|
|
'c1berfufe
|
|
'
|
|
Me.c1berfufe.AllowAddNew = True
|
|
Me.c1berfufe.AlternatingRows = True
|
|
Me.c1berfufe.CellTips = C1.Win.C1TrueDBGrid.CellTipEnum.Floating
|
|
Me.c1berfufe.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.c1berfufe.FilterBar = True
|
|
Me.c1berfufe.GroupByCaption = "Drag a column header here to group by that column"
|
|
Me.c1berfufe.Images.Add(CType(resources.GetObject("c1berfufe.Images"), System.Drawing.Image))
|
|
Me.c1berfufe.Location = New System.Drawing.Point(3, 16)
|
|
Me.c1berfufe.Name = "c1berfufe"
|
|
Me.c1berfufe.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
|
Me.c1berfufe.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
|
Me.c1berfufe.PreviewInfo.ZoomFactor = 75
|
|
Me.c1berfufe.PrintInfo.PageSettings = CType(resources.GetObject("c1berfufe.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
|
Me.c1berfufe.Size = New System.Drawing.Size(490, 136)
|
|
Me.c1berfufe.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation
|
|
Me.c1berfufe.TabIndex = 10
|
|
Me.c1berfufe.Text = "C1TrueDBGrid1"
|
|
Me.c1berfufe.PropBag = resources.GetString("c1berfufe.PropBag")
|
|
'
|
|
'SchliessenToolStripMenuItem
|
|
'
|
|
Me.SchliessenToolStripMenuItem.Name = "SchliessenToolStripMenuItem"
|
|
Me.SchliessenToolStripMenuItem.Size = New System.Drawing.Size(128, 22)
|
|
Me.SchliessenToolStripMenuItem.Text = "&Schliessen"
|
|
'
|
|
'MenuStrip2
|
|
'
|
|
Me.MenuStrip2.AllowMerge = False
|
|
Me.MenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem1})
|
|
Me.MenuStrip2.Location = New System.Drawing.Point(0, 0)
|
|
Me.MenuStrip2.Name = "MenuStrip2"
|
|
Me.MenuStrip2.Size = New System.Drawing.Size(771, 24)
|
|
Me.MenuStrip2.TabIndex = 3
|
|
Me.MenuStrip2.Tag = ""
|
|
Me.MenuStrip2.Text = "Hauptmenu"
|
|
'
|
|
'ToolStripMenuItem1
|
|
'
|
|
Me.ToolStripMenuItem1.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem2})
|
|
Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
|
|
Me.ToolStripMenuItem1.Size = New System.Drawing.Size(46, 20)
|
|
Me.ToolStripMenuItem1.Tag = ""
|
|
Me.ToolStripMenuItem1.Text = "&Datei"
|
|
'
|
|
'ToolStripMenuItem2
|
|
'
|
|
Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2"
|
|
Me.ToolStripMenuItem2.Size = New System.Drawing.Size(120, 22)
|
|
Me.ToolStripMenuItem2.Tag = ""
|
|
Me.ToolStripMenuItem2.Text = "&Beenden"
|
|
'
|
|
'LPDataSet
|
|
'
|
|
Me.LPDataSet.DataSetName = "LPDataSet"
|
|
Me.LPDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'FirmaBindingSource
|
|
'
|
|
Me.FirmaBindingSource.DataMember = "Firma"
|
|
Me.FirmaBindingSource.DataSource = Me.LPDataSet
|
|
'
|
|
'FirmaTableAdapter
|
|
'
|
|
Me.FirmaTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TableAdapterManager
|
|
'
|
|
Me.TableAdapterManager.AnsprechpartnerTableAdapter = Nothing
|
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
Me.TableAdapterManager.BerufTableAdapter = Nothing
|
|
Me.TableAdapterManager.FirmaBerufTableAdapter = Nothing
|
|
Me.TableAdapterManager.FirmaTableAdapter = Me.FirmaTableAdapter
|
|
Me.TableAdapterManager.key_tabelleTableAdapter = Nothing
|
|
Me.TableAdapterManager.KlasseTableAdapter = Nothing
|
|
Me.TableAdapterManager.SchuelerBerufTableAdapter = Nothing
|
|
Me.TableAdapterManager.SchuelerTableAdapter = Nothing
|
|
Me.TableAdapterManager.SchulhausTableAdapter = Nothing
|
|
Me.TableAdapterManager.spaltenTableAdapter = Nothing
|
|
Me.TableAdapterManager.sysdiagramsTableAdapter = Nothing
|
|
Me.TableAdapterManager.UpdateOrder = LP.LPDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
Me.TableAdapterManager.ZeitenTableAdapter = Nothing
|
|
'
|
|
'cbaktiv
|
|
'
|
|
Me.cbaktiv.AutoSize = True
|
|
Me.cbaktiv.Location = New System.Drawing.Point(245, 179)
|
|
Me.cbaktiv.Name = "cbaktiv"
|
|
Me.cbaktiv.Size = New System.Drawing.Size(50, 17)
|
|
Me.cbaktiv.TabIndex = 57
|
|
Me.cbaktiv.Text = "Aktiv"
|
|
Me.cbaktiv.UseVisualStyleBackColor = True
|
|
'
|
|
'frmFirma
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(771, 502)
|
|
Me.Controls.Add(Me.SplitContainer1)
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|
Me.Controls.Add(Me.MenuStrip2)
|
|
Me.Name = "frmFirma"
|
|
Me.Text = "Firmen"
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
Me.SplitContainer1.Panel1.ResumeLayout(False)
|
|
Me.SplitContainer1.Panel2.ResumeLayout(False)
|
|
Me.SplitContainer1.ResumeLayout(False)
|
|
Me.tbCtrlFirma.ResumeLayout(False)
|
|
Me.TabPage1.ResumeLayout(False)
|
|
Me.Panel2.ResumeLayout(False)
|
|
Me.Panel2.PerformLayout()
|
|
CType(Me.C1Ansprechpartner, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ToolStrip2.ResumeLayout(False)
|
|
Me.ToolStrip2.PerformLayout()
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.TabPage2.ResumeLayout(False)
|
|
Me.Panel3.ResumeLayout(False)
|
|
Me.GroupBox3.ResumeLayout(False)
|
|
CType(Me.c1FirmenBerufe, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
CType(Me.c1berfufe, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.MenuStrip2.ResumeLayout(False)
|
|
Me.MenuStrip2.PerformLayout()
|
|
CType(Me.LPDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.FirmaBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents LPDataSet As LP.LPDataSet
|
|
Friend WithEvents FirmaBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents FirmaTableAdapter As LP.LPDataSetTableAdapters.FirmaTableAdapter
|
|
Friend WithEvents TableAdapterManager As LP.LPDataSetTableAdapters.TableAdapterManager
|
|
Friend WithEvents ToolStrip1 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
|
|
Friend WithEvents TreeView1 As System.Windows.Forms.TreeView
|
|
Friend WithEvents tbCtrlFirma As System.Windows.Forms.TabControl
|
|
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
|
|
Friend WithEvents Panel2 As System.Windows.Forms.Panel
|
|
Friend WithEvents ToolStrip2 As System.Windows.Forms.ToolStrip
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents lblBemerkung As System.Windows.Forms.Label
|
|
Friend WithEvents txtbemerkung As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtMail As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtWeb As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtFax As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblMail As System.Windows.Forms.Label
|
|
Friend WithEvents lblWeb As System.Windows.Forms.Label
|
|
Friend WithEvents lblfax As System.Windows.Forms.Label
|
|
Friend WithEvents lblTel As System.Windows.Forms.Label
|
|
Friend WithEvents txtTel As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtOrt As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtPlz As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtStrasse As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblPlzOrt As System.Windows.Forms.Label
|
|
Friend WithEvents lblStrasse As System.Windows.Forms.Label
|
|
Friend WithEvents lblNameZ2 As System.Windows.Forms.Label
|
|
Friend WithEvents lblNameZ1 As System.Windows.Forms.Label
|
|
Friend WithEvents txtNameZ2 As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtNameZ1 As System.Windows.Forms.TextBox
|
|
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TSBtnQuit As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnSave As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnNew As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnDelete As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnAnsprechpartnerSave As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnAnsprechpartnerNeu As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents TSBtnAnsprechpartnerDelete As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents SchliessenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents MenuStrip2 As System.Windows.Forms.MenuStrip
|
|
Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents Panel3 As System.Windows.Forms.Panel
|
|
Friend WithEvents C1Ansprechpartner As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents c1berfufe As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents c1FirmenBerufe As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Plätze As System.Windows.Forms.Label
|
|
Friend WithEvents lbAnzahl As System.Windows.Forms.ListBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents LbZeit As System.Windows.Forms.ListBox
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents lbAnsprechpartner As System.Windows.Forms.ListBox
|
|
Friend WithEvents ToolStripButton1 As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents ToolStripButton2 As System.Windows.Forms.ToolStripButton
|
|
Friend WithEvents cbaktiv As System.Windows.Forms.CheckBox
|
|
End Class
|