?? frmhistoryview.designer.cs
字號:
?namespace cpzh
{
partial class frmHistoryView
{
/// <summary>
/// 必需的設(shè)計器變量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)釋放托管資源,為 true;否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗體設(shè)計器生成的代碼
/// <summary>
/// 設(shè)計器支持所需的方法 - 不要
/// 使用代碼編輯器修改此方法的內(nèi)容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.plLeft = new System.Windows.Forms.Panel();
this.groupBox4 = new System.Windows.Forms.GroupBox();
this.mtbStatNum = new System.Windows.Forms.MaskedTextBox();
this.label4 = new System.Windows.Forms.Label();
this.btnStatAll = new System.Windows.Forms.Button();
this.btnStatCur = new System.Windows.Forms.Button();
this.cbRedNo = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.mtbDateNum = new System.Windows.Forms.MaskedTextBox();
this.label3 = new System.Windows.Forms.Label();
this.btnStatMap = new System.Windows.Forms.Button();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnEduce = new System.Windows.Forms.Button();
this.btnStat = new System.Windows.Forms.Button();
this.mtbStatDate = new System.Windows.Forms.MaskedTextBox();
this.label2 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnQuery = new System.Windows.Forms.Button();
this.mtbAnnalNum = new System.Windows.Forms.MaskedTextBox();
this.label1 = new System.Windows.Forms.Label();
this.plView = new System.Windows.Forms.Panel();
this.dgwHistoryView = new System.Windows.Forms.DataGridView();
this.zgMain = new ZedGraph.ZedGraphControl();
this.plChart = new System.Windows.Forms.Panel();
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.tsslAppear1 = new System.Windows.Forms.ToolStripStatusLabel();
this.tsslCommend = new System.Windows.Forms.ToolStripStatusLabel();
this.dgvQuery = new System.Windows.Forms.DataGridView();
this.plLeft.SuspendLayout();
this.groupBox4.SuspendLayout();
this.groupBox3.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.plView.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgwHistoryView)).BeginInit();
this.plChart.SuspendLayout();
this.ssStatResult.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvQuery)).BeginInit();
this.SuspendLayout();
//
// plLeft
//
this.plLeft.Controls.Add(this.groupBox4);
this.plLeft.Controls.Add(this.groupBox3);
this.plLeft.Controls.Add(this.groupBox2);
this.plLeft.Controls.Add(this.groupBox1);
this.plLeft.Dock = System.Windows.Forms.DockStyle.Left;
this.plLeft.Location = new System.Drawing.Point(0, 0);
this.plLeft.Name = "plLeft";
this.plLeft.Size = new System.Drawing.Size(200, 375);
this.plLeft.TabIndex = 0;
//
// groupBox4
//
this.groupBox4.Controls.Add(this.mtbStatNum);
this.groupBox4.Controls.Add(this.label4);
this.groupBox4.Controls.Add(this.btnStatAll);
this.groupBox4.Controls.Add(this.btnStatCur);
this.groupBox4.Controls.Add(this.cbRedNo);
this.groupBox4.Controls.Add(this.label5);
this.groupBox4.Location = new System.Drawing.Point(3, 269);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(194, 102);
this.groupBox4.TabIndex = 4;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "統(tǒng)計間隔期數(shù)";
//
// mtbStatNum
//
this.mtbStatNum.Location = new System.Drawing.Point(74, 42);
this.mtbStatNum.Mask = "000";
this.mtbStatNum.Name = "mtbStatNum";
this.mtbStatNum.Size = new System.Drawing.Size(100, 21);
this.mtbStatNum.TabIndex = 5;
this.mtbStatNum.Text = "100";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(6, 42);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(65, 12);
this.label4.TabIndex = 4;
this.label4.Text = "統(tǒng)計期數(shù):";
//
// btnStatAll
//
this.btnStatAll.Location = new System.Drawing.Point(8, 68);
this.btnStatAll.Name = "btnStatAll";
this.btnStatAll.Size = new System.Drawing.Size(75, 28);
this.btnStatAll.TabIndex = 3;
this.btnStatAll.Text = "統(tǒng)計所有";
this.btnStatAll.UseVisualStyleBackColor = true;
this.btnStatAll.Click += new System.EventHandler(this.btnStatAll_Click);
//
// btnStatCur
//
this.btnStatCur.Location = new System.Drawing.Point(99, 68);
this.btnStatCur.Name = "btnStatCur";
this.btnStatCur.Size = new System.Drawing.Size(75, 28);
this.btnStatCur.TabIndex = 2;
this.btnStatCur.Text = "統(tǒng)計當(dāng)前";
this.btnStatCur.UseVisualStyleBackColor = true;
this.btnStatCur.Click += new System.EventHandler(this.btnStatCur_Click);
//
// cbRedNo
//
this.cbRedNo.FormattingEnabled = true;
this.cbRedNo.Location = new System.Drawing.Point(74, 14);
this.cbRedNo.Name = "cbRedNo";
this.cbRedNo.Size = new System.Drawing.Size(100, 20);
this.cbRedNo.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(6, 17);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(65, 12);
this.label5.TabIndex = 0;
this.label5.Text = "紅球號碼:";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.mtbDateNum);
this.groupBox3.Controls.Add(this.label3);
this.groupBox3.Controls.Add(this.btnStatMap);
this.groupBox3.Location = new System.Drawing.Point(3, 183);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(191, 80);
this.groupBox3.TabIndex = 3;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "獎號分布圖";
//
// mtbDateNum
//
this.mtbDateNum.Location = new System.Drawing.Point(72, 17);
this.mtbDateNum.Mask = "0000";
this.mtbDateNum.Name = "mtbDateNum";
this.mtbDateNum.Size = new System.Drawing.Size(104, 21);
this.mtbDateNum.TabIndex = 2;
this.mtbDateNum.Text = "50";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(9, 20);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(65, 12);
this.label3.TabIndex = 1;
this.label3.Text = "統(tǒng)計期數(shù):";
//
// btnStatMap
//
this.btnStatMap.Location = new System.Drawing.Point(109, 47);
this.btnStatMap.Name = "btnStatMap";
this.btnStatMap.Size = new System.Drawing.Size(67, 28);
this.btnStatMap.TabIndex = 0;
this.btnStatMap.Text = "統(tǒng) 計";
this.btnStatMap.UseVisualStyleBackColor = true;
this.btnStatMap.Click += new System.EventHandler(this.btnStatMap_Click);
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnEduce);
this.groupBox2.Controls.Add(this.btnStat);
this.groupBox2.Controls.Add(this.mtbStatDate);
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Location = new System.Drawing.Point(3, 93);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(191, 84);
this.groupBox2.TabIndex = 1;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "30期內(nèi)出現(xiàn)的頻率統(tǒng)計";
//
// btnEduce
//
this.btnEduce.Location = new System.Drawing.Point(28, 45);
this.btnEduce.Name = "btnEduce";
this.btnEduce.Size = new System.Drawing.Size(67, 28);
this.btnEduce.TabIndex = 3;
this.btnEduce.Text = "導(dǎo) 出";
this.btnEduce.UseVisualStyleBackColor = true;
this.btnEduce.Visible = false;
//
// btnStat
//
this.btnStat.Location = new System.Drawing.Point(109, 45);
this.btnStat.Name = "btnStat";
this.btnStat.Size = new System.Drawing.Size(67, 28);
this.btnStat.TabIndex = 2;
this.btnStat.Text = "統(tǒng) 計";
this.btnStat.UseVisualStyleBackColor = true;
this.btnStat.Click += new System.EventHandler(this.btnStat_Click);
//
// mtbStatDate
//
this.mtbStatDate.Location = new System.Drawing.Point(72, 14);
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -