📄 fmaddressdata.designer.cs
字号:
//
this.toolStripMenuItem5.Name = "toolStripMenuItem5";
resources.ApplyResources(this.toolStripMenuItem5, "toolStripMenuItem5");
//
// viewStripMenuItem
//
this.viewStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuToolBar,
this.menuStatusBar,
this.menuTree,
this.toolStripMenuItem3,
this.menuRefresh});
this.viewStripMenuItem.Name = "viewStripMenuItem";
resources.ApplyResources(this.viewStripMenuItem, "viewStripMenuItem");
//
// menuToolBar
//
this.menuToolBar.Checked = true;
this.menuToolBar.CheckState = System.Windows.Forms.CheckState.Checked;
this.menuToolBar.Name = "menuToolBar";
resources.ApplyResources(this.menuToolBar, "menuToolBar");
this.menuToolBar.Click += new System.EventHandler(this.menuToolBar_Click);
//
// menuStatusBar
//
this.menuStatusBar.Checked = true;
this.menuStatusBar.CheckState = System.Windows.Forms.CheckState.Checked;
this.menuStatusBar.Name = "menuStatusBar";
resources.ApplyResources(this.menuStatusBar, "menuStatusBar");
this.menuStatusBar.Click += new System.EventHandler(this.menuStatusBar_Click);
//
// menuTree
//
this.menuTree.Checked = true;
this.menuTree.CheckState = System.Windows.Forms.CheckState.Checked;
this.menuTree.Name = "menuTree";
resources.ApplyResources(this.menuTree, "menuTree");
this.menuTree.Click += new System.EventHandler(this.miGroupsTree_Click);
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
resources.ApplyResources(this.toolStripMenuItem3, "toolStripMenuItem3");
//
// menuRefresh
//
this.menuRefresh.Image = global::AddressList.Properties.Resources.Refresh;
this.menuRefresh.Name = "menuRefresh";
resources.ApplyResources(this.menuRefresh, "menuRefresh");
this.menuRefresh.Click += new System.EventHandler(this.menuRefresh_Click);
//
// menuTools
//
this.menuTools.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuCalc,
this.toolStripMenuItem1,
this.menuCalendar,
this.toolStripMenuItem8,
this.miSendMail});
this.menuTools.Name = "menuTools";
resources.ApplyResources(this.menuTools, "menuTools");
//
// menuCalc
//
this.menuCalc.Name = "menuCalc";
resources.ApplyResources(this.menuCalc, "menuCalc");
this.menuCalc.Click += new System.EventHandler(this.menuCalc_Click);
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
resources.ApplyResources(this.toolStripMenuItem1, "toolStripMenuItem1");
//
// menuCalendar
//
this.menuCalendar.Name = "menuCalendar";
resources.ApplyResources(this.menuCalendar, "menuCalendar");
this.menuCalendar.Click += new System.EventHandler(this.menuCalendar_Click);
//
// toolStripMenuItem8
//
this.toolStripMenuItem8.Name = "toolStripMenuItem8";
resources.ApplyResources(this.toolStripMenuItem8, "toolStripMenuItem8");
//
// miSendMail
//
this.miSendMail.Image = global::AddressList.Properties.Resources.Mail;
resources.ApplyResources(this.miSendMail, "miSendMail");
this.miSendMail.Name = "miSendMail";
this.miSendMail.Click += new System.EventHandler(this.miSendMail_Click);
//
// menuHelp
//
this.menuHelp.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.menuLinkHelp,
this.toolStripMenuItem2,
this.menuAbout});
this.menuHelp.Name = "menuHelp";
resources.ApplyResources(this.menuHelp, "menuHelp");
//
// menuLinkHelp
//
this.menuLinkHelp.Image = global::AddressList.Properties.Resources.HELPICON;
this.menuLinkHelp.Name = "menuLinkHelp";
resources.ApplyResources(this.menuLinkHelp, "menuLinkHelp");
this.menuLinkHelp.Click += new System.EventHandler(this.menuLinkHelp_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
resources.ApplyResources(this.toolStripMenuItem2, "toolStripMenuItem2");
//
// menuAbout
//
this.menuAbout.Name = "menuAbout";
resources.ApplyResources(this.menuAbout, "menuAbout");
this.menuAbout.Click += new System.EventHandler(this.menuAbout_Click);
//
// timerTrack
//
this.timerTrack.Enabled = true;
this.timerTrack.Interval = 1000;
this.timerTrack.Tick += new System.EventHandler(this.timerTrack_Tick);
//
// crystalReportViewer1
//
this.crystalReportViewer1.ActiveViewIndex = -1;
this.crystalReportViewer1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
resources.ApplyResources(this.crystalReportViewer1, "crystalReportViewer1");
this.crystalReportViewer1.Name = "crystalReportViewer1";
this.crystalReportViewer1.SelectionFormula = "";
this.crystalReportViewer1.ViewTimeSelectionFormula = "";
//
// fmAddressData
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.toolStripContainer1);
this.Controls.Add(this.statusStrip);
this.Controls.Add(this.menuMain);
this.MainMenuStrip = this.menuMain;
this.Name = "fmAddressData";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.Resize += new System.EventHandler(this.fmAddressData_Resize);
this.toolStripContainer1.ContentPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.ResumeLayout(false);
this.toolStripContainer1.TopToolStripPanel.PerformLayout();
this.toolStripContainer1.ResumeLayout(false);
this.toolStripContainer1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
this.gridMenuStrip.ResumeLayout(false);
this.groupMenuStrip.ResumeLayout(false);
this.toolStrip.ResumeLayout(false);
this.toolStrip.PerformLayout();
this.statusStrip.ResumeLayout(false);
this.statusStrip.PerformLayout();
this.cmsNotify.ResumeLayout(false);
this.menuMain.ResumeLayout(false);
this.menuMain.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.StatusStrip statusStrip;
private System.Windows.Forms.ToolStripStatusLabel tsTips;
private System.Windows.Forms.ToolStripStatusLabel tsUser;
private System.Windows.Forms.ToolStripStatusLabel tsToday;
private System.Windows.Forms.ToolStripStatusLabel tsChinaDay;
private System.Windows.Forms.NotifyIcon notifyIcon;
private System.Windows.Forms.ContextMenuStrip cmsNotify;
private System.Windows.Forms.ToolStripMenuItem miShowForm;
private System.Windows.Forms.ToolStripMenuItem miHideForm;
private System.Windows.Forms.ToolStripMenuItem miExitApplication;
private System.Windows.Forms.MenuStrip menuMain;
private System.Windows.Forms.ToolStripMenuItem menuFile;
private System.Windows.Forms.ToolStripMenuItem editMenuItem;
private System.Windows.Forms.ToolStripMenuItem viewStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem menuTools;
private System.Windows.Forms.ToolStripMenuItem menuHelp;
private System.Windows.Forms.ToolStripMenuItem menuLinkHelp;
private System.Windows.Forms.ToolStripMenuItem menuAbout;
private System.Windows.Forms.ToolStripMenuItem menuCalc;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem menuCalendar;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem menuToolBar;
private System.Windows.Forms.ToolStripMenuItem menuStatusBar;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
private System.Windows.Forms.ToolStripMenuItem menuRefresh;
private System.Windows.Forms.ToolStripMenuItem menuAddUser;
private System.Windows.Forms.ToolStripMenuItem menuEditUser;
private System.Windows.Forms.ToolStripMenuItem menuDeleteUser;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
private System.Windows.Forms.ToolStripMenuItem menuAddGroup;
private System.Windows.Forms.ToolStripMenuItem menuEditGroup;
private System.Windows.Forms.ToolStripMenuItem menuDeleteGroup;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem5;
private System.Windows.Forms.ToolStripMenuItem menuLogin;
private System.Windows.Forms.ToolStripMenuItem menuOptions;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem6;
private System.Windows.Forms.ToolStripMenuItem menuExit;
private System.Windows.Forms.ToolStripMenuItem menuPrint;
private System.Windows.Forms.ToolStripMenuItem menuPreview;
private System.Windows.Forms.ToolStripMenuItem menuExplor;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem7;
private System.Windows.Forms.ToolStripContainer toolStripContainer1;
private System.Windows.Forms.Splitter splitter;
private System.Windows.Forms.DataGridView dgvData;
private System.Windows.Forms.ToolStrip toolStrip;
private System.Windows.Forms.ToolStripButton tbPrint;
private System.Windows.Forms.ToolStripButton tbPreview;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
private System.Windows.Forms.ToolStripButton tbExport;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator3;
private System.Windows.Forms.ToolStripButton tbRefresh;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator4;
private System.Windows.Forms.ToolStripButton tbNew;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
private System.Windows.Forms.ToolStripButton tbEdit;
private System.Windows.Forms.ToolStripButton tbDelete;
private System.Windows.Forms.ToolStripSeparator toolStripSeparator5;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem8;
private System.Windows.Forms.ToolStripMenuItem miSendMail;
private System.Windows.Forms.ToolStripComboBox tscSearch;
private System.Windows.Forms.ToolStripButton tbSearch;
private System.Windows.Forms.ToolStripMenuItem menuTree;
private System.Windows.Forms.ImageList imageList;
private System.Windows.Forms.ContextMenuStrip groupMenuStrip;
private System.Windows.Forms.ContextMenuStrip gridMenuStrip;
private System.Windows.Forms.ToolStripMenuItem addGroupMenuItem;
private System.Windows.Forms.ToolStripMenuItem editGroupMenuItem;
private System.Windows.Forms.ToolStripMenuItem deleteGroupMenuItem;
private System.Windows.Forms.ToolStripMenuItem addFriendMenuItem;
private System.Windows.Forms.ToolStripMenuItem editFriendMenuItem;
private System.Windows.Forms.ToolStripMenuItem delFriendMenuItem;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem9;
private System.Windows.Forms.ToolStripMenuItem refreshMenuItem;
private System.Windows.Forms.TreeView tvGroups;
private System.Windows.Forms.ToolStripSeparator toolStripMenuItem10;
private System.Windows.Forms.ToolStripMenuItem birtyDayMenuItem;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnNumber;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnName;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnGender;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnHandset;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnPhone;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnHomePhone;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnBirthday;
private System.Windows.Forms.DataGridViewCheckBoxColumn ColumnCalendar;
private System.Windows.Forms.DataGridViewLinkColumn ColumnHomePage;
private System.Windows.Forms.DataGridViewLinkColumn ColumnEmail;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnFax;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnHomeAddress;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnPostalcode;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnAddress;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnLove;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnEvery;
private System.Windows.Forms.DataGridViewTextBoxColumn ColumnNote;
private System.Windows.Forms.Timer timerTrack;
private CrystalDecisions.Windows.Forms.CrystalReportViewer crystalReportViewer1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -