179 lines
8.9 KiB
VB.net
179 lines
8.9 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmBonitätsverlauf
|
|
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(frmBonitätsverlauf))
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.btnExcel = New System.Windows.Forms.Button()
|
|
Me.FlatButton7 = New System.Windows.Forms.Button()
|
|
Me.KdSearchBox1 = New VERAG_PROG_ALLGEMEIN.KdSearchBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.lblBonitatsverlauf = New System.Windows.Forms.Label()
|
|
Me.MyDatagridview1 = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.pnl.SuspendLayout()
|
|
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.BackColor = System.Drawing.Color.White
|
|
Me.pnl.Controls.Add(Me.btnExcel)
|
|
Me.pnl.Controls.Add(Me.FlatButton7)
|
|
Me.pnl.Controls.Add(Me.KdSearchBox1)
|
|
Me.pnl.Controls.Add(Me.Label2)
|
|
Me.pnl.Controls.Add(Me.Label1)
|
|
Me.pnl.Controls.Add(Me.lblBonitatsverlauf)
|
|
Me.pnl.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.pnl.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnl.Name = "pnl"
|
|
Me.pnl.Size = New System.Drawing.Size(829, 58)
|
|
Me.pnl.TabIndex = 0
|
|
'
|
|
'btnExcel
|
|
'
|
|
Me.btnExcel.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.btnExcel.BackgroundImage = Global.SDL.My.Resources.Excel_logo
|
|
Me.btnExcel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center
|
|
Me.btnExcel.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnExcel.Location = New System.Drawing.Point(729, 5)
|
|
Me.btnExcel.Name = "btnExcel"
|
|
Me.btnExcel.Size = New System.Drawing.Size(41, 34)
|
|
Me.btnExcel.TabIndex = 5
|
|
Me.btnExcel.UseVisualStyleBackColor = True
|
|
'
|
|
'FlatButton7
|
|
'
|
|
Me.FlatButton7.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.FlatButton7.BackgroundImage = Global.SDL.My.Resources.refresh
|
|
Me.FlatButton7.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.FlatButton7.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton7.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.FlatButton7.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton7.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.FlatButton7.Location = New System.Drawing.Point(776, 5)
|
|
Me.FlatButton7.Name = "FlatButton7"
|
|
Me.FlatButton7.Size = New System.Drawing.Size(41, 34)
|
|
Me.FlatButton7.TabIndex = 6
|
|
Me.FlatButton7.UseVisualStyleBackColor = True
|
|
'
|
|
'KdSearchBox1
|
|
'
|
|
Me.KdSearchBox1._AllowSetValue = False
|
|
Me.KdSearchBox1._autoSizeGross = False
|
|
Me.KdSearchBox1._displayAVISO_Email = False
|
|
Me.KdSearchBox1._displayFullName = False
|
|
Me.KdSearchBox1._displayWoelflKd = False
|
|
Me.KdSearchBox1._hideIfListEmpty = True
|
|
Me.KdSearchBox1._loadKdData = False
|
|
Me.KdSearchBox1._ValueKdAndName = True
|
|
Me.KdSearchBox1.dgvpos = "LEFT"
|
|
Me.KdSearchBox1.KdName = Nothing
|
|
Me.KdSearchBox1.KdNr = "-1"
|
|
Me.KdSearchBox1.kdNrField = Nothing
|
|
Me.KdSearchBox1.Location = New System.Drawing.Point(54, 29)
|
|
Me.KdSearchBox1.Name = "KdSearchBox1"
|
|
Me.KdSearchBox1.nurAktive = True
|
|
Me.KdSearchBox1.searchActive = True
|
|
Me.KdSearchBox1.Size = New System.Drawing.Size(554, 20)
|
|
Me.KdSearchBox1.TabIndex = 1
|
|
Me.KdSearchBox1.usrcntl = Nothing
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(13, 32)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(35, 13)
|
|
Me.Label2.TabIndex = 0
|
|
Me.Label2.Text = "Firma:"
|
|
Me.Label2.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.Anchor = CType((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles)
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.Location = New System.Drawing.Point(629, 42)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(197, 13)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Mit Doppelklick: Bonitätsformular öffnen."
|
|
Me.Label1.TextAlign = System.Drawing.ContentAlignment.TopRight
|
|
'
|
|
'lblBonitatsverlauf
|
|
'
|
|
Me.lblBonitatsverlauf.AutoSize = True
|
|
Me.lblBonitatsverlauf.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblBonitatsverlauf.Location = New System.Drawing.Point(13, 9)
|
|
Me.lblBonitatsverlauf.Name = "lblBonitatsverlauf"
|
|
Me.lblBonitatsverlauf.Size = New System.Drawing.Size(92, 13)
|
|
Me.lblBonitatsverlauf.TabIndex = 0
|
|
Me.lblBonitatsverlauf.Text = "Bonitätsverlauf"
|
|
'
|
|
'MyDatagridview1
|
|
'
|
|
Me.MyDatagridview1.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.MyDatagridview1.AllowUserToAddRows = False
|
|
Me.MyDatagridview1.AllowUserToDeleteRows = False
|
|
Me.MyDatagridview1.AllowUserToResizeColumns = False
|
|
Me.MyDatagridview1.AllowUserToResizeRows = False
|
|
Me.MyDatagridview1.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.AllCells
|
|
Me.MyDatagridview1.BackgroundColor = System.Drawing.Color.WhiteSmoke
|
|
Me.MyDatagridview1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.MyDatagridview1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.MyDatagridview1.Location = New System.Drawing.Point(0, 58)
|
|
Me.MyDatagridview1.Name = "MyDatagridview1"
|
|
Me.MyDatagridview1.Size = New System.Drawing.Size(829, 403)
|
|
Me.MyDatagridview1.TabIndex = 1
|
|
'
|
|
'frmBonitätsverlauf
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(829, 461)
|
|
Me.Controls.Add(Me.MyDatagridview1)
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.MinimumSize = New System.Drawing.Size(845, 500)
|
|
Me.Name = "frmBonitätsverlauf"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Bonitätsverlauf"
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents pnl As System.Windows.Forms.Panel
|
|
Friend WithEvents MyDatagridview1 As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents KdSearchBox1 As VERAG_PROG_ALLGEMEIN.KdSearchBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents lblBonitatsverlauf As System.Windows.Forms.Label
|
|
Friend WithEvents btnExcel As System.Windows.Forms.Button
|
|
Friend WithEvents FlatButton7 As System.Windows.Forms.Button
|
|
End Class
|