📄 mainform.designer.cs
字号:
this.explorerBarGroupItem1.BackStyle.BorderBottomColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem1.BackStyle.BorderBottomWidth = 1;
this.explorerBarGroupItem1.BackStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.explorerBarGroupItem1.BackStyle.BorderLeftColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem1.BackStyle.BorderLeftWidth = 1;
this.explorerBarGroupItem1.BackStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.explorerBarGroupItem1.BackStyle.BorderRightColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem1.BackStyle.BorderRightWidth = 1;
this.explorerBarGroupItem1.BackStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.explorerBarGroupItem1.BackStyle.BorderTopColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem1.BackStyle.BorderTopWidth = 1;
this.explorerBarGroupItem1.ExpandBackColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem1.ExpandBorderColor = System.Drawing.SystemColors.InactiveCaption;
this.explorerBarGroupItem1.Expanded = true;
this.explorerBarGroupItem1.ExpandForeColor = System.Drawing.SystemColors.Highlight;
this.explorerBarGroupItem1.ExpandHotBackColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem1.ExpandHotBorderColor = System.Drawing.SystemColors.ActiveCaption;
this.explorerBarGroupItem1.Name = "explorerBarGroupItem1";
this.explorerBarGroupItem1.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnInsertMem,
this.btnUpdateMem,
this.btnDeleteMem,
this.btnSelectMem});
this.explorerBarGroupItem1.Text = "会员管理";
//
//
//
this.explorerBarGroupItem1.TitleHotStyle.BackColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem1.TitleHotStyle.BackColor2 = System.Drawing.SystemColors.InactiveCaption;
this.explorerBarGroupItem1.TitleHotStyle.TextColor = System.Drawing.SystemColors.ActiveCaption;
//
//
//
this.explorerBarGroupItem1.TitleStyle.BackColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem1.TitleStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
this.explorerBarGroupItem1.TitleStyle.TextColor = System.Drawing.SystemColors.ControlText;
//
// btnInsertMem
//
this.btnInsertMem.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnInsertMem.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnInsertMem.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnInsertMem.HotFontUnderline = true;
this.btnInsertMem.HotForeColor = System.Drawing.SystemColors.ControlDark;
this.btnInsertMem.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.btnInsertMem.Name = "btnInsertMem";
this.btnInsertMem.PopupSide = DevComponents.DotNetBar.ePopupSide.Left;
this.btnInsertMem.Tag = "添加";
this.btnInsertMem.Text = "会员添加";
this.btnInsertMem.Click += new System.EventHandler(this.btnInsertMem_Click);
//
// btnUpdateMem
//
this.btnUpdateMem.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnUpdateMem.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnUpdateMem.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnUpdateMem.HotFontUnderline = true;
this.btnUpdateMem.HotForeColor = System.Drawing.SystemColors.ControlDark;
this.btnUpdateMem.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.btnUpdateMem.Name = "btnUpdateMem";
this.btnUpdateMem.PopupSide = DevComponents.DotNetBar.ePopupSide.Left;
this.btnUpdateMem.Tag = "修改";
this.btnUpdateMem.Text = "会员修改";
this.btnUpdateMem.Click += new System.EventHandler(this.btnUpdateMem_Click);
//
// btnDeleteMem
//
this.btnDeleteMem.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnDeleteMem.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnDeleteMem.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnDeleteMem.HotFontUnderline = true;
this.btnDeleteMem.HotForeColor = System.Drawing.SystemColors.ControlDark;
this.btnDeleteMem.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.btnDeleteMem.Name = "btnDeleteMem";
this.btnDeleteMem.PopupSide = DevComponents.DotNetBar.ePopupSide.Left;
this.btnDeleteMem.Tag = "删除";
this.btnDeleteMem.Text = "会员删除";
this.btnDeleteMem.Click += new System.EventHandler(this.btnDeleteMem_Click);
//
// btnSelectMem
//
this.btnSelectMem.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnSelectMem.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSelectMem.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnSelectMem.HotFontUnderline = true;
this.btnSelectMem.HotForeColor = System.Drawing.SystemColors.ControlDark;
this.btnSelectMem.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.btnSelectMem.Name = "btnSelectMem";
this.btnSelectMem.PopupSide = DevComponents.DotNetBar.ePopupSide.Left;
this.btnSelectMem.Text = "会员查询";
this.btnSelectMem.Click += new System.EventHandler(this.btnSelectMem_Click);
//
// explorerBarGroupItem2
//
//
//
//
this.explorerBarGroupItem2.BackStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.explorerBarGroupItem2.BackStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.explorerBarGroupItem2.BackStyle.BorderBottomColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem2.BackStyle.BorderBottomWidth = 1;
this.explorerBarGroupItem2.BackStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.explorerBarGroupItem2.BackStyle.BorderLeftColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem2.BackStyle.BorderLeftWidth = 1;
this.explorerBarGroupItem2.BackStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.explorerBarGroupItem2.BackStyle.BorderRightColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem2.BackStyle.BorderRightWidth = 1;
this.explorerBarGroupItem2.BackStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.explorerBarGroupItem2.BackStyle.BorderTopColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem2.BackStyle.BorderTopWidth = 1;
this.explorerBarGroupItem2.ExpandBackColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem2.ExpandBorderColor = System.Drawing.SystemColors.InactiveCaption;
this.explorerBarGroupItem2.Expanded = true;
this.explorerBarGroupItem2.ExpandForeColor = System.Drawing.SystemColors.Highlight;
this.explorerBarGroupItem2.ExpandHotBackColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem2.ExpandHotBorderColor = System.Drawing.SystemColors.ActiveCaption;
this.explorerBarGroupItem2.Name = "explorerBarGroupItem2";
this.explorerBarGroupItem2.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnInsertDisc,
this.btnUpdateDisc,
this.btnDeleteDisc,
this.btnSelectDisc});
this.explorerBarGroupItem2.Text = "影碟管理";
//
//
//
this.explorerBarGroupItem2.TitleHotStyle.BackColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem2.TitleHotStyle.BackColor2 = System.Drawing.SystemColors.InactiveCaption;
this.explorerBarGroupItem2.TitleHotStyle.TextColor = System.Drawing.SystemColors.ActiveCaption;
//
//
//
this.explorerBarGroupItem2.TitleStyle.BackColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem2.TitleStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
this.explorerBarGroupItem2.TitleStyle.TextColor = System.Drawing.SystemColors.ControlText;
//
// btnInsertDisc
//
this.btnInsertDisc.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnInsertDisc.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnInsertDisc.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnInsertDisc.HotFontUnderline = true;
this.btnInsertDisc.HotForeColor = System.Drawing.SystemColors.ControlDark;
this.btnInsertDisc.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.btnInsertDisc.Name = "btnInsertDisc";
this.btnInsertDisc.PopupSide = DevComponents.DotNetBar.ePopupSide.Left;
this.btnInsertDisc.Tag = "添加";
this.btnInsertDisc.Text = "影碟添加";
this.btnInsertDisc.Click += new System.EventHandler(this.btnInsertDisc_Click);
//
// btnUpdateDisc
//
this.btnUpdateDisc.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnUpdateDisc.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnUpdateDisc.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnUpdateDisc.HotFontUnderline = true;
this.btnUpdateDisc.HotForeColor = System.Drawing.SystemColors.ControlDark;
this.btnUpdateDisc.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.btnUpdateDisc.Name = "btnUpdateDisc";
this.btnUpdateDisc.PopupSide = DevComponents.DotNetBar.ePopupSide.Left;
this.btnUpdateDisc.Tag = "修改";
this.btnUpdateDisc.Text = "影碟修改";
this.btnUpdateDisc.Click += new System.EventHandler(this.btnUpdateDisc_Click);
//
// btnDeleteDisc
//
this.btnDeleteDisc.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnDeleteDisc.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnDeleteDisc.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnDeleteDisc.HotFontUnderline = true;
this.btnDeleteDisc.HotForeColor = System.Drawing.SystemColors.ControlDark;
this.btnDeleteDisc.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.btnDeleteDisc.Name = "btnDeleteDisc";
this.btnDeleteDisc.PopupSide = DevComponents.DotNetBar.ePopupSide.Left;
this.btnDeleteDisc.Tag = "删除";
this.btnDeleteDisc.Text = "影碟删除";
this.btnDeleteDisc.Click += new System.EventHandler(this.btnDeleteDisc_Click);
//
// btnSelectDisc
//
this.btnSelectDisc.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
this.btnSelectDisc.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnSelectDisc.ForeColor = System.Drawing.SystemColors.ControlText;
this.btnSelectDisc.HotFontUnderline = true;
this.btnSelectDisc.HotForeColor = System.Drawing.SystemColors.ControlDark;
this.btnSelectDisc.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
this.btnSelectDisc.Name = "btnSelectDisc";
this.btnSelectDisc.PopupSide = DevComponents.DotNetBar.ePopupSide.Left;
this.btnSelectDisc.Text = "影碟查询";
this.btnSelectDisc.Click += new System.EventHandler(this.btnSelectDisc_Click);
//
// explorerBarGroupItem3
//
//
//
//
this.explorerBarGroupItem3.BackStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.explorerBarGroupItem3.BackStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.explorerBarGroupItem3.BackStyle.BorderBottomColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem3.BackStyle.BorderBottomWidth = 1;
this.explorerBarGroupItem3.BackStyle.BorderLeft = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.explorerBarGroupItem3.BackStyle.BorderLeftColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem3.BackStyle.BorderLeftWidth = 1;
this.explorerBarGroupItem3.BackStyle.BorderRight = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.explorerBarGroupItem3.BackStyle.BorderRightColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem3.BackStyle.BorderRightWidth = 1;
this.explorerBarGroupItem3.BackStyle.BorderTop = DevComponents.DotNetBar.eStyleBorderType.Solid;
this.explorerBarGroupItem3.BackStyle.BorderTopColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem3.BackStyle.BorderTopWidth = 1;
this.explorerBarGroupItem3.ExpandBackColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem3.ExpandBorderColor = System.Drawing.SystemColors.InactiveCaption;
this.explorerBarGroupItem3.Expanded = true;
this.explorerBarGroupItem3.ExpandForeColor = System.Drawing.SystemColors.Highlight;
this.explorerBarGroupItem3.ExpandHotBackColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem3.ExpandHotBorderColor = System.Drawing.SystemColors.ActiveCaption;
this.explorerBarGroupItem3.Name = "explorerBarGroupItem3";
this.explorerBarGroupItem3.SubItems.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.btnLend,
this.btnReturn,
this.btnLeaseInfo,
this.cmbLeaseInfo});
this.explorerBarGroupItem3.Text = "租赁管理";
//
//
//
this.explorerBarGroupItem3.TitleHotStyle.BackColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem3.TitleHotStyle.BackColor2 = System.Drawing.SystemColors.InactiveCaption;
this.explorerBarGroupItem3.TitleHotStyle.TextColor = System.Drawing.SystemColors.ActiveCaption;
//
//
//
this.explorerBarGroupItem3.TitleStyle.BackColor = System.Drawing.SystemColors.Window;
this.explorerBarGroupItem3.TitleStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground2;
this.explorerBarGroupItem3.TitleStyle.TextColor = System.Drawing.SystemColors.ControlText;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -