179 lines
8.3 KiB
VB.net
179 lines
8.3 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmNacherfassungCRNEingabe
|
|
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(frmNacherfassungCRNEingabe))
|
|
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.btnFertig = New System.Windows.Forms.Button()
|
|
Me.pnl = New System.Windows.Forms.Panel()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.txtCRN4 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtCRN2 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtCRN3 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.txtCRN1 = New VERAG_PROG_ALLGEMEIN.MyTextBox()
|
|
Me.pnl.SuspendLayout()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lblWahlenSieDieZusammenstellungDerBelegNrAus
|
|
'
|
|
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.AutoSize = True
|
|
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.Location = New System.Drawing.Point(11, 8)
|
|
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.Name = "lblWahlenSieDieZusammenstellungDerBelegNrAus"
|
|
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.Size = New System.Drawing.Size(175, 13)
|
|
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.TabIndex = 0
|
|
Me.lblWahlenSieDieZusammenstellungDerBelegNrAus.Text = "Bitte wählen Sie die CRN ein:"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.DialogResult = System.Windows.Forms.DialogResult.Cancel
|
|
Me.Button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.Button1.Location = New System.Drawing.Point(157, 90)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(86, 31)
|
|
Me.Button1.TabIndex = 100
|
|
Me.Button1.Text = "Abbrechen"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'btnFertig
|
|
'
|
|
Me.btnFertig.DialogResult = System.Windows.Forms.DialogResult.OK
|
|
Me.btnFertig.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnFertig.Location = New System.Drawing.Point(14, 90)
|
|
Me.btnFertig.Name = "btnFertig"
|
|
Me.btnFertig.Size = New System.Drawing.Size(137, 31)
|
|
Me.btnFertig.TabIndex = 100
|
|
Me.btnFertig.Text = "OK"
|
|
Me.btnFertig.UseVisualStyleBackColor = True
|
|
'
|
|
'pnl
|
|
'
|
|
Me.pnl.BackColor = System.Drawing.Color.White
|
|
Me.pnl.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.pnl.Controls.Add(Me.GroupBox2)
|
|
Me.pnl.Controls.Add(Me.Button1)
|
|
Me.pnl.Controls.Add(Me.btnFertig)
|
|
Me.pnl.Controls.Add(Me.lblWahlenSieDieZusammenstellungDerBelegNrAus)
|
|
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(258, 140)
|
|
Me.pnl.TabIndex = 1
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.BackColor = System.Drawing.Color.FromArgb(CType(CType(202, Byte), Integer), CType(CType(225, Byte), Integer), CType(CType(255, Byte), Integer))
|
|
Me.GroupBox2.Controls.Add(Me.txtCRN4)
|
|
Me.GroupBox2.Controls.Add(Me.txtCRN2)
|
|
Me.GroupBox2.Controls.Add(Me.txtCRN3)
|
|
Me.GroupBox2.Controls.Add(Me.txtCRN1)
|
|
Me.GroupBox2.Location = New System.Drawing.Point(14, 32)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(229, 52)
|
|
Me.GroupBox2.TabIndex = 125
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "CRN-Nr:"
|
|
'
|
|
'txtCRN4
|
|
'
|
|
Me.txtCRN4._numbersOnly = False
|
|
Me.txtCRN4._Prozent = False
|
|
Me.txtCRN4._value = Nothing
|
|
Me.txtCRN4._Waehrung = False
|
|
Me.txtCRN4.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtCRN4.Location = New System.Drawing.Point(105, 21)
|
|
Me.txtCRN4.MaxLength = 10
|
|
Me.txtCRN4.Name = "txtCRN4"
|
|
Me.txtCRN4.Size = New System.Drawing.Size(118, 20)
|
|
Me.txtCRN4.TabIndex = 90
|
|
'
|
|
'txtCRN2
|
|
'
|
|
Me.txtCRN2._numbersOnly = False
|
|
Me.txtCRN2._Prozent = False
|
|
Me.txtCRN2._value = Nothing
|
|
Me.txtCRN2._Waehrung = False
|
|
Me.txtCRN2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtCRN2.Location = New System.Drawing.Point(27, 21)
|
|
Me.txtCRN2.MaxLength = 2
|
|
Me.txtCRN2.Name = "txtCRN2"
|
|
Me.txtCRN2.Size = New System.Drawing.Size(26, 20)
|
|
Me.txtCRN2.TabIndex = 88
|
|
'
|
|
'txtCRN3
|
|
'
|
|
Me.txtCRN3._numbersOnly = False
|
|
Me.txtCRN3._Prozent = False
|
|
Me.txtCRN3._value = Nothing
|
|
Me.txtCRN3._Waehrung = False
|
|
Me.txtCRN3.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtCRN3.Location = New System.Drawing.Point(52, 21)
|
|
Me.txtCRN3.MaxLength = 6
|
|
Me.txtCRN3.Name = "txtCRN3"
|
|
Me.txtCRN3.Size = New System.Drawing.Size(54, 20)
|
|
Me.txtCRN3.TabIndex = 89
|
|
'
|
|
'txtCRN1
|
|
'
|
|
Me.txtCRN1._numbersOnly = False
|
|
Me.txtCRN1._Prozent = False
|
|
Me.txtCRN1._value = Nothing
|
|
Me.txtCRN1._Waehrung = False
|
|
Me.txtCRN1.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtCRN1.Location = New System.Drawing.Point(6, 21)
|
|
Me.txtCRN1.MaxLength = 2
|
|
Me.txtCRN1.Name = "txtCRN1"
|
|
Me.txtCRN1.Size = New System.Drawing.Size(22, 20)
|
|
Me.txtCRN1.TabIndex = 87
|
|
'
|
|
'frmNacherfassungCRNEingabe
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(258, 140)
|
|
Me.Controls.Add(Me.pnl)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmNacherfassungCRNEingabe"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent
|
|
Me.Text = "frmNacherfassungCRNEingabe"
|
|
Me.pnl.ResumeLayout(False)
|
|
Me.pnl.PerformLayout()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents lblWahlenSieDieZusammenstellungDerBelegNrAus As System.Windows.Forms.Label
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents btnFertig As System.Windows.Forms.Button
|
|
Friend WithEvents pnl As System.Windows.Forms.Panel
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents txtCRN4 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtCRN2 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtCRN3 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
Friend WithEvents txtCRN1 As VERAG_PROG_ALLGEMEIN.MyTextBox
|
|
End Class
|