📄 frmbluechart.designer.cs
字号:
namespace cpzh
{
partial class frmBlueChart
{
/// <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();
this.plOption = new System.Windows.Forms.Panel();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnStatAll = new System.Windows.Forms.Button();
this.mtbStatNum = new System.Windows.Forms.MaskedTextBox();
this.label1 = new System.Windows.Forms.Label();
this.btnStat = new System.Windows.Forms.Button();
this.rbNum16 = new System.Windows.Forms.RadioButton();
this.rbNum15 = new System.Windows.Forms.RadioButton();
this.rbNum14 = new System.Windows.Forms.RadioButton();
this.rbNum13 = new System.Windows.Forms.RadioButton();
this.rbNum12 = new System.Windows.Forms.RadioButton();
this.rbNum11 = new System.Windows.Forms.RadioButton();
this.rbNum10 = new System.Windows.Forms.RadioButton();
this.rbNum9 = new System.Windows.Forms.RadioButton();
this.rbNum8 = new System.Windows.Forms.RadioButton();
this.rbNum7 = new System.Windows.Forms.RadioButton();
this.rbNum6 = new System.Windows.Forms.RadioButton();
this.rbNum5 = new System.Windows.Forms.RadioButton();
this.rbNum4 = new System.Windows.Forms.RadioButton();
this.rbNum3 = new System.Windows.Forms.RadioButton();
this.rbNum2 = new System.Windows.Forms.RadioButton();
this.rbNum1 = new System.Windows.Forms.RadioButton();
this.plChart = new System.Windows.Forms.Panel();
this.zgMain = new ZedGraph.ZedGraphControl();
this.ssStatResult = new System.Windows.Forms.StatusStrip();
this.tsslCurValue = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslAverage = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslHitAward = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslAppear = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslAppear2 = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslCommend = new System.Windows.Forms.ToolStripStatusLabel();
this.dgvStatAll = new System.Windows.Forms.DataGridView();
this.colBlueBallNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colCurIssue = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colAverageIssue = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colAwardNum = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colAppear = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colAppear2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.colCommend = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.plStatAll = new System.Windows.Forms.Panel();
this.plOption.SuspendLayout();
this.groupBox1.SuspendLayout();
this.plChart.SuspendLayout();
this.ssStatResult.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvStatAll)).BeginInit();
this.plStatAll.SuspendLayout();
this.SuspendLayout();
//
// plOption
//
this.plOption.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.plOption.Controls.Add(this.groupBox1);
this.plOption.Dock = System.Windows.Forms.DockStyle.Left;
this.plOption.Location = new System.Drawing.Point(0, 0);
this.plOption.Name = "plOption";
this.plOption.Size = new System.Drawing.Size(179, 363);
this.plOption.TabIndex = 0;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnStatAll);
this.groupBox1.Controls.Add(this.mtbStatNum);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Controls.Add(this.btnStat);
this.groupBox1.Controls.Add(this.rbNum16);
this.groupBox1.Controls.Add(this.rbNum15);
this.groupBox1.Controls.Add(this.rbNum14);
this.groupBox1.Controls.Add(this.rbNum13);
this.groupBox1.Controls.Add(this.rbNum12);
this.groupBox1.Controls.Add(this.rbNum11);
this.groupBox1.Controls.Add(this.rbNum10);
this.groupBox1.Controls.Add(this.rbNum9);
this.groupBox1.Controls.Add(this.rbNum8);
this.groupBox1.Controls.Add(this.rbNum7);
this.groupBox1.Controls.Add(this.rbNum6);
this.groupBox1.Controls.Add(this.rbNum5);
this.groupBox1.Controls.Add(this.rbNum4);
this.groupBox1.Controls.Add(this.rbNum3);
this.groupBox1.Controls.Add(this.rbNum2);
this.groupBox1.Controls.Add(this.rbNum1);
this.groupBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.groupBox1.Location = new System.Drawing.Point(0, 0);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(177, 167);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "蓝球数据统计";
//
// btnStatAll
//
this.btnStatAll.Location = new System.Drawing.Point(90, 136);
this.btnStatAll.Name = "btnStatAll";
this.btnStatAll.Size = new System.Drawing.Size(84, 28);
this.btnStatAll.TabIndex = 19;
this.btnStatAll.Text = "统计所有";
this.btnStatAll.UseVisualStyleBackColor = true;
this.btnStatAll.Click += new System.EventHandler(this.btnStatAll_Click);
//
// mtbStatNum
//
this.mtbStatNum.Location = new System.Drawing.Point(74, 113);
this.mtbStatNum.Mask = "000";
this.mtbStatNum.Name = "mtbStatNum";
this.mtbStatNum.Size = new System.Drawing.Size(91, 21);
this.mtbStatNum.TabIndex = 18;
this.mtbStatNum.Text = "200";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(11, 116);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 17;
this.label1.Text = "统计期数:";
//
// btnStat
//
this.btnStat.Location = new System.Drawing.Point(3, 136);
this.btnStat.Name = "btnStat";
this.btnStat.Size = new System.Drawing.Size(84, 28);
this.btnStat.TabIndex = 16;
this.btnStat.Text = "统计当前";
this.btnStat.UseVisualStyleBackColor = true;
this.btnStat.Click += new System.EventHandler(this.btnStat_Click);
//
// rbNum16
//
this.rbNum16.AutoSize = true;
this.rbNum16.Location = new System.Drawing.Point(130, 87);
this.rbNum16.Name = "rbNum16";
this.rbNum16.Size = new System.Drawing.Size(35, 16);
this.rbNum16.TabIndex = 15;
this.rbNum16.Text = "16";
this.rbNum16.UseVisualStyleBackColor = true;
//
// rbNum15
//
this.rbNum15.AutoSize = true;
this.rbNum15.Location = new System.Drawing.Point(91, 87);
this.rbNum15.Name = "rbNum15";
this.rbNum15.Size = new System.Drawing.Size(35, 16);
this.rbNum15.TabIndex = 14;
this.rbNum15.Text = "15";
this.rbNum15.UseVisualStyleBackColor = true;
//
// rbNum14
//
this.rbNum14.AutoSize = true;
this.rbNum14.Location = new System.Drawing.Point(52, 87);
this.rbNum14.Name = "rbNum14";
this.rbNum14.Size = new System.Drawing.Size(35, 16);
this.rbNum14.TabIndex = 13;
this.rbNum14.Text = "14";
this.rbNum14.UseVisualStyleBackColor = true;
//
// rbNum13
//
this.rbNum13.AutoSize = true;
this.rbNum13.Location = new System.Drawing.Point(13, 87);
this.rbNum13.Name = "rbNum13";
this.rbNum13.Size = new System.Drawing.Size(35, 16);
this.rbNum13.TabIndex = 12;
this.rbNum13.Text = "13";
this.rbNum13.UseVisualStyleBackColor = true;
//
// rbNum12
//
this.rbNum12.AutoSize = true;
this.rbNum12.Location = new System.Drawing.Point(130, 65);
this.rbNum12.Name = "rbNum12";
this.rbNum12.Size = new System.Drawing.Size(35, 16);
this.rbNum12.TabIndex = 11;
this.rbNum12.Text = "12";
this.rbNum12.UseVisualStyleBackColor = true;
//
// rbNum11
//
this.rbNum11.AutoSize = true;
this.rbNum11.Location = new System.Drawing.Point(91, 65);
this.rbNum11.Name = "rbNum11";
this.rbNum11.Size = new System.Drawing.Size(35, 16);
this.rbNum11.TabIndex = 10;
this.rbNum11.Text = "11";
this.rbNum11.UseVisualStyleBackColor = true;
//
// rbNum10
//
this.rbNum10.AutoSize = true;
this.rbNum10.Location = new System.Drawing.Point(52, 65);
this.rbNum10.Name = "rbNum10";
this.rbNum10.Size = new System.Drawing.Size(35, 16);
this.rbNum10.TabIndex = 9;
this.rbNum10.Text = "10";
this.rbNum10.UseVisualStyleBackColor = true;
//
// rbNum9
//
this.rbNum9.AutoSize = true;
this.rbNum9.Location = new System.Drawing.Point(13, 65);
this.rbNum9.Name = "rbNum9";
this.rbNum9.Size = new System.Drawing.Size(35, 16);
this.rbNum9.TabIndex = 8;
this.rbNum9.Text = "09";
this.rbNum9.UseVisualStyleBackColor = true;
//
// rbNum8
//
this.rbNum8.AutoSize = true;
this.rbNum8.Location = new System.Drawing.Point(130, 43);
this.rbNum8.Name = "rbNum8";
this.rbNum8.Size = new System.Drawing.Size(35, 16);
this.rbNum8.TabIndex = 7;
this.rbNum8.Text = "08";
this.rbNum8.UseVisualStyleBackColor = true;
//
// rbNum7
//
this.rbNum7.AutoSize = true;
this.rbNum7.Location = new System.Drawing.Point(91, 43);
this.rbNum7.Name = "rbNum7";
this.rbNum7.Size = new System.Drawing.Size(35, 16);
this.rbNum7.TabIndex = 6;
this.rbNum7.Text = "07";
this.rbNum7.UseVisualStyleBackColor = true;
//
// rbNum6
//
this.rbNum6.AutoSize = true;
this.rbNum6.Location = new System.Drawing.Point(52, 43);
this.rbNum6.Name = "rbNum6";
this.rbNum6.Size = new System.Drawing.Size(35, 16);
this.rbNum6.TabIndex = 5;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -