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

📄 mainform.designer.cs

📁 个人版音像管理系统,可以扩展,内含数据库,支持多数据库使用
💻 CS
📖 第 1 页 / 共 4 页
字号:
            this.DiscState.HeaderText = "状态";
            this.DiscState.Name = "DiscState";
            this.DiscState.ReadOnly = true;
            // 
            // SimpleInfo
            // 
            this.SimpleInfo.DataPropertyName = "SimpleInfo";
            this.SimpleInfo.HeaderText = "简介";
            this.SimpleInfo.Name = "SimpleInfo";
            this.SimpleInfo.ReadOnly = true;
            // 
            // btiDisc
            // 
            this.btiDisc.Image = ((System.Drawing.Image)(resources.GetObject("btiDisc.Image")));
            this.btiDisc.Name = "btiDisc";
            this.btiDisc.OptionGroup = "navBar";
            this.btiDisc.Text = "影碟管理";
            // 
            // navigationPanePanel1
            // 
            this.navigationPanePanel1.Controls.Add(this.dgvMemberInfo);
            this.navigationPanePanel1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.navigationPanePanel1.Location = new System.Drawing.Point(1, 1);
            this.navigationPanePanel1.Name = "navigationPanePanel1";
            this.navigationPanePanel1.ParentItem = this.btiMember;
            this.navigationPanePanel1.Size = new System.Drawing.Size(580, 423);
            this.navigationPanePanel1.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.navigationPanePanel1.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.navigationPanePanel1.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.navigationPanePanel1.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.navigationPanePanel1.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.navigationPanePanel1.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.navigationPanePanel1.Style.GradientAngle = 90;
            this.navigationPanePanel1.TabIndex = 2;
            // 
            // dgvMemberInfo
            // 
            this.dgvMemberInfo.AllowUserToAddRows = false;
            this.dgvMemberInfo.AllowUserToDeleteRows = false;
            this.dgvMemberInfo.AllowUserToOrderColumns = true;
            this.dgvMemberInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvMemberInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this._1MemName,
            this._2MemberID,
            this._3MemberLV,
            this._4DiscCount,
            this._5MaxCount,
            this._6MemberPhone,
            this._7MemberAddress,
            this._8MemberState});
            this.dgvMemberInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvMemberInfo.Location = new System.Drawing.Point(0, 0);
            this.dgvMemberInfo.MultiSelect = false;
            this.dgvMemberInfo.Name = "dgvMemberInfo";
            this.dgvMemberInfo.ReadOnly = true;
            this.dgvMemberInfo.RowTemplate.Height = 23;
            this.dgvMemberInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvMemberInfo.Size = new System.Drawing.Size(580, 423);
            this.dgvMemberInfo.TabIndex = 0;
            // 
            // _1MemName
            // 
            this._1MemName.DataPropertyName = "MemberName";
            this._1MemName.HeaderText = "姓名";
            this._1MemName.Name = "_1MemName";
            this._1MemName.ReadOnly = true;
            // 
            // _2MemberID
            // 
            this._2MemberID.DataPropertyName = "MemberID";
            this._2MemberID.HeaderText = "会员编号";
            this._2MemberID.Name = "_2MemberID";
            this._2MemberID.ReadOnly = true;
            // 
            // _3MemberLV
            // 
            this._3MemberLV.DataPropertyName = "MemberLV";
            this._3MemberLV.HeaderText = "会员等级";
            this._3MemberLV.Name = "_3MemberLV";
            this._3MemberLV.ReadOnly = true;
            // 
            // _4DiscCount
            // 
            this._4DiscCount.DataPropertyName = "DiscCount";
            this._4DiscCount.HeaderText = "借阅数量";
            this._4DiscCount.Name = "_4DiscCount";
            this._4DiscCount.ReadOnly = true;
            // 
            // _5MaxCount
            // 
            this._5MaxCount.DataPropertyName = "MaxCount";
            this._5MaxCount.HeaderText = "最大借阅数量";
            this._5MaxCount.Name = "_5MaxCount";
            this._5MaxCount.ReadOnly = true;
            // 
            // _6MemberPhone
            // 
            this._6MemberPhone.DataPropertyName = "MemberPhone";
            this._6MemberPhone.HeaderText = "联系方式";
            this._6MemberPhone.Name = "_6MemberPhone";
            this._6MemberPhone.ReadOnly = true;
            // 
            // _7MemberAddress
            // 
            this._7MemberAddress.DataPropertyName = "MemberAddress";
            this._7MemberAddress.HeaderText = "地址";
            this._7MemberAddress.Name = "_7MemberAddress";
            this._7MemberAddress.ReadOnly = true;
            // 
            // _8MemberState
            // 
            this._8MemberState.DataPropertyName = "MemberState";
            this._8MemberState.HeaderText = "状态";
            this._8MemberState.Name = "_8MemberState";
            this._8MemberState.ReadOnly = true;
            // 
            // btiMember
            // 
            this.btiMember.Image = ((System.Drawing.Image)(resources.GetObject("btiMember.Image")));
            this.btiMember.Name = "btiMember";
            this.btiMember.OptionGroup = "navBar";
            this.btiMember.Text = "会员管理";
            // 
            // navigationPanePanel3
            // 
            this.navigationPanePanel3.Controls.Add(this.dgvLeaseInfo);
            this.navigationPanePanel3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.navigationPanePanel3.Location = new System.Drawing.Point(1, 25);
            this.navigationPanePanel3.Name = "navigationPanePanel3";
            this.navigationPanePanel3.ParentItem = this.btiLease;
            this.navigationPanePanel3.Size = new System.Drawing.Size(580, 399);
            this.navigationPanePanel3.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.navigationPanePanel3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.navigationPanePanel3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.navigationPanePanel3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.navigationPanePanel3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.navigationPanePanel3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.navigationPanePanel3.Style.GradientAngle = 90;
            this.navigationPanePanel3.TabIndex = 4;
            // 
            // dgvLeaseInfo
            // 
            this.dgvLeaseInfo.AllowUserToAddRows = false;
            this.dgvLeaseInfo.AllowUserToDeleteRows = false;
            this.dgvLeaseInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvLeaseInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.MemberName,
            this.LeaseID,
            this.LeaseMemberLV,
            this.LeaseDiscName,
            this.LeaseDiscState,
            this.LeaseDate,
            this.ReturnDate});
            this.dgvLeaseInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvLeaseInfo.Location = new System.Drawing.Point(0, 0);
            this.dgvLeaseInfo.Name = "dgvLeaseInfo";
            this.dgvLeaseInfo.ReadOnly = true;
            this.dgvLeaseInfo.RowTemplate.Height = 23;
            this.dgvLeaseInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvLeaseInfo.Size = new System.Drawing.Size(580, 399);
            this.dgvLeaseInfo.TabIndex = 0;
            // 
            // btiLease
            // 
            this.btiLease.Checked = true;
            this.btiLease.Image = ((System.Drawing.Image)(resources.GetObject("btiLease.Image")));
            this.btiLease.Name = "btiLease";
            this.btiLease.OptionGroup = "navBar";
            this.btiLease.Text = "租赁管理";
            // 
            // expandableSplitter1
            // 
            this.expandableSplitter1.BackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(45)))), ((int)(((byte)(150)))));
            this.expandableSplitter1.BackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.expandableSplitter1.BackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.expandableSplitter1.ExpandableControl = this.explorerBar1;
            this.expandableSplitter1.ExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(45)))), ((int)(((byte)(150)))));
            this.expandableSplitter1.ExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.expandableSplitter1.ExpandLineColor = System.Drawing.SystemColors.ControlText;
            this.expandableSplitter1.ExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            this.expandableSplitter1.GripDarkColor = System.Drawing.SystemColors.ControlText;
            this.expandableSplitter1.GripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            this.expandableSplitter1.GripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
            this.expandableSplitter1.GripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.expandableSplitter1.HotBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(254)))), ((int)(((byte)(142)))), ((int)(((byte)(75)))));
            this.expandableSplitter1.HotBackColor2 = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(207)))), ((int)(((byte)(139)))));
            this.expandableSplitter1.HotBackColor2SchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground2;
            this.expandableSplitter1.HotBackColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemPressedBackground;
            this.expandableSplitter1.HotExpandFillColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(45)))), ((int)(((byte)(150)))));
            this.expandableSplitter1.HotExpandFillColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.expandableSplitter1.HotExpandLineColor = System.Drawing.SystemColors.ControlText;
            this.expandableSplitter1.HotExpandLineColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.ItemText;
            this.expandableSplitter1.HotGripDarkColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(45)))), ((int)(((byte)(150)))));
            this.expandableSplitter1.HotGripDarkColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.expandableSplitter1.HotGripLightColor = System.Drawing.Color.FromArgb(((int)(((byte)(223)))), ((int)(((byte)(237)))), ((int)(((byte)(254)))));
            this.expandableSplitter1.HotGripLightColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.BarBackground;
            this.expandableSplitter1.Location = new System.Drawing.Point(132, 50);
            this.expandableSplitter1.Name = "expandableSplitter1";
            this.expandableSplitter1.Size = new System.Drawing.Size(5, 457);
            this.expandableSplitter1.TabIndex = 2;
            this.expandableSplitter1.TabStop = false;
            // 
            // 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;

⌨️ 快捷键说明

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