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

📄 frm-computemodify.designer.cs

📁 这是我个人写的一个实例用于登记公司的电脑信息
💻 CS
字号:
namespace 计算机及IP管理
{
    partial class frm_computeModify
    {
        /// <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.groupBox2 = new System.Windows.Forms.GroupBox();
            this.DGViewResult = new DevComponents.DotNetBar.Controls.DataGridViewX();
            this.btnModify = new System.Windows.Forms.Button();
            this.btnDelete = new System.Windows.Forms.Button();
            this.btnCancel = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.btnFind = new System.Windows.Forms.Button();
            this.groupBox3 = new System.Windows.Forms.GroupBox();
            this.txtModel = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.txtParam = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.txtFindType = new DevComponents.DotNetBar.Controls.ComboBoxEx();
            this.groupBox2.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.DGViewResult)).BeginInit();
            this.groupBox3.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox2
            // 
            this.groupBox2.Controls.Add(this.DGViewResult);
            this.groupBox2.Location = new System.Drawing.Point(14, 74);
            this.groupBox2.Name = "groupBox2";
            this.groupBox2.Size = new System.Drawing.Size(942, 440);
            this.groupBox2.TabIndex = 2;
            this.groupBox2.TabStop = false;
            this.groupBox2.Text = "结果:";
            // 
            // DGViewResult
            // 
            this.DGViewResult.AllowUserToAddRows = false;
            this.DGViewResult.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
            this.DGViewResult.Dock = System.Windows.Forms.DockStyle.Fill;
            this.DGViewResult.GridColor = System.Drawing.Color.FromArgb(((int)(((byte)(208)))), ((int)(((byte)(215)))), ((int)(((byte)(229)))));
            this.DGViewResult.Location = new System.Drawing.Point(3, 17);
            this.DGViewResult.Name = "DGViewResult";
            this.DGViewResult.RowTemplate.Height = 23;
            this.DGViewResult.Size = new System.Drawing.Size(936, 420);
            this.DGViewResult.TabIndex = 0;
            // 
            // btnModify
            // 
            this.btnModify.Enabled = false;
            this.btnModify.Location = new System.Drawing.Point(279, 520);
            this.btnModify.Name = "btnModify";
            this.btnModify.Size = new System.Drawing.Size(75, 23);
            this.btnModify.TabIndex = 4;
            this.btnModify.Text = "修改";
            this.btnModify.UseVisualStyleBackColor = true;
            this.btnModify.Click += new System.EventHandler(this.btnModify_Click);
            // 
            // btnDelete
            // 
            this.btnDelete.Enabled = false;
            this.btnDelete.Location = new System.Drawing.Point(423, 520);
            this.btnDelete.Name = "btnDelete";
            this.btnDelete.Size = new System.Drawing.Size(75, 23);
            this.btnDelete.TabIndex = 5;
            this.btnDelete.Text = "删除";
            this.btnDelete.UseVisualStyleBackColor = true;
            this.btnDelete.Click += new System.EventHandler(this.btnDelete_Click);
            // 
            // btnCancel
            // 
            this.btnCancel.Location = new System.Drawing.Point(564, 520);
            this.btnCancel.Name = "btnCancel";
            this.btnCancel.Size = new System.Drawing.Size(75, 23);
            this.btnCancel.TabIndex = 6;
            this.btnCancel.Text = "取消";
            this.btnCancel.UseVisualStyleBackColor = true;
            this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(21, 23);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(65, 12);
            this.label1.TabIndex = 0;
            this.label1.Text = "查询方式:";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(305, 23);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(65, 12);
            this.label2.TabIndex = 2;
            this.label2.Text = "查询参数:";
            // 
            // btnFind
            // 
            this.btnFind.Location = new System.Drawing.Point(477, 18);
            this.btnFind.Name = "btnFind";
            this.btnFind.Size = new System.Drawing.Size(75, 23);
            this.btnFind.TabIndex = 4;
            this.btnFind.Text = "查询";
            this.btnFind.UseVisualStyleBackColor = true;
            this.btnFind.Click += new System.EventHandler(this.btnFind_Click);
            // 
            // groupBox3
            // 
            this.groupBox3.Controls.Add(this.txtModel);
            this.groupBox3.Controls.Add(this.txtParam);
            this.groupBox3.Controls.Add(this.txtFindType);
            this.groupBox3.Controls.Add(this.btnFind);
            this.groupBox3.Controls.Add(this.label1);
            this.groupBox3.Controls.Add(this.label2);
            this.groupBox3.Location = new System.Drawing.Point(14, 12);
            this.groupBox3.Name = "groupBox3";
            this.groupBox3.Size = new System.Drawing.Size(939, 56);
            this.groupBox3.TabIndex = 3;
            this.groupBox3.TabStop = false;
            this.groupBox3.Text = "查询:";
            // 
            // txtModel
            // 
            this.txtModel.DisplayMember = "Text";
            this.txtModel.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.txtModel.FormattingEnabled = true;
            this.txtModel.Location = new System.Drawing.Point(180, 19);
            this.txtModel.Name = "txtModel";
            this.txtModel.Size = new System.Drawing.Size(113, 22);
            this.txtModel.TabIndex = 7;
            this.txtModel.SelectedValueChanged += new System.EventHandler(this.txtModel_SelectedValueChanged);
            // 
            // txtParam
            // 
            this.txtParam.DisplayMember = "Text";
            this.txtParam.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.txtParam.FormattingEnabled = true;
            this.txtParam.Location = new System.Drawing.Point(367, 19);
            this.txtParam.Name = "txtParam";
            this.txtParam.Size = new System.Drawing.Size(103, 22);
            this.txtParam.TabIndex = 6;
            // 
            // txtFindType
            // 
            this.txtFindType.DisplayMember = "Text";
            this.txtFindType.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.txtFindType.FormattingEnabled = true;
            this.txtFindType.Location = new System.Drawing.Point(81, 20);
            this.txtFindType.Name = "txtFindType";
            this.txtFindType.Size = new System.Drawing.Size(93, 22);
            this.txtFindType.TabIndex = 5;
            this.txtFindType.SelectedIndexChanged += new System.EventHandler(this.txtFindType_SelectedIndexChanged);
            // 
            // frm_computeModify
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.Color.AliceBlue;
            this.ClientSize = new System.Drawing.Size(968, 555);
            this.Controls.Add(this.btnCancel);
            this.Controls.Add(this.btnDelete);
            this.Controls.Add(this.btnModify);
            this.Controls.Add(this.groupBox3);
            this.Controls.Add(this.groupBox2);
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "frm_computeModify";
            this.Text = "电脑信息维护";
            this.Load += new System.EventHandler(this.frm_computeModify_Load);
            this.groupBox2.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.DGViewResult)).EndInit();
            this.groupBox3.ResumeLayout(false);
            this.groupBox3.PerformLayout();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.GroupBox groupBox2;
        private System.Windows.Forms.Button btnModify;
        private System.Windows.Forms.Button btnDelete;
        private System.Windows.Forms.Button btnCancel;
        private DevComponents.DotNetBar.Controls.DataGridViewX DGViewResult;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button btnFind;
        private System.Windows.Forms.GroupBox groupBox3;
        private DevComponents.DotNetBar.Controls.ComboBoxEx txtFindType;
        private DevComponents.DotNetBar.Controls.ComboBoxEx txtParam;
        private DevComponents.DotNetBar.Controls.ComboBoxEx txtModel;

    }
}

⌨️ 快捷键说明

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