136 lines
4.9 KiB
VB.net
136 lines
4.9 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmRueckruf
|
|
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(frmRueckruf))
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.txtReason = New System.Windows.Forms.TextBox()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.btnCancel = New System.Windows.Forms.Button()
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.tsstatus = New System.Windows.Forms.ToolStripStatusLabel()
|
|
Me.SimpleButton1 = New DevExpress.XtraEditors.SimpleButton()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.lblID = New System.Windows.Forms.Label()
|
|
Me.lblTitle = New System.Windows.Forms.Label()
|
|
Me.StatusStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label2
|
|
'
|
|
resources.ApplyResources(Me.Label2, "Label2")
|
|
Me.Label2.Name = "Label2"
|
|
'
|
|
'txtReason
|
|
'
|
|
Me.txtReason.AcceptsReturn = True
|
|
resources.ApplyResources(Me.txtReason, "txtReason")
|
|
Me.txtReason.Name = "txtReason"
|
|
'
|
|
'Label1
|
|
'
|
|
resources.ApplyResources(Me.Label1, "Label1")
|
|
Me.Label1.Name = "Label1"
|
|
'
|
|
'btnCancel
|
|
'
|
|
resources.ApplyResources(Me.btnCancel, "btnCancel")
|
|
Me.btnCancel.Name = "btnCancel"
|
|
Me.btnCancel.UseVisualStyleBackColor = True
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
resources.ApplyResources(Me.StatusStrip1, "StatusStrip1")
|
|
Me.StatusStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsstatus})
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|
'
|
|
'tsstatus
|
|
'
|
|
resources.ApplyResources(Me.tsstatus, "tsstatus")
|
|
Me.tsstatus.Name = "tsstatus"
|
|
'
|
|
'SimpleButton1
|
|
'
|
|
resources.ApplyResources(Me.SimpleButton1, "SimpleButton1")
|
|
Me.SimpleButton1.ImageOptions.SvgImage = CType(resources.GetObject("SimpleButton1.ImageOptions.SvgImage"), DevExpress.Utils.Svg.SvgImage)
|
|
Me.SimpleButton1.Name = "SimpleButton1"
|
|
'
|
|
'Label3
|
|
'
|
|
resources.ApplyResources(Me.Label3, "Label3")
|
|
Me.Label3.Name = "Label3"
|
|
'
|
|
'Label4
|
|
'
|
|
resources.ApplyResources(Me.Label4, "Label4")
|
|
Me.Label4.Name = "Label4"
|
|
'
|
|
'lblID
|
|
'
|
|
resources.ApplyResources(Me.lblID, "lblID")
|
|
Me.lblID.Name = "lblID"
|
|
'
|
|
'lblTitle
|
|
'
|
|
resources.ApplyResources(Me.lblTitle, "lblTitle")
|
|
Me.lblTitle.Name = "lblTitle"
|
|
'
|
|
'frmRueckruf
|
|
'
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.lblTitle)
|
|
Me.Controls.Add(Me.lblID)
|
|
Me.Controls.Add(Me.Label4)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.SimpleButton1)
|
|
Me.Controls.Add(Me.StatusStrip1)
|
|
Me.Controls.Add(Me.btnCancel)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Controls.Add(Me.txtReason)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmRueckruf"
|
|
Me.StatusStrip1.ResumeLayout(False)
|
|
Me.StatusStrip1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents Label2 As Label
|
|
Friend WithEvents txtReason As TextBox
|
|
Friend WithEvents Label1 As Label
|
|
Friend WithEvents btnCancel As Button
|
|
Friend WithEvents StatusStrip1 As StatusStrip
|
|
Friend WithEvents tsstatus As ToolStripStatusLabel
|
|
Friend WithEvents SimpleButton1 As DevExpress.XtraEditors.SimpleButton
|
|
Friend WithEvents Label3 As Label
|
|
Friend WithEvents Label4 As Label
|
|
Friend WithEvents lblID As Label
|
|
Friend WithEvents lblTitle As Label
|
|
End Class
|