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

📄 loadform.designer.cs

📁 C#通过读取.txt文档进行运行的小系统
💻 CS
字号:
namespace BikeRentSystem
{
    partial class LoadForm
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(LoadForm));
            this.loadPictureBox = new System.Windows.Forms.PictureBox();
            this.backButton = new System.Windows.Forms.Button();
            this.exitButton = new System.Windows.Forms.Button();
            this.rentButton = new System.Windows.Forms.Button();
            this.ownerButton = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.loadPictureBox)).BeginInit();
            this.SuspendLayout();
            // 
            // loadPictureBox
            // 
            this.loadPictureBox.Image = ((System.Drawing.Image)(resources.GetObject("loadPictureBox.Image")));
            this.loadPictureBox.InitialImage = null;
            this.loadPictureBox.Location = new System.Drawing.Point(-7, -5);
            this.loadPictureBox.Name = "loadPictureBox";
            this.loadPictureBox.Size = new System.Drawing.Size(1018, 718);
            this.loadPictureBox.TabIndex = 0;
            this.loadPictureBox.TabStop = false;
            // 
            // backButton
            // 
            this.backButton.Font = new System.Drawing.Font("隶书", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.backButton.Location = new System.Drawing.Point(654, 183);
            this.backButton.Name = "backButton";
            this.backButton.Size = new System.Drawing.Size(152, 43);
            this.backButton.TabIndex = 2;
            this.backButton.Text = "还  车";
            this.backButton.UseVisualStyleBackColor = true;
            this.backButton.Click += new System.EventHandler(this.backButton_Click);
            // 
            // exitButton
            // 
            this.exitButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.exitButton.Font = new System.Drawing.Font("楷体_GB2312", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.exitButton.Location = new System.Drawing.Point(654, 359);
            this.exitButton.Name = "exitButton";
            this.exitButton.Size = new System.Drawing.Size(152, 46);
            this.exitButton.TabIndex = 3;
            this.exitButton.Text = "退 出";
            this.exitButton.UseVisualStyleBackColor = true;
            this.exitButton.Click += new System.EventHandler(this.exitButton_Click);
            // 
            // rentButton
            // 
            this.rentButton.Font = new System.Drawing.Font("隶书", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.rentButton.Location = new System.Drawing.Point(238, 183);
            this.rentButton.Name = "rentButton";
            this.rentButton.Size = new System.Drawing.Size(139, 43);
            this.rentButton.TabIndex = 4;
            this.rentButton.Text = "租  车";
            this.rentButton.UseVisualStyleBackColor = true;
            this.rentButton.Click += new System.EventHandler(this.rentButton_Click);
            // 
            // ownerButton
            // 
            this.ownerButton.Font = new System.Drawing.Font("楷体_GB2312", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.ownerButton.Location = new System.Drawing.Point(238, 359);
            this.ownerButton.Name = "ownerButton";
            this.ownerButton.Size = new System.Drawing.Size(139, 46);
            this.ownerButton.TabIndex = 5;
            this.ownerButton.Text = "管理员";
            this.ownerButton.UseVisualStyleBackColor = true;
            this.ownerButton.Click += new System.EventHandler(this.ownerButton_Click);
            // 
            // LoadForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.CancelButton = this.exitButton;
            this.ClientSize = new System.Drawing.Size(1005, 713);
            this.Controls.Add(this.ownerButton);
            this.Controls.Add(this.rentButton);
            this.Controls.Add(this.exitButton);
            this.Controls.Add(this.backButton);
            this.Controls.Add(this.loadPictureBox);
            this.MaximizeBox = false;
            this.Name = "LoadForm";
            this.Text = "自行车出租系统";
            ((System.ComponentModel.ISupportInitialize)(this.loadPictureBox)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.PictureBox loadPictureBox;
        private System.Windows.Forms.Button backButton;
        private System.Windows.Forms.Button exitButton;
        private System.Windows.Forms.Button rentButton;
        private System.Windows.Forms.Button ownerButton;
    }
}

⌨️ 快捷键说明

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