tijian_jichuang/Code/SOH.JianYan.YiQi.Base/baseMain.Designer.cs

166 lines
7.0 KiB
C#
Raw Normal View History

2025-02-20 11:54:48 +08:00
namespace SOH.JianYan.YiQi.Base
{
partial class baseMain
{
/// <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(baseMain));
this.menuMain = new System.Windows.Forms.MenuStrip();
this.tsm_sz = new System.Windows.Forms.ToolStripMenuItem();
this.tsm_jbsz = new System.Windows.Forms.ToolStripMenuItem();
this.tsm_xt = new System.Windows.Forms.ToolStripMenuItem();
this.tsm_yc = new System.Windows.Forms.ToolStripMenuItem();
this.tsm_mtc = new System.Windows.Forms.ToolStripMenuItem();
this.cms_notify = new System.Windows.Forms.ContextMenuStrip(this.components);
this.tsm_showmain = new System.Windows.Forms.ToolStripMenuItem();
this.tsm_tc = new System.Windows.Forms.ToolStripMenuItem();
this.ntf_rwl = new System.Windows.Forms.NotifyIcon(this.components);
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.menuMain.SuspendLayout();
this.cms_notify.SuspendLayout();
this.SuspendLayout();
//
// menuMain
//
this.menuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsm_sz,
this.tsm_xt});
this.menuMain.Location = new System.Drawing.Point(0, 0);
this.menuMain.Name = "menuMain";
this.menuMain.Size = new System.Drawing.Size(429, 25);
this.menuMain.TabIndex = 0;
this.menuMain.Text = "menuStrip1";
//
// tsm_sz
//
this.tsm_sz.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsm_jbsz});
this.tsm_sz.Name = "tsm_sz";
this.tsm_sz.Size = new System.Drawing.Size(44, 21);
this.tsm_sz.Text = "设置";
//
// tsm_jbsz
//
this.tsm_jbsz.Name = "tsm_jbsz";
this.tsm_jbsz.Size = new System.Drawing.Size(124, 22);
this.tsm_jbsz.Text = "基本设置";
this.tsm_jbsz.Click += new System.EventHandler(this.tsm_jbsz_Click);
//
// tsm_xt
//
this.tsm_xt.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsm_yc,
this.tsm_mtc});
this.tsm_xt.Name = "tsm_xt";
this.tsm_xt.Size = new System.Drawing.Size(44, 21);
this.tsm_xt.Text = "系统";
//
// tsm_yc
//
this.tsm_yc.Name = "tsm_yc";
this.tsm_yc.Size = new System.Drawing.Size(100, 22);
this.tsm_yc.Text = "隐藏";
this.tsm_yc.Click += new System.EventHandler(this.tsm_yc_Click);
//
// tsm_mtc
//
this.tsm_mtc.Name = "tsm_mtc";
this.tsm_mtc.Size = new System.Drawing.Size(100, 22);
this.tsm_mtc.Text = "退出";
this.tsm_mtc.Click += new System.EventHandler(this.tsm_tc_Click);
//
// cms_notify
//
this.cms_notify.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsm_showmain,
this.tsm_tc});
this.cms_notify.Name = "cms_notify";
this.cms_notify.Size = new System.Drawing.Size(137, 48);
//
// tsm_showmain
//
this.tsm_showmain.Name = "tsm_showmain";
this.tsm_showmain.Size = new System.Drawing.Size(136, 22);
this.tsm_showmain.Text = "显示主程序";
this.tsm_showmain.Click += new System.EventHandler(this.tsm_showmain_Click);
//
// tsm_tc
//
this.tsm_tc.Name = "tsm_tc";
this.tsm_tc.Size = new System.Drawing.Size(136, 22);
this.tsm_tc.Text = "退出解码";
this.tsm_tc.Click += new System.EventHandler(this.tsm_tc_Click);
//
// ntf_rwl
//
this.ntf_rwl.ContextMenuStrip = this.cms_notify;
this.ntf_rwl.Icon = ((System.Drawing.Icon)(resources.GetObject("ntf_rwl.Icon")));
this.ntf_rwl.Text = "解码程序";
this.ntf_rwl.Visible = true;
//
// timer1
//
this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
//
// baseMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(429, 392);
this.Controls.Add(this.menuMain);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuMain;
this.Name = "baseMain";
this.ShowInTaskbar = false;
this.Text = "仪器解码主窗口";
this.WindowState = System.Windows.Forms.FormWindowState.Minimized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.baseMain_FormClosing);
this.Load += new System.EventHandler(this.baseMain_Load);
this.menuMain.ResumeLayout(false);
this.menuMain.PerformLayout();
this.cms_notify.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuMain;
private System.Windows.Forms.ContextMenuStrip cms_notify;
private System.Windows.Forms.ToolStripMenuItem tsm_showmain;
private System.Windows.Forms.ToolStripMenuItem tsm_tc;
protected System.Windows.Forms.NotifyIcon ntf_rwl;
private System.Windows.Forms.ToolStripMenuItem tsm_sz;
private System.Windows.Forms.ToolStripMenuItem tsm_jbsz;
private System.Windows.Forms.ToolStripMenuItem tsm_xt;
private System.Windows.Forms.ToolStripMenuItem tsm_yc;
private System.Windows.Forms.ToolStripMenuItem tsm_mtc;
private System.Windows.Forms.Timer timer1;
}
}