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

📄 frmdisc.designer.cs

📁 个人版音像管理系统,可以扩展,内含数据库,支持多数据库使用
💻 CS
字号:
namespace DiscSystemUI
{
    partial class FrmDisc
    {
        /// <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.panelEx1 = new DevComponents.DotNetBar.PanelEx();
            this.cmbDiscType = new System.Windows.Forms.ComboBox();
            this.btnClear = new DevComponents.DotNetBar.ButtonX();
            this.btnCancel = new DevComponents.DotNetBar.ButtonX();
            this.label5 = new System.Windows.Forms.Label();
            this.btnOK = new DevComponents.DotNetBar.ButtonX();
            this.txtSimple = new System.Windows.Forms.TextBox();
            this.label6 = new System.Windows.Forms.Label();
            this.txtDirector = new System.Windows.Forms.TextBox();
            this.label4 = new System.Windows.Forms.Label();
            this.txtDiscAuthor = new System.Windows.Forms.TextBox();
            this.label3 = new System.Windows.Forms.Label();
            this.txtDiscName = new System.Windows.Forms.TextBox();
            this.label2 = new System.Windows.Forms.Label();
            this.panelEx1.SuspendLayout();
            this.SuspendLayout();
            // 
            // panelEx1
            // 
            this.panelEx1.CanvasColor = System.Drawing.SystemColors.Control;
            this.panelEx1.Controls.Add(this.cmbDiscType);
            this.panelEx1.Controls.Add(this.btnClear);
            this.panelEx1.Controls.Add(this.btnCancel);
            this.panelEx1.Controls.Add(this.label5);
            this.panelEx1.Controls.Add(this.btnOK);
            this.panelEx1.Controls.Add(this.txtSimple);
            this.panelEx1.Controls.Add(this.label6);
            this.panelEx1.Controls.Add(this.txtDirector);
            this.panelEx1.Controls.Add(this.label4);
            this.panelEx1.Controls.Add(this.txtDiscAuthor);
            this.panelEx1.Controls.Add(this.label3);
            this.panelEx1.Controls.Add(this.txtDiscName);
            this.panelEx1.Controls.Add(this.label2);
            this.panelEx1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.panelEx1.Location = new System.Drawing.Point(0, 0);
            this.panelEx1.Name = "panelEx1";
            this.panelEx1.Size = new System.Drawing.Size(490, 273);
            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;
            // 
            // cmbDiscType
            // 
            this.cmbDiscType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.cmbDiscType.FormattingEnabled = true;
            this.cmbDiscType.Location = new System.Drawing.Point(104, 159);
            this.cmbDiscType.Name = "cmbDiscType";
            this.cmbDiscType.Size = new System.Drawing.Size(128, 20);
            this.cmbDiscType.TabIndex = 24;
            // 
            // btnClear
            // 
            this.btnClear.ColorScheme.DockSiteBackColorGradientAngle = 0;
            this.btnClear.Location = new System.Drawing.Point(382, 212);
            this.btnClear.Name = "btnClear";
            this.btnClear.Size = new System.Drawing.Size(75, 23);
            this.btnClear.TabIndex = 23;
            this.btnClear.Text = "清空";
            this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.ColorScheme.DockSiteBackColorGradientAngle = 0;
            this.btnCancel.Location = new System.Drawing.Point(288, 212);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 22;
            this.btnCancel.Text = "取消";
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(32, 162);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(29, 12);
            this.label5.TabIndex = 21;
            this.label5.Text = "类型";
            // 
            // btnOK
            // 
            this.btnOK.ColorScheme.DockSiteBackColorGradientAngle = 0;
            this.btnOK.Location = new System.Drawing.Point(191, 212);
            this.btnOK.Name = "btnOK";
            this.btnOK.Size = new System.Drawing.Size(75, 23);
            this.btnOK.TabIndex = 20;
            this.btnOK.Text = "确定";
            this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
            // 
            // txtSimple
            // 
            this.txtSimple.Location = new System.Drawing.Point(326, 27);
            this.txtSimple.Multiline = true;
            this.txtSimple.Name = "txtSimple";
            this.txtSimple.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
            this.txtSimple.Size = new System.Drawing.Size(128, 153);
            this.txtSimple.TabIndex = 19;
            this.txtSimple.Tag = "简介";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(267, 30);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(29, 12);
            this.label6.TabIndex = 18;
            this.label6.Text = "简介";
            // 
            // txtDirector
            // 
            this.txtDirector.Location = new System.Drawing.Point(104, 115);
            this.txtDirector.Name = "txtDirector";
            this.txtDirector.Size = new System.Drawing.Size(128, 21);
            this.txtDirector.TabIndex = 16;
            this.txtDirector.Tag = "导演";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(32, 118);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(29, 12);
            this.label4.TabIndex = 15;
            this.label4.Text = "导演";
            // 
            // txtDiscAuthor
            // 
            this.txtDiscAuthor.Location = new System.Drawing.Point(104, 71);
            this.txtDiscAuthor.Name = "txtDiscAuthor";
            this.txtDiscAuthor.Size = new System.Drawing.Size(128, 21);
            this.txtDiscAuthor.TabIndex = 14;
            this.txtDiscAuthor.Tag = "主演";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(32, 74);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(29, 12);
            this.label3.TabIndex = 13;
            this.label3.Text = "主演";
            // 
            // txtDiscName
            // 
            this.txtDiscName.Location = new System.Drawing.Point(104, 27);
            this.txtDiscName.Name = "txtDiscName";
            this.txtDiscName.Size = new System.Drawing.Size(128, 21);
            this.txtDiscName.TabIndex = 12;
            this.txtDiscName.Tag = "片名";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(32, 30);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 11;
            this.label2.Text = "片名";
            // 
            // FrmDisc
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(490, 273);
            this.Controls.Add(this.panelEx1);
            this.Name = "FrmDisc";
            this.Text = "影碟管理";
            this.Load += new System.EventHandler(this.FrmDisc_Load);
            this.panelEx1.ResumeLayout(false);
            this.panelEx1.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private DevComponents.DotNetBar.PanelEx panelEx1;
        private DevComponents.DotNetBar.ButtonX btnOK;
        private System.Windows.Forms.TextBox txtSimple;
        private System.Windows.Forms.Label label6;
        private System.Windows.Forms.TextBox txtDirector;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.TextBox txtDiscAuthor;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox txtDiscName;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.ComboBox cmbDiscType;
        private DevComponents.DotNetBar.ButtonX btnClear;
        private DevComponents.DotNetBar.ButtonX btnCancel;
        private System.Windows.Forms.Label label5;
    }
}

⌨️ 快捷键说明

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