?? frmhistoryview.designer.cs
字號:
this.mtbStatDate.Mask = "0000";
this.mtbStatDate.Name = "mtbStatDate";
this.mtbStatDate.Size = new System.Drawing.Size(104, 21);
this.mtbStatDate.TabIndex = 1;
this.mtbStatDate.Text = "50";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(9, 17);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(65, 12);
this.label2.TabIndex = 0;
this.label2.Text = "統計期數:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnQuery);
this.groupBox1.Controls.Add(this.mtbAnnalNum);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(3, 3);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(191, 84);
this.groupBox1.TabIndex = 0;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "查詢數據";
//
// btnQuery
//
this.btnQuery.Location = new System.Drawing.Point(109, 50);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(67, 28);
this.btnQuery.TabIndex = 1;
this.btnQuery.Text = "查 詢";
this.btnQuery.UseVisualStyleBackColor = true;
this.btnQuery.Click += new System.EventHandler(this.btnQuery_Click);
//
// mtbAnnalNum
//
this.mtbAnnalNum.Location = new System.Drawing.Point(72, 20);
this.mtbAnnalNum.Mask = "0000";
this.mtbAnnalNum.Name = "mtbAnnalNum";
this.mtbAnnalNum.Size = new System.Drawing.Size(104, 21);
this.mtbAnnalNum.TabIndex = 0;
this.mtbAnnalNum.Text = "50";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 23);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 0;
this.label1.Text = "最近期數:";
//
// plView
//
this.plView.Controls.Add(this.dgvQuery);
this.plView.Controls.Add(this.dgwHistoryView);
this.plView.Dock = System.Windows.Forms.DockStyle.Fill;
this.plView.Location = new System.Drawing.Point(200, 0);
this.plView.Name = "plView";
this.plView.Size = new System.Drawing.Size(582, 375);
this.plView.TabIndex = 1;
//
// dgwHistoryView
//
this.dgwHistoryView.AllowUserToDeleteRows = false;
this.dgwHistoryView.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText;
this.dgwHistoryView.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgwHistoryView.Location = new System.Drawing.Point(0, 0);
this.dgwHistoryView.Name = "dgwHistoryView";
this.dgwHistoryView.ReadOnly = true;
this.dgwHistoryView.RowTemplate.Height = 23;
this.dgwHistoryView.Size = new System.Drawing.Size(582, 375);
this.dgwHistoryView.TabIndex = 0;
//
// zgMain
//
this.zgMain.Dock = System.Windows.Forms.DockStyle.Fill;
this.zgMain.Location = new System.Drawing.Point(0, 0);
this.zgMain.Name = "zgMain";
this.zgMain.ScrollGrace = 0;
this.zgMain.ScrollMaxX = 0;
this.zgMain.ScrollMaxY = 0;
this.zgMain.ScrollMaxY2 = 0;
this.zgMain.ScrollMinX = 0;
this.zgMain.ScrollMinY = 0;
this.zgMain.ScrollMinY2 = 0;
this.zgMain.Size = new System.Drawing.Size(582, 375);
this.zgMain.TabIndex = 1;
//
// plChart
//
this.plChart.Controls.Add(this.zgMain);
this.plChart.Dock = System.Windows.Forms.DockStyle.Fill;
this.plChart.Location = new System.Drawing.Point(200, 0);
this.plChart.Name = "plChart";
this.plChart.Size = new System.Drawing.Size(582, 375);
this.plChart.TabIndex = 2;
//
// ssStatResult
//
this.ssStatResult.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tsslCurValue,
this.tsslAverage,
this.tsslHitAward,
this.tsslAppear,
this.tsslAppear1,
this.tsslCommend});
this.ssStatResult.Location = new System.Drawing.Point(0, 375);
this.ssStatResult.Name = "ssStatResult";
this.ssStatResult.Size = new System.Drawing.Size(782, 22);
this.ssStatResult.TabIndex = 5;
this.ssStatResult.Text = "statusStrip1";
//
// tsslCurValue
//
this.tsslCurValue.Name = "tsslCurValue";
this.tsslCurValue.Size = new System.Drawing.Size(67, 17);
this.tsslCurValue.Text = "當前期數:";
//
// tsslAverage
//
this.tsslAverage.Name = "tsslAverage";
this.tsslAverage.Size = new System.Drawing.Size(67, 17);
this.tsslAverage.Text = "平均數為:";
//
// tsslHitAward
//
this.tsslHitAward.Name = "tsslHitAward";
this.tsslHitAward.Size = new System.Drawing.Size(103, 17);
this.tsslHitAward.Text = "當前球出現次數:";
//
// tsslAppear
//
this.tsslAppear.Name = "tsslAppear";
this.tsslAppear.Size = new System.Drawing.Size(115, 17);
this.tsslAppear.Text = "當前期數出現次數:";
//
// tsslAppear1
//
this.tsslAppear1.Name = "tsslAppear1";
this.tsslAppear1.Size = new System.Drawing.Size(121, 17);
this.tsslAppear1.Text = "正負1期的出現次數:";
//
// tsslCommend
//
this.tsslCommend.Name = "tsslCommend";
this.tsslCommend.Size = new System.Drawing.Size(67, 17);
this.tsslCommend.Text = "推薦指數:";
//
// dgvQuery
//
this.dgvQuery.AllowUserToDeleteRows = false;
this.dgvQuery.BackgroundColor = System.Drawing.SystemColors.ActiveCaptionText;
this.dgvQuery.Dock = System.Windows.Forms.DockStyle.Fill;
this.dgvQuery.Location = new System.Drawing.Point(0, 0);
this.dgvQuery.Name = "dgvQuery";
this.dgvQuery.ReadOnly = true;
this.dgvQuery.RowTemplate.Height = 23;
this.dgvQuery.Size = new System.Drawing.Size(582, 375);
this.dgvQuery.TabIndex = 1;
//
// frmHistoryView
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(782, 397);
this.Controls.Add(this.plChart);
this.Controls.Add(this.plView);
this.Controls.Add(this.plLeft);
this.Controls.Add(this.ssStatResult);
this.Name = "frmHistoryView";
this.Text = "歷史中獎數據";
this.Load += new System.EventHandler(this.frmHistoryView_Load);
this.plLeft.ResumeLayout(false);
this.groupBox4.ResumeLayout(false);
this.groupBox4.PerformLayout();
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.plView.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.dgwHistoryView)).EndInit();
this.plChart.ResumeLayout(false);
this.ssStatResult.ResumeLayout(false);
this.ssStatResult.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvQuery)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Panel plLeft;
private System.Windows.Forms.Panel plView;
private System.Windows.Forms.DataGridView dgwHistoryView;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Button btnQuery;
private System.Windows.Forms.MaskedTextBox mtbAnnalNum;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.MaskedTextBox mtbStatDate;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnStat;
private System.Windows.Forms.Button btnEduce;
private System.Windows.Forms.GroupBox groupBox3;
private System.Windows.Forms.MaskedTextBox mtbDateNum;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnStatMap;
private System.Windows.Forms.GroupBox groupBox4;
private System.Windows.Forms.MaskedTextBox mtbStatNum;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btnStatAll;
private System.Windows.Forms.Button btnStatCur;
private System.Windows.Forms.ComboBox cbRedNo;
private System.Windows.Forms.Label label5;
private ZedGraph.ZedGraphControl zgMain;
private System.Windows.Forms.Panel plChart;
private System.Windows.Forms.StatusStrip ssStatResult;
private System.Windows.Forms.ToolStripStatusLabel tsslCurValue;
private System.Windows.Forms.ToolStripStatusLabel tsslAverage;
private System.Windows.Forms.ToolStripStatusLabel tsslHitAward;
private System.Windows.Forms.ToolStripStatusLabel tsslAppear;
private System.Windows.Forms.ToolStripStatusLabel tsslAppear1;
private System.Windows.Forms.ToolStripStatusLabel tsslCommend;
private System.Windows.Forms.DataGridView dgvQuery;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -