MS
This commit is contained in:
@@ -39,8 +39,6 @@ Partial Class frmConstructor_Main
|
||||
Me.AuswertungAnzeigenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.tsmiFilesearch = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.tsmiNodedownSearch = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.tsmientitySearch = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.tsmiFulltext = New System.Windows.Forms.ToolStripMenuItem()
|
||||
Me.ToolStripSeparator12 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.ToolStripSeparator24 = New System.Windows.Forms.ToolStripSeparator()
|
||||
Me.tsmiNodeRename = New System.Windows.Forms.ToolStripMenuItem()
|
||||
@@ -357,7 +355,7 @@ Partial Class frmConstructor_Main
|
||||
'
|
||||
'tsmiFilesearch
|
||||
'
|
||||
Me.tsmiFilesearch.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsmiNodedownSearch, Me.tsmientitySearch, Me.tsmiFulltext})
|
||||
Me.tsmiFilesearch.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.tsmiNodedownSearch})
|
||||
resources.ApplyResources(Me.tsmiFilesearch, "tsmiFilesearch")
|
||||
Me.tsmiFilesearch.Name = "tsmiFilesearch"
|
||||
'
|
||||
@@ -367,17 +365,6 @@ Partial Class frmConstructor_Main
|
||||
Me.tsmiNodedownSearch.Name = "tsmiNodedownSearch"
|
||||
resources.ApplyResources(Me.tsmiNodedownSearch, "tsmiNodedownSearch")
|
||||
'
|
||||
'tsmientitySearch
|
||||
'
|
||||
Me.tsmientitySearch.Image = Global.DD_Record_Organizer.My.Resources.Resources.search_glyph
|
||||
Me.tsmientitySearch.Name = "tsmientitySearch"
|
||||
resources.ApplyResources(Me.tsmientitySearch, "tsmientitySearch")
|
||||
'
|
||||
'tsmiFulltext
|
||||
'
|
||||
resources.ApplyResources(Me.tsmiFulltext, "tsmiFulltext")
|
||||
Me.tsmiFulltext.Name = "tsmiFulltext"
|
||||
'
|
||||
'ToolStripSeparator12
|
||||
'
|
||||
Me.ToolStripSeparator12.Name = "ToolStripSeparator12"
|
||||
@@ -398,9 +385,9 @@ Partial Class frmConstructor_Main
|
||||
'tstxtRenameNode
|
||||
'
|
||||
Me.tstxtRenameNode.BackColor = System.Drawing.SystemColors.Control
|
||||
resources.ApplyResources(Me.tstxtRenameNode, "tstxtRenameNode")
|
||||
Me.tstxtRenameNode.ForeColor = System.Drawing.SystemColors.ControlText
|
||||
Me.tstxtRenameNode.Name = "tstxtRenameNode"
|
||||
resources.ApplyResources(Me.tstxtRenameNode, "tstxtRenameNode")
|
||||
'
|
||||
'tsmiNodeNew
|
||||
'
|
||||
@@ -416,8 +403,8 @@ Partial Class frmConstructor_Main
|
||||
'tsmINewText
|
||||
'
|
||||
Me.tsmINewText.BackColor = System.Drawing.Color.Yellow
|
||||
Me.tsmINewText.Name = "tsmINewText"
|
||||
resources.ApplyResources(Me.tsmINewText, "tsmINewText")
|
||||
Me.tsmINewText.Name = "tsmINewText"
|
||||
'
|
||||
'ToolStripSeparator15
|
||||
'
|
||||
@@ -1315,8 +1302,8 @@ Partial Class frmConstructor_Main
|
||||
'CMDoc_TextBoxRenameFile
|
||||
'
|
||||
Me.CMDoc_TextBoxRenameFile.BackColor = System.Drawing.Color.Orange
|
||||
Me.CMDoc_TextBoxRenameFile.Name = "CMDoc_TextBoxRenameFile"
|
||||
resources.ApplyResources(Me.CMDoc_TextBoxRenameFile, "CMDoc_TextBoxRenameFile")
|
||||
Me.CMDoc_TextBoxRenameFile.Name = "CMDoc_TextBoxRenameFile"
|
||||
'
|
||||
'DisplaynameUmbenennenToolStripMenuItem
|
||||
'
|
||||
@@ -1327,8 +1314,8 @@ Partial Class frmConstructor_Main
|
||||
'CMDoc_TextBoxRenameDisplay
|
||||
'
|
||||
Me.CMDoc_TextBoxRenameDisplay.BackColor = System.Drawing.Color.DarkOrange
|
||||
Me.CMDoc_TextBoxRenameDisplay.Name = "CMDoc_TextBoxRenameDisplay"
|
||||
resources.ApplyResources(Me.CMDoc_TextBoxRenameDisplay, "CMDoc_TextBoxRenameDisplay")
|
||||
Me.CMDoc_TextBoxRenameDisplay.Name = "CMDoc_TextBoxRenameDisplay"
|
||||
'
|
||||
'ToolStripSeparator22
|
||||
'
|
||||
@@ -1917,7 +1904,6 @@ Partial Class frmConstructor_Main
|
||||
Friend WithEvents DateiVersionierenToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents DokumentartÄndernToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents tsmiFilesearch As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents tsmientitySearch As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents tsmiNodedownSearch As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents docCM_RenameMain As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents NeuToolStripMenuItem As System.Windows.Forms.ToolStripMenuItem
|
||||
@@ -1937,7 +1923,6 @@ Partial Class frmConstructor_Main
|
||||
Friend WithEvents cmDoc1FileProperties As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents tslblPoslocked As System.Windows.Forms.ToolStripLabel
|
||||
Friend WithEvents tsbtnWork As System.Windows.Forms.ToolStripButton
|
||||
Friend WithEvents tsmiFulltext As System.Windows.Forms.ToolStripMenuItem
|
||||
Friend WithEvents ToolStripDokumente As System.Windows.Forms.ToolStrip
|
||||
Friend WithEvents tslblWindreamView As System.Windows.Forms.ToolStripLabel
|
||||
Friend WithEvents ToolStripSeparator17 As System.Windows.Forms.ToolStripSeparator
|
||||
|
||||
Reference in New Issue
Block a user