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

📄 form1.designer.cs

📁 我的一个Ado.Net一个框架设计
💻 CS
字号:
namespace WindowsManager
{
    partial class Form1
    {
        /// <summary>
        /// Required designer variable.
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// Clean up any resources being used.
        /// </summary>
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows Form Designer generated code

        /// <summary>
        /// Required method for Designer support - do not modify
        /// the contents of this method with the code editor.
        /// </summary>
        private void InitializeComponent()
        {
            this.btnBatchUpdate = new System.Windows.Forms.Button();
            this.btnBatchInsert = new System.Windows.Forms.Button();
            this.btnBatchDelete = new System.Windows.Forms.Button();
            this.btnBulkCopy = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // btnBatchUpdate
            // 
            this.btnBatchUpdate.Location = new System.Drawing.Point(21, 21);
            this.btnBatchUpdate.Name = "btnBatchUpdate";
            this.btnBatchUpdate.Size = new System.Drawing.Size(75, 23);
            this.btnBatchUpdate.TabIndex = 0;
            this.btnBatchUpdate.Text = "BatchUpdate";
            this.btnBatchUpdate.UseVisualStyleBackColor = true;
            this.btnBatchUpdate.Click += new System.EventHandler(this.btnBatchUpdate_Click);
            // 
            // btnBatchInsert
            // 
            this.btnBatchInsert.Location = new System.Drawing.Point(102, 21);
            this.btnBatchInsert.Name = "btnBatchInsert";
            this.btnBatchInsert.Size = new System.Drawing.Size(75, 23);
            this.btnBatchInsert.TabIndex = 1;
            this.btnBatchInsert.Text = "BatchInsert";
            this.btnBatchInsert.UseVisualStyleBackColor = true;
            this.btnBatchInsert.Click += new System.EventHandler(this.btnBatchInsert_Click);
            // 
            // btnBatchDelete
            // 
            this.btnBatchDelete.Location = new System.Drawing.Point(183, 21);
            this.btnBatchDelete.Name = "btnBatchDelete";
            this.btnBatchDelete.Size = new System.Drawing.Size(75, 23);
            this.btnBatchDelete.TabIndex = 2;
            this.btnBatchDelete.Text = "BatchDelete";
            this.btnBatchDelete.UseVisualStyleBackColor = true;
            this.btnBatchDelete.Click += new System.EventHandler(this.btnBatchDelete_Click);
            // 
            // btnBulkCopy
            // 
            this.btnBulkCopy.Location = new System.Drawing.Point(264, 21);
            this.btnBulkCopy.Name = "btnBulkCopy";
            this.btnBulkCopy.Size = new System.Drawing.Size(75, 23);
            this.btnBulkCopy.TabIndex = 3;
            this.btnBulkCopy.Text = "BulkCopy";
            this.btnBulkCopy.UseVisualStyleBackColor = true;
            this.btnBulkCopy.Click += new System.EventHandler(this.btnBulkCopy_Click);
            // 
            // Form1
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(629, 266);
            this.Controls.Add(this.btnBulkCopy);
            this.Controls.Add(this.btnBatchDelete);
            this.Controls.Add(this.btnBatchInsert);
            this.Controls.Add(this.btnBatchUpdate);
            this.Name = "Form1";
            this.Text = "Form1";
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.Button btnBatchUpdate;
        private System.Windows.Forms.Button btnBatchInsert;
        private System.Windows.Forms.Button btnBatchDelete;
        private System.Windows.Forms.Button btnBulkCopy;
    }
}

⌨️ 快捷键说明

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