📄 mdimain.designer.cs
字号:
namespace cpzh
{
partial class mdiMain
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(mdiMain));
this.menuStrip = new System.Windows.Forms.MenuStrip();
this.RedBallFiltMenu = new System.Windows.Forms.ToolStripMenuItem();
this.RedAnalyseMenu = new System.Windows.Forms.ToolStripMenuItem();
this.RedCompagesMenu = new System.Windows.Forms.ToolStripMenuItem();
this.BlueInputMenu = new System.Windows.Forms.ToolStripMenuItem();
this.BlueStatMenu = new System.Windows.Forms.ToolStripMenuItem();
this.HelpMenu = new System.Windows.Forms.ToolStripMenuItem();
this.AboutMenu = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.registerMenu = new System.Windows.Forms.ToolStripMenuItem();
this.HelpMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.CloseMenu = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip = new System.Windows.Forms.ToolStrip();
this.tsbtnRedBallFilt = new System.Windows.Forms.ToolStripButton();
this.tsbtnRedAnalyse = new System.Windows.Forms.ToolStripButton();
this.tsbtnRedCompages1 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnBlueData = new System.Windows.Forms.ToolStripButton();
this.tsbtnBlueStat = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton10 = new System.Windows.Forms.ToolStripButton();
this.tsbBlueBallChart = new System.Windows.Forms.ToolStripButton();
this.toolStripButton12 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton13 = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator9 = new System.Windows.Forms.ToolStripSeparator();
this.tsbtnClose = new System.Windows.Forms.ToolStripButton();
this.statusStrip = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel();
this.ToolTip = new System.Windows.Forms.ToolTip(this.components);
this.menuStrip.SuspendLayout();
this.toolStrip.SuspendLayout();
this.statusStrip.SuspendLayout();
this.SuspendLayout();
//
// menuStrip
//
this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.RedBallFiltMenu,
this.RedAnalyseMenu,
this.RedCompagesMenu,
this.BlueInputMenu,
this.BlueStatMenu,
this.HelpMenu,
this.CloseMenu});
this.menuStrip.Location = new System.Drawing.Point(0, 0);
this.menuStrip.MdiWindowListItem = this.BlueInputMenu;
this.menuStrip.Name = "menuStrip";
this.menuStrip.Size = new System.Drawing.Size(760, 24);
this.menuStrip.TabIndex = 0;
this.menuStrip.Text = "MenuStrip";
//
// RedBallFiltMenu
//
this.RedBallFiltMenu.Name = "RedBallFiltMenu";
this.RedBallFiltMenu.Size = new System.Drawing.Size(82, 20);
this.RedBallFiltMenu.Text = "红球选球(&H)";
this.RedBallFiltMenu.Click += new System.EventHandler(this.RedBallFiltMenu_Click);
//
// RedAnalyseMenu
//
this.RedAnalyseMenu.Name = "RedAnalyseMenu";
this.RedAnalyseMenu.Size = new System.Drawing.Size(83, 20);
this.RedAnalyseMenu.Text = "红球数据(&Q)";
this.RedAnalyseMenu.Click += new System.EventHandler(this.RedAnalyseMenu_Click);
//
// RedCompagesMenu
//
this.RedCompagesMenu.Name = "RedCompagesMenu";
this.RedCompagesMenu.Size = new System.Drawing.Size(81, 20);
this.RedCompagesMenu.Text = "红球组合(&Z)";
this.RedCompagesMenu.Click += new System.EventHandler(this.RedCompagesMenu_Click);
//
// BlueInputMenu
//
this.BlueInputMenu.Name = "BlueInputMenu";
this.BlueInputMenu.Size = new System.Drawing.Size(106, 20);
this.BlueInputMenu.Text = "蓝球数据录入(&R)";
this.BlueInputMenu.Click += new System.EventHandler(this.windowsMenu_Click);
//
// BlueStatMenu
//
this.BlueStatMenu.Name = "BlueStatMenu";
this.BlueStatMenu.Size = new System.Drawing.Size(80, 20);
this.BlueStatMenu.Text = "蓝球数据(&L)";
this.BlueStatMenu.Click += new System.EventHandler(this.BlueStatMenu_Click);
//
// HelpMenu
//
this.HelpMenu.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.AboutMenu,
this.toolStripMenuItem1,
this.registerMenu,
this.HelpMenuItem});
this.HelpMenu.Name = "HelpMenu";
this.HelpMenu.Size = new System.Drawing.Size(57, 20);
this.HelpMenu.Text = "帮助(&F)";
//
// AboutMenu
//
this.AboutMenu.Name = "AboutMenu";
this.AboutMenu.Size = new System.Drawing.Size(122, 22);
this.AboutMenu.Text = "关于";
this.AboutMenu.Click += new System.EventHandler(this.AboutMenu_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(119, 6);
//
// registerMenu
//
this.registerMenu.Name = "registerMenu";
this.registerMenu.Size = new System.Drawing.Size(122, 22);
this.registerMenu.Text = "软件注册";
this.registerMenu.Click += new System.EventHandler(this.registerMenu_Click);
//
// HelpMenuItem
//
this.HelpMenuItem.Name = "HelpMenuItem";
this.HelpMenuItem.Size = new System.Drawing.Size(122, 22);
this.HelpMenuItem.Text = "帮助信息";
this.HelpMenuItem.Click += new System.EventHandler(this.HelpMenuItem_Click);
//
// CloseMenu
//
this.CloseMenu.Name = "CloseMenu";
this.CloseMenu.Size = new System.Drawing.Size(81, 20);
this.CloseMenu.Text = "退出系统(&T)";
this.CloseMenu.Click += new System.EventHandler(this.CloseMenu_Click);
//
// toolStrip
//
this.toolStrip.AutoSize = false;
this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsbtnRedBallFilt,
this.tsbtnRedAnalyse,
this.tsbtnRedCompages1,
this.toolStripSeparator1,
this.tsbtnBlueData,
this.tsbtnBlueStat,
this.toolStripSeparator2,
this.toolStripButton6,
this.toolStripButton7,
this.toolStripButton8,
this.toolStripButton9,
this.toolStripButton10,
this.tsbBlueBallChart,
this.toolStripButton12,
this.toolStripButton13,
this.toolStripSeparator9,
this.tsbtnClose});
this.toolStrip.Location = new System.Drawing.Point(0, 24);
this.toolStrip.Name = "toolStrip";
this.toolStrip.Size = new System.Drawing.Size(760, 54);
this.toolStrip.TabIndex = 1;
this.toolStrip.Text = "ToolStrip";
//
// tsbtnRedBallFilt
//
this.tsbtnRedBallFilt.AutoSize = false;
this.tsbtnRedBallFilt.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnRedBallFilt.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRedBallFilt.Image")));
this.tsbtnRedBallFilt.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnRedBallFilt.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnRedBallFilt.Name = "tsbtnRedBallFilt";
this.tsbtnRedBallFilt.Size = new System.Drawing.Size(50, 50);
this.tsbtnRedBallFilt.Text = "toolStripButton1";
this.tsbtnRedBallFilt.ToolTipText = "红球选球";
this.tsbtnRedBallFilt.Click += new System.EventHandler(this.tsbtnRedBallFilt_Click);
//
// tsbtnRedAnalyse
//
this.tsbtnRedAnalyse.AutoSize = false;
this.tsbtnRedAnalyse.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnRedAnalyse.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRedAnalyse.Image")));
this.tsbtnRedAnalyse.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnRedAnalyse.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnRedAnalyse.Name = "tsbtnRedAnalyse";
this.tsbtnRedAnalyse.Size = new System.Drawing.Size(50, 50);
this.tsbtnRedAnalyse.Text = "tsbtnRedAnalyse";
this.tsbtnRedAnalyse.ToolTipText = "红球历史数据分析";
this.tsbtnRedAnalyse.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// tsbtnRedCompages1
//
this.tsbtnRedCompages1.AutoSize = false;
this.tsbtnRedCompages1.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
this.tsbtnRedCompages1.Image = ((System.Drawing.Image)(resources.GetObject("tsbtnRedCompages1.Image")));
this.tsbtnRedCompages1.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.tsbtnRedCompages1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.tsbtnRedCompages1.Name = "tsbtnRedCompages1";
this.tsbtnRedCompages1.Size = new System.Drawing.Size(50, 50);
this.tsbtnRedCompages1.ToolTipText = "红球组合";
this.tsbtnRedCompages1.Click += new System.EventHandler(this.tsbtnBlueData_Click);
//
// toolStripSeparator1
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -