117 lines
5.5 KiB
C#
117 lines
5.5 KiB
C#
namespace Opc.Ua.Client.Controls
|
|
{
|
|
partial class HeaderBranding
|
|
{
|
|
/// <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 Component 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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HeaderBranding));
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|
this.appName = new System.Windows.Forms.Label();
|
|
this.labelVersion = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
|
|
this.pictureBox1.Location = new System.Drawing.Point(7, 3);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(177, 70);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.pictureBox1.TabIndex = 0;
|
|
this.pictureBox1.TabStop = false;
|
|
this.toolTip1.SetToolTip(this.pictureBox1, "Visit www.opcfoundation.org");
|
|
this.pictureBox1.Click += new System.EventHandler(this.pictureBox2_Click);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.BackColor = System.Drawing.Color.White;
|
|
this.label1.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.label1.Location = new System.Drawing.Point(296, 37);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(192, 15);
|
|
this.label1.TabIndex = 3;
|
|
this.label1.Text = "OPC UA Technology Based Client";
|
|
//
|
|
// appName
|
|
//
|
|
this.appName.BackColor = System.Drawing.Color.White;
|
|
this.appName.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.appName.Location = new System.Drawing.Point(201, 7);
|
|
this.appName.Name = "appName";
|
|
this.appName.Size = new System.Drawing.Size(382, 27);
|
|
this.appName.TabIndex = 8;
|
|
this.appName.Text = "OPC-UA Client Browser";
|
|
this.appName.TextAlign = System.Drawing.ContentAlignment.TopCenter;
|
|
//
|
|
// labelVersion
|
|
//
|
|
this.labelVersion.AutoSize = true;
|
|
this.labelVersion.BackColor = System.Drawing.Color.White;
|
|
this.labelVersion.Font = new System.Drawing.Font("Arial", 7F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.labelVersion.Location = new System.Drawing.Point(404, 60);
|
|
this.labelVersion.Name = "labelVersion";
|
|
this.labelVersion.Size = new System.Drawing.Size(166, 13);
|
|
this.labelVersion.TabIndex = 9;
|
|
this.labelVersion.Text = "OPC UA Technology Based Client";
|
|
//
|
|
// HeaderBranding
|
|
//
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
|
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.Controls.Add(this.labelVersion);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.appName);
|
|
this.MaximumSize = new System.Drawing.Size(0, 100);
|
|
this.MinimumSize = new System.Drawing.Size(500, 80);
|
|
this.Name = "HeaderBranding";
|
|
this.Padding = new System.Windows.Forms.Padding(3);
|
|
this.Size = new System.Drawing.Size(591, 80);
|
|
this.Load += new System.EventHandler(this.ServerHeaderBranding_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ToolTip toolTip1;
|
|
private System.Windows.Forms.Label appName;
|
|
private System.Windows.Forms.Label labelVersion;
|
|
}
|
|
}
|