?? saler.cs
字號:
using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
namespace PSMS
{
/// <summary>
/// saler 的摘要說明。
/// </summary>
public class saler : System.Windows.Forms.Form
{
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
private System.Windows.Forms.Label label14;
private System.Windows.Forms.Label label15;
private System.Windows.Forms.Label label16;
public System.Windows.Forms.TextBox SalerID;
public System.Windows.Forms.TextBox SalerName;
public System.Windows.Forms.TextBox SalerBirthday;
public System.Windows.Forms.TextBox SalerAcount;
public System.Windows.Forms.TextBox SalerPwd;
public System.Windows.Forms.TextBox SWorkPhone;
public System.Windows.Forms.TextBox SCellPhone;
public System.Windows.Forms.TextBox SHomePhone;
public System.Windows.Forms.TextBox SOtherPhone;
public System.Windows.Forms.TextBox SEmail;
public System.Windows.Forms.TextBox OnDuty;
public System.Windows.Forms.TextBox OffDuty;
public System.Windows.Forms.TextBox SNote;
public System.Windows.Forms.Button ssubmit;
public System.Windows.Forms.Button sreset;
public System.Windows.Forms.ComboBox SalerSex;
public System.Windows.Forms.ComboBox SalerDuty;
public System.Windows.Forms.ComboBox SalerLevel;
private System.Windows.Forms.Label label18;
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label20;
private System.Windows.Forms.Label label21;
/// <summary>
/// 必需的設計器變量。
/// </summary>
private System.ComponentModel.Container components = null;
public saler()
{
//
// Windows 窗體設計器支持所必需的
//
InitializeComponent();
//
// TODO: 在 InitializeComponent 調用后添加任何構造函數代碼
//
}
/// <summary>
/// 清理所有正在使用的資源。
/// </summary>
protected override void Dispose( bool disposing )
{
if( disposing )
{
if(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing );
}
#region Windows 窗體設計器生成的代碼
/// <summary>
/// 設計器支持所需的方法 - 不要使用代碼編輯器修改
/// 此方法的內容。
/// </summary>
private void InitializeComponent()
{
System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(saler));
this.label1 = new System.Windows.Forms.Label();
this.SalerID = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.SalerName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.SalerBirthday = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.SalerAcount = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.SalerPwd = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.SWorkPhone = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.SCellPhone = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.SHomePhone = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.SOtherPhone = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.SEmail = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.OnDuty = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.OffDuty = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.SNote = new System.Windows.Forms.TextBox();
this.ssubmit = new System.Windows.Forms.Button();
this.sreset = new System.Windows.Forms.Button();
this.SalerSex = new System.Windows.Forms.ComboBox();
this.SalerDuty = new System.Windows.Forms.ComboBox();
this.SalerLevel = new System.Windows.Forms.ComboBox();
this.label18 = new System.Windows.Forms.Label();
this.label19 = new System.Windows.Forms.Label();
this.label20 = new System.Windows.Forms.Label();
this.label21 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// label1
//
this.label1.Location = new System.Drawing.Point(16, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(48, 16);
this.label1.TabIndex = 0;
this.label1.Text = "ID:";
//
// SalerID
//
this.SalerID.Location = new System.Drawing.Point(56, 16);
this.SalerID.Name = "SalerID";
this.SalerID.Size = new System.Drawing.Size(72, 21);
this.SalerID.TabIndex = 1;
this.SalerID.Text = "";
//
// label2
//
this.label2.Location = new System.Drawing.Point(152, 16);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(48, 16);
this.label2.TabIndex = 2;
this.label2.Text = "姓名:";
//
// SalerName
//
this.SalerName.Location = new System.Drawing.Point(200, 16);
this.SalerName.Name = "SalerName";
this.SalerName.Size = new System.Drawing.Size(80, 21);
this.SalerName.TabIndex = 3;
this.SalerName.Text = "";
//
// label3
//
this.label3.Location = new System.Drawing.Point(16, 56);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(48, 16);
this.label3.TabIndex = 4;
this.label3.Text = "性別:";
//
// label4
//
this.label4.Location = new System.Drawing.Point(152, 56);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(48, 16);
this.label4.TabIndex = 6;
this.label4.Text = "生日:";
//
// SalerBirthday
//
this.SalerBirthday.Location = new System.Drawing.Point(200, 56);
this.SalerBirthday.Name = "SalerBirthday";
this.SalerBirthday.Size = new System.Drawing.Size(104, 21);
this.SalerBirthday.TabIndex = 7;
this.SalerBirthday.Text = "";
//
// label5
//
this.label5.Location = new System.Drawing.Point(16, 96);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(48, 16);
this.label5.TabIndex = 8;
this.label5.Text = "職位:";
//
// label6
//
this.label6.Location = new System.Drawing.Point(152, 96);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(48, 16);
this.label6.TabIndex = 10;
this.label6.Text = "學歷:";
//
// label7
//
this.label7.Location = new System.Drawing.Point(16, 136);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(48, 16);
this.label7.TabIndex = 12;
this.label7.Text = "帳號:";
//
// SalerAcount
//
this.SalerAcount.Location = new System.Drawing.Point(56, 136);
this.SalerAcount.Name = "SalerAcount";
this.SalerAcount.Size = new System.Drawing.Size(72, 21);
this.SalerAcount.TabIndex = 13;
this.SalerAcount.Text = "";
//
// label8
//
this.label8.Location = new System.Drawing.Point(152, 136);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(48, 16);
this.label8.TabIndex = 14;
this.label8.Text = "密碼:";
//
// SalerPwd
//
this.SalerPwd.Location = new System.Drawing.Point(200, 136);
this.SalerPwd.Name = "SalerPwd";
this.SalerPwd.Size = new System.Drawing.Size(80, 21);
this.SalerPwd.TabIndex = 15;
this.SalerPwd.Text = "";
//
// label9
//
this.label9.Location = new System.Drawing.Point(0, 176);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(64, 16);
this.label9.TabIndex = 16;
this.label9.Text = "辦公電話:";
//
// SWorkPhone
//
this.SWorkPhone.Location = new System.Drawing.Point(56, 176);
this.SWorkPhone.Name = "SWorkPhone";
this.SWorkPhone.Size = new System.Drawing.Size(80, 21);
this.SWorkPhone.TabIndex = 17;
this.SWorkPhone.Text = "";
//
// label10
//
this.label10.Location = new System.Drawing.Point(152, 176);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(48, 16);
this.label10.TabIndex = 18;
this.label10.Text = "手機:";
//
// SCellPhone
//
this.SCellPhone.Location = new System.Drawing.Point(200, 176);
this.SCellPhone.Name = "SCellPhone";
this.SCellPhone.Size = new System.Drawing.Size(88, 21);
this.SCellPhone.TabIndex = 19;
this.SCellPhone.Text = "";
//
// label11
//
this.label11.Location = new System.Drawing.Point(0, 216);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(72, 16);
this.label11.TabIndex = 20;
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -