177 lines
8.4 KiB
C#
177 lines
8.4 KiB
C#
/* ========================================================================
|
|
* Copyright (c) 2005-2020 The OPC Foundation, Inc. All rights reserved.
|
|
*
|
|
* OPC Foundation MIT License 1.00
|
|
*
|
|
* Permission is hereby granted, free of charge, to any person
|
|
* obtaining a copy of this software and associated documentation
|
|
* files (the "Software"), to deal in the Software without
|
|
* restriction, including without limitation the rights to use,
|
|
* copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
* copies of the Software, and to permit persons to whom the
|
|
* Software is furnished to do so, subject to the following
|
|
* conditions:
|
|
*
|
|
* The above copyright notice and this permission notice shall be
|
|
* included in all copies or substantial portions of the Software.
|
|
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
* EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
|
|
* OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
* NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
|
|
* HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
|
|
* WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
|
|
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
|
|
* OTHER DEALINGS IN THE SOFTWARE.
|
|
*
|
|
* The complete license agreement can be found here:
|
|
* http://opcfoundation.org/License/MIT/1.00/
|
|
* ======================================================================*/
|
|
|
|
using Opc.Ua.Server.Controls;
|
|
|
|
namespace Opc.Ua.Server.Controls
|
|
{
|
|
partial class ServerForm
|
|
{
|
|
/// <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()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
this.TrayIcon = new System.Windows.Forms.NotifyIcon(this.components);
|
|
this.ServerDiagnosticsCTRL = new Opc.Ua.Server.Controls.ServerDiagnosticsCtrl();
|
|
this.serverHeaderBranding1 = new Opc.Ua.Server.Controls.HeaderBranding();
|
|
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
this.menuStrip1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// TrayIcon
|
|
//
|
|
this.TrayIcon.Text = "TrayIcon";
|
|
this.TrayIcon.Visible = true;
|
|
this.TrayIcon.MouseMove += new System.Windows.Forms.MouseEventHandler(this.TrayIcon_MouseMove);
|
|
this.TrayIcon.DoubleClick += new System.EventHandler(this.TrayIcon_DoubleClick);
|
|
//
|
|
// ServerDiagnosticsCTRL
|
|
//
|
|
this.ServerDiagnosticsCTRL.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.ServerDiagnosticsCTRL.Location = new System.Drawing.Point(0, 114);
|
|
this.ServerDiagnosticsCTRL.Name = "ServerDiagnosticsCTRL";
|
|
this.ServerDiagnosticsCTRL.Size = new System.Drawing.Size(739, 368);
|
|
this.ServerDiagnosticsCTRL.TabIndex = 0;
|
|
//
|
|
// serverHeaderBranding1
|
|
//
|
|
this.serverHeaderBranding1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.serverHeaderBranding1.BackColor = System.Drawing.Color.White;
|
|
this.serverHeaderBranding1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.serverHeaderBranding1.Location = new System.Drawing.Point(0, 24);
|
|
this.serverHeaderBranding1.MaximumSize = new System.Drawing.Size(0, 100);
|
|
this.serverHeaderBranding1.MinimumSize = new System.Drawing.Size(500, 90);
|
|
this.serverHeaderBranding1.Name = "serverHeaderBranding1";
|
|
this.serverHeaderBranding1.Padding = new System.Windows.Forms.Padding(3);
|
|
this.serverHeaderBranding1.Size = new System.Drawing.Size(739, 90);
|
|
this.serverHeaderBranding1.TabIndex = 1;
|
|
this.serverHeaderBranding1.Visible = false;
|
|
//
|
|
// menuStrip1
|
|
//
|
|
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.fileToolStripMenuItem,
|
|
this.helpToolStripMenuItem});
|
|
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
this.menuStrip1.Name = "menuStrip1";
|
|
this.menuStrip1.Size = new System.Drawing.Size(739, 24);
|
|
this.menuStrip1.TabIndex = 2;
|
|
this.menuStrip1.Text = "menuStrip1";
|
|
//
|
|
// fileToolStripMenuItem
|
|
//
|
|
this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.exitToolStripMenuItem});
|
|
this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
|
|
this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
|
|
this.fileToolStripMenuItem.Text = "&File";
|
|
//
|
|
// exitToolStripMenuItem
|
|
//
|
|
this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
|
|
this.exitToolStripMenuItem.Size = new System.Drawing.Size(92, 22);
|
|
this.exitToolStripMenuItem.Text = "E&xit";
|
|
this.exitToolStripMenuItem.Click += new System.EventHandler(this.ExitToolStripMenuItem_Click);
|
|
//
|
|
// helpToolStripMenuItem
|
|
//
|
|
this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
this.contentsToolStripMenuItem});
|
|
this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
|
|
this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
|
|
this.helpToolStripMenuItem.Text = "&Help";
|
|
//
|
|
// contentsToolStripMenuItem
|
|
//
|
|
this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
|
|
this.contentsToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
|
|
this.contentsToolStripMenuItem.Text = "&Contents";
|
|
this.contentsToolStripMenuItem.Click += new System.EventHandler(this.ContentsToolStripMenuItem_Click);
|
|
//
|
|
// ServerForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(739, 482);
|
|
this.Controls.Add(this.ServerDiagnosticsCTRL);
|
|
this.Controls.Add(this.serverHeaderBranding1);
|
|
this.Controls.Add(this.menuStrip1);
|
|
this.MainMenuStrip = this.menuStrip1;
|
|
this.Name = "ServerForm";
|
|
this.Text = "Quickstart Empty Server";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.ServerForm_FormClosed);
|
|
this.Resize += new System.EventHandler(this.ServerForm_Resize);
|
|
this.menuStrip1.ResumeLayout(false);
|
|
this.menuStrip1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private ServerDiagnosticsCtrl ServerDiagnosticsCTRL;
|
|
private System.Windows.Forms.NotifyIcon TrayIcon;
|
|
private HeaderBranding serverHeaderBranding1;
|
|
private System.Windows.Forms.MenuStrip menuStrip1;
|
|
private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
|
|
private System.Windows.Forms.ToolStripMenuItem contentsToolStripMenuItem;
|
|
|
|
}
|
|
}
|