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

📄 fmeditdata.designer.cs

📁 一个通讯录源码,用C#写的.挺不错的,大家可以参考看一下.
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // textHomePage
            // 
            this.textHomePage.AcceptsTab = true;
            resources.ApplyResources(this.textHomePage, "textHomePage");
            this.textHomePage.Name = "textHomePage";
            // 
            // label13
            // 
            resources.ApplyResources(this.label13, "label13");
            this.label13.Name = "label13";
            // 
            // textEmail
            // 
            resources.ApplyResources(this.textEmail, "textEmail");
            this.textEmail.Name = "textEmail";
            // 
            // label14
            // 
            resources.ApplyResources(this.label14, "label14");
            this.label14.Name = "label14";
            // 
            // comboParent
            // 
            this.comboParent.DropDownHeight = 300;
            this.comboParent.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.comboParent.FormattingEnabled = true;
            resources.ApplyResources(this.comboParent, "comboParent");
            this.comboParent.Name = "comboParent";
            // 
            // label11
            // 
            resources.ApplyResources(this.label11, "label11");
            this.label11.Name = "label11";
            // 
            // textAddress
            // 
            resources.ApplyResources(this.textAddress, "textAddress");
            this.textAddress.Name = "textAddress";
            // 
            // label12
            // 
            resources.ApplyResources(this.label12, "label12");
            this.label12.Name = "label12";
            // 
            // textPostalcode
            // 
            resources.ApplyResources(this.textPostalcode, "textPostalcode");
            this.textPostalcode.Name = "textPostalcode";
            // 
            // label9
            // 
            resources.ApplyResources(this.label9, "label9");
            this.label9.Name = "label9";
            // 
            // textHomeAddress
            // 
            resources.ApplyResources(this.textHomeAddress, "textHomeAddress");
            this.textHomeAddress.Name = "textHomeAddress";
            // 
            // label10
            // 
            resources.ApplyResources(this.label10, "label10");
            this.label10.Name = "label10";
            // 
            // textFax
            // 
            resources.ApplyResources(this.textFax, "textFax");
            this.textFax.Name = "textFax";
            // 
            // label7
            // 
            resources.ApplyResources(this.label7, "label7");
            this.label7.Name = "label7";
            // 
            // textPhoneHome
            // 
            resources.ApplyResources(this.textPhoneHome, "textPhoneHome");
            this.textPhoneHome.Name = "textPhoneHome";
            // 
            // label8
            // 
            resources.ApplyResources(this.label8, "label8");
            this.label8.Name = "label8";
            // 
            // textPhone
            // 
            resources.ApplyResources(this.textPhone, "textPhone");
            this.textPhone.Name = "textPhone";
            // 
            // label6
            // 
            resources.ApplyResources(this.label6, "label6");
            this.label6.Name = "label6";
            // 
            // textHandset
            // 
            resources.ApplyResources(this.textHandset, "textHandset");
            this.textHandset.Name = "textHandset";
            // 
            // label5
            // 
            resources.ApplyResources(this.label5, "label5");
            this.label5.Name = "label5";
            // 
            // checkCalendar
            // 
            resources.ApplyResources(this.checkCalendar, "checkCalendar");
            this.checkCalendar.Name = "checkCalendar";
            this.checkCalendar.UseVisualStyleBackColor = true;
            // 
            // dtpBirthday
            // 
            resources.ApplyResources(this.dtpBirthday, "dtpBirthday");
            this.dtpBirthday.Name = "dtpBirthday";
            // 
            // labelBirthday
            // 
            resources.ApplyResources(this.labelBirthday, "labelBirthday");
            this.labelBirthday.Name = "labelBirthday";
            // 
            // cbSex
            // 
            this.cbSex.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cbSex.FormattingEnabled = true;
            resources.ApplyResources(this.cbSex, "cbSex");
            this.cbSex.Name = "cbSex";
            // 
            // labelSex
            // 
            resources.ApplyResources(this.labelSex, "labelSex");
            this.labelSex.Name = "labelSex";
            // 
            // textName
            // 
            resources.ApplyResources(this.textName, "textName");
            this.textName.Name = "textName";
            // 
            // labelName
            // 
            resources.ApplyResources(this.labelName, "labelName");
            this.labelName.Name = "labelName";
            // 
            // textNumber
            // 
            resources.ApplyResources(this.textNumber, "textNumber");
            this.textNumber.Name = "textNumber";
            // 
            // labelNumber
            // 
            resources.ApplyResources(this.labelNumber, "labelNumber");
            this.labelNumber.Name = "labelNumber";
            // 
            // fmEditData
            // 
            resources.ApplyResources(this, "$this");
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.btCancel;
            this.Controls.Add(this.groupBoxData);
            this.Controls.Add(this.panelBottom);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.KeyPreview = true;
            this.MaximizeBox = false;
            this.Name = "fmEditData";
            this.Shown += new System.EventHandler(this.fmEditData_Shown);
            this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.fmEditData_FormClosing);
            this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.fmEditData_KeyDown);
            this.panelBottom.ResumeLayout(false);
            this.groupBoxData.ResumeLayout(false);
            this.groupBoxData.PerformLayout();
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.picturePhoto)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Panel panelBottom;
        private System.Windows.Forms.Button btAddNew;
        private System.Windows.Forms.Button btCancel;
        private System.Windows.Forms.Button btOk;
        private System.Windows.Forms.GroupBox groupBoxData;
        private System.Windows.Forms.Label label11;
        private System.Windows.Forms.TextBox textAddress;
        private System.Windows.Forms.Label label12;
        private System.Windows.Forms.TextBox textPostalcode;
        private System.Windows.Forms.Label label9;
        private System.Windows.Forms.TextBox textHomeAddress;
        private System.Windows.Forms.Label label10;
        private System.Windows.Forms.TextBox textFax;
        private System.Windows.Forms.Label label7;
        private System.Windows.Forms.TextBox textPhoneHome;
        private System.Windows.Forms.Label label8;
        private System.Windows.Forms.TextBox textPhone;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox textHandset;
        private System.Windows.Forms.Label label5;
        private System.Windows.Forms.CheckBox checkCalendar;
        private System.Windows.Forms.DateTimePicker dtpBirthday;
        private System.Windows.Forms.Label labelBirthday;
        private System.Windows.Forms.ComboBox cbSex;
        private System.Windows.Forms.Label labelSex;
        private System.Windows.Forms.TextBox textName;
        private System.Windows.Forms.Label labelName;
        private System.Windows.Forms.TextBox textNumber;
        private System.Windows.Forms.Label labelNumber;
        private System.Windows.Forms.TextBox textNote;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.TextBox textEvery;
        private System.Windows.Forms.Label label15;
        private System.Windows.Forms.TextBox textLove;
        private System.Windows.Forms.Label label16;
        private System.Windows.Forms.TextBox textHomePage;
        private System.Windows.Forms.Label label13;
        private System.Windows.Forms.TextBox textEmail;
        private System.Windows.Forms.Label label14;
        private System.Windows.Forms.ComboBox comboParent;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Button button2;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.PictureBox picturePhoto;        
    }
}

⌨️ 快捷键说明

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