Timas, Gesamtsicherheiten, etc.
This commit is contained in:
41
Aviso/frmGesamtsicherheitenMenuNEU.Designer.vb
generated
41
Aviso/frmGesamtsicherheitenMenuNEU.Designer.vb
generated
@@ -22,15 +22,15 @@ Partial Class frmGesamtsicherheitenMenuNEU
|
||||
'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(frmGesamtsicherheitenMenuNEU))
|
||||
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip()
|
||||
Me.ExportCSVToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ListeToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.DetaillisteToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ReferenzlisteZollamtToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.SaldenNeuBerechnenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.Panel1 = New System.Windows.Forms.Panel()
|
||||
Me.PictureBox5 = New System.Windows.Forms.PictureBox()
|
||||
Me.Label26 = New System.Windows.Forms.Label()
|
||||
Me.btnBisTag = New System.Windows.Forms.Button()
|
||||
Me.btnVonTag = New System.Windows.Forms.Button()
|
||||
@@ -53,9 +53,8 @@ Partial Class frmGesamtsicherheitenMenuNEU
|
||||
Me.lblSaldo = New System.Windows.Forms.Label()
|
||||
Me.lblZollsatz = New System.Windows.Forms.Label()
|
||||
Me.lblReferenzwert = New System.Windows.Forms.Label()
|
||||
Me.PictureBox5 = New System.Windows.Forms.PictureBox()
|
||||
Me.btnExcel = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
||||
Me.dgvListe = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
||||
Me.dgvListe = New VERAG_PROG_ALLGEMEIN.MyDatagridview()
|
||||
Me.btnOpenOver85Days = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
||||
Me.txtDatBis = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
Me.txtDatVon = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
||||
@@ -64,6 +63,7 @@ Partial Class frmGesamtsicherheitenMenuNEU
|
||||
Me.btnSucheStarten = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
||||
Me.btnResetFilter = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
||||
Me.btnNeu = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
||||
Me.SaldoZumStichtagToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ContextMenuStrip1.SuspendLayout()
|
||||
Me.Panel1.SuspendLayout()
|
||||
CType(Me.PictureBox5, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
@@ -72,9 +72,9 @@ Partial Class frmGesamtsicherheitenMenuNEU
|
||||
'
|
||||
'ContextMenuStrip1
|
||||
'
|
||||
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ExportCSVToolStripMenuItem, Me.SaldenNeuBerechnenToolStripMenuItem})
|
||||
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ExportCSVToolStripMenuItem, Me.SaldenNeuBerechnenToolStripMenuItem, Me.SaldoZumStichtagToolStripMenuItem})
|
||||
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
||||
Me.ContextMenuStrip1.Size = New System.Drawing.Size(192, 48)
|
||||
Me.ContextMenuStrip1.Size = New System.Drawing.Size(192, 92)
|
||||
'
|
||||
'ExportCSVToolStripMenuItem
|
||||
'
|
||||
@@ -147,6 +147,17 @@ Partial Class frmGesamtsicherheitenMenuNEU
|
||||
Me.Panel1.Size = New System.Drawing.Size(658, 288)
|
||||
Me.Panel1.TabIndex = 0
|
||||
'
|
||||
'PictureBox5
|
||||
'
|
||||
Me.PictureBox5.BackColor = System.Drawing.Color.White
|
||||
Me.PictureBox5.BackgroundImage = Global.AVISO.My.Resources.Resources.fragezeichen
|
||||
Me.PictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||
Me.PictureBox5.Location = New System.Drawing.Point(3, 3)
|
||||
Me.PictureBox5.Name = "PictureBox5"
|
||||
Me.PictureBox5.Size = New System.Drawing.Size(23, 22)
|
||||
Me.PictureBox5.TabIndex = 132
|
||||
Me.PictureBox5.TabStop = False
|
||||
'
|
||||
'Label26
|
||||
'
|
||||
Me.Label26.AutoSize = True
|
||||
@@ -430,17 +441,6 @@ Partial Class frmGesamtsicherheitenMenuNEU
|
||||
Me.lblReferenzwert.TabIndex = 6
|
||||
Me.lblReferenzwert.Text = "Referenzwert: -"
|
||||
'
|
||||
'PictureBox5
|
||||
'
|
||||
Me.PictureBox5.BackColor = System.Drawing.Color.White
|
||||
Me.PictureBox5.BackgroundImage = Global.AVISO.My.Resources.Resources.fragezeichen
|
||||
Me.PictureBox5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
||||
Me.PictureBox5.Location = New System.Drawing.Point(3, 3)
|
||||
Me.PictureBox5.Name = "PictureBox5"
|
||||
Me.PictureBox5.Size = New System.Drawing.Size(23, 22)
|
||||
Me.PictureBox5.TabIndex = 132
|
||||
Me.PictureBox5.TabStop = False
|
||||
'
|
||||
'btnExcel
|
||||
'
|
||||
Me.btnExcel.allowBorder = False
|
||||
@@ -604,6 +604,12 @@ Partial Class frmGesamtsicherheitenMenuNEU
|
||||
Me.btnNeu.Text = "Neu"
|
||||
Me.btnNeu.UseVisualStyleBackColor = False
|
||||
'
|
||||
'SaldoZumStichtagToolStripMenuItem
|
||||
'
|
||||
Me.SaldoZumStichtagToolStripMenuItem.Name = "SaldoZumStichtagToolStripMenuItem"
|
||||
Me.SaldoZumStichtagToolStripMenuItem.Size = New System.Drawing.Size(191, 22)
|
||||
Me.SaldoZumStichtagToolStripMenuItem.Text = "Saldo zum Stichtag"
|
||||
'
|
||||
'frmGesamtsicherheitenMenuNEU
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -667,4 +673,5 @@ Partial Class frmGesamtsicherheitenMenuNEU
|
||||
Friend WithEvents ReferenzlisteZollamtToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents DetaillisteToolStripMenuItem As ToolStripMenuItem
|
||||
Friend WithEvents PictureBox5 As PictureBox
|
||||
Friend WithEvents SaldoZumStichtagToolStripMenuItem As ToolStripMenuItem
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user