588 lines
29 KiB
VB.net
588 lines
29 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class usrcntlFremdrechnungen
|
|
Inherits System.Windows.Forms.UserControl
|
|
|
|
'UserControl ü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 DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Me.DetailsAnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.FlowLayoutPanel = New System.Windows.Forms.FlowLayoutPanel()
|
|
Me.btnSDL_Alle = New System.Windows.Forms.Button()
|
|
Me.btnSDL_FREJUS = New System.Windows.Forms.Button()
|
|
Me.btnSDL_Hugo = New System.Windows.Forms.Button()
|
|
Me.btnSDL_IDS = New System.Windows.Forms.Button()
|
|
Me.btnSDL_MautMSE = New System.Windows.Forms.Button()
|
|
Me.btnSDL_UTA = New System.Windows.Forms.Button()
|
|
Me.btnVERAGCardNew = New System.Windows.Forms.Button()
|
|
Me.btnSDL_PLOSE = New System.Windows.Forms.Button()
|
|
Me.btnSDL_RMC = New System.Windows.Forms.Button()
|
|
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.KundenblattAnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.cbx = New System.Windows.Forms.CheckBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.dat_Sum_Bis = New System.Windows.Forms.DateTimePicker()
|
|
Me.dat_Sum_Von = New System.Windows.Forms.DateTimePicker()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.cbxMax1000Eintrage = New System.Windows.Forms.CheckBox()
|
|
Me.lblEinträge = New System.Windows.Forms.Label()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Button8 = New System.Windows.Forms.Button()
|
|
Me.Panel3 = New System.Windows.Forms.Panel()
|
|
Me.SplitContainer1 = New System.Windows.Forms.SplitContainer()
|
|
Me.dgvLFRechnung = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.dgvDetails = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.Panel4 = New System.Windows.Forms.Panel()
|
|
Me.cntxtExcel = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.ToolStripMenuItem3 = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.ToolStripMenuItem6 = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.FlowLayoutPanel.SuspendLayout()
|
|
Me.ContextMenuStrip1.SuspendLayout()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.Panel3.SuspendLayout()
|
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SplitContainer1.Panel1.SuspendLayout()
|
|
Me.SplitContainer1.Panel2.SuspendLayout()
|
|
Me.SplitContainer1.SuspendLayout()
|
|
CType(Me.dgvLFRechnung, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.dgvDetails, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel4.SuspendLayout()
|
|
Me.cntxtExcel.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'DetailsAnzeigenToolStripMenuItem
|
|
'
|
|
Me.DetailsAnzeigenToolStripMenuItem.Name = "DetailsAnzeigenToolStripMenuItem"
|
|
Me.DetailsAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(189, 22)
|
|
Me.DetailsAnzeigenToolStripMenuItem.Text = "Details anzeigen"
|
|
'
|
|
'FlowLayoutPanel
|
|
'
|
|
Me.FlowLayoutPanel.AutoScroll = True
|
|
Me.FlowLayoutPanel.BackColor = System.Drawing.Color.White
|
|
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_Alle)
|
|
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_FREJUS)
|
|
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_Hugo)
|
|
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_IDS)
|
|
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_MautMSE)
|
|
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_UTA)
|
|
Me.FlowLayoutPanel.Controls.Add(Me.btnVERAGCardNew)
|
|
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_PLOSE)
|
|
Me.FlowLayoutPanel.Controls.Add(Me.btnSDL_RMC)
|
|
Me.FlowLayoutPanel.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.FlowLayoutPanel.Location = New System.Drawing.Point(0, 0)
|
|
Me.FlowLayoutPanel.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.FlowLayoutPanel.Name = "FlowLayoutPanel"
|
|
Me.FlowLayoutPanel.Size = New System.Drawing.Size(1356, 108)
|
|
Me.FlowLayoutPanel.TabIndex = 11
|
|
'
|
|
'btnSDL_Alle
|
|
'
|
|
Me.btnSDL_Alle.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.btnSDL_Alle.FlatAppearance.BorderSize = 0
|
|
Me.btnSDL_Alle.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSDL_Alle.ForeColor = System.Drawing.Color.Black
|
|
Me.btnSDL_Alle.Image = Global.SDL.My.Resources.Resources.rechnung1
|
|
Me.btnSDL_Alle.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnSDL_Alle.Location = New System.Drawing.Point(0, 0)
|
|
Me.btnSDL_Alle.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnSDL_Alle.Name = "btnSDL_Alle"
|
|
Me.btnSDL_Alle.Size = New System.Drawing.Size(78, 64)
|
|
Me.btnSDL_Alle.TabIndex = 30
|
|
Me.btnSDL_Alle.Text = "ALLE"
|
|
Me.btnSDL_Alle.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnSDL_Alle.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSDL_FREJUS
|
|
'
|
|
Me.btnSDL_FREJUS.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.btnSDL_FREJUS.FlatAppearance.BorderSize = 0
|
|
Me.btnSDL_FREJUS.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSDL_FREJUS.ForeColor = System.Drawing.Color.Black
|
|
Me.btnSDL_FREJUS.Image = Global.SDL.My.Resources.Resources.frejus
|
|
Me.btnSDL_FREJUS.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnSDL_FREJUS.Location = New System.Drawing.Point(78, 0)
|
|
Me.btnSDL_FREJUS.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnSDL_FREJUS.Name = "btnSDL_FREJUS"
|
|
Me.btnSDL_FREJUS.Size = New System.Drawing.Size(78, 64)
|
|
Me.btnSDL_FREJUS.TabIndex = 35
|
|
Me.btnSDL_FREJUS.Text = "FREJUS"
|
|
Me.btnSDL_FREJUS.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnSDL_FREJUS.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSDL_Hugo
|
|
'
|
|
Me.btnSDL_Hugo.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.btnSDL_Hugo.FlatAppearance.BorderSize = 0
|
|
Me.btnSDL_Hugo.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSDL_Hugo.ForeColor = System.Drawing.Color.Black
|
|
Me.btnSDL_Hugo.Image = Global.SDL.My.Resources.Resources.hugo
|
|
Me.btnSDL_Hugo.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnSDL_Hugo.Location = New System.Drawing.Point(156, 0)
|
|
Me.btnSDL_Hugo.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnSDL_Hugo.Name = "btnSDL_Hugo"
|
|
Me.btnSDL_Hugo.Size = New System.Drawing.Size(78, 64)
|
|
Me.btnSDL_Hugo.TabIndex = 38
|
|
Me.btnSDL_Hugo.Text = "HU-GO"
|
|
Me.btnSDL_Hugo.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnSDL_Hugo.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSDL_IDS
|
|
'
|
|
Me.btnSDL_IDS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnSDL_IDS.Cursor = System.Windows.Forms.Cursors.Arrow
|
|
Me.btnSDL_IDS.FlatAppearance.BorderSize = 0
|
|
Me.btnSDL_IDS.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSDL_IDS.ForeColor = System.Drawing.Color.Black
|
|
Me.btnSDL_IDS.Image = Global.SDL.My.Resources.Resources.ids
|
|
Me.btnSDL_IDS.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnSDL_IDS.Location = New System.Drawing.Point(234, 0)
|
|
Me.btnSDL_IDS.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnSDL_IDS.Name = "btnSDL_IDS"
|
|
Me.btnSDL_IDS.Size = New System.Drawing.Size(78, 64)
|
|
Me.btnSDL_IDS.TabIndex = 23
|
|
Me.btnSDL_IDS.Text = "IDS"
|
|
Me.btnSDL_IDS.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnSDL_IDS.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSDL_MautMSE
|
|
'
|
|
Me.btnSDL_MautMSE.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.btnSDL_MautMSE.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.btnSDL_MautMSE.FlatAppearance.BorderSize = 0
|
|
Me.btnSDL_MautMSE.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSDL_MautMSE.ForeColor = System.Drawing.Color.Black
|
|
Me.btnSDL_MautMSE.Image = Global.SDL.My.Resources.Resources.mse
|
|
Me.btnSDL_MautMSE.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnSDL_MautMSE.Location = New System.Drawing.Point(312, 0)
|
|
Me.btnSDL_MautMSE.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnSDL_MautMSE.Name = "btnSDL_MautMSE"
|
|
Me.btnSDL_MautMSE.Size = New System.Drawing.Size(78, 64)
|
|
Me.btnSDL_MautMSE.TabIndex = 27
|
|
Me.btnSDL_MautMSE.Text = "MSE"
|
|
Me.btnSDL_MautMSE.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnSDL_MautMSE.UseVisualStyleBackColor = True
|
|
Me.btnSDL_MautMSE.Visible = False
|
|
'
|
|
'btnSDL_UTA
|
|
'
|
|
Me.btnSDL_UTA.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.btnSDL_UTA.FlatAppearance.BorderSize = 0
|
|
Me.btnSDL_UTA.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSDL_UTA.ForeColor = System.Drawing.Color.Black
|
|
Me.btnSDL_UTA.Image = Global.SDL.My.Resources.Resources.uta
|
|
Me.btnSDL_UTA.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnSDL_UTA.Location = New System.Drawing.Point(390, 0)
|
|
Me.btnSDL_UTA.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnSDL_UTA.Name = "btnSDL_UTA"
|
|
Me.btnSDL_UTA.Size = New System.Drawing.Size(78, 64)
|
|
Me.btnSDL_UTA.TabIndex = 28
|
|
Me.btnSDL_UTA.Text = "UTA"
|
|
Me.btnSDL_UTA.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnSDL_UTA.UseVisualStyleBackColor = True
|
|
'
|
|
'btnVERAGCardNew
|
|
'
|
|
Me.btnVERAGCardNew.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.btnVERAGCardNew.FlatAppearance.BorderSize = 0
|
|
Me.btnVERAGCardNew.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnVERAGCardNew.ForeColor = System.Drawing.Color.Black
|
|
Me.btnVERAGCardNew.Image = Global.SDL.My.Resources.Resources.verag_Card1
|
|
Me.btnVERAGCardNew.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnVERAGCardNew.Location = New System.Drawing.Point(468, 0)
|
|
Me.btnVERAGCardNew.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnVERAGCardNew.Name = "btnVERAGCardNew"
|
|
Me.btnVERAGCardNew.Size = New System.Drawing.Size(78, 80)
|
|
Me.btnVERAGCardNew.TabIndex = 45
|
|
Me.btnVERAGCardNew.Text = "VERAG AT-MAUT"
|
|
Me.btnVERAGCardNew.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnVERAGCardNew.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSDL_PLOSE
|
|
'
|
|
Me.btnSDL_PLOSE.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.btnSDL_PLOSE.FlatAppearance.BorderSize = 0
|
|
Me.btnSDL_PLOSE.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSDL_PLOSE.ForeColor = System.Drawing.Color.Black
|
|
Me.btnSDL_PLOSE.Image = Global.SDL.My.Resources.Resources.plose_1
|
|
Me.btnSDL_PLOSE.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnSDL_PLOSE.Location = New System.Drawing.Point(546, 0)
|
|
Me.btnSDL_PLOSE.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnSDL_PLOSE.Name = "btnSDL_PLOSE"
|
|
Me.btnSDL_PLOSE.Size = New System.Drawing.Size(92, 64)
|
|
Me.btnSDL_PLOSE.TabIndex = 41
|
|
Me.btnSDL_PLOSE.Text = "RoadMaster" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "PLOSE"
|
|
Me.btnSDL_PLOSE.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnSDL_PLOSE.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSDL_RMC
|
|
'
|
|
Me.btnSDL_RMC.Cursor = System.Windows.Forms.Cursors.Default
|
|
Me.btnSDL_RMC.FlatAppearance.BorderSize = 0
|
|
Me.btnSDL_RMC.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnSDL_RMC.ForeColor = System.Drawing.Color.Black
|
|
Me.btnSDL_RMC.Image = Global.SDL.My.Resources.Resources.rechnung1
|
|
Me.btnSDL_RMC.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.btnSDL_RMC.Location = New System.Drawing.Point(638, 0)
|
|
Me.btnSDL_RMC.Margin = New System.Windows.Forms.Padding(0)
|
|
Me.btnSDL_RMC.Name = "btnSDL_RMC"
|
|
Me.btnSDL_RMC.Size = New System.Drawing.Size(92, 64)
|
|
Me.btnSDL_RMC.TabIndex = 46
|
|
Me.btnSDL_RMC.Text = "RMC"
|
|
Me.btnSDL_RMC.TextAlign = System.Drawing.ContentAlignment.BottomCenter
|
|
Me.btnSDL_RMC.UseVisualStyleBackColor = True
|
|
'
|
|
'ContextMenuStrip1
|
|
'
|
|
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.DetailsAnzeigenToolStripMenuItem, Me.KundenblattAnzeigenToolStripMenuItem})
|
|
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(190, 48)
|
|
'
|
|
'KundenblattAnzeigenToolStripMenuItem
|
|
'
|
|
Me.KundenblattAnzeigenToolStripMenuItem.Name = "KundenblattAnzeigenToolStripMenuItem"
|
|
Me.KundenblattAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(189, 22)
|
|
Me.KundenblattAnzeigenToolStripMenuItem.Text = "Kundenblatt anzeigen"
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink
|
|
Me.Panel1.BackColor = System.Drawing.SystemColors.ControlLightLight
|
|
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Panel1.Controls.Add(Me.cbx)
|
|
Me.Panel1.Controls.Add(Me.Label4)
|
|
Me.Panel1.Controls.Add(Me.Label2)
|
|
Me.Panel1.Controls.Add(Me.Label1)
|
|
Me.Panel1.Controls.Add(Me.dat_Sum_Bis)
|
|
Me.Panel1.Controls.Add(Me.dat_Sum_Von)
|
|
Me.Panel1.Controls.Add(Me.Button1)
|
|
Me.Panel1.Controls.Add(Me.cbxMax1000Eintrage)
|
|
Me.Panel1.Controls.Add(Me.lblEinträge)
|
|
Me.Panel1.Controls.Add(Me.Button4)
|
|
Me.Panel1.Controls.Add(Me.Button5)
|
|
Me.Panel1.Controls.Add(Me.Label3)
|
|
Me.Panel1.Controls.Add(Me.Button8)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Right
|
|
Me.Panel1.Location = New System.Drawing.Point(1356, 0)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(260, 907)
|
|
Me.Panel1.TabIndex = 23
|
|
'
|
|
'cbx
|
|
'
|
|
Me.cbx.AutoSize = True
|
|
Me.cbx.Location = New System.Drawing.Point(8, 107)
|
|
Me.cbx.Name = "cbx"
|
|
Me.cbx.Size = New System.Drawing.Size(169, 17)
|
|
Me.cbx.TabIndex = 52
|
|
Me.cbx.Text = "Original-Rechnung an Kunden"
|
|
Me.cbx.UseVisualStyleBackColor = True
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(5, 35)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(91, 13)
|
|
Me.Label4.TabIndex = 51
|
|
Me.Label4.Text = "Rechnungsdatum"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(5, 83)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(20, 13)
|
|
Me.Label2.TabIndex = 50
|
|
Me.Label2.Text = "bis"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(5, 57)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(28, 13)
|
|
Me.Label1.TabIndex = 49
|
|
Me.Label1.Text = "von:"
|
|
'
|
|
'dat_Sum_Bis
|
|
'
|
|
Me.dat_Sum_Bis.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.dat_Sum_Bis.Location = New System.Drawing.Point(60, 77)
|
|
Me.dat_Sum_Bis.Name = "dat_Sum_Bis"
|
|
Me.dat_Sum_Bis.Size = New System.Drawing.Size(103, 20)
|
|
Me.dat_Sum_Bis.TabIndex = 48
|
|
'
|
|
'dat_Sum_Von
|
|
'
|
|
Me.dat_Sum_Von.Format = System.Windows.Forms.DateTimePickerFormat.[Short]
|
|
Me.dat_Sum_Von.Location = New System.Drawing.Point(60, 51)
|
|
Me.dat_Sum_Von.Name = "dat_Sum_Von"
|
|
Me.dat_Sum_Von.Size = New System.Drawing.Size(103, 20)
|
|
Me.dat_Sum_Von.TabIndex = 46
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.BackgroundImage = Global.SDL.My.Resources.Resources.refresh
|
|
Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.Location = New System.Drawing.Point(200, 203)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(50, 44)
|
|
Me.Button1.TabIndex = 45
|
|
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxMax1000Eintrage
|
|
'
|
|
Me.cbxMax1000Eintrage.AutoSize = True
|
|
Me.cbxMax1000Eintrage.Checked = True
|
|
Me.cbxMax1000Eintrage.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.cbxMax1000Eintrage.Location = New System.Drawing.Point(8, 130)
|
|
Me.cbxMax1000Eintrage.Name = "cbxMax1000Eintrage"
|
|
Me.cbxMax1000Eintrage.Size = New System.Drawing.Size(117, 17)
|
|
Me.cbxMax1000Eintrage.TabIndex = 41
|
|
Me.cbxMax1000Eintrage.Text = "max. 1000 Einträge"
|
|
Me.cbxMax1000Eintrage.UseVisualStyleBackColor = True
|
|
'
|
|
'lblEinträge
|
|
'
|
|
Me.lblEinträge.AutoSize = True
|
|
Me.lblEinträge.BackColor = System.Drawing.Color.White
|
|
Me.lblEinträge.Location = New System.Drawing.Point(190, 3)
|
|
Me.lblEinträge.Name = "lblEinträge"
|
|
Me.lblEinträge.Size = New System.Drawing.Size(58, 13)
|
|
Me.lblEinträge.TabIndex = 40
|
|
Me.lblEinträge.Text = "0 Einträge "
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button4.Image = Global.SDL.My.Resources.Resources.checklist
|
|
Me.Button4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button4.Location = New System.Drawing.Point(8, 203)
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.Size = New System.Drawing.Size(118, 44)
|
|
Me.Button4.TabIndex = 21
|
|
Me.Button4.Text = "Details" & Global.Microsoft.VisualBasic.ChrW(10) & "anzeigen"
|
|
Me.Button4.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'Button5
|
|
'
|
|
Me.Button5.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button5.Image = Global.SDL.My.Resources.Resources.email_big1
|
|
Me.Button5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button5.Location = New System.Drawing.Point(8, 153)
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.Size = New System.Drawing.Size(118, 44)
|
|
Me.Button5.TabIndex = 22
|
|
Me.Button5.Text = "Mail"
|
|
Me.Button5.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(3, 3)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(32, 13)
|
|
Me.Label3.TabIndex = 25
|
|
Me.Label3.Text = "Filter:"
|
|
'
|
|
'Button8
|
|
'
|
|
Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button8.Image = Global.SDL.My.Resources.Resources.Excel_logo
|
|
Me.Button8.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button8.Location = New System.Drawing.Point(132, 153)
|
|
Me.Button8.Name = "Button8"
|
|
Me.Button8.Size = New System.Drawing.Size(118, 44)
|
|
Me.Button8.TabIndex = 31
|
|
Me.Button8.Text = "In Excel " & Global.Microsoft.VisualBasic.ChrW(10) & "konvertieren"
|
|
Me.Button8.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button8.UseVisualStyleBackColor = True
|
|
'
|
|
'Panel3
|
|
'
|
|
Me.Panel3.AutoScroll = True
|
|
Me.Panel3.Controls.Add(Me.SplitContainer1)
|
|
Me.Panel3.Controls.Add(Me.Panel4)
|
|
Me.Panel3.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Panel3.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel3.Name = "Panel3"
|
|
Me.Panel3.Size = New System.Drawing.Size(1356, 907)
|
|
Me.Panel3.TabIndex = 29
|
|
'
|
|
'SplitContainer1
|
|
'
|
|
Me.SplitContainer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.SplitContainer1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.SplitContainer1.IsSplitterFixed = True
|
|
Me.SplitContainer1.Location = New System.Drawing.Point(0, 108)
|
|
Me.SplitContainer1.Name = "SplitContainer1"
|
|
Me.SplitContainer1.Orientation = System.Windows.Forms.Orientation.Horizontal
|
|
'
|
|
'SplitContainer1.Panel1
|
|
'
|
|
Me.SplitContainer1.Panel1.AutoScroll = True
|
|
Me.SplitContainer1.Panel1.Controls.Add(Me.dgvLFRechnung)
|
|
'
|
|
'SplitContainer1.Panel2
|
|
'
|
|
Me.SplitContainer1.Panel2.Controls.Add(Me.dgvDetails)
|
|
Me.SplitContainer1.Panel2MinSize = 0
|
|
Me.SplitContainer1.Size = New System.Drawing.Size(1356, 799)
|
|
Me.SplitContainer1.SplitterDistance = 559
|
|
Me.SplitContainer1.TabIndex = 13
|
|
'
|
|
'dgvLFRechnung
|
|
'
|
|
Me.dgvLFRechnung.AKTUALISIERUNGS_INTERVALL = 1000
|
|
Me.dgvLFRechnung.AllowUserToAddRows = False
|
|
Me.dgvLFRechnung.AllowUserToDeleteRows = False
|
|
Me.dgvLFRechnung.AllowUserToResizeColumns = False
|
|
Me.dgvLFRechnung.AllowUserToResizeRows = False
|
|
DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
Me.dgvLFRechnung.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
Me.dgvLFRechnung.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvLFRechnung.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvLFRechnung.Location = New System.Drawing.Point(4, 3)
|
|
Me.dgvLFRechnung.Name = "dgvLFRechnung"
|
|
Me.dgvLFRechnung.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvLFRechnung.Size = New System.Drawing.Size(1354, 770)
|
|
Me.dgvLFRechnung.TabIndex = 29
|
|
'
|
|
'dgvDetails
|
|
'
|
|
Me.dgvDetails.AKTUALISIERUNGS_INTERVALL = 1000
|
|
Me.dgvDetails.AllowUserToAddRows = False
|
|
Me.dgvDetails.AllowUserToDeleteRows = False
|
|
Me.dgvDetails.AllowUserToResizeColumns = False
|
|
Me.dgvDetails.AllowUserToResizeRows = False
|
|
DataGridViewCellStyle2.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
Me.dgvDetails.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle2
|
|
Me.dgvDetails.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvDetails.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvDetails.Location = New System.Drawing.Point(-1, 3)
|
|
Me.dgvDetails.Name = "dgvDetails"
|
|
Me.dgvDetails.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvDetails.Size = New System.Drawing.Size(1352, 228)
|
|
Me.dgvDetails.TabIndex = 30
|
|
'
|
|
'Panel4
|
|
'
|
|
Me.Panel4.BackColor = System.Drawing.Color.White
|
|
Me.Panel4.Controls.Add(Me.FlowLayoutPanel)
|
|
Me.Panel4.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel4.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel4.Name = "Panel4"
|
|
Me.Panel4.Size = New System.Drawing.Size(1356, 108)
|
|
Me.Panel4.TabIndex = 11
|
|
'
|
|
'cntxtExcel
|
|
'
|
|
Me.cntxtExcel.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem3, Me.ToolStripMenuItem6})
|
|
Me.cntxtExcel.Name = "cntxtExcel"
|
|
Me.cntxtExcel.Size = New System.Drawing.Size(211, 48)
|
|
Me.cntxtExcel.Text = "Excel"
|
|
'
|
|
'ToolStripMenuItem3
|
|
'
|
|
Me.ToolStripMenuItem3.Name = "ToolStripMenuItem3"
|
|
Me.ToolStripMenuItem3.Size = New System.Drawing.Size(210, 22)
|
|
Me.ToolStripMenuItem3.Text = "Einfach"
|
|
'
|
|
'ToolStripMenuItem6
|
|
'
|
|
Me.ToolStripMenuItem6.Name = "ToolStripMenuItem6"
|
|
Me.ToolStripMenuItem6.Size = New System.Drawing.Size(210, 22)
|
|
Me.ToolStripMenuItem6.Text = "Formatiert (dauert länger)"
|
|
'
|
|
'usrcntlFremdrechnungen
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.Panel3)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.DoubleBuffered = True
|
|
Me.Name = "usrcntlFremdrechnungen"
|
|
Me.Size = New System.Drawing.Size(1616, 907)
|
|
Me.FlowLayoutPanel.ResumeLayout(False)
|
|
Me.ContextMenuStrip1.ResumeLayout(False)
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.Panel3.ResumeLayout(False)
|
|
Me.SplitContainer1.Panel1.ResumeLayout(False)
|
|
Me.SplitContainer1.Panel2.ResumeLayout(False)
|
|
CType(Me.SplitContainer1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.SplitContainer1.ResumeLayout(False)
|
|
CType(Me.dgvLFRechnung, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.dgvDetails, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel4.ResumeLayout(False)
|
|
Me.cntxtExcel.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents DetailsAnzeigenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents FlowLayoutPanel As System.Windows.Forms.FlowLayoutPanel
|
|
Friend WithEvents btnSDL_Alle As System.Windows.Forms.Button
|
|
Friend WithEvents btnSDL_IDS As System.Windows.Forms.Button
|
|
Friend WithEvents btnSDL_MautMSE As System.Windows.Forms.Button
|
|
Friend WithEvents btnSDL_UTA As System.Windows.Forms.Button
|
|
Friend WithEvents btnSDL_FREJUS As System.Windows.Forms.Button
|
|
Friend WithEvents btnSDL_Hugo As System.Windows.Forms.Button
|
|
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents KundenblattAnzeigenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents Button8 As System.Windows.Forms.Button
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Button5 As System.Windows.Forms.Button
|
|
Friend WithEvents Panel3 As System.Windows.Forms.Panel
|
|
Friend WithEvents SplitContainer1 As System.Windows.Forms.SplitContainer
|
|
Friend WithEvents Button4 As System.Windows.Forms.Button
|
|
Friend WithEvents cntxtExcel As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents ToolStripMenuItem3 As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents ToolStripMenuItem6 As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents lblEinträge As System.Windows.Forms.Label
|
|
Friend WithEvents cbxMax1000Eintrage As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Panel4 As System.Windows.Forms.Panel
|
|
Friend WithEvents btnSDL_PLOSE As Button
|
|
Friend WithEvents btnVERAGCardNew As Button
|
|
Friend WithEvents btnSDL_RMC As Button
|
|
Friend WithEvents dgvLFRechnung As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents cbx As CheckBox
|
|
Friend WithEvents dat_Sum_Bis As DateTimePicker
|
|
Friend WithEvents dat_Sum_Von As DateTimePicker
|
|
Friend WithEvents dgvDetails As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
End Class
|