diff --git a/CSE/GUI/CSEMain.Designer.vb b/CSE/GUI/CSEMain.Designer.vb index 89bc3829d83736e31c3057e4c7b12b08be2117e1..43d7e293ca772f37df2aa35a0749d8022e42cf04 100644 --- a/CSE/GUI/CSEMain.Designer.vb +++ b/CSE/GUI/CSEMain.Designer.vb @@ -22,6 +22,7 @@ Partial Class CSEMain 'Das Bearbeiten mit dem Code-Editor ist nicht möglich. <System.Diagnostics.DebuggerStepThrough()> _ Private Sub InitializeComponent() + Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(CSEMain)) Me.MenuStrip1 = New System.Windows.Forms.MenuStrip() Me.DataToolStripMenuItem = New System.Windows.Forms.ToolStripMenuItem() Me.ToolStripMenuItemNew = New System.Windows.Forms.ToolStripMenuItem() @@ -282,45 +283,45 @@ Partial Class CSEMain ' Me.ToolStripMenuItemNew.Image = Global.CSE.My.Resources.Resources.Neu Me.ToolStripMenuItemNew.Name = "ToolStripMenuItemNew" - Me.ToolStripMenuItemNew.Size = New System.Drawing.Size(152, 22) + Me.ToolStripMenuItemNew.Size = New System.Drawing.Size(111, 22) Me.ToolStripMenuItemNew.Text = "New" ' 'ToolStripMenuItemOpen ' Me.ToolStripMenuItemOpen.Image = Global.CSE.My.Resources.Resources.Öffnen Me.ToolStripMenuItemOpen.Name = "ToolStripMenuItemOpen" - Me.ToolStripMenuItemOpen.Size = New System.Drawing.Size(152, 22) + Me.ToolStripMenuItemOpen.Size = New System.Drawing.Size(111, 22) Me.ToolStripMenuItemOpen.Text = "Open" ' 'ToolStripSeparator1 ' Me.ToolStripSeparator1.Name = "ToolStripSeparator1" - Me.ToolStripSeparator1.Size = New System.Drawing.Size(149, 6) + Me.ToolStripSeparator1.Size = New System.Drawing.Size(108, 6) ' 'ToolStripMenuItemSave ' Me.ToolStripMenuItemSave.Image = Global.CSE.My.Resources.Resources.Speichern Me.ToolStripMenuItemSave.Name = "ToolStripMenuItemSave" - Me.ToolStripMenuItemSave.Size = New System.Drawing.Size(152, 22) + Me.ToolStripMenuItemSave.Size = New System.Drawing.Size(111, 22) Me.ToolStripMenuItemSave.Text = "Save" ' 'ToolStripMenuItemSaveAs ' Me.ToolStripMenuItemSaveAs.Image = Global.CSE.My.Resources.Resources.Speichern_unter Me.ToolStripMenuItemSaveAs.Name = "ToolStripMenuItemSaveAs" - Me.ToolStripMenuItemSaveAs.Size = New System.Drawing.Size(152, 22) + Me.ToolStripMenuItemSaveAs.Size = New System.Drawing.Size(111, 22) Me.ToolStripMenuItemSaveAs.Text = "SaveAs" ' 'ToolStripSeparator2 ' Me.ToolStripSeparator2.Name = "ToolStripSeparator2" - Me.ToolStripSeparator2.Size = New System.Drawing.Size(149, 6) + Me.ToolStripSeparator2.Size = New System.Drawing.Size(108, 6) ' 'ToolStripMenuItemExit ' Me.ToolStripMenuItemExit.Image = Global.CSE.My.Resources.Resources.Beenden Me.ToolStripMenuItemExit.Name = "ToolStripMenuItemExit" - Me.ToolStripMenuItemExit.Size = New System.Drawing.Size(152, 22) + Me.ToolStripMenuItemExit.Size = New System.Drawing.Size(111, 22) Me.ToolStripMenuItemExit.Text = "Exit" ' 'ToolsToolStripMenuItem @@ -334,19 +335,19 @@ Partial Class CSEMain ' Me.ToolStripMenuItemLog.Image = Global.CSE.My.Resources.Resources.Log_File Me.ToolStripMenuItemLog.Name = "ToolStripMenuItemLog" - Me.ToolStripMenuItemLog.Size = New System.Drawing.Size(152, 22) + Me.ToolStripMenuItemLog.Size = New System.Drawing.Size(144, 22) Me.ToolStripMenuItemLog.Text = "Open LogFile" ' 'ToolStripSeparator3 ' Me.ToolStripSeparator3.Name = "ToolStripSeparator3" - Me.ToolStripSeparator3.Size = New System.Drawing.Size(149, 6) + Me.ToolStripSeparator3.Size = New System.Drawing.Size(141, 6) ' 'ToolStripMenuItemOption ' Me.ToolStripMenuItemOption.Image = Global.CSE.My.Resources.Resources.Optionen Me.ToolStripMenuItemOption.Name = "ToolStripMenuItemOption" - Me.ToolStripMenuItemOption.Size = New System.Drawing.Size(152, 22) + Me.ToolStripMenuItemOption.Size = New System.Drawing.Size(144, 22) Me.ToolStripMenuItemOption.Text = "Options" ' 'InfoToolStripMenuItem @@ -384,7 +385,7 @@ Partial Class CSEMain 'GroupBoxJob ' Me.GroupBoxJob.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GroupBoxJob.Controls.Add(Me.TextBoxWeather) Me.GroupBoxJob.Controls.Add(Me.ButtonWeather) Me.GroupBoxJob.Controls.Add(Me.ButtonSelectWeather) @@ -403,7 +404,7 @@ Partial Class CSEMain 'TextBoxWeather ' Me.TextBoxWeather.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TextBoxWeather.Location = New System.Drawing.Point(98, 42) Me.TextBoxWeather.Margin = New System.Windows.Forms.Padding(2) Me.TextBoxWeather.Name = "TextBoxWeather" @@ -436,7 +437,7 @@ Partial Class CSEMain 'TextBoxVeh1 ' Me.TextBoxVeh1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TextBoxVeh1.Location = New System.Drawing.Point(99, 15) Me.TextBoxVeh1.Margin = New System.Windows.Forms.Padding(2) Me.TextBoxVeh1.Name = "TextBoxVeh1" @@ -662,7 +663,7 @@ Partial Class CSEMain 'GroupBoxInput ' Me.GroupBoxInput.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GroupBoxInput.Controls.Add(Me.Label14) Me.GroupBoxInput.Controls.Add(Me.Label2) Me.GroupBoxInput.Controls.Add(Me.TextBoxRRC) @@ -724,7 +725,7 @@ Partial Class CSEMain 'GroupBox5 ' Me.GroupBox5.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GroupBox5.Controls.Add(Me.ButtonDataLS1) Me.GroupBox5.Controls.Add(Me.TextBoxDataLS2) Me.GroupBox5.Controls.Add(Me.ButtonSelectDataLS1) @@ -755,7 +756,7 @@ Partial Class CSEMain 'TextBoxDataLS2 ' Me.TextBoxDataLS2.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TextBoxDataLS2.Location = New System.Drawing.Point(116, 74) Me.TextBoxDataLS2.Margin = New System.Windows.Forms.Padding(2) Me.TextBoxDataLS2.Name = "TextBoxDataLS2" @@ -788,7 +789,7 @@ Partial Class CSEMain 'TextBoxDataLS1 ' Me.TextBoxDataLS1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TextBoxDataLS1.Location = New System.Drawing.Point(116, 20) Me.TextBoxDataLS1.Margin = New System.Windows.Forms.Padding(2) Me.TextBoxDataLS1.Name = "TextBoxDataLS1" @@ -822,7 +823,7 @@ Partial Class CSEMain 'TextBoxDataHS ' Me.TextBoxDataHS.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TextBoxDataHS.Location = New System.Drawing.Point(117, 47) Me.TextBoxDataHS.Margin = New System.Windows.Forms.Padding(2) Me.TextBoxDataHS.Name = "TextBoxDataHS" @@ -843,7 +844,7 @@ Partial Class CSEMain 'TextBoxMSCT ' Me.TextBoxMSCT.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TextBoxMSCT.Location = New System.Drawing.Point(98, 19) Me.TextBoxMSCT.Margin = New System.Windows.Forms.Padding(2) Me.TextBoxMSCT.Name = "TextBoxMSCT" @@ -943,7 +944,7 @@ Partial Class CSEMain 'GroupBox1 ' Me.GroupBox1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.GroupBox1.Controls.Add(Me.TextBoxDataC) Me.GroupBox1.Controls.Add(Me.ButtonDataC) Me.GroupBox1.Controls.Add(Me.ButtonSelectDataC) @@ -963,7 +964,7 @@ Partial Class CSEMain 'TextBoxDataC ' Me.TextBoxDataC.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TextBoxDataC.Location = New System.Drawing.Point(98, 47) Me.TextBoxDataC.Margin = New System.Windows.Forms.Padding(2) Me.TextBoxDataC.Name = "TextBoxDataC" @@ -1098,7 +1099,7 @@ Partial Class CSEMain 'TextBoxMSCC ' Me.TextBoxMSCC.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TextBoxMSCC.Location = New System.Drawing.Point(98, 20) Me.TextBoxMSCC.Margin = New System.Windows.Forms.Padding(2) Me.TextBoxMSCC.Name = "TextBoxMSCC" @@ -1132,7 +1133,7 @@ Partial Class CSEMain ' Me.TabControlOutMsg.Alignment = System.Windows.Forms.TabAlignment.Bottom Me.TabControlOutMsg.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TabControlOutMsg.Controls.Add(Me.TabPageMSG) Me.TabControlOutMsg.Controls.Add(Me.TabPageWar) Me.TabControlOutMsg.Controls.Add(Me.TabPageErr) @@ -1160,7 +1161,7 @@ Partial Class CSEMain 'ListBoxMSG ' Me.ListBoxMSG.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.ListBoxMSG.Font = New System.Drawing.Font("Consolas", 8.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ListBoxMSG.FormattingEnabled = True Me.ListBoxMSG.HorizontalScrollbar = True @@ -1185,7 +1186,7 @@ Partial Class CSEMain 'ListBoxWar ' Me.ListBoxWar.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.ListBoxWar.Font = New System.Drawing.Font("Consolas", 8.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ListBoxWar.FormattingEnabled = True Me.ListBoxWar.HorizontalScrollbar = True @@ -1209,7 +1210,7 @@ Partial Class CSEMain 'ListBoxErr ' Me.ListBoxErr.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.ListBoxErr.Font = New System.Drawing.Font("Consolas", 8.5!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte)) Me.ListBoxErr.FormattingEnabled = True Me.ListBoxErr.HorizontalScrollbar = True @@ -1222,7 +1223,7 @@ Partial Class CSEMain 'TextBoxVeh ' Me.TextBoxVeh.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TextBoxVeh.Location = New System.Drawing.Point(98, 19) Me.TextBoxVeh.Margin = New System.Windows.Forms.Padding(2) Me.TextBoxVeh.Name = "TextBoxVeh" @@ -1232,7 +1233,7 @@ Partial Class CSEMain 'TabControl1 ' Me.TabControl1.Anchor = CType(((System.Windows.Forms.AnchorStyles.Top Or System.Windows.Forms.AnchorStyles.Left) _ - Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) + Or System.Windows.Forms.AnchorStyles.Right), System.Windows.Forms.AnchorStyles) Me.TabControl1.Controls.Add(Me.TPMain) Me.TabControl1.Controls.Add(Me.TPOptions) Me.TabControl1.Location = New System.Drawing.Point(8, 72) @@ -2418,6 +2419,7 @@ Partial Class CSEMain Me.Controls.Add(Me.Label1) Me.Controls.Add(Me.PictureBox1) Me.Controls.Add(Me.MenuStrip1) + Me.Icon = CType(resources.GetObject("$this.Icon"), System.Drawing.Icon) Me.MainMenuStrip = Me.MenuStrip1 Me.MinimumSize = New System.Drawing.Size(686, 717) Me.Name = "CSEMain" diff --git a/CSE/GUI/CSEMain.resx b/CSE/GUI/CSEMain.resx index 99685c7e0d2161b32dc125c5fdcd0bd88c8d2a38..2f7dc683cfb54a19fdc34434f3d0b84d69429225 100644 --- a/CSE/GUI/CSEMain.resx +++ b/CSE/GUI/CSEMain.resx @@ -126,4 +126,44 @@ <metadata name="$this.TrayHeight" type="System.Int32, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"> <value>36</value> </metadata> + <assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" /> + <data name="$this.Icon" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> + <value> + AAABAAEAIA8AAAEAIADkBwAAFgAAACgAAAAgAAAAHgAAAAEAIAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA + AAD+/v6v////////////////v7/U/3Z2yP9OTsv/Tk7L/2Zmx/+qqs/////4////////////2NjY/7W1 + tf+srKz/rKys/62trf+/v7//9PT0//////////////////X1+f+Ojsf/hYXK/4iIzP+IiMz/iIjM/4iI + zP+Cgsf/wsLj//7+/qP/////6eni/0lJuv8AANz/AAD+/wAA//8AAP//AAD//wAA7f8lJbn/6Ojo/7y8 + uv+bm5v/u7u7/76+vv+7u7v/wMDA/7CwsP+Xl5f/0NDQ////////////iIi4/wAA4f8AAPf/AAD//wAA + //8AAP//AAD//wAA/v8zM8T//v7+o///+v8/P7j/AAD7/wAA//8AAOv/JCS+/zs7tP8tLbz/AADe/wAA + 2v+3t8j/ra2m/6ampv+ampr/m5ub/6CgoP+ampr/vLy8/8XFxf+Wlpb/5+fn//////+Cgrv/AADx/wAA + //8WFsL/MzO7/zMzu/8zM7v/NDS7/4aGxv/+/v6juLjV/wAA4/8AAP//AADl/4qKvP/39+P////y//7+ + 6f/Dw8//XV2p/93d5//IyMb/q6ur/+Pj4//8/Pz//////+jo6P+ampr/xMTE/6Wlpf+4uLj//////4SE + u/8AAPD/AAD6/3BwrP////D////w////8P////D////9//7+9aNfX8j/AAD//wAA/f9MTLb////4//// + ////////////////////////////////////////////////////////+vr6/5iYmP/AwMD/rq6u/62t + rf//////hIS7/wAA8P8AAPr/b2+6////////////////////////////8vLZozY20f8AAP//AADo/5yc + vv///////////////////////////////////////////////////////Pz8/83Nzf+goKD/s7Oz/8fH + x/+jo6P/vLy8//////+EhLv/AADw/wAA+v9wcK3////x////8v////H////6///////c3MujIiLY/wAA + //8AANr/vr7H/////////////////////////////////////////////////9LS0v+bm5v/nJyc/7q6 + uv/Jycn/ubm5/5qamv/y8vL//////4SEu/8AAO//AAD+/xsbwv9CQrj/Pz+9/zs7uv9VVa//+/v3/97e + zaMkJNf/AAD//wAA3f+2tsb////////////////////////////////////////////Dw8P/mZmZ/7u7 + u//Kysr/vr6+/6Kiov+dnZ3/5eXl////////////hIS7/wAA7v8AAP//AAD//wAA+f8AAPn/AAD6/wAA + vf/z8+v/9fXcozk50P8AAP//AADp/5eXvv//////////////////////////////////////4eHh/5WV + lf/FxcX/w8PD/6Ojo/+ampr/v7+///j4+P////////////////+EhLv/AADv/wAA/f8zM67/d3e2/3Z2 + uv9zc7j/kZG+/////f/+/vijamrI/wAA/f8AAPv/WFi2////+/////////////////////////////// + //+3t7j/pqam/8bGxv+ioqL/wsLC//n5+f///////////////////////////4SEu/8AAPD/AAD6/3V1 + tv////////////////////////////7+/qPJydr/AADc/wAA//8EBNv/sLDC////9//////////7/+Li + 3v+Dg7L/7+/z/7y8u/+oqKj/wsLC/5WVlf/////////////////m5ub/5ubm////////////hIS7/wAA + 8P8AAPr/dna2/////////////////////////////v7+o////f9QULj/AAD4/wAA//8DA9n/Vla1/3p6 + uP9cXLX/ExPN/wAAy//Hx9L/4uLe/5iYmP/Ly8v/qamp/6qqqv+5ubn/p6en/5SUlP+YmJj///////// + //+Dg7v/AADw/wAA/f80NK//eXm4/3l5uP95ebj/eXm4/7W10f/+/v6j//////Dw5v9ISLv/AADi/wAA + //8AAP//AAD//wAA//8AAP//CgrA/93d2v//////ra2t/6Ghof/Dw8P/tra2/6ysrP+3t7f/tbW1/5ub + m//+/v7//////4CAt/8AAPD/AAD//wAA//8AAP3/AAD9/wAA/f8AAP3/OzvA//7+/q////////////// + //+ystP/WVnI/y4u1P8hIdv/NjbR/29vx//d3eb/////////////////z8/P/62trf+tra3/r6+v/6ys + rP+wsLD/8PDw////////////4ODr/1JSxf9DQ87/RkbR/0ZG0f9GRtH/RkbR/0FBzP+goNz//v7+aP7+ + /qP+/v6j/v7+o/7+/qP+/vGj6enTo9nZy6Px8dij/v77o/7+/qP+/v6j/v7+o/7+/qP+/v6j8vLyo9DQ + 0KPKysqj3t7eo/7+/qP+/v6j/v7+o/7+/qP+/v6j/v7to/7+4aP+/uOj/v7jo/7+46P+/uOj/v7ho/7+ + /qMAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIAA + AAA= +</value> + </data> </root> \ No newline at end of file diff --git a/CSE/GUI/CSEMain.vb b/CSE/GUI/CSEMain.vb index 598d5513549448f749dbc535644bf70fa957df22..52f235f07b412d656941b7623721fe74a5440a0e 100644 --- a/CSE/GUI/CSEMain.vb +++ b/CSE/GUI/CSEMain.vb @@ -481,9 +481,10 @@ Public Class CSEMain End Sub ' Menu open the user manual - Private Sub ToolStripMenuItemManu_Click(sender As System.Object, e As System.EventArgs) Handles ToolStripMenuItemManu.Click - If File.Exists(MyPath & "VECTO-CSE_UserManual_V" & AppVers & ".pdf") Then - Process.Start(MyPath & "VECTO-CSE_UserManual_V" & AppVers & ".pdf") + Private Sub ToolStripMenuItemManu_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ToolStripMenuItemManu.Click + Dim manual_fname As String = MyPath & "Docs\CSE-UserManual.pdf" + If File.Exists(manual_fname) Then + Process.Start(manual_fname) End If End Sub #End Region diff --git a/CSE/My Project/app.manifest b/CSE/My Project/app.manifest new file mode 100644 index 0000000000000000000000000000000000000000..f5ca617412c1c74aea9b1c8d49f831d24e30b0c6 --- /dev/null +++ b/CSE/My Project/app.manifest @@ -0,0 +1,48 @@ +<?xml version="1.0" encoding="utf-8"?> +<asmv1:assembly manifestVersion="1.0" xmlns="urn:schemas-microsoft-com:asm.v1" xmlns:asmv1="urn:schemas-microsoft-com:asm.v1" xmlns:asmv2="urn:schemas-microsoft-com:asm.v2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> + <assemblyIdentity version="1.0.0.0" name="MyApplication.app"/> + <trustInfo xmlns="urn:schemas-microsoft-com:asm.v2"> + <security> + <requestedPrivileges xmlns="urn:schemas-microsoft-com:asm.v3"> + <!-- UAC Manifest Options + If you want to change the Windows User Account Control level replace the + requestedExecutionLevel node with one of the following. + + <requestedExecutionLevel level="asInvoker" uiAccess="false" /> + <requestedExecutionLevel level="requireAdministrator" uiAccess="false" /> + <requestedExecutionLevel level="highestAvailable" uiAccess="false" /> + + Specifying requestedExecutionLevel node will disable file and registry virtualization. + If you want to utilize File and Registry Virtualization for backward + compatibility then delete the requestedExecutionLevel node. + --> + <requestedExecutionLevel level="asInvoker" uiAccess="false" /> + </requestedPrivileges> + </security> + </trustInfo> + + <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1"> + <application> + <!-- A list of all Windows versions that this application is designed to work with. Windows will automatically select the most compatible environment.--> + + <!-- If your application is designed to work with Windows 7, uncomment the following supportedOS node--> + <!--<supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>--> + + </application> + </compatibility> + + <!-- Enable themes for Windows common controls and dialogs (Windows XP and later) --> + <!-- <dependency> + <dependentAssembly> + <assemblyIdentity + type="win32" + name="Microsoft.Windows.Common-Controls" + version="6.0.0.0" + processorArchitecture="*" + publicKeyToken="6595b64144ccf1df" + language="*" + /> + </dependentAssembly> + </dependency>--> + +</asmv1:assembly> diff --git a/CSE/declaration_public.vb b/CSE/declaration_public.vb index 215a00a9601bf71d71ff8b3ffceab09418293123..0ed8e80ad95367e63109ba4e5be65c2070ec6888 100644 --- a/CSE/declaration_public.vb +++ b/CSE/declaration_public.vb @@ -1,8 +1,8 @@ Module declaration_public ' Description of the form - Public Const AppName As String = "VECTO-CSE" ' Name of the programm - Public Const AppVers As String = "2.0.1" ' Version of the Programm + Public Const AppName As String = "VECTO_CSE" ' Name of the programm + Public Const AppVers As String = "2.0.1-beta0" ' Version of the Programm Public AppDate As String ' Date of the compilation of the programm ' Control variables diff --git a/VECTO-CSE_UserManual_V2.01.pdf b/Docs/CSE-UserManual.pdf similarity index 100% rename from VECTO-CSE_UserManual_V2.01.pdf rename to Docs/CSE-UserManual.pdf diff --git a/README.md b/README.md new file mode 100644 index 0000000000000000000000000000000000000000..4d5a1c127e0c8c4e7ddd94d3136b818efa419421 --- /dev/null +++ b/README.md @@ -0,0 +1,29 @@ +### BUILD +Before compiling you need to add references to: +* vectolic.dll + + +### EXECUTE +The following directories/files must be provided in the application folder (e.g. ..\bin\Release): +* Docs/CSE-User Manual.pdf +* vectolic.dll +* license.dat + + +### RELEASE +Checklist to build a new release: +* Make zip-folder named with the "Semantic-version", ie: 2014_15_5-VECTO_CSE-2.0.1-beta1. +* Copy into it: + - executable (`.EXE`) (from bin/Debug when pre/beta release) + - vectolic.dll (check for right version!! Source is currently in beta for file signing features) + - Docs/CSE-User Manual.pdf + - Declaration (dir) +* Make a temp-copy of the folder and run it with a license to check everything alright +* ZIP the folder. +* Upload into CITNet's SVN: + https://webgate.ec.europa.eu/CITnet/svn/VECTO/trunk/Share/ + and link from: + https://webgate.ec.europa.eu/CITnet/confluence/display/VECTO_CSE/Releases +* Make licenses and update private pages +* Tag repos. +* Send announcment email through JIRA (ie see VECTO-28) diff --git a/readme.txt b/readme.txt deleted file mode 100644 index b0639946a6c955cb4b218bb54b6dfc1e79ee7d75..0000000000000000000000000000000000000000 --- a/readme.txt +++ /dev/null @@ -1,8 +0,0 @@ -*Before compiling you need to add references to: - - vectolic.dll - - -*The following directories/files must be provided in the application folder (e.g. ..\bin\Release): - User Manual - vectolic.dll (should be placed there automatically when compiling) - license.dat (provided by EC/JRC) \ No newline at end of file