diff --git a/Global_Indexer/Global_Indexer.vbproj b/Global_Indexer/Global_Indexer.vbproj index 843adba..c4854fc 100644 --- a/Global_Indexer/Global_Indexer.vbproj +++ b/Global_Indexer/Global_Indexer.vbproj @@ -781,6 +781,8 @@ + + diff --git a/Global_Indexer/My Project/AssemblyInfo.vb b/Global_Indexer/My Project/AssemblyInfo.vb index 39e3e11..b57230e 100644 --- a/Global_Indexer/My Project/AssemblyInfo.vb +++ b/Global_Indexer/My Project/AssemblyInfo.vb @@ -10,10 +10,10 @@ Imports System.Runtime.InteropServices ' Die Werte der Assemblyattribute überprüfen - + - - + + @@ -33,7 +33,7 @@ Imports System.Runtime.InteropServices ' übernehmen, indem Sie "*" eingeben: ' - + \ No newline at end of file diff --git a/Global_Indexer/My Project/Resources.Designer.vb b/Global_Indexer/My Project/Resources.Designer.vb index 86517cd..9d7988e 100644 --- a/Global_Indexer/My Project/Resources.Designer.vb +++ b/Global_Indexer/My Project/Resources.Designer.vb @@ -400,6 +400,26 @@ Namespace My.Resources End Get End Property + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property FileFlow_Boot() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("FileFlow_Boot", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + + ''' + ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. + ''' + Friend ReadOnly Property FileFlow_Icon() As System.Drawing.Bitmap + Get + Dim obj As Object = ResourceManager.GetObject("FileFlow_Icon", resourceCulture) + Return CType(obj,System.Drawing.Bitmap) + End Get + End Property + ''' ''' Sucht eine lokalisierte Ressource vom Typ System.Drawing.Bitmap. ''' diff --git a/Global_Indexer/My Project/Resources.resx b/Global_Indexer/My Project/Resources.resx index 5a6fac2..3b5ee13 100644 --- a/Global_Indexer/My Project/Resources.resx +++ b/Global_Indexer/My Project/Resources.resx @@ -187,6 +187,9 @@ ..\Resources\save_16xLG.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\FileFlow_Boot.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\GLOBIX_short.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a @@ -292,4 +295,7 @@ ..\Resources\itemtypechecked.svg;DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v21.2, Version=21.2.4.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a + + ..\Resources\FileFlow_Icon.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + \ No newline at end of file diff --git a/Global_Indexer/Resources/FileFlow_Boot.png b/Global_Indexer/Resources/FileFlow_Boot.png new file mode 100644 index 0000000..da72719 Binary files /dev/null and b/Global_Indexer/Resources/FileFlow_Boot.png differ diff --git a/Global_Indexer/Resources/FileFlow_Icon.png b/Global_Indexer/Resources/FileFlow_Icon.png new file mode 100644 index 0000000..8bb5e7e Binary files /dev/null and b/Global_Indexer/Resources/FileFlow_Icon.png differ diff --git a/Global_Indexer/frmSplash.designer.vb b/Global_Indexer/frmSplash.designer.vb index 555182a..8e8f2f3 100644 --- a/Global_Indexer/frmSplash.designer.vb +++ b/Global_Indexer/frmSplash.designer.vb @@ -13,7 +13,6 @@ Partial Class frmSplash MyBase.Dispose(disposing) End Try End Sub - Friend WithEvents ApplicationTitle As System.Windows.Forms.Label Friend WithEvents Version As System.Windows.Forms.Label Friend WithEvents Copyright As System.Windows.Forms.Label @@ -23,15 +22,16 @@ Partial Class frmSplash '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. - _ + Private Sub InitializeComponent() Me.Version = New System.Windows.Forms.Label() Me.Copyright = New System.Windows.Forms.Label() - Me.ApplicationTitle = New System.Windows.Forms.Label() Me.lblStatus = New System.Windows.Forms.Label() Me.pbStatus = New System.Windows.Forms.ProgressBar() Me.TableLayoutPanel1 = New System.Windows.Forms.TableLayoutPanel() + Me.PictureBox1 = New System.Windows.Forms.PictureBox() Me.TableLayoutPanel1.SuspendLayout() + CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit() Me.SuspendLayout() ' 'Version @@ -58,24 +58,13 @@ Partial Class frmSplash Me.Copyright.Text = "Copyright" Me.Copyright.TextAlign = System.Drawing.ContentAlignment.MiddleLeft ' - 'ApplicationTitle - ' - Me.ApplicationTitle.Anchor = System.Windows.Forms.AnchorStyles.None - Me.ApplicationTitle.BackColor = System.Drawing.Color.Transparent - Me.ApplicationTitle.Font = New System.Drawing.Font("Segoe UI", 18.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.ApplicationTitle.Location = New System.Drawing.Point(343, 210) - Me.ApplicationTitle.Name = "ApplicationTitle" - Me.ApplicationTitle.Size = New System.Drawing.Size(219, 136) - Me.ApplicationTitle.TabIndex = 0 - Me.ApplicationTitle.Text = "Anwendungstitel" - Me.ApplicationTitle.TextAlign = System.Drawing.ContentAlignment.BottomLeft - ' 'lblStatus ' + Me.lblStatus.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Left), System.Windows.Forms.AnchorStyles) Me.lblStatus.AutoSize = True Me.lblStatus.BackColor = System.Drawing.SystemColors.Control Me.lblStatus.Font = New System.Drawing.Font("Segoe UI", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) - Me.lblStatus.Location = New System.Drawing.Point(4, 376) + Me.lblStatus.Location = New System.Drawing.Point(4, 245) Me.lblStatus.Name = "lblStatus" Me.lblStatus.Size = New System.Drawing.Size(105, 15) Me.lblStatus.TabIndex = 1 @@ -85,18 +74,19 @@ Partial Class frmSplash 'pbStatus ' Me.pbStatus.Dock = System.Windows.Forms.DockStyle.Bottom - Me.pbStatus.Location = New System.Drawing.Point(0, 394) + Me.pbStatus.Location = New System.Drawing.Point(0, 266) Me.pbStatus.Name = "pbStatus" - Me.pbStatus.Size = New System.Drawing.Size(574, 23) + Me.pbStatus.Size = New System.Drawing.Size(796, 23) Me.pbStatus.TabIndex = 0 ' 'TableLayoutPanel1 ' + Me.TableLayoutPanel1.Anchor = CType((System.Windows.Forms.AnchorStyles.Bottom Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TableLayoutPanel1.ColumnCount = 1 Me.TableLayoutPanel1.ColumnStyles.Add(New System.Windows.Forms.ColumnStyle()) Me.TableLayoutPanel1.Controls.Add(Me.Copyright, 0, 1) Me.TableLayoutPanel1.Controls.Add(Me.Version, 0, 0) - Me.TableLayoutPanel1.Location = New System.Drawing.Point(343, 349) + Me.TableLayoutPanel1.Location = New System.Drawing.Point(565, 220) Me.TableLayoutPanel1.Name = "TableLayoutPanel1" Me.TableLayoutPanel1.RowCount = 2 Me.TableLayoutPanel1.RowStyles.Add(New System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50.0!)) @@ -105,17 +95,25 @@ Partial Class frmSplash Me.TableLayoutPanel1.Size = New System.Drawing.Size(219, 42) Me.TableLayoutPanel1.TabIndex = 2 ' + 'PictureBox1 + ' + Me.PictureBox1.Image = Global.Global_Indexer.My.Resources.Resources.FileFlow_Boot + Me.PictureBox1.Location = New System.Drawing.Point(0, 0) + Me.PictureBox1.Name = "PictureBox1" + Me.PictureBox1.Size = New System.Drawing.Size(797, 201) + Me.PictureBox1.TabIndex = 3 + Me.PictureBox1.TabStop = False + ' 'frmSplash ' Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!) Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font - Me.BackgroundImage = Global.Global_Indexer.My.Resources.Resources.DD_Icons_GLOBIX Me.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center - Me.ClientSize = New System.Drawing.Size(574, 417) + Me.ClientSize = New System.Drawing.Size(796, 289) Me.ControlBox = False + Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.TableLayoutPanel1) Me.Controls.Add(Me.lblStatus) - Me.Controls.Add(Me.ApplicationTitle) Me.Controls.Add(Me.pbStatus) Me.DoubleBuffered = True Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle @@ -126,6 +124,7 @@ Partial Class frmSplash Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen Me.TransparencyKey = System.Drawing.Color.White Me.TableLayoutPanel1.ResumeLayout(False) + CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit() Me.ResumeLayout(False) Me.PerformLayout() @@ -133,5 +132,5 @@ Partial Class frmSplash Friend WithEvents lblStatus As System.Windows.Forms.Label Friend WithEvents pbStatus As System.Windows.Forms.ProgressBar Friend WithEvents TableLayoutPanel1 As System.Windows.Forms.TableLayoutPanel - + Friend WithEvents PictureBox1 As PictureBox End Class diff --git a/Global_Indexer/frmSplash.vb b/Global_Indexer/frmSplash.vb index 51a6b4d..e5ce358 100644 --- a/Global_Indexer/frmSplash.vb +++ b/Global_Indexer/frmSplash.vb @@ -12,12 +12,12 @@ Public NotInheritable Class frmSplash Private Sub frmSplash_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load 'Anwendungstitel - If My.Application.Info.Title <> "" Then - ApplicationTitle.Text = My.Application.Info.Title - Else - 'Wenn der Anwendungstitel fehlt, Anwendungsnamen ohne Erweiterung verwenden - ApplicationTitle.Text = IO.Path.GetFileNameWithoutExtension(My.Application.Info.AssemblyName) - End If + 'If My.Application.Info.Title <> "" Then + ' ApplicationTitle.Text = My.Application.Info.Title + 'Else + ' 'Wenn der Anwendungstitel fehlt, Anwendungsnamen ohne Erweiterung verwenden + ' ApplicationTitle.Text = IO.Path.GetFileNameWithoutExtension(My.Application.Info.AssemblyName) + 'End If Version.Text = String.Format("Version {0}", My.Application.Info.Version.ToString) diff --git a/Global_Indexer/frmStart.Designer.vb b/Global_Indexer/frmStart.Designer.vb index 61f6e70..3a83bbe 100644 --- a/Global_Indexer/frmStart.Designer.vb +++ b/Global_Indexer/frmStart.Designer.vb @@ -25,14 +25,7 @@ Partial Class frmStart Me.components = New System.ComponentModel.Container() Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmStart)) Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() - Me.KonfigurationToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() - Me.AdministrationToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() - Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() - Me.GrundeinstellungenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() - Me.HistoryIndexierteDateienToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() - Me.InfoToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.StatusStrip1 = New System.Windows.Forms.StatusStrip() - Me.tslblFW = New System.Windows.Forms.ToolStripStatusLabel() Me.TimerFolderWatch = New System.Windows.Forms.Timer(Me.components) Me.TimerClose3Minutes = New System.Windows.Forms.Timer(Me.components) Me.NotifyIcon1 = New System.Windows.Forms.NotifyIcon(Me.components) @@ -46,6 +39,13 @@ Partial Class frmStart Me.MyDataset = New Global_Indexer.MyDataset() Me.TableAdapterManager = New Global_Indexer.MyDatasetTableAdapters.TableAdapterManager() Me.btnChoosefiles = New System.Windows.Forms.Button() + Me.KonfigurationToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.AdministrationToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.ToolStripSeparator1 = New System.Windows.Forms.ToolStripSeparator() + Me.GrundeinstellungenToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.HistoryIndexierteDateienToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.InfoToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() + Me.tslblFW = New System.Windows.Forms.ToolStripStatusLabel() Me.MenuStrip1.SuspendLayout() Me.StatusStrip1.SuspendLayout() CType(Me.MyDataset, System.ComponentModel.ISupportInitialize).BeginInit() @@ -57,40 +57,6 @@ Partial Class frmStart resources.ApplyResources(Me.MenuStrip1, "MenuStrip1") Me.MenuStrip1.Name = "MenuStrip1" ' - 'KonfigurationToolStripMenuItem - ' - Me.KonfigurationToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right - Me.KonfigurationToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AdministrationToolStripMenuItem, Me.ToolStripSeparator1, Me.GrundeinstellungenToolStripMenuItem, Me.HistoryIndexierteDateienToolStripMenuItem, Me.InfoToolStripMenuItem}) - Me.KonfigurationToolStripMenuItem.Image = Global.Global_Indexer.My.Resources.Resources.gear_32xLG - Me.KonfigurationToolStripMenuItem.Name = "KonfigurationToolStripMenuItem" - resources.ApplyResources(Me.KonfigurationToolStripMenuItem, "KonfigurationToolStripMenuItem") - ' - 'AdministrationToolStripMenuItem - ' - Me.AdministrationToolStripMenuItem.Image = Global.Global_Indexer.My.Resources.Resources.Einstellungen6 - Me.AdministrationToolStripMenuItem.Name = "AdministrationToolStripMenuItem" - resources.ApplyResources(Me.AdministrationToolStripMenuItem, "AdministrationToolStripMenuItem") - ' - 'ToolStripSeparator1 - ' - Me.ToolStripSeparator1.Name = "ToolStripSeparator1" - resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1") - ' - 'GrundeinstellungenToolStripMenuItem - ' - Me.GrundeinstellungenToolStripMenuItem.Name = "GrundeinstellungenToolStripMenuItem" - resources.ApplyResources(Me.GrundeinstellungenToolStripMenuItem, "GrundeinstellungenToolStripMenuItem") - ' - 'HistoryIndexierteDateienToolStripMenuItem - ' - Me.HistoryIndexierteDateienToolStripMenuItem.Name = "HistoryIndexierteDateienToolStripMenuItem" - resources.ApplyResources(Me.HistoryIndexierteDateienToolStripMenuItem, "HistoryIndexierteDateienToolStripMenuItem") - ' - 'InfoToolStripMenuItem - ' - Me.InfoToolStripMenuItem.Name = "InfoToolStripMenuItem" - resources.ApplyResources(Me.InfoToolStripMenuItem, "InfoToolStripMenuItem") - ' 'StatusStrip1 ' Me.StatusStrip1.AllowDrop = True @@ -99,13 +65,6 @@ Partial Class frmStart Me.StatusStrip1.Name = "StatusStrip1" Me.StatusStrip1.SizingGrip = False ' - 'tslblFW - ' - Me.tslblFW.BackColor = System.Drawing.SystemColors.Control - Me.tslblFW.Image = Global.Global_Indexer.My.Resources.Resources.bell_go - Me.tslblFW.Name = "tslblFW" - resources.ApplyResources(Me.tslblFW, "tslblFW") - ' 'TimerFolderWatch ' Me.TimerFolderWatch.Interval = 2000 @@ -189,6 +148,47 @@ Partial Class frmStart Me.btnChoosefiles.Name = "btnChoosefiles" Me.btnChoosefiles.UseVisualStyleBackColor = True ' + 'KonfigurationToolStripMenuItem + ' + Me.KonfigurationToolStripMenuItem.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right + Me.KonfigurationToolStripMenuItem.DropDownItems.AddRange(New System.Windows.Forms.ToolStripItem() {Me.AdministrationToolStripMenuItem, Me.ToolStripSeparator1, Me.GrundeinstellungenToolStripMenuItem, Me.HistoryIndexierteDateienToolStripMenuItem, Me.InfoToolStripMenuItem}) + Me.KonfigurationToolStripMenuItem.Image = Global.Global_Indexer.My.Resources.Resources.gear_32xLG + Me.KonfigurationToolStripMenuItem.Name = "KonfigurationToolStripMenuItem" + resources.ApplyResources(Me.KonfigurationToolStripMenuItem, "KonfigurationToolStripMenuItem") + ' + 'AdministrationToolStripMenuItem + ' + Me.AdministrationToolStripMenuItem.Image = Global.Global_Indexer.My.Resources.Resources.Einstellungen6 + Me.AdministrationToolStripMenuItem.Name = "AdministrationToolStripMenuItem" + resources.ApplyResources(Me.AdministrationToolStripMenuItem, "AdministrationToolStripMenuItem") + ' + 'ToolStripSeparator1 + ' + Me.ToolStripSeparator1.Name = "ToolStripSeparator1" + resources.ApplyResources(Me.ToolStripSeparator1, "ToolStripSeparator1") + ' + 'GrundeinstellungenToolStripMenuItem + ' + Me.GrundeinstellungenToolStripMenuItem.Name = "GrundeinstellungenToolStripMenuItem" + resources.ApplyResources(Me.GrundeinstellungenToolStripMenuItem, "GrundeinstellungenToolStripMenuItem") + ' + 'HistoryIndexierteDateienToolStripMenuItem + ' + Me.HistoryIndexierteDateienToolStripMenuItem.Name = "HistoryIndexierteDateienToolStripMenuItem" + resources.ApplyResources(Me.HistoryIndexierteDateienToolStripMenuItem, "HistoryIndexierteDateienToolStripMenuItem") + ' + 'InfoToolStripMenuItem + ' + Me.InfoToolStripMenuItem.Name = "InfoToolStripMenuItem" + resources.ApplyResources(Me.InfoToolStripMenuItem, "InfoToolStripMenuItem") + ' + 'tslblFW + ' + Me.tslblFW.BackColor = System.Drawing.SystemColors.Control + Me.tslblFW.Image = Global.Global_Indexer.My.Resources.Resources.bell_go + Me.tslblFW.Name = "tslblFW" + resources.ApplyResources(Me.tslblFW, "tslblFW") + ' 'frmStart ' Me.AllowDrop = True @@ -199,7 +199,7 @@ Partial Class frmStart Me.Controls.Add(Me.StatusStrip1) Me.Controls.Add(Me.MenuStrip1) Me.IconOptions.Icon = CType(resources.GetObject("frmStart.IconOptions.Icon"), System.Drawing.Icon) - Me.IconOptions.Image = Global.Global_Indexer.My.Resources.Resources.DD_Icons_ICO_GLOBIX_128 + Me.IconOptions.Image = Global.Global_Indexer.My.Resources.Resources.FileFlow_Icon Me.KeyPreview = True Me.MaximizeBox = False Me.Name = "frmStart" diff --git a/Global_Indexer/frmStart.resx b/Global_Indexer/frmStart.resx index e590b5b..0607663 100644 --- a/Global_Indexer/frmStart.resx +++ b/Global_Indexer/frmStart.resx @@ -878,6 +878,9 @@ //A= + + NoControl + 310, 200 @@ -885,49 +888,7 @@ 296, 193 - Global Indexer - - - KonfigurationToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - AdministrationToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - ToolStripSeparator1 - - - System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - GrundeinstellungenToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - HistoryIndexierteDateienToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - InfoToolStripMenuItem - - - System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tslblFW - - - System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + File Flow TimerFolderWatch @@ -995,6 +956,48 @@ Global_Indexer.MyDatasetTableAdapters.TableAdapterManager, MyDataset.Designer.vb.dll, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null + + KonfigurationToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + AdministrationToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + ToolStripSeparator1 + + + System.Windows.Forms.ToolStripSeparator, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + GrundeinstellungenToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + HistoryIndexierteDateienToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + InfoToolStripMenuItem + + + System.Windows.Forms.ToolStripMenuItem, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + tslblFW + + + System.Windows.Forms.ToolStripStatusLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + frmStart diff --git a/Global_Indexer/frmStart.vb b/Global_Indexer/frmStart.vb index 570cf1e..e296718 100644 --- a/Global_Indexer/frmStart.vb +++ b/Global_Indexer/frmStart.vb @@ -1,6 +1,5 @@ Imports System.IO Imports Microsoft.Office.Interop -Imports DLLLicenseManager Imports System.Text Imports System.Globalization Imports System.Threading