MS Release Prüfung Volume voll
This commit is contained in:
32
App/CONFIG_APP/frmMain.Designer.vb
generated
32
App/CONFIG_APP/frmMain.Designer.vb
generated
@@ -292,6 +292,8 @@ Partial Class frmMain
|
||||
Me.Label12 = New System.Windows.Forms.Label()
|
||||
Me.btnsendtestmail = New System.Windows.Forms.Button()
|
||||
Me.txtnewpasswort = New System.Windows.Forms.TextBox()
|
||||
Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.PasswortAnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.Button4 = New System.Windows.Forms.Button()
|
||||
Me.EMAILIDTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.NAMETextBox = New System.Windows.Forms.TextBox()
|
||||
@@ -347,8 +349,6 @@ Partial Class frmMain
|
||||
Me.TBEMLP_CONFIGTableAdapter = New CONFIG_APP.MyDatasetTableAdapters.TBEMLP_CONFIGTableAdapter()
|
||||
Me.FolderBrowserDialog1 = New System.Windows.Forms.FolderBrowserDialog()
|
||||
Me.ContextMenuStrip1 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.ContextMenuStrip2 = New System.Windows.Forms.ContextMenuStrip(Me.components)
|
||||
Me.PasswortAnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
GUIDLabel = New System.Windows.Forms.Label()
|
||||
PROFILE_NAMELabel = New System.Windows.Forms.Label()
|
||||
POLL_TYPELabel = New System.Windows.Forms.Label()
|
||||
@@ -454,13 +454,13 @@ Partial Class frmMain
|
||||
CType(Me.BindingNavigator5, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.BindingNavigator5.SuspendLayout()
|
||||
Me.TabPage3.SuspendLayout()
|
||||
Me.ContextMenuStrip2.SuspendLayout()
|
||||
CType(Me.GridControl6, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.GridView6, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
CType(Me.BindingNavigator6, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.BindingNavigator6.SuspendLayout()
|
||||
Me.TabPage4.SuspendLayout()
|
||||
Me.GroupBox4.SuspendLayout()
|
||||
Me.ContextMenuStrip2.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'GUIDLabel
|
||||
@@ -3086,6 +3086,18 @@ Partial Class frmMain
|
||||
Me.txtnewpasswort.TabIndex = 63
|
||||
Me.txtnewpasswort.UseSystemPasswordChar = True
|
||||
'
|
||||
'ContextMenuStrip2
|
||||
'
|
||||
Me.ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.PasswortAnzeigenToolStripMenuItem})
|
||||
Me.ContextMenuStrip2.Name = "ContextMenuStrip2"
|
||||
Me.ContextMenuStrip2.Size = New System.Drawing.Size(172, 26)
|
||||
'
|
||||
'PasswortAnzeigenToolStripMenuItem
|
||||
'
|
||||
Me.PasswortAnzeigenToolStripMenuItem.Name = "PasswortAnzeigenToolStripMenuItem"
|
||||
Me.PasswortAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(171, 22)
|
||||
Me.PasswortAnzeigenToolStripMenuItem.Text = "Passwort anzeigen"
|
||||
'
|
||||
'Button4
|
||||
'
|
||||
Me.Button4.Image = Global.CONFIG_APP.My.Resources.Resources.key_16xLG
|
||||
@@ -3559,18 +3571,6 @@ Partial Class frmMain
|
||||
Me.ContextMenuStrip1.Name = "ContextMenuStrip1"
|
||||
Me.ContextMenuStrip1.Size = New System.Drawing.Size(61, 4)
|
||||
'
|
||||
'ContextMenuStrip2
|
||||
'
|
||||
Me.ContextMenuStrip2.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.PasswortAnzeigenToolStripMenuItem})
|
||||
Me.ContextMenuStrip2.Name = "ContextMenuStrip2"
|
||||
Me.ContextMenuStrip2.Size = New System.Drawing.Size(181, 48)
|
||||
'
|
||||
'PasswortAnzeigenToolStripMenuItem
|
||||
'
|
||||
Me.PasswortAnzeigenToolStripMenuItem.Name = "PasswortAnzeigenToolStripMenuItem"
|
||||
Me.PasswortAnzeigenToolStripMenuItem.Size = New System.Drawing.Size(180, 22)
|
||||
Me.PasswortAnzeigenToolStripMenuItem.Text = "Passwort anzeigen"
|
||||
'
|
||||
'frmMain
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
@@ -3646,6 +3646,7 @@ Partial Class frmMain
|
||||
Me.BindingNavigator5.PerformLayout()
|
||||
Me.TabPage3.ResumeLayout(False)
|
||||
Me.TabPage3.PerformLayout()
|
||||
Me.ContextMenuStrip2.ResumeLayout(False)
|
||||
CType(Me.GridControl6, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.GridView6, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
CType(Me.BindingNavigator6, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
@@ -3655,7 +3656,6 @@ Partial Class frmMain
|
||||
Me.TabPage4.PerformLayout()
|
||||
Me.GroupBox4.ResumeLayout(False)
|
||||
Me.GroupBox4.PerformLayout()
|
||||
Me.ContextMenuStrip2.ResumeLayout(False)
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user