Initial commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
Imports PluginContracts
|
||||
Public Class Class1
|
||||
Implements PluginContracts.IPlugin
|
||||
|
||||
Public ReadOnly Property Name() As String Implements IPlugin.Name
|
||||
Get
|
||||
Return "EDOKA_Löschprozess"
|
||||
End Get
|
||||
End Property
|
||||
|
||||
|
||||
|
||||
Public Function Show(CurrentUser As String, Connectionstring As String, Parentform As Object) As Object Implements IPlugin.Show
|
||||
Globals.Mitarbeiternr = CurrentUser
|
||||
Dim f As New form1
|
||||
f.MdiParent = Parentform
|
||||
f.Show()
|
||||
|
||||
End Function
|
||||
|
||||
End Class
|
||||
@@ -0,0 +1,382 @@
|
||||
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
||||
Partial Class Form1
|
||||
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(Form1))
|
||||
Me.TabControl1 = New System.Windows.Forms.TabControl()
|
||||
Me.TabPage1 = New System.Windows.Forms.TabPage()
|
||||
Me.C1Daten = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
||||
Me.Label2 = New System.Windows.Forms.Label()
|
||||
Me.ListBox1 = New System.Windows.Forms.ListBox()
|
||||
Me.Button1 = New System.Windows.Forms.Button()
|
||||
Me.TextBox1 = New System.Windows.Forms.TextBox()
|
||||
Me.Label1 = New System.Windows.Forms.Label()
|
||||
Me.TabPage2 = New System.Windows.Forms.TabPage()
|
||||
Me.Label6 = New System.Windows.Forms.Label()
|
||||
Me.ListBox6 = New System.Windows.Forms.ListBox()
|
||||
Me.C1TrueDBGrid1 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
||||
Me.Button2 = New System.Windows.Forms.Button()
|
||||
Me.Label3 = New System.Windows.Forms.Label()
|
||||
Me.ListBox2 = New System.Windows.Forms.ListBox()
|
||||
Me.TabPage3 = New System.Windows.Forms.TabPage()
|
||||
Me.C1TrueDBGrid2 = New C1.Win.C1TrueDBGrid.C1TrueDBGrid()
|
||||
Me.Button3 = New System.Windows.Forms.Button()
|
||||
Me.ListBox5 = New System.Windows.Forms.ListBox()
|
||||
Me.Label5 = New System.Windows.Forms.Label()
|
||||
Me.ListBox4 = New System.Windows.Forms.ListBox()
|
||||
Me.Label4 = New System.Windows.Forms.Label()
|
||||
Me.ListBox3 = New System.Windows.Forms.ListBox()
|
||||
Me.Label7 = New System.Windows.Forms.Label()
|
||||
Me.TabControl1.SuspendLayout()
|
||||
Me.TabPage1.SuspendLayout()
|
||||
CType(Me.C1Daten, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.TabPage2.SuspendLayout()
|
||||
CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.TabPage3.SuspendLayout()
|
||||
CType(Me.C1TrueDBGrid2, System.ComponentModel.ISupportInitialize).BeginInit()
|
||||
Me.SuspendLayout()
|
||||
'
|
||||
'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(800, 450)
|
||||
Me.TabControl1.TabIndex = 0
|
||||
'
|
||||
'TabPage1
|
||||
'
|
||||
Me.TabPage1.Controls.Add(Me.C1Daten)
|
||||
Me.TabPage1.Controls.Add(Me.Label2)
|
||||
Me.TabPage1.Controls.Add(Me.ListBox1)
|
||||
Me.TabPage1.Controls.Add(Me.Button1)
|
||||
Me.TabPage1.Controls.Add(Me.TextBox1)
|
||||
Me.TabPage1.Controls.Add(Me.Label1)
|
||||
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(792, 424)
|
||||
Me.TabPage1.TabIndex = 0
|
||||
Me.TabPage1.Text = "Zu löschende Dokumente"
|
||||
Me.TabPage1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'C1Daten
|
||||
'
|
||||
Me.C1Daten.AlternatingRows = True
|
||||
Me.C1Daten.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.C1Daten.FetchRowStyles = True
|
||||
Me.C1Daten.FilterBar = True
|
||||
Me.C1Daten.GroupByCaption = "Drag a column header here to group by that column"
|
||||
Me.C1Daten.Images.Add(CType(resources.GetObject("C1Daten.Images"), System.Drawing.Image))
|
||||
Me.C1Daten.Location = New System.Drawing.Point(3, 175)
|
||||
Me.C1Daten.Name = "C1Daten"
|
||||
Me.C1Daten.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
||||
Me.C1Daten.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
||||
Me.C1Daten.PreviewInfo.ZoomFactor = 75.0R
|
||||
Me.C1Daten.PrintInfo.PageSettings = CType(resources.GetObject("C1Daten.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
||||
Me.C1Daten.RecordSelectorWidth = 16
|
||||
Me.C1Daten.Size = New System.Drawing.Size(786, 246)
|
||||
Me.C1Daten.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation
|
||||
Me.C1Daten.TabIndex = 18
|
||||
Me.C1Daten.Text = "C1TrueDBGrid2"
|
||||
Me.C1Daten.PropBag = resources.GetString("C1Daten.PropBag")
|
||||
'
|
||||
'Label2
|
||||
'
|
||||
Me.Label2.AutoSize = True
|
||||
Me.Label2.Location = New System.Drawing.Point(389, 29)
|
||||
Me.Label2.Name = "Label2"
|
||||
Me.Label2.Size = New System.Drawing.Size(74, 13)
|
||||
Me.Label2.TabIndex = 4
|
||||
Me.Label2.Text = "Suchanfragen"
|
||||
'
|
||||
'ListBox1
|
||||
'
|
||||
Me.ListBox1.FormattingEnabled = True
|
||||
Me.ListBox1.Items.AddRange(New Object() {"11.06.2019 - alle - in Bearbeitung", "01.06.2019 - alle - Suche abgeschlossen"})
|
||||
Me.ListBox1.Location = New System.Drawing.Point(487, 29)
|
||||
Me.ListBox1.Name = "ListBox1"
|
||||
Me.ListBox1.Size = New System.Drawing.Size(243, 82)
|
||||
Me.ListBox1.TabIndex = 3
|
||||
'
|
||||
'Button1
|
||||
'
|
||||
Me.Button1.Location = New System.Drawing.Point(122, 146)
|
||||
Me.Button1.Name = "Button1"
|
||||
Me.Button1.Size = New System.Drawing.Size(249, 23)
|
||||
Me.Button1.TabIndex = 2
|
||||
Me.Button1.Text = "Sucheanfrage auslösen"
|
||||
Me.Button1.UseVisualStyleBackColor = True
|
||||
'
|
||||
'TextBox1
|
||||
'
|
||||
Me.TextBox1.Location = New System.Drawing.Point(122, 26)
|
||||
Me.TextBox1.Multiline = True
|
||||
Me.TextBox1.Name = "TextBox1"
|
||||
Me.TextBox1.Size = New System.Drawing.Size(249, 91)
|
||||
Me.TextBox1.TabIndex = 1
|
||||
Me.TextBox1.Text = "alle"
|
||||
'
|
||||
'Label1
|
||||
'
|
||||
Me.Label1.AutoSize = True
|
||||
Me.Label1.Location = New System.Drawing.Point(24, 29)
|
||||
Me.Label1.Name = "Label1"
|
||||
Me.Label1.Size = New System.Drawing.Size(82, 13)
|
||||
Me.Label1.TabIndex = 0
|
||||
Me.Label1.Text = "Dokumenttypen"
|
||||
'
|
||||
'TabPage2
|
||||
'
|
||||
Me.TabPage2.Controls.Add(Me.Label6)
|
||||
Me.TabPage2.Controls.Add(Me.ListBox6)
|
||||
Me.TabPage2.Controls.Add(Me.C1TrueDBGrid1)
|
||||
Me.TabPage2.Controls.Add(Me.Button2)
|
||||
Me.TabPage2.Controls.Add(Me.Label3)
|
||||
Me.TabPage2.Controls.Add(Me.ListBox2)
|
||||
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(792, 424)
|
||||
Me.TabPage2.TabIndex = 1
|
||||
Me.TabPage2.Text = "Verifikation"
|
||||
Me.TabPage2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label6
|
||||
'
|
||||
Me.Label6.AutoSize = True
|
||||
Me.Label6.Location = New System.Drawing.Point(377, 18)
|
||||
Me.Label6.Name = "Label6"
|
||||
Me.Label6.Size = New System.Drawing.Size(78, 13)
|
||||
Me.Label6.TabIndex = 20
|
||||
Me.Label6.Text = "Datenselektion"
|
||||
'
|
||||
'ListBox6
|
||||
'
|
||||
Me.ListBox6.FormattingEnabled = True
|
||||
Me.ListBox6.Items.AddRange(New Object() {"Zu löschende Dokumente", "Liste für Archivbereinigung UVM", "Liste für Archivbereinigung FzF"})
|
||||
Me.ListBox6.Location = New System.Drawing.Point(475, 18)
|
||||
Me.ListBox6.Name = "ListBox6"
|
||||
Me.ListBox6.Size = New System.Drawing.Size(243, 82)
|
||||
Me.ListBox6.TabIndex = 19
|
||||
'
|
||||
'C1TrueDBGrid1
|
||||
'
|
||||
Me.C1TrueDBGrid1.AlternatingRows = True
|
||||
Me.C1TrueDBGrid1.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.C1TrueDBGrid1.FetchRowStyles = True
|
||||
Me.C1TrueDBGrid1.FilterBar = True
|
||||
Me.C1TrueDBGrid1.GroupByCaption = "Drag a column header here to group by that column"
|
||||
Me.C1TrueDBGrid1.Images.Add(CType(resources.GetObject("C1TrueDBGrid1.Images"), System.Drawing.Image))
|
||||
Me.C1TrueDBGrid1.Location = New System.Drawing.Point(3, 140)
|
||||
Me.C1TrueDBGrid1.Name = "C1TrueDBGrid1"
|
||||
Me.C1TrueDBGrid1.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
||||
Me.C1TrueDBGrid1.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
||||
Me.C1TrueDBGrid1.PreviewInfo.ZoomFactor = 75.0R
|
||||
Me.C1TrueDBGrid1.PrintInfo.PageSettings = CType(resources.GetObject("C1TrueDBGrid1.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
||||
Me.C1TrueDBGrid1.RecordSelectorWidth = 16
|
||||
Me.C1TrueDBGrid1.Size = New System.Drawing.Size(786, 281)
|
||||
Me.C1TrueDBGrid1.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation
|
||||
Me.C1TrueDBGrid1.TabIndex = 18
|
||||
Me.C1TrueDBGrid1.Text = "C1TrueDBGrid2"
|
||||
Me.C1TrueDBGrid1.PropBag = resources.GetString("C1TrueDBGrid1.PropBag")
|
||||
'
|
||||
'Button2
|
||||
'
|
||||
Me.Button2.Image = CType(resources.GetObject("Button2.Image"), System.Drawing.Image)
|
||||
Me.Button2.Location = New System.Drawing.Point(8, 105)
|
||||
Me.Button2.Name = "Button2"
|
||||
Me.Button2.Size = New System.Drawing.Size(75, 23)
|
||||
Me.Button2.TabIndex = 16
|
||||
Me.Button2.UseVisualStyleBackColor = True
|
||||
'
|
||||
'Label3
|
||||
'
|
||||
Me.Label3.AutoSize = True
|
||||
Me.Label3.Location = New System.Drawing.Point(13, 18)
|
||||
Me.Label3.Name = "Label3"
|
||||
Me.Label3.Size = New System.Drawing.Size(74, 13)
|
||||
Me.Label3.TabIndex = 6
|
||||
Me.Label3.Text = "Suchanfragen"
|
||||
'
|
||||
'ListBox2
|
||||
'
|
||||
Me.ListBox2.FormattingEnabled = True
|
||||
Me.ListBox2.Items.AddRange(New Object() {"01.06.2019 - alle - Suche abgeschlossen"})
|
||||
Me.ListBox2.Location = New System.Drawing.Point(111, 18)
|
||||
Me.ListBox2.Name = "ListBox2"
|
||||
Me.ListBox2.Size = New System.Drawing.Size(243, 82)
|
||||
Me.ListBox2.TabIndex = 5
|
||||
'
|
||||
'TabPage3
|
||||
'
|
||||
Me.TabPage3.Controls.Add(Me.Label7)
|
||||
Me.TabPage3.Controls.Add(Me.C1TrueDBGrid2)
|
||||
Me.TabPage3.Controls.Add(Me.Button3)
|
||||
Me.TabPage3.Controls.Add(Me.ListBox5)
|
||||
Me.TabPage3.Controls.Add(Me.Label5)
|
||||
Me.TabPage3.Controls.Add(Me.ListBox4)
|
||||
Me.TabPage3.Controls.Add(Me.Label4)
|
||||
Me.TabPage3.Controls.Add(Me.ListBox3)
|
||||
Me.TabPage3.Location = New System.Drawing.Point(4, 22)
|
||||
Me.TabPage3.Name = "TabPage3"
|
||||
Me.TabPage3.Size = New System.Drawing.Size(792, 424)
|
||||
Me.TabPage3.TabIndex = 2
|
||||
Me.TabPage3.Text = "Löschung durchführen"
|
||||
Me.TabPage3.UseVisualStyleBackColor = True
|
||||
'
|
||||
'C1TrueDBGrid2
|
||||
'
|
||||
Me.C1TrueDBGrid2.AlternatingRows = True
|
||||
Me.C1TrueDBGrid2.Dock = System.Windows.Forms.DockStyle.Bottom
|
||||
Me.C1TrueDBGrid2.FetchRowStyles = True
|
||||
Me.C1TrueDBGrid2.FilterBar = True
|
||||
Me.C1TrueDBGrid2.GroupByCaption = "Drag a column header here to group by that column"
|
||||
Me.C1TrueDBGrid2.Images.Add(CType(resources.GetObject("C1TrueDBGrid2.Images"), System.Drawing.Image))
|
||||
Me.C1TrueDBGrid2.Location = New System.Drawing.Point(0, 195)
|
||||
Me.C1TrueDBGrid2.Name = "C1TrueDBGrid2"
|
||||
Me.C1TrueDBGrid2.PreviewInfo.Location = New System.Drawing.Point(0, 0)
|
||||
Me.C1TrueDBGrid2.PreviewInfo.Size = New System.Drawing.Size(0, 0)
|
||||
Me.C1TrueDBGrid2.PreviewInfo.ZoomFactor = 75.0R
|
||||
Me.C1TrueDBGrid2.PrintInfo.PageSettings = CType(resources.GetObject("C1TrueDBGrid2.PrintInfo.PageSettings"), System.Drawing.Printing.PageSettings)
|
||||
Me.C1TrueDBGrid2.RecordSelectorWidth = 16
|
||||
Me.C1TrueDBGrid2.Size = New System.Drawing.Size(792, 229)
|
||||
Me.C1TrueDBGrid2.TabAction = C1.Win.C1TrueDBGrid.TabActionEnum.ColumnNavigation
|
||||
Me.C1TrueDBGrid2.TabIndex = 19
|
||||
Me.C1TrueDBGrid2.Text = "C1TrueDBGrid2"
|
||||
Me.C1TrueDBGrid2.PropBag = resources.GetString("C1TrueDBGrid2.PropBag")
|
||||
'
|
||||
'Button3
|
||||
'
|
||||
Me.Button3.Image = CType(resources.GetObject("Button3.Image"), System.Drawing.Image)
|
||||
Me.Button3.Location = New System.Drawing.Point(8, 153)
|
||||
Me.Button3.Name = "Button3"
|
||||
Me.Button3.Size = New System.Drawing.Size(75, 23)
|
||||
Me.Button3.TabIndex = 18
|
||||
Me.Button3.UseVisualStyleBackColor = True
|
||||
'
|
||||
'ListBox5
|
||||
'
|
||||
Me.ListBox5.FormattingEnabled = True
|
||||
Me.ListBox5.Items.AddRange(New Object() {"Löschprotokoll anzeigen", "Löschauftrag OnDemand anzeigen", "Liste Archivbereinigung UVM", "Liste Archivbereinigung FzF"})
|
||||
Me.ListBox5.Location = New System.Drawing.Point(488, 133)
|
||||
Me.ListBox5.Name = "ListBox5"
|
||||
Me.ListBox5.Size = New System.Drawing.Size(243, 56)
|
||||
Me.ListBox5.TabIndex = 11
|
||||
'
|
||||
'Label5
|
||||
'
|
||||
Me.Label5.AutoSize = True
|
||||
Me.Label5.Location = New System.Drawing.Point(390, 35)
|
||||
Me.Label5.Name = "Label5"
|
||||
Me.Label5.Size = New System.Drawing.Size(66, 13)
|
||||
Me.Label5.TabIndex = 10
|
||||
Me.Label5.Text = "Löschungen"
|
||||
'
|
||||
'ListBox4
|
||||
'
|
||||
Me.ListBox4.FormattingEnabled = True
|
||||
Me.ListBox4.Items.AddRange(New Object() {"31.05.2019 - alle - Löschung in Bearbeitung", "31.03.2019 - alle - Löschung durchgeführt"})
|
||||
Me.ListBox4.Location = New System.Drawing.Point(488, 35)
|
||||
Me.ListBox4.Name = "ListBox4"
|
||||
Me.ListBox4.Size = New System.Drawing.Size(243, 82)
|
||||
Me.ListBox4.TabIndex = 9
|
||||
'
|
||||
'Label4
|
||||
'
|
||||
Me.Label4.AutoSize = True
|
||||
Me.Label4.Location = New System.Drawing.Point(10, 35)
|
||||
Me.Label4.Name = "Label4"
|
||||
Me.Label4.Size = New System.Drawing.Size(74, 13)
|
||||
Me.Label4.TabIndex = 8
|
||||
Me.Label4.Text = "Suchanfragen"
|
||||
'
|
||||
'ListBox3
|
||||
'
|
||||
Me.ListBox3.FormattingEnabled = True
|
||||
Me.ListBox3.Items.AddRange(New Object() {"01.06.2019 - alle - Suche abgeschlossen"})
|
||||
Me.ListBox3.Location = New System.Drawing.Point(108, 35)
|
||||
Me.ListBox3.Name = "ListBox3"
|
||||
Me.ListBox3.Size = New System.Drawing.Size(243, 82)
|
||||
Me.ListBox3.TabIndex = 7
|
||||
'
|
||||
'Label7
|
||||
'
|
||||
Me.Label7.AutoSize = True
|
||||
Me.Label7.Location = New System.Drawing.Point(390, 133)
|
||||
Me.Label7.Name = "Label7"
|
||||
Me.Label7.Size = New System.Drawing.Size(78, 13)
|
||||
Me.Label7.TabIndex = 20
|
||||
Me.Label7.Text = "Datenselektion"
|
||||
'
|
||||
'Form1
|
||||
'
|
||||
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
||||
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
||||
Me.ClientSize = New System.Drawing.Size(800, 450)
|
||||
Me.Controls.Add(Me.TabControl1)
|
||||
Me.Name = "Form1"
|
||||
Me.Text = "EDOKA-Löschprozess"
|
||||
Me.TabControl1.ResumeLayout(False)
|
||||
Me.TabPage1.ResumeLayout(False)
|
||||
Me.TabPage1.PerformLayout()
|
||||
CType(Me.C1Daten, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.TabPage2.ResumeLayout(False)
|
||||
Me.TabPage2.PerformLayout()
|
||||
CType(Me.C1TrueDBGrid1, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.TabPage3.ResumeLayout(False)
|
||||
Me.TabPage3.PerformLayout()
|
||||
CType(Me.C1TrueDBGrid2, System.ComponentModel.ISupportInitialize).EndInit()
|
||||
Me.ResumeLayout(False)
|
||||
|
||||
End Sub
|
||||
|
||||
Friend WithEvents TabControl1 As Windows.Forms.TabControl
|
||||
Friend WithEvents TabPage1 As Windows.Forms.TabPage
|
||||
Friend WithEvents Label2 As Windows.Forms.Label
|
||||
Friend WithEvents ListBox1 As Windows.Forms.ListBox
|
||||
Friend WithEvents Button1 As Windows.Forms.Button
|
||||
Friend WithEvents TextBox1 As Windows.Forms.TextBox
|
||||
Friend WithEvents Label1 As Windows.Forms.Label
|
||||
Friend WithEvents TabPage2 As Windows.Forms.TabPage
|
||||
Friend WithEvents Label3 As Windows.Forms.Label
|
||||
Friend WithEvents ListBox2 As Windows.Forms.ListBox
|
||||
Friend WithEvents TabPage3 As Windows.Forms.TabPage
|
||||
Friend WithEvents Button2 As Windows.Forms.Button
|
||||
Friend WithEvents Button3 As Windows.Forms.Button
|
||||
Friend WithEvents ListBox5 As Windows.Forms.ListBox
|
||||
Friend WithEvents Label5 As Windows.Forms.Label
|
||||
Friend WithEvents ListBox4 As Windows.Forms.ListBox
|
||||
Friend WithEvents Label4 As Windows.Forms.Label
|
||||
Friend WithEvents ListBox3 As Windows.Forms.ListBox
|
||||
Friend WithEvents C1Daten As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
||||
Friend WithEvents Label6 As Windows.Forms.Label
|
||||
Friend WithEvents ListBox6 As Windows.Forms.ListBox
|
||||
Friend WithEvents C1TrueDBGrid1 As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
||||
Friend WithEvents C1TrueDBGrid2 As C1.Win.C1TrueDBGrid.C1TrueDBGrid
|
||||
Friend WithEvents Label7 As Windows.Forms.Label
|
||||
End Class
|
||||
@@ -0,0 +1,388 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" use="required" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
<xsd:attribute ref="xml:space" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||
<data name="C1Daten.Images" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88
|
||||
vAdHMEIXKUIUhMK76EfagglgA6CqHOQpL6GyAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1Daten.PrintInfo.PageSettings" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>
|
||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0
|
||||
dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAACRTeXN0ZW0uRHJh
|
||||
d2luZy5QcmludGluZy5QYWdlU2V0dGluZ3MHAAAAD3ByaW50ZXJTZXR0aW5ncwVjb2xvcglwYXBlclNp
|
||||
emULcGFwZXJTb3VyY2URcHJpbnRlclJlc29sdXRpb24JbGFuZHNjYXBlB21hcmdpbnMEBAQEBAQEJ1N5
|
||||
c3RlbS5EcmF3aW5nLlByaW50aW5nLlByaW50ZXJTZXR0aW5ncwIAAAAgU3lzdGVtLkRyYXdpbmcuUHJp
|
||||
bnRpbmcuVHJpU3RhdGUCAAAAIVN5c3RlbS5EcmF3aW5nLlByaW50aW5nLlBhcGVyU2l6ZQIAAAAjU3lz
|
||||
dGVtLkRyYXdpbmcuUHJpbnRpbmcuUGFwZXJTb3VyY2UCAAAAKVN5c3RlbS5EcmF3aW5nLlByaW50aW5n
|
||||
LlByaW50ZXJSZXNvbHV0aW9uAgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAf
|
||||
U3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuTWFyZ2lucwIAAAACAAAACQMAAAAF/P///yBTeXN0ZW0uRHJh
|
||||
d2luZy5QcmludGluZy5UcmlTdGF0ZQEAAAAFdmFsdWUAAgIAAAAACgoKAfv////8////AAkGAAAABQMA
|
||||
AAAnU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRlclNldHRpbmdzEgAAAAtwcmludGVyTmFtZQpk
|
||||
cml2ZXJOYW1lCm91dHB1dFBvcnQLcHJpbnRUb0ZpbGUUcHJpbnREaWFsb2dEaXNwbGF5ZWQKZXh0cmFi
|
||||
eXRlcwlleHRyYWluZm8GY29waWVzBmR1cGxleAdjb2xsYXRlE2RlZmF1bHRQYWdlU2V0dGluZ3MIZnJv
|
||||
bVBhZ2UGdG9QYWdlB21heFBhZ2UHbWluUGFnZQpwcmludFJhbmdlDGRldm1vZGVieXRlcw1jYWNoZWRE
|
||||
ZXZtb2RlAQEBAAAABwAEBAQAAAAABAAHAQEHAgceU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuRHVwbGV4
|
||||
AgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAkU3lzdGVtLkRyYXdpbmcuUHJp
|
||||
bnRpbmcuUGFnZVNldHRpbmdzAgAAAAgICAgiU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRSYW5n
|
||||
ZQIAAAAHAgIAAAAKBgcAAAAACQcAAAAAAAAACv//Bfj///8eU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcu
|
||||
RHVwbGV4AQAAAAd2YWx1ZV9fAAgCAAAA/////wH3/////P///wAJCgAAAAAAAAAAAAAADycAAAAAAAAF
|
||||
9f///yJTeXN0ZW0uRHJhd2luZy5QcmludGluZy5QcmludFJhbmdlAQAAAAd2YWx1ZV9fAAgCAAAAAAAA
|
||||
AAAACgUGAAAAH1N5c3RlbS5EcmF3aW5nLlByaW50aW5nLk1hcmdpbnMIAAAABGxlZnQFcmlnaHQDdG9w
|
||||
BmJvdHRvbQpkb3VibGVMZWZ0C2RvdWJsZVJpZ2h0CWRvdWJsZVRvcAxkb3VibGVCb3R0b20AAAAAAAAA
|
||||
AAgICAgGBgYGAgAAAGQAAABkAAAAZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZ
|
||||
QAEKAAAAAQAAAAkDAAAAAfP////8////AAoKCgHy/////P///wAJDwAAAAEPAAAABgAAAGQAAABkAAAA
|
||||
ZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZQAs=
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1Daten.PropBag" xml:space="preserve">
|
||||
<value><?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}OddRow{BackColor:224, 224, 224;}Style3{}Footer{}Style14{}FilterBar{ForeColor:Black;BackColor:255, 255, 192;}Heading{AlignVert:Center;Border:Flat,ControlDark,0, 1, 0, 1;Wrap:True;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style6{}Style1{}Caption{Wrap:True;Trimming:Character;AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView HBarHeight="16" VBarHeight="16" Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FetchRowStyles="True" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="16" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 784, 244</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 784, 244</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob></value>
|
||||
</data>
|
||||
<data name="C1TrueDBGrid1.Images" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88
|
||||
vAdHMEIXKUIUhMK76EfagglgA6CqHOQpL6GyAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1TrueDBGrid1.PrintInfo.PageSettings" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>
|
||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0
|
||||
dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAACRTeXN0ZW0uRHJh
|
||||
d2luZy5QcmludGluZy5QYWdlU2V0dGluZ3MHAAAAD3ByaW50ZXJTZXR0aW5ncwVjb2xvcglwYXBlclNp
|
||||
emULcGFwZXJTb3VyY2URcHJpbnRlclJlc29sdXRpb24JbGFuZHNjYXBlB21hcmdpbnMEBAQEBAQEJ1N5
|
||||
c3RlbS5EcmF3aW5nLlByaW50aW5nLlByaW50ZXJTZXR0aW5ncwIAAAAgU3lzdGVtLkRyYXdpbmcuUHJp
|
||||
bnRpbmcuVHJpU3RhdGUCAAAAIVN5c3RlbS5EcmF3aW5nLlByaW50aW5nLlBhcGVyU2l6ZQIAAAAjU3lz
|
||||
dGVtLkRyYXdpbmcuUHJpbnRpbmcuUGFwZXJTb3VyY2UCAAAAKVN5c3RlbS5EcmF3aW5nLlByaW50aW5n
|
||||
LlByaW50ZXJSZXNvbHV0aW9uAgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAf
|
||||
U3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuTWFyZ2lucwIAAAACAAAACQMAAAAF/P///yBTeXN0ZW0uRHJh
|
||||
d2luZy5QcmludGluZy5UcmlTdGF0ZQEAAAAFdmFsdWUAAgIAAAAACgoKAfv////8////AAkGAAAABQMA
|
||||
AAAnU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRlclNldHRpbmdzEgAAAAtwcmludGVyTmFtZQpk
|
||||
cml2ZXJOYW1lCm91dHB1dFBvcnQLcHJpbnRUb0ZpbGUUcHJpbnREaWFsb2dEaXNwbGF5ZWQKZXh0cmFi
|
||||
eXRlcwlleHRyYWluZm8GY29waWVzBmR1cGxleAdjb2xsYXRlE2RlZmF1bHRQYWdlU2V0dGluZ3MIZnJv
|
||||
bVBhZ2UGdG9QYWdlB21heFBhZ2UHbWluUGFnZQpwcmludFJhbmdlDGRldm1vZGVieXRlcw1jYWNoZWRE
|
||||
ZXZtb2RlAQEBAAAABwAEBAQAAAAABAAHAQEHAgceU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuRHVwbGV4
|
||||
AgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAkU3lzdGVtLkRyYXdpbmcuUHJp
|
||||
bnRpbmcuUGFnZVNldHRpbmdzAgAAAAgICAgiU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRSYW5n
|
||||
ZQIAAAAHAgIAAAAKBgcAAAAACQcAAAAAAAAACv//Bfj///8eU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcu
|
||||
RHVwbGV4AQAAAAd2YWx1ZV9fAAgCAAAA/////wH3/////P///wAJCgAAAAAAAAAAAAAADycAAAAAAAAF
|
||||
9f///yJTeXN0ZW0uRHJhd2luZy5QcmludGluZy5QcmludFJhbmdlAQAAAAd2YWx1ZV9fAAgCAAAAAAAA
|
||||
AAAACgUGAAAAH1N5c3RlbS5EcmF3aW5nLlByaW50aW5nLk1hcmdpbnMIAAAABGxlZnQFcmlnaHQDdG9w
|
||||
BmJvdHRvbQpkb3VibGVMZWZ0C2RvdWJsZVJpZ2h0CWRvdWJsZVRvcAxkb3VibGVCb3R0b20AAAAAAAAA
|
||||
AAgICAgGBgYGAgAAAGQAAABkAAAAZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZ
|
||||
QAEKAAAAAQAAAAkDAAAAAfP////8////AAoKCgHy/////P///wAJDwAAAAEPAAAABgAAAGQAAABkAAAA
|
||||
ZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZQAs=
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1TrueDBGrid1.PropBag" xml:space="preserve">
|
||||
<value><?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}OddRow{BackColor:224, 224, 224;}Style3{}Footer{}Style14{}FilterBar{ForeColor:Black;BackColor:255, 255, 192;}Heading{AlignVert:Center;Border:Flat,ControlDark,0, 1, 0, 1;Wrap:True;BackColor:Control;ForeColor:ControlText;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style6{}Style1{}Caption{Wrap:True;Trimming:Character;AlignHorz:Center;}Style2{}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView HBarHeight="16" VBarHeight="16" Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FetchRowStyles="True" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="16" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 784, 279</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 784, 279</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob></value>
|
||||
</data>
|
||||
<data name="Button2.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1TrueDBGrid2.Images" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAYAAADgkQYQAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
||||
YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAA0SURBVChTdYkBCgAgDAL9/6eLIsd0eSCKhw/r9aCLtC88
|
||||
vAdHMEIXKUIUhMK76EfagglgA6CqHOQpL6GyAAAAAElFTkSuQmCC
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1TrueDBGrid2.PrintInfo.PageSettings" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>
|
||||
AAEAAAD/////AQAAAAAAAAAMAgAAAFFTeXN0ZW0uRHJhd2luZywgVmVyc2lvbj00LjAuMC4wLCBDdWx0
|
||||
dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWIwM2Y1ZjdmMTFkNTBhM2EFAQAAACRTeXN0ZW0uRHJh
|
||||
d2luZy5QcmludGluZy5QYWdlU2V0dGluZ3MHAAAAD3ByaW50ZXJTZXR0aW5ncwVjb2xvcglwYXBlclNp
|
||||
emULcGFwZXJTb3VyY2URcHJpbnRlclJlc29sdXRpb24JbGFuZHNjYXBlB21hcmdpbnMEBAQEBAQEJ1N5
|
||||
c3RlbS5EcmF3aW5nLlByaW50aW5nLlByaW50ZXJTZXR0aW5ncwIAAAAgU3lzdGVtLkRyYXdpbmcuUHJp
|
||||
bnRpbmcuVHJpU3RhdGUCAAAAIVN5c3RlbS5EcmF3aW5nLlByaW50aW5nLlBhcGVyU2l6ZQIAAAAjU3lz
|
||||
dGVtLkRyYXdpbmcuUHJpbnRpbmcuUGFwZXJTb3VyY2UCAAAAKVN5c3RlbS5EcmF3aW5nLlByaW50aW5n
|
||||
LlByaW50ZXJSZXNvbHV0aW9uAgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAf
|
||||
U3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuTWFyZ2lucwIAAAACAAAACQMAAAAF/P///yBTeXN0ZW0uRHJh
|
||||
d2luZy5QcmludGluZy5UcmlTdGF0ZQEAAAAFdmFsdWUAAgIAAAAACgoKAfv////8////AAkGAAAABQMA
|
||||
AAAnU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRlclNldHRpbmdzEgAAAAtwcmludGVyTmFtZQpk
|
||||
cml2ZXJOYW1lCm91dHB1dFBvcnQLcHJpbnRUb0ZpbGUUcHJpbnREaWFsb2dEaXNwbGF5ZWQKZXh0cmFi
|
||||
eXRlcwlleHRyYWluZm8GY29waWVzBmR1cGxleAdjb2xsYXRlE2RlZmF1bHRQYWdlU2V0dGluZ3MIZnJv
|
||||
bVBhZ2UGdG9QYWdlB21heFBhZ2UHbWluUGFnZQpwcmludFJhbmdlDGRldm1vZGVieXRlcw1jYWNoZWRE
|
||||
ZXZtb2RlAQEBAAAABwAEBAQAAAAABAAHAQEHAgceU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuRHVwbGV4
|
||||
AgAAACBTeXN0ZW0uRHJhd2luZy5QcmludGluZy5UcmlTdGF0ZQIAAAAkU3lzdGVtLkRyYXdpbmcuUHJp
|
||||
bnRpbmcuUGFnZVNldHRpbmdzAgAAAAgICAgiU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcuUHJpbnRSYW5n
|
||||
ZQIAAAAHAgIAAAAKBgcAAAAACQcAAAAAAAAACv//Bfj///8eU3lzdGVtLkRyYXdpbmcuUHJpbnRpbmcu
|
||||
RHVwbGV4AQAAAAd2YWx1ZV9fAAgCAAAA/////wH3/////P///wAJCgAAAAAAAAAAAAAADycAAAAAAAAF
|
||||
9f///yJTeXN0ZW0uRHJhd2luZy5QcmludGluZy5QcmludFJhbmdlAQAAAAd2YWx1ZV9fAAgCAAAAAAAA
|
||||
AAAACgUGAAAAH1N5c3RlbS5EcmF3aW5nLlByaW50aW5nLk1hcmdpbnMIAAAABGxlZnQFcmlnaHQDdG9w
|
||||
BmJvdHRvbQpkb3VibGVMZWZ0C2RvdWJsZVJpZ2h0CWRvdWJsZVRvcAxkb3VibGVCb3R0b20AAAAAAAAA
|
||||
AAgICAgGBgYGAgAAAGQAAABkAAAAZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZ
|
||||
QAEKAAAAAQAAAAkDAAAAAfP////8////AAoKCgHy/////P///wAJDwAAAAEPAAAABgAAAGQAAABkAAAA
|
||||
ZAAAAGQAAAAAAAAAAABZQAAAAAAAAFlAAAAAAAAAWUAAAAAAAABZQAs=
|
||||
</value>
|
||||
</data>
|
||||
<data name="C1TrueDBGrid2.PropBag" xml:space="preserve">
|
||||
<value><?xml version="1.0"?><Blob><Styles type="C1.Win.C1TrueDBGrid.Design.ContextWrapper"><Data>HighlightRow{ForeColor:HighlightText;BackColor:Highlight;}Style8{}Style7{}Style2{}EvenRow{BackColor:White;}Normal{}RecordSelector{AlignImage:Center;}Inactive{ForeColor:InactiveCaptionText;BackColor:InactiveCaption;}OddRow{BackColor:224, 224, 224;}Style3{}Footer{}Style14{}Heading{ForeColor:ControlText;Border:Flat,ControlDark,0, 1, 0, 1;AlignVert:Center;BackColor:Control;Wrap:True;}Style5{}Editor{}Style10{AlignHorz:Near;}FilterWatermark{ForeColor:InfoText;BackColor:Info;}Style16{}Selected{ForeColor:HighlightText;BackColor:Highlight;}Style15{}Style13{}Style12{}Style11{}Style4{}Style9{}Group{Border:None,,0, 0, 0, 0;AlignVert:Center;BackColor:ControlDark;}Style1{}Caption{Wrap:True;Trimming:Character;AlignHorz:Center;}Style6{}FilterBar{ForeColor:Black;BackColor:255, 255, 192;}</Data></Styles><Splits><C1.Win.C1TrueDBGrid.MergeView HBarHeight="16" VBarHeight="16" Name="" AlternatingRowStyle="True" CaptionHeight="17" ColumnCaptionHeight="17" ColumnFooterHeight="17" FetchRowStyles="True" FilterBar="True" MarqueeStyle="DottedCellBorder" RecordSelectorWidth="16" DefRecSelWidth="17" VerticalScrollGroup="1" HorizontalScrollGroup="1"><CaptionStyle parent="Style2" me="Style10" /><EditorStyle parent="Editor" me="Style5" /><EvenRowStyle parent="EvenRow" me="Style8" /><FilterBarStyle parent="FilterBar" me="Style13" /><FilterWatermarkStyle parent="FilterWatermark" me="Style14" /><FooterStyle parent="Footer" me="Style3" /><GroupStyle parent="Group" me="Style12" /><HeadingStyle parent="Heading" me="Style2" /><HighLightRowStyle parent="HighlightRow" me="Style7" /><InactiveStyle parent="Inactive" me="Style4" /><OddRowStyle parent="OddRow" me="Style9" /><RecordSelectorStyle parent="RecordSelector" me="Style11" /><SelectedStyle parent="Selected" me="Style6" /><Style parent="Normal" me="Style1" /><ClientRect>0, 0, 790, 227</ClientRect><BorderSide>0</BorderSide></C1.Win.C1TrueDBGrid.MergeView></Splits><NamedStyles><Style parent="" me="Normal" /><Style parent="Normal" me="Heading" /><Style parent="Heading" me="Footer" /><Style parent="Heading" me="Caption" /><Style parent="Heading" me="Inactive" /><Style parent="Normal" me="Selected" /><Style parent="Normal" me="Editor" /><Style parent="Normal" me="HighlightRow" /><Style parent="Normal" me="EvenRow" /><Style parent="Normal" me="OddRow" /><Style parent="Heading" me="RecordSelector" /><Style parent="Normal" me="FilterBar" /><Style parent="FilterBar" me="FilterWatermark" /><Style parent="Caption" me="Group" /></NamedStyles><vertSplits>1</vertSplits><horzSplits>1</horzSplits><Layout>None</Layout><DefaultRecSelWidth>17</DefaultRecSelWidth><ClientArea>0, 0, 790, 227</ClientArea><PrintPageHeaderStyle parent="" me="Style15" /><PrintPageFooterStyle parent="" me="Style16" /></Blob></value>
|
||||
</data>
|
||||
<data name="Button3.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>
|
||||
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
|
||||
</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -0,0 +1,3 @@
|
||||
Public Class Form1
|
||||
|
||||
End Class
|
||||
@@ -0,0 +1,13 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
@@ -0,0 +1,10 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<MyApplicationData xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
||||
<MySubMain>false</MySubMain>
|
||||
<SingleInstance>false</SingleInstance>
|
||||
<ShutdownMode>0</ShutdownMode>
|
||||
<EnableVisualStyles>true</EnableVisualStyles>
|
||||
<AuthenticationMode>0</AuthenticationMode>
|
||||
<ApplicationType>1</ApplicationType>
|
||||
<SaveMySettingsOnExit>true</SaveMySettingsOnExit>
|
||||
</MyApplicationData>
|
||||
@@ -0,0 +1,35 @@
|
||||
Imports System
|
||||
Imports System.Reflection
|
||||
Imports System.Runtime.InteropServices
|
||||
|
||||
' Allgemeine Informationen über eine Assembly werden über die folgenden
|
||||
' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern,
|
||||
' die einer Assembly zugeordnet sind.
|
||||
|
||||
' Werte der Assemblyattribute überprüfen
|
||||
|
||||
<Assembly: AssemblyTitle("Plugin_Loeschprozess")>
|
||||
<Assembly: AssemblyDescription("")>
|
||||
<Assembly: AssemblyCompany("")>
|
||||
<Assembly: AssemblyProduct("Plugin_Loeschprozess")>
|
||||
<Assembly: AssemblyCopyright("Copyright © 2019")>
|
||||
<Assembly: AssemblyTrademark("")>
|
||||
|
||||
<Assembly: ComVisible(False)>
|
||||
|
||||
'Die folgende GUID bestimmt die ID der Typbibliothek, wenn dieses Projekt für COM verfügbar gemacht wird.
|
||||
<Assembly: Guid("1941445a-c800-4faf-ac84-60ef69f40dc4")>
|
||||
|
||||
' Versionsinformationen für eine Assembly bestehen aus den folgenden vier Werten:
|
||||
'
|
||||
' Hauptversion
|
||||
' Nebenversion
|
||||
' Buildnummer
|
||||
' Revision
|
||||
'
|
||||
' Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
|
||||
' übernehmen, indem Sie "*" eingeben:
|
||||
' <Assembly: AssemblyVersion("1.0.*")>
|
||||
|
||||
<Assembly: AssemblyVersion("1.0.0.0")>
|
||||
<Assembly: AssemblyFileVersion("1.0.0.0")>
|
||||
@@ -0,0 +1,62 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My.Resources
|
||||
|
||||
'This class was auto-generated by the StronglyTypedResourceBuilder
|
||||
'class via a tool like ResGen or Visual Studio.
|
||||
'To add or remove a member, edit your .ResX file then rerun ResGen
|
||||
'with the /str option, or rebuild your VS project.
|
||||
'''<summary>
|
||||
''' A strongly-typed resource class, for looking up localized strings, etc.
|
||||
'''</summary>
|
||||
<Global.System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0"), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.Microsoft.VisualBasic.HideModuleNameAttribute()> _
|
||||
Friend Module Resources
|
||||
|
||||
Private resourceMan As Global.System.Resources.ResourceManager
|
||||
|
||||
Private resourceCulture As Global.System.Globalization.CultureInfo
|
||||
|
||||
'''<summary>
|
||||
''' Returns the cached ResourceManager instance used by this class.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend ReadOnly Property ResourceManager() As Global.System.Resources.ResourceManager
|
||||
Get
|
||||
If Object.ReferenceEquals(resourceMan, Nothing) Then
|
||||
Dim temp As Global.System.Resources.ResourceManager = New Global.System.Resources.ResourceManager("Plugin_Loeschprozess.Resources", GetType(Resources).Assembly)
|
||||
resourceMan = temp
|
||||
End If
|
||||
Return resourceMan
|
||||
End Get
|
||||
End Property
|
||||
|
||||
'''<summary>
|
||||
''' Overrides the current thread's CurrentUICulture property for all
|
||||
''' resource lookups using this strongly typed resource class.
|
||||
'''</summary>
|
||||
<Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Friend Property Culture() As Global.System.Globalization.CultureInfo
|
||||
Get
|
||||
Return resourceCulture
|
||||
End Get
|
||||
Set(ByVal value As Global.System.Globalization.CultureInfo)
|
||||
resourceCulture = value
|
||||
End Set
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
@@ -0,0 +1,117 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<root>
|
||||
<!--
|
||||
Microsoft ResX Schema
|
||||
|
||||
Version 2.0
|
||||
|
||||
The primary goals of this format is to allow a simple XML format
|
||||
that is mostly human readable. The generation and parsing of the
|
||||
various data types are done through the TypeConverter classes
|
||||
associated with the data types.
|
||||
|
||||
Example:
|
||||
|
||||
... ado.net/XML headers & schema ...
|
||||
<resheader name="resmimetype">text/microsoft-resx</resheader>
|
||||
<resheader name="version">2.0</resheader>
|
||||
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
|
||||
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
|
||||
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
|
||||
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
|
||||
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
|
||||
<value>[base64 mime encoded serialized .NET Framework object]</value>
|
||||
</data>
|
||||
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
|
||||
<comment>This is a comment</comment>
|
||||
</data>
|
||||
|
||||
There are any number of "resheader" rows that contain simple
|
||||
name/value pairs.
|
||||
|
||||
Each data row contains a name, and value. The row also contains a
|
||||
type or mimetype. Type corresponds to a .NET class that support
|
||||
text/value conversion through the TypeConverter architecture.
|
||||
Classes that don't support this are serialized and stored with the
|
||||
mimetype set.
|
||||
|
||||
The mimetype is used for serialized objects, and tells the
|
||||
ResXResourceReader how to depersist the object. This is currently not
|
||||
extensible. For a given mimetype the value must be set accordingly:
|
||||
|
||||
Note - application/x-microsoft.net.object.binary.base64 is the format
|
||||
that the ResXResourceWriter will generate, however the reader can
|
||||
read any of the formats listed below.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.binary.base64
|
||||
value : The object must be serialized with
|
||||
: System.Serialization.Formatters.Binary.BinaryFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.soap.base64
|
||||
value : The object must be serialized with
|
||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||
: and then encoded with base64 encoding.
|
||||
|
||||
mimetype: application/x-microsoft.net.object.bytearray.base64
|
||||
value : The object must be serialized into a byte array
|
||||
: using a System.ComponentModel.TypeConverter
|
||||
: and then encoded with base64 encoding.
|
||||
-->
|
||||
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
|
||||
<xsd:element name="root" msdata:IsDataSet="true">
|
||||
<xsd:complexType>
|
||||
<xsd:choice maxOccurs="unbounded">
|
||||
<xsd:element name="metadata">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
<xsd:attribute name="type" type="xsd:string" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="assembly">
|
||||
<xsd:complexType>
|
||||
<xsd:attribute name="alias" type="xsd:string" />
|
||||
<xsd:attribute name="name" type="xsd:string" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="data">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" msdata:Ordinal="1" />
|
||||
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
|
||||
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
<xsd:element name="resheader">
|
||||
<xsd:complexType>
|
||||
<xsd:sequence>
|
||||
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
|
||||
</xsd:sequence>
|
||||
<xsd:attribute name="name" type="xsd:string" use="required" />
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:choice>
|
||||
</xsd:complexType>
|
||||
</xsd:element>
|
||||
</xsd:schema>
|
||||
<resheader name="resmimetype">
|
||||
<value>text/microsoft-resx</value>
|
||||
</resheader>
|
||||
<resheader name="version">
|
||||
<value>2.0</value>
|
||||
</resheader>
|
||||
<resheader name="reader">
|
||||
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
<resheader name="writer">
|
||||
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||
</resheader>
|
||||
</root>
|
||||
@@ -0,0 +1,73 @@
|
||||
'------------------------------------------------------------------------------
|
||||
' <auto-generated>
|
||||
' This code was generated by a tool.
|
||||
' Runtime Version:4.0.30319.42000
|
||||
'
|
||||
' Changes to this file may cause incorrect behavior and will be lost if
|
||||
' the code is regenerated.
|
||||
' </auto-generated>
|
||||
'------------------------------------------------------------------------------
|
||||
|
||||
Option Strict On
|
||||
Option Explicit On
|
||||
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute(), _
|
||||
Global.System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0"), _
|
||||
Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Partial Friend NotInheritable Class MySettings
|
||||
Inherits Global.System.Configuration.ApplicationSettingsBase
|
||||
|
||||
Private Shared defaultInstance As MySettings = CType(Global.System.Configuration.ApplicationSettingsBase.Synchronized(New MySettings), MySettings)
|
||||
|
||||
#Region "My.Settings Auto-Save Functionality"
|
||||
#If _MyType = "WindowsForms" Then
|
||||
Private Shared addedHandler As Boolean
|
||||
|
||||
Private Shared addedHandlerLockObject As New Object
|
||||
|
||||
<Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), Global.System.ComponentModel.EditorBrowsableAttribute(Global.System.ComponentModel.EditorBrowsableState.Advanced)> _
|
||||
Private Shared Sub AutoSaveSettings(ByVal sender As Global.System.Object, ByVal e As Global.System.EventArgs)
|
||||
If My.Application.SaveMySettingsOnExit Then
|
||||
My.Settings.Save()
|
||||
End If
|
||||
End Sub
|
||||
#End If
|
||||
#End Region
|
||||
|
||||
Public Shared ReadOnly Property [Default]() As MySettings
|
||||
Get
|
||||
|
||||
#If _MyType = "WindowsForms" Then
|
||||
If Not addedHandler Then
|
||||
SyncLock addedHandlerLockObject
|
||||
If Not addedHandler Then
|
||||
AddHandler My.Application.Shutdown, AddressOf AutoSaveSettings
|
||||
addedHandler = True
|
||||
End If
|
||||
End SyncLock
|
||||
End If
|
||||
#End If
|
||||
Return defaultInstance
|
||||
End Get
|
||||
End Property
|
||||
End Class
|
||||
End Namespace
|
||||
|
||||
Namespace My
|
||||
|
||||
<Global.Microsoft.VisualBasic.HideModuleNameAttribute(), _
|
||||
Global.System.Diagnostics.DebuggerNonUserCodeAttribute(), _
|
||||
Global.System.Runtime.CompilerServices.CompilerGeneratedAttribute()> _
|
||||
Friend Module MySettingsProperty
|
||||
|
||||
<Global.System.ComponentModel.Design.HelpKeywordAttribute("My.Settings")> _
|
||||
Friend ReadOnly Property Settings() As Global.Plugin_Loeschprozess.My.MySettings
|
||||
Get
|
||||
Return Global.Plugin_Loeschprozess.My.MySettings.Default
|
||||
End Get
|
||||
End Property
|
||||
End Module
|
||||
End Namespace
|
||||
@@ -0,0 +1,7 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<SettingsFile xmlns="http://schemas.microsoft.com/VisualStudio/2004/01/settings" CurrentProfile="(Default)" UseMySettingsClassName="true">
|
||||
<Profiles>
|
||||
<Profile Name="(Default)" />
|
||||
</Profiles>
|
||||
<Settings />
|
||||
</SettingsFile>
|
||||
@@ -0,0 +1 @@
|
||||
C1.Win.C1TrueDBGrid.C1TrueDBGrid, C1.Win.C1TrueDBGrid.2, Version=2.0.20153.110, Culture=neutral, PublicKeyToken=75ae3fb0e2b1e0da
|
||||
@@ -0,0 +1,134 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
||||
<PropertyGroup>
|
||||
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
||||
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
||||
<ProjectGuid>{792525A4-5470-4254-8291-4ADC51E0C3F9}</ProjectGuid>
|
||||
<OutputType>Library</OutputType>
|
||||
<RootNamespace>Plugin_Loeschprozess</RootNamespace>
|
||||
<AssemblyName>Plugin_Loeschprozess</AssemblyName>
|
||||
<FileAlignment>512</FileAlignment>
|
||||
<MyType>Windows</MyType>
|
||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||
<DebugSymbols>true</DebugSymbols>
|
||||
<DebugType>full</DebugType>
|
||||
<DefineDebug>true</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<OutputPath>bin\Debug\</OutputPath>
|
||||
<DocumentationFile>Plugin_Loeschprozess.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
||||
<DebugType>pdbonly</DebugType>
|
||||
<DefineDebug>false</DefineDebug>
|
||||
<DefineTrace>true</DefineTrace>
|
||||
<Optimize>true</Optimize>
|
||||
<OutputPath>bin\Release\</OutputPath>
|
||||
<DocumentationFile>Plugin_Loeschprozess.xml</DocumentationFile>
|
||||
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionExplicit>On</OptionExplicit>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionCompare>Binary</OptionCompare>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionStrict>Off</OptionStrict>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<OptionInfer>On</OptionInfer>
|
||||
</PropertyGroup>
|
||||
<ItemGroup>
|
||||
<Reference Include="C1.Data.2, Version=2.0.20141.273, Culture=neutral, PublicKeyToken=900b028620cd3a1b, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\Bin\C1.Data.2.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="C1.Win.C1Command.2, Version=2.0.20153.110, Culture=neutral, PublicKeyToken=e808566f358766d8, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\Bin\C1.Win.C1Command.2.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="C1.Win.C1TrueDBGrid.2, Version=2.0.20153.110, Culture=neutral, PublicKeyToken=75ae3fb0e2b1e0da, processorArchitecture=MSIL">
|
||||
<SpecificVersion>False</SpecificVersion>
|
||||
<HintPath>..\Bin\C1.Win.C1TrueDBGrid.2.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="PluginContracts">
|
||||
<HintPath>..\Bin\PluginContracts.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.Data" />
|
||||
<Reference Include="System.Drawing" />
|
||||
<Reference Include="System.Windows.Forms" />
|
||||
<Reference Include="System.Xml" />
|
||||
<Reference Include="System.Core" />
|
||||
<Reference Include="System.Xml.Linq" />
|
||||
<Reference Include="System.Data.DataSetExtensions" />
|
||||
<Reference Include="System.Net.Http" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Import Include="Microsoft.VisualBasic" />
|
||||
<Import Include="System" />
|
||||
<Import Include="System.Collections" />
|
||||
<Import Include="System.Collections.Generic" />
|
||||
<Import Include="System.Data" />
|
||||
<Import Include="System.Diagnostics" />
|
||||
<Import Include="System.Linq" />
|
||||
<Import Include="System.Xml.Linq" />
|
||||
<Import Include="System.Threading.Tasks" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Class1.vb" />
|
||||
<Compile Include="Forms\Form1.Designer.vb">
|
||||
<DependentUpon>Form1.vb</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Forms\Form1.vb">
|
||||
<SubType>Form</SubType>
|
||||
</Compile>
|
||||
<Compile Include="My Project\AssemblyInfo.vb" />
|
||||
<Compile Include="My Project\Application.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Application.myapp</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Resources.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DesignTime>True</DesignTime>
|
||||
<DependentUpon>Resources.resx</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="My Project\Settings.Designer.vb">
|
||||
<AutoGen>True</AutoGen>
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<Compile Include="Utils\Globals.vb" />
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="Forms\Form1.resx">
|
||||
<DependentUpon>Form1.vb</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="My Project\licenses.licx" />
|
||||
<EmbeddedResource Include="My Project\Resources.resx">
|
||||
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
|
||||
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
|
||||
<CustomToolNamespace>My.Resources</CustomToolNamespace>
|
||||
<SubType>Designer</SubType>
|
||||
</EmbeddedResource>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<None Include="My Project\Application.myapp">
|
||||
<Generator>MyApplicationCodeGenerator</Generator>
|
||||
<LastGenOutput>Application.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
<None Include="My Project\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
<CustomToolNamespace>My</CustomToolNamespace>
|
||||
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
|
||||
</None>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Folder Include="Klassen\" />
|
||||
</ItemGroup>
|
||||
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
|
||||
</Project>
|
||||
@@ -0,0 +1,14 @@
|
||||
Imports System.IO
|
||||
Imports System.Reflection
|
||||
|
||||
Module Globals
|
||||
Public ConnectionFilename As String
|
||||
Public sConnectionstring As String
|
||||
Public Mitarbeiternr As Integer
|
||||
|
||||
Public Function ApplicationPath() As String
|
||||
Return Path.GetDirectoryName([Assembly].GetEntryAssembly().Location) + "\"
|
||||
End Function
|
||||
|
||||
|
||||
End Module
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
PluginContracts
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:PluginContracts.My.Resources.Resources">
|
||||
<summary>
|
||||
Eine stark typisierte Ressourcenklasse zum Suchen von lokalisierten Zeichenfolgen usw.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:PluginContracts.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Gibt die zwischengespeicherte ResourceManager-Instanz zurück, die von dieser Klasse verwendet wird.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:PluginContracts.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Überschreibt die CurrentUICulture-Eigenschaft des aktuellen Threads für alle
|
||||
Ressourcenzuordnungen, die diese stark typisierte Ressourcenklasse verwenden.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
Binary file not shown.
Binary file not shown.
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
Plugin_Loeschprozess
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Plugin_Loeschprozess.My.Resources.Resources">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Plugin_Loeschprozess.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Returns the cached ResourceManager instance used by this class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Plugin_Loeschprozess.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Overrides the current thread's CurrentUICulture property for all
|
||||
resource lookups using this strongly typed resource class.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+21
@@ -0,0 +1,21 @@
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\obj\Debug\Plugin_Loeschprozess.Form1.resources
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\obj\Debug\Plugin_Loeschprozess.Resources.resources
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\obj\Debug\Plugin_Loeschprozess.vbproj.GenerateResource.cache
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\obj\Debug\Plugin_Loeschprozess.dll.licenses
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\bin\Debug\Plugin_Loeschprozess.dll
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\bin\Debug\Plugin_Loeschprozess.pdb
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\bin\Debug\Plugin_Loeschprozess.xml
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\bin\Debug\C1.Data.2.dll
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\bin\Debug\C1.Win.C1Command.2.dll
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\bin\Debug\C1.Win.C1TrueDBGrid.2.dll
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\bin\Debug\PluginContracts.dll
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\bin\Debug\C1.Data.2.xml
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\bin\Debug\C1.Win.C1Command.2.xml
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\bin\Debug\C1.Win.C1TrueDBGrid.2.xml
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\bin\Debug\PluginContracts.pdb
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\bin\Debug\PluginContracts.xml
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\obj\Debug\Plugin_Loeschprozess.vbproj.CopyComplete
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\obj\Debug\Plugin_Loeschprozess.dll
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\obj\Debug\Plugin_Loeschprozess.xml
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\obj\Debug\Plugin_Loeschprozess.pdb
|
||||
E:\Software-Projekte\EDOKA\tools\EDOKA_Toolset\Plugin_Loeschprozess\obj\Debug\Plugin_Loeschprozess.vbprojAssemblyReference.cache
|
||||
BIN
Binary file not shown.
BIN
Binary file not shown.
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0"?>
|
||||
<doc>
|
||||
<assembly>
|
||||
<name>
|
||||
Plugin_Loeschprozess
|
||||
</name>
|
||||
</assembly>
|
||||
<members>
|
||||
<member name="T:Plugin_Loeschprozess.My.Resources.Resources">
|
||||
<summary>
|
||||
A strongly-typed resource class, for looking up localized strings, etc.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Plugin_Loeschprozess.My.Resources.Resources.ResourceManager">
|
||||
<summary>
|
||||
Returns the cached ResourceManager instance used by this class.
|
||||
</summary>
|
||||
</member>
|
||||
<member name="P:Plugin_Loeschprozess.My.Resources.Resources.Culture">
|
||||
<summary>
|
||||
Overrides the current thread's CurrentUICulture property for all
|
||||
resource lookups using this strongly typed resource class.
|
||||
</summary>
|
||||
</member>
|
||||
</members>
|
||||
</doc>
|
||||
BIN
Binary file not shown.
Binary file not shown.
BIN
Binary file not shown.
BIN
Binary file not shown.
Reference in New Issue
Block a user