381 lines
18 KiB
VB.net
381 lines
18 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmNamenkonvention
|
|
Inherits System.Windows.Forms.Form
|
|
|
|
'Das Formular überschreibt den Löschvorgang, um die Komponentenliste zu bereinigen.
|
|
<System.Diagnostics.DebuggerNonUserCode()> _
|
|
Protected Overrides Sub Dispose(ByVal disposing As Boolean)
|
|
Try
|
|
If disposing AndAlso components IsNot Nothing Then
|
|
components.Dispose()
|
|
End If
|
|
Finally
|
|
MyBase.Dispose(disposing)
|
|
End Try
|
|
End Sub
|
|
|
|
'Wird vom Windows Form-Designer benötigt.
|
|
Private components As System.ComponentModel.IContainer
|
|
|
|
'Hinweis: Die folgende Prozedur ist für den Windows Form-Designer erforderlich.
|
|
'Das Bearbeiten ist mit dem Windows Form-Designer möglich.
|
|
'Das Bearbeiten mit dem Code-Editor ist nicht möglich.
|
|
<System.Diagnostics.DebuggerStepThrough()> _
|
|
Private Sub InitializeComponent()
|
|
Me.components = New System.ComponentModel.Container()
|
|
Me.Label1 = New System.Windows.Forms.Label()
|
|
Me.txtnamenKonv = New System.Windows.Forms.TextBox()
|
|
Me.GroupBox1 = New System.Windows.Forms.GroupBox()
|
|
Me.btnAddIndexA = New System.Windows.Forms.Button()
|
|
Me.btnAddIndexM = New System.Windows.Forms.Button()
|
|
Me.cmbIndex_A = New System.Windows.Forms.ComboBox()
|
|
Me.TBDD_INDEX_AUTOMBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.MyDataset = New Global_Indexer.MyDataset()
|
|
Me.cmbIndex_m = New System.Windows.Forms.ComboBox()
|
|
Me.TBDD_INDEX_MANBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.btnVersionTZ = New System.Windows.Forms.Button()
|
|
Me.btnTrennzeichen = New System.Windows.Forms.Button()
|
|
Me.btnVersion = New System.Windows.Forms.Button()
|
|
Me.btndelete = New System.Windows.Forms.Button()
|
|
Me.btnOK = New System.Windows.Forms.Button()
|
|
Me.btnclose = New System.Windows.Forms.Button()
|
|
Me.TBKONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.TBDD_INDEX_MANTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBDD_INDEX_MANTableAdapter()
|
|
Me.TableAdapterManager = New Global_Indexer.MyDatasetTableAdapters.TableAdapterManager()
|
|
Me.TBDD_INDEX_AUTOMTableAdapter = New Global_Indexer.MyDatasetTableAdapters.TBDD_INDEX_AUTOMTableAdapter()
|
|
Me.cmbDate = New System.Windows.Forms.ComboBox()
|
|
Me.Label20 = New System.Windows.Forms.Label()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.Button2 = New System.Windows.Forms.Button()
|
|
Me.GroupBox1.SuspendLayout()
|
|
CType(Me.TBDD_INDEX_AUTOMBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.TBDD_INDEX_MANBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.GroupBox2.SuspendLayout()
|
|
CType(Me.TBKONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.SuspendLayout()
|
|
'
|
|
'Label1
|
|
'
|
|
Me.Label1.AutoSize = True
|
|
Me.Label1.Location = New System.Drawing.Point(9, 20)
|
|
Me.Label1.Name = "Label1"
|
|
Me.Label1.Size = New System.Drawing.Size(438, 51)
|
|
Me.Label1.TabIndex = 0
|
|
Me.Label1.Text = "Definieren Sie hier die Namenskonvention zur ausgewählten Dokumentart." & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Sie haben" & _
|
|
" die Möglichkeit den Dateinamen aus den unten aufgeführten" & Global.Microsoft.VisualBasic.ChrW(13) & Global.Microsoft.VisualBasic.ChrW(10) & "Indizes und Textbaus" & _
|
|
"teinen zusammenzustellen."
|
|
'
|
|
'txtnamenKonv
|
|
'
|
|
Me.txtnamenKonv.Location = New System.Drawing.Point(12, 74)
|
|
Me.txtnamenKonv.Name = "txtnamenKonv"
|
|
Me.txtnamenKonv.Size = New System.Drawing.Size(401, 25)
|
|
Me.txtnamenKonv.TabIndex = 1
|
|
'
|
|
'GroupBox1
|
|
'
|
|
Me.GroupBox1.Controls.Add(Me.btnAddIndexA)
|
|
Me.GroupBox1.Controls.Add(Me.btnAddIndexM)
|
|
Me.GroupBox1.Controls.Add(Me.cmbIndex_A)
|
|
Me.GroupBox1.Controls.Add(Me.cmbIndex_m)
|
|
Me.GroupBox1.Controls.Add(Me.Label3)
|
|
Me.GroupBox1.Controls.Add(Me.Label2)
|
|
Me.GroupBox1.Location = New System.Drawing.Point(12, 114)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(237, 122)
|
|
Me.GroupBox1.TabIndex = 2
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Indexe zur Auswahl:"
|
|
'
|
|
'btnAddIndexA
|
|
'
|
|
Me.btnAddIndexA.Image = Global.Global_Indexer.My.Resources.Resources.add
|
|
Me.btnAddIndexA.Location = New System.Drawing.Point(187, 89)
|
|
Me.btnAddIndexA.Name = "btnAddIndexA"
|
|
Me.btnAddIndexA.Size = New System.Drawing.Size(30, 23)
|
|
Me.btnAddIndexA.TabIndex = 5
|
|
Me.btnAddIndexA.UseVisualStyleBackColor = True
|
|
'
|
|
'btnAddIndexM
|
|
'
|
|
Me.btnAddIndexM.Image = Global.Global_Indexer.My.Resources.Resources.add
|
|
Me.btnAddIndexM.Location = New System.Drawing.Point(187, 41)
|
|
Me.btnAddIndexM.Name = "btnAddIndexM"
|
|
Me.btnAddIndexM.Size = New System.Drawing.Size(30, 23)
|
|
Me.btnAddIndexM.TabIndex = 4
|
|
Me.btnAddIndexM.UseVisualStyleBackColor = True
|
|
'
|
|
'cmbIndex_A
|
|
'
|
|
Me.cmbIndex_A.DataSource = Me.TBDD_INDEX_AUTOMBindingSource
|
|
Me.cmbIndex_A.DisplayMember = "INDEXNAME"
|
|
Me.cmbIndex_A.FormattingEnabled = True
|
|
Me.cmbIndex_A.Location = New System.Drawing.Point(9, 89)
|
|
Me.cmbIndex_A.Name = "cmbIndex_A"
|
|
Me.cmbIndex_A.Size = New System.Drawing.Size(172, 25)
|
|
Me.cmbIndex_A.TabIndex = 3
|
|
Me.cmbIndex_A.ValueMember = "GUID"
|
|
'
|
|
'TBDD_INDEX_AUTOMBindingSource
|
|
'
|
|
Me.TBDD_INDEX_AUTOMBindingSource.DataMember = "TBDD_INDEX_AUTOM"
|
|
Me.TBDD_INDEX_AUTOMBindingSource.DataSource = Me.MyDataset
|
|
'
|
|
'MyDataset
|
|
'
|
|
Me.MyDataset.DataSetName = "MyDataset"
|
|
Me.MyDataset.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'cmbIndex_m
|
|
'
|
|
Me.cmbIndex_m.DataSource = Me.TBDD_INDEX_MANBindingSource
|
|
Me.cmbIndex_m.DisplayMember = "NAME"
|
|
Me.cmbIndex_m.FormattingEnabled = True
|
|
Me.cmbIndex_m.Location = New System.Drawing.Point(9, 41)
|
|
Me.cmbIndex_m.Name = "cmbIndex_m"
|
|
Me.cmbIndex_m.Size = New System.Drawing.Size(172, 25)
|
|
Me.cmbIndex_m.TabIndex = 2
|
|
Me.cmbIndex_m.ValueMember = "GUID"
|
|
'
|
|
'TBDD_INDEX_MANBindingSource
|
|
'
|
|
Me.TBDD_INDEX_MANBindingSource.DataMember = "TBDD_INDEX_MAN"
|
|
Me.TBDD_INDEX_MANBindingSource.DataSource = Me.MyDataset
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Location = New System.Drawing.Point(6, 69)
|
|
Me.Label3.Name = "Label3"
|
|
Me.Label3.Size = New System.Drawing.Size(129, 17)
|
|
Me.Label3.TabIndex = 1
|
|
Me.Label3.Text = "Automatischer Index:"
|
|
'
|
|
'Label2
|
|
'
|
|
Me.Label2.AutoSize = True
|
|
Me.Label2.Location = New System.Drawing.Point(6, 21)
|
|
Me.Label2.Name = "Label2"
|
|
Me.Label2.Size = New System.Drawing.Size(104, 17)
|
|
Me.Label2.TabIndex = 0
|
|
Me.Label2.Text = "Manueller Index:"
|
|
'
|
|
'GroupBox2
|
|
'
|
|
Me.GroupBox2.Controls.Add(Me.Button2)
|
|
Me.GroupBox2.Controls.Add(Me.btnVersionTZ)
|
|
Me.GroupBox2.Controls.Add(Me.btnTrennzeichen)
|
|
Me.GroupBox2.Controls.Add(Me.btnVersion)
|
|
Me.GroupBox2.Location = New System.Drawing.Point(255, 114)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(192, 183)
|
|
Me.GroupBox2.TabIndex = 3
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "Variablen:"
|
|
'
|
|
'btnVersionTZ
|
|
'
|
|
Me.btnVersionTZ.Image = Global.Global_Indexer.My.Resources.Resources.add
|
|
Me.btnVersionTZ.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVersionTZ.Location = New System.Drawing.Point(6, 105)
|
|
Me.btnVersionTZ.Name = "btnVersionTZ"
|
|
Me.btnVersionTZ.Size = New System.Drawing.Size(163, 43)
|
|
Me.btnVersionTZ.TabIndex = 7
|
|
Me.btnVersionTZ.Text = "Versionstrennzeichen einfügen"
|
|
Me.btnVersionTZ.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnVersionTZ.UseVisualStyleBackColor = True
|
|
'
|
|
'btnTrennzeichen
|
|
'
|
|
Me.btnTrennzeichen.Image = Global.Global_Indexer.My.Resources.Resources.add
|
|
Me.btnTrennzeichen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnTrennzeichen.Location = New System.Drawing.Point(6, 56)
|
|
Me.btnTrennzeichen.Name = "btnTrennzeichen"
|
|
Me.btnTrennzeichen.Size = New System.Drawing.Size(163, 43)
|
|
Me.btnTrennzeichen.TabIndex = 6
|
|
Me.btnTrennzeichen.Text = "Dateitrennzeichen einfügen"
|
|
Me.btnTrennzeichen.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnTrennzeichen.UseVisualStyleBackColor = True
|
|
'
|
|
'btnVersion
|
|
'
|
|
Me.btnVersion.Image = Global.Global_Indexer.My.Resources.Resources.add
|
|
Me.btnVersion.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnVersion.Location = New System.Drawing.Point(6, 21)
|
|
Me.btnVersion.Name = "btnVersion"
|
|
Me.btnVersion.Size = New System.Drawing.Size(163, 29)
|
|
Me.btnVersion.TabIndex = 5
|
|
Me.btnVersion.Text = "Versionstag einfügen"
|
|
Me.btnVersion.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnVersion.UseVisualStyleBackColor = True
|
|
'
|
|
'btndelete
|
|
'
|
|
Me.btndelete.Image = Global.Global_Indexer.My.Resources.Resources.delete2
|
|
Me.btndelete.Location = New System.Drawing.Point(419, 74)
|
|
Me.btndelete.Name = "btndelete"
|
|
Me.btndelete.Size = New System.Drawing.Size(28, 25)
|
|
Me.btndelete.TabIndex = 4
|
|
Me.btndelete.UseVisualStyleBackColor = True
|
|
'
|
|
'btnOK
|
|
'
|
|
Me.btnOK.Image = Global.Global_Indexer.My.Resources.Resources.database_save1
|
|
Me.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnOK.Location = New System.Drawing.Point(261, 303)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(94, 36)
|
|
Me.btnOK.TabIndex = 5
|
|
Me.btnOK.Text = "Speichern"
|
|
Me.btnOK.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnOK.UseVisualStyleBackColor = True
|
|
'
|
|
'btnclose
|
|
'
|
|
Me.btnclose.Location = New System.Drawing.Point(361, 303)
|
|
Me.btnclose.Name = "btnclose"
|
|
Me.btnclose.Size = New System.Drawing.Size(86, 36)
|
|
Me.btnclose.TabIndex = 6
|
|
Me.btnclose.Text = "Abbruch"
|
|
Me.btnclose.UseVisualStyleBackColor = True
|
|
'
|
|
'TBKONFIGURATIONBindingSource
|
|
'
|
|
Me.TBKONFIGURATIONBindingSource.DataMember = "TBKONFIGURATION"
|
|
'
|
|
'TBDD_INDEX_MANTableAdapter
|
|
'
|
|
Me.TBDD_INDEX_MANTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TableAdapterManager
|
|
'
|
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
Me.TableAdapterManager.TBDD_CONNECTIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_INDEX_MAN_POSTPROCESSINGTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_INDEX_MANTableAdapter = Me.TBDD_INDEX_MANTableAdapter
|
|
Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBGI_CONFIGURATIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBGI_OBJECTTYPE_EMAIL_INDEXTableAdapter = Nothing
|
|
Me.TableAdapterManager.UpdateOrder = Global_Indexer.MyDatasetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
'
|
|
'TBDD_INDEX_AUTOMTableAdapter
|
|
'
|
|
Me.TBDD_INDEX_AUTOMTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'cmbDate
|
|
'
|
|
Me.cmbDate.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.cmbDate.FormattingEnabled = True
|
|
Me.cmbDate.Items.AddRange(New Object() {"YY_MM_DD", "YYYY_MM_DD", "DD_MM_YY", "DD_MM_YYYY"})
|
|
Me.cmbDate.Location = New System.Drawing.Point(21, 267)
|
|
Me.cmbDate.Name = "cmbDate"
|
|
Me.cmbDate.Size = New System.Drawing.Size(172, 23)
|
|
Me.cmbDate.TabIndex = 8
|
|
'
|
|
'Label20
|
|
'
|
|
Me.Label20.AutoSize = True
|
|
Me.Label20.Location = New System.Drawing.Point(18, 249)
|
|
Me.Label20.Name = "Label20"
|
|
Me.Label20.Size = New System.Drawing.Size(99, 17)
|
|
Me.Label20.TabIndex = 7
|
|
Me.Label20.Text = "Datum-Struktur:"
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Image = Global.Global_Indexer.My.Resources.Resources.add
|
|
Me.Button1.Location = New System.Drawing.Point(199, 265)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(30, 23)
|
|
Me.Button1.TabIndex = 9
|
|
Me.Button1.UseVisualStyleBackColor = True
|
|
'
|
|
'Button2
|
|
'
|
|
Me.Button2.Image = Global.Global_Indexer.My.Resources.Resources.add
|
|
Me.Button2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.Button2.Location = New System.Drawing.Point(6, 153)
|
|
Me.Button2.Name = "Button2"
|
|
Me.Button2.Size = New System.Drawing.Size(163, 29)
|
|
Me.Button2.TabIndex = 8
|
|
Me.Button2.Text = "OriginalName"
|
|
Me.Button2.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.Button2.UseVisualStyleBackColor = True
|
|
'
|
|
'frmNamenkonvention
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(467, 359)
|
|
Me.ControlBox = False
|
|
Me.Controls.Add(Me.Button1)
|
|
Me.Controls.Add(Me.cmbDate)
|
|
Me.Controls.Add(Me.Label20)
|
|
Me.Controls.Add(Me.btnclose)
|
|
Me.Controls.Add(Me.btnOK)
|
|
Me.Controls.Add(Me.btndelete)
|
|
Me.Controls.Add(Me.GroupBox2)
|
|
Me.Controls.Add(Me.GroupBox1)
|
|
Me.Controls.Add(Me.txtnamenKonv)
|
|
Me.Controls.Add(Me.Label1)
|
|
Me.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog
|
|
Me.Margin = New System.Windows.Forms.Padding(3, 4, 3, 4)
|
|
Me.Name = "frmNamenkonvention"
|
|
Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
|
|
Me.Text = "Assistent zur Namenskonvention:"
|
|
Me.GroupBox1.ResumeLayout(False)
|
|
Me.GroupBox1.PerformLayout()
|
|
CType(Me.TBDD_INDEX_AUTOMBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).EndInit()
|
|
CType(Me.TBDD_INDEX_MANBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
CType(Me.TBKONFIGURATIONBindingSource, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.ResumeLayout(False)
|
|
Me.PerformLayout()
|
|
|
|
End Sub
|
|
Friend WithEvents Label1 As System.Windows.Forms.Label
|
|
Friend WithEvents txtnamenKonv As System.Windows.Forms.TextBox
|
|
Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
|
|
|
|
|
|
|
|
|
|
Friend WithEvents btnAddIndexM As System.Windows.Forms.Button
|
|
Friend WithEvents cmbIndex_A As System.Windows.Forms.ComboBox
|
|
Friend WithEvents cmbIndex_m As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label3 As System.Windows.Forms.Label
|
|
Friend WithEvents Label2 As System.Windows.Forms.Label
|
|
Friend WithEvents btnAddIndexA As System.Windows.Forms.Button
|
|
Friend WithEvents GroupBox2 As System.Windows.Forms.GroupBox
|
|
Friend WithEvents btnVersion As System.Windows.Forms.Button
|
|
Friend WithEvents btndelete As System.Windows.Forms.Button
|
|
Friend WithEvents btnOK As System.Windows.Forms.Button
|
|
Friend WithEvents btnclose As System.Windows.Forms.Button
|
|
Friend WithEvents btnTrennzeichen As System.Windows.Forms.Button
|
|
|
|
Friend WithEvents TBKONFIGURATIONBindingSource As System.Windows.Forms.BindingSource
|
|
|
|
Friend WithEvents btnVersionTZ As System.Windows.Forms.Button
|
|
Friend WithEvents MyDataset As Global_Indexer.MyDataset
|
|
Friend WithEvents TBDD_INDEX_MANBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents TBDD_INDEX_MANTableAdapter As Global_Indexer.MyDatasetTableAdapters.TBDD_INDEX_MANTableAdapter
|
|
Friend WithEvents TableAdapterManager As Global_Indexer.MyDatasetTableAdapters.TableAdapterManager
|
|
Friend WithEvents TBDD_INDEX_AUTOMBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents TBDD_INDEX_AUTOMTableAdapter As Global_Indexer.MyDatasetTableAdapters.TBDD_INDEX_AUTOMTableAdapter
|
|
Friend WithEvents cmbDate As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label20 As System.Windows.Forms.Label
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents Button2 As System.Windows.Forms.Button
|
|
End Class
|