FrmResize.Designer.cs 9.4 KB
namespace CodeSplicing
{
    partial class FrmResize
    {
        /// <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.BtnOK = new System.Windows.Forms.Button();
            this.NudX = new System.Windows.Forms.NumericUpDown();
            this.NudH = new System.Windows.Forms.NumericUpDown();
            this.label21 = new System.Windows.Forms.Label();
            this.label18 = new System.Windows.Forms.Label();
            this.label20 = new System.Windows.Forms.Label();
            this.NudW = new System.Windows.Forms.NumericUpDown();
            this.NudY = new System.Windows.Forms.NumericUpDown();
            this.label19 = new System.Windows.Forms.Label();
            ((System.ComponentModel.ISupportInitialize)(this.NudX)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NudH)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NudW)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.NudY)).BeginInit();
            this.SuspendLayout();
            // 
            // BtnOK
            // 
            this.BtnOK.Location = new System.Drawing.Point(145, 96);
            this.BtnOK.Name = "BtnOK";
            this.BtnOK.Size = new System.Drawing.Size(100, 30);
            this.BtnOK.TabIndex = 43;
            this.BtnOK.Text = "确定";
            this.BtnOK.UseVisualStyleBackColor = true;
            this.BtnOK.Click += new System.EventHandler(this.BtnOK_Click);
            // 
            // NudX
            // 
            this.NudX.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.NudX.Location = new System.Drawing.Point(43, 15);
            this.NudX.Margin = new System.Windows.Forms.Padding(6);
            this.NudX.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.NudX.Name = "NudX";
            this.NudX.Size = new System.Drawing.Size(75, 29);
            this.NudX.TabIndex = 36;
            // 
            // NudH
            // 
            this.NudH.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.NudH.Location = new System.Drawing.Point(168, 56);
            this.NudH.Margin = new System.Windows.Forms.Padding(6);
            this.NudH.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.NudH.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.NudH.Name = "NudH";
            this.NudH.Size = new System.Drawing.Size(75, 29);
            this.NudH.TabIndex = 42;
            this.NudH.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // label21
            // 
            this.label21.AutoSize = true;
            this.label21.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label21.Location = new System.Drawing.Point(14, 18);
            this.label21.Margin = new System.Windows.Forms.Padding(6);
            this.label21.Name = "label21";
            this.label21.Size = new System.Drawing.Size(20, 21);
            this.label21.TabIndex = 35;
            this.label21.Text = "X";
            // 
            // label18
            // 
            this.label18.AutoSize = true;
            this.label18.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label18.Location = new System.Drawing.Point(134, 60);
            this.label18.Margin = new System.Windows.Forms.Padding(6);
            this.label18.Name = "label18";
            this.label18.Size = new System.Drawing.Size(22, 21);
            this.label18.TabIndex = 41;
            this.label18.Text = "H";
            // 
            // label20
            // 
            this.label20.AutoSize = true;
            this.label20.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label20.Location = new System.Drawing.Point(14, 60);
            this.label20.Margin = new System.Windows.Forms.Padding(6);
            this.label20.Name = "label20";
            this.label20.Size = new System.Drawing.Size(20, 21);
            this.label20.TabIndex = 37;
            this.label20.Text = "Y";
            // 
            // NudW
            // 
            this.NudW.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.NudW.Location = new System.Drawing.Point(168, 15);
            this.NudW.Margin = new System.Windows.Forms.Padding(6);
            this.NudW.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.NudW.Minimum = new decimal(new int[] {
            1,
            0,
            0,
            0});
            this.NudW.Name = "NudW";
            this.NudW.Size = new System.Drawing.Size(75, 29);
            this.NudW.TabIndex = 40;
            this.NudW.Value = new decimal(new int[] {
            1,
            0,
            0,
            0});
            // 
            // NudY
            // 
            this.NudY.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.NudY.Location = new System.Drawing.Point(43, 56);
            this.NudY.Margin = new System.Windows.Forms.Padding(6);
            this.NudY.Maximum = new decimal(new int[] {
            9999,
            0,
            0,
            0});
            this.NudY.Name = "NudY";
            this.NudY.Size = new System.Drawing.Size(75, 29);
            this.NudY.TabIndex = 38;
            // 
            // label19
            // 
            this.label19.AutoSize = true;
            this.label19.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
            this.label19.Location = new System.Drawing.Point(130, 19);
            this.label19.Margin = new System.Windows.Forms.Padding(6);
            this.label19.Name = "label19";
            this.label19.Size = new System.Drawing.Size(26, 21);
            this.label19.TabIndex = 39;
            this.label19.Text = "W";
            // 
            // FrmResize
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.BackColor = System.Drawing.SystemColors.Info;
            this.ClientSize = new System.Drawing.Size(257, 138);
            this.Controls.Add(this.BtnOK);
            this.Controls.Add(this.NudX);
            this.Controls.Add(this.NudH);
            this.Controls.Add(this.label21);
            this.Controls.Add(this.label18);
            this.Controls.Add(this.label20);
            this.Controls.Add(this.NudW);
            this.Controls.Add(this.NudY);
            this.Controls.Add(this.label19);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox = false;
            this.MinimizeBox = false;
            this.Name = "FrmResize";
            this.ShowIcon = false;
            this.ShowInTaskbar = false;
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = " ";
            this.Load += new System.EventHandler(this.FrmResize_Load);
            ((System.ComponentModel.ISupportInitialize)(this.NudX)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NudH)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NudW)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.NudY)).EndInit();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button BtnOK;
        private System.Windows.Forms.NumericUpDown NudX;
        private System.Windows.Forms.NumericUpDown NudH;
        private System.Windows.Forms.Label label21;
        private System.Windows.Forms.Label label18;
        private System.Windows.Forms.Label label20;
        private System.Windows.Forms.NumericUpDown NudW;
        private System.Windows.Forms.NumericUpDown NudY;
        private System.Windows.Forms.Label label19;
    }
}