namespace TestForm
{
partial class FormNew
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
Hydro.MapView.Template template1 = new Hydro.MapView.Template();
Hydro.MapView.MapOption mapOption1 = new Hydro.MapView.MapOption();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormNew));
this.mapViewer1 = new Hydro.MapUI.MapViewer();
this.propertyForm1 = new Hydro.MapUI.PropertyForm();
this.SuspendLayout();
//
// mapViewer1
//
this.mapViewer1._IsEditMode = true;
template1.CenterX = 0F;
template1.CenterY = 0F;
template1.filePath = null;
template1.ID = "00000000-0000-0000-0000-000000000000";
template1.ImportExcelIndex = 0;
template1.ImportExcelPath = null;
mapOption1._ShowJunction = true;
mapOption1._ShowValve = true;
mapOption1.junction_multiply = 1F;
mapOption1.Link_multiply = 0.6667F;
template1.mapOption = mapOption1;
template1.MaxLevel = 99;
template1.Node1 = null;
template1.Node2 = null;
template1.Regions = ((System.Collections.Generic.List)(resources.GetObject("template1.Regions")));
template1.rotation = 0D;
template1.rotationF = 90D;
template1.Type = Hydro.MapView.MapViewEnum.TemplateType.全部;
template1.view = null;
template1.Visible = null;
template1.X = null;
template1.Y = null;
template1.zoom = 1F;
template1.名称 = "临时";
this.mapViewer1._newTemplate = template1;
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(177, 0);
this.mapViewer1.MapCenter = ((System.Drawing.PointF)(resources.GetObject("mapViewer1.MapCenter")));
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(829, 585);
this.mapViewer1.TabIndex = 0;
this.mapViewer1.zoom = 1F;
//
// propertyForm1
//
this.propertyForm1.Dock = System.Windows.Forms.DockStyle.Left;
this.propertyForm1.Location = new System.Drawing.Point(0, 0);
this.propertyForm1.Name = "propertyForm1";
this.propertyForm1.Size = new System.Drawing.Size(177, 585);
this.propertyForm1.TabIndex = 1;
//
// FormNew
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1006, 585);
this.Controls.Add(this.mapViewer1);
this.Controls.Add(this.propertyForm1);
this.Name = "FormNew";
this.Text = "FormNew";
this.Load += new System.EventHandler(this.FormNew_Load);
this.ResumeLayout(false);
}
#endregion
private Hydro.MapUI.MapViewer mapViewer1;
private Hydro.MapUI.PropertyForm propertyForm1;
}
}