trim HttpHeaders
石头 编写于 2024-06-22 08:55:23
X
namespace XCoder
{
    partial class FrmMDI
    {
        /// <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.menuStrip = new System.Windows.Forms.MenuStrip();
            this.toolsMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.数据建模工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.正则表达式工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.通讯调试工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.图标水印处理工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.网络调试工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.文件夹大小统计ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.文件编码格式替换工具ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.windowsMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.newWindowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.cascadeToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tileVerticalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.tileHorizontalToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.closeAllToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.arrangeIconsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.helpMenu = new System.Windows.Forms.ToolStripMenuItem();
            this.contentsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
            this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.menuStrip.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuStrip
            // 
            this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.toolsMenu,
            this.windowsMenu,
            this.helpMenu});
            this.menuStrip.Location = new System.Drawing.Point(0, 0);
            this.menuStrip.MdiWindowListItem = this.windowsMenu;
            this.menuStrip.Name = "menuStrip";
            this.menuStrip.Size = new System.Drawing.Size(784, 25);
            this.menuStrip.TabIndex = 0;
            this.menuStrip.Text = "MenuStrip";
            // 
            // toolsMenu
            // 
            this.toolsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.数据建模工具ToolStripMenuItem,
            this.正则表达式工具ToolStripMenuItem,
            this.通讯调试工具ToolStripMenuItem,
            this.图标水印处理工具ToolStripMenuItem,
            this.网络调试工具ToolStripMenuItem,
            this.文件夹大小统计ToolStripMenuItem,
            this.文件编码格式替换工具ToolStripMenuItem});
            this.toolsMenu.Name = "toolsMenu";
            this.toolsMenu.Size = new System.Drawing.Size(59, 21);
            this.toolsMenu.Text = "工具(&T)";
            // 
            // 数据建模工具ToolStripMenuItem
            // 
            this.数据建模工具ToolStripMenuItem.Name = "数据建模工具ToolStripMenuItem";
            this.数据建模工具ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
            this.数据建模工具ToolStripMenuItem.Text = "数据建模工具";
            this.数据建模工具ToolStripMenuItem.Click += new System.EventHandler(this.数据建模工具ToolStripMenuItem_Click);
            // 
            // 正则表达式工具ToolStripMenuItem
            // 
            this.正则表达式工具ToolStripMenuItem.Name = "正则表达式工具ToolStripMenuItem";
            this.正则表达式工具ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
            this.正则表达式工具ToolStripMenuItem.Text = "正则表达式工具";
            this.正则表达式工具ToolStripMenuItem.Click += new System.EventHandler(this.正则表达式工具ToolStripMenuItem_Click);
            // 
            // 通讯调试工具ToolStripMenuItem
            // 
            this.通讯调试工具ToolStripMenuItem.Name = "通讯调试工具ToolStripMenuItem";
            this.通讯调试工具ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
            this.通讯调试工具ToolStripMenuItem.Text = "串口调试工具";
            this.通讯调试工具ToolStripMenuItem.Click += new System.EventHandler(this.通讯调试工具ToolStripMenuItem_Click);
            // 
            // 图标水印处理工具ToolStripMenuItem
            // 
            this.图标水印处理工具ToolStripMenuItem.Name = "图标水印处理工具ToolStripMenuItem";
            this.图标水印处理工具ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
            this.图标水印处理工具ToolStripMenuItem.Text = "图标水印处理工具";
            this.图标水印处理工具ToolStripMenuItem.Click += new System.EventHandler(this.图标水印处理工具ToolStripMenuItem_Click);
            // 
            // 网络调试工具ToolStripMenuItem
            // 
            this.网络调试工具ToolStripMenuItem.Name = "网络调试工具ToolStripMenuItem";
            this.网络调试工具ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
            this.网络调试工具ToolStripMenuItem.Text = "网络调试工具";
            this.网络调试工具ToolStripMenuItem.Click += new System.EventHandler(this.网络调试工具ToolStripMenuItem_Click);
            // 
            // 文件夹大小统计ToolStripMenuItem
            // 
            this.文件夹大小统计ToolStripMenuItem.Name = "文件夹大小统计ToolStripMenuItem";
            this.文件夹大小统计ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
            this.文件夹大小统计ToolStripMenuItem.Text = "文件夹大小统计";
            this.文件夹大小统计ToolStripMenuItem.Click += new System.EventHandler(this.文件夹大小统计ToolStripMenuItem_Click);
            // 
            // 文件编码格式替换工具ToolStripMenuItem
            // 
            this.文件编码格式替换工具ToolStripMenuItem.Name = "文件编码格式替换工具ToolStripMenuItem";
            this.文件编码格式替换工具ToolStripMenuItem.Size = new System.Drawing.Size(196, 22);
            this.文件编码格式替换工具ToolStripMenuItem.Text = "文件编码格式替换工具";
            this.文件编码格式替换工具ToolStripMenuItem.Click += new System.EventHandler(this.文件编码格式替换工具ToolStripMenuItem_Click);
            // 
            // windowsMenu
            // 
            this.windowsMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.newWindowToolStripMenuItem,
            this.cascadeToolStripMenuItem,
            this.tileVerticalToolStripMenuItem,
            this.tileHorizontalToolStripMenuItem,
            this.closeAllToolStripMenuItem,
            this.arrangeIconsToolStripMenuItem});
            this.windowsMenu.Name = "windowsMenu";
            this.windowsMenu.Size = new System.Drawing.Size(64, 21);
            this.windowsMenu.Text = "窗口(&W)";
            // 
            // newWindowToolStripMenuItem
            // 
            this.newWindowToolStripMenuItem.Name = "newWindowToolStripMenuItem";
            this.newWindowToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.newWindowToolStripMenuItem.Text = "新建窗口(&N)";
            this.newWindowToolStripMenuItem.Click += new System.EventHandler(this.ShowNewForm);
            // 
            // cascadeToolStripMenuItem
            // 
            this.cascadeToolStripMenuItem.Name = "cascadeToolStripMenuItem";
            this.cascadeToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.cascadeToolStripMenuItem.Text = "层叠(&C)";
            this.cascadeToolStripMenuItem.Click += new System.EventHandler(this.CascadeToolStripMenuItem_Click);
            // 
            // tileVerticalToolStripMenuItem
            // 
            this.tileVerticalToolStripMenuItem.Name = "tileVerticalToolStripMenuItem";
            this.tileVerticalToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.tileVerticalToolStripMenuItem.Text = "垂直平铺(&V)";
            this.tileVerticalToolStripMenuItem.Click += new System.EventHandler(this.TileVerticalToolStripMenuItem_Click);
            // 
            // tileHorizontalToolStripMenuItem
            // 
            this.tileHorizontalToolStripMenuItem.Name = "tileHorizontalToolStripMenuItem";
            this.tileHorizontalToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.tileHorizontalToolStripMenuItem.Text = "水平平铺(&H)";
            this.tileHorizontalToolStripMenuItem.Click += new System.EventHandler(this.TileHorizontalToolStripMenuItem_Click);
            // 
            // closeAllToolStripMenuItem
            // 
            this.closeAllToolStripMenuItem.Name = "closeAllToolStripMenuItem";
            this.closeAllToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.closeAllToolStripMenuItem.Text = "全部关闭(&L)";
            this.closeAllToolStripMenuItem.Click += new System.EventHandler(this.CloseAllToolStripMenuItem_Click);
            // 
            // arrangeIconsToolStripMenuItem
            // 
            this.arrangeIconsToolStripMenuItem.Name = "arrangeIconsToolStripMenuItem";
            this.arrangeIconsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
            this.arrangeIconsToolStripMenuItem.Text = "排列图标(&A)";
            this.arrangeIconsToolStripMenuItem.Click += new System.EventHandler(this.ArrangeIconsToolStripMenuItem_Click);
            // 
            // helpMenu
            // 
            this.helpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.contentsToolStripMenuItem,
            this.toolStripSeparator8,
            this.aboutToolStripMenuItem});
            this.helpMenu.Name = "helpMenu";
            this.helpMenu.Size = new System.Drawing.Size(61, 21);
            this.helpMenu.Text = "帮助(&H)";
            // 
            // contentsToolStripMenuItem
            // 
            this.contentsToolStripMenuItem.Name = "contentsToolStripMenuItem";
            this.contentsToolStripMenuItem.ShortcutKeys = ((System.Windows.Forms.Keys)((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.F1)));
            this.contentsToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.contentsToolStripMenuItem.Text = "目录(&C)";
            this.contentsToolStripMenuItem.Visible = false;
            // 
            // toolStripSeparator8
            // 
            this.toolStripSeparator8.Name = "toolStripSeparator8";
            this.toolStripSeparator8.Size = new System.Drawing.Size(163, 6);
            // 
            // aboutToolStripMenuItem
            // 
            this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
            this.aboutToolStripMenuItem.Size = new System.Drawing.Size(166, 22);
            this.aboutToolStripMenuItem.Text = "关于(&A) ... ...";
            this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
            // 
            // FrmMDI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(784, 602);
            this.Controls.Add(this.menuStrip);
            this.IsMdiContainer = true;
            this.MainMenuStrip = this.menuStrip;
            this.Name = "FrmMDI";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "新生命超级码神工具";
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FrmMDI_FormClosing);
            this.Shown += new System.EventHandler(this.FrmMDI_Shown);
            this.menuStrip.ResumeLayout(false);
            this.menuStrip.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }
        #endregion


        private System.Windows.Forms.MenuStrip menuStrip;
        private System.Windows.Forms.ToolStripSeparator toolStripSeparator8;
        private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem tileHorizontalToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem toolsMenu;
        private System.Windows.Forms.ToolStripMenuItem windowsMenu;
        private System.Windows.Forms.ToolStripMenuItem newWindowToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem cascadeToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem tileVerticalToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem closeAllToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem arrangeIconsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem helpMenu;
        private System.Windows.Forms.ToolStripMenuItem contentsToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 数据建模工具ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 正则表达式工具ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 通讯调试工具ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 图标水印处理工具ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 网络调试工具ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 文件夹大小统计ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem 文件编码格式替换工具ToolStripMenuItem;
    }
}