banboshi_V1/halftoneproject-master/Code/UIExtend/pbox_zoom.designer.cs
2023-10-31 13:19:29 +08:00

110 lines
5.0 KiB
C#

namespace pbox_zoom_control
{
partial class pbox_zoom
{
/// <summary>
/// Erforderliche Designervariable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Verwendete Ressourcen bereinigen.
/// </summary>
/// <param name="disposing">True, wenn verwaltete Ressourcen gelöscht werden sollen; andernfalls False.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Vom Komponenten-Designer generierter Code
/// <summary>
/// Erforderliche Methode für die Designerunterstützung.
/// Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
/// </summary>
private void InitializeComponent()
{
this.pbox_1 = new System.Windows.Forms.PictureBox();
this.vScrollBar1 = new System.Windows.Forms.VScrollBar();
this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
this.panel1 = new System.Windows.Forms.Panel();
((System.ComponentModel.ISupportInitialize)(this.pbox_1)).BeginInit();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// pbox_1
//
this.pbox_1.Location = new System.Drawing.Point(20, 27);
this.pbox_1.Name = "pbox_1";
this.pbox_1.Size = new System.Drawing.Size(335, 226);
this.pbox_1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pbox_1.TabIndex = 0;
this.pbox_1.TabStop = false;
this.pbox_1.SizeChanged += new System.EventHandler(this.pbox_1_SizeChanged);
this.pbox_1.MouseEnter += new System.EventHandler(this.pbox_1_MouseEnter);
this.pbox_1.MouseMove += new System.Windows.Forms.MouseEventHandler(this.pbox_1_MouseMove);
//
// vScrollBar1
//
this.vScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.vScrollBar1.Enabled = false;
this.vScrollBar1.Location = new System.Drawing.Point(381, 3);
this.vScrollBar1.Name = "vScrollBar1";
this.vScrollBar1.Size = new System.Drawing.Size(20, 289);
this.vScrollBar1.TabIndex = 7;
this.vScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.vScrollBar1_Scroll);
//
// hScrollBar1
//
this.hScrollBar1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.hScrollBar1.Enabled = false;
this.hScrollBar1.Location = new System.Drawing.Point(3, 295);
this.hScrollBar1.Name = "hScrollBar1";
this.hScrollBar1.Size = new System.Drawing.Size(375, 17);
this.hScrollBar1.TabIndex = 6;
this.hScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar1_Scroll);
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.pbox_1);
this.panel1.Location = new System.Drawing.Point(3, 3);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(375, 289);
this.panel1.TabIndex = 5;
//
// pbox_zoom
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.SystemColors.Control;
this.Controls.Add(this.vScrollBar1);
this.Controls.Add(this.hScrollBar1);
this.Controls.Add(this.panel1);
this.Name = "pbox_zoom";
this.Size = new System.Drawing.Size(401, 312);
this.Load += new System.EventHandler(this.pbox_zoom_Load);
((System.ComponentModel.ISupportInitialize)(this.pbox_1)).EndInit();
this.panel1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pbox_1;
private System.Windows.Forms.VScrollBar vScrollBar1;
private System.Windows.Forms.HScrollBar hScrollBar1;
private System.Windows.Forms.Panel panel1;
}
}