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.
108 lines
4.1 KiB
108 lines
4.1 KiB
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmPhaseStammDetail
|
|
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.lblBeschreibung = New System.Windows.Forms.Label()
|
|
Me.lblphase = New System.Windows.Forms.Label()
|
|
Me.txtBeschreibung = New System.Windows.Forms.TextBox()
|
|
Me.txtphase = New System.Windows.Forms.TextBox()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.btnAbbruch = New System.Windows.Forms.Button()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lblBeschreibung
|
|
'
|
|
Me.lblBeschreibung.AutoSize = True
|
|
Me.lblBeschreibung.Location = New System.Drawing.Point(25, 47)
|
|
Me.lblBeschreibung.Name = "lblBeschreibung"
|
|
Me.lblBeschreibung.Size = New System.Drawing.Size(72, 13)
|
|
Me.lblBeschreibung.TabIndex = 31
|
|
Me.lblBeschreibung.Text = "Beschreibung"
|
|
'
|
|
'lblphase
|
|
'
|
|
Me.lblphase.AutoSize = True
|
|
Me.lblphase.Location = New System.Drawing.Point(25, 23)
|
|
Me.lblphase.Name = "lblphase"
|
|
Me.lblphase.Size = New System.Drawing.Size(37, 13)
|
|
Me.lblphase.TabIndex = 30
|
|
Me.lblphase.Text = "Phase"
|
|
'
|
|
'txtBeschreibung
|
|
'
|
|
Me.txtBeschreibung.Location = New System.Drawing.Point(108, 44)
|
|
Me.txtBeschreibung.Multiline = True
|
|
Me.txtBeschreibung.Name = "txtBeschreibung"
|
|
Me.txtBeschreibung.Size = New System.Drawing.Size(380, 228)
|
|
Me.txtBeschreibung.TabIndex = 29
|
|
'
|
|
'txtphase
|
|
'
|
|
Me.txtphase.Location = New System.Drawing.Point(108, 20)
|
|
Me.txtphase.Name = "txtphase"
|
|
Me.txtphase.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtphase.TabIndex = 32
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.Location = New System.Drawing.Point(28, 289)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnOK.TabIndex = 33
|
|
Me.btnOK.Text = "OK"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'btnAbbruch
|
|
'
|
|
Me.btnAbbruch.Location = New System.Drawing.Point(413, 289)
|
|
Me.btnAbbruch.Name = "btnAbbruch"
|
|
Me.btnAbbruch.Size = New System.Drawing.Size(75, 23)
|
|
Me.btnAbbruch.TabIndex = 34
|
|
Me.btnAbbruch.Text = "Abbruch"
|
|
Me.btnAbbruch.UseVisualStyleBackColor = True
|
|
'
|
|
'frmPhaseStammDetail
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(506, 324)
|
|
Me.Controls.Add(Me.btnAbbruch)
|
|
Me.Controls.Add(Me.btnOK)
|
|
Me.Controls.Add(Me.txtphase)
|
|
Me.Controls.Add(Me.lblBeschreibung)
|
|
Me.Controls.Add(Me.lblphase)
|
|
Me.Controls.Add(Me.txtBeschreibung)
|
|
Me.Name = "frmPhaseStammDetail"
|
|
Me.Text = "Phase-Detail"
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents lblBeschreibung As System.Windows.Forms.Label
|
|
Friend WithEvents lblphase As System.Windows.Forms.Label
|
|
Friend WithEvents txtBeschreibung As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtphase As System.Windows.Forms.TextBox
|
|
Friend WithEvents btnOK As System.Windows.Forms.Button
|
|
Friend WithEvents btnAbbruch As System.Windows.Forms.Button
|
|
End Class
|