102 lines
4.5 KiB
C#
102 lines
4.5 KiB
C#
namespace ChildForms
|
|
{
|
|
partial class DDPanBox
|
|
{
|
|
/// <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 Component 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.vScrollBar1 = new System.Windows.Forms.VScrollBar();
|
|
this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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.Location = new System.Drawing.Point(516, 0);
|
|
this.vScrollBar1.Name = "vScrollBar1";
|
|
this.vScrollBar1.Size = new System.Drawing.Size(21, 425);
|
|
this.vScrollBar1.TabIndex = 6;
|
|
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.Location = new System.Drawing.Point(0, 406);
|
|
this.hScrollBar1.Name = "hScrollBar1";
|
|
this.hScrollBar1.Size = new System.Drawing.Size(516, 19);
|
|
this.hScrollBar1.TabIndex = 7;
|
|
this.hScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar1_Scroll);
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.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.pictureBox1.Location = new System.Drawing.Point(0, 3);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(534, 419);
|
|
this.pictureBox1.TabIndex = 8;
|
|
this.pictureBox1.TabStop = false;
|
|
this.pictureBox1.Visible = false;
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Location = new System.Drawing.Point(0, 3);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(904, 752);
|
|
this.pictureBox2.TabIndex = 9;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// DDPanBox
|
|
//
|
|
this.Controls.Add(this.pictureBox2);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Controls.Add(this.hScrollBar1);
|
|
this.Controls.Add(this.vScrollBar1);
|
|
this.Name = "DDPanBox";
|
|
this.Size = new System.Drawing.Size(537, 425);
|
|
this.Resize += new System.EventHandler(this.DDPanBox_Resize);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
internal System.Windows.Forms.VScrollBar vScrollBar1;
|
|
internal System.Windows.Forms.HScrollBar hScrollBar1;
|
|
protected System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
}
|
|
}
|