372 lines
19 KiB
VB.net
372 lines
19 KiB
VB.net
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
|
|
Partial Class frmDokumentart_NameConvention
|
|
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.DD_DMSDataSet = New DD_Record_Organiser.DD_DMSDataSet()
|
|
Me.cmbIndex_m = New System.Windows.Forms.ComboBox()
|
|
Me.Label3 = New System.Windows.Forms.Label()
|
|
Me.Label2 = New System.Windows.Forms.Label()
|
|
Me.GroupBox2 = New System.Windows.Forms.GroupBox()
|
|
Me.btnTrennzeichen = 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.TBPMO_KONFIGURATIONBindingSource = New System.Windows.Forms.BindingSource(Me.components)
|
|
Me.TBPMO_KONFIGURATIONTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_KONFIGURATIONTableAdapter()
|
|
Me.TableAdapterManager = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager()
|
|
Me.TBDD_INDEX_AUTOMTableAdapter = New DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_INDEX_AUTOMTableAdapter()
|
|
Me.VERSION_DELIMITERTextBox = New System.Windows.Forms.TextBox()
|
|
Me.FILE_DELIMITERTextBox = New System.Windows.Forms.TextBox()
|
|
Me.Button1 = New System.Windows.Forms.Button()
|
|
Me.cmbDate = New System.Windows.Forms.ComboBox()
|
|
Me.Label20 = New System.Windows.Forms.Label()
|
|
Me.GroupBox1.SuspendLayout()
|
|
CType(Me.TBDD_INDEX_AUTOMBindingSource, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
CType(Me.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).BeginInit()
|
|
Me.GroupBox2.SuspendLayout()
|
|
CType(Me.TBPMO_KONFIGURATIONBindingSource, 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.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
Me.GroupBox1.Location = New System.Drawing.Point(12, 114)
|
|
Me.GroupBox1.Name = "GroupBox1"
|
|
Me.GroupBox1.Size = New System.Drawing.Size(237, 124)
|
|
Me.GroupBox1.TabIndex = 2
|
|
Me.GroupBox1.TabStop = False
|
|
Me.GroupBox1.Text = "Indexe zur Auswahl:"
|
|
'
|
|
'btnAddIndexA
|
|
'
|
|
Me.btnAddIndexA.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_add_16xMD
|
|
Me.btnAddIndexA.Location = New System.Drawing.Point(197, 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.DD_Record_Organiser.My.Resources.Resources.action_add_16xMD
|
|
Me.btnAddIndexM.Location = New System.Drawing.Point(197, 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.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
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(182, 25)
|
|
Me.cmbIndex_A.TabIndex = 3
|
|
Me.cmbIndex_A.ValueMember = "DOCTYPE_ID"
|
|
'
|
|
'TBDD_INDEX_AUTOMBindingSource
|
|
'
|
|
Me.TBDD_INDEX_AUTOMBindingSource.DataMember = "TBDD_INDEX_AUTOM"
|
|
Me.TBDD_INDEX_AUTOMBindingSource.DataSource = Me.DD_DMSDataSet
|
|
'
|
|
'DD_DMSDataSet
|
|
'
|
|
Me.DD_DMSDataSet.DataSetName = "DD_DMSDataSet"
|
|
Me.DD_DMSDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema
|
|
'
|
|
'cmbIndex_m
|
|
'
|
|
Me.cmbIndex_m.DisplayMember = "DOKUMENTART_ID"
|
|
Me.cmbIndex_m.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
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(182, 25)
|
|
Me.cmbIndex_m.TabIndex = 2
|
|
Me.cmbIndex_m.ValueMember = "DOKUMENTART_ID"
|
|
'
|
|
'Label3
|
|
'
|
|
Me.Label3.AutoSize = True
|
|
Me.Label3.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
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.Font = New System.Drawing.Font("Segoe UI", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
|
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.Button1)
|
|
Me.GroupBox2.Controls.Add(Me.btnTrennzeichen)
|
|
Me.GroupBox2.Controls.Add(Me.cmbDate)
|
|
Me.GroupBox2.Controls.Add(Me.Label20)
|
|
Me.GroupBox2.Location = New System.Drawing.Point(255, 114)
|
|
Me.GroupBox2.Name = "GroupBox2"
|
|
Me.GroupBox2.Size = New System.Drawing.Size(216, 124)
|
|
Me.GroupBox2.TabIndex = 3
|
|
Me.GroupBox2.TabStop = False
|
|
Me.GroupBox2.Text = "Variablen einfügen:"
|
|
'
|
|
'btnTrennzeichen
|
|
'
|
|
Me.btnTrennzeichen.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_add_16xMD
|
|
Me.btnTrennzeichen.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnTrennzeichen.Location = New System.Drawing.Point(6, 40)
|
|
Me.btnTrennzeichen.Name = "btnTrennzeichen"
|
|
Me.btnTrennzeichen.Size = New System.Drawing.Size(168, 25)
|
|
Me.btnTrennzeichen.TabIndex = 6
|
|
Me.btnTrennzeichen.Text = "Dateitrennzeichen"
|
|
Me.btnTrennzeichen.TextAlign = System.Drawing.ContentAlignment.MiddleRight
|
|
Me.btnTrennzeichen.UseVisualStyleBackColor = True
|
|
'
|
|
'btndelete
|
|
'
|
|
Me.btndelete.Image = Global.DD_Record_Organiser.My.Resources.Resources.delete
|
|
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.DD_Record_Organiser.My.Resources.Resources.save_16xLG
|
|
Me.btnOK.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
|
Me.btnOK.Location = New System.Drawing.Point(261, 244)
|
|
Me.btnOK.Name = "btnOK"
|
|
Me.btnOK.Size = New System.Drawing.Size(94, 26)
|
|
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, 244)
|
|
Me.btnclose.Name = "btnclose"
|
|
Me.btnclose.Size = New System.Drawing.Size(110, 26)
|
|
Me.btnclose.TabIndex = 6
|
|
Me.btnclose.Text = "Abbruch"
|
|
Me.btnclose.UseVisualStyleBackColor = True
|
|
'
|
|
'TBPMO_KONFIGURATIONBindingSource
|
|
'
|
|
Me.TBPMO_KONFIGURATIONBindingSource.DataMember = "TBPMO_KONFIGURATION"
|
|
Me.TBPMO_KONFIGURATIONBindingSource.DataSource = Me.DD_DMSDataSet
|
|
'
|
|
'TBPMO_KONFIGURATIONTableAdapter
|
|
'
|
|
Me.TBPMO_KONFIGURATIONTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'TableAdapterManager
|
|
'
|
|
Me.TableAdapterManager.BackupDataSetBeforeUpdate = False
|
|
Me.TableAdapterManager.TBDD_DOKUMENTARTTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_EINGANGSARTENTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_EMAIL_ACCOUNTTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_GROUPS_USERTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_INDEX_AUTOMTableAdapter = Me.TBDD_INDEX_AUTOMTableAdapter
|
|
Me.TableAdapterManager.TBDD_USER_GROUPSTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBDD_USERTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_CONNECTIONTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_FILES_USERTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_FOLLOW_UP_EMAILTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_FOLLUPEMAIL_USERTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTOR_DETAILTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_FORM_CONSTRUCTORTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_FORM_TYPETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_FORM_VIEWTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_FORMTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_KONFIGURATIONTableAdapter = Me.TBPMO_KONFIGURATIONTableAdapter
|
|
Me.TableAdapterManager.TBPMO_RECORD_LOG_CONFIGTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_RECORDTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_WD_FVIEW_DT_INDEXTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_WD_OBJECTTYPETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_WORKFLOW_FORMTableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_WORKFLOW_TASK_STATETableAdapter = Nothing
|
|
Me.TableAdapterManager.TBPMO_WORKFLOWTableAdapter = Nothing
|
|
Me.TableAdapterManager.UpdateOrder = DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete
|
|
'
|
|
'TBDD_INDEX_AUTOMTableAdapter
|
|
'
|
|
Me.TBDD_INDEX_AUTOMTableAdapter.ClearBeforeFill = True
|
|
'
|
|
'VERSION_DELIMITERTextBox
|
|
'
|
|
Me.VERSION_DELIMITERTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.VERSION_DELIMITERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_KONFIGURATIONBindingSource, "VERSION_DELIMITER", True))
|
|
Me.VERSION_DELIMITERTextBox.ForeColor = System.Drawing.SystemColors.Control
|
|
Me.VERSION_DELIMITERTextBox.Location = New System.Drawing.Point(31, 272)
|
|
Me.VERSION_DELIMITERTextBox.Name = "VERSION_DELIMITERTextBox"
|
|
Me.VERSION_DELIMITERTextBox.ReadOnly = True
|
|
Me.VERSION_DELIMITERTextBox.Size = New System.Drawing.Size(36, 18)
|
|
Me.VERSION_DELIMITERTextBox.TabIndex = 8
|
|
'
|
|
'FILE_DELIMITERTextBox
|
|
'
|
|
Me.FILE_DELIMITERTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None
|
|
Me.FILE_DELIMITERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBPMO_KONFIGURATIONBindingSource, "FILE_DELIMITER", True))
|
|
Me.FILE_DELIMITERTextBox.ForeColor = System.Drawing.SystemColors.Control
|
|
Me.FILE_DELIMITERTextBox.Location = New System.Drawing.Point(31, 303)
|
|
Me.FILE_DELIMITERTextBox.Name = "FILE_DELIMITERTextBox"
|
|
Me.FILE_DELIMITERTextBox.ReadOnly = True
|
|
Me.FILE_DELIMITERTextBox.Size = New System.Drawing.Size(36, 18)
|
|
Me.FILE_DELIMITERTextBox.TabIndex = 10
|
|
'
|
|
'Button1
|
|
'
|
|
Me.Button1.Image = Global.DD_Record_Organiser.My.Resources.Resources.action_add_16xMD
|
|
Me.Button1.Location = New System.Drawing.Point(180, 91)
|
|
Me.Button1.Name = "Button1"
|
|
Me.Button1.Size = New System.Drawing.Size(30, 23)
|
|
Me.Button1.TabIndex = 13
|
|
Me.Button1.UseVisualStyleBackColor = 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(6, 91)
|
|
Me.cmbDate.Name = "cmbDate"
|
|
Me.cmbDate.Size = New System.Drawing.Size(168, 23)
|
|
Me.cmbDate.TabIndex = 12
|
|
'
|
|
'Label20
|
|
'
|
|
Me.Label20.AutoSize = True
|
|
Me.Label20.Location = New System.Drawing.Point(3, 69)
|
|
Me.Label20.Name = "Label20"
|
|
Me.Label20.Size = New System.Drawing.Size(99, 17)
|
|
Me.Label20.TabIndex = 11
|
|
Me.Label20.Text = "Datum-Struktur:"
|
|
'
|
|
'frmDokumentart_NameConvention
|
|
'
|
|
Me.AutoScaleDimensions = New System.Drawing.SizeF(7.0!, 17.0!)
|
|
Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
|
|
Me.ClientSize = New System.Drawing.Size(478, 278)
|
|
Me.ControlBox = False
|
|
Me.Controls.Add(Me.FILE_DELIMITERTextBox)
|
|
Me.Controls.Add(Me.VERSION_DELIMITERTextBox)
|
|
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 = "frmDokumentart_NameConvention"
|
|
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.DD_DMSDataSet, System.ComponentModel.ISupportInitialize).EndInit()
|
|
Me.GroupBox2.ResumeLayout(False)
|
|
Me.GroupBox2.PerformLayout()
|
|
CType(Me.TBPMO_KONFIGURATIONBindingSource, 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 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 DD_DMSDataSet As DD_Record_Organiser.DD_DMSDataSet
|
|
Friend WithEvents TBPMO_KONFIGURATIONBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents TBPMO_KONFIGURATIONTableAdapter As DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBPMO_KONFIGURATIONTableAdapter
|
|
Friend WithEvents TableAdapterManager As DD_Record_Organiser.DD_DMSDataSetTableAdapters.TableAdapterManager
|
|
Friend WithEvents VERSION_DELIMITERTextBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents FILE_DELIMITERTextBox As System.Windows.Forms.TextBox
|
|
Friend WithEvents TBDD_INDEX_AUTOMTableAdapter As DD_Record_Organiser.DD_DMSDataSetTableAdapters.TBDD_INDEX_AUTOMTableAdapter
|
|
Friend WithEvents TBDD_INDEX_AUTOMBindingSource As System.Windows.Forms.BindingSource
|
|
Friend WithEvents Button1 As System.Windows.Forms.Button
|
|
Friend WithEvents cmbDate As System.Windows.Forms.ComboBox
|
|
Friend WithEvents Label20 As System.Windows.Forms.Label
|
|
End Class
|