📄 fmeditdata.designer.cs
字号:
namespace AddressList.Forms
{
partial class fmEditData
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
if (disposing)
{
if (friendDataset != null)
friendDataset.Dispose();
if (friendAdapter != null)
friendAdapter.Dispose();
if (friendBindingSource != null)
friendBindingSource.Dispose();
if (picturePhoto.Image != null)
picturePhoto.Image.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(fmEditData));
this.panelBottom = new System.Windows.Forms.Panel();
this.btAddNew = new System.Windows.Forms.Button();
this.btCancel = new System.Windows.Forms.Button();
this.btOk = new System.Windows.Forms.Button();
this.groupBoxData = new System.Windows.Forms.GroupBox();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.picturePhoto = new System.Windows.Forms.PictureBox();
this.textNote = new System.Windows.Forms.TextBox();
this.label18 = new System.Windows.Forms.Label();
this.textEvery = new System.Windows.Forms.TextBox();
this.label15 = new System.Windows.Forms.Label();
this.textLove = new System.Windows.Forms.TextBox();
this.label16 = new System.Windows.Forms.Label();
this.textHomePage = new System.Windows.Forms.TextBox();
this.label13 = new System.Windows.Forms.Label();
this.textEmail = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.comboParent = new System.Windows.Forms.ComboBox();
this.label11 = new System.Windows.Forms.Label();
this.textAddress = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.textPostalcode = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.textHomeAddress = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.textFax = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.textPhoneHome = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.textPhone = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.textHandset = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.checkCalendar = new System.Windows.Forms.CheckBox();
this.dtpBirthday = new System.Windows.Forms.DateTimePicker();
this.labelBirthday = new System.Windows.Forms.Label();
this.cbSex = new System.Windows.Forms.ComboBox();
this.labelSex = new System.Windows.Forms.Label();
this.textName = new System.Windows.Forms.TextBox();
this.labelName = new System.Windows.Forms.Label();
this.textNumber = new System.Windows.Forms.TextBox();
this.labelNumber = new System.Windows.Forms.Label();
this.panelBottom.SuspendLayout();
this.groupBoxData.SuspendLayout();
this.groupBox1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picturePhoto)).BeginInit();
this.SuspendLayout();
//
// panelBottom
//
this.panelBottom.Controls.Add(this.btAddNew);
this.panelBottom.Controls.Add(this.btCancel);
this.panelBottom.Controls.Add(this.btOk);
resources.ApplyResources(this.panelBottom, "panelBottom");
this.panelBottom.Name = "panelBottom";
//
// btAddNew
//
resources.ApplyResources(this.btAddNew, "btAddNew");
this.btAddNew.Name = "btAddNew";
this.btAddNew.UseVisualStyleBackColor = true;
this.btAddNew.Click += new System.EventHandler(this.btAddNew_Click);
//
// btCancel
//
resources.ApplyResources(this.btCancel, "btCancel");
this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btCancel.Name = "btCancel";
this.btCancel.UseVisualStyleBackColor = true;
//
// btOk
//
resources.ApplyResources(this.btOk, "btOk");
this.btOk.Name = "btOk";
this.btOk.UseVisualStyleBackColor = true;
this.btOk.Click += new System.EventHandler(this.btOk_Click);
//
// groupBoxData
//
this.groupBoxData.Controls.Add(this.button2);
this.groupBoxData.Controls.Add(this.button1);
this.groupBoxData.Controls.Add(this.groupBox1);
this.groupBoxData.Controls.Add(this.textNote);
this.groupBoxData.Controls.Add(this.label18);
this.groupBoxData.Controls.Add(this.textEvery);
this.groupBoxData.Controls.Add(this.label15);
this.groupBoxData.Controls.Add(this.textLove);
this.groupBoxData.Controls.Add(this.label16);
this.groupBoxData.Controls.Add(this.textHomePage);
this.groupBoxData.Controls.Add(this.label13);
this.groupBoxData.Controls.Add(this.textEmail);
this.groupBoxData.Controls.Add(this.label14);
this.groupBoxData.Controls.Add(this.comboParent);
this.groupBoxData.Controls.Add(this.label11);
this.groupBoxData.Controls.Add(this.textAddress);
this.groupBoxData.Controls.Add(this.label12);
this.groupBoxData.Controls.Add(this.textPostalcode);
this.groupBoxData.Controls.Add(this.label9);
this.groupBoxData.Controls.Add(this.textHomeAddress);
this.groupBoxData.Controls.Add(this.label10);
this.groupBoxData.Controls.Add(this.textFax);
this.groupBoxData.Controls.Add(this.label7);
this.groupBoxData.Controls.Add(this.textPhoneHome);
this.groupBoxData.Controls.Add(this.label8);
this.groupBoxData.Controls.Add(this.textPhone);
this.groupBoxData.Controls.Add(this.label6);
this.groupBoxData.Controls.Add(this.textHandset);
this.groupBoxData.Controls.Add(this.label5);
this.groupBoxData.Controls.Add(this.checkCalendar);
this.groupBoxData.Controls.Add(this.dtpBirthday);
this.groupBoxData.Controls.Add(this.labelBirthday);
this.groupBoxData.Controls.Add(this.cbSex);
this.groupBoxData.Controls.Add(this.labelSex);
this.groupBoxData.Controls.Add(this.textName);
this.groupBoxData.Controls.Add(this.labelName);
this.groupBoxData.Controls.Add(this.textNumber);
this.groupBoxData.Controls.Add(this.labelNumber);
resources.ApplyResources(this.groupBoxData, "groupBoxData");
this.groupBoxData.Name = "groupBoxData";
this.groupBoxData.TabStop = false;
//
// button2
//
resources.ApplyResources(this.button2, "button2");
this.button2.Name = "button2";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// button1
//
resources.ApplyResources(this.button1, "button1");
this.button1.Name = "button1";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// groupBox1
//
this.groupBox1.Controls.Add(this.picturePhoto);
resources.ApplyResources(this.groupBox1, "groupBox1");
this.groupBox1.Name = "groupBox1";
this.groupBox1.TabStop = false;
//
// picturePhoto
//
resources.ApplyResources(this.picturePhoto, "picturePhoto");
this.picturePhoto.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.picturePhoto.Name = "picturePhoto";
this.picturePhoto.TabStop = false;
//
// textNote
//
resources.ApplyResources(this.textNote, "textNote");
this.textNote.Name = "textNote";
//
// label18
//
resources.ApplyResources(this.label18, "label18");
this.label18.Name = "label18";
//
// textEvery
//
resources.ApplyResources(this.textEvery, "textEvery");
this.textEvery.Name = "textEvery";
//
// label15
//
resources.ApplyResources(this.label15, "label15");
this.label15.Name = "label15";
//
// textLove
//
resources.ApplyResources(this.textLove, "textLove");
this.textLove.Name = "textLove";
//
// label16
//
resources.ApplyResources(this.label16, "label16");
this.label16.Name = "label16";
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -