?? frmredball.designer.cs
字號:
?namespace cpzh
{
partial class frmRedBall
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.gb6To29 = new System.Windows.Forms.GroupBox();
this.btnMake73 = new System.Windows.Forms.Button();
this.btnMake29 = new System.Windows.Forms.Button();
this.mtbSixthArray = new System.Windows.Forms.MaskedTextBox();
this.label6 = new System.Windows.Forms.Label();
this.mtbFifthArray = new System.Windows.Forms.MaskedTextBox();
this.label5 = new System.Windows.Forms.Label();
this.mtbfourthArray = new System.Windows.Forms.MaskedTextBox();
this.label4 = new System.Windows.Forms.Label();
this.mtbThirdArray = new System.Windows.Forms.MaskedTextBox();
this.label3 = new System.Windows.Forms.Label();
this.mtbSecondArray = new System.Windows.Forms.MaskedTextBox();
this.label2 = new System.Windows.Forms.Label();
this.mtbFristArray = new System.Windows.Forms.MaskedTextBox();
this.label1 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.btnOk = new System.Windows.Forms.Button();
this.btn33 = new System.Windows.Forms.Button();
this.btn30 = new System.Windows.Forms.Button();
this.btn29 = new System.Windows.Forms.Button();
this.btn28 = new System.Windows.Forms.Button();
this.btn27 = new System.Windows.Forms.Button();
this.btn26 = new System.Windows.Forms.Button();
this.btn25 = new System.Windows.Forms.Button();
this.btn31 = new System.Windows.Forms.Button();
this.btn24 = new System.Windows.Forms.Button();
this.btn23 = new System.Windows.Forms.Button();
this.btn22 = new System.Windows.Forms.Button();
this.btn21 = new System.Windows.Forms.Button();
this.btn32 = new System.Windows.Forms.Button();
this.btn20 = new System.Windows.Forms.Button();
this.btn19 = new System.Windows.Forms.Button();
this.btn18 = new System.Windows.Forms.Button();
this.btn17 = new System.Windows.Forms.Button();
this.btn16 = new System.Windows.Forms.Button();
this.btn15 = new System.Windows.Forms.Button();
this.btn14 = new System.Windows.Forms.Button();
this.btn13 = new System.Windows.Forms.Button();
this.btn12 = new System.Windows.Forms.Button();
this.btn11 = new System.Windows.Forms.Button();
this.btn10 = new System.Windows.Forms.Button();
this.btn9 = new System.Windows.Forms.Button();
this.btn8 = new System.Windows.Forms.Button();
this.btn7 = new System.Windows.Forms.Button();
this.btn6 = new System.Windows.Forms.Button();
this.btn5 = new System.Windows.Forms.Button();
this.btn4 = new System.Windows.Forms.Button();
this.btn3 = new System.Windows.Forms.Button();
this.btn2 = new System.Windows.Forms.Button();
this.btn1 = new System.Windows.Forms.Button();
this.panel2 = new System.Windows.Forms.Panel();
this.dgvMain = new System.Windows.Forms.DataGridView();
this.panel1.SuspendLayout();
this.gb6To29.SuspendLayout();
this.groupBox1.SuspendLayout();
this.panel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvMain)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.gb6To29);
this.panel1.Controls.Add(this.groupBox1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(223, 566);
this.panel1.TabIndex = 0;
//
// gb6To29
//
this.gb6To29.Controls.Add(this.btnMake73);
this.gb6To29.Controls.Add(this.btnMake29);
this.gb6To29.Controls.Add(this.mtbSixthArray);
this.gb6To29.Controls.Add(this.label6);
this.gb6To29.Controls.Add(this.mtbFifthArray);
this.gb6To29.Controls.Add(this.label5);
this.gb6To29.Controls.Add(this.mtbfourthArray);
this.gb6To29.Controls.Add(this.label4);
this.gb6To29.Controls.Add(this.mtbThirdArray);
this.gb6To29.Controls.Add(this.label3);
this.gb6To29.Controls.Add(this.mtbSecondArray);
this.gb6To29.Controls.Add(this.label2);
this.gb6To29.Controls.Add(this.mtbFristArray);
this.gb6To29.Controls.Add(this.label1);
this.gb6To29.Location = new System.Drawing.Point(4, 261);
this.gb6To29.Name = "gb6To29";
this.gb6To29.Size = new System.Drawing.Size(215, 223);
this.gb6To29.TabIndex = 3;
this.gb6To29.TabStop = false;
this.gb6To29.Text = "6*3選號";
//
// btnMake73
//
this.btnMake73.Location = new System.Drawing.Point(44, 181);
this.btnMake73.Name = "btnMake73";
this.btnMake73.Size = new System.Drawing.Size(78, 33);
this.btnMake73.TabIndex = 13;
this.btnMake73.Text = "生成73組";
this.btnMake73.UseVisualStyleBackColor = true;
this.btnMake73.Click += new System.EventHandler(this.btnMake73_Click);
//
// btnMake29
//
this.btnMake29.Location = new System.Drawing.Point(125, 181);
this.btnMake29.Name = "btnMake29";
this.btnMake29.Size = new System.Drawing.Size(78, 33);
this.btnMake29.TabIndex = 12;
this.btnMake29.Text = "生成29組";
this.btnMake29.UseVisualStyleBackColor = true;
this.btnMake29.Click += new System.EventHandler(this.btnMakeResult_Click);
//
// mtbSixthArray
//
this.mtbSixthArray.Location = new System.Drawing.Point(64, 152);
this.mtbSixthArray.Mask = "00-00-00";
this.mtbSixthArray.Name = "mtbSixthArray";
this.mtbSixthArray.Size = new System.Drawing.Size(138, 21);
this.mtbSixthArray.TabIndex = 11;
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(8, 152);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(53, 12);
this.label6.TabIndex = 10;
this.label6.Text = "第六組:";
//
// mtbFifthArray
//
this.mtbFifthArray.Location = new System.Drawing.Point(64, 125);
this.mtbFifthArray.Mask = "00-00-00";
this.mtbFifthArray.Name = "mtbFifthArray";
this.mtbFifthArray.Size = new System.Drawing.Size(138, 21);
this.mtbFifthArray.TabIndex = 9;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(8, 125);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 8;
this.label5.Text = "第五組:";
//
// mtbfourthArray
//
this.mtbfourthArray.Location = new System.Drawing.Point(64, 98);
this.mtbfourthArray.Mask = "00-00-00";
this.mtbfourthArray.Name = "mtbfourthArray";
this.mtbfourthArray.Size = new System.Drawing.Size(138, 21);
this.mtbfourthArray.TabIndex = 7;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(8, 98);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(53, 12);
this.label4.TabIndex = 6;
this.label4.Text = "第四組:";
//
// mtbThirdArray
//
this.mtbThirdArray.Location = new System.Drawing.Point(64, 71);
this.mtbThirdArray.Mask = "00-00-00";
this.mtbThirdArray.Name = "mtbThirdArray";
this.mtbThirdArray.Size = new System.Drawing.Size(138, 21);
this.mtbThirdArray.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(8, 71);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(53, 12);
this.label3.TabIndex = 4;
this.label3.Text = "第三組:";
//
// mtbSecondArray
//
this.mtbSecondArray.Location = new System.Drawing.Point(64, 44);
this.mtbSecondArray.Mask = "00-00-00";
this.mtbSecondArray.Name = "mtbSecondArray";
this.mtbSecondArray.Size = new System.Drawing.Size(138, 21);
this.mtbSecondArray.TabIndex = 3;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(8, 44);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 2;
this.label2.Text = "第二組:";
//
// mtbFristArray
//
this.mtbFristArray.Location = new System.Drawing.Point(64, 17);
this.mtbFristArray.Mask = "00-00-00";
this.mtbFristArray.Name = "mtbFristArray";
this.mtbFristArray.Size = new System.Drawing.Size(138, 21);
this.mtbFristArray.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(8, 17);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 0;
this.label1.Text = "第一組:";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.btnOk);
this.groupBox1.Controls.Add(this.btn33);
this.groupBox1.Controls.Add(this.btn30);
this.groupBox1.Controls.Add(this.btn29);
this.groupBox1.Controls.Add(this.btn28);
this.groupBox1.Controls.Add(this.btn27);
this.groupBox1.Controls.Add(this.btn26);
this.groupBox1.Controls.Add(this.btn25);
this.groupBox1.Controls.Add(this.btn31);
this.groupBox1.Controls.Add(this.btn24);
this.groupBox1.Controls.Add(this.btn23);
this.groupBox1.Controls.Add(this.btn22);
this.groupBox1.Controls.Add(this.btn21);
this.groupBox1.Controls.Add(this.btn32);
this.groupBox1.Controls.Add(this.btn20);
this.groupBox1.Controls.Add(this.btn19);
this.groupBox1.Controls.Add(this.btn18);
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -