193 lines
9.3 KiB
VB.net
193 lines
9.3 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class usrcntlGestellungsgarantien
|
|
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.dgvGestGarantie = New System.Windows.Forms.DataGridView()
|
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
Me.cbxGG = New System.Windows.Forms.CheckBox()
|
|
Me.txtGGDatum = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle = New VERAG_PROG_ALLGEMEIN.MySearchBox()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.Button8 = New System.Windows.Forms.Button()
|
|
Me.Button9 = New System.Windows.Forms.Button()
|
|
CType(Me.dgvGestGarantie, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.Panel2.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'dgvGestGarantie
|
|
'
|
|
Me.dgvGestGarantie.AllowUserToAddRows = False
|
|
Me.dgvGestGarantie.AllowUserToDeleteRows = False
|
|
Me.dgvGestGarantie.AllowUserToOrderColumns = True
|
|
Me.dgvGestGarantie.AllowUserToResizeRows = False
|
|
DataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(CType(CType(240, Byte), Integer), CType(CType(245, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
Me.dgvGestGarantie.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
Me.dgvGestGarantie.BackgroundColor = System.Drawing.Color.White
|
|
Me.dgvGestGarantie.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.dgvGestGarantie.Location = New System.Drawing.Point(3, 3)
|
|
Me.dgvGestGarantie.MultiSelect = False
|
|
Me.dgvGestGarantie.Name = "dgvGestGarantie"
|
|
Me.dgvGestGarantie.ReadOnly = True
|
|
Me.dgvGestGarantie.RowHeadersVisible = False
|
|
Me.dgvGestGarantie.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
|
|
Me.dgvGestGarantie.Size = New System.Drawing.Size(506, 102)
|
|
Me.dgvGestGarantie.TabIndex = 13
|
|
'
|
|
'Panel2
|
|
'
|
|
Me.Panel2.BackColor = System.Drawing.Color.White
|
|
Me.Panel2.Controls.Add(Me.cbxGG)
|
|
Me.Panel2.Controls.Add(Me.txtGGDatum)
|
|
Me.Panel2.Controls.Add(Me.txtT1VerzollungsadresseBestimmungszollstelle)
|
|
Me.Panel2.Controls.Add(Me.Label11)
|
|
Me.Panel2.Controls.Add(Me.Button8)
|
|
Me.Panel2.Controls.Add(Me.Button9)
|
|
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.Panel2.Location = New System.Drawing.Point(0, 107)
|
|
Me.Panel2.Name = "Panel2"
|
|
Me.Panel2.Size = New System.Drawing.Size(509, 46)
|
|
Me.Panel2.TabIndex = 14
|
|
'
|
|
'cbxGG
|
|
'
|
|
Me.cbxGG.AutoSize = True
|
|
Me.cbxGG.Location = New System.Drawing.Point(87, 27)
|
|
Me.cbxGG.Name = "cbxGG"
|
|
Me.cbxGG.Size = New System.Drawing.Size(165, 17)
|
|
Me.cbxGG.TabIndex = 4
|
|
Me.cbxGG.Text = "generelle Gestellungsgarantie"
|
|
Me.cbxGG.UseVisualStyleBackColor = True
|
|
'
|
|
'txtGGDatum
|
|
'
|
|
Me.txtGGDatum._DateTimeOnly = False
|
|
Me.txtGGDatum._numbersOnly = False
|
|
Me.txtGGDatum._numbersOnlyKommastellen = ""
|
|
Me.txtGGDatum._numbersOnlyTrennzeichen = True
|
|
Me.txtGGDatum._Prozent = False
|
|
Me.txtGGDatum._ShortDateNew = True
|
|
Me.txtGGDatum._ShortDateOnly = False
|
|
Me.txtGGDatum._TimeOnly = False
|
|
Me.txtGGDatum._TimeOnly_Seconds = False
|
|
Me.txtGGDatum._value = ""
|
|
Me.txtGGDatum._Waehrung = False
|
|
Me.txtGGDatum._WaehrungZeichen = True
|
|
Me.txtGGDatum.ForeColor = System.Drawing.Color.Black
|
|
Me.txtGGDatum.Location = New System.Drawing.Point(256, 7)
|
|
Me.txtGGDatum.MaxLength = 10
|
|
Me.txtGGDatum.MaxLineLength = -1
|
|
Me.txtGGDatum.MaxLines_Warning = ""
|
|
Me.txtGGDatum.MaxLines_Warning_Label = Nothing
|
|
Me.txtGGDatum.Name = "txtGGDatum"
|
|
Me.txtGGDatum.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtGGDatum.TabIndex = 2
|
|
'
|
|
'txtT1VerzollungsadresseBestimmungszollstelle
|
|
'
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle._allowFreitext = False
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle._AllowSetValue = False
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle._allowSpaceAsSplitter = False
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle._autoSizeGross = False
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle._hideIfListEmpty = True
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle._value = Nothing
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.conn_art = "FMZOLL"
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.dgvpos = "LEFT"
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.DISPLAY_PARAM = Nothing
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.INVISIBLE_COLUMNS = Nothing
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.key_visible = False
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.KEYPARAM = Nothing
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.Location = New System.Drawing.Point(87, 7)
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.MaxLength = 8
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.Name = "txtT1VerzollungsadresseBestimmungszollstelle"
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.searchActive = True
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.Size = New System.Drawing.Size(163, 20)
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.SQL_ORDER_BY = Nothing
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.SQL_SELECT = Nothing
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.SQL_WHERE = Nothing
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.SQL_WhereParamList = Nothing
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.TabIndex = 1
|
|
Me.txtT1VerzollungsadresseBestimmungszollstelle.usrcntl = Nothing
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label11.Location = New System.Drawing.Point(3, 10)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(78, 13)
|
|
Me.Label11.TabIndex = 0
|
|
Me.Label11.Text = "GG für Zollamt:"
|
|
'
|
|
'Button8
|
|
'
|
|
Me.Button8.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button8.ForeColor = System.Drawing.Color.Black
|
|
Me.Button8.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.Button8.Location = New System.Drawing.Point(362, 3)
|
|
Me.Button8.Name = "Button8"
|
|
Me.Button8.Size = New System.Drawing.Size(78, 25)
|
|
Me.Button8.TabIndex = 3
|
|
Me.Button8.Tag = ""
|
|
Me.Button8.Text = "Hinzufügen"
|
|
Me.Button8.UseVisualStyleBackColor = True
|
|
'
|
|
'Button9
|
|
'
|
|
Me.Button9.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button9.ForeColor = System.Drawing.Color.Black
|
|
Me.Button9.ImageAlign = System.Drawing.ContentAlignment.TopCenter
|
|
Me.Button9.Location = New System.Drawing.Point(362, 24)
|
|
Me.Button9.Name = "Button9"
|
|
Me.Button9.Size = New System.Drawing.Size(78, 22)
|
|
Me.Button9.TabIndex = 5
|
|
Me.Button9.Tag = ""
|
|
Me.Button9.Text = "Abbrechen"
|
|
Me.Button9.UseVisualStyleBackColor = True
|
|
Me.Button9.Visible = False
|
|
'
|
|
'usrcntlGestellungsgarantien
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.Panel2)
|
|
Me.Controls.Add(Me.dgvGestGarantie)
|
|
Me.Name = "usrcntlGestellungsgarantien"
|
|
Me.Size = New System.Drawing.Size(509, 153)
|
|
CType(Me.dgvGestGarantie, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.Panel2.ResumeLayout(False)
|
|
Me.Panel2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
|
|
Public WithEvents dgvGestGarantie As DataGridView
|
|
Friend WithEvents Panel2 As Panel
|
|
Friend WithEvents cbxGG As CheckBox
|
|
Friend WithEvents txtGGDatum As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtT1VerzollungsadresseBestimmungszollstelle As VERAG_PROG_ALLGEMEIN.MySearchBox
|
|
Friend WithEvents Label11 As Label
|
|
Friend WithEvents Button8 As Button
|
|
Friend WithEvents Button9 As Button
|
|
End Class
|