123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- namespace UAS_LabelMachine
- {
- partial class PreViewWindow
- {
-
-
-
- private System.ComponentModel.IContainer components = null;
-
-
-
-
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
-
-
-
-
- private void InitializeComponent()
- {
- this.LabelPreView = new System.Windows.Forms.PictureBox();
- ((System.ComponentModel.ISupportInitialize)(this.LabelPreView)).BeginInit();
- this.SuspendLayout();
-
-
-
- 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;
-
-
-
- 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;
- }
- }
|