112 lines
4.1 KiB
C#
112 lines
4.1 KiB
C#
///
|
|
/// Copyright (c) 2013-2015 Sensus Metering Systems
|
|
///
|
|
namespace TBF.Forms
|
|
{
|
|
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.String1;
|
|
this.copyrightLabel.Name = "copyrightLabel";
|
|
//
|
|
// versionLabel
|
|
//
|
|
resources.ApplyResources(this.versionLabel, "versionLabel");
|
|
this.versionLabel.ImageKey = global::TBF.Resources.Strings.String1;
|
|
this.versionLabel.Name = "versionLabel";
|
|
//
|
|
// buildDateLabel
|
|
//
|
|
resources.ApplyResources(this.buildDateLabel, "buildDateLabel");
|
|
this.buildDateLabel.ImageKey = global::TBF.Resources.Strings.String1;
|
|
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.String1;
|
|
this.closeButton.Name = "closeButton";
|
|
this.closeButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// logoPictureBox
|
|
//
|
|
resources.ApplyResources(this.logoPictureBox, "logoPictureBox");
|
|
this.logoPictureBox.BackgroundImage = global::TBF.Properties.Resources.sensus_logo;
|
|
this.logoPictureBox.Name = "logoPictureBox";
|
|
this.logoPictureBox.TabStop = false;
|
|
//
|
|
// secureHashLabel
|
|
//
|
|
resources.ApplyResources(this.secureHashLabel, "secureHashLabel");
|
|
this.secureHashLabel.ImageKey = global::TBF.Resources.Strings.String1;
|
|
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;
|
|
}
|
|
} |