345 lines
16 KiB
VB.net
345 lines
16 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmDIRegex
|
|
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()
|
|
Dim GUIDLabel As System.Windows.Forms.Label
|
|
Dim PROFILE_NAMELabel As System.Windows.Forms.Label
|
|
Dim REGEXLabel As System.Windows.Forms.Label
|
|
Dim CREATED_WHOLabel As System.Windows.Forms.Label
|
|
Dim CREATED_WHENLabel As System.Windows.Forms.Label
|
|
Dim CHANGED_WHOLabel As System.Windows.Forms.Label
|
|
Dim CHANGED_WHENLabel As System.Windows.Forms.Label
|
|
Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmDIRegex))
|
|
Me.StatusStrip1 = New System.Windows.Forms.StatusStrip()
|
|
Me.ToolStrip1 = New System.Windows.Forms.ToolStrip()
|
|
Me.tsbtnAdd = New System.Windows.Forms.ToolStripButton()
|
|
Me.tsbtnSave = New System.Windows.Forms.ToolStripButton()
|
|
Me.tsbtnDelete = New System.Windows.Forms.ToolStripButton()
|
|
Me.GUIDTextBox = New System.Windows.Forms.TextBox()
|
|
Me.PROFILE_NAMETextBox = New System.Windows.Forms.TextBox()
|
|
Me.REGEXTextBox = New System.Windows.Forms.TextBox()
|
|
Me.CREATED_WHOTextBox = New System.Windows.Forms.TextBox()
|
|
Me.CREATED_WHENTextBox = New System.Windows.Forms.TextBox()
|
|
Me.CHANGED_WHOTextBox = New System.Windows.Forms.TextBox()
|
|
Me.CHANGED_WHENTextBox = New System.Windows.Forms.TextBox()
|
|
Me.txtFilenameTest = New System.Windows.Forms.TextBox()
|
|
Me.Label11 = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.TBTC_DI_REGEX_MATCHBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.MyDataset = New ToolCollection.MyDataset()
|
|
Me.TBTC_DI_REGEX_MATCHTableAdapter = New ToolCollection.MyDatasetTableAdapters.TBTC_DI_REGEX_MATCHTableAdapter()
|
|
Me.TableAdapterManager = New ToolCollection.MyDatasetTableAdapters.TableAdapterManager()
|
|
GUIDLabel = New System.Windows.Forms.Label()
|
|
PROFILE_NAMELabel = New System.Windows.Forms.Label()
|
|
REGEXLabel = New System.Windows.Forms.Label()
|
|
CREATED_WHOLabel = New System.Windows.Forms.Label()
|
|
CREATED_WHENLabel = New System.Windows.Forms.Label()
|
|
CHANGED_WHOLabel = New System.Windows.Forms.Label()
|
|
CHANGED_WHENLabel = New System.Windows.Forms.Label()
|
|
Me.ToolStrip1.SuspendLayout()
|
|
CType(Me.TBTC_DI_REGEX_MATCHBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'GUIDLabel
|
|
'
|
|
GUIDLabel.AutoSize = True
|
|
GUIDLabel.Location = New System.Drawing.Point(9, 25)
|
|
GUIDLabel.Name = "GUIDLabel"
|
|
GUIDLabel.Size = New System.Drawing.Size(22, 13)
|
|
GUIDLabel.TabIndex = 4
|
|
GUIDLabel.Text = "ID:"
|
|
'
|
|
'PROFILE_NAMELabel
|
|
'
|
|
PROFILE_NAMELabel.AutoSize = True
|
|
PROFILE_NAMELabel.Location = New System.Drawing.Point(64, 25)
|
|
PROFILE_NAMELabel.Name = "PROFILE_NAMELabel"
|
|
PROFILE_NAMELabel.Size = New System.Drawing.Size(61, 13)
|
|
PROFILE_NAMELabel.TabIndex = 6
|
|
PROFILE_NAMELabel.Text = "Profilname:"
|
|
'
|
|
'REGEXLabel
|
|
'
|
|
REGEXLabel.AutoSize = True
|
|
REGEXLabel.Location = New System.Drawing.Point(9, 64)
|
|
REGEXLabel.Name = "REGEXLabel"
|
|
REGEXLabel.Size = New System.Drawing.Size(86, 13)
|
|
REGEXLabel.TabIndex = 8
|
|
REGEXLabel.Text = "RegexAusdruck:"
|
|
'
|
|
'CREATED_WHOLabel
|
|
'
|
|
CREATED_WHOLabel.AutoSize = True
|
|
CREATED_WHOLabel.Location = New System.Drawing.Point(9, 137)
|
|
CREATED_WHOLabel.Name = "CREATED_WHOLabel"
|
|
CREATED_WHOLabel.Size = New System.Drawing.Size(65, 13)
|
|
CREATED_WHOLabel.TabIndex = 12
|
|
CREATED_WHOLabel.Text = "Erstellt wer:"
|
|
'
|
|
'CREATED_WHENLabel
|
|
'
|
|
CREATED_WHENLabel.AutoSize = True
|
|
CREATED_WHENLabel.Location = New System.Drawing.Point(211, 137)
|
|
CREATED_WHENLabel.Name = "CREATED_WHENLabel"
|
|
CREATED_WHENLabel.Size = New System.Drawing.Size(73, 13)
|
|
CREATED_WHENLabel.TabIndex = 14
|
|
CREATED_WHENLabel.Text = "Erstellt wann:"
|
|
'
|
|
'CHANGED_WHOLabel
|
|
'
|
|
CHANGED_WHOLabel.AutoSize = True
|
|
CHANGED_WHOLabel.Location = New System.Drawing.Point(9, 176)
|
|
CHANGED_WHOLabel.Name = "CHANGED_WHOLabel"
|
|
CHANGED_WHOLabel.Size = New System.Drawing.Size(77, 13)
|
|
CHANGED_WHOLabel.TabIndex = 16
|
|
CHANGED_WHOLabel.Text = "Geändert wer:"
|
|
'
|
|
'CHANGED_WHENLabel
|
|
'
|
|
CHANGED_WHENLabel.AutoSize = True
|
|
CHANGED_WHENLabel.Location = New System.Drawing.Point(211, 176)
|
|
CHANGED_WHENLabel.Name = "CHANGED_WHENLabel"
|
|
CHANGED_WHENLabel.Size = New System.Drawing.Size(85, 13)
|
|
CHANGED_WHENLabel.TabIndex = 18
|
|
CHANGED_WHENLabel.Text = "Geändert wann:"
|
|
'
|
|
'StatusStrip1
|
|
'
|
|
Me.StatusStrip1.Location = New System.Drawing.Point(0, 223)
|
|
Me.StatusStrip1.Name = "StatusStrip1"
|
|
Me.StatusStrip1.Size = New System.Drawing.Size(800, 22)
|
|
Me.StatusStrip1.TabIndex = 0
|
|
Me.StatusStrip1.Text = "StatusStrip1"
|
|
'
|
|
'ToolStrip1
|
|
'
|
|
Me.ToolStrip1.Items.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsbtnAdd, Me.tsbtnSave, Me.tsbtnDelete})
|
|
Me.ToolStrip1.Location = New System.Drawing.Point(0, 0)
|
|
Me.ToolStrip1.Name = "ToolStrip1"
|
|
Me.ToolStrip1.Size = New System.Drawing.Size(800, 25)
|
|
Me.ToolStrip1.TabIndex = 1
|
|
Me.ToolStrip1.Text = "ToolStrip1"
|
|
'
|
|
'tsbtnAdd
|
|
'
|
|
Me.tsbtnAdd.Image = Global.ToolCollection.My.Resources.Resources.action_add_16xMD
|
|
Me.tsbtnAdd.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.tsbtnAdd.Name = "tsbtnAdd"
|
|
Me.tsbtnAdd.Size = New System.Drawing.Size(121, 22)
|
|
Me.tsbtnAdd.Text = "Regex hinzufügen"
|
|
'
|
|
'tsbtnSave
|
|
'
|
|
Me.tsbtnSave.Image = Global.ToolCollection.My.Resources.Resources.save
|
|
Me.tsbtnSave.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.tsbtnSave.Name = "tsbtnSave"
|
|
Me.tsbtnSave.Size = New System.Drawing.Size(79, 22)
|
|
Me.tsbtnSave.Text = "Speichern"
|
|
'
|
|
'tsbtnDelete
|
|
'
|
|
Me.tsbtnDelete.Image = Global.ToolCollection.My.Resources.Resources.delete
|
|
Me.tsbtnDelete.ImageTransparentColor = System.Drawing.Color.Magenta
|
|
Me.tsbtnDelete.Name = "tsbtnDelete"
|
|
Me.tsbtnDelete.Size = New System.Drawing.Size(71, 22)
|
|
Me.tsbtnDelete.Text = "Löschen"
|
|
'
|
|
'GUIDTextBox
|
|
'
|
|
Me.GUIDTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBTC_DI_REGEX_MATCHBindingSource, "GUID", True))
|
|
Me.GUIDTextBox.Enabled = False
|
|
Me.GUIDTextBox.Location = New System.Drawing.Point(12, 41)
|
|
Me.GUIDTextBox.Name = "GUIDTextBox"
|
|
Me.GUIDTextBox.ReadOnly = True
|
|
Me.GUIDTextBox.Size = New System.Drawing.Size(46, 21)
|
|
Me.GUIDTextBox.TabIndex = 5
|
|
'
|
|
'PROFILE_NAMETextBox
|
|
'
|
|
Me.PROFILE_NAMETextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBTC_DI_REGEX_MATCHBindingSource, "PROFILE_NAME", True))
|
|
Me.PROFILE_NAMETextBox.Location = New System.Drawing.Point(67, 41)
|
|
Me.PROFILE_NAMETextBox.Name = "PROFILE_NAMETextBox"
|
|
Me.PROFILE_NAMETextBox.ReadOnly = True
|
|
Me.PROFILE_NAMETextBox.Size = New System.Drawing.Size(480, 21)
|
|
Me.PROFILE_NAMETextBox.TabIndex = 7
|
|
'
|
|
'REGEXTextBox
|
|
'
|
|
Me.REGEXTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBTC_DI_REGEX_MATCHBindingSource, "REGEX", True))
|
|
Me.REGEXTextBox.Location = New System.Drawing.Point(12, 80)
|
|
Me.REGEXTextBox.Multiline = True
|
|
Me.REGEXTextBox.Name = "REGEXTextBox"
|
|
Me.REGEXTextBox.Size = New System.Drawing.Size(535, 54)
|
|
Me.REGEXTextBox.TabIndex = 9
|
|
'
|
|
'CREATED_WHOTextBox
|
|
'
|
|
Me.CREATED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBTC_DI_REGEX_MATCHBindingSource, "CREATED_WHO", True))
|
|
Me.CREATED_WHOTextBox.Enabled = False
|
|
Me.CREATED_WHOTextBox.Location = New System.Drawing.Point(12, 153)
|
|
Me.CREATED_WHOTextBox.Name = "CREATED_WHOTextBox"
|
|
Me.CREATED_WHOTextBox.ReadOnly = True
|
|
Me.CREATED_WHOTextBox.Size = New System.Drawing.Size(193, 21)
|
|
Me.CREATED_WHOTextBox.TabIndex = 13
|
|
'
|
|
'CREATED_WHENTextBox
|
|
'
|
|
Me.CREATED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBTC_DI_REGEX_MATCHBindingSource, "CREATED_WHEN", True))
|
|
Me.CREATED_WHENTextBox.Enabled = False
|
|
Me.CREATED_WHENTextBox.Location = New System.Drawing.Point(214, 153)
|
|
Me.CREATED_WHENTextBox.Name = "CREATED_WHENTextBox"
|
|
Me.CREATED_WHENTextBox.ReadOnly = True
|
|
Me.CREATED_WHENTextBox.Size = New System.Drawing.Size(163, 21)
|
|
Me.CREATED_WHENTextBox.TabIndex = 15
|
|
'
|
|
'CHANGED_WHOTextBox
|
|
'
|
|
Me.CHANGED_WHOTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBTC_DI_REGEX_MATCHBindingSource, "CHANGED_WHO", True))
|
|
Me.CHANGED_WHOTextBox.Enabled = False
|
|
Me.CHANGED_WHOTextBox.Location = New System.Drawing.Point(12, 192)
|
|
Me.CHANGED_WHOTextBox.Name = "CHANGED_WHOTextBox"
|
|
Me.CHANGED_WHOTextBox.ReadOnly = True
|
|
Me.CHANGED_WHOTextBox.Size = New System.Drawing.Size(193, 21)
|
|
Me.CHANGED_WHOTextBox.TabIndex = 17
|
|
'
|
|
'CHANGED_WHENTextBox
|
|
'
|
|
Me.CHANGED_WHENTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBTC_DI_REGEX_MATCHBindingSource, "CHANGED_WHEN", True))
|
|
Me.CHANGED_WHENTextBox.Enabled = False
|
|
Me.CHANGED_WHENTextBox.Location = New System.Drawing.Point(214, 192)
|
|
Me.CHANGED_WHENTextBox.Name = "CHANGED_WHENTextBox"
|
|
Me.CHANGED_WHENTextBox.ReadOnly = True
|
|
Me.CHANGED_WHENTextBox.Size = New System.Drawing.Size(163, 21)
|
|
Me.CHANGED_WHENTextBox.TabIndex = 19
|
|
'
|
|
'txtFilenameTest
|
|
'
|
|
Me.txtFilenameTest.DataBindings.Add(New System.Windows.Forms.Binding("Text", Global.ToolCollection.My.MySettings.Default, "myDateiname", True, System.Windows.Forms.DataSourceUpdateMode.OnPropertyChanged))
|
|
Me.txtFilenameTest.Location = New System.Drawing.Point(553, 80)
|
|
Me.txtFilenameTest.Name = "txtFilenameTest"
|
|
Me.txtFilenameTest.Size = New System.Drawing.Size(207, 21)
|
|
Me.txtFilenameTest.TabIndex = 22
|
|
Me.txtFilenameTest.Text = Global.ToolCollection.My.MySettings.Default.myDateiname
|
|
'
|
|
'Label11
|
|
'
|
|
Me.Label11.AutoSize = True
|
|
Me.Label11.ImeMode = System.Windows.Forms.ImeMode.NoControl
|
|
Me.Label11.Location = New System.Drawing.Point(550, 64)
|
|
Me.Label11.Name = "Label11"
|
|
Me.Label11.Size = New System.Drawing.Size(86, 13)
|
|
Me.Label11.TabIndex = 21
|
|
Me.Label11.Text = "Dateiname Test:"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Image = Global.ToolCollection.My.Resources.Resources.CheckConstraints_5634
|
|
Me.Button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button1.Location = New System.Drawing.Point(553, 111)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(207, 23)
|
|
Me.Button1.TabIndex = 20
|
|
Me.Button1.Text = "Check Regex"
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'TBTC_DI_REGEX_MATCHBindingSource
|
|
'
|
|
Me.TBTC_DI_REGEX_MATCHBindingSource.DataMember = "TBTC_DI_REGEX_MATCH"
|
|
Me.TBTC_DI_REGEX_MATCHBindingSource.DataSource = Me.MyDataset
|
|
'
|
|
'MyDataset
|
|
'
|
|
Me.MyDataset.DataSetName = "MyDataset"
|
|
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'TBTC_DI_REGEX_MATCHTableAdapter
|
|
'
|
|
Me.TBTC_DI_REGEX_MATCHTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TableAdapterManager
|
|
'
|
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
Me.TableAdapterManager.TBTC_DI_REGEX_MATCHTableAdapter = Me.TBTC_DI_REGEX_MATCHTableAdapter
|
|
Me.TableAdapterManager.TBTC_MOVE_RENAMETableAdapter = Nothing
|
|
Me.TableAdapterManager.UpdateOrder = ToolCollection.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
'
|
|
'frmDIRegex
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(800, 245)
|
|
Me.Controls.Add(Me.txtFilenameTest)
|
|
Me.Controls.Add(Me.Label11)
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(GUIDLabel)
|
|
Me.Controls.Add(Me.GUIDTextBox)
|
|
Me.Controls.Add(PROFILE_NAMELabel)
|
|
Me.Controls.Add(Me.PROFILE_NAMETextBox)
|
|
Me.Controls.Add(REGEXLabel)
|
|
Me.Controls.Add(Me.REGEXTextBox)
|
|
Me.Controls.Add(CREATED_WHOLabel)
|
|
Me.Controls.Add(Me.CREATED_WHOTextBox)
|
|
Me.Controls.Add(CREATED_WHENLabel)
|
|
Me.Controls.Add(Me.CREATED_WHENTextBox)
|
|
Me.Controls.Add(CHANGED_WHOLabel)
|
|
Me.Controls.Add(Me.CHANGED_WHOTextBox)
|
|
Me.Controls.Add(CHANGED_WHENLabel)
|
|
Me.Controls.Add(Me.CHANGED_WHENTextBox)
|
|
Me.Controls.Add(Me.ToolStrip1)
|
|
Me.Controls.Add(Me.StatusStrip1)
|
|
Me.Font = New System.Drawing.Font("Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon)
|
|
Me.Name = "frmDIRegex"
|
|
Me.Text = "Dateiimport - Regular Expression"
|
|
Me.ToolStrip1.ResumeLayout(False)
|
|
Me.ToolStrip1.PerformLayout()
|
|
CType(Me.TBTC_DI_REGEX_MATCHBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
|
|
Friend WithEvents StatusStrip1 As StatusStrip
|
|
Friend WithEvents ToolStrip1 As ToolStrip
|
|
Friend WithEvents tsbtnAdd As ToolStripButton
|
|
Friend WithEvents tsbtnSave As ToolStripButton
|
|
Friend WithEvents tsbtnDelete As ToolStripButton
|
|
Friend WithEvents MyDataset As MyDataset
|
|
Friend WithEvents TBTC_DI_REGEX_MATCHBindingSource As BindingSource
|
|
Friend WithEvents TBTC_DI_REGEX_MATCHTableAdapter As MyDatasetTableAdapters.TBTC_DI_REGEX_MATCHTableAdapter
|
|
Friend WithEvents TableAdapterManager As MyDatasetTableAdapters.TableAdapterManager
|
|
Friend WithEvents GUIDTextBox As TextBox
|
|
Friend WithEvents PROFILE_NAMETextBox As TextBox
|
|
Friend WithEvents REGEXTextBox As TextBox
|
|
Friend WithEvents CREATED_WHOTextBox As TextBox
|
|
Friend WithEvents CREATED_WHENTextBox As TextBox
|
|
Friend WithEvents CHANGED_WHOTextBox As TextBox
|
|
Friend WithEvents CHANGED_WHENTextBox As TextBox
|
|
Friend WithEvents Button1 As Button
|
|
Friend WithEvents txtFilenameTest As TextBox
|
|
Friend WithEvents Label11 As Label
|
|
End Class
|