Files
SDL/SDL/kunden/usrcntlVertraege.Designer.vb

232 lines
10 KiB
VB.net

<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class usrcntlVertraege
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()
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
Me.dgvVertraege = New System.Windows.Forms.DataGridView()
Me.Panel1 = New System.Windows.Forms.Panel()
Me.Button11 = New System.Windows.Forms.Button()
Me.Button12 = New System.Windows.Forms.Button()
Me.txtVertragVermerk = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label16 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.cboVertrag = New VERAG_PROG_ALLGEMEIN.MyComboBox()
Me.datVertrag = New VERAG_PROG_ALLGEMEIN.MyTextBox()
Me.Label4 = New System.Windows.Forms.Label()
Me.PictureBox1 = New System.Windows.Forms.PictureBox()
CType(Me.dgvVertraege, System.ComponentModel.ISupportInitialize).BeginInit()
Me.Panel1.SuspendLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'dgvVertraege
'
Me.dgvVertraege.AllowUserToAddRows = False
Me.dgvVertraege.AllowUserToDeleteRows = False
Me.dgvVertraege.AllowUserToOrderColumns = True
Me.dgvVertraege.AllowUserToResizeRows = False
DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
Me.dgvVertraege.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
Me.dgvVertraege.BackgroundColor = System.Drawing.Color.White
Me.dgvVertraege.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
Me.dgvVertraege.Location = New System.Drawing.Point(0, 0)
Me.dgvVertraege.MultiSelect = False
Me.dgvVertraege.Name = "dgvVertraege"
Me.dgvVertraege.ReadOnly = True
Me.dgvVertraege.RowHeadersVisible = False
Me.dgvVertraege.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
Me.dgvVertraege.Size = New System.Drawing.Size(495, 97)
Me.dgvVertraege.TabIndex = 9
'
'Panel1
'
Me.Panel1.BackColor = System.Drawing.Color.White
Me.Panel1.Controls.Add(Me.PictureBox1)
Me.Panel1.Controls.Add(Me.Button11)
Me.Panel1.Controls.Add(Me.Button12)
Me.Panel1.Controls.Add(Me.txtVertragVermerk)
Me.Panel1.Controls.Add(Me.Label16)
Me.Panel1.Controls.Add(Me.Label5)
Me.Panel1.Controls.Add(Me.cboVertrag)
Me.Panel1.Controls.Add(Me.datVertrag)
Me.Panel1.Controls.Add(Me.Label4)
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
Me.Panel1.Location = New System.Drawing.Point(0, 100)
Me.Panel1.Name = "Panel1"
Me.Panel1.Size = New System.Drawing.Size(495, 46)
Me.Panel1.TabIndex = 10
'
'Button11
'
Me.Button11.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button11.ForeColor = System.Drawing.Color.Black
Me.Button11.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.Button11.Location = New System.Drawing.Point(392, 1)
Me.Button11.Name = "Button11"
Me.Button11.Size = New System.Drawing.Size(78, 25)
Me.Button11.TabIndex = 4
Me.Button11.Tag = ""
Me.Button11.Text = "Hinzufügen"
Me.Button11.UseVisualStyleBackColor = True
'
'Button12
'
Me.Button12.FlatStyle = System.Windows.Forms.FlatStyle.Flat
Me.Button12.ForeColor = System.Drawing.Color.Black
Me.Button12.ImageAlign = System.Drawing.ContentAlignment.TopCenter
Me.Button12.Location = New System.Drawing.Point(392, 24)
Me.Button12.Name = "Button12"
Me.Button12.Size = New System.Drawing.Size(78, 22)
Me.Button12.TabIndex = 7
Me.Button12.Tag = ""
Me.Button12.Text = "Abbrechen"
Me.Button12.UseVisualStyleBackColor = True
Me.Button12.Visible = False
'
'txtVertragVermerk
'
Me.txtVertragVermerk._DateTimeOnly = False
Me.txtVertragVermerk._numbersOnly = False
Me.txtVertragVermerk._numbersOnlyKommastellen = ""
Me.txtVertragVermerk._numbersOnlyTrennzeichen = True
Me.txtVertragVermerk._Prozent = False
Me.txtVertragVermerk._ShortDateNew = False
Me.txtVertragVermerk._ShortDateOnly = False
Me.txtVertragVermerk._TimeOnly = False
Me.txtVertragVermerk._TimeOnly_Seconds = False
Me.txtVertragVermerk._value = ""
Me.txtVertragVermerk._Waehrung = False
Me.txtVertragVermerk._WaehrungZeichen = True
Me.txtVertragVermerk.ForeColor = System.Drawing.Color.Black
Me.txtVertragVermerk.Location = New System.Drawing.Point(60, 23)
Me.txtVertragVermerk.MaxLineLength = -1
Me.txtVertragVermerk.MaxLines_Warning = ""
Me.txtVertragVermerk.MaxLines_Warning_Label = Nothing
Me.txtVertragVermerk.Name = "txtVertragVermerk"
Me.txtVertragVermerk.Size = New System.Drawing.Size(326, 20)
Me.txtVertragVermerk.TabIndex = 6
'
'Label16
'
Me.Label16.AutoSize = True
Me.Label16.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label16.Location = New System.Drawing.Point(5, 26)
Me.Label16.Name = "Label16"
Me.Label16.Size = New System.Drawing.Size(49, 13)
Me.Label16.TabIndex = 5
Me.Label16.Text = "Vermerk:"
'
'Label5
'
Me.Label5.AutoSize = True
Me.Label5.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label5.Location = New System.Drawing.Point(244, 6)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(41, 13)
Me.Label5.TabIndex = 2
Me.Label5.Text = "Datum:"
'
'cboVertrag
'
Me.cboVertrag._allowedValuesFreiText = Nothing
Me.cboVertrag._allowFreiText = False
Me.cboVertrag._value = ""
Me.cboVertrag.FormattingEnabled = True
Me.cboVertrag.Location = New System.Drawing.Point(60, 3)
Me.cboVertrag.Name = "cboVertrag"
Me.cboVertrag.Size = New System.Drawing.Size(178, 21)
Me.cboVertrag.TabIndex = 1
'
'datVertrag
'
Me.datVertrag._DateTimeOnly = False
Me.datVertrag._numbersOnly = False
Me.datVertrag._numbersOnlyKommastellen = ""
Me.datVertrag._numbersOnlyTrennzeichen = True
Me.datVertrag._Prozent = False
Me.datVertrag._ShortDateNew = True
Me.datVertrag._ShortDateOnly = False
Me.datVertrag._TimeOnly = False
Me.datVertrag._TimeOnly_Seconds = False
Me.datVertrag._value = ""
Me.datVertrag._Waehrung = False
Me.datVertrag._WaehrungZeichen = True
Me.datVertrag.ForeColor = System.Drawing.Color.Black
Me.datVertrag.Location = New System.Drawing.Point(291, 3)
Me.datVertrag.MaxLength = 10
Me.datVertrag.MaxLineLength = -1
Me.datVertrag.MaxLines_Warning = ""
Me.datVertrag.MaxLines_Warning_Label = Nothing
Me.datVertrag.Name = "datVertrag"
Me.datVertrag.Size = New System.Drawing.Size(95, 20)
Me.datVertrag.TabIndex = 3
'
'Label4
'
Me.Label4.AutoSize = True
Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
Me.Label4.Location = New System.Drawing.Point(3, 6)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(44, 13)
Me.Label4.TabIndex = 0
Me.Label4.Text = "Vertrag:"
'
'PictureBox1
'
Me.PictureBox1.BackgroundImage = Global.SDL.My.Resources.Resources.pdf
Me.PictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
Me.PictureBox1.Location = New System.Drawing.Point(473, 0)
Me.PictureBox1.Name = "PictureBox1"
Me.PictureBox1.Size = New System.Drawing.Size(22, 19)
Me.PictureBox1.TabIndex = 8
Me.PictureBox1.TabStop = False
Me.PictureBox1.Visible = False
'
'usrcntlVertraege
'
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
Me.Controls.Add(Me.Panel1)
Me.Controls.Add(Me.dgvVertraege)
Me.Name = "usrcntlVertraege"
Me.Size = New System.Drawing.Size(495, 146)
CType(Me.dgvVertraege, System.ComponentModel.ISupportInitialize).EndInit()
Me.Panel1.ResumeLayout(False)
Me.Panel1.PerformLayout()
CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
Me.ResumeLayout(False)
End Sub
Public WithEvents dgvVertraege As DataGridView
Friend WithEvents Panel1 As Panel
Public WithEvents Button11 As Button
Friend WithEvents Button12 As Button
Friend WithEvents txtVertragVermerk As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label16 As Label
Friend WithEvents Label5 As Label
Friend WithEvents cboVertrag As VERAG_PROG_ALLGEMEIN.MyComboBox
Friend WithEvents datVertrag As VERAG_PROG_ALLGEMEIN.MyTextBox
Friend WithEvents Label4 As Label
Friend WithEvents PictureBox1 As PictureBox
End Class