namespace EC.AutoWeightServer.UI.Base { partial class FrmServerBase { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }