MS_21.10.2015
This commit is contained in:
@@ -28,7 +28,6 @@ Partial Class frmDokumentart_Konfig
|
||||
Dim KURZNAMELabel As System.Windows.Forms.Label
|
||||
Dim ZIEL_PFADLabel As System.Windows.Forms.Label
|
||||
Dim BESCHREIBUNGLabel As System.Windows.Forms.Label
|
||||
Dim NAMENKONVENTIONLabel As System.Windows.Forms.Label
|
||||
Dim ERSTELLTWERLabel As System.Windows.Forms.Label
|
||||
Dim ERSTELLTWANNLabel As System.Windows.Forms.Label
|
||||
Dim GEANDERTWERLabel As System.Windows.Forms.Label
|
||||
@@ -76,7 +75,6 @@ Partial Class frmDokumentart_Konfig
|
||||
Me.ZIEL_PFADTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.BESCHREIBUNGTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.AKTIVCheckBox = New System.Windows.Forms.CheckBox()
|
||||
Me.NAMENKONVENTIONTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.ERSTELLTWERTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.ERSTELLTWANNTextBox = New System.Windows.Forms.TextBox()
|
||||
Me.GEANDERTWERTextBox = New System.Windows.Forms.TextBox()
|
||||
@@ -155,7 +153,6 @@ Partial Class frmDokumentart_Konfig
|
||||
KURZNAMELabel = New System.Windows.Forms.Label()
|
||||
ZIEL_PFADLabel = New System.Windows.Forms.Label()
|
||||
BESCHREIBUNGLabel = New System.Windows.Forms.Label()
|
||||
NAMENKONVENTIONLabel = New System.Windows.Forms.Label()
|
||||
ERSTELLTWERLabel = New System.Windows.Forms.Label()
|
||||
ERSTELLTWANNLabel = New System.Windows.Forms.Label()
|
||||
GEANDERTWERLabel = New System.Windows.Forms.Label()
|
||||
@@ -241,16 +238,6 @@ Partial Class frmDokumentart_Konfig
|
||||
BESCHREIBUNGLabel.TabIndex = 12
|
||||
BESCHREIBUNGLabel.Text = "Beschreibung:"
|
||||
'
|
||||
'NAMENKONVENTIONLabel
|
||||
'
|
||||
NAMENKONVENTIONLabel.AutoSize = True
|
||||
NAMENKONVENTIONLabel.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
NAMENKONVENTIONLabel.Location = New System.Drawing.Point(436, 103)
|
||||
NAMENKONVENTIONLabel.Name = "NAMENKONVENTIONLabel"
|
||||
NAMENKONVENTIONLabel.Size = New System.Drawing.Size(114, 15)
|
||||
NAMENKONVENTIONLabel.TabIndex = 16
|
||||
NAMENKONVENTIONLabel.Text = "Namenskonvention:"
|
||||
'
|
||||
'ERSTELLTWERLabel
|
||||
'
|
||||
ERSTELLTWERLabel.AutoSize = True
|
||||
@@ -534,8 +521,6 @@ Partial Class frmDokumentart_Konfig
|
||||
Me.GroupBox1.Controls.Add(BESCHREIBUNGLabel)
|
||||
Me.GroupBox1.Controls.Add(Me.BESCHREIBUNGTextBox)
|
||||
Me.GroupBox1.Controls.Add(Me.AKTIVCheckBox)
|
||||
Me.GroupBox1.Controls.Add(NAMENKONVENTIONLabel)
|
||||
Me.GroupBox1.Controls.Add(Me.NAMENKONVENTIONTextBox)
|
||||
Me.GroupBox1.Controls.Add(ERSTELLTWERLabel)
|
||||
Me.GroupBox1.Controls.Add(Me.ERSTELLTWERTextBox)
|
||||
Me.GroupBox1.Controls.Add(ERSTELLTWANNLabel)
|
||||
@@ -610,10 +595,13 @@ Partial Class frmDokumentart_Konfig
|
||||
'
|
||||
'btnNamenkonvention
|
||||
'
|
||||
Me.btnNamenkonvention.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.btnNamenkonvention.Location = New System.Drawing.Point(781, 120)
|
||||
Me.btnNamenkonvention.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.btnNamenkonvention.ForeColor = System.Drawing.Color.Crimson
|
||||
Me.btnNamenkonvention.Image = Global.DD_Record_Organiser.My.Resources.Resources.FileSystemEditor_5852
|
||||
Me.btnNamenkonvention.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft
|
||||
Me.btnNamenkonvention.Location = New System.Drawing.Point(781, 106)
|
||||
Me.btnNamenkonvention.Name = "btnNamenkonvention"
|
||||
Me.btnNamenkonvention.Size = New System.Drawing.Size(176, 23)
|
||||
Me.btnNamenkonvention.Size = New System.Drawing.Size(245, 37)
|
||||
Me.btnNamenkonvention.TabIndex = 27
|
||||
Me.btnNamenkonvention.TabStop = False
|
||||
Me.btnNamenkonvention.Text = "Namenkonvention bearbeiten"
|
||||
@@ -698,15 +686,6 @@ Partial Class frmDokumentart_Konfig
|
||||
Me.AKTIVCheckBox.Text = "Aktiv"
|
||||
Me.AKTIVCheckBox.UseVisualStyleBackColor = True
|
||||
'
|
||||
'NAMENKONVENTIONTextBox
|
||||
'
|
||||
Me.NAMENKONVENTIONTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "NAMENKONVENTION", True))
|
||||
Me.NAMENKONVENTIONTextBox.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
|
||||
Me.NAMENKONVENTIONTextBox.Location = New System.Drawing.Point(441, 121)
|
||||
Me.NAMENKONVENTIONTextBox.Name = "NAMENKONVENTIONTextBox"
|
||||
Me.NAMENKONVENTIONTextBox.Size = New System.Drawing.Size(331, 23)
|
||||
Me.NAMENKONVENTIONTextBox.TabIndex = 3
|
||||
'
|
||||
'ERSTELLTWERTextBox
|
||||
'
|
||||
Me.ERSTELLTWERTextBox.DataBindings.Add(New System.Windows.Forms.Binding("Text", Me.TBDD_DOKUMENTARTBindingSource, "ERSTELLTWER", True))
|
||||
@@ -1458,7 +1437,6 @@ Partial Class frmDokumentart_Konfig
|
||||
Friend WithEvents ZIEL_PFADTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents BESCHREIBUNGTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents AKTIVCheckBox As System.Windows.Forms.CheckBox
|
||||
Friend WithEvents NAMENKONVENTIONTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents ERSTELLTWERTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents ERSTELLTWANNTextBox As System.Windows.Forms.TextBox
|
||||
Friend WithEvents GEANDERTWERTextBox As System.Windows.Forms.TextBox
|
||||
|
||||
Reference in New Issue
Block a user