|
|
namespace GeoSigmaViewer
|
|
|
{
|
|
|
partial class Viewer
|
|
|
{
|
|
|
/// <summary>
|
|
|
/// 必需的设计器变量。
|
|
|
/// </summary>
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
/// <summary>
|
|
|
/// 清理所有正在使用的资源。
|
|
|
/// </summary>
|
|
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|
|
protected override void Dispose(bool disposing)
|
|
|
{
|
|
|
if (disposing&&(components!=null))
|
|
|
{
|
|
|
components.Dispose();
|
|
|
}
|
|
|
base.Dispose(disposing);
|
|
|
}
|
|
|
|
|
|
#region 组件设计器生成的代码
|
|
|
|
|
|
/// <summary>
|
|
|
/// 设计器支持所需的方法 - 不要修改
|
|
|
/// 使用代码编辑器修改此方法的内容。
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.scrollV = new System.Windows.Forms.VScrollBar();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
this.scrollH = new System.Windows.Forms.HScrollBar();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.pnlMain = new System.Windows.Forms.Panel();
|
|
|
this.drawer1 = new GeoSigmaViewer.Drawer();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.pnlMain.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.Controls.Add(this.scrollV);
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
this.panel1.Location = new System.Drawing.Point(401, 0);
|
|
|
this.panel1.Name = "panel1";
|
|
|
this.panel1.Size = new System.Drawing.Size(17, 431);
|
|
|
this.panel1.TabIndex = 4;
|
|
|
//
|
|
|
// scrollV
|
|
|
//
|
|
|
this.scrollV.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.scrollV.LargeChange = 2;
|
|
|
this.scrollV.Location = new System.Drawing.Point(0, 0);
|
|
|
this.scrollV.Maximum = 1;
|
|
|
this.scrollV.Name = "scrollV";
|
|
|
this.scrollV.Size = new System.Drawing.Size(17, 431);
|
|
|
this.scrollV.TabIndex = 4;
|
|
|
this.scrollV.Scroll += new System.Windows.Forms.ScrollEventHandler(this.Viewer_Scroll);
|
|
|
//
|
|
|
// panel2
|
|
|
//
|
|
|
this.panel2.Controls.Add(this.scrollH);
|
|
|
this.panel2.Controls.Add(this.label1);
|
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
this.panel2.Location = new System.Drawing.Point(0, 431);
|
|
|
this.panel2.Name = "panel2";
|
|
|
this.panel2.Size = new System.Drawing.Size(418, 17);
|
|
|
this.panel2.TabIndex = 5;
|
|
|
//
|
|
|
// scrollH
|
|
|
//
|
|
|
this.scrollH.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.scrollH.LargeChange = 2;
|
|
|
this.scrollH.Location = new System.Drawing.Point(0, 0);
|
|
|
this.scrollH.Maximum = 1;
|
|
|
this.scrollH.Name = "scrollH";
|
|
|
this.scrollH.Size = new System.Drawing.Size(401, 17);
|
|
|
this.scrollH.TabIndex = 0;
|
|
|
this.scrollH.Scroll += new System.Windows.Forms.ScrollEventHandler(this.Viewer_Scroll);
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
|
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
this.label1.Location = new System.Drawing.Point(401, 0);
|
|
|
this.label1.Name = "label1";
|
|
|
this.label1.Size = new System.Drawing.Size(17, 17);
|
|
|
this.label1.TabIndex = 1;
|
|
|
//
|
|
|
// pnlMain
|
|
|
//
|
|
|
this.pnlMain.Controls.Add(this.drawer1);
|
|
|
this.pnlMain.Controls.Add(this.panel1);
|
|
|
this.pnlMain.Controls.Add(this.panel2);
|
|
|
this.pnlMain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.pnlMain.Location = new System.Drawing.Point(0, 0);
|
|
|
this.pnlMain.Name = "pnlMain";
|
|
|
this.pnlMain.Size = new System.Drawing.Size(418, 448);
|
|
|
this.pnlMain.TabIndex = 7;
|
|
|
//
|
|
|
// drawer1
|
|
|
//
|
|
|
this.drawer1.ActiveTool = GeoSigmaViewer.DrawToolType.Default;
|
|
|
this.drawer1.BackColor = System.Drawing.Color.White;
|
|
|
this.drawer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.drawer1.EnableRedraw = false;
|
|
|
this.drawer1.Geo = null;
|
|
|
this.drawer1.Location = new System.Drawing.Point(0, 0);
|
|
|
this.drawer1.Name = "drawer1";
|
|
|
this.drawer1.Size = new System.Drawing.Size(401, 431);
|
|
|
this.drawer1.TabIndex = 6;
|
|
|
//
|
|
|
// Viewer
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.pnlMain);
|
|
|
this.Name = "Viewer";
|
|
|
this.Size = new System.Drawing.Size(568, 448);
|
|
|
this.Load += new System.EventHandler(this.Viewer_Load);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panel2.ResumeLayout(false);
|
|
|
this.pnlMain.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.VScrollBar scrollV;
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private System.Windows.Forms.HScrollBar scrollH;
|
|
|
private Drawer drawer1;
|
|
|
private System.Windows.Forms.Panel pnlMain;
|
|
|
}
|
|
|
}
|