mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2025-12-22 09:29:50 +00:00
64 lines
2.4 KiB
C#
64 lines
2.4 KiB
C#
namespace DnsServerTrayIcon
|
|
{
|
|
partial class AboutForm
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
|
|
this.VersionLabel = new System.Windows.Forms.Label();
|
|
this.SuspendLayout();
|
|
//
|
|
// VersionLabel
|
|
//
|
|
this.VersionLabel.AutoSize = true;
|
|
this.VersionLabel.Location = new System.Drawing.Point(24, 23);
|
|
this.VersionLabel.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
this.VersionLabel.Name = "VersionLabel";
|
|
this.VersionLabel.Size = new System.Drawing.Size(0, 25);
|
|
this.VersionLabel.TabIndex = 0;
|
|
//
|
|
// AboutForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 25F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(656, 142);
|
|
this.Controls.Add(this.VersionLabel);
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
this.Name = "AboutForm";
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "About";
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label VersionLabel;
|
|
}
|
|
} |