134 lines
5.6 KiB
VB.net
134 lines
5.6 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmKundenZOLLOffertenSperre
|
|
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()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmKundenZOLLOffertenSperre))
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.txt = New System.Windows.Forms.TextBox()
|
|
Me.lblGrund = New System.Windows.Forms.Label()
|
|
Me.lblOffert = New System.Windows.Forms.Label()
|
|
Me.cbxSperreSetzen = New System.Windows.Forms.CheckBox()
|
|
Me.pnl.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.BackColor = System.Drawing.Color.White
|
|
Me.pnl.Controls.Add(Me.Button1)
|
|
Me.pnl.Controls.Add(Me.btnOK)
|
|
Me.pnl.Controls.Add(Me.txt)
|
|
Me.pnl.Controls.Add(Me.lblGrund)
|
|
Me.pnl.Controls.Add(Me.lblOffert)
|
|
Me.pnl.Controls.Add(Me.cbxSperreSetzen)
|
|
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(284, 175)
|
|
Me.pnl.TabIndex = 0
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(57, 122)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(102, 41)
|
|
Me.Button1.TabIndex = 4
|
|
Me.Button1.Text = "Abbrechen"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnOK.Location = New System.Drawing.Point(165, 122)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(107, 41)
|
|
Me.btnOK.TabIndex = 4
|
|
Me.btnOK.Text = "OK"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'txt
|
|
'
|
|
Me.txt.Enabled = False
|
|
Me.txt.Location = New System.Drawing.Point(57, 85)
|
|
Me.txt.Name = "txt"
|
|
Me.txt.Size = New System.Drawing.Size(215, 20)
|
|
Me.txt.TabIndex = 3
|
|
'
|
|
'lblGrund
|
|
'
|
|
Me.lblGrund.AutoSize = True
|
|
Me.lblGrund.Location = New System.Drawing.Point(12, 88)
|
|
Me.lblGrund.Name = "lblGrund"
|
|
Me.lblGrund.Size = New System.Drawing.Size(39, 13)
|
|
Me.lblGrund.TabIndex = 2
|
|
Me.lblGrund.Text = "Grund:"
|
|
'
|
|
'lblOffert
|
|
'
|
|
Me.lblOffert.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblOffert.Location = New System.Drawing.Point(13, 13)
|
|
Me.lblOffert.Name = "lblOffert"
|
|
Me.lblOffert.Size = New System.Drawing.Size(259, 23)
|
|
Me.lblOffert.TabIndex = 1
|
|
Me.lblOffert.Text = "1 - Verzollung"
|
|
'
|
|
'cbxSperreSetzen
|
|
'
|
|
Me.cbxSperreSetzen.AutoSize = True
|
|
Me.cbxSperreSetzen.Font = New System.Drawing.Font("Microsoft Sans Serif", 10.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cbxSperreSetzen.Location = New System.Drawing.Point(12, 50)
|
|
Me.cbxSperreSetzen.Name = "cbxSperreSetzen"
|
|
Me.cbxSperreSetzen.Size = New System.Drawing.Size(116, 21)
|
|
Me.cbxSperreSetzen.TabIndex = 0
|
|
Me.cbxSperreSetzen.Text = "Sperre setzen"
|
|
Me.cbxSperreSetzen.UseVisualStyleBackColor = True
|
|
'
|
|
'frmKundenZOLLOffertenSperre
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(284, 175)
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmKundenZOLLOffertenSperre"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "frmKundenZOLLOffertenSperre"
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents pnl As System.Windows.Forms.Panel
|
|
Friend WithEvents btnOK As System.Windows.Forms.Button
|
|
Friend WithEvents txt As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblGrund As System.Windows.Forms.Label
|
|
Friend WithEvents lblOffert As System.Windows.Forms.Label
|
|
Friend WithEvents cbxSperreSetzen As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
End Class
|