ImageCropForm.Designer.cs 2.34 KB
namespace MoyaAdminUI
{
    partial class ImageCropForm
    {
        /// <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.imageResizer1 = new ImageResizer.ImageResizer();
            this.SuspendLayout();
            // 
            // imageResizer1
            // 
            this.imageResizer1.CroppedImageRatio = new decimal(new int[] {
            0,
            0,
            0,
            0});
            this.imageResizer1.DefaultApiUrl = null;
            this.imageResizer1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.imageResizer1.Location = new System.Drawing.Point(0, 0);
            this.imageResizer1.MinimumSize = new System.Drawing.Size(550, 300);
            this.imageResizer1.Name = "imageResizer1";
            this.imageResizer1.RequiredHeight = 0;
            this.imageResizer1.RequiredWidth = 0;
            this.imageResizer1.Size = new System.Drawing.Size(958, 936);
            this.imageResizer1.TabIndex = 0;
            // 
            // ImageCropForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(958, 936);
            this.Controls.Add(this.imageResizer1);
            this.Name = "ImageCropForm";
            this.Text = "ImageCropForm";
            this.Load += new System.EventHandler(this.ImageCropForm_Load);
            this.ResumeLayout(false);

        }

        #endregion

        private ImageResizer.ImageResizer imageResizer1;
    }
}