102 lines
4.5 KiB
C#
102 lines
4.5 KiB
C#
namespace ChildForms
|
|
{
|
|
partial class frmChildProject
|
|
{
|
|
/// <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.panel1 = new System.Windows.Forms.Panel();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.vScrollBar1 = new System.Windows.Forms.VScrollBar();
|
|
this.hScrollBar1 = new System.Windows.Forms.HScrollBar();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(197, 702);
|
|
this.panel1.TabIndex = 0;
|
|
//
|
|
// 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.BackColor = System.Drawing.Color.Black;
|
|
this.pictureBox1.Location = new System.Drawing.Point(198, 2);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(1162, 868);
|
|
this.pictureBox1.TabIndex = 1;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// vScrollBar1
|
|
//
|
|
this.vScrollBar1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
this.vScrollBar1.Location = new System.Drawing.Point(1180, 0);
|
|
this.vScrollBar1.Name = "vScrollBar1";
|
|
this.vScrollBar1.Size = new System.Drawing.Size(21, 721);
|
|
this.vScrollBar1.TabIndex = 6;
|
|
this.vScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.VScrollBar1_Scroll);
|
|
//
|
|
// hScrollBar1
|
|
//
|
|
this.hScrollBar1.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.hScrollBar1.Location = new System.Drawing.Point(0, 702);
|
|
this.hScrollBar1.Name = "hScrollBar1";
|
|
this.hScrollBar1.Size = new System.Drawing.Size(1180, 19);
|
|
this.hScrollBar1.TabIndex = 7;
|
|
this.hScrollBar1.Scroll += new System.Windows.Forms.ScrollEventHandler(this.hScrollBar1_Scroll);
|
|
//
|
|
// frmChildProject
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(1201, 721);
|
|
this.Controls.Add(this.panel1);
|
|
this.Controls.Add(this.hScrollBar1);
|
|
this.Controls.Add(this.vScrollBar1);
|
|
this.Controls.Add(this.pictureBox1);
|
|
this.Name = "frmChildProject";
|
|
this.Text = "frmChildProject";
|
|
this.Resize += new System.EventHandler(this.frmChildProject_Resize);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
internal System.Windows.Forms.VScrollBar vScrollBar1;
|
|
internal System.Windows.Forms.HScrollBar hScrollBar1;
|
|
}
|
|
} |