📄 mainform.designer.cs~rf31c01c5.tmp
字号:
namespace DiscSystemUI
{
partial class MainForm
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.explorerBar1 = new DevComponents.DotNetBar.ExplorerBar();
this.explorerBarGroupItem1 = new DevComponents.DotNetBar.ExplorerBarGroupItem();
this.btnInsertMem = new DevComponents.DotNetBar.ButtonItem();
this.btnUpdateMem = new DevComponents.DotNetBar.ButtonItem();
this.btnDeleteMem = new DevComponents.DotNetBar.ButtonItem();
this.btnSelectMem = new DevComponents.DotNetBar.ButtonItem();
this.explorerBarGroupItem2 = new DevComponents.DotNetBar.ExplorerBarGroupItem();
this.btnInsertDisc = new DevComponents.DotNetBar.ButtonItem();
this.btnUpdateDisc = new DevComponents.DotNetBar.ButtonItem();
this.btnDeleteDisc = new DevComponents.DotNetBar.ButtonItem();
this.btnSelectDisc = new DevComponents.DotNetBar.ButtonItem();
this.explorerBarGroupItem3 = new DevComponents.DotNetBar.ExplorerBarGroupItem();
this.btnLend = new DevComponents.DotNetBar.ButtonItem();
this.btnReturn = new DevComponents.DotNetBar.ButtonItem();
this.btnLeaseInfo = new DevComponents.DotNetBar.ButtonItem();
this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
this.navigationPanePanel1 = new DevComponents.DotNetBar.NavigationPanePanel();
this.dgvMemberInfo = new System.Windows.Forms.DataGridView();
this.buttonItem12 = new DevComponents.DotNetBar.ButtonItem();
this.navigationPanePanel2 = new DevComponents.DotNetBar.NavigationPanePanel();
this.bubbleBar1 = new DevComponents.DotNetBar.BubbleBar();
this.bubbleBarTab1 = new DevComponents.DotNetBar.BubbleBarTab(this.components);
this.btnCheck = new DevComponents.DotNetBar.BubbleButton();
this.dgvDiscInfo = new System.Windows.Forms.DataGridView();
this.DiscID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DiscName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Author = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.Director = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.State = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.buttonItem13 = new DevComponents.DotNetBar.ButtonItem();
this.navigationPanePanel3 = new DevComponents.DotNetBar.NavigationPanePanel();
this.bubbleBar2 = new DevComponents.DotNetBar.BubbleBar();
this.bubbleBarTab2 = new DevComponents.DotNetBar.BubbleBarTab(this.components);
this.btnLeaseOK = new DevComponents.DotNetBar.BubbleButton();
this.btnLeaseCancel = new DevComponents.DotNetBar.BubbleButton();
this.dgvLeaseInfo = new System.Windows.Forms.DataGridView();
this.MemberName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MemberLevel = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LeaseDiscName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LeaseDiscState = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LeaseDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.buttonItem14 = new DevComponents.DotNetBar.ButtonItem();
this.navigationPane1 = new DevComponents.DotNetBar.NavigationPane();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.MemberID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MemName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MemberPhone = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MemberAddress = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.LID = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.MemberState = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.DiscCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.panelEx1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.explorerBar1)).BeginInit();
this.navigationPanePanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dgvMemberInfo)).BeginInit();
this.navigationPanePanel2.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bubbleBar1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvDiscInfo)).BeginInit();
this.navigationPanePanel3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.bubbleBar2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvLeaseInfo)).BeginInit();
this.navigationPane1.SuspendLayout();
this.SuspendLayout();
//
// panelEx1
//
this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
this.panelEx1.Controls.Add(this.textBox1);
this.panelEx1.Controls.Add(this.label1);
this.panelEx1.Dock = System.Windows.Forms.DockStyle.Top;
this.panelEx1.Location = new System.Drawing.Point(0, 0);
this.panelEx1.Name = "panelEx1";
this.panelEx1.Size = new System.Drawing.Size(756, 50);
this.panelEx1.Style.Alignment = System.Drawing.StringAlignment.Center;
this.panelEx1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
this.panelEx1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
this.panelEx1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
this.panelEx1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
this.panelEx1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
this.panelEx1.Style.GradientAngle = 90;
this.panelEx1.TabIndex = 0;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(207, 12);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(167, 21);
this.textBox1.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(102, 15);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(77, 12);
this.label1.TabIndex = 0;
this.label1.Text = "请输入关键字";
//
// explorerBar1
//
this.explorerBar1.AccessibleRole = System.Windows.Forms.AccessibleRole.ToolBar;
this.explorerBar1.BackColor = System.Drawing.SystemColors.Control;
//
//
//
this.explorerBar1.BackStyle.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ExplorerBarBackground2;
this.explorerBar1.BackStyle.BackColorGradientAngle = 90;
this.explorerBar1.BackStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ExplorerBarBackground;
this.explorerBar1.Cursor = System.Windows.Forms.Cursors.Hand;
this.explorerBar1.Dock = System.Windows.Forms.DockStyle.Left;
this.explorerBar1.GroupImages = null;
this.explorerBar1.Groups.AddRange(new DevComponents.DotNetBar.BaseItem[] {
this.explorerBarGroupItem1,
this.explorerBarGroupItem2,
this.explorerBarGroupItem3});
this.explorerBar1.Images = null;
this.explorerBar1.Location = new System.Drawing.Point(0, 50);
this.explorerBar1.Name = "explorerBar1";
this.explorerBar1.Size = new System.Drawing.Size(132, 457);
this.explorerBar1.TabIndex = 1;
this.explorerBar1.Text = "explorerBar1";
this.explorerBar1.ThemeAware = true;
//
// explorerBarGroupItem1
//
//
//
//
this.explorerBarGroupItem1.BackStyle.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
this.explorerBarGroupItem1.BackStyle.BorderBottom = DevComponents.DotNetBar.eStyleBorderType.Solid;
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.Text = "会员添加";
//
// 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.Text = "会员修改";
//
// 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.Text = "会员删除";
//
// btnSelectMem
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -