You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

247 lines
9.6 KiB

Public Class frmVorlagenfelddetail
Inherits System.Windows.Forms.Form
#Region " Vom Windows Form Designer generierter Code "
Public Sub New()
MyBase.New()
' Dieser Aufruf ist für den Windows Form-Designer erforderlich.
InitializeComponent()
' Initialisierungen nach dem Aufruf InitializeComponent() hinzufügen
End Sub
' Die Form überschreibt den Löschvorgang der Basisklasse, um Komponenten zu bereinigen.
Protected Overloads Overrides Sub Dispose(ByVal disposing As Boolean)
If disposing Then
If Not (components Is Nothing) Then
components.Dispose()
End If
End If
MyBase.Dispose(disposing)
End Sub
' Für Windows Form-Designer erforderlich
Private components As System.ComponentModel.IContainer
'HINWEIS: Die folgende Prozedur ist für den Windows Form-Designer erforderlich
'Sie kann mit dem Windows Form-Designer modifiziert werden.
'Verwenden Sie nicht den Code-Editor zur Bearbeitung.
Friend WithEvents TextBox1 As System.Windows.Forms.TextBox
Friend WithEvents TextBox2 As System.Windows.Forms.TextBox
Friend WithEvents cbFeldtyp As System.Windows.Forms.ComboBox
Friend WithEvents txtDatenherkunft As System.Windows.Forms.TextBox
Friend WithEvents cbStandard As System.Windows.Forms.CheckBox
Friend WithEvents TxtTextmakebeginn As System.Windows.Forms.TextBox
Friend WithEvents txtTextmarkeEnde As System.Windows.Forms.TextBox
Friend WithEvents txtFeldname As System.Windows.Forms.TextBox
Friend WithEvents Bezeichnung As System.Windows.Forms.Label
Friend WithEvents Label1 As System.Windows.Forms.Label
Friend WithEvents Label2 As System.Windows.Forms.Label
Friend WithEvents Label3 As System.Windows.Forms.Label
Friend WithEvents Label4 As System.Windows.Forms.Label
Friend WithEvents Label5 As System.Windows.Forms.Label
Friend WithEvents Label6 As System.Windows.Forms.Label
Friend WithEvents Label7 As System.Windows.Forms.Label
Friend WithEvents TxtTestdata As System.Windows.Forms.TextBox
Friend WithEvents Label8 As System.Windows.Forms.Label
Friend WithEvents Button1 As System.Windows.Forms.Button
<System.Diagnostics.DebuggerStepThrough()> Private Sub InitializeComponent()
Me.TextBox1 = New System.Windows.Forms.TextBox()
Me.TextBox2 = New System.Windows.Forms.TextBox()
Me.cbFeldtyp = New System.Windows.Forms.ComboBox()
Me.txtDatenherkunft = New System.Windows.Forms.TextBox()
Me.cbStandard = New System.Windows.Forms.CheckBox()
Me.TxtTextmakebeginn = New System.Windows.Forms.TextBox()
Me.txtTextmarkeEnde = New System.Windows.Forms.TextBox()
Me.txtFeldname = New System.Windows.Forms.TextBox()
Me.Bezeichnung = New System.Windows.Forms.Label()
Me.Label1 = New System.Windows.Forms.Label()
Me.Label2 = New System.Windows.Forms.Label()
Me.Label3 = New System.Windows.Forms.Label()
Me.Label4 = New System.Windows.Forms.Label()
Me.Label5 = New System.Windows.Forms.Label()
Me.Label6 = New System.Windows.Forms.Label()
Me.Label7 = New System.Windows.Forms.Label()
Me.TxtTestdata = New System.Windows.Forms.TextBox()
Me.Label8 = New System.Windows.Forms.Label()
Me.Button1 = New System.Windows.Forms.Button()
Me.SuspendLayout()
'
'TextBox1
'
Me.TextBox1.Location = New System.Drawing.Point(96, 32)
Me.TextBox1.Name = "TextBox1"
Me.TextBox1.Size = New System.Drawing.Size(296, 20)
Me.TextBox1.TabIndex = 0
Me.TextBox1.Text = "txtBezeichnung"
'
'TextBox2
'
Me.TextBox2.Location = New System.Drawing.Point(96, 56)
Me.TextBox2.Multiline = True
Me.TextBox2.Name = "TextBox2"
Me.TextBox2.Size = New System.Drawing.Size(296, 56)
Me.TextBox2.TabIndex = 1
Me.TextBox2.Text = "txtBeschreibung"
'
'cbFeldtyp
'
Me.cbFeldtyp.Items.AddRange(New Object() {"Text", "Zahl", "Datum"})
Me.cbFeldtyp.Location = New System.Drawing.Point(96, 120)
Me.cbFeldtyp.Name = "cbFeldtyp"
Me.cbFeldtyp.Size = New System.Drawing.Size(168, 21)
Me.cbFeldtyp.TabIndex = 2
Me.cbFeldtyp.Text = "ComboBox1"
'
'txtDatenherkunft
'
Me.txtDatenherkunft.Location = New System.Drawing.Point(96, 144)
Me.txtDatenherkunft.Multiline = True
Me.txtDatenherkunft.Name = "txtDatenherkunft"
Me.txtDatenherkunft.Size = New System.Drawing.Size(296, 56)
Me.txtDatenherkunft.TabIndex = 3
Me.txtDatenherkunft.Text = "txtBeschreibung"
'
'cbStandard
'
Me.cbStandard.Location = New System.Drawing.Point(96, 200)
Me.cbStandard.Name = "cbStandard"
Me.cbStandard.Size = New System.Drawing.Size(16, 24)
Me.cbStandard.TabIndex = 4
Me.cbStandard.Text = "CheckBox1"
'
'TxtTextmakebeginn
'
Me.TxtTextmakebeginn.Location = New System.Drawing.Point(96, 224)
Me.TxtTextmakebeginn.Name = "TxtTextmakebeginn"
Me.TxtTextmakebeginn.Size = New System.Drawing.Size(296, 20)
Me.TxtTextmakebeginn.TabIndex = 5
Me.TxtTextmakebeginn.Text = "txtBezeichnung"
'
'txtTextmarkeEnde
'
Me.txtTextmarkeEnde.Location = New System.Drawing.Point(96, 248)
Me.txtTextmarkeEnde.Name = "txtTextmarkeEnde"
Me.txtTextmarkeEnde.Size = New System.Drawing.Size(296, 20)
Me.txtTextmarkeEnde.TabIndex = 6
Me.txtTextmarkeEnde.Text = "txtBezeichnung"
'
'txtFeldname
'
Me.txtFeldname.Location = New System.Drawing.Point(96, 272)
Me.txtFeldname.Name = "txtFeldname"
Me.txtFeldname.Size = New System.Drawing.Size(296, 20)
Me.txtFeldname.TabIndex = 7
Me.txtFeldname.Text = "txtBezeichnung"
'
'Bezeichnung
'
Me.Bezeichnung.Location = New System.Drawing.Point(8, 32)
Me.Bezeichnung.Name = "Bezeichnung"
Me.Bezeichnung.Size = New System.Drawing.Size(80, 23)
Me.Bezeichnung.TabIndex = 9
Me.Bezeichnung.Text = "Bezeichnung"
'
'Label1
'
Me.Label1.Location = New System.Drawing.Point(8, 56)
Me.Label1.Name = "Label1"
Me.Label1.Size = New System.Drawing.Size(80, 23)
Me.Label1.TabIndex = 10
Me.Label1.Text = "Beschreibung"
'
'Label2
'
Me.Label2.Location = New System.Drawing.Point(8, 120)
Me.Label2.Name = "Label2"
Me.Label2.Size = New System.Drawing.Size(80, 23)
Me.Label2.TabIndex = 11
Me.Label2.Text = "Feldtyp"
'
'Label3
'
Me.Label3.Location = New System.Drawing.Point(8, 144)
Me.Label3.Name = "Label3"
Me.Label3.Size = New System.Drawing.Size(80, 23)
Me.Label3.TabIndex = 12
Me.Label3.Text = "Datenherkunft"
'
'Label4
'
Me.Label4.Location = New System.Drawing.Point(8, 200)
Me.Label4.Name = "Label4"
Me.Label4.Size = New System.Drawing.Size(80, 23)
Me.Label4.TabIndex = 13
Me.Label4.Text = "Standard"
'
'Label5
'
Me.Label5.Location = New System.Drawing.Point(8, 224)
Me.Label5.Name = "Label5"
Me.Label5.Size = New System.Drawing.Size(80, 23)
Me.Label5.TabIndex = 14
Me.Label5.Text = "Textmarke B."
'
'Label6
'
Me.Label6.Location = New System.Drawing.Point(8, 248)
Me.Label6.Name = "Label6"
Me.Label6.Size = New System.Drawing.Size(80, 23)
Me.Label6.TabIndex = 15
Me.Label6.Text = "Textmarke E."
'
'Label7
'
Me.Label7.Location = New System.Drawing.Point(8, 272)
Me.Label7.Name = "Label7"
Me.Label7.Size = New System.Drawing.Size(80, 23)
Me.Label7.TabIndex = 16
Me.Label7.Text = "Feldname"
'
'TxtTestdata
'
Me.TxtTestdata.Location = New System.Drawing.Point(96, 304)
Me.TxtTestdata.Multiline = True
Me.TxtTestdata.Name = "TxtTestdata"
Me.TxtTestdata.Size = New System.Drawing.Size(296, 56)
Me.TxtTestdata.TabIndex = 17
Me.TxtTestdata.Text = "txtBeschreibung"
'
'Label8
'
Me.Label8.Location = New System.Drawing.Point(8, 304)
Me.Label8.Name = "Label8"
Me.Label8.Size = New System.Drawing.Size(80, 23)
Me.Label8.TabIndex = 18
Me.Label8.Text = "Testdaten"
'
'Button1
'
Me.Button1.DialogResult = System.Windows.Forms.DialogResult.OK
Me.Button1.Location = New System.Drawing.Point(184, 376)
Me.Button1.Name = "Button1"
Me.Button1.Size = New System.Drawing.Size(72, 24)
Me.Button1.TabIndex = 19
Me.Button1.Text = "&OK"
'
'frmVorlagenfelddetail
'
Me.AutoScaleBaseSize = New System.Drawing.Size(5, 13)
Me.ClientSize = New System.Drawing.Size(416, 413)
Me.Controls.AddRange(New System.Windows.Forms.Control() {Me.Button1, Me.Label8, Me.TxtTestdata, Me.Label7, Me.Label6, Me.Label5, Me.Label4, Me.Label3, Me.Label2, Me.Label1, Me.Bezeichnung, Me.txtFeldname, Me.txtTextmarkeEnde, Me.TxtTextmakebeginn, Me.cbStandard, Me.txtDatenherkunft, Me.cbFeldtyp, Me.TextBox2, Me.TextBox1})
Me.Name = "frmVorlagenfelddetail"
Me.Text = "Vorlagenfeld-Detail"
Me.ResumeLayout(False)
End Sub
#End Region
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Me.Close()
End Sub
End Class