📄 form1.designer.cs
字号:
this.buttonx.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.buttonx.Location = new System.Drawing.Point(252, 275);
this.buttonx.Name = "buttonx";
this.buttonx.Size = new System.Drawing.Size(30, 30);
this.buttonx.TabIndex = 2;
this.buttonx.Text = "x";
//
// buttonu
//
this.buttonu.BackColor = System.Drawing.Color.DimGray;
this.buttonu.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.buttonu.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.buttonu.Location = new System.Drawing.Point(144, 275);
this.buttonu.Name = "buttonu";
this.buttonu.Size = new System.Drawing.Size(30, 30);
this.buttonu.TabIndex = 2;
this.buttonu.Text = "u";
//
// buttony
//
this.buttony.BackColor = System.Drawing.Color.DimGray;
this.buttony.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.buttony.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.buttony.Location = new System.Drawing.Point(288, 275);
this.buttony.Name = "buttony";
this.buttony.Size = new System.Drawing.Size(30, 30);
this.buttony.TabIndex = 2;
this.buttony.Text = "y";
//
// buttonv
//
this.buttonv.BackColor = System.Drawing.Color.DimGray;
this.buttonv.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.buttonv.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.buttonv.Location = new System.Drawing.Point(180, 275);
this.buttonv.Name = "buttonv";
this.buttonv.Size = new System.Drawing.Size(30, 30);
this.buttonv.TabIndex = 2;
this.buttonv.Text = "v";
//
// buttonz
//
this.buttonz.BackColor = System.Drawing.Color.DimGray;
this.buttonz.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.buttonz.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.buttonz.Location = new System.Drawing.Point(324, 275);
this.buttonz.Name = "buttonz";
this.buttonz.Size = new System.Drawing.Size(30, 30);
this.buttonz.TabIndex = 2;
this.buttonz.Text = "z";
//
// buttonw
//
this.buttonw.BackColor = System.Drawing.Color.DimGray;
this.buttonw.Font = new System.Drawing.Font("Arial", 20F, System.Drawing.FontStyle.Bold);
this.buttonw.ForeColor = System.Drawing.SystemColors.ActiveCaptionText;
this.buttonw.Location = new System.Drawing.Point(216, 275);
this.buttonw.Name = "buttonw";
this.buttonw.Size = new System.Drawing.Size(30, 30);
this.buttonw.TabIndex = 2;
this.buttonw.Text = "w";
//
// button11
//
this.button11.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.button11.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular);
this.button11.Location = new System.Drawing.Point(288, 70);
this.button11.Name = "button11";
this.button11.Size = new System.Drawing.Size(72, 34);
this.button11.TabIndex = 4;
this.button11.Text = "Exit";
//
// button10
//
this.button10.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.button10.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular);
this.button10.Location = new System.Drawing.Point(288, 19);
this.button10.Name = "button10";
this.button10.Size = new System.Drawing.Size(72, 34);
this.button10.TabIndex = 3;
this.button10.Text = "login";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(38, 81);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(100, 23);
this.textBox2.TabIndex = 1;
this.textBox2.KeyDown += new System.Windows.Forms.KeyEventHandler(this.log_KeyDown);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(36, 19);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(100, 23);
this.textBox1.TabIndex = 0;
this.textBox1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.log_KeyDown);
//
// log
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(401, 327);
this.Controls.Add(this.button11);
this.Controls.Add(this.button10);
this.Controls.Add(this.buttont);
this.Controls.Add(this.buttons);
this.Controls.Add(this.buttonr);
this.Controls.Add(this.buttonw);
this.Controls.Add(this.buttonn);
this.Controls.Add(this.buttone);
this.Controls.Add(this.button6);
this.Controls.Add(this.buttonz);
this.Controls.Add(this.buttonq);
this.Controls.Add(this.buttonh);
this.Controls.Add(this.button9);
this.Controls.Add(this.buttonv);
this.Controls.Add(this.buttonm);
this.Controls.Add(this.buttond);
this.Controls.Add(this.button5);
this.Controls.Add(this.buttony);
this.Controls.Add(this.buttonp);
this.Controls.Add(this.buttong);
this.Controls.Add(this.button8);
this.Controls.Add(this.buttonu);
this.Controls.Add(this.buttonl);
this.Controls.Add(this.buttonx);
this.Controls.Add(this.buttonc);
this.Controls.Add(this.buttono);
this.Controls.Add(this.button4);
this.Controls.Add(this.buttonf);
this.Controls.Add(this.buttonk);
this.Controls.Add(this.button7);
this.Controls.Add(this.buttonj);
this.Controls.Add(this.buttonb);
this.Controls.Add(this.buttona);
this.Controls.Add(this.buttoni);
this.Controls.Add(this.button3);
this.Controls.Add(this.button0);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox2);
this.Controls.Add(this.textBox1);
this.Font = new System.Drawing.Font("Arial", 14F, System.Drawing.FontStyle.Regular);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "log";
this.Text = "log";
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.log_KeyDown);
this.Load += new System.EventHandler(this.log_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.Button button7;
private System.Windows.Forms.Button button8;
private System.Windows.Forms.Button button9;
private System.Windows.Forms.Button buttonr;
private System.Windows.Forms.Button button0;
private System.Windows.Forms.Button buttona;
private System.Windows.Forms.Button buttonb;
private System.Windows.Forms.Button buttonf;
private System.Windows.Forms.Button buttonc;
private System.Windows.Forms.Button buttong;
private System.Windows.Forms.Button buttond;
private System.Windows.Forms.Button buttonh;
private System.Windows.Forms.Button buttone;
private System.Windows.Forms.Button buttons;
private System.Windows.Forms.Button buttoni;
private System.Windows.Forms.Button buttonj;
private System.Windows.Forms.Button buttonk;
private System.Windows.Forms.Button buttono;
private System.Windows.Forms.Button buttonl;
private System.Windows.Forms.Button buttonp;
private System.Windows.Forms.Button buttonm;
private System.Windows.Forms.Button buttonq;
private System.Windows.Forms.Button buttonn;
private System.Windows.Forms.Button buttont;
private System.Windows.Forms.Button buttonx;
private System.Windows.Forms.Button buttonu;
private System.Windows.Forms.Button buttony;
private System.Windows.Forms.Button buttonv;
private System.Windows.Forms.Button buttonz;
private System.Windows.Forms.Button buttonw;
private System.Windows.Forms.Button button11;
private System.Windows.Forms.Button button10;
private System.Windows.Forms.TextBox textBox2;
private System.Windows.Forms.TextBox textBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -