644 lines
29 KiB
VB.net
644 lines
29 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmKonfig
|
|
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()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.btnuniversalview = New System.Windows.Forms.Button()
|
|
Me.Label13 = New System.Windows.Forms.Label()
|
|
Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
|
|
Me.rbuviewer = New System.Windows.Forms.RadioButton()
|
|
Me.rbwddocview = New System.Windows.Forms.RadioButton()
|
|
Me.btnpdfxchange = New System.Windows.Forms.Button()
|
|
Me.lblpdfxchange = New System.Windows.Forms.Label()
|
|
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
|
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.rbPDF_internal = New System.Windows.Forms.RadioButton()
|
|
Me.rbSystem = New System.Windows.Forms.RadioButton()
|
|
Me.btnno_pdf_viewer = New System.Windows.Forms.Button()
|
|
Me.rbSumatra = New System.Windows.Forms.RadioButton()
|
|
Me.rbPDFX_Change = New System.Windows.Forms.RadioButton()
|
|
Me.btnSumatra = New System.Windows.Forms.Button()
|
|
Me.txtpdfxchange = New System.Windows.Forms.TextBox()
|
|
Me.txtSumatra = New System.Windows.Forms.TextBox()
|
|
Me.lblSumatra = New System.Windows.Forms.Label()
|
|
Me.txtUniversalViewer = New System.Windows.Forms.TextBox()
|
|
Me.TabPage2 = 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.txtUser = New System.Windows.Forms.TextBox()
|
|
Me.txtPasswort = New System.Windows.Forms.TextBox()
|
|
Me.BtnConnect = New System.Windows.Forms.Button()
|
|
Me.txtActualConnection = New System.Windows.Forms.TextBox()
|
|
Me.txtServer = New System.Windows.Forms.TextBox()
|
|
Me.TabPage3 = New System.Windows.Forms.TabPage()
|
|
Me.Label7 = New System.Windows.Forms.Label()
|
|
Me.Label6 = New System.Windows.Forms.Label()
|
|
Me.btnopenlog = New System.Windows.Forms.Button()
|
|
Me.chkLogErrorsOnly = New System.Windows.Forms.CheckBox()
|
|
Me.Button3 = New System.Windows.Forms.Button()
|
|
Me.LinkLabel1 = New System.Windows.Forms.LinkLabel()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.btnLogMail = New System.Windows.Forms.Button()
|
|
Me.DD_DMSLiteDataSet = New DD_PM_WINDREAM.DD_DMSLiteDataSet()
|
|
Me.TBPM_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.TBPM_KONFIGURATIONTableAdapter = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter()
|
|
Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
|
|
Me.txtIntervall = New System.Windows.Forms.TextBox()
|
|
Me.TabControl1.SuspendLayout()
|
|
Me.TabPage1.SuspendLayout()
|
|
Me.GroupBox1.SuspendLayout()
|
|
Me.TabPage2.SuspendLayout()
|
|
Me.TabPage3.SuspendLayout()
|
|
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'btnuniversalview
|
|
'
|
|
Me.btnuniversalview.Location = New System.Drawing.Point(589, 22)
|
|
Me.btnuniversalview.Name = "btnuniversalview"
|
|
Me.btnuniversalview.Size = New System.Drawing.Size(32, 23)
|
|
Me.btnuniversalview.TabIndex = 14
|
|
Me.btnuniversalview.Text = "..."
|
|
Me.btnuniversalview.UseVisualStyleBackColor = True
|
|
'
|
|
'Label13
|
|
'
|
|
Me.Label13.AutoSize = True
|
|
Me.Label13.Location = New System.Drawing.Point(6, 3)
|
|
Me.Label13.Name = "Label13"
|
|
Me.Label13.Size = New System.Drawing.Size(231, 16)
|
|
Me.Label13.TabIndex = 12
|
|
Me.Label13.Text = "Installationspfad UniversalViewer:"
|
|
'
|
|
'OpenFileDialog1
|
|
'
|
|
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
|
|
'
|
|
'rbuviewer
|
|
'
|
|
Me.rbuviewer.AutoSize = True
|
|
Me.rbuviewer.Location = New System.Drawing.Point(8, 51)
|
|
Me.rbuviewer.Name = "rbuviewer"
|
|
Me.rbuviewer.Size = New System.Drawing.Size(158, 20)
|
|
Me.rbuviewer.TabIndex = 15
|
|
Me.rbuviewer.TabStop = True
|
|
Me.rbuviewer.Text = "Use UniversalViewer"
|
|
Me.rbuviewer.UseVisualStyleBackColor = True
|
|
'
|
|
'rbwddocview
|
|
'
|
|
Me.rbwddocview.AutoSize = True
|
|
Me.rbwddocview.Location = New System.Drawing.Point(172, 51)
|
|
Me.rbwddocview.Name = "rbwddocview"
|
|
Me.rbwddocview.Size = New System.Drawing.Size(180, 20)
|
|
Me.rbwddocview.TabIndex = 16
|
|
Me.rbwddocview.TabStop = True
|
|
Me.rbwddocview.Text = "Use Windream DocView"
|
|
Me.rbwddocview.UseVisualStyleBackColor = True
|
|
'
|
|
'btnpdfxchange
|
|
'
|
|
Me.btnpdfxchange.Location = New System.Drawing.Point(604, 102)
|
|
Me.btnpdfxchange.Name = "btnpdfxchange"
|
|
Me.btnpdfxchange.Size = New System.Drawing.Size(32, 23)
|
|
Me.btnpdfxchange.TabIndex = 4
|
|
Me.btnpdfxchange.Text = "..."
|
|
Me.btnpdfxchange.UseVisualStyleBackColor = True
|
|
'
|
|
'lblpdfxchange
|
|
'
|
|
Me.lblpdfxchange.AutoSize = True
|
|
Me.lblpdfxchange.Location = New System.Drawing.Point(22, 83)
|
|
Me.lblpdfxchange.Name = "lblpdfxchange"
|
|
Me.lblpdfxchange.Size = New System.Drawing.Size(216, 16)
|
|
Me.lblpdfxchange.TabIndex = 17
|
|
Me.lblpdfxchange.Text = "Installationspfad PDF XChange:"
|
|
'
|
|
'TabControl1
|
|
'
|
|
Me.TabControl1.Controls.Add(Me.TabPage1)
|
|
Me.TabControl1.Controls.Add(Me.TabPage2)
|
|
Me.TabControl1.Controls.Add(Me.TabPage3)
|
|
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(840, 348)
|
|
Me.TabControl1.TabIndex = 21
|
|
'
|
|
'TabPage1
|
|
'
|
|
Me.TabPage1.Controls.Add(Me.GroupBox1)
|
|
Me.TabPage1.Controls.Add(Me.Label13)
|
|
Me.TabPage1.Controls.Add(Me.txtUniversalViewer)
|
|
Me.TabPage1.Controls.Add(Me.btnuniversalview)
|
|
Me.TabPage1.Controls.Add(Me.rbuviewer)
|
|
Me.TabPage1.Controls.Add(Me.rbwddocview)
|
|
Me.TabPage1.Font = New System.Drawing.Font("Verdana", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.TabPage1.Location = New System.Drawing.Point(4, 26)
|
|
Me.TabPage1.Name = "TabPage1"
|
|
Me.TabPage1.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage1.Size = New System.Drawing.Size(832, 318)
|
|
Me.TabPage1.TabIndex = 0
|
|
Me.TabPage1.Text = "Darstellung Dateien:"
|
|
Me.TabPage1.UseVisualStyleBackColor = True
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.rbPDF_internal)
|
|
Me.GroupBox1.Controls.Add(Me.rbSystem)
|
|
Me.GroupBox1.Controls.Add(Me.btnno_pdf_viewer)
|
|
Me.GroupBox1.Controls.Add(Me.rbSumatra)
|
|
Me.GroupBox1.Controls.Add(Me.rbPDFX_Change)
|
|
Me.GroupBox1.Controls.Add(Me.lblpdfxchange)
|
|
Me.GroupBox1.Controls.Add(Me.btnSumatra)
|
|
Me.GroupBox1.Controls.Add(Me.txtpdfxchange)
|
|
Me.GroupBox1.Controls.Add(Me.txtSumatra)
|
|
Me.GroupBox1.Controls.Add(Me.btnpdfxchange)
|
|
Me.GroupBox1.Controls.Add(Me.lblSumatra)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(10, 77)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(659, 234)
|
|
Me.GroupBox1.TabIndex = 25
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "PDF-Viewer (optional)"
|
|
'
|
|
'rbPDF_internal
|
|
'
|
|
Me.rbPDF_internal.AutoSize = True
|
|
Me.rbPDF_internal.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.rbPDF_internal.Location = New System.Drawing.Point(7, 30)
|
|
Me.rbPDF_internal.Name = "rbPDF_internal"
|
|
Me.rbPDF_internal.Size = New System.Drawing.Size(185, 21)
|
|
Me.rbPDF_internal.TabIndex = 0
|
|
Me.rbPDF_internal.TabStop = True
|
|
Me.rbPDF_internal.Text = "Internen Viewer benutzen"
|
|
Me.rbPDF_internal.UseVisualStyleBackColor = True
|
|
'
|
|
'rbSystem
|
|
'
|
|
Me.rbSystem.AutoSize = True
|
|
Me.rbSystem.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.rbSystem.Location = New System.Drawing.Point(6, 203)
|
|
Me.rbSystem.Name = "rbSystem"
|
|
Me.rbSystem.Size = New System.Drawing.Size(186, 21)
|
|
Me.rbSystem.TabIndex = 8
|
|
Me.rbSystem.TabStop = True
|
|
Me.rbSystem.Text = "Standard-(System) Viewer"
|
|
Me.rbSystem.UseVisualStyleBackColor = True
|
|
'
|
|
'btnno_pdf_viewer
|
|
'
|
|
Me.btnno_pdf_viewer.Location = New System.Drawing.Point(265, 30)
|
|
Me.btnno_pdf_viewer.Name = "btnno_pdf_viewer"
|
|
Me.btnno_pdf_viewer.Size = New System.Drawing.Size(228, 23)
|
|
Me.btnno_pdf_viewer.TabIndex = 2
|
|
Me.btnno_pdf_viewer.Text = "Keinen separaten pdf-Viewer"
|
|
Me.btnno_pdf_viewer.UseVisualStyleBackColor = True
|
|
'
|
|
'rbSumatra
|
|
'
|
|
Me.rbSumatra.AutoSize = True
|
|
Me.rbSumatra.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.rbSumatra.Location = New System.Drawing.Point(7, 131)
|
|
Me.rbSumatra.Name = "rbSumatra"
|
|
Me.rbSumatra.Size = New System.Drawing.Size(284, 21)
|
|
Me.rbSumatra.TabIndex = 5
|
|
Me.rbSumatra.TabStop = True
|
|
Me.rbSumatra.Text = "Sumatra zur Darstellung für pdf-benutzen"
|
|
Me.rbSumatra.UseVisualStyleBackColor = True
|
|
'
|
|
'rbPDFX_Change
|
|
'
|
|
Me.rbPDFX_Change.AutoSize = True
|
|
Me.rbPDFX_Change.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.rbPDFX_Change.Location = New System.Drawing.Point(6, 59)
|
|
Me.rbPDFX_Change.Name = "rbPDFX_Change"
|
|
Me.rbPDFX_Change.Size = New System.Drawing.Size(318, 21)
|
|
Me.rbPDFX_Change.TabIndex = 1
|
|
Me.rbPDFX_Change.TabStop = True
|
|
Me.rbPDFX_Change.Text = "PDF-XChange zur Darstellung für pdf-benutzen"
|
|
Me.rbPDFX_Change.UseVisualStyleBackColor = True
|
|
'
|
|
'btnSumatra
|
|
'
|
|
Me.btnSumatra.Location = New System.Drawing.Point(604, 174)
|
|
Me.btnSumatra.Name = "btnSumatra"
|
|
Me.btnSumatra.Size = New System.Drawing.Size(32, 23)
|
|
Me.btnSumatra.TabIndex = 7
|
|
Me.btnSumatra.Text = "..."
|
|
Me.btnSumatra.UseVisualStyleBackColor = True
|
|
'
|
|
'txtpdfxchange
|
|
'
|
|
Me.txtpdfxchange.Location = New System.Drawing.Point(25, 102)
|
|
Me.txtpdfxchange.Name = "txtpdfxchange"
|
|
Me.txtpdfxchange.Size = New System.Drawing.Size(573, 23)
|
|
Me.txtpdfxchange.TabIndex = 3
|
|
'
|
|
'txtSumatra
|
|
'
|
|
Me.txtSumatra.Location = New System.Drawing.Point(25, 174)
|
|
Me.txtSumatra.Name = "txtSumatra"
|
|
Me.txtSumatra.Size = New System.Drawing.Size(573, 23)
|
|
Me.txtSumatra.TabIndex = 6
|
|
'
|
|
'lblSumatra
|
|
'
|
|
Me.lblSumatra.AutoSize = True
|
|
Me.lblSumatra.Location = New System.Drawing.Point(22, 155)
|
|
Me.lblSumatra.Name = "lblSumatra"
|
|
Me.lblSumatra.Size = New System.Drawing.Size(183, 16)
|
|
Me.lblSumatra.TabIndex = 21
|
|
Me.lblSumatra.Text = "Installationspfad Sumatra:"
|
|
'
|
|
'txtUniversalViewer
|
|
'
|
|
Me.txtUniversalViewer.Location = New System.Drawing.Point(10, 22)
|
|
Me.txtUniversalViewer.Name = "txtUniversalViewer"
|
|
Me.txtUniversalViewer.Size = New System.Drawing.Size(573, 23)
|
|
Me.txtUniversalViewer.TabIndex = 13
|
|
'
|
|
'TabPage2
|
|
'
|
|
Me.TabPage2.Controls.Add(Me.chkbxUserAut)
|
|
Me.TabPage2.Controls.Add(Me.Label5)
|
|
Me.TabPage2.Controls.Add(Me.cmbDatenbank)
|
|
Me.TabPage2.Controls.Add(Me.Label4)
|
|
Me.TabPage2.Controls.Add(Me.Label1)
|
|
Me.TabPage2.Controls.Add(Me.Label2)
|
|
Me.TabPage2.Controls.Add(Me.Label3)
|
|
Me.TabPage2.Controls.Add(Me.txtUser)
|
|
Me.TabPage2.Controls.Add(Me.txtPasswort)
|
|
Me.TabPage2.Controls.Add(Me.BtnConnect)
|
|
Me.TabPage2.Controls.Add(Me.txtActualConnection)
|
|
Me.TabPage2.Controls.Add(Me.txtServer)
|
|
Me.TabPage2.Location = New System.Drawing.Point(4, 26)
|
|
Me.TabPage2.Name = "TabPage2"
|
|
Me.TabPage2.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage2.Size = New System.Drawing.Size(832, 318)
|
|
Me.TabPage2.TabIndex = 1
|
|
Me.TabPage2.Text = "Datenbankverbindung:"
|
|
Me.TabPage2.UseVisualStyleBackColor = True
|
|
'
|
|
'chkbxUserAut
|
|
'
|
|
Me.chkbxUserAut.AutoSize = True
|
|
Me.chkbxUserAut.Location = New System.Drawing.Point(510, 32)
|
|
Me.chkbxUserAut.Name = "chkbxUserAut"
|
|
Me.chkbxUserAut.Size = New System.Drawing.Size(182, 21)
|
|
Me.chkbxUserAut.TabIndex = 35
|
|
Me.chkbxUserAut.Text = "Windows-Authentifizierung"
|
|
Me.chkbxUserAut.UseVisualStyleBackColor = True
|
|
'
|
|
'Label5
|
|
'
|
|
Me.Label5.AutoSize = True
|
|
Me.Label5.Location = New System.Drawing.Point(5, 111)
|
|
Me.Label5.Name = "Label5"
|
|
Me.Label5.Size = New System.Drawing.Size(164, 17)
|
|
Me.Label5.TabIndex = 34
|
|
Me.Label5.Text = "Aktueller ConnectionString:"
|
|
'
|
|
'cmbDatenbank
|
|
'
|
|
Me.cmbDatenbank.FormattingEnabled = True
|
|
Me.cmbDatenbank.Location = New System.Drawing.Point(8, 78)
|
|
Me.cmbDatenbank.Name = "cmbDatenbank"
|
|
Me.cmbDatenbank.Size = New System.Drawing.Size(252, 25)
|
|
Me.cmbDatenbank.TabIndex = 27
|
|
'
|
|
'Label4
|
|
'
|
|
Me.Label4.AutoSize = True
|
|
Me.Label4.Location = New System.Drawing.Point(5, 58)
|
|
Me.Label4.Name = "Label4"
|
|
Me.Label4.Size = New System.Drawing.Size(73, 17)
|
|
Me.Label4.TabIndex = 32
|
|
Me.Label4.Text = "Datenbank:"
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(5, 10)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(88, 17)
|
|
Me.Label1.TabIndex = 29
|
|
Me.Label1.Text = "Server-Name:"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(299, 10)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(93, 17)
|
|
Me.Label2.TabIndex = 30
|
|
Me.Label2.Text = "Benutzername:"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(423, 10)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(63, 17)
|
|
Me.Label3.TabIndex = 31
|
|
Me.Label3.Text = "Passwort:"
|
|
'
|
|
'txtUser
|
|
'
|
|
Me.txtUser.ForeColor = System.Drawing.SystemColors.WindowText
|
|
Me.txtUser.Location = New System.Drawing.Point(302, 30)
|
|
Me.txtUser.Name = "txtUser"
|
|
Me.txtUser.Size = New System.Drawing.Size(118, 25)
|
|
Me.txtUser.TabIndex = 25
|
|
'
|
|
'txtPasswort
|
|
'
|
|
Me.txtPasswort.ForeColor = System.Drawing.SystemColors.WindowText
|
|
Me.txtPasswort.Location = New System.Drawing.Point(426, 30)
|
|
Me.txtPasswort.Name = "txtPasswort"
|
|
Me.txtPasswort.Size = New System.Drawing.Size(64, 25)
|
|
Me.txtPasswort.TabIndex = 26
|
|
Me.txtPasswort.UseSystemPasswordChar = True
|
|
'
|
|
'BtnConnect
|
|
'
|
|
Me.BtnConnect.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.database_save
|
|
Me.BtnConnect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.BtnConnect.Location = New System.Drawing.Point(302, 78)
|
|
Me.BtnConnect.Name = "BtnConnect"
|
|
Me.BtnConnect.Size = New System.Drawing.Size(253, 25)
|
|
Me.BtnConnect.TabIndex = 28
|
|
Me.BtnConnect.Text = "Verbindung zur Datenbank herstellen"
|
|
Me.BtnConnect.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.BtnConnect.UseVisualStyleBackColor = True
|
|
'
|
|
'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, 131)
|
|
Me.txtActualConnection.Name = "txtActualConnection"
|
|
Me.txtActualConnection.ReadOnly = True
|
|
Me.txtActualConnection.Size = New System.Drawing.Size(744, 25)
|
|
Me.txtActualConnection.TabIndex = 33
|
|
'
|
|
'txtServer
|
|
'
|
|
Me.txtServer.ForeColor = System.Drawing.SystemColors.WindowText
|
|
Me.txtServer.Location = New System.Drawing.Point(8, 30)
|
|
Me.txtServer.Name = "txtServer"
|
|
Me.txtServer.Size = New System.Drawing.Size(288, 25)
|
|
Me.txtServer.TabIndex = 24
|
|
'
|
|
'TabPage3
|
|
'
|
|
Me.TabPage3.Controls.Add(Me.Label7)
|
|
Me.TabPage3.Controls.Add(Me.txtIntervall)
|
|
Me.TabPage3.Controls.Add(Me.Label6)
|
|
Me.TabPage3.Controls.Add(Me.btnopenlog)
|
|
Me.TabPage3.Controls.Add(Me.chkLogErrorsOnly)
|
|
Me.TabPage3.Controls.Add(Me.Button3)
|
|
Me.TabPage3.Controls.Add(Me.LinkLabel1)
|
|
Me.TabPage3.Controls.Add(Me.Button2)
|
|
Me.TabPage3.Controls.Add(Me.Button1)
|
|
Me.TabPage3.Controls.Add(Me.btnLogMail)
|
|
Me.TabPage3.Location = New System.Drawing.Point(4, 26)
|
|
Me.TabPage3.Name = "TabPage3"
|
|
Me.TabPage3.Padding = New System.Windows.Forms.Padding(3)
|
|
Me.TabPage3.Size = New System.Drawing.Size(832, 318)
|
|
Me.TabPage3.TabIndex = 2
|
|
Me.TabPage3.Text = "Weiteres"
|
|
Me.TabPage3.UseVisualStyleBackColor = True
|
|
'
|
|
'Label7
|
|
'
|
|
Me.Label7.AutoSize = True
|
|
Me.Label7.Location = New System.Drawing.Point(52, 165)
|
|
Me.Label7.Name = "Label7"
|
|
Me.Label7.Size = New System.Drawing.Size(55, 17)
|
|
Me.Label7.TabIndex = 45
|
|
Me.Label7.Text = "Minuten"
|
|
'
|
|
'Label6
|
|
'
|
|
Me.Label6.AutoSize = True
|
|
Me.Label6.Location = New System.Drawing.Point(5, 142)
|
|
Me.Label6.Name = "Label6"
|
|
Me.Label6.Size = New System.Drawing.Size(164, 17)
|
|
Me.Label6.TabIndex = 43
|
|
Me.Label6.Text = "Hinweis Intervall Taskleiste:"
|
|
'
|
|
'btnopenlog
|
|
'
|
|
Me.btnopenlog.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnopenlog.Location = New System.Drawing.Point(8, 99)
|
|
Me.btnopenlog.Name = "btnopenlog"
|
|
Me.btnopenlog.Size = New System.Drawing.Size(219, 28)
|
|
Me.btnopenlog.TabIndex = 42
|
|
Me.btnopenlog.Text = "Öffne Log-Verzeichnis"
|
|
Me.btnopenlog.UseVisualStyleBackColor = True
|
|
'
|
|
'chkLogErrorsOnly
|
|
'
|
|
Me.chkLogErrorsOnly.AutoSize = True
|
|
Me.chkLogErrorsOnly.Location = New System.Drawing.Point(506, 28)
|
|
Me.chkLogErrorsOnly.Name = "chkLogErrorsOnly"
|
|
Me.chkLogErrorsOnly.Size = New System.Drawing.Size(117, 21)
|
|
Me.chkLogErrorsOnly.TabIndex = 41
|
|
Me.chkLogErrorsOnly.Text = "Log Errors only"
|
|
Me.chkLogErrorsOnly.UseVisualStyleBackColor = True
|
|
'
|
|
'Button3
|
|
'
|
|
Me.Button3.Location = New System.Drawing.Point(8, 64)
|
|
Me.Button3.Name = "Button3"
|
|
Me.Button3.Size = New System.Drawing.Size(219, 29)
|
|
Me.Button3.TabIndex = 40
|
|
Me.Button3.Text = "Open Appdata-Folder"
|
|
Me.Button3.UseVisualStyleBackColor = True
|
|
'
|
|
'LinkLabel1
|
|
'
|
|
Me.LinkLabel1.AutoSize = True
|
|
Me.LinkLabel1.Location = New System.Drawing.Point(233, 29)
|
|
Me.LinkLabel1.Name = "LinkLabel1"
|
|
Me.LinkLabel1.Size = New System.Drawing.Size(166, 17)
|
|
Me.LinkLabel1.TabIndex = 39
|
|
Me.LinkLabel1.TabStop = True
|
|
Me.LinkLabel1.Text = "Support-Portal Digital Data"
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Location = New System.Drawing.Point(506, 99)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(219, 28)
|
|
Me.Button2.TabIndex = 38
|
|
Me.Button2.Text = "List all processes"
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Location = New System.Drawing.Point(506, 64)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(219, 29)
|
|
Me.Button1.TabIndex = 37
|
|
Me.Button1.Text = "Get Culture Info"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'btnLogMail
|
|
'
|
|
Me.btnLogMail.Image = Global.DD_PM_WINDREAM.My.Resources.Resources.email_go
|
|
Me.btnLogMail.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnLogMail.Location = New System.Drawing.Point(8, 17)
|
|
Me.btnLogMail.Name = "btnLogMail"
|
|
Me.btnLogMail.Size = New System.Drawing.Size(219, 41)
|
|
Me.btnLogMail.TabIndex = 0
|
|
Me.btnLogMail.Text = "Log/Support Mail erzeugen"
|
|
Me.btnLogMail.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnLogMail.UseVisualStyleBackColor = True
|
|
'
|
|
'DD_DMSLiteDataSet
|
|
'
|
|
Me.DD_DMSLiteDataSet.DataSetName = "DD_DMSLiteDataSet"
|
|
Me.DD_DMSLiteDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'TBPM_KONFIGURATIONBindingSource
|
|
'
|
|
Me.TBPM_KONFIGURATIONBindingSource.DataMember = "TBPM_KONFIGURATION"
|
|
Me.TBPM_KONFIGURATIONBindingSource.DataSource = Me.DD_DMSLiteDataSet
|
|
'
|
|
'TBPM_KONFIGURATIONTableAdapter
|
|
'
|
|
Me.TBPM_KONFIGURATIONTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TableAdapterManager
|
|
'
|
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
Me.TableAdapterManager.TBPM_CONNECTIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_CONTROL_TABLETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_ERROR_LOGTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_FILES_USER_NOT_INDEXEDTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_KONFIGURATIONTableAdapter = Me.TBPM_KONFIGURATIONTableAdapter
|
|
Me.TableAdapterManager.TBPM_PROFILE_CONTROLSTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILE_FILESTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILE_FINAL_INDEXINGTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_PROFILETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_TYPETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPM_USERTableAdapter = Nothing
|
|
Me.TableAdapterManager.UpdateOrder = DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
'
|
|
'txtIntervall
|
|
'
|
|
Me.txtIntervall.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.DD_PM_WINDREAM.My.MySettings.Default, "IntervallReminder", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
|
Me.txtIntervall.Location = New System.Drawing.Point(8, 162)
|
|
Me.txtIntervall.Name = "txtIntervall"
|
|
Me.txtIntervall.Size = New System.Drawing.Size(38, 25)
|
|
Me.txtIntervall.TabIndex = 44
|
|
Me.txtIntervall.Text = Global.DD_PM_WINDREAM.My.MySettings.Default.IntervallReminder
|
|
Me.txtIntervall.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
|
|
'
|
|
'frmKonfig
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(840, 348)
|
|
Me.Controls.Add(Me.TabControl1)
|
|
Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
|
|
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.Name = "frmKonfig"
|
|
Me.Text = "Konfiguration"
|
|
Me.TabControl1.ResumeLayout(False)
|
|
Me.TabPage1.ResumeLayout(False)
|
|
Me.TabPage1.PerformLayout()
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
Me.TabPage2.ResumeLayout(False)
|
|
Me.TabPage2.PerformLayout()
|
|
Me.TabPage3.ResumeLayout(False)
|
|
Me.TabPage3.PerformLayout()
|
|
CType(Me.DD_DMSLiteDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
|
|
End Sub
|
|
Friend WithEvents btnuniversalview As System.Windows.Forms.Button
|
|
Friend WithEvents txtUniversalViewer As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label13 As System.Windows.Forms.Label
|
|
Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
|
|
Friend WithEvents rbuviewer As System.Windows.Forms.RadioButton
|
|
Friend WithEvents rbwddocview As System.Windows.Forms.RadioButton
|
|
Friend WithEvents btnpdfxchange As System.Windows.Forms.Button
|
|
Friend WithEvents txtpdfxchange As System.Windows.Forms.TextBox
|
|
Friend WithEvents lblpdfxchange As System.Windows.Forms.Label
|
|
Friend WithEvents TabControl1 As System.Windows.Forms.TabControl
|
|
Friend WithEvents TabPage1 As System.Windows.Forms.TabPage
|
|
Friend WithEvents TabPage2 As System.Windows.Forms.TabPage
|
|
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 BtnConnect As System.Windows.Forms.Button
|
|
Friend WithEvents txtServer As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents txtUser As System.Windows.Forms.TextBox
|
|
Friend WithEvents txtPasswort As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label5 As System.Windows.Forms.Label
|
|
Friend WithEvents txtActualConnection As System.Windows.Forms.TextBox
|
|
Friend WithEvents btnSumatra As System.Windows.Forms.Button
|
|
Friend WithEvents txtSumatra As System.Windows.Forms.TextBox
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents rbSumatra As System.Windows.Forms.RadioButton
|
|
Friend WithEvents rbPDFX_Change As System.Windows.Forms.RadioButton
|
|
Friend WithEvents lblSumatra As System.Windows.Forms.Label
|
|
Friend WithEvents btnno_pdf_viewer As System.Windows.Forms.Button
|
|
Friend WithEvents chkbxUserAut As System.Windows.Forms.CheckBox
|
|
Friend WithEvents TabPage3 As System.Windows.Forms.TabPage
|
|
Friend WithEvents btnLogMail As System.Windows.Forms.Button
|
|
Friend WithEvents DD_DMSLiteDataSet As DD_PM_WINDREAM.DD_DMSLiteDataSet
|
|
Friend WithEvents TBPM_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents TBPM_KONFIGURATIONTableAdapter As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TBPM_KONFIGURATIONTableAdapter
|
|
Friend WithEvents TableAdapterManager As DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents rbSystem As System.Windows.Forms.RadioButton
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
Friend WithEvents rbPDF_internal As System.Windows.Forms.RadioButton
|
|
Friend WithEvents LinkLabel1 As System.Windows.Forms.LinkLabel
|
|
Friend WithEvents Button3 As System.Windows.Forms.Button
|
|
Friend WithEvents chkLogErrorsOnly As System.Windows.Forms.CheckBox
|
|
Friend WithEvents btnopenlog As System.Windows.Forms.Button
|
|
Friend WithEvents Label7 As System.Windows.Forms.Label
|
|
Friend WithEvents txtIntervall As System.Windows.Forms.TextBox
|
|
Friend WithEvents Label6 As System.Windows.Forms.Label
|
|
End Class
|