namespace UAS_LabelMachine { partial class PreViewWindow { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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(24, 24); this.LabelPreView.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.LabelPreView.Name = "LabelPreView"; this.LabelPreView.Size = new System.Drawing.Size(892, 788); this.LabelPreView.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.LabelPreView.TabIndex = 0; this.LabelPreView.TabStop = false; // // PreViewWindow // this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(940, 836); this.Controls.Add(this.LabelPreView); this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6); this.Name = "PreViewWindow"; this.Text = "预览标签"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.PreViewWindow_FormClosed); this.Load += new System.EventHandler(this.PreViewWindow_Load); ((System.ComponentModel.ISupportInitialize)(this.LabelPreView)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox LabelPreView; } }