95 lines
4.1 KiB
VB.net
95 lines
4.1 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class usrCntlAviso_Vorpapiere
|
|
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.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.dgvVorpapier = New VERAG_PROG_ALLGEMEIN.MyDatagridview(Me.components)
|
|
Me.clmnArt = New System.Windows.Forms.DataGridViewComboBoxColumn()
|
|
Me.clmnMRN = New System.Windows.Forms.DataGridViewTextBoxColumn()
|
|
Me.GroupBox1.SuspendLayout()
|
|
CType(Me.dgvVorpapier, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.dgvVorpapier)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(0, 0)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(403, 150)
|
|
Me.GroupBox1.TabIndex = 57
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Vorpapiere"
|
|
'
|
|
'dgvVorpapier
|
|
'
|
|
Me.dgvVorpapier.AKTUALISIERUNGS_INTERVALL = -1
|
|
Me.dgvVorpapier.AllowUserToResizeColumns = False
|
|
Me.dgvVorpapier.AllowUserToResizeRows = False
|
|
Me.dgvVorpapier.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvVorpapier.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvVorpapier.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.clmnArt, Me.clmnMRN})
|
|
Me.dgvVorpapier.Location = New System.Drawing.Point(9, 19)
|
|
Me.dgvVorpapier.Name = "dgvVorpapier"
|
|
Me.dgvVorpapier.RowHeadersWidth = 25
|
|
Me.dgvVorpapier.Size = New System.Drawing.Size(388, 126)
|
|
Me.dgvVorpapier.TabIndex = 36
|
|
'
|
|
'clmnArt
|
|
'
|
|
Me.clmnArt.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.ComboBox
|
|
Me.clmnArt.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.clmnArt.HeaderText = "Art"
|
|
Me.clmnArt.Items.AddRange(New Object() {"ATA", "MRN", "CRN"})
|
|
Me.clmnArt.Name = "clmnArt"
|
|
Me.clmnArt.Resizable = System.Windows.Forms.DataGridViewTriState.[True]
|
|
Me.clmnArt.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic
|
|
Me.clmnArt.Visible = False
|
|
Me.clmnArt.Width = 60
|
|
'
|
|
'clmnMRN
|
|
'
|
|
Me.clmnMRN.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill
|
|
Me.clmnMRN.HeaderText = "T1 MRN"
|
|
Me.clmnMRN.Name = "clmnMRN"
|
|
'
|
|
'usrCntlAviso_Vorpapiere
|
|
'
|
|
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.GroupBox1)
|
|
Me.Name = "usrCntlAviso_Vorpapiere"
|
|
Me.Size = New System.Drawing.Size(410, 157)
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
CType(Me.dgvVorpapier, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents GroupBox1 As GroupBox
|
|
Friend WithEvents dgvVorpapier As VERAG_PROG_ALLGEMEIN.MyDatagridview
|
|
Friend WithEvents clmnArt As DataGridViewComboBoxColumn
|
|
Friend WithEvents clmnMRN As DataGridViewTextBoxColumn
|
|
End Class
|