226 lines
9.8 KiB
VB.net
226 lines
9.8 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class usrCntlATLAS_NCTS_Sicherheit
|
|
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()
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.MyDatagridview1 = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.index = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.ID = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.Art = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.Abgabenbetrag = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.GRN = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.TIN_EORI = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.Bezeichnung = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.Timer = New System.Windows.Forms.Timer(Me.components)
|
|
Me.pnl.SuspendLayout()
|
|
Me.Panel2.SuspendLayout()
|
|
CType(Me.MyDatagridview1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.Controls.Add(Me.Panel2)
|
|
Me.pnl.Controls.Add(Me.Panel1)
|
|
Me.pnl.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.pnl.Location = New System.Drawing.Point(0, 0)
|
|
Me.pnl.Name = "pnl"
|
|
Me.pnl.Size = New System.Drawing.Size(930, 503)
|
|
Me.pnl.TabIndex = 0
|
|
'
|
|
'Panel2
|
|
'
|
|
Me.Panel2.Controls.Add(Me.Label6)
|
|
Me.Panel2.Controls.Add(Me.Button2)
|
|
Me.Panel2.Controls.Add(Me.Button1)
|
|
Me.Panel2.Controls.Add(Me.MyDatagridview1)
|
|
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Panel2.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel2.Name = "Panel2"
|
|
Me.Panel2.Size = New System.Drawing.Size(930, 253)
|
|
Me.Panel2.TabIndex = 60
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label6.Location = New System.Drawing.Point(16, 14)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(132, 13)
|
|
Me.Label6.TabIndex = 57
|
|
Me.Label6.Text = "Sicherheit auswählen:"
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.BackColor = System.Drawing.Color.White
|
|
Me.Button2.BackgroundImage = Global.SDL.My.Resources.del
|
|
Me.Button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button2.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold)
|
|
Me.Button2.ForeColor = System.Drawing.Color.Black
|
|
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.Button2.Location = New System.Drawing.Point(841, 5)
|
|
Me.Button2.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(35, 26)
|
|
Me.Button2.TabIndex = 59
|
|
Me.Button2.UseVisualStyleBackColor = False
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.BackColor = System.Drawing.Color.White
|
|
Me.Button1.BackgroundImage = Global.SDL.My.Resources.plus
|
|
Me.Button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold)
|
|
Me.Button1.ForeColor = System.Drawing.Color.Black
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.Button1.Location = New System.Drawing.Point(874, 5)
|
|
Me.Button1.Margin = New System.Windows.Forms.Padding(2)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(35, 26)
|
|
Me.Button1.TabIndex = 44
|
|
Me.Button1.UseVisualStyleBackColor = False
|
|
'
|
|
'MyDatagridview1
|
|
'
|
|
Me.MyDatagridview1.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.MyDatagridview1.AllowUserToAddRows = False
|
|
Me.MyDatagridview1.AllowUserToDeleteRows = False
|
|
Me.MyDatagridview1.AllowUserToOrderColumns = True
|
|
Me.MyDatagridview1.AllowUserToResizeColumns = False
|
|
Me.MyDatagridview1.AllowUserToResizeRows = False
|
|
Me.MyDatagridview1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Bottom) _
|
|
Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles)
|
|
Me.MyDatagridview1.BackgroundColor = System.Drawing.Color.White
|
|
Me.MyDatagridview1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.MyDatagridview1.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.index, Me.ID, Me.Art, Me.Abgabenbetrag, Me.GRN, Me.TIN_EORI, Me.Bezeichnung})
|
|
Me.MyDatagridview1.Location = New System.Drawing.Point(16, 30)
|
|
Me.MyDatagridview1.Name = "MyDatagridview1"
|
|
Me.MyDatagridview1.ReadOnly = True
|
|
Me.MyDatagridview1.RowHeadersVisible = False
|
|
Me.MyDatagridview1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.MyDatagridview1.Size = New System.Drawing.Size(893, 194)
|
|
Me.MyDatagridview1.TabIndex = 47
|
|
'
|
|
'index
|
|
'
|
|
Me.index.HeaderText = "index"
|
|
Me.index.Name = "index"
|
|
Me.index.ReadOnly = True
|
|
Me.index.Visible = False
|
|
'
|
|
'ID
|
|
'
|
|
Me.ID.HeaderText = "ID"
|
|
Me.ID.Name = "ID"
|
|
Me.ID.ReadOnly = True
|
|
Me.ID.Width = 30
|
|
'
|
|
'Art
|
|
'
|
|
Me.Art.HeaderText = "Art"
|
|
Me.Art.Name = "Art"
|
|
Me.Art.ReadOnly = True
|
|
Me.Art.Width = 180
|
|
'
|
|
'Abgabenbetrag
|
|
'
|
|
Me.Abgabenbetrag.HeaderText = "Abgabenbetrag"
|
|
Me.Abgabenbetrag.Name = "Abgabenbetrag"
|
|
Me.Abgabenbetrag.ReadOnly = True
|
|
Me.Abgabenbetrag.Width = 120
|
|
'
|
|
'GRN
|
|
'
|
|
Me.GRN.HeaderText = "GRN"
|
|
Me.GRN.Name = "GRN"
|
|
Me.GRN.ReadOnly = True
|
|
Me.GRN.Width = 150
|
|
'
|
|
'TIN_EORI
|
|
'
|
|
Me.TIN_EORI.HeaderText = "TIN/EORI"
|
|
Me.TIN_EORI.Name = "TIN_EORI"
|
|
Me.TIN_EORI.ReadOnly = True
|
|
Me.TIN_EORI.Width = 150
|
|
'
|
|
'Bezeichnung
|
|
'
|
|
Me.Bezeichnung.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
|
Me.Bezeichnung.HeaderText = "Bezeichnung"
|
|
Me.Bezeichnung.Name = "Bezeichnung"
|
|
Me.Bezeichnung.ReadOnly = True
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.Panel1.Enabled = False
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 253)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(930, 250)
|
|
Me.Panel1.TabIndex = 58
|
|
'
|
|
'Timer
|
|
'
|
|
Me.Timer.Enabled = True
|
|
Me.Timer.Interval = 1000
|
|
'
|
|
'usrCntlATLAS_NCTS_Sicherheit
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackColor = System.Drawing.Color.White
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.Name = "usrCntlATLAS_NCTS_Sicherheit"
|
|
Me.Size = New System.Drawing.Size(930, 503)
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.Panel2.ResumeLayout(False)
|
|
Me.Panel2.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 Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents Timer As System.Windows.Forms.Timer
|
|
Friend WithEvents Panel2 As System.Windows.Forms.Panel
|
|
Friend WithEvents index As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents ID As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents Art As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents Abgabenbetrag As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents GRN As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents TIN_EORI As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
Friend WithEvents Bezeichnung As System.Windows.Forms.DataGridViewTextBoxColumn
|
|
|
|
End Class
|