?? form1.designer.cs
字號:
namespace sayisallotoduz
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.t1 = new System.Windows.Forms.TextBox();
this.t2 = new System.Windows.Forms.TextBox();
this.t3 = new System.Windows.Forms.TextBox();
this.t4 = new System.Windows.Forms.TextBox();
this.t5 = new System.Windows.Forms.TextBox();
this.t6 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// t1
//
this.t1.BackColor = System.Drawing.Color.DarkSalmon;
this.t1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.t1.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.t1.ForeColor = System.Drawing.SystemColors.Menu;
this.t1.Location = new System.Drawing.Point(79, 37);
this.t1.Name = "t1";
this.t1.Size = new System.Drawing.Size(41, 24);
this.t1.TabIndex = 0;
this.t1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// t2
//
this.t2.BackColor = System.Drawing.Color.DarkSalmon;
this.t2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.t2.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.t2.ForeColor = System.Drawing.SystemColors.Menu;
this.t2.Location = new System.Drawing.Point(126, 37);
this.t2.Name = "t2";
this.t2.Size = new System.Drawing.Size(41, 24);
this.t2.TabIndex = 0;
this.t2.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// t3
//
this.t3.BackColor = System.Drawing.Color.DarkSalmon;
this.t3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.t3.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.t3.ForeColor = System.Drawing.SystemColors.Menu;
this.t3.Location = new System.Drawing.Point(173, 37);
this.t3.Name = "t3";
this.t3.Size = new System.Drawing.Size(41, 24);
this.t3.TabIndex = 0;
this.t3.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// t4
//
this.t4.BackColor = System.Drawing.Color.DarkSalmon;
this.t4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.t4.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.t4.ForeColor = System.Drawing.SystemColors.Menu;
this.t4.Location = new System.Drawing.Point(220, 37);
this.t4.Name = "t4";
this.t4.Size = new System.Drawing.Size(41, 24);
this.t4.TabIndex = 0;
this.t4.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// t5
//
this.t5.BackColor = System.Drawing.Color.DarkSalmon;
this.t5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.t5.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.t5.ForeColor = System.Drawing.SystemColors.Menu;
this.t5.Location = new System.Drawing.Point(267, 37);
this.t5.Name = "t5";
this.t5.Size = new System.Drawing.Size(41, 24);
this.t5.TabIndex = 0;
this.t5.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// t6
//
this.t6.BackColor = System.Drawing.Color.DarkSalmon;
this.t6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.t6.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(162)));
this.t6.ForeColor = System.Drawing.SystemColors.Menu;
this.t6.Location = new System.Drawing.Point(314, 37);
this.t6.Name = "t6";
this.t6.Size = new System.Drawing.Size(41, 24);
this.t6.TabIndex = 0;
this.t6.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
//
// button1
//
this.button1.BackColor = System.Drawing.Color.OrangeRed;
this.button1.ForeColor = System.Drawing.Color.White;
this.button1.Location = new System.Drawing.Point(173, 95);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(105, 46);
this.button1.TabIndex = 1;
this.button1.Text = "荅V軷";
this.button1.UseVisualStyleBackColor = false;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.Tomato;
this.ClientSize = new System.Drawing.Size(441, 167);
this.Controls.Add(this.button1);
this.Controls.Add(this.t5);
this.Controls.Add(this.t4);
this.Controls.Add(this.t3);
this.Controls.Add(this.t2);
this.Controls.Add(this.t6);
this.Controls.Add(this.t1);
this.Name = "Form1";
this.Text = "SAYISAL LOTO V.1.0";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox t1;
private System.Windows.Forms.TextBox t2;
private System.Windows.Forms.TextBox t3;
private System.Windows.Forms.TextBox t4;
private System.Windows.Forms.TextBox t5;
private System.Windows.Forms.TextBox t6;
private System.Windows.Forms.Button button1;
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -