184 lines
7.5 KiB
VB.net
184 lines
7.5 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmMRNStorno
|
|
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(frmMRNStorno))
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.btnClose = New System.Windows.Forms.Button()
|
|
Me.lblSaved = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtMRN = New System.Windows.Forms.TextBox()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.btnSave = New System.Windows.Forms.Button()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.cboSystem = New System.Windows.Forms.ComboBox()
|
|
Me.lblErr = New System.Windows.Forms.Label()
|
|
Me.Panel1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Panel1.Controls.Add(Me.Label1)
|
|
Me.Panel1.Controls.Add(Me.btnClose)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Top
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(328, 50)
|
|
Me.Panel1.TabIndex = 29
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Font = New System.Drawing.Font("Microsoft Sans Serif", 16.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label1.ForeColor = System.Drawing.Color.White
|
|
Me.Label1.Location = New System.Drawing.Point(14, 9)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(182, 26)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "MRN Stornieren"
|
|
'
|
|
'btnClose
|
|
'
|
|
Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnClose.ForeColor = System.Drawing.Color.White
|
|
Me.btnClose.Location = New System.Drawing.Point(215, 9)
|
|
Me.btnClose.Name = "btnClose"
|
|
Me.btnClose.Size = New System.Drawing.Size(101, 23)
|
|
Me.btnClose.TabIndex = 17
|
|
Me.btnClose.Text = "Schließen"
|
|
Me.btnClose.UseVisualStyleBackColor = True
|
|
'
|
|
'lblSaved
|
|
'
|
|
Me.lblSaved.AutoSize = True
|
|
Me.lblSaved.ForeColor = System.Drawing.Color.Green
|
|
Me.lblSaved.Location = New System.Drawing.Point(184, 191)
|
|
Me.lblSaved.Name = "lblSaved"
|
|
Me.lblSaved.Size = New System.Drawing.Size(122, 13)
|
|
Me.lblSaved.TabIndex = 37
|
|
Me.lblSaved.Text = "gefunden und storniert..."
|
|
Me.lblSaved.Visible = False
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(13, 90)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(35, 13)
|
|
Me.Label3.TabIndex = 36
|
|
Me.Label3.Text = "MRN:"
|
|
'
|
|
'txtMRN
|
|
'
|
|
Me.txtMRN.Location = New System.Drawing.Point(16, 106)
|
|
Me.txtMRN.Name = "txtMRN"
|
|
Me.txtMRN.Size = New System.Drawing.Size(268, 20)
|
|
Me.txtMRN.TabIndex = 34
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Label2.Location = New System.Drawing.Point(16, 56)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(313, 34)
|
|
Me.Label2.TabIndex = 31
|
|
Me.Label2.Text = "Bitte tragen Sie die zu stornierende MRN ein:"
|
|
'
|
|
'btnSave
|
|
'
|
|
Me.btnSave.Location = New System.Drawing.Point(13, 186)
|
|
Me.btnSave.Name = "btnSave"
|
|
Me.btnSave.Size = New System.Drawing.Size(165, 23)
|
|
Me.btnSave.TabIndex = 30
|
|
Me.btnSave.Text = "MRN Stornieren"
|
|
Me.btnSave.UseVisualStyleBackColor = True
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(13, 129)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(44, 13)
|
|
Me.Label5.TabIndex = 40
|
|
Me.Label5.Text = "System:"
|
|
'
|
|
'cboSystem
|
|
'
|
|
Me.cboSystem.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
|
|
Me.cboSystem.FormattingEnabled = True
|
|
Me.cboSystem.Items.AddRange(New Object() {"TELOTEC"})
|
|
Me.cboSystem.Location = New System.Drawing.Point(16, 145)
|
|
Me.cboSystem.Name = "cboSystem"
|
|
Me.cboSystem.Size = New System.Drawing.Size(268, 21)
|
|
Me.cboSystem.TabIndex = 39
|
|
'
|
|
'lblErr
|
|
'
|
|
Me.lblErr.AutoSize = True
|
|
Me.lblErr.ForeColor = System.Drawing.Color.Red
|
|
Me.lblErr.Location = New System.Drawing.Point(184, 191)
|
|
Me.lblErr.Name = "lblErr"
|
|
Me.lblErr.Size = New System.Drawing.Size(83, 13)
|
|
Me.lblErr.TabIndex = 41
|
|
Me.lblErr.Text = "Nicht gefunden!"
|
|
Me.lblErr.Visible = False
|
|
'
|
|
'frmMRNStorno
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(328, 220)
|
|
Me.Controls.Add(Me.lblErr)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.Controls.Add(Me.lblSaved)
|
|
Me.Controls.Add(Me.Label3)
|
|
Me.Controls.Add(Me.txtMRN)
|
|
Me.Controls.Add(Me.Label2)
|
|
Me.Controls.Add(Me.btnSave)
|
|
Me.Controls.Add(Me.Label5)
|
|
Me.Controls.Add(Me.cboSystem)
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmMRNStorno"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "MRN Storno"
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents btnClose As System.Windows.Forms.Button
|
|
Friend WithEvents lblSaved As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents txtMRN As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents btnSave As System.Windows.Forms.Button
|
|
Protected WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents cboSystem As System.Windows.Forms.ComboBox
|
|
Friend WithEvents lblErr As Label
|
|
End Class
|