Files
limanapp/EgwControlCenter/ControlCenter.Designer.cs
T
2024-09-18 12:02:48 +02:00

109 lines
3.7 KiB
C#

namespace EgwControlCenter
{
partial class ControlCenter
{
/// <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()
{
components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ControlCenter));
label1 = new Label();
label2 = new Label();
label3 = new Label();
trayMenu = new ContextMenuStrip(components);
notifyIcon1 = new NotifyIcon(components);
SuspendLayout();
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Roboto", 24F, FontStyle.Regular, GraphicsUnit.Point, 0);
label1.Location = new Point(193, 9);
label1.Name = "label1";
label1.Size = new Size(429, 38);
label1.TabIndex = 0;
label1.Text = "EgalWare App Control Center";
//
// label2
//
label2.AutoSize = true;
label2.Location = new Point(53, 83);
label2.Name = "label2";
label2.Size = new Size(152, 15);
label2.TabIndex = 1;
label2.Text = "Elenco App (list? webview?)";
//
// label3
//
label3.AutoSize = true;
label3.Location = new Point(484, 83);
label3.Name = "label3";
label3.Size = new Size(156, 15);
label3.TabIndex = 2;
label3.Text = "Btn setup app da controllare";
//
// trayMenu
//
trayMenu.Name = "trayMenu";
trayMenu.Size = new Size(181, 26);
trayMenu.ItemClicked += trayMenu_ItemClicked;
//
// notifyIcon1
//
notifyIcon1.ContextMenuStrip = trayMenu;
notifyIcon1.Icon = (Icon)resources.GetObject("notifyIcon1.Icon");
notifyIcon1.Text = "notifyIcon1";
notifyIcon1.Visible = true;
notifyIcon1.DoubleClick += notifyIcon1_DoubleClick;
//
// ControlCenter
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(800, 450);
Controls.Add(label3);
Controls.Add(label2);
Controls.Add(label1);
Icon = (Icon)resources.GetObject("$this.Icon");
Name = "ControlCenter";
Text = "Egalware Control Center";
FormClosing += ControlCenter_FormClosing;
Shown += ControlCenter_Shown;
Resize += ControlCenter_Resize;
ResumeLayout(false);
PerformLayout();
}
#endregion
private Label label1;
private Label label2;
private Label label3;
private ContextMenuStrip trayMenu;
private NotifyIcon notifyIcon1;
}
}