?? addgas.designer.cs
字號:
this.btn_6.Size = new System.Drawing.Size(32, 32);
this.btn_6.TabIndex = 16;
this.btn_6.Text = "6";
this.btn_6.Click += new System.EventHandler(this.btn_6_Click);
//
// btn_5
//
this.btn_5.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.btn_5.Location = new System.Drawing.Point(41, 155);
this.btn_5.Name = "btn_5";
this.btn_5.Size = new System.Drawing.Size(32, 32);
this.btn_5.TabIndex = 15;
this.btn_5.Text = "5";
this.btn_5.Click += new System.EventHandler(this.btn_5_Click);
//
// btn_4
//
this.btn_4.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.btn_4.Location = new System.Drawing.Point(3, 155);
this.btn_4.Name = "btn_4";
this.btn_4.Size = new System.Drawing.Size(32, 32);
this.btn_4.TabIndex = 14;
this.btn_4.Text = "4";
this.btn_4.Click += new System.EventHandler(this.btn_4_Click);
//
// btn_9
//
this.btn_9.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.btn_9.Location = new System.Drawing.Point(79, 193);
this.btn_9.Name = "btn_9";
this.btn_9.Size = new System.Drawing.Size(32, 32);
this.btn_9.TabIndex = 19;
this.btn_9.Text = "9";
this.btn_9.Click += new System.EventHandler(this.btn_9_Click);
//
// btn_8
//
this.btn_8.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.btn_8.Location = new System.Drawing.Point(41, 193);
this.btn_8.Name = "btn_8";
this.btn_8.Size = new System.Drawing.Size(32, 32);
this.btn_8.TabIndex = 18;
this.btn_8.Text = "8";
this.btn_8.Click += new System.EventHandler(this.btn_8_Click);
//
// btn_7
//
this.btn_7.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.btn_7.Location = new System.Drawing.Point(3, 193);
this.btn_7.Name = "btn_7";
this.btn_7.Size = new System.Drawing.Size(32, 32);
this.btn_7.TabIndex = 17;
this.btn_7.Text = "7";
this.btn_7.Click += new System.EventHandler(this.btn_7_Click);
//
// btn_bs
//
this.btn_bs.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.btn_bs.Location = new System.Drawing.Point(79, 231);
this.btn_bs.Name = "btn_bs";
this.btn_bs.Size = new System.Drawing.Size(32, 32);
this.btn_bs.TabIndex = 22;
this.btn_bs.Text = "BS";
this.btn_bs.Click += new System.EventHandler(this.btn_bs_Click);
//
// btn_dot
//
this.btn_dot.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.btn_dot.Location = new System.Drawing.Point(41, 231);
this.btn_dot.Name = "btn_dot";
this.btn_dot.Size = new System.Drawing.Size(32, 32);
this.btn_dot.TabIndex = 21;
this.btn_dot.Text = ".";
this.btn_dot.Click += new System.EventHandler(this.btn_dot_Click);
//
// btn_0
//
this.btn_0.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.btn_0.Location = new System.Drawing.Point(3, 231);
this.btn_0.Name = "btn_0";
this.btn_0.Size = new System.Drawing.Size(32, 32);
this.btn_0.TabIndex = 20;
this.btn_0.Text = "0";
this.btn_0.Click += new System.EventHandler(this.btn_0_Click);
//
// btn_Ok
//
this.btn_Ok.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Ok.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.btn_Ok.Location = new System.Drawing.Point(161, 117);
this.btn_Ok.Name = "btn_Ok";
this.btn_Ok.Size = new System.Drawing.Size(69, 70);
this.btn_Ok.TabIndex = 23;
this.btn_Ok.Text = "確定";
this.btn_Ok.Click += new System.EventHandler(this.btn_Ok_Click);
//
// btn_Cancel
//
this.btn_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.btn_Cancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btn_Cancel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold);
this.btn_Cancel.Location = new System.Drawing.Point(161, 193);
this.btn_Cancel.Name = "btn_Cancel";
this.btn_Cancel.Size = new System.Drawing.Size(69, 70);
this.btn_Cancel.TabIndex = 24;
this.btn_Cancel.Text = "取消";
//
// AddGas
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(240, 268);
this.Controls.Add(this.btn_Cancel);
this.Controls.Add(this.btn_Ok);
this.Controls.Add(this.btn_bs);
this.Controls.Add(this.btn_dot);
this.Controls.Add(this.btn_0);
this.Controls.Add(this.btn_9);
this.Controls.Add(this.btn_8);
this.Controls.Add(this.btn_7);
this.Controls.Add(this.btn_6);
this.Controls.Add(this.btn_5);
this.Controls.Add(this.btn_4);
this.Controls.Add(this.btn_3);
this.Controls.Add(this.btn_2);
this.Controls.Add(this.btn_1);
this.Controls.Add(this.txt_Payment);
this.Controls.Add(this.label4);
this.Controls.Add(this.txt_Gas);
this.Controls.Add(this.label3);
this.Controls.Add(this.txt_ODO);
this.Controls.Add(this.label2);
this.Controls.Add(this.dtp_FillDate);
this.Controls.Add(this.label1);
this.Menu = this.mainMenu1;
this.Name = "AddGas";
this.Text = "新增加油記錄";
this.Load += new System.EventHandler(this.AddGas_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.DateTimePicker dtp_FillDate;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txt_ODO;
private System.Windows.Forms.TextBox txt_Gas;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox txt_Payment;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Button btn_1;
private System.Windows.Forms.Button btn_2;
private System.Windows.Forms.Button btn_3;
private System.Windows.Forms.Button btn_6;
private System.Windows.Forms.Button btn_5;
private System.Windows.Forms.Button btn_4;
private System.Windows.Forms.Button btn_9;
private System.Windows.Forms.Button btn_8;
private System.Windows.Forms.Button btn_7;
private System.Windows.Forms.Button btn_bs;
private System.Windows.Forms.Button btn_dot;
private System.Windows.Forms.Button btn_0;
private System.Windows.Forms.Button btn_Ok;
private System.Windows.Forms.Button btn_Cancel;
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -