⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 mainform.designer.cs

📁 通讯录 采用xmlC#做的 很不错的啊
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace 通讯录
{
    partial class MainForm
    {
        /// <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();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            this.panel1 = new System.Windows.Forms.Panel();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.lblAddr = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.llblEdit = new System.Windows.Forms.LinkLabel();
            this.llblDelete = new System.Windows.Forms.LinkLabel();
            this.llblAdd = new System.Windows.Forms.LinkLabel();
            this.lblJop = new System.Windows.Forms.Label();
            this.label10 = new System.Windows.Forms.Label();
            this.lblCorp = new System.Windows.Forms.Label();
            this.label12 = new System.Windows.Forms.Label();
            this.llblEmail = new System.Windows.Forms.LinkLabel();
            this.llblPage = new System.Windows.Forms.LinkLabel();
            this.label14 = new System.Windows.Forms.Label();
            this.label16 = new System.Windows.Forms.Label();
            this.lblPhone = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.lblBirthday = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.lblSex = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.lblName = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.myTreeView = new System.Windows.Forms.TreeView();
            this.myPictureBox = new System.Windows.Forms.PictureBox();
            this.btnAll = new System.Windows.Forms.Button();
            this.btnLoad = new System.Windows.Forms.Button();
            this.btnExit = new System.Windows.Forms.Button();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.panel1.SuspendLayout();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.myPictureBox)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.groupBox1);
            this.panel1.Location = new System.Drawing.Point(12, 63);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(568, 262);
            this.panel1.TabIndex = 2;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.lblAddr);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Controls.Add(this.llblEdit);
            this.groupBox1.Controls.Add(this.llblDelete);
            this.groupBox1.Controls.Add(this.llblAdd);
            this.groupBox1.Controls.Add(this.lblJop);
            this.groupBox1.Controls.Add(this.label10);
            this.groupBox1.Controls.Add(this.lblCorp);
            this.groupBox1.Controls.Add(this.label12);
            this.groupBox1.Controls.Add(this.llblEmail);
            this.groupBox1.Controls.Add(this.llblPage);
            this.groupBox1.Controls.Add(this.label14);
            this.groupBox1.Controls.Add(this.label16);
            this.groupBox1.Controls.Add(this.lblPhone);
            this.groupBox1.Controls.Add(this.label6);
            this.groupBox1.Controls.Add(this.lblBirthday);
            this.groupBox1.Controls.Add(this.label8);
            this.groupBox1.Controls.Add(this.lblSex);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.lblName);
            this.groupBox1.Controls.Add(this.label1);
            this.groupBox1.Controls.Add(this.myTreeView);
            this.groupBox1.Controls.Add(this.myPictureBox);
            this.groupBox1.Location = new System.Drawing.Point(3, 9);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(562, 250);
            this.groupBox1.TabIndex = 2;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "个人资料信息";
            // 
            // lblAddr
            // 
            this.lblAddr.AutoSize = true;
            this.lblAddr.Location = new System.Drawing.Point(218, 127);
            this.lblAddr.Name = "lblAddr";
            this.lblAddr.Size = new System.Drawing.Size(17, 12);
            this.lblAddr.TabIndex = 30;
            this.lblAddr.Text = "无";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(153, 127);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(59, 12);
            this.label3.TabIndex = 29;
            this.label3.Text = "地    址:";
            // 
            // llblEdit
            // 
            this.llblEdit.AutoSize = true;
            this.llblEdit.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
            this.llblEdit.LinkColor = System.Drawing.Color.Navy;
            this.llblEdit.Location = new System.Drawing.Point(59, 196);
            this.llblEdit.Name = "llblEdit";
            this.llblEdit.Size = new System.Drawing.Size(29, 12);
            this.llblEdit.TabIndex = 28;
            this.llblEdit.TabStop = true;
            this.llblEdit.Text = "编辑";
            this.llblEdit.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblEdit_LinkClicked);
            // 
            // llblDelete
            // 
            this.llblDelete.AutoSize = true;
            this.llblDelete.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
            this.llblDelete.LinkColor = System.Drawing.Color.Navy;
            this.llblDelete.Location = new System.Drawing.Point(104, 196);
            this.llblDelete.Name = "llblDelete";
            this.llblDelete.Size = new System.Drawing.Size(29, 12);
            this.llblDelete.TabIndex = 27;
            this.llblDelete.TabStop = true;
            this.llblDelete.Text = "删除";
            this.llblDelete.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblDelete_LinkClicked);
            // 
            // llblAdd
            // 
            this.llblAdd.AutoSize = true;
            this.llblAdd.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
            this.llblAdd.LinkColor = System.Drawing.Color.Navy;
            this.llblAdd.Location = new System.Drawing.Point(15, 196);
            this.llblAdd.Name = "llblAdd";
            this.llblAdd.Size = new System.Drawing.Size(29, 12);
            this.llblAdd.TabIndex = 26;
            this.llblAdd.TabStop = true;
            this.llblAdd.Text = "增加";
            this.llblAdd.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblAdd_LinkClicked);
            // 
            // lblJop
            // 
            this.lblJop.AutoSize = true;
            this.lblJop.Location = new System.Drawing.Point(218, 174);
            this.lblJop.Name = "lblJop";
            this.lblJop.Size = new System.Drawing.Size(17, 12);
            this.lblJop.TabIndex = 25;
            this.lblJop.Text = "无";
            // 
            // label10
            // 
            this.label10.AutoSize = true;
            this.label10.Location = new System.Drawing.Point(153, 174);
            this.label10.Name = "label10";
            this.label10.Size = new System.Drawing.Size(59, 12);
            this.label10.TabIndex = 24;
            this.label10.Text = "职    位:";
            // 
            // lblCorp
            // 
            this.lblCorp.AutoSize = true;
            this.lblCorp.Location = new System.Drawing.Point(218, 151);
            this.lblCorp.Name = "lblCorp";
            this.lblCorp.Size = new System.Drawing.Size(17, 12);
            this.lblCorp.TabIndex = 23;
            this.lblCorp.Text = "无";
            // 
            // label12
            // 
            this.label12.AutoSize = true;
            this.label12.Location = new System.Drawing.Point(153, 151);
            this.label12.Name = "label12";
            this.label12.Size = new System.Drawing.Size(59, 12);
            this.label12.TabIndex = 22;
            this.label12.Text = "所在公司:";
            // 
            // llblEmail
            // 
            this.llblEmail.AutoSize = true;
            this.llblEmail.Location = new System.Drawing.Point(220, 196);
            this.llblEmail.Name = "llblEmail";
            this.llblEmail.Size = new System.Drawing.Size(65, 12);
            this.llblEmail.TabIndex = 21;
            this.llblEmail.TabStop = true;
            this.llblEmail.Text = "linkLabel2";
            this.llblEmail.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.llblEmail_LinkClicked);
            // 
            // llblPage
            // 
            this.llblPage.AutoSize = true;
            this.llblPage.Location = new System.Drawing.Point(220, 219);
            this.llblPage.Name = "llblPage";
            this.llblPage.Size = new System.Drawing.Size(65, 12);
            this.llblPage.TabIndex = 20;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -