?? addgas.designer.cs
字號(hào):
?namespace GasNote
{
partial class AddGas
{
/// <summary>
/// 設(shè)計(jì)工具所需的變數(shù)。
/// </summary>
private System.ComponentModel.IContainer components = null;
private System.Windows.Forms.MainMenu mainMenu1;
/// <summary>
/// 清除任何使用中的資源。
/// </summary>
/// <param name="disposing">如果應(yīng)該公開 Managed 資源則為 true,否則為 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form 設(shè)計(jì)工具產(chǎn)生的程式碼
/// <summary>
/// 此為設(shè)計(jì)工具支援所需的方法 - 請(qǐng)勿使用程式碼編輯器修改這個(gè)方法的內(nèi)容。
///
/// </summary>
private void InitializeComponent()
{
this.mainMenu1 = new System.Windows.Forms.MainMenu();
this.label1 = new System.Windows.Forms.Label();
this.dtp_FillDate = new System.Windows.Forms.DateTimePicker();
this.label2 = new System.Windows.Forms.Label();
this.txt_ODO = new System.Windows.Forms.TextBox();
this.txt_Gas = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txt_Payment = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.btn_1 = new System.Windows.Forms.Button();
this.btn_2 = new System.Windows.Forms.Button();
this.btn_3 = new System.Windows.Forms.Button();
this.btn_6 = new System.Windows.Forms.Button();
this.btn_5 = new System.Windows.Forms.Button();
this.btn_4 = new System.Windows.Forms.Button();
this.btn_9 = new System.Windows.Forms.Button();
this.btn_8 = new System.Windows.Forms.Button();
this.btn_7 = new System.Windows.Forms.Button();
this.btn_bs = new System.Windows.Forms.Button();
this.btn_dot = new System.Windows.Forms.Button();
this.btn_0 = new System.Windows.Forms.Button();
this.btn_Ok = new System.Windows.Forms.Button();
this.btn_Cancel = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label1
//
this.label1.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular);
this.label1.Location = new System.Drawing.Point(3, 11);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(62, 20);
this.label1.Text = "日期";
//
// dtp_FillDate
//
this.dtp_FillDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.dtp_FillDate.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular);
this.dtp_FillDate.Location = new System.Drawing.Point(85, 6);
this.dtp_FillDate.Name = "dtp_FillDate";
this.dtp_FillDate.Size = new System.Drawing.Size(146, 25);
this.dtp_FillDate.TabIndex = 1;
//
// label2
//
this.label2.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular);
this.label2.Location = new System.Drawing.Point(3, 40);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(62, 20);
this.label2.Text = "總里程數(shù)";
//
// txt_ODO
//
this.txt_ODO.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txt_ODO.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular);
this.txt_ODO.Location = new System.Drawing.Point(124, 36);
this.txt_ODO.MaxLength = 8;
this.txt_ODO.Name = "txt_ODO";
this.txt_ODO.Size = new System.Drawing.Size(106, 24);
this.txt_ODO.TabIndex = 4;
this.txt_ODO.GotFocus += new System.EventHandler(this.txt_ODO_GotFocus);
//
// txt_Gas
//
this.txt_Gas.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txt_Gas.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular);
this.txt_Gas.Location = new System.Drawing.Point(124, 63);
this.txt_Gas.MaxLength = 8;
this.txt_Gas.Name = "txt_Gas";
this.txt_Gas.Size = new System.Drawing.Size(106, 24);
this.txt_Gas.TabIndex = 6;
this.txt_Gas.GotFocus += new System.EventHandler(this.txt_Gas_GotFocus);
//
// label3
//
this.label3.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular);
this.label3.Location = new System.Drawing.Point(2, 67);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(62, 20);
this.label3.Text = "加油量";
//
// txt_Payment
//
this.txt_Payment.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.txt_Payment.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular);
this.txt_Payment.Location = new System.Drawing.Point(124, 90);
this.txt_Payment.MaxLength = 8;
this.txt_Payment.Name = "txt_Payment";
this.txt_Payment.Size = new System.Drawing.Size(106, 24);
this.txt_Payment.TabIndex = 9;
this.txt_Payment.GotFocus += new System.EventHandler(this.txt_Payment_GotFocus);
//
// label4
//
this.label4.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular);
this.label4.Location = new System.Drawing.Point(2, 94);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(62, 20);
this.label4.Text = "油資";
//
// btn_1
//
this.btn_1.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.btn_1.Location = new System.Drawing.Point(3, 117);
this.btn_1.Name = "btn_1";
this.btn_1.Size = new System.Drawing.Size(32, 32);
this.btn_1.TabIndex = 11;
this.btn_1.Text = "1";
this.btn_1.Click += new System.EventHandler(this.btn_1_Click);
//
// btn_2
//
this.btn_2.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.btn_2.Location = new System.Drawing.Point(41, 117);
this.btn_2.Name = "btn_2";
this.btn_2.Size = new System.Drawing.Size(32, 32);
this.btn_2.TabIndex = 12;
this.btn_2.Text = "2";
this.btn_2.Click += new System.EventHandler(this.btn_2_Click);
//
// btn_3
//
this.btn_3.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.btn_3.Location = new System.Drawing.Point(79, 117);
this.btn_3.Name = "btn_3";
this.btn_3.Size = new System.Drawing.Size(32, 32);
this.btn_3.TabIndex = 13;
this.btn_3.Text = "3";
this.btn_3.Click += new System.EventHandler(this.btn_3_Click);
//
// btn_6
//
this.btn_6.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.btn_6.Location = new System.Drawing.Point(79, 155);
this.btn_6.Name = "btn_6";
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -