tbf/TBF/UI/Help/AboutDlg.Designer.cs

112 lines
4.7 KiB
C#

///
/// Copyright (c) 2013-2015 Sensus Slovensko a.s.
///
namespace TBF.UI.Help
{
partial class AboutDlg
{
/// <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(AboutDlg));
this.copyrightLabel = new System.Windows.Forms.Label();
this.versionLabel = new System.Windows.Forms.Label();
this.buildDateLabel = new System.Windows.Forms.Label();
this.closeButton = new System.Windows.Forms.Button();
this.logoPictureBox = new System.Windows.Forms.PictureBox();
this.secureHashLabel = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).BeginInit();
this.SuspendLayout();
//
// copyrightLabel
//
resources.ApplyResources(this.copyrightLabel, "copyrightLabel");
this.copyrightLabel.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
this.copyrightLabel.Name = "copyrightLabel";
//
// versionLabel
//
resources.ApplyResources(this.versionLabel, "versionLabel");
this.versionLabel.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
this.versionLabel.Name = "versionLabel";
//
// buildDateLabel
//
resources.ApplyResources(this.buildDateLabel, "buildDateLabel");
this.buildDateLabel.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
this.buildDateLabel.Name = "buildDateLabel";
//
// closeButton
//
resources.ApplyResources(this.closeButton, "closeButton");
this.closeButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.closeButton.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
this.closeButton.Name = "closeButton";
this.closeButton.UseVisualStyleBackColor = true;
//
// logoPictureBox
//
this.logoPictureBox.BackgroundImage = global::TBF.Properties.Resources.sensus_logo;
resources.ApplyResources(this.logoPictureBox, "logoPictureBox");
this.logoPictureBox.Name = "logoPictureBox";
this.logoPictureBox.TabStop = false;
//
// secureHashLabel
//
resources.ApplyResources(this.secureHashLabel, "secureHashLabel");
this.secureHashLabel.ImageKey = global::TBF.Resources.Strings.Closing_the_tank;
this.secureHashLabel.Name = "secureHashLabel";
//
// AboutDlg
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Window;
this.Controls.Add(this.secureHashLabel);
this.Controls.Add(this.logoPictureBox);
this.Controls.Add(this.closeButton);
this.Controls.Add(this.buildDateLabel);
this.Controls.Add(this.versionLabel);
this.Controls.Add(this.copyrightLabel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "AboutDlg";
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
((System.ComponentModel.ISupportInitialize)(this.logoPictureBox)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label copyrightLabel;
private System.Windows.Forms.Label versionLabel;
private System.Windows.Forms.Label buildDateLabel;
private System.Windows.Forms.Button closeButton;
private System.Windows.Forms.PictureBox logoPictureBox;
private System.Windows.Forms.Label secureHashLabel;
}
}