namespace UAS_LabelMachine
{
    partial class PreViewWindow
    {
        /// <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.LabelPreView = new System.Windows.Forms.PictureBox();
            ((System.ComponentModel.ISupportInitialize)(this.LabelPreView)).BeginInit();
            this.SuspendLayout();
            // 
            // LabelPreView
            // 
            this.LabelPreView.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
            this.LabelPreView.Location = new System.Drawing.Point(12, 12);
            this.LabelPreView.Name = "LabelPreView";
            this.LabelPreView.Size = new System.Drawing.Size(446, 394);
            this.LabelPreView.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
            this.LabelPreView.TabIndex = 0;
            this.LabelPreView.TabStop = false;
            // 
            // PreViewWindow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(470, 418);
            this.Controls.Add(this.LabelPreView);
            this.Name = "PreViewWindow";
            this.Text = "预览标签";
            this.Load += new System.EventHandler(this.PreViewWindow_Load);
            ((System.ComponentModel.ISupportInitialize)(this.LabelPreView)).EndInit();
            this.ResumeLayout(false);

        }

        #endregion

        private System.Windows.Forms.PictureBox LabelPreView;
    }
}