ms
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
||||
Partial Class frmRecOrgConfig_Basic
|
||||
Inherits System.Windows.Forms.Form
|
||||
|
||||
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
||||
<System.Diagnostics.DebuggerNonUserCode()> _
|
||||
<System.Diagnostics.DebuggerNonUserCode()>
|
||||
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
||||
Try
|
||||
If disposing AndAlso components IsNot Nothing Then
|
||||
@@ -20,7 +20,7 @@ Partial Class frmRecOrgConfig_Basic
|
||||
'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()> _
|
||||
<System.Diagnostics.DebuggerStepThrough()>
|
||||
Private Sub InitializeComponent()
|
||||
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmRecOrgConfig_Basic))
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
@@ -44,6 +44,7 @@ Partial Class frmRecOrgConfig_Basic
|
||||
Me.btnsave = New System.Windows.Forms.Button()
|
||||
Me.chkChildWindow = New System.Windows.Forms.CheckBox()
|
||||
Me.GroupBox5 = New System.Windows.Forms.GroupBox()
|
||||
Me.Label10 = New System.Windows.Forms.Label()
|
||||
Me.btnTest_Anmeldung = New System.Windows.Forms.Button()
|
||||
Me.txtServername = New System.Windows.Forms.TextBox()
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
@@ -54,13 +55,22 @@ Partial Class frmRecOrgConfig_Basic
|
||||
Me.txtDomäne = New System.Windows.Forms.TextBox()
|
||||
Me.Label7 = New System.Windows.Forms.Label()
|
||||
Me.Label8 = New System.Windows.Forms.Label()
|
||||
Me.Label10 = New System.Windows.Forms.Label()
|
||||
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
||||
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
||||
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
||||
Me.lblSave = New System.Windows.Forms.Label()
|
||||
Me.btnSaveUpdatePath = New System.Windows.Forms.Button()
|
||||
Me.Label11 = New System.Windows.Forms.Label()
|
||||
Me.txtBoxUpdatePath = New System.Windows.Forms.TextBox()
|
||||
Me.GroupBox1.SuspendLayout()
|
||||
Me.GroupBox2.SuspendLayout()
|
||||
Me.GroupBox3.SuspendLayout()
|
||||
CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.GroupBox4.SuspendLayout()
|
||||
Me.GroupBox5.SuspendLayout()
|
||||
Me.TabControl1.SuspendLayout()
|
||||
Me.TabPage1.SuspendLayout()
|
||||
Me.TabPage2.SuspendLayout()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'Label1
|
||||
@@ -203,6 +213,11 @@ Partial Class frmRecOrgConfig_Basic
|
||||
Me.GroupBox5.Name = "GroupBox5"
|
||||
Me.GroupBox5.TabStop = False
|
||||
'
|
||||
'Label10
|
||||
'
|
||||
resources.ApplyResources(Me.Label10, "Label10")
|
||||
Me.Label10.Name = "Label10"
|
||||
'
|
||||
'btnTest_Anmeldung
|
||||
'
|
||||
Me.btnTest_Anmeldung.BackColor = System.Drawing.SystemColors.Control
|
||||
@@ -257,25 +272,68 @@ Partial Class frmRecOrgConfig_Basic
|
||||
resources.ApplyResources(Me.Label8, "Label8")
|
||||
Me.Label8.Name = "Label8"
|
||||
'
|
||||
'Label10
|
||||
'TabControl1
|
||||
'
|
||||
resources.ApplyResources(Me.Label10, "Label10")
|
||||
Me.Label10.Name = "Label10"
|
||||
Me.TabControl1.Controls.Add(Me.TabPage1)
|
||||
Me.TabControl1.Controls.Add(Me.TabPage2)
|
||||
resources.ApplyResources(Me.TabControl1, "TabControl1")
|
||||
Me.TabControl1.Name = "TabControl1"
|
||||
Me.TabControl1.SelectedIndex = 0
|
||||
'
|
||||
'TabPage1
|
||||
'
|
||||
Me.TabPage1.Controls.Add(Me.GroupBox2)
|
||||
Me.TabPage1.Controls.Add(Me.txtWiki)
|
||||
Me.TabPage1.Controls.Add(Me.GroupBox1)
|
||||
Me.TabPage1.Controls.Add(Me.Label9)
|
||||
Me.TabPage1.Controls.Add(Me.btnsave)
|
||||
Me.TabPage1.Controls.Add(Me.GroupBox5)
|
||||
Me.TabPage1.Controls.Add(Me.lblSaveresult)
|
||||
Me.TabPage1.Controls.Add(Me.GroupBox4)
|
||||
Me.TabPage1.Controls.Add(Me.chkChildWindow)
|
||||
Me.TabPage1.Controls.Add(Me.GroupBox3)
|
||||
resources.ApplyResources(Me.TabPage1, "TabPage1")
|
||||
Me.TabPage1.Name = "TabPage1"
|
||||
Me.TabPage1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'TabPage2
|
||||
'
|
||||
Me.TabPage2.Controls.Add(Me.lblSave)
|
||||
Me.TabPage2.Controls.Add(Me.btnSaveUpdatePath)
|
||||
Me.TabPage2.Controls.Add(Me.Label11)
|
||||
Me.TabPage2.Controls.Add(Me.txtBoxUpdatePath)
|
||||
resources.ApplyResources(Me.TabPage2, "TabPage2")
|
||||
Me.TabPage2.Name = "TabPage2"
|
||||
Me.TabPage2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'lblSave
|
||||
'
|
||||
resources.ApplyResources(Me.lblSave, "lblSave")
|
||||
Me.lblSave.BackColor = System.Drawing.Color.Yellow
|
||||
Me.lblSave.Name = "lblSave"
|
||||
'
|
||||
'btnSaveUpdatePath
|
||||
'
|
||||
Me.btnSaveUpdatePath.Image = Global.DD_Record_Organizer.My.Resources.Resources.save
|
||||
resources.ApplyResources(Me.btnSaveUpdatePath, "btnSaveUpdatePath")
|
||||
Me.btnSaveUpdatePath.Name = "btnSaveUpdatePath"
|
||||
Me.btnSaveUpdatePath.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label11
|
||||
'
|
||||
resources.ApplyResources(Me.Label11, "Label11")
|
||||
Me.Label11.Name = "Label11"
|
||||
'
|
||||
'txtBoxUpdatePath
|
||||
'
|
||||
resources.ApplyResources(Me.txtBoxUpdatePath, "txtBoxUpdatePath")
|
||||
Me.txtBoxUpdatePath.Name = "txtBoxUpdatePath"
|
||||
'
|
||||
'frmRecOrgConfig_Basic
|
||||
'
|
||||
resources.ApplyResources(Me, "$this")
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.Controls.Add(Me.txtWiki)
|
||||
Me.Controls.Add(Me.Label9)
|
||||
Me.Controls.Add(Me.GroupBox5)
|
||||
Me.Controls.Add(Me.GroupBox4)
|
||||
Me.Controls.Add(Me.GroupBox3)
|
||||
Me.Controls.Add(Me.chkChildWindow)
|
||||
Me.Controls.Add(Me.lblSaveresult)
|
||||
Me.Controls.Add(Me.btnsave)
|
||||
Me.Controls.Add(Me.GroupBox2)
|
||||
Me.Controls.Add(Me.GroupBox1)
|
||||
Me.Controls.Add(Me.TabControl1)
|
||||
Me.MaximizeBox = False
|
||||
Me.MinimizeBox = False
|
||||
Me.Name = "frmRecOrgConfig_Basic"
|
||||
@@ -289,8 +347,12 @@ Partial Class frmRecOrgConfig_Basic
|
||||
Me.GroupBox4.PerformLayout()
|
||||
Me.GroupBox5.ResumeLayout(False)
|
||||
Me.GroupBox5.PerformLayout()
|
||||
Me.TabControl1.ResumeLayout(False)
|
||||
Me.TabPage1.ResumeLayout(False)
|
||||
Me.TabPage1.PerformLayout()
|
||||
Me.TabPage2.ResumeLayout(False)
|
||||
Me.TabPage2.PerformLayout()
|
||||
Me.ResumeLayout(False)
|
||||
Me.PerformLayout()
|
||||
|
||||
End Sub
|
||||
Friend WithEvents Label1 As System.Windows.Forms.Label
|
||||
@@ -325,4 +387,11 @@ Partial Class frmRecOrgConfig_Basic
|
||||
Friend WithEvents txtWiki As System.Windows.Forms.TextBox
|
||||
Friend WithEvents Label9 As System.Windows.Forms.Label
|
||||
Friend WithEvents Label10 As Label
|
||||
Friend WithEvents TabControl1 As TabControl
|
||||
Friend WithEvents TabPage1 As TabPage
|
||||
Friend WithEvents TabPage2 As TabPage
|
||||
Friend WithEvents txtBoxUpdatePath As TextBox
|
||||
Friend WithEvents btnSaveUpdatePath As Button
|
||||
Friend WithEvents Label11 As Label
|
||||
Friend WithEvents lblSave As Label
|
||||
End Class
|
||||
|
||||
Reference in New Issue
Block a user