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

📄 fmaddressdata.designer.cs

📁 一个通讯录源码,用C#写的.挺不错的,大家可以参考看一下.
💻 CS
📖 第 1 页 / 共 4 页
字号:
            // toolStripSeparator4
            // 
            this.toolStripSeparator4.Name = "toolStripSeparator4";
            resources.ApplyResources(this.toolStripSeparator4, "toolStripSeparator4");
            // 
            // tbNew
            // 
            this.tbNew.Image = global::AddressList.Properties.Resources.NewIcon;
            resources.ApplyResources(this.tbNew, "tbNew");
            this.tbNew.Name = "tbNew";
            this.tbNew.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
            this.tbNew.Click += new System.EventHandler(this.tbNew_Click);
            // 
            // toolStripSeparator2
            // 
            this.toolStripSeparator2.Name = "toolStripSeparator2";
            resources.ApplyResources(this.toolStripSeparator2, "toolStripSeparator2");
            // 
            // tbEdit
            // 
            this.tbEdit.Image = global::AddressList.Properties.Resources.EditIcon;
            resources.ApplyResources(this.tbEdit, "tbEdit");
            this.tbEdit.Name = "tbEdit";
            this.tbEdit.Click += new System.EventHandler(this.tbEdit_Click);
            // 
            // tbDelete
            // 
            this.tbDelete.Image = global::AddressList.Properties.Resources.Delete;
            resources.ApplyResources(this.tbDelete, "tbDelete");
            this.tbDelete.Name = "tbDelete";
            this.tbDelete.Click += new System.EventHandler(this.tbDelete_Click);
            // 
            // toolStripSeparator5
            // 
            this.toolStripSeparator5.Name = "toolStripSeparator5";
            resources.ApplyResources(this.toolStripSeparator5, "toolStripSeparator5");
            // 
            // tbSearch
            // 
            this.tbSearch.Image = global::AddressList.Properties.Resources.Search;
            resources.ApplyResources(this.tbSearch, "tbSearch");
            this.tbSearch.Name = "tbSearch";
            this.tbSearch.Click += new System.EventHandler(this.tbSearch_Click);
            // 
            // tscSearch
            // 
            this.tscSearch.DropDownHeight = 400;
            resources.ApplyResources(this.tscSearch, "tscSearch");
            this.tscSearch.Name = "tscSearch";
            this.tscSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.toolStripComboBox1_KeyDown);
            // 
            // statusStrip
            // 
            resources.ApplyResources(this.statusStrip, "statusStrip");
            this.statusStrip.GripMargin = new System.Windows.Forms.Padding(1);
            this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsTips,
            this.tsUser,
            this.tsToday,
            this.tsChinaDay});
            this.statusStrip.Name = "statusStrip";
            this.statusStrip.RenderMode = System.Windows.Forms.ToolStripRenderMode.ManagerRenderMode;
            this.statusStrip.ShowItemToolTips = true;
            // 
            // tsTips
            // 
            this.tsTips.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                        | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                        | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
            this.tsTips.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
            this.tsTips.Name = "tsTips";
            resources.ApplyResources(this.tsTips, "tsTips");
            this.tsTips.Spring = true;
            // 
            // tsUser
            // 
            this.tsUser.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
                        | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
                        | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
            this.tsUser.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
            this.tsUser.Name = "tsUser";
            resources.ApplyResources(this.tsUser, "tsUser");
            this.tsUser.Spring = true;
            // 
            // tsToday
            // 
            this.tsToday.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
            this.tsToday.Name = "tsToday";
            resources.ApplyResources(this.tsToday, "tsToday");
            this.tsToday.Spring = true;
            // 
            // tsChinaDay
            // 
            this.tsChinaDay.BorderStyle = System.Windows.Forms.Border3DStyle.Etched;
            this.tsChinaDay.Name = "tsChinaDay";
            resources.ApplyResources(this.tsChinaDay, "tsChinaDay");
            this.tsChinaDay.Spring = true;
            // 
            // notifyIcon
            // 
            this.notifyIcon.BalloonTipIcon = System.Windows.Forms.ToolTipIcon.Info;
            this.notifyIcon.ContextMenuStrip = this.cmsNotify;
            resources.ApplyResources(this.notifyIcon, "notifyIcon");
            // 
            // cmsNotify
            // 
            this.cmsNotify.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.miShowForm,
            this.miHideForm,
            this.miExitApplication});
            this.cmsNotify.Name = "contextMenuStrip1";
            resources.ApplyResources(this.cmsNotify, "cmsNotify");
            this.cmsNotify.Opening += new System.ComponentModel.CancelEventHandler(this.cmsNotify_Opening);
            // 
            // miShowForm
            // 
            this.miShowForm.Name = "miShowForm";
            resources.ApplyResources(this.miShowForm, "miShowForm");
            this.miShowForm.Click += new System.EventHandler(this.miShowForm_Click);
            // 
            // miHideForm
            // 
            this.miHideForm.Name = "miHideForm";
            resources.ApplyResources(this.miHideForm, "miHideForm");
            this.miHideForm.Click += new System.EventHandler(this.miHideForm_Click);
            // 
            // miExitApplication
            // 
            this.miExitApplication.Name = "miExitApplication";
            resources.ApplyResources(this.miExitApplication, "miExitApplication");
            this.miExitApplication.Click += new System.EventHandler(this.miExitApplication_Click);
            // 
            // menuMain
            // 
            this.menuMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuFile,
            this.editMenuItem,
            this.viewStripMenuItem,
            this.menuTools,
            this.menuHelp});
            resources.ApplyResources(this.menuMain, "menuMain");
            this.menuMain.Name = "menuMain";
            // 
            // menuFile
            // 
            this.menuFile.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuLogin,
            this.menuOptions,
            this.toolStripMenuItem6,
            this.menuPrint,
            this.menuPreview,
            this.menuExplor,
            this.toolStripMenuItem7,
            this.menuExit});
            this.menuFile.Name = "menuFile";
            resources.ApplyResources(this.menuFile, "menuFile");
            // 
            // menuLogin
            // 
            this.menuLogin.Name = "menuLogin";
            resources.ApplyResources(this.menuLogin, "menuLogin");
            this.menuLogin.Click += new System.EventHandler(this.menuLogin_Click);
            // 
            // menuOptions
            // 
            this.menuOptions.Image = global::AddressList.Properties.Resources.Options;
            resources.ApplyResources(this.menuOptions, "menuOptions");
            this.menuOptions.Name = "menuOptions";
            // 
            // toolStripMenuItem6
            // 
            this.toolStripMenuItem6.Name = "toolStripMenuItem6";
            resources.ApplyResources(this.toolStripMenuItem6, "toolStripMenuItem6");
            // 
            // menuPrint
            // 
            this.menuPrint.Image = global::AddressList.Properties.Resources.PrintHS;
            this.menuPrint.Name = "menuPrint";
            resources.ApplyResources(this.menuPrint, "menuPrint");
            this.menuPrint.Click += new System.EventHandler(this.tbPrint_Click);
            // 
            // menuPreview
            // 
            this.menuPreview.Image = global::AddressList.Properties.Resources.PrintPreviewHS;
            this.menuPreview.Name = "menuPreview";
            resources.ApplyResources(this.menuPreview, "menuPreview");
            this.menuPreview.Click += new System.EventHandler(this.tbPreview_Click);
            // 
            // menuExplor
            // 
            this.menuExplor.Image = global::AddressList.Properties.Resources.UpLevel;
            this.menuExplor.Name = "menuExplor";
            resources.ApplyResources(this.menuExplor, "menuExplor");
            this.menuExplor.Click += new System.EventHandler(this.tbExport_Click);
            // 
            // toolStripMenuItem7
            // 
            this.toolStripMenuItem7.Name = "toolStripMenuItem7";
            resources.ApplyResources(this.toolStripMenuItem7, "toolStripMenuItem7");
            // 
            // menuExit
            // 
            this.menuExit.Image = global::AddressList.Properties.Resources.Close;
            this.menuExit.Name = "menuExit";
            resources.ApplyResources(this.menuExit, "menuExit");
            this.menuExit.Click += new System.EventHandler(this.menuExit_Click);
            // 
            // editMenuItem
            // 
            this.editMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.menuAddUser,
            this.menuEditUser,
            this.menuDeleteUser,
            this.toolStripMenuItem4,
            this.menuAddGroup,
            this.menuEditGroup,
            this.menuDeleteGroup,
            this.toolStripMenuItem5});
            this.editMenuItem.Name = "editMenuItem";
            resources.ApplyResources(this.editMenuItem, "editMenuItem");
            // 
            // menuAddUser
            // 
            this.menuAddUser.Image = global::AddressList.Properties.Resources.NewIcon;
            this.menuAddUser.Name = "menuAddUser";
            resources.ApplyResources(this.menuAddUser, "menuAddUser");
            this.menuAddUser.Click += new System.EventHandler(this.tbNew_Click);
            // 
            // menuEditUser
            // 
            this.menuEditUser.Image = global::AddressList.Properties.Resources.EditIcon;
            this.menuEditUser.Name = "menuEditUser";
            resources.ApplyResources(this.menuEditUser, "menuEditUser");
            this.menuEditUser.Click += new System.EventHandler(this.tbEdit_Click);
            // 
            // menuDeleteUser
            // 
            this.menuDeleteUser.Image = global::AddressList.Properties.Resources.Delete;
            this.menuDeleteUser.Name = "menuDeleteUser";
            resources.ApplyResources(this.menuDeleteUser, "menuDeleteUser");
            this.menuDeleteUser.Click += new System.EventHandler(this.tbDelete_Click);
            // 
            // toolStripMenuItem4
            // 
            this.toolStripMenuItem4.Name = "toolStripMenuItem4";
            resources.ApplyResources(this.toolStripMenuItem4, "toolStripMenuItem4");
            // 
            // menuAddGroup
            // 
            this.menuAddGroup.Name = "menuAddGroup";
            resources.ApplyResources(this.menuAddGroup, "menuAddGroup");
            this.menuAddGroup.Click += new System.EventHandler(this.menuAddGroup_Click);
            // 
            // menuEditGroup
            // 
            this.menuEditGroup.Name = "menuEditGroup";
            resources.ApplyResources(this.menuEditGroup, "menuEditGroup");
            this.menuEditGroup.Click += new System.EventHandler(this.menuEditGroup_Click);
            // 
            // menuDeleteGroup
            // 
            this.menuDeleteGroup.Name = "menuDeleteGroup";
            resources.ApplyResources(this.menuDeleteGroup, "menuDeleteGroup");
            this.menuDeleteGroup.Click += new System.EventHandler(this.menuDeleteGroup_Click);
            // 
            // toolStripMenuItem5

⌨️ 快捷键说明

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