345 lines
15 KiB
VB.net
345 lines
15 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmLKW_AnhaengeDatenarchiv
|
|
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(frmLKW_AnhaengeDatenarchiv))
|
|
Me.MyDatagridview1 = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.MyPanel1 = New VERAG_PROG_ALLGEMEIN.MyPanel(Me.components)
|
|
Me.cbxMiete = New System.Windows.Forms.CheckBox()
|
|
Me.cbxLeasing = New System.Windows.Forms.CheckBox()
|
|
Me.cbxCEMT = New System.Windows.Forms.CheckBox()
|
|
Me.cbxZulassung = New System.Windows.Forms.CheckBox()
|
|
Me.cbx = New System.Windows.Forms.CheckBox()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.CheckBox4 = New System.Windows.Forms.CheckBox()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.cbxCIF = New System.Windows.Forms.CheckBox()
|
|
Me.cbxCOC = New System.Windows.Forms.CheckBox()
|
|
Me.clmnLKW = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.clmnZulassung_docID = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.clmnCEMT_docID = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.clmnLeasing_docID = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.clmnMiete_docID = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.clmnCIF_docID = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.clmnCOC_docID = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.clmnZulassung = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
|
Me.clmnCEMT = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
|
Me.clmnLeasing = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
|
Me.Column1 = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
|
Me.clmnCIF = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
|
Me.clmnCOC = New System.Windows.Forms.DataGridViewCheckBoxColumn()
|
|
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.MyPanel1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'MyDatagridview1
|
|
'
|
|
Me.MyDatagridview1.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.MyDatagridview1.AllowUserToAddRows = False
|
|
Me.MyDatagridview1.AllowUserToDeleteRows = False
|
|
Me.MyDatagridview1.AllowUserToResizeColumns = False
|
|
Me.MyDatagridview1.AllowUserToResizeRows = False
|
|
Me.MyDatagridview1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.MyDatagridview1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmnLKW, Me.clmnZulassung_docID, Me.clmnCEMT_docID, Me.clmnLeasing_docID, Me.clmnMiete_docID, Me.clmnCIF_docID, Me.clmnCOC_docID, Me.clmnZulassung, Me.clmnCEMT, Me.clmnLeasing, Me.Column1, Me.clmnCIF, Me.clmnCOC})
|
|
Me.MyDatagridview1.Location = New System.Drawing.Point(13, 36)
|
|
Me.MyDatagridview1.Name = "MyDatagridview1"
|
|
Me.MyDatagridview1.ReadOnly = True
|
|
Me.MyDatagridview1.Size = New System.Drawing.Size(678, 383)
|
|
Me.MyDatagridview1.TabIndex = 0
|
|
'
|
|
'MyPanel1
|
|
'
|
|
Me.MyPanel1.Controls.Add(Me.cbxCOC)
|
|
Me.MyPanel1.Controls.Add(Me.cbxCIF)
|
|
Me.MyPanel1.Controls.Add(Me.cbxMiete)
|
|
Me.MyPanel1.Controls.Add(Me.cbxLeasing)
|
|
Me.MyPanel1.Controls.Add(Me.cbxCEMT)
|
|
Me.MyPanel1.Controls.Add(Me.cbxZulassung)
|
|
Me.MyPanel1.Controls.Add(Me.cbx)
|
|
Me.MyPanel1.Location = New System.Drawing.Point(13, 12)
|
|
Me.MyPanel1.Name = "MyPanel1"
|
|
Me.MyPanel1.Size = New System.Drawing.Size(678, 26)
|
|
Me.MyPanel1.TabIndex = 1
|
|
'
|
|
'cbxMiete
|
|
'
|
|
Me.cbxMiete.AutoSize = True
|
|
Me.cbxMiete.Location = New System.Drawing.Point(515, 4)
|
|
Me.cbxMiete.Name = "cbxMiete"
|
|
Me.cbxMiete.Size = New System.Drawing.Size(15, 14)
|
|
Me.cbxMiete.TabIndex = 4
|
|
Me.cbxMiete.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxLeasing
|
|
'
|
|
Me.cbxLeasing.AutoSize = True
|
|
Me.cbxLeasing.Location = New System.Drawing.Point(456, 4)
|
|
Me.cbxLeasing.Name = "cbxLeasing"
|
|
Me.cbxLeasing.Size = New System.Drawing.Size(15, 14)
|
|
Me.cbxLeasing.TabIndex = 3
|
|
Me.cbxLeasing.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxCEMT
|
|
'
|
|
Me.cbxCEMT.AutoSize = True
|
|
Me.cbxCEMT.Location = New System.Drawing.Point(397, 4)
|
|
Me.cbxCEMT.Name = "cbxCEMT"
|
|
Me.cbxCEMT.Size = New System.Drawing.Size(15, 14)
|
|
Me.cbxCEMT.TabIndex = 2
|
|
Me.cbxCEMT.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxZulassung
|
|
'
|
|
Me.cbxZulassung.AutoSize = True
|
|
Me.cbxZulassung.Location = New System.Drawing.Point(335, 4)
|
|
Me.cbxZulassung.Name = "cbxZulassung"
|
|
Me.cbxZulassung.Size = New System.Drawing.Size(15, 14)
|
|
Me.cbxZulassung.TabIndex = 1
|
|
Me.cbxZulassung.UseVisualStyleBackColor = True
|
|
'
|
|
'cbx
|
|
'
|
|
Me.cbx.AutoSize = True
|
|
Me.cbx.Location = New System.Drawing.Point(4, 1)
|
|
Me.cbx.Name = "cbx"
|
|
Me.cbx.Size = New System.Drawing.Size(42, 17)
|
|
Me.cbx.TabIndex = 0
|
|
Me.cbx.Text = "alle"
|
|
Me.cbx.UseVisualStyleBackColor = True
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button3.Location = New System.Drawing.Point(560, 425)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(131, 54)
|
|
Me.Button3.TabIndex = 17
|
|
Me.Button3.Text = "Zwischenablage kopieren"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Image = Global.SDL.My.Resources.Resources.email_big1
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.Location = New System.Drawing.Point(457, 425)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(97, 54)
|
|
Me.Button1.TabIndex = 18
|
|
Me.Button1.Text = "Mail"
|
|
Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBox4
|
|
'
|
|
Me.CheckBox4.AutoSize = True
|
|
Me.CheckBox4.Location = New System.Drawing.Point(13, 425)
|
|
Me.CheckBox4.Name = "CheckBox4"
|
|
Me.CheckBox4.Size = New System.Drawing.Size(172, 17)
|
|
Me.CheckBox4.TabIndex = 19
|
|
Me.CheckBox4.Text = "zu einem PDF zusammenfügen"
|
|
Me.CheckBox4.UseVisualStyleBackColor = True
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Image = Global.SDL.My.Resources.Resources.open
|
|
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button2.Location = New System.Drawing.Point(339, 426)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(112, 54)
|
|
Me.Button2.TabIndex = 20
|
|
Me.Button2.Text = "Speichern" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "unter"
|
|
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxCIF
|
|
'
|
|
Me.cbxCIF.AutoSize = True
|
|
Me.cbxCIF.Location = New System.Drawing.Point(579, 4)
|
|
Me.cbxCIF.Name = "cbxCIF"
|
|
Me.cbxCIF.Size = New System.Drawing.Size(15, 14)
|
|
Me.cbxCIF.TabIndex = 5
|
|
Me.cbxCIF.UseVisualStyleBackColor = True
|
|
'
|
|
'cbxCOC
|
|
'
|
|
Me.cbxCOC.AutoSize = True
|
|
Me.cbxCOC.Location = New System.Drawing.Point(640, 4)
|
|
Me.cbxCOC.Name = "cbxCOC"
|
|
Me.cbxCOC.Size = New System.Drawing.Size(15, 14)
|
|
Me.cbxCOC.TabIndex = 6
|
|
Me.cbxCOC.UseVisualStyleBackColor = True
|
|
'
|
|
'clmnLKW
|
|
'
|
|
Me.clmnLKW.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
|
Me.clmnLKW.HeaderText = "Bezeichnung"
|
|
Me.clmnLKW.Name = "clmnLKW"
|
|
Me.clmnLKW.ReadOnly = True
|
|
'
|
|
'clmnZulassung_docID
|
|
'
|
|
Me.clmnZulassung_docID.HeaderText = "Column1"
|
|
Me.clmnZulassung_docID.Name = "clmnZulassung_docID"
|
|
Me.clmnZulassung_docID.ReadOnly = True
|
|
Me.clmnZulassung_docID.Visible = False
|
|
'
|
|
'clmnCEMT_docID
|
|
'
|
|
Me.clmnCEMT_docID.HeaderText = "Column1"
|
|
Me.clmnCEMT_docID.Name = "clmnCEMT_docID"
|
|
Me.clmnCEMT_docID.ReadOnly = True
|
|
Me.clmnCEMT_docID.Visible = False
|
|
'
|
|
'clmnLeasing_docID
|
|
'
|
|
Me.clmnLeasing_docID.HeaderText = "Column1"
|
|
Me.clmnLeasing_docID.Name = "clmnLeasing_docID"
|
|
Me.clmnLeasing_docID.ReadOnly = True
|
|
Me.clmnLeasing_docID.Visible = False
|
|
'
|
|
'clmnMiete_docID
|
|
'
|
|
Me.clmnMiete_docID.HeaderText = "Column2"
|
|
Me.clmnMiete_docID.Name = "clmnMiete_docID"
|
|
Me.clmnMiete_docID.ReadOnly = True
|
|
Me.clmnMiete_docID.Visible = False
|
|
'
|
|
'clmnCIF_docID
|
|
'
|
|
Me.clmnCIF_docID.HeaderText = "Column2"
|
|
Me.clmnCIF_docID.Name = "clmnCIF_docID"
|
|
Me.clmnCIF_docID.ReadOnly = True
|
|
Me.clmnCIF_docID.Visible = False
|
|
'
|
|
'clmnCOC_docID
|
|
'
|
|
Me.clmnCOC_docID.HeaderText = "Column2"
|
|
Me.clmnCOC_docID.Name = "clmnCOC_docID"
|
|
Me.clmnCOC_docID.ReadOnly = True
|
|
Me.clmnCOC_docID.Visible = False
|
|
'
|
|
'clmnZulassung
|
|
'
|
|
Me.clmnZulassung.HeaderText = "Zulassung"
|
|
Me.clmnZulassung.Name = "clmnZulassung"
|
|
Me.clmnZulassung.ReadOnly = True
|
|
Me.clmnZulassung.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
|
|
Me.clmnZulassung.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
|
|
Me.clmnZulassung.Width = 60
|
|
'
|
|
'clmnCEMT
|
|
'
|
|
Me.clmnCEMT.HeaderText = "CEMT"
|
|
Me.clmnCEMT.Name = "clmnCEMT"
|
|
Me.clmnCEMT.ReadOnly = True
|
|
Me.clmnCEMT.Width = 60
|
|
'
|
|
'clmnLeasing
|
|
'
|
|
Me.clmnLeasing.HeaderText = "Leasing"
|
|
Me.clmnLeasing.Name = "clmnLeasing"
|
|
Me.clmnLeasing.ReadOnly = True
|
|
Me.clmnLeasing.Width = 60
|
|
'
|
|
'Column1
|
|
'
|
|
Me.Column1.HeaderText = "Miete"
|
|
Me.Column1.Name = "Column1"
|
|
Me.Column1.ReadOnly = True
|
|
Me.Column1.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
|
|
Me.Column1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
|
|
Me.Column1.Width = 60
|
|
'
|
|
'clmnCIF
|
|
'
|
|
Me.clmnCIF.HeaderText = "CIF"
|
|
Me.clmnCIF.Name = "clmnCIF"
|
|
Me.clmnCIF.ReadOnly = True
|
|
Me.clmnCIF.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
|
|
Me.clmnCIF.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
|
|
Me.clmnCIF.Width = 60
|
|
'
|
|
'clmnCOC
|
|
'
|
|
Me.clmnCOC.HeaderText = "COC"
|
|
Me.clmnCOC.Name = "clmnCOC"
|
|
Me.clmnCOC.ReadOnly = True
|
|
Me.clmnCOC.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
|
|
Me.clmnCOC.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
|
|
Me.clmnCOC.Width = 60
|
|
'
|
|
'frmLKW_AnhaengeDatenarchiv
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.ClientSize = New System.Drawing.Size(704, 490)
|
|
Me.Controls.Add(Me.Button2)
|
|
Me.Controls.Add(Me.CheckBox4)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.Button3)
|
|
Me.Controls.Add(Me.MyDatagridview1)
|
|
Me.Controls.Add(Me.MyPanel1)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmLKW_AnhaengeDatenarchiv"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.MyPanel1.ResumeLayout(False)
|
|
Me.MyPanel1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents MyDatagridview1 As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents MyPanel1 As VERAG_PROG_ALLGEMEIN.MyPanel
|
|
Friend WithEvents cbx As CheckBox
|
|
Friend WithEvents cbxLeasing As CheckBox
|
|
Friend WithEvents cbxCEMT As CheckBox
|
|
Friend WithEvents cbxZulassung As CheckBox
|
|
Friend WithEvents Button3 As Button
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents CheckBox4 As CheckBox
|
|
Friend WithEvents Button2 As Button
|
|
Friend WithEvents cbxMiete As CheckBox
|
|
Friend WithEvents cbxCOC As CheckBox
|
|
Friend WithEvents cbxCIF As CheckBox
|
|
Friend WithEvents clmnLKW As DataGridViewTextBoxColumn
|
|
Friend WithEvents clmnZulassung_docID As DataGridViewTextBoxColumn
|
|
Friend WithEvents clmnCEMT_docID As DataGridViewTextBoxColumn
|
|
Friend WithEvents clmnLeasing_docID As DataGridViewTextBoxColumn
|
|
Friend WithEvents clmnMiete_docID As DataGridViewTextBoxColumn
|
|
Friend WithEvents clmnCIF_docID As DataGridViewTextBoxColumn
|
|
Friend WithEvents clmnCOC_docID As DataGridViewTextBoxColumn
|
|
Friend WithEvents clmnZulassung As DataGridViewCheckBoxColumn
|
|
Friend WithEvents clmnCEMT As DataGridViewCheckBoxColumn
|
|
Friend WithEvents clmnLeasing As DataGridViewCheckBoxColumn
|
|
Friend WithEvents Column1 As DataGridViewCheckBoxColumn
|
|
Friend WithEvents clmnCIF As DataGridViewCheckBoxColumn
|
|
Friend WithEvents clmnCOC As DataGridViewCheckBoxColumn
|
|
End Class
|