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

📄 mainform.designer.cs

📁 个人版音像管理系统,可以扩展,内含数据库,支持多数据库使用
💻 CS
📖 第 1 页 / 共 4 页
字号:
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.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
            this.navigationPane1 = new DevComponents.DotNetBar.NavigationPane();
            this.navigationPanePanel2 = new DevComponents.DotNetBar.NavigationPanePanel();
            this.panelEx3 = new DevComponents.DotNetBar.PanelEx();
            this.dgvDiscInfo = new System.Windows.Forms.DataGridView();
            this.DiscName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DiscID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Author = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.Director = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DiscTP = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.DiscState = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.SimpleInfo = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.btiDisc = new DevComponents.DotNetBar.ButtonItem();
            this.navigationPanePanel1 = new DevComponents.DotNetBar.NavigationPanePanel();
            this.dgvMemberInfo = new System.Windows.Forms.DataGridView();
            this._1MemName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this._2MemberID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this._3MemberLV = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this._4DiscCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this._5MaxCount = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this._6MemberPhone = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this._7MemberAddress = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this._8MemberState = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.btiMember = new DevComponents.DotNetBar.ButtonItem();
            this.navigationPanePanel3 = new DevComponents.DotNetBar.NavigationPanePanel();
            this.dgvLeaseInfo = new System.Windows.Forms.DataGridView();
            this.btiLease = new DevComponents.DotNetBar.ButtonItem();
            this.expandableSplitter1 = new DevComponents.DotNetBar.ExpandableSplitter();
            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.cmbLeaseInfo = new DevComponents.DotNetBar.ComboBoxItem();
            this.comboItem1 = new DevComponents.Editors.ComboItem();
            this.comboItem2 = new DevComponents.Editors.ComboItem();
            this.comboItem3 = new DevComponents.Editors.ComboItem();
            this.panelEx1 = new DevComponents.DotNetBar.PanelEx();
            this.txtSelWhere = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.MemberName = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.LeaseID = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.LeaseMemberLV = 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.ReturnDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
            this.navigationPane1.SuspendLayout();
            this.navigationPanePanel2.SuspendLayout();
            this.panelEx3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvDiscInfo)).BeginInit();
            this.navigationPanePanel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvMemberInfo)).BeginInit();
            this.navigationPanePanel3.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.dgvLeaseInfo)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.explorerBar1)).BeginInit();
            this.panelEx1.SuspendLayout();
            this.SuspendLayout();
            // 
            // navigationPane1
            // 
            this.navigationPane1.Controls.Add(this.navigationPanePanel3);
            this.navigationPane1.Controls.Add(this.navigationPanePanel1);
            this.navigationPane1.Controls.Add(this.navigationPanePanel2);
            this.navigationPane1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.navigationPane1.ItemPaddingBottom = 2;
            this.navigationPane1.ItemPaddingTop = 2;
            this.navigationPane1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.btiMember,
            this.btiDisc,
            this.btiLease});
            this.navigationPane1.Location = new System.Drawing.Point(137, 50);
            this.navigationPane1.Name = "navigationPane1";
            this.navigationPane1.Padding = new System.Windows.Forms.Padding(1);
            this.navigationPane1.Size = new System.Drawing.Size(582, 457);
            this.navigationPane1.TabIndex = 3;
            // 
            // 
            // 
            this.navigationPane1.TitlePanel.Dock = System.Windows.Forms.DockStyle.Top;
            this.navigationPane1.TitlePanel.Font = new System.Drawing.Font("Tahoma", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.navigationPane1.TitlePanel.Location = new System.Drawing.Point(1, 1);
            this.navigationPane1.TitlePanel.Name = "panelTitle";
            this.navigationPane1.TitlePanel.Size = new System.Drawing.Size(580, 24);
            this.navigationPane1.TitlePanel.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.navigationPane1.TitlePanel.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.navigationPane1.TitlePanel.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.navigationPane1.TitlePanel.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.navigationPane1.TitlePanel.Style.BorderSide = ((DevComponents.DotNetBar.eBorderSide)(((DevComponents.DotNetBar.eBorderSide.Left | DevComponents.DotNetBar.eBorderSide.Top)
                        | DevComponents.DotNetBar.eBorderSide.Bottom)));
            this.navigationPane1.TitlePanel.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.navigationPane1.TitlePanel.Style.GradientAngle = 90;
            this.navigationPane1.TitlePanel.Style.MarginLeft = 4;
            this.navigationPane1.TitlePanel.TabIndex = 0;
            this.navigationPane1.TitlePanel.Text = "租赁管理";
            // 
            // navigationPanePanel2
            // 
            this.navigationPanePanel2.Controls.Add(this.panelEx3);
            this.navigationPanePanel2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.navigationPanePanel2.Location = new System.Drawing.Point(1, 1);
            this.navigationPanePanel2.Name = "navigationPanePanel2";
            this.navigationPanePanel2.ParentItem = this.btiDisc;
            this.navigationPanePanel2.Size = new System.Drawing.Size(580, 455);
            this.navigationPanePanel2.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.navigationPanePanel2.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.navigationPanePanel2.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.navigationPanePanel2.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.navigationPanePanel2.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.navigationPanePanel2.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.navigationPanePanel2.Style.GradientAngle = 90;
            this.navigationPanePanel2.TabIndex = 3;
            // 
            // panelEx3
            // 
            this.panelEx3.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx3.Controls.Add(this.dgvDiscInfo);
            this.panelEx3.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelEx3.Location = new System.Drawing.Point(0, 0);
            this.panelEx3.Name = "panelEx3";
            this.panelEx3.Size = new System.Drawing.Size(580, 455);
            this.panelEx3.Style.Alignment = System.Drawing.StringAlignment.Center;
            this.panelEx3.Style.BackColor1.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground;
            this.panelEx3.Style.BackColor2.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBackground2;
            this.panelEx3.Style.Border = DevComponents.DotNetBar.eBorderType.SingleLine;
            this.panelEx3.Style.BorderColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelBorder;
            this.panelEx3.Style.ForeColor.ColorSchemePart = DevComponents.DotNetBar.eColorSchemePart.PanelText;
            this.panelEx3.Style.GradientAngle = 90;
            this.panelEx3.TabIndex = 2;
            // 
            // dgvDiscInfo
            // 
            this.dgvDiscInfo.AllowUserToAddRows = false;
            this.dgvDiscInfo.AllowUserToDeleteRows = false;
            this.dgvDiscInfo.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.dgvDiscInfo.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
            this.DiscName,
            this.DiscID,
            this.Author,
            this.Director,
            this.DiscTP,
            this.DiscState,
            this.SimpleInfo});
            this.dgvDiscInfo.Dock = System.Windows.Forms.DockStyle.Fill;
            this.dgvDiscInfo.Location = new System.Drawing.Point(0, 0);
            this.dgvDiscInfo.MultiSelect = false;
            this.dgvDiscInfo.Name = "dgvDiscInfo";
            this.dgvDiscInfo.ReadOnly = true;
            this.dgvDiscInfo.RowTemplate.Height = 23;
            this.dgvDiscInfo.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
            this.dgvDiscInfo.Size = new System.Drawing.Size(580, 455);
            this.dgvDiscInfo.TabIndex = 0;
            // 
            // DiscName
            // 
            this.DiscName.DataPropertyName = "DiscName";
            this.DiscName.HeaderText = "片名";
            this.DiscName.Name = "DiscName";
            this.DiscName.ReadOnly = true;
            // 
            // DiscID
            // 
            this.DiscID.DataPropertyName = "DiscID";
            this.DiscID.HeaderText = "影碟编号";
            this.DiscID.Name = "DiscID";
            this.DiscID.ReadOnly = true;
            this.DiscID.Visible = false;
            // 
            // Author
            // 
            this.Author.DataPropertyName = "Author";
            this.Author.HeaderText = "主演";
            this.Author.Name = "Author";
            this.Author.ReadOnly = true;
            // 
            // Director
            // 
            this.Director.DataPropertyName = "Director";
            this.Director.HeaderText = "导演";
            this.Director.Name = "Director";
            this.Director.ReadOnly = true;
            // 
            // DiscTP
            // 
            this.DiscTP.DataPropertyName = "DiscTP";
            this.DiscTP.HeaderText = "类型";
            this.DiscTP.Name = "DiscTP";
            this.DiscTP.ReadOnly = true;
            // 
            // DiscState
            // 
            this.DiscState.DataPropertyName = "DiscState";

⌨️ 快捷键说明

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