|
namespace Hydro.ClientTool
|
{
|
partial class Form2
|
{
|
/// <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()
|
{
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
|
this.mapViewer1 = new Hydro.MapUI.MapViewer();
|
this.propertyForm1 = new Hydro.MapUI.PropertyForm();
|
this.SuspendLayout();
|
//
|
// mapViewer1
|
//
|
this.mapViewer1._IsEditMode = true;
|
this.mapViewer1._newTemplate = null;
|
this.mapViewer1._ShowJunction = true;
|
this.mapViewer1._ShowValve = true;
|
this.mapViewer1._Template = null;
|
this.mapViewer1.BackColor = System.Drawing.Color.Transparent;
|
this.mapViewer1.Dock = System.Windows.Forms.DockStyle.Fill;
|
this.mapViewer1.junction_multiply = 1F;
|
this.mapViewer1.Link_multiply = 1F;
|
this.mapViewer1.Location = new System.Drawing.Point(0, 0);
|
this.mapViewer1.Lock2DView = false;
|
this.mapViewer1.MapCenter = ((System.Drawing.PointF)(resources.GetObject("mapViewer1.MapCenter")));
|
this.mapViewer1.mapOption = ((Hydro.MapView.MapDimensions)(resources.GetObject("mapViewer1.mapOption")));
|
this.mapViewer1.Name = "mapViewer1";
|
this.mapViewer1.Rotation = 0D;
|
this.mapViewer1.RotationF = 90D;
|
this.mapViewer1.ShowStatusBar = true;
|
this.mapViewer1.showToolBar = true;
|
this.mapViewer1.Size = new System.Drawing.Size(912, 21);
|
this.mapViewer1.TabIndex = 0;
|
this.mapViewer1.zoom = 1F;
|
//
|
// propertyForm1
|
//
|
this.propertyForm1.Dock = System.Windows.Forms.DockStyle.Right;
|
this.propertyForm1.Location = new System.Drawing.Point(912, 0);
|
this.propertyForm1.Name = "propertyForm1";
|
this.propertyForm1.Size = new System.Drawing.Size(272, 21);
|
this.propertyForm1.TabIndex = 1;
|
//
|
// Form2
|
//
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.ClientSize = new System.Drawing.Size(1184, 21);
|
this.Controls.Add(this.mapViewer1);
|
this.Controls.Add(this.propertyForm1);
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
this.Name = "Form2";
|
this.ShowIcon = false;
|
this.Text = "地图测试";
|
this.Load += new System.EventHandler(this.Form2_Load);
|
this.ResumeLayout(false);
|
|
}
|
|
#endregion
|
|
private MapUI.MapViewer mapViewer1;
|
private MapUI.PropertyForm propertyForm1;
|
}
|
}
|