From 4e09cf5adb36926849c86c967f0f04849272f1d2 Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Thu, 24 Mar 2022 07:53:47 +0100 Subject: [PATCH] GenericTest (Laser) : MInimize box enabled, ver. 3.0.2 --- GenericTest/GenericTestDlg.Designer.cs | 7 +++---- GenericTest/Properties/AssemblyInfo.cs | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/GenericTest/GenericTestDlg.Designer.cs b/GenericTest/GenericTestDlg.Designer.cs index d08c1ee3f..7c56ca29d 100644 --- a/GenericTest/GenericTestDlg.Designer.cs +++ b/GenericTest/GenericTestDlg.Designer.cs @@ -130,7 +130,7 @@ this.vertSplitContainer.Panel2.Controls.Add(this.startButton); this.vertSplitContainer.Panel2.Controls.Add(this.stopButton); this.vertSplitContainer.Size = new System.Drawing.Size(1033, 151); - this.vertSplitContainer.SplitterDistance = 942; + this.vertSplitContainer.SplitterDistance = 945; this.vertSplitContainer.SplitterWidth = 1; this.vertSplitContainer.TabIndex = 2; // @@ -140,7 +140,7 @@ this.resultsGroupBox.Dock = System.Windows.Forms.DockStyle.Fill; this.resultsGroupBox.Location = new System.Drawing.Point(0, 0); this.resultsGroupBox.Name = "resultsGroupBox"; - this.resultsGroupBox.Size = new System.Drawing.Size(942, 151); + this.resultsGroupBox.Size = new System.Drawing.Size(945, 151); this.resultsGroupBox.TabIndex = 1; this.resultsGroupBox.TabStop = false; this.resultsGroupBox.Text = "Aktivita"; @@ -152,7 +152,7 @@ this.activityListView.Location = new System.Drawing.Point(3, 16); this.activityListView.Name = "activityListView"; this.activityListView.Scrollable = false; - this.activityListView.Size = new System.Drawing.Size(936, 132); + this.activityListView.Size = new System.Drawing.Size(939, 132); this.activityListView.TabIndex = 0; this.activityListView.UseCompatibleStateImageBehavior = false; this.activityListView.View = System.Windows.Forms.View.Details; @@ -239,7 +239,6 @@ this.ClientSize = new System.Drawing.Size(1164, 207); this.Controls.Add(this.splitContainer1); this.MaximizeBox = false; - this.MinimizeBox = false; this.Name = "GenericTestDlg"; this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide; this.Text = "RF Power New / Oracle / Printing"; diff --git a/GenericTest/Properties/AssemblyInfo.cs b/GenericTest/Properties/AssemblyInfo.cs index 0c436c6c1..726ab4f50 100644 --- a/GenericTest/Properties/AssemblyInfo.cs +++ b/GenericTest/Properties/AssemblyInfo.cs @@ -10,7 +10,7 @@ using System.Runtime.InteropServices; [assembly: AssemblyConfiguration("")] [assembly: AssemblyCompany("")] [assembly: AssemblyProduct("GenericTest")] -[assembly: AssemblyCopyright("Copyright © 2020")] +[assembly: AssemblyCopyright("Copyright © 2022")] [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] @@ -32,5 +32,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("3.0.1")] -[assembly: AssemblyFileVersion("3.0.1")] +[assembly: AssemblyVersion("3.0.2")] +[assembly: AssemblyFileVersion("3.0.2")]