172 lines
6.3 KiB
VB.net
172 lines
6.3 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmAdressChange
|
|
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()
|
|
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.txtName1 = New System.Windows.Forms.TextBox()
|
|
Me.txtName2 = New System.Windows.Forms.TextBox()
|
|
Me.txtStrasse = New System.Windows.Forms.TextBox()
|
|
Me.txtPLZ = New System.Windows.Forms.TextBox()
|
|
Me.txtOrt = New System.Windows.Forms.TextBox()
|
|
Me.btnsave = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(12, 9)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(48, 16)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Name1"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(12, 43)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(48, 16)
|
|
Me.Label2.TabIndex = 1
|
|
Me.Label2.Text = "Name2"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(14, 79)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(46, 16)
|
|
Me.Label3.TabIndex = 2
|
|
Me.Label3.Text = "Straße"
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(14, 113)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(28, 16)
|
|
Me.Label4.TabIndex = 3
|
|
Me.Label4.Text = "PLZ"
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(16, 148)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(26, 16)
|
|
Me.Label5.TabIndex = 4
|
|
Me.Label5.Text = "Ort"
|
|
'
|
|
'txtName1
|
|
'
|
|
Me.txtName1.Location = New System.Drawing.Point(93, 6)
|
|
Me.txtName1.Name = "txtName1"
|
|
Me.txtName1.Size = New System.Drawing.Size(309, 23)
|
|
Me.txtName1.TabIndex = 5
|
|
'
|
|
'txtName2
|
|
'
|
|
Me.txtName2.Location = New System.Drawing.Point(93, 43)
|
|
Me.txtName2.Name = "txtName2"
|
|
Me.txtName2.Size = New System.Drawing.Size(309, 23)
|
|
Me.txtName2.TabIndex = 6
|
|
'
|
|
'txtStrasse
|
|
'
|
|
Me.txtStrasse.Location = New System.Drawing.Point(93, 76)
|
|
Me.txtStrasse.Name = "txtStrasse"
|
|
Me.txtStrasse.Size = New System.Drawing.Size(309, 23)
|
|
Me.txtStrasse.TabIndex = 7
|
|
'
|
|
'txtPLZ
|
|
'
|
|
Me.txtPLZ.Location = New System.Drawing.Point(93, 110)
|
|
Me.txtPLZ.Name = "txtPLZ"
|
|
Me.txtPLZ.Size = New System.Drawing.Size(213, 23)
|
|
Me.txtPLZ.TabIndex = 8
|
|
'
|
|
'txtOrt
|
|
'
|
|
Me.txtOrt.Location = New System.Drawing.Point(93, 145)
|
|
Me.txtOrt.Name = "txtOrt"
|
|
Me.txtOrt.Size = New System.Drawing.Size(309, 23)
|
|
Me.txtOrt.TabIndex = 9
|
|
'
|
|
'btnsave
|
|
'
|
|
Me.btnsave.Image = Global.KommiCollo.My.Resources.Resources.save
|
|
Me.btnsave.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnsave.Location = New System.Drawing.Point(15, 181)
|
|
Me.btnsave.Name = "btnsave"
|
|
Me.btnsave.Size = New System.Drawing.Size(387, 34)
|
|
Me.btnsave.TabIndex = 10
|
|
Me.btnsave.Text = "Speichern und Schliessen"
|
|
Me.btnsave.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnsave.UseVisualStyleBackColor = True
|
|
'
|
|
'frmAdressChange
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 16.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(414, 230)
|
|
Me.Controls.Add(Me.btnsave)
|
|
Me.Controls.Add(Me.txtOrt)
|
|
Me.Controls.Add(Me.txtPLZ)
|
|
Me.Controls.Add(Me.txtStrasse)
|
|
Me.Controls.Add(Me.txtName2)
|
|
Me.Controls.Add(Me.txtName1)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Font = New System.Drawing.Font("Tahoma", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmAdressChange"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Adress-Änderung"
|
|
Me.TopMost = True
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents Label5 As Label
|
|
Friend WithEvents txtName1 As TextBox
|
|
Friend WithEvents txtName2 As TextBox
|
|
Friend WithEvents txtStrasse As TextBox
|
|
Friend WithEvents txtPLZ As TextBox
|
|
Friend WithEvents txtOrt As TextBox
|
|
Friend WithEvents btnsave As Button
|
|
End Class
|