You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
61 lines
2.4 KiB
61 lines
2.4 KiB
3 years ago
|
namespace EC.AutoWeightServer.UI.Base
|
||
|
{
|
||
|
partial class FrmServerBase
|
||
|
{
|
||
|
/// <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();
|
||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmServerBase));
|
||
|
this.notifyIcon1 = new System.Windows.Forms.NotifyIcon(this.components);
|
||
|
this.SuspendLayout();
|
||
|
//
|
||
|
// notifyIcon1
|
||
|
//
|
||
|
this.notifyIcon1.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon1.Icon")));
|
||
|
this.notifyIcon1.Text = "自动落筒服务程序";
|
||
|
this.notifyIcon1.Visible = true;
|
||
|
this.notifyIcon1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.notifyicon_MouseClick);
|
||
|
//
|
||
|
// FrmServerBase
|
||
|
//
|
||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
|
this.ClientSize = new System.Drawing.Size(686, 386);
|
||
|
this.Name = "FrmServerBase";
|
||
|
this.Text = "FrmServerBase";
|
||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmServerBase_FormClosing);
|
||
|
this.Load += new System.EventHandler(this.FrmServerBase_Load);
|
||
|
this.SizeChanged += new System.EventHandler(this.FrmServerBase_SizeChanged);
|
||
|
this.ResumeLayout(false);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endregion
|
||
|
|
||
|
private System.Windows.Forms.NotifyIcon notifyIcon1;
|
||
|
}
|
||
|
}
|