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

📄 mainform.designer.cs

📁 个人版音像管理系统,可以扩展,内含数据库,支持多数据库使用
💻 CS
📖 第 1 页 / 共 4 页
字号:
            // 
            // btnLend
            // 
            this.btnLend.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
            this.btnLend.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnLend.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btnLend.HotFontUnderline = true;
            this.btnLend.HotForeColor = System.Drawing.SystemColors.ControlDark;
            this.btnLend.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
            this.btnLend.Name = "btnLend";
            this.btnLend.PopupSide = DevComponents.DotNetBar.ePopupSide.Left;
            this.btnLend.Text = "出租";
            this.btnLend.Click += new System.EventHandler(this.btnLend_Click);
            // 
            // btnReturn
            // 
            this.btnReturn.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
            this.btnReturn.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnReturn.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btnReturn.HotFontUnderline = true;
            this.btnReturn.HotForeColor = System.Drawing.SystemColors.ControlDark;
            this.btnReturn.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
            this.btnReturn.Name = "btnReturn";
            this.btnReturn.PopupSide = DevComponents.DotNetBar.ePopupSide.Left;
            this.btnReturn.Text = "归还";
            // 
            // btnLeaseInfo
            // 
            this.btnLeaseInfo.ButtonStyle = DevComponents.DotNetBar.eButtonStyle.ImageAndText;
            this.btnLeaseInfo.Cursor = System.Windows.Forms.Cursors.Hand;
            this.btnLeaseInfo.ForeColor = System.Drawing.SystemColors.ControlText;
            this.btnLeaseInfo.HotFontUnderline = true;
            this.btnLeaseInfo.HotForeColor = System.Drawing.SystemColors.ControlDark;
            this.btnLeaseInfo.HotTrackingStyle = DevComponents.DotNetBar.eHotTrackingStyle.None;
            this.btnLeaseInfo.Name = "btnLeaseInfo";
            this.btnLeaseInfo.PopupSide = DevComponents.DotNetBar.ePopupSide.Left;
            this.btnLeaseInfo.Text = "归还情况";
            this.btnLeaseInfo.Click += new System.EventHandler(this.btnLeaseInfo_Click);
            // 
            // cmbLeaseInfo
            // 
            this.cmbLeaseInfo.ItemHeight = 12;
            this.cmbLeaseInfo.Items.AddRange(new object[] {
            this.comboItem1,
            this.comboItem2,
            this.comboItem3});
            this.cmbLeaseInfo.Name = "cmbLeaseInfo";
            this.cmbLeaseInfo.ThemeAware = true;
            // 
            // comboItem1
            // 
            this.comboItem1.Text = "All";
            // 
            // comboItem2
            // 
            this.comboItem2.Text = "Returned";
            // 
            // comboItem3
            // 
            this.comboItem3.Text = "Borrowed";
            // 
            // panelEx1
            // 
            this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx1.Controls.Add(this.txtSelWhere);
            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(719, 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;
            // 
            // txtSelWhere
            // 
            this.txtSelWhere.Location = new System.Drawing.Point(207, 12);
            this.txtSelWhere.Name = "txtSelWhere";
            this.txtSelWhere.Size = new System.Drawing.Size(167, 21);
            this.txtSelWhere.TabIndex = 1;
            this.txtSelWhere.TextChanged += new System.EventHandler(this.textBox1_TextChanged);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(110, 15);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(77, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "请输入关键字";
            // 
            // MemberName
            // 
            this.MemberName.DataPropertyName = "MemberName";
            this.MemberName.HeaderText = "会员姓名";
            this.MemberName.Name = "MemberName";
            this.MemberName.ReadOnly = true;
            // 
            // LeaseID
            // 
            this.LeaseID.DataPropertyName = "LeaseID";
            this.LeaseID.HeaderText = "出租号";
            this.LeaseID.Name = "LeaseID";
            this.LeaseID.ReadOnly = true;
            // 
            // LeaseMemberLV
            // 
            this.LeaseMemberLV.DataPropertyName = "LeaseMemberLV";
            this.LeaseMemberLV.HeaderText = "会员等级";
            this.LeaseMemberLV.Name = "LeaseMemberLV";
            this.LeaseMemberLV.ReadOnly = true;
            // 
            // LeaseDiscName
            // 
            this.LeaseDiscName.DataPropertyName = "DiscName";
            this.LeaseDiscName.HeaderText = "片名";
            this.LeaseDiscName.Name = "LeaseDiscName";
            this.LeaseDiscName.ReadOnly = true;
            // 
            // LeaseDiscState
            // 
            this.LeaseDiscState.DataPropertyName = "LeaseDiscState";
            this.LeaseDiscState.HeaderText = "碟片状态";
            this.LeaseDiscState.Name = "LeaseDiscState";
            this.LeaseDiscState.ReadOnly = true;
            // 
            // LeaseDate
            // 
            this.LeaseDate.DataPropertyName = "LeaseDate";
            this.LeaseDate.HeaderText = "出租日期";
            this.LeaseDate.Name = "LeaseDate";
            this.LeaseDate.ReadOnly = true;
            // 
            // ReturnDate
            // 
            this.ReturnDate.DataPropertyName = "ReturnDate";
            this.ReturnDate.HeaderText = "归还日期";
            this.ReturnDate.Name = "ReturnDate";
            this.ReturnDate.ReadOnly = true;
            // 
            // MainForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(719, 507);
            this.Controls.Add(this.navigationPane1);
            this.Controls.Add(this.expandableSplitter1);
            this.Controls.Add(this.explorerBar1);
            this.Controls.Add(this.panelEx1);
            this.Name = "MainForm";
            this.Text = "MainForm";
            this.Load += new System.EventHandler(this.MainForm_Load);
            this.navigationPane1.ResumeLayout(false);
            this.navigationPanePanel2.ResumeLayout(false);
            this.panelEx3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvDiscInfo)).EndInit();
            this.navigationPanePanel1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvMemberInfo)).EndInit();
            this.navigationPanePanel3.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.dgvLeaseInfo)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.explorerBar1)).EndInit();
            this.panelEx1.ResumeLayout(false);
            this.panelEx1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.PanelEx panelEx1;
        private System.Windows.Forms.TextBox txtSelWhere;
        private System.Windows.Forms.Label label1;
        private DevComponents.DotNetBar.ExplorerBar explorerBar1;
        private DevComponents.DotNetBar.ExplorerBarGroupItem explorerBarGroupItem1;
        private DevComponents.DotNetBar.ButtonItem btnInsertMem;
        private DevComponents.DotNetBar.ButtonItem btnUpdateMem;
        private DevComponents.DotNetBar.ButtonItem btnDeleteMem;
        private DevComponents.DotNetBar.ButtonItem btnSelectMem;
        private DevComponents.DotNetBar.ExplorerBarGroupItem explorerBarGroupItem2;
        private DevComponents.DotNetBar.ButtonItem btnInsertDisc;
        private DevComponents.DotNetBar.ButtonItem btnUpdateDisc;
        private DevComponents.DotNetBar.ButtonItem btnDeleteDisc;
        private DevComponents.DotNetBar.ButtonItem btnSelectDisc;
        private DevComponents.DotNetBar.ExplorerBarGroupItem explorerBarGroupItem3;
        private DevComponents.DotNetBar.ButtonItem btnLend;
        private DevComponents.DotNetBar.ButtonItem btnReturn;
        private DevComponents.DotNetBar.ButtonItem btnLeaseInfo;
        private DevComponents.DotNetBar.ExpandableSplitter expandableSplitter1;
        private DevComponents.DotNetBar.NavigationPanePanel navigationPanePanel1;
        private DevComponents.DotNetBar.ButtonItem btiMember;
        private DevComponents.DotNetBar.NavigationPanePanel navigationPanePanel2;
        private DevComponents.DotNetBar.ButtonItem btiDisc;
        private DevComponents.DotNetBar.NavigationPanePanel navigationPanePanel3;
        private DevComponents.DotNetBar.ButtonItem btiLease;
        private DevComponents.DotNetBar.NavigationPane navigationPane1;
        private System.Windows.Forms.DataGridView dgvMemberInfo;
        private System.Windows.Forms.DataGridView dgvDiscInfo;
        private System.Windows.Forms.ToolTip toolTip1;
        private System.Windows.Forms.DataGridView dgvLeaseInfo;
        private System.Windows.Forms.DataGridViewTextBoxColumn _1MemName;
        private System.Windows.Forms.DataGridViewTextBoxColumn _2MemberID;
        private System.Windows.Forms.DataGridViewTextBoxColumn _3MemberLV;
        private System.Windows.Forms.DataGridViewTextBoxColumn _4DiscCount;
        private System.Windows.Forms.DataGridViewTextBoxColumn _5MaxCount;
        private System.Windows.Forms.DataGridViewTextBoxColumn _6MemberPhone;
        private System.Windows.Forms.DataGridViewTextBoxColumn _7MemberAddress;
        private System.Windows.Forms.DataGridViewTextBoxColumn _8MemberState;
        private System.Windows.Forms.DataGridViewTextBoxColumn DiscName;
        private System.Windows.Forms.DataGridViewTextBoxColumn DiscID;
        private System.Windows.Forms.DataGridViewTextBoxColumn Author;
        private System.Windows.Forms.DataGridViewTextBoxColumn Director;
        private System.Windows.Forms.DataGridViewTextBoxColumn DiscTP;
        private System.Windows.Forms.DataGridViewTextBoxColumn DiscState;
        private System.Windows.Forms.DataGridViewTextBoxColumn SimpleInfo;
        private DevComponents.DotNetBar.PanelEx panelEx3;
        private DevComponents.DotNetBar.ComboBoxItem cmbLeaseInfo;
        private DevComponents.Editors.ComboItem comboItem1;
        private DevComponents.Editors.ComboItem comboItem2;
        private DevComponents.Editors.ComboItem comboItem3;
        private System.Windows.Forms.DataGridViewTextBoxColumn MemberName;
        private System.Windows.Forms.DataGridViewTextBoxColumn LeaseID;
        private System.Windows.Forms.DataGridViewTextBoxColumn LeaseMemberLV;
        private System.Windows.Forms.DataGridViewTextBoxColumn LeaseDiscName;
        private System.Windows.Forms.DataGridViewTextBoxColumn LeaseDiscState;
        private System.Windows.Forms.DataGridViewTextBoxColumn LeaseDate;
        private System.Windows.Forms.DataGridViewTextBoxColumn ReturnDate;
    }
}

⌨️ 快捷键说明

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