123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- 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(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;
- }
- }
|