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

📄 formstretchandreversal.designer.cs

📁 csharp课本的源代码
💻 CS
字号:
namespace StretchAndReversal
{
    partial class FormStretchAndReversal
    {
        /// <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.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.buttonSelectFile = new System.Windows.Forms.Button();
            this.buttonLefttoRigh = new System.Windows.Forms.Button();
            this.buttonUptoDown = new System.Windows.Forms.Button();
            this.buttonMiddletoSide = new System.Windows.Forms.Button();
            this.buttonReversal = new System.Windows.Forms.Button();
            this.buttonExpand = new System.Windows.Forms.Button();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.SuspendLayout();
            // 
            // pictureBox1
            // 
            this.pictureBox1.BackColor = System.Drawing.SystemColors.ControlText;
            this.pictureBox1.Location = new System.Drawing.Point(12, 12);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(434, 308);
            this.pictureBox1.TabIndex = 0;
            this.pictureBox1.TabStop = false;
            // 
            // buttonSelectFile
            // 
            this.buttonSelectFile.Location = new System.Drawing.Point(468, 19);
            this.buttonSelectFile.Name = "buttonSelectFile";
            this.buttonSelectFile.Size = new System.Drawing.Size(166, 23);
            this.buttonSelectFile.TabIndex = 1;
            this.buttonSelectFile.Text = "选择图像文件";
            this.buttonSelectFile.UseVisualStyleBackColor = true;
            this.buttonSelectFile.Click += new System.EventHandler(this.buttonSelectFile_Click);
            // 
            // buttonLefttoRigh
            // 
            this.buttonLefttoRigh.Location = new System.Drawing.Point(468, 72);
            this.buttonLefttoRigh.Name = "buttonLefttoRigh";
            this.buttonLefttoRigh.Size = new System.Drawing.Size(166, 23);
            this.buttonLefttoRigh.TabIndex = 1;
            this.buttonLefttoRigh.Text = "左到右拉伸";
            this.buttonLefttoRigh.UseVisualStyleBackColor = true;
            this.buttonLefttoRigh.Click += new System.EventHandler(this.buttonLefttoRight_Click);
            // 
            // buttonUptoDown
            // 
            this.buttonUptoDown.Location = new System.Drawing.Point(468, 125);
            this.buttonUptoDown.Name = "buttonUptoDown";
            this.buttonUptoDown.Size = new System.Drawing.Size(166, 23);
            this.buttonUptoDown.TabIndex = 1;
            this.buttonUptoDown.Text = "上到下拉伸";
            this.buttonUptoDown.UseVisualStyleBackColor = true;
            this.buttonUptoDown.Click += new System.EventHandler(this.buttonUptoDown_Click);
            // 
            // buttonMiddletoSide
            // 
            this.buttonMiddletoSide.Location = new System.Drawing.Point(468, 178);
            this.buttonMiddletoSide.Name = "buttonMiddletoSide";
            this.buttonMiddletoSide.Size = new System.Drawing.Size(166, 23);
            this.buttonMiddletoSide.TabIndex = 1;
            this.buttonMiddletoSide.Text = "中间向两边拉伸";
            this.buttonMiddletoSide.UseVisualStyleBackColor = true;
            this.buttonMiddletoSide.Click += new System.EventHandler(this.buttonMiddletoSide_Click);
            // 
            // buttonReversal
            // 
            this.buttonReversal.Location = new System.Drawing.Point(468, 231);
            this.buttonReversal.Name = "buttonReversal";
            this.buttonReversal.Size = new System.Drawing.Size(166, 23);
            this.buttonReversal.TabIndex = 1;
            this.buttonReversal.Text = "反转";
            this.buttonReversal.UseVisualStyleBackColor = true;
            this.buttonReversal.Click += new System.EventHandler(this.buttonReversal_Click);
            // 
            // buttonExpand
            // 
            this.buttonExpand.Location = new System.Drawing.Point(468, 284);
            this.buttonExpand.Name = "buttonExpand";
            this.buttonExpand.Size = new System.Drawing.Size(166, 23);
            this.buttonExpand.TabIndex = 1;
            this.buttonExpand.Text = "中间向四周扩散";
            this.buttonExpand.UseVisualStyleBackColor = true;
            this.buttonExpand.Click += new System.EventHandler(this.buttonExpand_Click);
            // 
            // formStretchAndReversal
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(666, 332);
            this.Controls.Add(this.buttonExpand);
            this.Controls.Add(this.buttonReversal);
            this.Controls.Add(this.buttonMiddletoSide);
            this.Controls.Add(this.buttonUptoDown);
            this.Controls.Add(this.buttonLefttoRigh);
            this.Controls.Add(this.buttonSelectFile);
            this.Controls.Add(this.pictureBox1);
            this.Name = "formStretchAndReversal";
            this.Text = "实现图像拉伸与反转";
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.PictureBox pictureBox1;
        private System.Windows.Forms.Button buttonSelectFile;
        private System.Windows.Forms.Button buttonLefttoRigh;
        private System.Windows.Forms.Button buttonUptoDown;
        private System.Windows.Forms.Button buttonMiddletoSide;
        private System.Windows.Forms.Button buttonReversal;
        private System.Windows.Forms.Button buttonExpand;
    }
}

⌨️ 快捷键说明

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