445 lines
22 KiB
VB.net
445 lines
22 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmLogin
|
|
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.components = New System.ComponentModel.Container()
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmLogin))
|
|
Me.lblVersion = New System.Windows.Forms.Label()
|
|
Me.txtKennwort = New System.Windows.Forms.TextBox()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.txtSachbear = New System.Windows.Forms.TextBox()
|
|
Me.Panel1 = New System.Windows.Forms.Panel()
|
|
Me.picWO = New System.Windows.Forms.PictureBox()
|
|
Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.ToolStripMenuItem2 = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.VERAGToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.ATILLAToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.IMEXToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.FRONTOFFICEToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.UNISPEDToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.AMBARToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.VERIMEXToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.TESTSYSTEMToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.PRODUKTIVToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.TESTSYSTEMToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.UpdateToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.cboWarenort = New VERAG_PROG_ALLGEMEIN.MyComboBox()
|
|
Me.lblTESTSYSTEM = New System.Windows.Forms.Label()
|
|
Me.FlatButton1 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.Panel2 = New System.Windows.Forms.Panel()
|
|
Me.FlatButton2 = New VERAG_PROG_ALLGEMEIN.FlatButton()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.picLogin = New System.Windows.Forms.PictureBox()
|
|
Me.lblAlertTxt = New System.Windows.Forms.Label()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.ctxUpdate = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.UpdateToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
|
Me.ToolStripMenuItem1 = New System.Windows.Forms.ToolStripMenuItem()
|
|
Me.lblWO = New System.Windows.Forms.Label()
|
|
Me.Panel1.SuspendLayout()
|
|
CType(Me.picWO, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.ContextMenuStrip2.SuspendLayout()
|
|
Me.Panel2.SuspendLayout()
|
|
CType(Me.picLogin, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.ctxUpdate.SuspendLayout()
|
|
Me.ContextMenuStrip1.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'lblVersion
|
|
'
|
|
Me.lblVersion.BackColor = System.Drawing.Color.Transparent
|
|
Me.lblVersion.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.lblVersion.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblVersion.ForeColor = System.Drawing.Color.White
|
|
Me.lblVersion.Location = New System.Drawing.Point(171, 5)
|
|
Me.lblVersion.Name = "lblVersion"
|
|
Me.lblVersion.RightToLeft = System.Windows.Forms.RightToLeft.Yes
|
|
Me.lblVersion.Size = New System.Drawing.Size(106, 18)
|
|
Me.lblVersion.TabIndex = 1
|
|
Me.lblVersion.Text = "Version 1.0.0.0"
|
|
'
|
|
'txtKennwort
|
|
'
|
|
Me.txtKennwort.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtKennwort.Location = New System.Drawing.Point(110, 118)
|
|
Me.txtKennwort.MaxLength = 20
|
|
Me.txtKennwort.Name = "txtKennwort"
|
|
Me.txtKennwort.PasswordChar = Global.Microsoft.VisualBasic.ChrW(42)
|
|
Me.txtKennwort.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtKennwort.TabIndex = 5
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.btnOK.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.btnOK.Location = New System.Drawing.Point(110, 154)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(100, 29)
|
|
Me.btnOK.TabIndex = 7
|
|
Me.btnOK.Text = "OK"
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'txtSachbear
|
|
'
|
|
Me.txtSachbear.Font = New System.Drawing.Font("Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.txtSachbear.Location = New System.Drawing.Point(110, 88)
|
|
Me.txtSachbear.MaxLength = 20
|
|
Me.txtSachbear.Name = "txtSachbear"
|
|
Me.txtSachbear.Size = New System.Drawing.Size(100, 20)
|
|
Me.txtSachbear.TabIndex = 3
|
|
'
|
|
'Panel1
|
|
'
|
|
Me.Panel1.BackColor = System.Drawing.Color.White
|
|
Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
|
|
Me.Panel1.Controls.Add(Me.lblWO)
|
|
Me.Panel1.Controls.Add(Me.picWO)
|
|
Me.Panel1.Controls.Add(Me.cboWarenort)
|
|
Me.Panel1.Controls.Add(Me.lblTESTSYSTEM)
|
|
Me.Panel1.Controls.Add(Me.FlatButton1)
|
|
Me.Panel1.Controls.Add(Me.Panel2)
|
|
Me.Panel1.Controls.Add(Me.picLogin)
|
|
Me.Panel1.Controls.Add(Me.btnOK)
|
|
Me.Panel1.Controls.Add(Me.lblAlertTxt)
|
|
Me.Panel1.Controls.Add(Me.Label5)
|
|
Me.Panel1.Controls.Add(Me.txtSachbear)
|
|
Me.Panel1.Controls.Add(Me.txtKennwort)
|
|
Me.Panel1.Controls.Add(Me.Label6)
|
|
Me.Panel1.Dock = System.Windows.Forms.DockStyle.Fill
|
|
Me.Panel1.Location = New System.Drawing.Point(0, 0)
|
|
Me.Panel1.Name = "Panel1"
|
|
Me.Panel1.Size = New System.Drawing.Size(306, 222)
|
|
Me.Panel1.TabIndex = 0
|
|
'
|
|
'picWO
|
|
'
|
|
Me.picWO.BackgroundImage = Global.AVISO.My.Resources.Resources.Verag_AG_Logopng
|
|
Me.picWO.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.picWO.ContextMenuStrip = Me.ContextMenuStrip2
|
|
Me.picWO.Location = New System.Drawing.Point(40, -2)
|
|
Me.picWO.Name = "picWO"
|
|
Me.picWO.Size = New System.Drawing.Size(234, 62)
|
|
Me.picWO.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.picWO.TabIndex = 14
|
|
Me.picWO.TabStop = False
|
|
'
|
|
'ContextMenuStrip2
|
|
'
|
|
Me.ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem2, Me.TESTSYSTEMToolStripMenuItem, Me.UpdateToolStripMenuItem1})
|
|
Me.ContextMenuStrip2.Name = "ctxUpdate"
|
|
Me.ContextMenuStrip2.Size = New System.Drawing.Size(141, 70)
|
|
'
|
|
'ToolStripMenuItem2
|
|
'
|
|
Me.ToolStripMenuItem2.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.VERAGToolStripMenuItem, Me.ATILLAToolStripMenuItem, Me.IMEXToolStripMenuItem, Me.FRONTOFFICEToolStripMenuItem, Me.UNISPEDToolStripMenuItem, Me.AMBARToolStripMenuItem, Me.VERIMEXToolStripMenuItem})
|
|
Me.ToolStripMenuItem2.Name = "ToolStripMenuItem2"
|
|
Me.ToolStripMenuItem2.Size = New System.Drawing.Size(140, 22)
|
|
Me.ToolStripMenuItem2.Text = "FIRMA"
|
|
'
|
|
'VERAGToolStripMenuItem
|
|
'
|
|
Me.VERAGToolStripMenuItem.Name = "VERAGToolStripMenuItem"
|
|
Me.VERAGToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|
Me.VERAGToolStripMenuItem.Text = "VERAG"
|
|
'
|
|
'ATILLAToolStripMenuItem
|
|
'
|
|
Me.ATILLAToolStripMenuItem.Name = "ATILLAToolStripMenuItem"
|
|
Me.ATILLAToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|
Me.ATILLAToolStripMenuItem.Text = "ATILLA"
|
|
'
|
|
'IMEXToolStripMenuItem
|
|
'
|
|
Me.IMEXToolStripMenuItem.Name = "IMEXToolStripMenuItem"
|
|
Me.IMEXToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|
Me.IMEXToolStripMenuItem.Text = "IMEX"
|
|
'
|
|
'FRONTOFFICEToolStripMenuItem
|
|
'
|
|
Me.FRONTOFFICEToolStripMenuItem.Name = "FRONTOFFICEToolStripMenuItem"
|
|
Me.FRONTOFFICEToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|
Me.FRONTOFFICEToolStripMenuItem.Text = "FRONT-OFFICE"
|
|
'
|
|
'UNISPEDToolStripMenuItem
|
|
'
|
|
Me.UNISPEDToolStripMenuItem.Name = "UNISPEDToolStripMenuItem"
|
|
Me.UNISPEDToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|
Me.UNISPEDToolStripMenuItem.Text = "UNISPED"
|
|
'
|
|
'AMBARToolStripMenuItem
|
|
'
|
|
Me.AMBARToolStripMenuItem.Name = "AMBARToolStripMenuItem"
|
|
Me.AMBARToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|
Me.AMBARToolStripMenuItem.Text = "AMBAR"
|
|
'
|
|
'VERIMEXToolStripMenuItem
|
|
'
|
|
Me.VERIMEXToolStripMenuItem.Name = "VERIMEXToolStripMenuItem"
|
|
Me.VERIMEXToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|
Me.VERIMEXToolStripMenuItem.Text = "VERIMEX"
|
|
'
|
|
'TESTSYSTEMToolStripMenuItem
|
|
'
|
|
Me.TESTSYSTEMToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.PRODUKTIVToolStripMenuItem, Me.TESTSYSTEMToolStripMenuItem1})
|
|
Me.TESTSYSTEMToolStripMenuItem.Name = "TESTSYSTEMToolStripMenuItem"
|
|
Me.TESTSYSTEMToolStripMenuItem.Size = New System.Drawing.Size(140, 22)
|
|
Me.TESTSYSTEMToolStripMenuItem.Text = "TESTSYSTEM"
|
|
Me.TESTSYSTEMToolStripMenuItem.Visible = False
|
|
'
|
|
'PRODUKTIVToolStripMenuItem
|
|
'
|
|
Me.PRODUKTIVToolStripMenuItem.Name = "PRODUKTIVToolStripMenuItem"
|
|
Me.PRODUKTIVToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
|
Me.PRODUKTIVToolStripMenuItem.Text = "PRODUKTIV"
|
|
'
|
|
'TESTSYSTEMToolStripMenuItem1
|
|
'
|
|
Me.TESTSYSTEMToolStripMenuItem1.Name = "TESTSYSTEMToolStripMenuItem1"
|
|
Me.TESTSYSTEMToolStripMenuItem1.Size = New System.Drawing.Size(180, 22)
|
|
Me.TESTSYSTEMToolStripMenuItem1.Text = "TESTSYSTEM"
|
|
'
|
|
'UpdateToolStripMenuItem1
|
|
'
|
|
Me.UpdateToolStripMenuItem1.Name = "UpdateToolStripMenuItem1"
|
|
Me.UpdateToolStripMenuItem1.Size = New System.Drawing.Size(140, 22)
|
|
Me.UpdateToolStripMenuItem1.Text = "Update"
|
|
'
|
|
'cboWarenort
|
|
'
|
|
Me.cboWarenort._allowedValuesFreiText = Nothing
|
|
Me.cboWarenort._allowFreiText = False
|
|
Me.cboWarenort._value = ""
|
|
Me.cboWarenort.FormattingEnabled = True
|
|
Me.cboWarenort.Location = New System.Drawing.Point(110, 61)
|
|
Me.cboWarenort.Name = "cboWarenort"
|
|
Me.cboWarenort.Size = New System.Drawing.Size(100, 21)
|
|
Me.cboWarenort.TabIndex = 13
|
|
Me.cboWarenort.Visible = False
|
|
'
|
|
'lblTESTSYSTEM
|
|
'
|
|
Me.lblTESTSYSTEM.AutoSize = True
|
|
Me.lblTESTSYSTEM.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.lblTESTSYSTEM.ForeColor = System.Drawing.Color.Red
|
|
Me.lblTESTSYSTEM.Location = New System.Drawing.Point(80, 185)
|
|
Me.lblTESTSYSTEM.Name = "lblTESTSYSTEM"
|
|
Me.lblTESTSYSTEM.Size = New System.Drawing.Size(145, 20)
|
|
Me.lblTESTSYSTEM.TabIndex = 1
|
|
Me.lblTESTSYSTEM.Text = "! TESTSYSTEM !"
|
|
Me.lblTESTSYSTEM.Visible = False
|
|
'
|
|
'FlatButton1
|
|
'
|
|
Me.FlatButton1.allowBorder = False
|
|
Me.FlatButton1.BackgroundImage = Global.AVISO.My.Resources.Resources.del
|
|
Me.FlatButton1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.FlatButton1.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.FlatButton1.FlatAppearance.BorderSize = 0
|
|
Me.FlatButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton1.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton1.Location = New System.Drawing.Point(273, 4)
|
|
Me.FlatButton1.Name = "FlatButton1"
|
|
Me.FlatButton1.Size = New System.Drawing.Size(32, 19)
|
|
Me.FlatButton1.TabIndex = 0
|
|
Me.FlatButton1.UseVisualStyleBackColor = True
|
|
'
|
|
'Panel2
|
|
'
|
|
Me.Panel2.BackColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Panel2.Controls.Add(Me.FlatButton2)
|
|
Me.Panel2.Controls.Add(Me.lblVersion)
|
|
Me.Panel2.Controls.Add(Me.Label3)
|
|
Me.Panel2.Dock = System.Windows.Forms.DockStyle.Bottom
|
|
Me.Panel2.Location = New System.Drawing.Point(0, 198)
|
|
Me.Panel2.Name = "Panel2"
|
|
Me.Panel2.Size = New System.Drawing.Size(304, 22)
|
|
Me.Panel2.TabIndex = 8
|
|
'
|
|
'FlatButton2
|
|
'
|
|
Me.FlatButton2.allowBorder = False
|
|
Me.FlatButton2.BackgroundImage = Global.AVISO.My.Resources.Resources.wheel
|
|
Me.FlatButton2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.FlatButton2.ContextMenuStrip = Me.ContextMenuStrip2
|
|
Me.FlatButton2.Cursor = System.Windows.Forms.Cursors.Hand
|
|
Me.FlatButton2.FlatAppearance.BorderSize = 0
|
|
Me.FlatButton2.FlatStyle = System.Windows.Forms.FlatStyle.Flat
|
|
Me.FlatButton2.ForeColor = System.Drawing.Color.Black
|
|
Me.FlatButton2.Location = New System.Drawing.Point(283, 2)
|
|
Me.FlatButton2.Name = "FlatButton2"
|
|
Me.FlatButton2.Size = New System.Drawing.Size(18, 18)
|
|
Me.FlatButton2.TabIndex = 13
|
|
Me.FlatButton2.UseVisualStyleBackColor = True
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.ForeColor = System.Drawing.Color.White
|
|
Me.Label3.Location = New System.Drawing.Point(5, 5)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(75, 13)
|
|
Me.Label3.TabIndex = 0
|
|
Me.Label3.Text = "AVISO - ZOLL"
|
|
'
|
|
'picLogin
|
|
'
|
|
Me.picLogin.ContextMenuStrip = Me.ContextMenuStrip2
|
|
Me.picLogin.Image = CType(resources.GetObject("picLogin.Image"), System.Drawing.Image)
|
|
Me.picLogin.Location = New System.Drawing.Point(8, 8)
|
|
Me.picLogin.Name = "picLogin"
|
|
Me.picLogin.Size = New System.Drawing.Size(291, 50)
|
|
Me.picLogin.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom
|
|
Me.picLogin.TabIndex = 12
|
|
Me.picLogin.TabStop = False
|
|
'
|
|
'lblAlertTxt
|
|
'
|
|
Me.lblAlertTxt.AutoSize = True
|
|
Me.lblAlertTxt.ForeColor = System.Drawing.Color.Red
|
|
Me.lblAlertTxt.Location = New System.Drawing.Point(70, 139)
|
|
Me.lblAlertTxt.Name = "lblAlertTxt"
|
|
Me.lblAlertTxt.Size = New System.Drawing.Size(192, 13)
|
|
Me.lblAlertTxt.TabIndex = 6
|
|
Me.lblAlertTxt.Text = "Benutzername oder Passwort ist falsch!"
|
|
Me.lblAlertTxt.Visible = False
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Label5.Location = New System.Drawing.Point(49, 91)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(52, 13)
|
|
Me.Label5.TabIndex = 2
|
|
Me.Label5.Text = "Benutzer:"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.Label6.Location = New System.Drawing.Point(49, 121)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(53, 13)
|
|
Me.Label6.TabIndex = 4
|
|
Me.Label6.Text = "Passwort:"
|
|
'
|
|
'ctxUpdate
|
|
'
|
|
Me.ctxUpdate.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.UpdateToolStripMenuItem})
|
|
Me.ctxUpdate.Name = "ctxUpdate"
|
|
Me.ctxUpdate.Size = New System.Drawing.Size(113, 26)
|
|
'
|
|
'UpdateToolStripMenuItem
|
|
'
|
|
Me.UpdateToolStripMenuItem.Name = "UpdateToolStripMenuItem"
|
|
Me.UpdateToolStripMenuItem.Size = New System.Drawing.Size(112, 22)
|
|
Me.UpdateToolStripMenuItem.Text = "Update"
|
|
'
|
|
'ContextMenuStrip1
|
|
'
|
|
Me.ContextMenuStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.ToolStripMenuItem1})
|
|
Me.ContextMenuStrip1.Name = "ctxUpdate"
|
|
Me.ContextMenuStrip1.Size = New System.Drawing.Size(113, 26)
|
|
'
|
|
'ToolStripMenuItem1
|
|
'
|
|
Me.ToolStripMenuItem1.Name = "ToolStripMenuItem1"
|
|
Me.ToolStripMenuItem1.Size = New System.Drawing.Size(112, 22)
|
|
Me.ToolStripMenuItem1.Text = "Update"
|
|
'
|
|
'lblWO
|
|
'
|
|
Me.lblWO.AutoSize = True
|
|
Me.lblWO.ForeColor = System.Drawing.Color.FromArgb(CType(CType(0, Byte), Integer), CType(CType(54, Byte), Integer), CType(CType(128, Byte), Integer))
|
|
Me.lblWO.Location = New System.Drawing.Point(50, 64)
|
|
Me.lblWO.Name = "lblWO"
|
|
Me.lblWO.Size = New System.Drawing.Size(54, 13)
|
|
Me.lblWO.TabIndex = 15
|
|
Me.lblWO.Text = "Warenort:"
|
|
'
|
|
'frmLogin
|
|
'
|
|
Me.AcceptButton = Me.btnOK
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom
|
|
Me.ClientSize = New System.Drawing.Size(306, 222)
|
|
Me.Controls.Add(Me.Panel1)
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
|
|
Me.KeyPreview = True
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmLogin"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Anmeldung"
|
|
Me.TopMost = True
|
|
Me.Panel1.ResumeLayout(False)
|
|
Me.Panel1.PerformLayout()
|
|
CType(Me.picWO, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ContextMenuStrip2.ResumeLayout(False)
|
|
Me.Panel2.ResumeLayout(False)
|
|
Me.Panel2.PerformLayout()
|
|
CType(Me.picLogin, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ctxUpdate.ResumeLayout(False)
|
|
Me.ContextMenuStrip1.ResumeLayout(False)
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents txtKennwort As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtSachbear As System.Windows.Forms.TextBox
|
|
Friend WithEvents Panel1 As System.Windows.Forms.Panel
|
|
Friend WithEvents Panel2 As System.Windows.Forms.Panel
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents picLogin As System.Windows.Forms.PictureBox
|
|
Friend WithEvents lblAlertTxt As System.Windows.Forms.Label
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents ctxUpdate As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents UpdateToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents ContextMenuStrip1 As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents ToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
|
|
Public WithEvents lblVersion As System.Windows.Forms.Label
|
|
Public WithEvents btnOK As System.Windows.Forms.Button
|
|
Friend WithEvents lblTESTSYSTEM As System.Windows.Forms.Label
|
|
Friend WithEvents FlatButton1 As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents ContextMenuStrip2 As System.Windows.Forms.ContextMenuStrip
|
|
Friend WithEvents ToolStripMenuItem2 As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents VERAGToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents ATILLAToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents FlatButton2 As VERAG_PROG_ALLGEMEIN.FlatButton
|
|
Friend WithEvents TESTSYSTEMToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents PRODUKTIVToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents TESTSYSTEMToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents UpdateToolStripMenuItem1 As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents IMEXToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
|
Friend WithEvents FRONTOFFICEToolStripMenuItem As ToolStripMenuItem
|
|
Friend WithEvents UNISPEDToolStripMenuItem As ToolStripMenuItem
|
|
Friend WithEvents AMBARToolStripMenuItem As ToolStripMenuItem
|
|
Friend WithEvents VERIMEXToolStripMenuItem As ToolStripMenuItem
|
|
Friend WithEvents cboWarenort As VERAG_PROG_ALLGEMEIN.MyComboBox
|
|
Friend WithEvents picWO As PictureBox
|
|
Friend WithEvents lblWO As Label
|
|
End Class
|