updated about form

This commit is contained in:
Shreyas Zare
2020-01-04 13:12:03 +05:30
parent ff5db03762
commit 48f62be143
3 changed files with 6 additions and 6 deletions

View File

@@ -173,9 +173,9 @@
this.labVersion.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(45)))), ((int)(((byte)(57)))), ((int)(((byte)(69)))));
this.labVersion.Location = new System.Drawing.Point(86, 132);
this.labVersion.Name = "labVersion";
this.labVersion.Size = new System.Drawing.Size(147, 18);
this.labVersion.Size = new System.Drawing.Size(102, 18);
this.labVersion.TabIndex = 38;
this.labVersion.Text = "version x.x.x.x (beta)";
this.labVersion.Text = "version x.x.x.x";
//
// label5
//
@@ -188,7 +188,7 @@
this.label5.TabIndex = 39;
this.label5.Text = "System Tray App";
//
// AboutForm
// frmAbout
//
this.AcceptButton = this.btnClose;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -211,7 +211,7 @@
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "AboutForm";
this.Name = "frmAbout";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "About Technitium DNS Server";
this.panel1.ResumeLayout(false);

View File

@@ -27,7 +27,7 @@ namespace DnsServerSystemTrayApp
{
InitializeComponent();
labVersion.Text = "version " + Application.ProductVersion + " (beta)";
labVersion.Text = "version " + Application.ProductVersion;
}
private void lnkContactEmail_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)

View File

@@ -192,7 +192,7 @@
<value>True</value>
</metadata>
<data name="label4.Text" xml:space="preserve">
<value>Copyright (C) 2019 Shreyas Zare (shreyas@technitium.com)
<value>Copyright (C) 2020 Shreyas Zare (shreyas@technitium.com)
This program comes with ABSOLUTELY NO WARRANTY. This is free software, and you are welcome to redistribute it under certain conditions. Click link below for details:</value>
</data>
<metadata name="lnkTerms.Locked" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">