⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainform.designer.cs

📁 本软件是一个以FTP形式上传下载资料的软件
💻 CS
字号:
namespace ftpTransport
{
    partial class MainForm
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.menuStrip1 = new System.Windows.Forms.MenuStrip();
            this.tsmiOperates = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiFTPStart = new System.Windows.Forms.ToolStripMenuItem();
            this.启动远程通讯监控ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.添加启动项AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.操作配置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiFtpConfig = new System.Windows.Forms.ToolStripMenuItem();
            this.tsmiRemoteConfig = new System.Windows.Forms.ToolStripMenuItem();
            this.其它UToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.程序帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip1
            // 
            this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiOperates,
            this.操作配置ToolStripMenuItem,
            this.其它UToolStripMenuItem});
            this.menuStrip1.Location = new System.Drawing.Point(0, 0);
            this.menuStrip1.Name = "menuStrip1";
            this.menuStrip1.Size = new System.Drawing.Size(667, 24);
            this.menuStrip1.TabIndex = 0;
            this.menuStrip1.Text = "menuStrip1";
            // 
            // tsmiOperates
            // 
            this.tsmiOperates.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiFTPStart,
            this.启动远程通讯监控ToolStripMenuItem,
            this.toolStripMenuItem2,
            this.添加启动项AToolStripMenuItem});
            this.tsmiOperates.Name = "tsmiOperates";
            this.tsmiOperates.Size = new System.Drawing.Size(71, 20);
            this.tsmiOperates.Text = "操作项(&O)";
            // 
            // tsmiFTPStart
            // 
            this.tsmiFTPStart.Name = "tsmiFTPStart";
            this.tsmiFTPStart.Size = new System.Drawing.Size(185, 22);
            this.tsmiFTPStart.Text = "启动FTP监控(&F)";
            this.tsmiFTPStart.Click += new System.EventHandler(this.tsmiFTPStart_Click);
            // 
            // 启动远程通讯监控ToolStripMenuItem
            // 
            this.启动远程通讯监控ToolStripMenuItem.Name = "启动远程通讯监控ToolStripMenuItem";
            this.启动远程通讯监控ToolStripMenuItem.Size = new System.Drawing.Size(185, 22);
            this.启动远程通讯监控ToolStripMenuItem.Text = "启动远程通讯监控(&R)";
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(182, 6);
            // 
            // 添加启动项AToolStripMenuItem
            // 
            this.添加启动项AToolStripMenuItem.Name = "添加启动项AToolStripMenuItem";
            this.添加启动项AToolStripMenuItem.Size = new System.Drawing.Size(185, 22);
            this.添加启动项AToolStripMenuItem.Text = "添加启动项(&A)";
            // 
            // 操作配置ToolStripMenuItem
            // 
            this.操作配置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsmiFtpConfig,
            this.tsmiRemoteConfig});
            this.操作配置ToolStripMenuItem.Name = "操作配置ToolStripMenuItem";
            this.操作配置ToolStripMenuItem.Size = new System.Drawing.Size(82, 20);
            this.操作配置ToolStripMenuItem.Text = "操作配置(&C)";
            // 
            // tsmiFtpConfig
            // 
            this.tsmiFtpConfig.Name = "tsmiFtpConfig";
            this.tsmiFtpConfig.Size = new System.Drawing.Size(146, 22);
            this.tsmiFtpConfig.Text = "FTP监控配置";
            this.tsmiFtpConfig.Click += new System.EventHandler(this.tsmiFtpConfig_Click);
            // 
            // tsmiRemoteConfig
            // 
            this.tsmiRemoteConfig.Name = "tsmiRemoteConfig";
            this.tsmiRemoteConfig.Size = new System.Drawing.Size(146, 22);
            this.tsmiRemoteConfig.Text = "远程通信配置";
            // 
            // 其它UToolStripMenuItem
            // 
            this.其它UToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.关于ToolStripMenuItem,
            this.程序帮助ToolStripMenuItem});
            this.其它UToolStripMenuItem.Name = "其它UToolStripMenuItem";
            this.其它UToolStripMenuItem.Size = new System.Drawing.Size(58, 20);
            this.其它UToolStripMenuItem.Text = "其它(&U)";
            // 
            // 关于ToolStripMenuItem
            // 
            this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
            this.关于ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.关于ToolStripMenuItem.Text = "关于环泽";
            // 
            // 程序帮助ToolStripMenuItem
            // 
            this.程序帮助ToolStripMenuItem.Name = "程序帮助ToolStripMenuItem";
            this.程序帮助ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.程序帮助ToolStripMenuItem.Text = "程序帮助";
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(667, 434);
            this.Controls.Add(this.menuStrip1);
            this.IsMdiContainer = true;
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "MainForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "环泽软件服务器平台";
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.ToolStripMenuItem tsmiOperates;
        private System.Windows.Forms.ToolStripMenuItem tsmiFTPStart;
        private System.Windows.Forms.ToolStripMenuItem 启动远程通讯监控ToolStripMenuItem;
        private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
        private System.Windows.Forms.ToolStripMenuItem 添加启动项AToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 操作配置ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem tsmiFtpConfig;
        private System.Windows.Forms.ToolStripMenuItem tsmiRemoteConfig;
        private System.Windows.Forms.ToolStripMenuItem 其它UToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 程序帮助ToolStripMenuItem;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -