namespace DnsServerTrayIcon { partial class AboutForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }