_ Partial Class frmConfig_Basic Inherits System.Windows.Forms.Form 'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen. _ 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. _ Private Sub InitializeComponent() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmConfig_Basic)) Me.TabControl1 = New System.Windows.Forms.TabControl() Me.TabPage1 = New System.Windows.Forms.TabPage() 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.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.GroupBox2 = New System.Windows.Forms.GroupBox() Me.CheckBoxWD_ShowEnitityDocs = New System.Windows.Forms.CheckBox() Me.chkbxloadWDDocs = New System.Windows.Forms.CheckBox() Me.Label6 = New System.Windows.Forms.Label() Me.txtwdSearch_Count = New System.Windows.Forms.TextBox() Me.GroupBox1 = New System.Windows.Forms.GroupBox() Me.chkboxQuickMenue = 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.TabControl1.SuspendLayout() Me.TabPage1.SuspendLayout() Me.TabPage2.SuspendLayout() Me.GroupBox3.SuspendLayout() Me.GroupBox2.SuspendLayout() Me.GroupBox1.SuspendLayout() Me.SuspendLayout() ' 'TabControl1 ' Me.TabControl1.Controls.Add(Me.TabPage1) Me.TabControl1.Controls.Add(Me.TabPage2) Me.TabControl1.Dock = System.Windows.Forms.DockStyle.Fill Me.TabControl1.Location = New System.Drawing.Point(0, 0) Me.TabControl1.Name = "TabControl1" Me.TabControl1.SelectedIndex = 0 Me.TabControl1.Size = New System.Drawing.Size(695, 287) Me.TabControl1.TabIndex = 0 ' 'TabPage1 ' 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) Me.TabPage1.Location = New System.Drawing.Point(4, 22) Me.TabPage1.Name = "TabPage1" Me.TabPage1.Padding = New System.Windows.Forms.Padding(3) Me.TabPage1.Size = New System.Drawing.Size(687, 261) Me.TabPage1.TabIndex = 0 Me.TabPage1.Text = "Datenbank-Verbindung" Me.TabPage1.UseVisualStyleBackColor = True ' 'chkbxUserAut ' Me.chkbxUserAut.AutoSize = True Me.chkbxUserAut.Location = New System.Drawing.Point(510, 36) Me.chkbxUserAut.Name = "chkbxUserAut" Me.chkbxUserAut.Size = New System.Drawing.Size(170, 17) Me.chkbxUserAut.TabIndex = 47 Me.chkbxUserAut.Text = "Windows-Authentifizierung" Me.chkbxUserAut.UseVisualStyleBackColor = True ' 'Label5 ' Me.Label5.AutoSize = True Me.Label5.Location = New System.Drawing.Point(5, 115) Me.Label5.Name = "Label5" Me.Label5.Size = New System.Drawing.Size(150, 13) Me.Label5.TabIndex = 46 Me.Label5.Text = "Aktueller ConnectionString:" ' 'cmbDatenbank ' Me.cmbDatenbank.FormattingEnabled = True Me.cmbDatenbank.Location = New System.Drawing.Point(8, 82) Me.cmbDatenbank.Name = "cmbDatenbank" Me.cmbDatenbank.Size = New System.Drawing.Size(252, 21) Me.cmbDatenbank.TabIndex = 39 ' 'Label4 ' Me.Label4.AutoSize = True Me.Label4.Location = New System.Drawing.Point(5, 62) Me.Label4.Name = "Label4" Me.Label4.Size = New System.Drawing.Size(67, 13) Me.Label4.TabIndex = 44 Me.Label4.Text = "Datenbank:" ' 'Label1 ' Me.Label1.AutoSize = True Me.Label1.Location = New System.Drawing.Point(5, 14) Me.Label1.Name = "Label1" Me.Label1.Size = New System.Drawing.Size(74, 13) Me.Label1.TabIndex = 41 Me.Label1.Text = "Server-Name:" ' 'Label2 ' Me.Label2.AutoSize = True Me.Label2.Location = New System.Drawing.Point(299, 14) Me.Label2.Name = "Label2" Me.Label2.Size = New System.Drawing.Size(84, 13) Me.Label2.TabIndex = 42 Me.Label2.Text = "Benutzername:" ' 'Label3 ' Me.Label3.AutoSize = True Me.Label3.Location = New System.Drawing.Point(423, 14) Me.Label3.Name = "Label3" Me.Label3.Size = New System.Drawing.Size(56, 13) Me.Label3.TabIndex = 43 Me.Label3.Text = "Passwort:" ' 'txtActualConnection ' Me.txtActualConnection.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.txtActualConnection.BackColor = System.Drawing.Color.WhiteSmoke Me.txtActualConnection.Location = New System.Drawing.Point(8, 135) Me.txtActualConnection.Name = "txtActualConnection" Me.txtActualConnection.ReadOnly = True Me.txtActualConnection.Size = New System.Drawing.Size(547, 22) Me.txtActualConnection.TabIndex = 45 ' 'txtServer ' Me.txtServer.ForeColor = System.Drawing.SystemColors.WindowText Me.txtServer.Location = New System.Drawing.Point(8, 34) Me.txtServer.Name = "txtServer" Me.txtServer.Size = New System.Drawing.Size(288, 22) Me.txtServer.TabIndex = 36 ' 'txtUser ' Me.txtUser.ForeColor = System.Drawing.SystemColors.WindowText Me.txtUser.Location = New System.Drawing.Point(302, 34) Me.txtUser.Name = "txtUser" Me.txtUser.Size = New System.Drawing.Size(118, 22) Me.txtUser.TabIndex = 37 ' 'txtPasswort ' Me.txtPasswort.ForeColor = System.Drawing.SystemColors.WindowText Me.txtPasswort.Location = New System.Drawing.Point(426, 34) Me.txtPasswort.Name = "txtPasswort" Me.txtPasswort.Size = New System.Drawing.Size(64, 22) Me.txtPasswort.TabIndex = 38 Me.txtPasswort.UseSystemPasswordChar = True ' 'BtnConnect ' Me.BtnConnect.Image = Global.DD_Record_Organiser.My.Resources.Resources.database_go1 Me.BtnConnect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.BtnConnect.Location = New System.Drawing.Point(302, 82) Me.BtnConnect.Name = "BtnConnect" Me.BtnConnect.Size = New System.Drawing.Size(253, 25) Me.BtnConnect.TabIndex = 40 Me.BtnConnect.Text = "Verbindung zur Datenbank herstellen" Me.BtnConnect.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.BtnConnect.UseVisualStyleBackColor = True ' 'TabPage2 ' Me.TabPage2.Controls.Add(Me.GroupBox3) Me.TabPage2.Controls.Add(Me.GroupBox2) Me.TabPage2.Controls.Add(Me.GroupBox1) Me.TabPage2.Controls.Add(Me.chkLogErrorsOnly) Me.TabPage2.Controls.Add(Me.Button1) Me.TabPage2.Controls.Add(Me.btnApplicationFolder) Me.TabPage2.Controls.Add(Me.LinkLabel1) Me.TabPage2.Location = New System.Drawing.Point(4, 22) Me.TabPage2.Name = "TabPage2" Me.TabPage2.Padding = New System.Windows.Forms.Padding(3) Me.TabPage2.Size = New System.Drawing.Size(687, 261) Me.TabPage2.TabIndex = 1 Me.TabPage2.Text = "Weitere Einstellungen" Me.TabPage2.UseVisualStyleBackColor = True ' 'GroupBox3 ' Me.GroupBox3.Controls.Add(Me.Label7) Me.GroupBox3.Controls.Add(Me.cmbConstructor) Me.GroupBox3.Controls.Add(Me.CheckBox1) Me.GroupBox3.Location = New System.Drawing.Point(14, 188) Me.GroupBox3.Name = "GroupBox3" Me.GroupBox3.Size = New System.Drawing.Size(665, 61) Me.GroupBox3.TabIndex = 11 Me.GroupBox3.TabStop = False Me.GroupBox3.Text = "Formularaufrufe:" ' 'Label7 ' Me.Label7.AutoSize = True Me.Label7.Location = New System.Drawing.Point(284, 14) Me.Label7.Name = "Label7" Me.Label7.Size = New System.Drawing.Size(185, 13) Me.Label7.TabIndex = 4 Me.Label7.Text = "Formular bei Programmstart laden:" ' 'cmbConstructor ' Me.cmbConstructor.FormattingEnabled = True Me.cmbConstructor.Location = New System.Drawing.Point(287, 30) Me.cmbConstructor.Name = "cmbConstructor" Me.cmbConstructor.Size = New System.Drawing.Size(248, 21) Me.cmbConstructor.TabIndex = 1 ' 'CheckBox1 ' Me.CheckBox1.AutoSize = True Me.CheckBox1.Checked = Global.DD_Record_Organiser.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_Organiser.My.MySettings.Default, "User_Calendar_isChild", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged)) Me.CheckBox1.Location = New System.Drawing.Point(10, 21) Me.CheckBox1.Name = "CheckBox1" Me.CheckBox1.Size = New System.Drawing.Size(184, 30) Me.CheckBox1.TabIndex = 0 Me.CheckBox1.Text = "Kalender als Child aufrufen" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "(Eingebettet in Hauptformular)" Me.CheckBox1.UseVisualStyleBackColor = True ' 'GroupBox2 ' Me.GroupBox2.Controls.Add(Me.CheckBoxWD_ShowEnitityDocs) Me.GroupBox2.Controls.Add(Me.chkbxloadWDDocs) Me.GroupBox2.Controls.Add(Me.Label6) Me.GroupBox2.Controls.Add(Me.txtwdSearch_Count) Me.GroupBox2.Location = New System.Drawing.Point(14, 6) Me.GroupBox2.Name = "GroupBox2" Me.GroupBox2.Size = New System.Drawing.Size(277, 115) Me.GroupBox2.TabIndex = 10 Me.GroupBox2.TabStop = False Me.GroupBox2.Text = "Windream-Einstellungen" ' 'CheckBoxWD_ShowEnitityDocs ' Me.CheckBoxWD_ShowEnitityDocs.AutoSize = True Me.CheckBoxWD_ShowEnitityDocs.Location = New System.Drawing.Point(10, 86) Me.CheckBoxWD_ShowEnitityDocs.Name = "CheckBoxWD_ShowEnitityDocs" Me.CheckBoxWD_ShowEnitityDocs.Size = New System.Drawing.Size(265, 17) Me.CheckBoxWD_ShowEnitityDocs.TabIndex = 6 Me.CheckBoxWD_ShowEnitityDocs.Text = "Windream-Suche bei Entitätswechsel auslösen" Me.CheckBoxWD_ShowEnitityDocs.UseVisualStyleBackColor = True ' 'chkbxloadWDDocs ' Me.chkbxloadWDDocs.AutoSize = True Me.chkbxloadWDDocs.Location = New System.Drawing.Point(10, 21) Me.chkbxloadWDDocs.Name = "chkbxloadWDDocs" Me.chkbxloadWDDocs.Size = New System.Drawing.Size(184, 17) Me.chkbxloadWDDocs.TabIndex = 0 Me.chkbxloadWDDocs.Text = "windream-Suche direkt starten" Me.chkbxloadWDDocs.UseVisualStyleBackColor = True ' 'Label6 ' Me.Label6.AutoSize = True Me.Label6.Location = New System.Drawing.Point(7, 41) Me.Label6.Name = "Label6" Me.Label6.Size = New System.Drawing.Size(209, 13) Me.Label6.TabIndex = 3 Me.Label6.Text = "max. Ergebnissanzahl windream-Suche:" ' 'txtwdSearch_Count ' Me.txtwdSearch_Count.Location = New System.Drawing.Point(10, 57) Me.txtwdSearch_Count.Name = "txtwdSearch_Count" Me.txtwdSearch_Count.Size = New System.Drawing.Size(61, 22) Me.txtwdSearch_Count.TabIndex = 5 ' 'GroupBox1 ' Me.GroupBox1.Controls.Add(Me.chkboxQuickMenue) Me.GroupBox1.Location = New System.Drawing.Point(14, 129) Me.GroupBox1.Name = "GroupBox1" Me.GroupBox1.Size = New System.Drawing.Size(277, 53) Me.GroupBox1.TabIndex = 9 Me.GroupBox1.TabStop = False Me.GroupBox1.Text = "Menü-Einstellungen" ' 'chkboxQuickMenue ' Me.chkboxQuickMenue.AutoSize = True Me.chkboxQuickMenue.Location = New System.Drawing.Point(6, 21) Me.chkboxQuickMenue.Name = "chkboxQuickMenue" Me.chkboxQuickMenue.Size = New System.Drawing.Size(189, 17) Me.chkboxQuickMenue.TabIndex = 8 Me.chkboxQuickMenue.Text = "Quick-Menü (Buttons) anzeigen" Me.chkboxQuickMenue.UseVisualStyleBackColor = True ' 'chkLogErrorsOnly ' Me.chkLogErrorsOnly.AutoSize = True Me.chkLogErrorsOnly.Location = New System.Drawing.Point(349, 17) Me.chkLogErrorsOnly.Name = "chkLogErrorsOnly" Me.chkLogErrorsOnly.Size = New System.Drawing.Size(105, 17) Me.chkLogErrorsOnly.TabIndex = 7 Me.chkLogErrorsOnly.Text = "Log Errors Only" Me.chkLogErrorsOnly.UseVisualStyleBackColor = True ' 'Button1 ' Me.Button1.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_go Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.Button1.Location = New System.Drawing.Point(481, 73) Me.Button1.Name = "Button1" Me.Button1.Size = New System.Drawing.Size(198, 23) Me.Button1.TabIndex = 6 Me.Button1.Text = "Open Log-Folder" Me.Button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.Button1.UseVisualStyleBackColor = True ' 'btnApplicationFolder ' Me.btnApplicationFolder.Image = Global.DD_Record_Organiser.My.Resources.Resources.folder_go Me.btnApplicationFolder.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft Me.btnApplicationFolder.Location = New System.Drawing.Point(481, 44) Me.btnApplicationFolder.Name = "btnApplicationFolder" Me.btnApplicationFolder.Size = New System.Drawing.Size(198, 23) Me.btnApplicationFolder.TabIndex = 2 Me.btnApplicationFolder.Text = "Open AppFolder User" Me.btnApplicationFolder.TextAlign = System.Drawing.ContentAlignment.MiddleRight Me.btnApplicationFolder.UseVisualStyleBackColor = True ' 'LinkLabel1 ' Me.LinkLabel1.AutoSize = True Me.LinkLabel1.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.LinkLabel1.Location = New System.Drawing.Point(478, 15) Me.LinkLabel1.Name = "LinkLabel1" Me.LinkLabel1.Size = New System.Drawing.Size(201, 17) Me.LinkLabel1.TabIndex = 1 Me.LinkLabel1.TabStop = True Me.LinkLabel1.Text = "Link zu Support-Tool Digital Data" ' 'frmConfig_Basic ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font Me.ClientSize = New System.Drawing.Size(695, 287) Me.Controls.Add(Me.TabControl1) Me.Font = New System.Drawing.Font("Segoe UI", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MaximizeBox = False Me.MinimizeBox = False Me.Name = "frmConfig_Basic" Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.Text = "User-Grundeinstellungen" Me.TabControl1.ResumeLayout(False) Me.TabPage1.ResumeLayout(False) Me.TabPage1.PerformLayout() Me.TabPage2.ResumeLayout(False) Me.TabPage2.PerformLayout() Me.GroupBox3.ResumeLayout(False) Me.GroupBox3.PerformLayout() Me.GroupBox2.ResumeLayout(False) Me.GroupBox2.PerformLayout() Me.GroupBox1.ResumeLayout(False) Me.GroupBox1.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 chkbxloadWDDocs As System.Windows.Forms.CheckBox Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel Friend WithEvents btnApplicationFolder As System.Windows.Forms.Button Friend WithEvents txtwdSearch_Count As System.Windows.Forms.TextBox Friend WithEvents Label6 As System.Windows.Forms.Label Friend WithEvents Button1 As System.Windows.Forms.Button Friend WithEvents chkLogErrorsOnly As System.Windows.Forms.CheckBox Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox Friend WithEvents chkboxQuickMenue As System.Windows.Forms.CheckBox Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox Friend WithEvents CheckBoxWD_ShowEnitityDocs 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 End Class