414 lines
16 KiB
VB.net
414 lines
16 KiB
VB.net
<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()>
|
|
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(frmRecOrgConfig_Basic))
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtDelimiterVersion = New System.Windows.Forms.TextBox()
|
|
Me.txtDelimiterFile = New System.Windows.Forms.TextBox()
|
|
Me.txtwddriveletter = New System.Windows.Forms.TextBox()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.txtWiki = New System.Windows.Forms.TextBox()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.lblSaveresult = New System.Windows.Forms.Label()
|
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|
Me.btnResetBackground = New System.Windows.Forms.Button()
|
|
Me.btnSelectBackground = New System.Windows.Forms.Button()
|
|
Me.pbBackground = New System.Windows.Forms.PictureBox()
|
|
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
|
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
|
|
Me.txtProductName = New System.Windows.Forms.TextBox()
|
|
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()
|
|
Me.txtPW = New System.Windows.Forms.TextBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.txtUser = New System.Windows.Forms.TextBox()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.txtDomäne = New System.Windows.Forms.TextBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.Label8 = 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.txtAutoLogoutUser = New System.Windows.Forms.TextBox()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
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
|
|
'
|
|
resources.ApplyResources(Me.Label1, "Label1")
|
|
Me.Label1.Name = "Label1"
|
|
'
|
|
'Label2
|
|
'
|
|
resources.ApplyResources(Me.Label2, "Label2")
|
|
Me.Label2.Name = "Label2"
|
|
'
|
|
'Label3
|
|
'
|
|
resources.ApplyResources(Me.Label3, "Label3")
|
|
Me.Label3.Name = "Label3"
|
|
'
|
|
'txtDelimiterVersion
|
|
'
|
|
resources.ApplyResources(Me.txtDelimiterVersion, "txtDelimiterVersion")
|
|
Me.txtDelimiterVersion.Name = "txtDelimiterVersion"
|
|
'
|
|
'txtDelimiterFile
|
|
'
|
|
resources.ApplyResources(Me.txtDelimiterFile, "txtDelimiterFile")
|
|
Me.txtDelimiterFile.Name = "txtDelimiterFile"
|
|
'
|
|
'txtwddriveletter
|
|
'
|
|
resources.ApplyResources(Me.txtwddriveletter, "txtwddriveletter")
|
|
Me.txtwddriveletter.Name = "txtwddriveletter"
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.Label1)
|
|
Me.GroupBox1.Controls.Add(Me.Label3)
|
|
Me.GroupBox1.Controls.Add(Me.txtDelimiterFile)
|
|
Me.GroupBox1.Controls.Add(Me.txtDelimiterVersion)
|
|
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.TabStop = False
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.Label2)
|
|
Me.GroupBox2.Controls.Add(Me.txtwddriveletter)
|
|
resources.ApplyResources(Me.GroupBox2, "GroupBox2")
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.TabStop = False
|
|
'
|
|
'txtWiki
|
|
'
|
|
resources.ApplyResources(Me.txtWiki, "txtWiki")
|
|
Me.txtWiki.Name = "txtWiki"
|
|
'
|
|
'Label9
|
|
'
|
|
resources.ApplyResources(Me.Label9, "Label9")
|
|
Me.Label9.Name = "Label9"
|
|
'
|
|
'lblSaveresult
|
|
'
|
|
resources.ApplyResources(Me.lblSaveresult, "lblSaveresult")
|
|
Me.lblSaveresult.BackColor = System.Drawing.Color.Yellow
|
|
Me.lblSaveresult.Name = "lblSaveresult"
|
|
'
|
|
'GroupBox3
|
|
'
|
|
Me.GroupBox3.Controls.Add(Me.btnResetBackground)
|
|
Me.GroupBox3.Controls.Add(Me.btnSelectBackground)
|
|
Me.GroupBox3.Controls.Add(Me.pbBackground)
|
|
resources.ApplyResources(Me.GroupBox3, "GroupBox3")
|
|
Me.GroupBox3.Name = "GroupBox3"
|
|
Me.GroupBox3.TabStop = False
|
|
'
|
|
'btnResetBackground
|
|
'
|
|
resources.ApplyResources(Me.btnResetBackground, "btnResetBackground")
|
|
Me.btnResetBackground.Name = "btnResetBackground"
|
|
Me.btnResetBackground.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSelectBackground
|
|
'
|
|
resources.ApplyResources(Me.btnSelectBackground, "btnSelectBackground")
|
|
Me.btnSelectBackground.Name = "btnSelectBackground"
|
|
Me.btnSelectBackground.UseVisualStyleBackColor = True
|
|
'
|
|
'pbBackground
|
|
'
|
|
resources.ApplyResources(Me.pbBackground, "pbBackground")
|
|
Me.pbBackground.Name = "pbBackground"
|
|
Me.pbBackground.TabStop = False
|
|
'
|
|
'OpenFileDialog1
|
|
'
|
|
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
|
'
|
|
'GroupBox4
|
|
'
|
|
Me.GroupBox4.Controls.Add(Me.txtProductName)
|
|
resources.ApplyResources(Me.GroupBox4, "GroupBox4")
|
|
Me.GroupBox4.Name = "GroupBox4"
|
|
Me.GroupBox4.TabStop = False
|
|
'
|
|
'txtProductName
|
|
'
|
|
resources.ApplyResources(Me.txtProductName, "txtProductName")
|
|
Me.txtProductName.Name = "txtProductName"
|
|
'
|
|
'btnsave
|
|
'
|
|
resources.ApplyResources(Me.btnsave, "btnsave")
|
|
Me.btnsave.Image = Global.DD_Record_Organizer.My.Resources.Resources.save
|
|
Me.btnsave.Name = "btnsave"
|
|
Me.btnsave.UseVisualStyleBackColor = True
|
|
'
|
|
'chkChildWindow
|
|
'
|
|
resources.ApplyResources(Me.chkChildWindow, "chkChildWindow")
|
|
Me.chkChildWindow.Checked = Global.DD_Record_Organizer.My.MySettings.Default.User_DesignPanels_areChild
|
|
Me.chkChildWindow.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.chkChildWindow.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.DD_Record_Organizer.My.MySettings.Default, "User_DesignPanels_areChild", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
|
Me.chkChildWindow.Name = "chkChildWindow"
|
|
Me.chkChildWindow.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox5
|
|
'
|
|
Me.GroupBox5.Controls.Add(Me.Label10)
|
|
Me.GroupBox5.Controls.Add(Me.btnTest_Anmeldung)
|
|
Me.GroupBox5.Controls.Add(Me.txtServername)
|
|
Me.GroupBox5.Controls.Add(Me.Label5)
|
|
Me.GroupBox5.Controls.Add(Me.txtPW)
|
|
Me.GroupBox5.Controls.Add(Me.Label4)
|
|
Me.GroupBox5.Controls.Add(Me.txtUser)
|
|
Me.GroupBox5.Controls.Add(Me.Label6)
|
|
Me.GroupBox5.Controls.Add(Me.txtDomäne)
|
|
Me.GroupBox5.Controls.Add(Me.Label7)
|
|
Me.GroupBox5.Controls.Add(Me.Label8)
|
|
resources.ApplyResources(Me.GroupBox5, "GroupBox5")
|
|
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
|
|
Me.btnTest_Anmeldung.Image = Global.DD_Record_Organizer.My.Resources.Resources.database_connect
|
|
resources.ApplyResources(Me.btnTest_Anmeldung, "btnTest_Anmeldung")
|
|
Me.btnTest_Anmeldung.Name = "btnTest_Anmeldung"
|
|
Me.btnTest_Anmeldung.UseVisualStyleBackColor = False
|
|
'
|
|
'txtServername
|
|
'
|
|
resources.ApplyResources(Me.txtServername, "txtServername")
|
|
Me.txtServername.Name = "txtServername"
|
|
'
|
|
'Label5
|
|
'
|
|
resources.ApplyResources(Me.Label5, "Label5")
|
|
Me.Label5.Name = "Label5"
|
|
'
|
|
'txtPW
|
|
'
|
|
resources.ApplyResources(Me.txtPW, "txtPW")
|
|
Me.txtPW.Name = "txtPW"
|
|
Me.txtPW.UseSystemPasswordChar = True
|
|
'
|
|
'Label4
|
|
'
|
|
resources.ApplyResources(Me.Label4, "Label4")
|
|
Me.Label4.Name = "Label4"
|
|
'
|
|
'txtUser
|
|
'
|
|
resources.ApplyResources(Me.txtUser, "txtUser")
|
|
Me.txtUser.Name = "txtUser"
|
|
'
|
|
'Label6
|
|
'
|
|
resources.ApplyResources(Me.Label6, "Label6")
|
|
Me.Label6.Name = "Label6"
|
|
'
|
|
'txtDomäne
|
|
'
|
|
resources.ApplyResources(Me.txtDomäne, "txtDomäne")
|
|
Me.txtDomäne.Name = "txtDomäne"
|
|
'
|
|
'Label7
|
|
'
|
|
resources.ApplyResources(Me.Label7, "Label7")
|
|
Me.Label7.Name = "Label7"
|
|
'
|
|
'Label8
|
|
'
|
|
resources.ApplyResources(Me.Label8, "Label8")
|
|
Me.Label8.Name = "Label8"
|
|
'
|
|
'TabControl1
|
|
'
|
|
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.txtAutoLogoutUser)
|
|
Me.TabPage1.Controls.Add(Me.Label12)
|
|
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"
|
|
'
|
|
'txtAutoLogoutUser
|
|
'
|
|
resources.ApplyResources(Me.txtAutoLogoutUser, "txtAutoLogoutUser")
|
|
Me.txtAutoLogoutUser.Name = "txtAutoLogoutUser"
|
|
'
|
|
'Label12
|
|
'
|
|
resources.ApplyResources(Me.Label12, "Label12")
|
|
Me.Label12.Name = "Label12"
|
|
'
|
|
'frmRecOrgConfig_Basic
|
|
'
|
|
resources.ApplyResources(Me, "$this")
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.Controls.Add(Me.TabControl1)
|
|
Me.MaximizeBox = False
|
|
Me.MinimizeBox = False
|
|
Me.Name = "frmRecOrgConfig_Basic"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
Me.GroupBox3.ResumeLayout(False)
|
|
CType(Me.pbBackground, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.GroupBox4.ResumeLayout(False)
|
|
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)
|
|
|
|
End Sub
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents txtDelimiterVersion As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtDelimiterFile As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtwddriveletter As System.Windows.Forms.TextBox
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents btnsave As System.Windows.Forms.Button
|
|
Friend WithEvents lblSaveresult As System.Windows.Forms.Label
|
|
Friend WithEvents pbBackground As System.Windows.Forms.PictureBox
|
|
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents btnResetBackground As System.Windows.Forms.Button
|
|
Friend WithEvents btnSelectBackground As System.Windows.Forms.Button
|
|
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
|
|
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents txtProductName As System.Windows.Forms.TextBox
|
|
Friend WithEvents chkChildWindow As System.Windows.Forms.CheckBox
|
|
Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents btnTest_Anmeldung As System.Windows.Forms.Button
|
|
Friend WithEvents txtServername As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents txtPW As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
Friend WithEvents txtUser As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
Friend WithEvents txtDomäne As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
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
|
|
Friend WithEvents txtAutoLogoutUser As TextBox
|
|
Friend WithEvents Label12 As Label
|
|
End Class
|