mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
updated about form
This commit is contained in:
8
DnsServerSystemTrayApp/frmAbout.Designer.cs
generated
8
DnsServerSystemTrayApp/frmAbout.Designer.cs
generated
@@ -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);
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user