📄 fmaddressdata.designer.cs
字号:
//
this.ColumnHomePhone.DataPropertyName = "FPhoneHome";
resources.ApplyResources(this.ColumnHomePhone, "ColumnHomePhone");
this.ColumnHomePhone.Name = "ColumnHomePhone";
this.ColumnHomePhone.ReadOnly = true;
//
// ColumnBirthday
//
this.ColumnBirthday.DataPropertyName = "FBirthday";
dataGridViewCellStyle8.Format = "yyyy-MM-dd";
dataGridViewCellStyle8.NullValue = null;
this.ColumnBirthday.DefaultCellStyle = dataGridViewCellStyle8;
resources.ApplyResources(this.ColumnBirthday, "ColumnBirthday");
this.ColumnBirthday.Name = "ColumnBirthday";
this.ColumnBirthday.ReadOnly = true;
//
// ColumnCalendar
//
this.ColumnCalendar.DataPropertyName = "FCalendar";
resources.ApplyResources(this.ColumnCalendar, "ColumnCalendar");
this.ColumnCalendar.Name = "ColumnCalendar";
this.ColumnCalendar.ReadOnly = true;
this.ColumnCalendar.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.ColumnCalendar.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// ColumnHomePage
//
this.ColumnHomePage.DataPropertyName = "FHomePage";
resources.ApplyResources(this.ColumnHomePage, "ColumnHomePage");
this.ColumnHomePage.Name = "ColumnHomePage";
this.ColumnHomePage.ReadOnly = true;
this.ColumnHomePage.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.ColumnHomePage.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// ColumnEmail
//
this.ColumnEmail.DataPropertyName = "FEmail";
resources.ApplyResources(this.ColumnEmail, "ColumnEmail");
this.ColumnEmail.Name = "ColumnEmail";
this.ColumnEmail.ReadOnly = true;
this.ColumnEmail.Resizable = System.Windows.Forms.DataGridViewTriState.True;
this.ColumnEmail.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
//
// ColumnFax
//
this.ColumnFax.DataPropertyName = "FFax";
resources.ApplyResources(this.ColumnFax, "ColumnFax");
this.ColumnFax.Name = "ColumnFax";
this.ColumnFax.ReadOnly = true;
//
// ColumnHomeAddress
//
this.ColumnHomeAddress.DataPropertyName = "FHomeAddress";
resources.ApplyResources(this.ColumnHomeAddress, "ColumnHomeAddress");
this.ColumnHomeAddress.Name = "ColumnHomeAddress";
this.ColumnHomeAddress.ReadOnly = true;
//
// ColumnPostalcode
//
this.ColumnPostalcode.DataPropertyName = "FPostalcode";
resources.ApplyResources(this.ColumnPostalcode, "ColumnPostalcode");
this.ColumnPostalcode.Name = "ColumnPostalcode";
this.ColumnPostalcode.ReadOnly = true;
//
// ColumnAddress
//
this.ColumnAddress.DataPropertyName = "FAddress";
resources.ApplyResources(this.ColumnAddress, "ColumnAddress");
this.ColumnAddress.Name = "ColumnAddress";
this.ColumnAddress.ReadOnly = true;
//
// ColumnLove
//
this.ColumnLove.DataPropertyName = "FLove";
resources.ApplyResources(this.ColumnLove, "ColumnLove");
this.ColumnLove.Name = "ColumnLove";
this.ColumnLove.ReadOnly = true;
//
// ColumnEvery
//
this.ColumnEvery.DataPropertyName = "FEvery";
resources.ApplyResources(this.ColumnEvery, "ColumnEvery");
this.ColumnEvery.Name = "ColumnEvery";
this.ColumnEvery.ReadOnly = true;
//
// ColumnNote
//
this.ColumnNote.DataPropertyName = "FNote";
resources.ApplyResources(this.ColumnNote, "ColumnNote");
this.ColumnNote.Name = "ColumnNote";
this.ColumnNote.ReadOnly = true;
//
// gridMenuStrip
//
this.gridMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.addFriendMenuItem,
this.editFriendMenuItem,
this.delFriendMenuItem,
this.toolStripMenuItem9,
this.refreshMenuItem,
this.toolStripMenuItem10,
this.birtyDayMenuItem});
this.gridMenuStrip.Name = "gridMenuStrip";
resources.ApplyResources(this.gridMenuStrip, "gridMenuStrip");
//
// addFriendMenuItem
//
this.addFriendMenuItem.Image = global::AddressList.Properties.Resources.NewIcon;
resources.ApplyResources(this.addFriendMenuItem, "addFriendMenuItem");
this.addFriendMenuItem.Name = "addFriendMenuItem";
this.addFriendMenuItem.Click += new System.EventHandler(this.tbNew_Click);
//
// editFriendMenuItem
//
this.editFriendMenuItem.Image = global::AddressList.Properties.Resources.EditIcon;
resources.ApplyResources(this.editFriendMenuItem, "editFriendMenuItem");
this.editFriendMenuItem.Name = "editFriendMenuItem";
this.editFriendMenuItem.Click += new System.EventHandler(this.tbEdit_Click);
//
// delFriendMenuItem
//
this.delFriendMenuItem.Image = global::AddressList.Properties.Resources.Delete;
resources.ApplyResources(this.delFriendMenuItem, "delFriendMenuItem");
this.delFriendMenuItem.Name = "delFriendMenuItem";
this.delFriendMenuItem.Click += new System.EventHandler(this.tbDelete_Click);
//
// toolStripMenuItem9
//
this.toolStripMenuItem9.Name = "toolStripMenuItem9";
resources.ApplyResources(this.toolStripMenuItem9, "toolStripMenuItem9");
//
// refreshMenuItem
//
this.refreshMenuItem.Image = global::AddressList.Properties.Resources.Refresh;
this.refreshMenuItem.Name = "refreshMenuItem";
resources.ApplyResources(this.refreshMenuItem, "refreshMenuItem");
this.refreshMenuItem.Click += new System.EventHandler(this.menuRefresh_Click);
//
// toolStripMenuItem10
//
this.toolStripMenuItem10.Name = "toolStripMenuItem10";
resources.ApplyResources(this.toolStripMenuItem10, "toolStripMenuItem10");
//
// birtyDayMenuItem
//
this.birtyDayMenuItem.Name = "birtyDayMenuItem";
resources.ApplyResources(this.birtyDayMenuItem, "birtyDayMenuItem");
this.birtyDayMenuItem.Click += new System.EventHandler(this.birtyDayMenuItem_Click);
//
// splitter
//
this.splitter.Cursor = System.Windows.Forms.Cursors.SizeWE;
resources.ApplyResources(this.splitter, "splitter");
this.splitter.Name = "splitter";
this.splitter.TabStop = false;
//
// tvGroups
//
this.tvGroups.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.tvGroups.ContextMenuStrip = this.groupMenuStrip;
resources.ApplyResources(this.tvGroups, "tvGroups");
this.tvGroups.ForeColor = System.Drawing.SystemColors.WindowText;
this.tvGroups.HideSelection = false;
this.tvGroups.HotTracking = true;
this.tvGroups.ImageList = this.imageList;
this.tvGroups.Name = "tvGroups";
this.tvGroups.ShowNodeToolTips = true;
this.tvGroups.DoubleClick += new System.EventHandler(this.tvGroups_DoubleClick);
this.tvGroups.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvGroups_AfterSelect);
//
// groupMenuStrip
//
this.groupMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.addGroupMenuItem,
this.editGroupMenuItem,
this.deleteGroupMenuItem});
this.groupMenuStrip.Name = "groupMenuStrip";
resources.ApplyResources(this.groupMenuStrip, "groupMenuStrip");
//
// addGroupMenuItem
//
this.addGroupMenuItem.Name = "addGroupMenuItem";
resources.ApplyResources(this.addGroupMenuItem, "addGroupMenuItem");
this.addGroupMenuItem.Click += new System.EventHandler(this.menuAddGroup_Click);
//
// editGroupMenuItem
//
this.editGroupMenuItem.Name = "editGroupMenuItem";
resources.ApplyResources(this.editGroupMenuItem, "editGroupMenuItem");
this.editGroupMenuItem.Click += new System.EventHandler(this.menuEditGroup_Click);
//
// deleteGroupMenuItem
//
this.deleteGroupMenuItem.Name = "deleteGroupMenuItem";
resources.ApplyResources(this.deleteGroupMenuItem, "deleteGroupMenuItem");
this.deleteGroupMenuItem.Click += new System.EventHandler(this.menuDeleteGroup_Click);
//
// imageList
//
this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream")));
this.imageList.TransparentColor = System.Drawing.SystemColors.WindowText;
this.imageList.Images.SetKeyName(0, "");
//
// toolStrip
//
resources.ApplyResources(this.toolStrip, "toolStrip");
this.toolStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.tbPrint,
this.tbPreview,
this.toolStripSeparator1,
this.tbExport,
this.toolStripSeparator3,
this.tbRefresh,
this.toolStripSeparator4,
this.tbNew,
this.toolStripSeparator2,
this.tbEdit,
this.tbDelete,
this.toolStripSeparator5,
this.tbSearch,
this.tscSearch});
this.toolStrip.Name = "toolStrip";
this.toolStrip.Stretch = true;
//
// tbPrint
//
this.tbPrint.Image = global::AddressList.Properties.Resources.PrintHS;
resources.ApplyResources(this.tbPrint, "tbPrint");
this.tbPrint.Name = "tbPrint";
this.tbPrint.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
this.tbPrint.Click += new System.EventHandler(this.tbPrint_Click);
//
// tbPreview
//
this.tbPreview.Image = global::AddressList.Properties.Resources.PrintPreviewHS;
resources.ApplyResources(this.tbPreview, "tbPreview");
this.tbPreview.Name = "tbPreview";
this.tbPreview.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
this.tbPreview.Click += new System.EventHandler(this.tbPreview_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
resources.ApplyResources(this.toolStripSeparator1, "toolStripSeparator1");
//
// tbExport
//
this.tbExport.Image = global::AddressList.Properties.Resources.UpLevel;
resources.ApplyResources(this.tbExport, "tbExport");
this.tbExport.Name = "tbExport";
this.tbExport.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
this.tbExport.Click += new System.EventHandler(this.tbExport_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
resources.ApplyResources(this.toolStripSeparator3, "toolStripSeparator3");
//
// tbRefresh
//
this.tbRefresh.Image = global::AddressList.Properties.Resources.Refresh;
resources.ApplyResources(this.tbRefresh, "tbRefresh");
this.tbRefresh.Name = "tbRefresh";
this.tbRefresh.TextDirection = System.Windows.Forms.ToolStripTextDirection.Horizontal;
this.tbRefresh.Click += new System.EventHandler(this.menuRefresh_Click);
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -