MS New Properties

This commit is contained in:
2019-11-15 14:35:14 +01:00
parent 9e20642257
commit fefb26b556
28 changed files with 2132 additions and 4130 deletions

View File

@@ -24,26 +24,8 @@ Partial Class frmKonfig
Private Sub InitializeComponent()
Me.components = New System.ComponentModel.Container()
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmKonfig))
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.RadioAlternativeConnection = New System.Windows.Forms.RadioButton()
Me.RadioDefaultConnection = New System.Windows.Forms.RadioButton()
@@ -83,8 +65,6 @@ Partial Class frmKonfig
Me.TableAdapterManager = New DD_PM_WINDREAM.DD_DMSLiteDataSetTableAdapters.TableAdapterManager()
Me.SaveFileDialog1 = New System.Windows.Forms.SaveFileDialog()
Me.TabControl1.SuspendLayout()
Me.TabPage1.SuspendLayout()
Me.GroupBox1.SuspendLayout()
Me.TabPage2.SuspendLayout()
Me.TabPage3.SuspendLayout()
Me.TabPage4.SuspendLayout()
@@ -95,49 +75,12 @@ Partial Class frmKonfig
CType(Me.TBPM_KONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
Me.SuspendLayout()
'
'btnuniversalview
'
resources.ApplyResources(Me.btnuniversalview, "btnuniversalview")
Me.btnuniversalview.Name = "btnuniversalview"
Me.btnuniversalview.UseVisualStyleBackColor = True
'
'Label13
'
resources.ApplyResources(Me.Label13, "Label13")
Me.Label13.Name = "Label13"
'
'OpenFileDialog1
'
Me.OpenFileDialog1.FileName = "OpenFileDialog1"
'
'rbuviewer
'
resources.ApplyResources(Me.rbuviewer, "rbuviewer")
Me.rbuviewer.Name = "rbuviewer"
Me.rbuviewer.TabStop = True
Me.rbuviewer.UseVisualStyleBackColor = True
'
'rbwddocview
'
resources.ApplyResources(Me.rbwddocview, "rbwddocview")
Me.rbwddocview.Name = "rbwddocview"
Me.rbwddocview.TabStop = True
Me.rbwddocview.UseVisualStyleBackColor = True
'
'btnpdfxchange
'
resources.ApplyResources(Me.btnpdfxchange, "btnpdfxchange")
Me.btnpdfxchange.Name = "btnpdfxchange"
Me.btnpdfxchange.UseVisualStyleBackColor = True
'
'lblpdfxchange
'
resources.ApplyResources(Me.lblpdfxchange, "lblpdfxchange")
Me.lblpdfxchange.Name = "lblpdfxchange"
'
'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)
@@ -145,95 +88,6 @@ Partial Class frmKonfig
Me.TabControl1.Name = "TabControl1"
Me.TabControl1.SelectedIndex = 0
'
'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)
resources.ApplyResources(Me.TabPage1, "TabPage1")
Me.TabPage1.Name = "TabPage1"
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)
resources.ApplyResources(Me.GroupBox1, "GroupBox1")
Me.GroupBox1.Name = "GroupBox1"
Me.GroupBox1.TabStop = False
'
'rbPDF_internal
'
resources.ApplyResources(Me.rbPDF_internal, "rbPDF_internal")
Me.rbPDF_internal.Name = "rbPDF_internal"
Me.rbPDF_internal.TabStop = True
Me.rbPDF_internal.UseVisualStyleBackColor = True
'
'rbSystem
'
resources.ApplyResources(Me.rbSystem, "rbSystem")
Me.rbSystem.Name = "rbSystem"
Me.rbSystem.TabStop = True
Me.rbSystem.UseVisualStyleBackColor = True
'
'btnno_pdf_viewer
'
resources.ApplyResources(Me.btnno_pdf_viewer, "btnno_pdf_viewer")
Me.btnno_pdf_viewer.Name = "btnno_pdf_viewer"
Me.btnno_pdf_viewer.UseVisualStyleBackColor = True
'
'rbSumatra
'
resources.ApplyResources(Me.rbSumatra, "rbSumatra")
Me.rbSumatra.Name = "rbSumatra"
Me.rbSumatra.TabStop = True
Me.rbSumatra.UseVisualStyleBackColor = True
'
'rbPDFX_Change
'
resources.ApplyResources(Me.rbPDFX_Change, "rbPDFX_Change")
Me.rbPDFX_Change.Name = "rbPDFX_Change"
Me.rbPDFX_Change.TabStop = True
Me.rbPDFX_Change.UseVisualStyleBackColor = True
'
'btnSumatra
'
resources.ApplyResources(Me.btnSumatra, "btnSumatra")
Me.btnSumatra.Name = "btnSumatra"
Me.btnSumatra.UseVisualStyleBackColor = True
'
'txtpdfxchange
'
resources.ApplyResources(Me.txtpdfxchange, "txtpdfxchange")
Me.txtpdfxchange.Name = "txtpdfxchange"
'
'txtSumatra
'
resources.ApplyResources(Me.txtSumatra, "txtSumatra")
Me.txtSumatra.Name = "txtSumatra"
'
'lblSumatra
'
resources.ApplyResources(Me.lblSumatra, "lblSumatra")
Me.lblSumatra.Name = "lblSumatra"
'
'txtUniversalViewer
'
resources.ApplyResources(Me.txtUniversalViewer, "txtUniversalViewer")
Me.txtUniversalViewer.Name = "txtUniversalViewer"
'
'TabPage2
'
Me.TabPage2.Controls.Add(Me.RadioAlternativeConnection)
@@ -454,7 +308,7 @@ Partial Class frmKonfig
'
'gvLogs
'
Me.gvLogs.Appearance.OddRow.BackColor = CType(resources.GetObject("GridView1.Appearance.OddRow.BackColor"), System.Drawing.Color)
Me.gvLogs.Appearance.OddRow.BackColor = CType(resources.GetObject("gvLogs.Appearance.OddRow.BackColor"), System.Drawing.Color)
Me.gvLogs.Appearance.OddRow.Options.UseBackColor = True
Me.gvLogs.GridControl = Me.GridControlLogs
Me.gvLogs.Name = "gvLogs"
@@ -499,10 +353,6 @@ Partial Class frmKonfig
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow
Me.Name = "frmKonfig"
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)
@@ -516,17 +366,8 @@ Partial Class frmKonfig
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
@@ -539,13 +380,6 @@ Partial Class frmKonfig
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
@@ -554,9 +388,7 @@ Partial Class frmKonfig
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