612 lines
26 KiB
VB.net
612 lines
26 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
|
|
Partial Class frmConfig_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(frmConfig_Basic))
|
|
Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
|
|
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
|
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
|
Me.lblLinkedServer = New System.Windows.Forms.Label()
|
|
Me.txtLinkedServer = New System.Windows.Forms.TextBox()
|
|
Me.btndeleteProxy = New System.Windows.Forms.Button()
|
|
Me.rbConn_Proxy = New System.Windows.Forms.RadioButton()
|
|
Me.rbConnDefault = New System.Windows.Forms.RadioButton()
|
|
Me.chkbxUserAut = New System.Windows.Forms.CheckBox()
|
|
Me.Label5 = New System.Windows.Forms.Label()
|
|
Me.cmbDatenbank = New System.Windows.Forms.ComboBox()
|
|
Me.Label4 = New System.Windows.Forms.Label()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.txtActualConnection = New System.Windows.Forms.TextBox()
|
|
Me.txtServer = New System.Windows.Forms.TextBox()
|
|
Me.txtUser = New System.Windows.Forms.TextBox()
|
|
Me.txtPasswort = New System.Windows.Forms.TextBox()
|
|
Me.BtnConnect = New System.Windows.Forms.Button()
|
|
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
|
Me.CheckBoxGridDocResult_BestFitColumns = New System.Windows.Forms.CheckBox()
|
|
Me.Button4 = New System.Windows.Forms.Button()
|
|
Me.GroupBox5 = New System.Windows.Forms.GroupBox()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.Label10 = New System.Windows.Forms.Label()
|
|
Me.txtTask_Popup = New System.Windows.Forms.TextBox()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.Button5 = New System.Windows.Forms.Button()
|
|
Me.cmbDesign = New System.Windows.Forms.ComboBox()
|
|
Me.GroupBox4 = New System.Windows.Forms.GroupBox()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.cmbLanguage = New System.Windows.Forms.ComboBox()
|
|
Me.GroupBox3 = New System.Windows.Forms.GroupBox()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.cmbConstructor = New System.Windows.Forms.ComboBox()
|
|
Me.CheckBox1 = New System.Windows.Forms.CheckBox()
|
|
Me.chkLogErrorsOnly = New System.Windows.Forms.CheckBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.btnApplicationFolder = New System.Windows.Forms.Button()
|
|
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
|
|
Me.TabPage3 = New System.Windows.Forms.TabPage()
|
|
Me.chkSubfolder = New System.Windows.Forms.CheckBox()
|
|
Me.Label9 = New System.Windows.Forms.Label()
|
|
Me.DataGridView1 = New System.Windows.Forms.DataGridView()
|
|
Me.btnSaveExclusionFiles = New System.Windows.Forms.Button()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.txtScanFolderWatch = New System.Windows.Forms.TextBox()
|
|
Me.Label8 = New System.Windows.Forms.Label()
|
|
Me.btnstartstop2 = New System.Windows.Forms.Button()
|
|
Me.TabPage4 = New System.Windows.Forms.TabPage()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.Button7 = New System.Windows.Forms.Button()
|
|
Me.RadioButton3 = New System.Windows.Forms.RadioButton()
|
|
Me.rbGruppe = New System.Windows.Forms.RadioButton()
|
|
Me.rbUser = New System.Windows.Forms.RadioButton()
|
|
Me.txtObjectExists = New System.Windows.Forms.TextBox()
|
|
Me.Button6 = New System.Windows.Forms.Button()
|
|
Me.btncheckWDFolderexists = New System.Windows.Forms.Button()
|
|
Me.txtwdFolder = New System.Windows.Forms.TextBox()
|
|
Me.Label12 = New System.Windows.Forms.Label()
|
|
Me.TabControl1.SuspendLayout()
|
|
Me.TabPage1.SuspendLayout()
|
|
Me.TabPage2.SuspendLayout()
|
|
Me.GroupBox5.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.GroupBox4.SuspendLayout()
|
|
Me.GroupBox3.SuspendLayout()
|
|
Me.TabPage3.SuspendLayout()
|
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.TabPage4.SuspendLayout()
|
|
Me.GroupBox2.SuspendLayout()
|
|
Me.SuspendLayout()
|
|
'
|
|
'TabControl1
|
|
'
|
|
Me.TabControl1.Controls.Add(Me.TabPage1)
|
|
Me.TabControl1.Controls.Add(Me.TabPage2)
|
|
Me.TabControl1.Controls.Add(Me.TabPage3)
|
|
Me.TabControl1.Controls.Add(Me.TabPage4)
|
|
resources.ApplyResources(Me.TabControl1, "TabControl1")
|
|
Me.TabControl1.Name = "TabControl1"
|
|
Me.TabControl1.SelectedIndex = 0
|
|
'
|
|
'TabPage1
|
|
'
|
|
Me.TabPage1.Controls.Add(Me.lblLinkedServer)
|
|
Me.TabPage1.Controls.Add(Me.txtLinkedServer)
|
|
Me.TabPage1.Controls.Add(Me.btndeleteProxy)
|
|
Me.TabPage1.Controls.Add(Me.rbConn_Proxy)
|
|
Me.TabPage1.Controls.Add(Me.rbConnDefault)
|
|
Me.TabPage1.Controls.Add(Me.chkbxUserAut)
|
|
Me.TabPage1.Controls.Add(Me.Label5)
|
|
Me.TabPage1.Controls.Add(Me.cmbDatenbank)
|
|
Me.TabPage1.Controls.Add(Me.Label4)
|
|
Me.TabPage1.Controls.Add(Me.Label1)
|
|
Me.TabPage1.Controls.Add(Me.Label2)
|
|
Me.TabPage1.Controls.Add(Me.Label3)
|
|
Me.TabPage1.Controls.Add(Me.txtActualConnection)
|
|
Me.TabPage1.Controls.Add(Me.txtServer)
|
|
Me.TabPage1.Controls.Add(Me.txtUser)
|
|
Me.TabPage1.Controls.Add(Me.txtPasswort)
|
|
Me.TabPage1.Controls.Add(Me.BtnConnect)
|
|
resources.ApplyResources(Me.TabPage1, "TabPage1")
|
|
Me.TabPage1.Name = "TabPage1"
|
|
Me.TabPage1.UseVisualStyleBackColor = True
|
|
'
|
|
'lblLinkedServer
|
|
'
|
|
resources.ApplyResources(Me.lblLinkedServer, "lblLinkedServer")
|
|
Me.lblLinkedServer.Name = "lblLinkedServer"
|
|
'
|
|
'txtLinkedServer
|
|
'
|
|
resources.ApplyResources(Me.txtLinkedServer, "txtLinkedServer")
|
|
Me.txtLinkedServer.Name = "txtLinkedServer"
|
|
'
|
|
'btndeleteProxy
|
|
'
|
|
resources.ApplyResources(Me.btndeleteProxy, "btndeleteProxy")
|
|
Me.btndeleteProxy.Name = "btndeleteProxy"
|
|
Me.btndeleteProxy.UseVisualStyleBackColor = True
|
|
'
|
|
'rbConn_Proxy
|
|
'
|
|
resources.ApplyResources(Me.rbConn_Proxy, "rbConn_Proxy")
|
|
Me.rbConn_Proxy.Name = "rbConn_Proxy"
|
|
Me.rbConn_Proxy.UseVisualStyleBackColor = True
|
|
'
|
|
'rbConnDefault
|
|
'
|
|
resources.ApplyResources(Me.rbConnDefault, "rbConnDefault")
|
|
Me.rbConnDefault.Checked = True
|
|
Me.rbConnDefault.Name = "rbConnDefault"
|
|
Me.rbConnDefault.TabStop = True
|
|
Me.rbConnDefault.UseVisualStyleBackColor = True
|
|
'
|
|
'chkbxUserAut
|
|
'
|
|
resources.ApplyResources(Me.chkbxUserAut, "chkbxUserAut")
|
|
Me.chkbxUserAut.Name = "chkbxUserAut"
|
|
Me.chkbxUserAut.UseVisualStyleBackColor = True
|
|
'
|
|
'Label5
|
|
'
|
|
resources.ApplyResources(Me.Label5, "Label5")
|
|
Me.Label5.Name = "Label5"
|
|
'
|
|
'cmbDatenbank
|
|
'
|
|
Me.cmbDatenbank.FormattingEnabled = True
|
|
resources.ApplyResources(Me.cmbDatenbank, "cmbDatenbank")
|
|
Me.cmbDatenbank.Name = "cmbDatenbank"
|
|
'
|
|
'Label4
|
|
'
|
|
resources.ApplyResources(Me.Label4, "Label4")
|
|
Me.Label4.Name = "Label4"
|
|
'
|
|
'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"
|
|
'
|
|
'txtActualConnection
|
|
'
|
|
resources.ApplyResources(Me.txtActualConnection, "txtActualConnection")
|
|
Me.txtActualConnection.BackColor = System.Drawing.Color.WhiteSmoke
|
|
Me.txtActualConnection.Name = "txtActualConnection"
|
|
Me.txtActualConnection.ReadOnly = True
|
|
'
|
|
'txtServer
|
|
'
|
|
Me.txtServer.ForeColor = System.Drawing.SystemColors.WindowText
|
|
resources.ApplyResources(Me.txtServer, "txtServer")
|
|
Me.txtServer.Name = "txtServer"
|
|
'
|
|
'txtUser
|
|
'
|
|
Me.txtUser.ForeColor = System.Drawing.SystemColors.WindowText
|
|
resources.ApplyResources(Me.txtUser, "txtUser")
|
|
Me.txtUser.Name = "txtUser"
|
|
'
|
|
'txtPasswort
|
|
'
|
|
Me.txtPasswort.ForeColor = System.Drawing.SystemColors.WindowText
|
|
resources.ApplyResources(Me.txtPasswort, "txtPasswort")
|
|
Me.txtPasswort.Name = "txtPasswort"
|
|
Me.txtPasswort.UseSystemPasswordChar = True
|
|
'
|
|
'BtnConnect
|
|
'
|
|
Me.BtnConnect.Image = Global.DD_Record_Organizer.My.Resources.Resources.database_go1
|
|
resources.ApplyResources(Me.BtnConnect, "BtnConnect")
|
|
Me.BtnConnect.Name = "BtnConnect"
|
|
Me.BtnConnect.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage2
|
|
'
|
|
Me.TabPage2.Controls.Add(Me.CheckBoxGridDocResult_BestFitColumns)
|
|
Me.TabPage2.Controls.Add(Me.Button4)
|
|
Me.TabPage2.Controls.Add(Me.GroupBox5)
|
|
Me.TabPage2.Controls.Add(Me.GroupBox1)
|
|
Me.TabPage2.Controls.Add(Me.GroupBox4)
|
|
Me.TabPage2.Controls.Add(Me.GroupBox3)
|
|
Me.TabPage2.Controls.Add(Me.chkLogErrorsOnly)
|
|
Me.TabPage2.Controls.Add(Me.Button1)
|
|
Me.TabPage2.Controls.Add(Me.btnApplicationFolder)
|
|
Me.TabPage2.Controls.Add(Me.LinkLabel1)
|
|
resources.ApplyResources(Me.TabPage2, "TabPage2")
|
|
Me.TabPage2.Name = "TabPage2"
|
|
Me.TabPage2.UseVisualStyleBackColor = True
|
|
'
|
|
'CheckBoxGridDocResult_BestFitColumns
|
|
'
|
|
resources.ApplyResources(Me.CheckBoxGridDocResult_BestFitColumns, "CheckBoxGridDocResult_BestFitColumns")
|
|
Me.CheckBoxGridDocResult_BestFitColumns.Name = "CheckBoxGridDocResult_BestFitColumns"
|
|
Me.CheckBoxGridDocResult_BestFitColumns.UseVisualStyleBackColor = True
|
|
'
|
|
'Button4
|
|
'
|
|
Me.Button4.Image = Global.DD_Record_Organizer.My.Resources.Resources.email_go
|
|
resources.ApplyResources(Me.Button4, "Button4")
|
|
Me.Button4.Name = "Button4"
|
|
Me.Button4.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox5
|
|
'
|
|
Me.GroupBox5.Controls.Add(Me.Label11)
|
|
Me.GroupBox5.Controls.Add(Me.Label10)
|
|
Me.GroupBox5.Controls.Add(Me.txtTask_Popup)
|
|
resources.ApplyResources(Me.GroupBox5, "GroupBox5")
|
|
Me.GroupBox5.Name = "GroupBox5"
|
|
Me.GroupBox5.TabStop = False
|
|
'
|
|
'Label11
|
|
'
|
|
resources.ApplyResources(Me.Label11, "Label11")
|
|
Me.Label11.Name = "Label11"
|
|
'
|
|
'Label10
|
|
'
|
|
resources.ApplyResources(Me.Label10, "Label10")
|
|
Me.Label10.Name = "Label10"
|
|
'
|
|
'txtTask_Popup
|
|
'
|
|
resources.ApplyResources(Me.txtTask_Popup, "txtTask_Popup")
|
|
Me.txtTask_Popup.Name = "txtTask_Popup"
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.Button5)
|
|
Me.GroupBox1.Controls.Add(Me.cmbDesign)
|
|
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.TabStop = False
|
|
'
|
|
'Button5
|
|
'
|
|
resources.ApplyResources(Me.Button5, "Button5")
|
|
Me.Button5.Name = "Button5"
|
|
Me.Button5.UseVisualStyleBackColor = True
|
|
'
|
|
'cmbDesign
|
|
'
|
|
Me.cmbDesign.FormattingEnabled = True
|
|
Me.cmbDesign.Items.AddRange(New Object() {resources.GetString("cmbDesign.Items"), resources.GetString("cmbDesign.Items1"), resources.GetString("cmbDesign.Items2"), resources.GetString("cmbDesign.Items3"), resources.GetString("cmbDesign.Items4"), resources.GetString("cmbDesign.Items5"), resources.GetString("cmbDesign.Items6")})
|
|
resources.ApplyResources(Me.cmbDesign, "cmbDesign")
|
|
Me.cmbDesign.Name = "cmbDesign"
|
|
'
|
|
'GroupBox4
|
|
'
|
|
Me.GroupBox4.Controls.Add(Me.Button3)
|
|
Me.GroupBox4.Controls.Add(Me.cmbLanguage)
|
|
resources.ApplyResources(Me.GroupBox4, "GroupBox4")
|
|
Me.GroupBox4.Name = "GroupBox4"
|
|
Me.GroupBox4.TabStop = False
|
|
'
|
|
'Button3
|
|
'
|
|
resources.ApplyResources(Me.Button3, "Button3")
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'cmbLanguage
|
|
'
|
|
Me.cmbLanguage.FormattingEnabled = True
|
|
Me.cmbLanguage.Items.AddRange(New Object() {resources.GetString("cmbLanguage.Items"), resources.GetString("cmbLanguage.Items1")})
|
|
resources.ApplyResources(Me.cmbLanguage, "cmbLanguage")
|
|
Me.cmbLanguage.Name = "cmbLanguage"
|
|
'
|
|
'GroupBox3
|
|
'
|
|
Me.GroupBox3.Controls.Add(Me.Label7)
|
|
Me.GroupBox3.Controls.Add(Me.cmbConstructor)
|
|
Me.GroupBox3.Controls.Add(Me.CheckBox1)
|
|
resources.ApplyResources(Me.GroupBox3, "GroupBox3")
|
|
Me.GroupBox3.Name = "GroupBox3"
|
|
Me.GroupBox3.TabStop = False
|
|
'
|
|
'Label7
|
|
'
|
|
resources.ApplyResources(Me.Label7, "Label7")
|
|
Me.Label7.Name = "Label7"
|
|
'
|
|
'cmbConstructor
|
|
'
|
|
Me.cmbConstructor.FormattingEnabled = True
|
|
resources.ApplyResources(Me.cmbConstructor, "cmbConstructor")
|
|
Me.cmbConstructor.Name = "cmbConstructor"
|
|
'
|
|
'CheckBox1
|
|
'
|
|
resources.ApplyResources(Me.CheckBox1, "CheckBox1")
|
|
Me.CheckBox1.Checked = Global.DD_Record_Organizer.My.MySettings.Default.User_Calendar_isChild
|
|
Me.CheckBox1.CheckState = System.Windows.Forms.CheckState.Checked
|
|
Me.CheckBox1.DataBindings.Add(New System.Windows.Forms.Binding("Checked", Global.DD_Record_Organizer.My.MySettings.Default, "User_Calendar_isChild", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
|
Me.CheckBox1.Name = "CheckBox1"
|
|
Me.CheckBox1.UseVisualStyleBackColor = True
|
|
'
|
|
'chkLogErrorsOnly
|
|
'
|
|
resources.ApplyResources(Me.chkLogErrorsOnly, "chkLogErrorsOnly")
|
|
Me.chkLogErrorsOnly.Name = "chkLogErrorsOnly"
|
|
Me.chkLogErrorsOnly.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Image = Global.DD_Record_Organizer.My.Resources.Resources.folder_Open_16xLG
|
|
resources.ApplyResources(Me.Button1, "Button1")
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'btnApplicationFolder
|
|
'
|
|
Me.btnApplicationFolder.Image = Global.DD_Record_Organizer.My.Resources.Resources.folder_Open_16xLG
|
|
resources.ApplyResources(Me.btnApplicationFolder, "btnApplicationFolder")
|
|
Me.btnApplicationFolder.Name = "btnApplicationFolder"
|
|
Me.btnApplicationFolder.UseVisualStyleBackColor = True
|
|
'
|
|
'LinkLabel1
|
|
'
|
|
resources.ApplyResources(Me.LinkLabel1, "LinkLabel1")
|
|
Me.LinkLabel1.Name = "LinkLabel1"
|
|
Me.LinkLabel1.TabStop = True
|
|
'
|
|
'TabPage3
|
|
'
|
|
Me.TabPage3.Controls.Add(Me.chkSubfolder)
|
|
Me.TabPage3.Controls.Add(Me.Label9)
|
|
Me.TabPage3.Controls.Add(Me.DataGridView1)
|
|
Me.TabPage3.Controls.Add(Me.btnSaveExclusionFiles)
|
|
Me.TabPage3.Controls.Add(Me.Button2)
|
|
Me.TabPage3.Controls.Add(Me.txtScanFolderWatch)
|
|
Me.TabPage3.Controls.Add(Me.Label8)
|
|
Me.TabPage3.Controls.Add(Me.btnstartstop2)
|
|
resources.ApplyResources(Me.TabPage3, "TabPage3")
|
|
Me.TabPage3.Name = "TabPage3"
|
|
Me.TabPage3.UseVisualStyleBackColor = True
|
|
'
|
|
'chkSubfolder
|
|
'
|
|
resources.ApplyResources(Me.chkSubfolder, "chkSubfolder")
|
|
Me.chkSubfolder.Name = "chkSubfolder"
|
|
Me.chkSubfolder.UseVisualStyleBackColor = True
|
|
'
|
|
'Label9
|
|
'
|
|
resources.ApplyResources(Me.Label9, "Label9")
|
|
Me.Label9.Name = "Label9"
|
|
'
|
|
'DataGridView1
|
|
'
|
|
DataGridViewCellStyle1.BackColor = System.Drawing.Color.Aqua
|
|
Me.DataGridView1.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
|
|
resources.ApplyResources(Me.DataGridView1, "DataGridView1")
|
|
Me.DataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize
|
|
Me.DataGridView1.Name = "DataGridView1"
|
|
'
|
|
'btnSaveExclusionFiles
|
|
'
|
|
resources.ApplyResources(Me.btnSaveExclusionFiles, "btnSaveExclusionFiles")
|
|
Me.btnSaveExclusionFiles.Name = "btnSaveExclusionFiles"
|
|
Me.btnSaveExclusionFiles.UseVisualStyleBackColor = True
|
|
'
|
|
'Button2
|
|
'
|
|
resources.ApplyResources(Me.Button2, "Button2")
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'txtScanFolderWatch
|
|
'
|
|
Me.txtScanFolderWatch.BackColor = System.Drawing.Color.LemonChiffon
|
|
resources.ApplyResources(Me.txtScanFolderWatch, "txtScanFolderWatch")
|
|
Me.txtScanFolderWatch.Name = "txtScanFolderWatch"
|
|
'
|
|
'Label8
|
|
'
|
|
resources.ApplyResources(Me.Label8, "Label8")
|
|
Me.Label8.Name = "Label8"
|
|
'
|
|
'btnstartstop2
|
|
'
|
|
Me.btnstartstop2.Image = Global.DD_Record_Organizer.My.Resources.Resources.bell_go
|
|
resources.ApplyResources(Me.btnstartstop2, "btnstartstop2")
|
|
Me.btnstartstop2.Name = "btnstartstop2"
|
|
Me.btnstartstop2.UseVisualStyleBackColor = True
|
|
'
|
|
'TabPage4
|
|
'
|
|
Me.TabPage4.Controls.Add(Me.GroupBox2)
|
|
Me.TabPage4.Controls.Add(Me.btncheckWDFolderexists)
|
|
Me.TabPage4.Controls.Add(Me.txtwdFolder)
|
|
Me.TabPage4.Controls.Add(Me.Label12)
|
|
resources.ApplyResources(Me.TabPage4, "TabPage4")
|
|
Me.TabPage4.Name = "TabPage4"
|
|
Me.TabPage4.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.Button7)
|
|
Me.GroupBox2.Controls.Add(Me.RadioButton3)
|
|
Me.GroupBox2.Controls.Add(Me.rbGruppe)
|
|
Me.GroupBox2.Controls.Add(Me.rbUser)
|
|
Me.GroupBox2.Controls.Add(Me.txtObjectExists)
|
|
Me.GroupBox2.Controls.Add(Me.Button6)
|
|
resources.ApplyResources(Me.GroupBox2, "GroupBox2")
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.TabStop = False
|
|
'
|
|
'Button7
|
|
'
|
|
resources.ApplyResources(Me.Button7, "Button7")
|
|
Me.Button7.Name = "Button7"
|
|
Me.Button7.UseVisualStyleBackColor = True
|
|
'
|
|
'RadioButton3
|
|
'
|
|
resources.ApplyResources(Me.RadioButton3, "RadioButton3")
|
|
Me.RadioButton3.Name = "RadioButton3"
|
|
Me.RadioButton3.TabStop = True
|
|
Me.RadioButton3.UseVisualStyleBackColor = True
|
|
'
|
|
'rbGruppe
|
|
'
|
|
resources.ApplyResources(Me.rbGruppe, "rbGruppe")
|
|
Me.rbGruppe.Name = "rbGruppe"
|
|
Me.rbGruppe.TabStop = True
|
|
Me.rbGruppe.UseVisualStyleBackColor = True
|
|
'
|
|
'rbUser
|
|
'
|
|
resources.ApplyResources(Me.rbUser, "rbUser")
|
|
Me.rbUser.Name = "rbUser"
|
|
Me.rbUser.TabStop = True
|
|
Me.rbUser.UseVisualStyleBackColor = True
|
|
'
|
|
'txtObjectExists
|
|
'
|
|
resources.ApplyResources(Me.txtObjectExists, "txtObjectExists")
|
|
Me.txtObjectExists.Name = "txtObjectExists"
|
|
'
|
|
'Button6
|
|
'
|
|
resources.ApplyResources(Me.Button6, "Button6")
|
|
Me.Button6.Name = "Button6"
|
|
Me.Button6.UseVisualStyleBackColor = True
|
|
'
|
|
'btncheckWDFolderexists
|
|
'
|
|
resources.ApplyResources(Me.btncheckWDFolderexists, "btncheckWDFolderexists")
|
|
Me.btncheckWDFolderexists.Name = "btncheckWDFolderexists"
|
|
Me.btncheckWDFolderexists.UseVisualStyleBackColor = True
|
|
'
|
|
'txtwdFolder
|
|
'
|
|
resources.ApplyResources(Me.txtwdFolder, "txtwdFolder")
|
|
Me.txtwdFolder.Name = "txtwdFolder"
|
|
'
|
|
'Label12
|
|
'
|
|
resources.ApplyResources(Me.Label12, "Label12")
|
|
Me.Label12.Name = "Label12"
|
|
'
|
|
'frmConfig_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 = "frmConfig_Basic"
|
|
Me.TabControl1.ResumeLayout(False)
|
|
Me.TabPage1.ResumeLayout(False)
|
|
Me.TabPage1.PerformLayout()
|
|
Me.TabPage2.ResumeLayout(False)
|
|
Me.TabPage2.PerformLayout()
|
|
Me.GroupBox5.ResumeLayout(False)
|
|
Me.GroupBox5.PerformLayout()
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox4.ResumeLayout(False)
|
|
Me.GroupBox3.ResumeLayout(False)
|
|
Me.GroupBox3.PerformLayout()
|
|
Me.TabPage3.ResumeLayout(False)
|
|
Me.TabPage3.PerformLayout()
|
|
CType(Me.DataGridView1, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.TabPage4.ResumeLayout(False)
|
|
Me.TabPage4.PerformLayout()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
|
|
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
|
|
Friend WithEvents chkbxUserAut As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents cmbDatenbank As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label4 As System.Windows.Forms.Label
|
|
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 txtActualConnection As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtServer As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtUser As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtPasswort As System.Windows.Forms.TextBox
|
|
Friend WithEvents BtnConnect As System.Windows.Forms.Button
|
|
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
|
|
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
|
|
Friend WithEvents btnApplicationFolder As System.Windows.Forms.Button
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents chkLogErrorsOnly As System.Windows.Forms.CheckBox
|
|
Friend WithEvents GroupBox3 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents CheckBox1 As System.Windows.Forms.CheckBox
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents cmbConstructor As System.Windows.Forms.ComboBox
|
|
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents txtScanFolderWatch As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label8 As System.Windows.Forms.Label
|
|
Friend WithEvents btnstartstop2 As System.Windows.Forms.Button
|
|
Friend WithEvents Label9 As System.Windows.Forms.Label
|
|
Friend WithEvents DataGridView1 As System.Windows.Forms.DataGridView
|
|
Friend WithEvents btnSaveExclusionFiles As System.Windows.Forms.Button
|
|
Friend WithEvents GroupBox4 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents cmbLanguage As System.Windows.Forms.ComboBox
|
|
Friend WithEvents GroupBox5 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents Label11 As System.Windows.Forms.Label
|
|
Friend WithEvents Label10 As System.Windows.Forms.Label
|
|
Friend WithEvents txtTask_Popup As System.Windows.Forms.TextBox
|
|
Friend WithEvents Button4 As System.Windows.Forms.Button
|
|
Friend WithEvents chkSubfolder As System.Windows.Forms.CheckBox
|
|
Friend WithEvents rbConn_Proxy As System.Windows.Forms.RadioButton
|
|
Friend WithEvents rbConnDefault As System.Windows.Forms.RadioButton
|
|
Friend WithEvents btndeleteProxy As System.Windows.Forms.Button
|
|
Friend WithEvents lblLinkedServer As System.Windows.Forms.Label
|
|
Friend WithEvents txtLinkedServer As System.Windows.Forms.TextBox
|
|
Friend WithEvents TabPage4 As System.Windows.Forms.TabPage
|
|
Friend WithEvents btncheckWDFolderexists As System.Windows.Forms.Button
|
|
Friend WithEvents txtwdFolder As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label12 As System.Windows.Forms.Label
|
|
Friend WithEvents GroupBox1 As GroupBox
|
|
Friend WithEvents Button5 As Button
|
|
Friend WithEvents cmbDesign As ComboBox
|
|
Friend WithEvents GroupBox2 As GroupBox
|
|
Friend WithEvents RadioButton3 As RadioButton
|
|
Friend WithEvents rbGruppe As RadioButton
|
|
Friend WithEvents rbUser As RadioButton
|
|
Friend WithEvents txtObjectExists As TextBox
|
|
Friend WithEvents Button6 As Button
|
|
Friend WithEvents Button7 As Button
|
|
Friend WithEvents CheckBoxGridDocResult_BestFitColumns As CheckBox
|
|
End Class
|