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

📄 mainui.designer.cs

📁 5子棋 有小BUG
💻 CS
字号:
namespace CheongSam
{
    partial class MainUI
    {
        /// <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.menuBar = new System.Windows.Forms.MenuStrip();
            this.MenuGame = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemStart = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemPvP = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemPvC = new System.Windows.Forms.ToolStripMenuItem();
            this.meuPerson = new System.Windows.Forms.ToolStripMenuItem();
            this.meuComputer = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemOption = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemBackColor = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemBackScroll = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemSave = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemLoad = new System.Windows.Forms.ToolStripMenuItem();
            this.menuItemEixt = new System.Windows.Forms.ToolStripMenuItem();
            this.menuHelp = new System.Windows.Forms.ToolStripMenuItem();
            this.个人简介ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.radWhite = new System.Windows.Forms.RadioButton();
            this.radBlack = new System.Windows.Forms.RadioButton();
            this.lstNote = new System.Windows.Forms.ListBox();
            this.dlgColor = new System.Windows.Forms.ColorDialog();
            this.label1 = new System.Windows.Forms.Label();
            this.menuBar.SuspendLayout();
            this.groupBox1.SuspendLayout();
            this.SuspendLayout();
            // 
            // menuBar
            // 
            this.menuBar.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.MenuGame,
            this.menuHelp});
            this.menuBar.Location = new System.Drawing.Point(0, 0);
            this.menuBar.Name = "menuBar";
            this.menuBar.Size = new System.Drawing.Size(592, 24);
            this.menuBar.TabIndex = 0;
            this.menuBar.Text = "菜单栏";
            // 
            // MenuGame
            // 
            this.MenuGame.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemStart,
            this.menuItemOption,
            this.menuItemBackScroll,
            this.menuItemSave,
            this.menuItemLoad,
            this.menuItemEixt});
            this.MenuGame.Name = "MenuGame";
            this.MenuGame.Size = new System.Drawing.Size(43, 20);
            this.MenuGame.Text = "游戏";
            // 
            // menuItemStart
            // 
            this.menuItemStart.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemPvP,
            this.menuItemPvC});
            this.menuItemStart.Name = "menuItemStart";
            this.menuItemStart.Size = new System.Drawing.Size(122, 22);
            this.menuItemStart.Text = "开局";
            // 
            // menuItemPvP
            // 
            this.menuItemPvP.Name = "menuItemPvP";
            this.menuItemPvP.Size = new System.Drawing.Size(122, 22);
            this.menuItemPvP.Text = "双人对战";
            // 
            // menuItemPvC
            // 
            this.menuItemPvC.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.meuPerson,
            this.meuComputer});
            this.menuItemPvC.Name = "menuItemPvC";
            this.menuItemPvC.Size = new System.Drawing.Size(122, 22);
            this.menuItemPvC.Text = "人机对战";
            // 
            // meuPerson
            // 
            this.meuPerson.Name = "meuPerson";
            this.meuPerson.Size = new System.Drawing.Size(110, 22);
            this.meuPerson.Text = "玩家先";
            this.meuPerson.Click += new System.EventHandler(this.meuPerson_Click);
            // 
            // meuComputer
            // 
            this.meuComputer.Name = "meuComputer";
            this.meuComputer.Size = new System.Drawing.Size(110, 22);
            this.meuComputer.Text = "电脑先";
            this.meuComputer.Click += new System.EventHandler(this.meuComputer_Click);
            // 
            // menuItemOption
            // 
            this.menuItemOption.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuItemBackColor});
            this.menuItemOption.Name = "menuItemOption";
            this.menuItemOption.Size = new System.Drawing.Size(122, 22);
            this.menuItemOption.Text = "选项";
            // 
            // menuItemBackColor
            // 
            this.menuItemBackColor.Name = "menuItemBackColor";
            this.menuItemBackColor.Size = new System.Drawing.Size(122, 22);
            this.menuItemBackColor.Text = "背景设置";
            this.menuItemBackColor.Click += new System.EventHandler(this.menuItemBackColor_Click);
            // 
            // menuItemBackScroll
            // 
            this.menuItemBackScroll.Name = "menuItemBackScroll";
            this.menuItemBackScroll.Size = new System.Drawing.Size(122, 22);
            this.menuItemBackScroll.Text = "悔棋";
            // 
            // menuItemSave
            // 
            this.menuItemSave.Name = "menuItemSave";
            this.menuItemSave.Size = new System.Drawing.Size(122, 22);
            this.menuItemSave.Text = "保存棋谱";
            // 
            // menuItemLoad
            // 
            this.menuItemLoad.Name = "menuItemLoad";
            this.menuItemLoad.Size = new System.Drawing.Size(122, 22);
            this.menuItemLoad.Text = "加载棋谱";
            // 
            // menuItemEixt
            // 
            this.menuItemEixt.Name = "menuItemEixt";
            this.menuItemEixt.Size = new System.Drawing.Size(122, 22);
            this.menuItemEixt.Text = "退出";
            // 
            // menuHelp
            // 
            this.menuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.个人简介ToolStripMenuItem});
            this.menuHelp.Name = "menuHelp";
            this.menuHelp.Size = new System.Drawing.Size(43, 20);
            this.menuHelp.Text = "帮助";
            // 
            // 个人简介ToolStripMenuItem
            // 
            this.个人简介ToolStripMenuItem.Name = "个人简介ToolStripMenuItem";
            this.个人简介ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
            this.个人简介ToolStripMenuItem.Text = "个人简介";
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.radWhite);
            this.groupBox1.Controls.Add(this.radBlack);
            this.groupBox1.Location = new System.Drawing.Point(391, 269);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(133, 79);
            this.groupBox1.TabIndex = 3;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "开始顺序";
            // 
            // radWhite
            // 
            this.radWhite.AutoSize = true;
            this.radWhite.Location = new System.Drawing.Point(34, 42);
            this.radWhite.Name = "radWhite";
            this.radWhite.Size = new System.Drawing.Size(47, 16);
            this.radWhite.TabIndex = 1;
            this.radWhite.Text = "白子";
            this.radWhite.UseVisualStyleBackColor = true;
            // 
            // radBlack
            // 
            this.radBlack.AccessibleDescription = "";
            this.radBlack.AutoSize = true;
            this.radBlack.Checked = true;
            this.radBlack.Location = new System.Drawing.Point(34, 20);
            this.radBlack.Name = "radBlack";
            this.radBlack.Size = new System.Drawing.Size(47, 16);
            this.radBlack.TabIndex = 0;
            this.radBlack.TabStop = true;
            this.radBlack.Text = "黑子";
            this.radBlack.UseVisualStyleBackColor = true;
            // 
            // lstNote
            // 
            this.lstNote.BackColor = System.Drawing.SystemColors.Window;
            this.lstNote.FormattingEnabled = true;
            this.lstNote.ItemHeight = 12;
            this.lstNote.Location = new System.Drawing.Point(391, 43);
            this.lstNote.Name = "lstNote";
            this.lstNote.Size = new System.Drawing.Size(133, 220);
            this.lstNote.TabIndex = 4;
            // 
            // label1
            // 
            this.label1.Location = new System.Drawing.Point(389, 366);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(135, 48);
            this.label1.TabIndex = 5;
            // 
            // MainUI
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(592, 423);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.lstNote);
            this.Controls.Add(this.groupBox1);
            this.Controls.Add(this.menuBar);
            this.MainMenuStrip = this.menuBar;
            this.MinimumSize = new System.Drawing.Size(600, 450);
            this.Name = "MainUI";
            this.Text = "五子棋--赵睿CheongSam.3.0";
            this.Paint += new System.Windows.Forms.PaintEventHandler(this.MainUI_Paint);
            this.MouseMove += new System.Windows.Forms.MouseEventHandler(this.MainUI_MouseMove);
            this.MouseDown += new System.Windows.Forms.MouseEventHandler(this.MainUI_MouseDown);
            this.Load += new System.EventHandler(this.MainUI_Load);
            this.menuBar.ResumeLayout(false);
            this.menuBar.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuBar;
        private System.Windows.Forms.ToolStripMenuItem MenuGame;
        private System.Windows.Forms.ToolStripMenuItem menuHelp;
        private System.Windows.Forms.ToolStripMenuItem menuItemStart;
        private System.Windows.Forms.ToolStripMenuItem menuItemOption;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.RadioButton radWhite;
        private System.Windows.Forms.RadioButton radBlack;
        private System.Windows.Forms.ListBox lstNote;
        private System.Windows.Forms.ToolStripMenuItem menuItemBackColor;
        private System.Windows.Forms.ColorDialog dlgColor;
        private System.Windows.Forms.ToolStripMenuItem menuItemPvC;
        private System.Windows.Forms.ToolStripMenuItem menuItemBackScroll;
        private System.Windows.Forms.ToolStripMenuItem menuItemSave;
        private System.Windows.Forms.ToolStripMenuItem menuItemLoad;
        private System.Windows.Forms.ToolStripMenuItem 个人简介ToolStripMenuItem;
        private System.Windows.Forms.ToolStripMenuItem menuItemEixt;
        private System.Windows.Forms.ToolStripMenuItem menuItemPvP;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.ToolStripMenuItem meuPerson;
        private System.Windows.Forms.ToolStripMenuItem meuComputer;


    }
}

⌨️ 快捷键说明

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