⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 form1.cs

📁 AE+vb来实现的最短路径的实现功能!gis
💻 CS
📖 第 1 页 / 共 5 页
字号:
			this.ToolBar3D.Name = "ToolBar3D";
			this.ToolBar3D.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("ToolBar3D.OcxState")));
			this.ToolBar3D.Size = new System.Drawing.Size(304, 48);
			this.ToolBar3D.TabIndex = 1;
			// 
			// panel3
			// 
			this.panel3.Controls.Add(this.Map3D);
			this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
			this.panel3.Location = new System.Drawing.Point(0, 0);
			this.panel3.Name = "panel3";
			this.panel3.Size = new System.Drawing.Size(817, 566);
			this.panel3.TabIndex = 5;
			// 
			// Map3D
			// 
			this.Map3D.ContainingControl = this;
			this.Map3D.Dock = System.Windows.Forms.DockStyle.Fill;
			this.Map3D.Location = new System.Drawing.Point(0, 0);
			this.Map3D.Name = "Map3D";
			this.Map3D.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("Map3D.OcxState")));
			this.Map3D.Size = new System.Drawing.Size(817, 566);
			this.Map3D.TabIndex = 0;
			this.Map3D.OnKeyDown += new ESRI.ArcGIS.SceneControl.ISceneControlEvents_OnKeyDownEventHandler(this.Map3D_OnKeyDown);
			// 
			// splitter3
			// 
			this.splitter3.Dock = System.Windows.Forms.DockStyle.Right;
			this.splitter3.Location = new System.Drawing.Point(817, 0);
			this.splitter3.Name = "splitter3";
			this.splitter3.Size = new System.Drawing.Size(3, 566);
			this.splitter3.TabIndex = 4;
			this.splitter3.TabStop = false;
			// 
			// panel2
			// 
			this.panel2.Controls.Add(this.TOC3D);
			this.panel2.Dock = System.Windows.Forms.DockStyle.Right;
			this.panel2.Location = new System.Drawing.Point(820, 0);
			this.panel2.Name = "panel2";
			this.panel2.Size = new System.Drawing.Size(200, 566);
			this.panel2.TabIndex = 3;
			// 
			// TOC3D
			// 
			this.TOC3D.ContainingControl = this;
			this.TOC3D.Dock = System.Windows.Forms.DockStyle.Fill;
			this.TOC3D.Location = new System.Drawing.Point(0, 0);
			this.TOC3D.Name = "TOC3D";
			this.TOC3D.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("TOC3D.OcxState")));
			this.TOC3D.Size = new System.Drawing.Size(200, 566);
			this.TOC3D.TabIndex = 2;
			this.TOC3D.OnKeyDown += new ESRI.ArcGIS.TOCControl.ITOCControlEvents_OnKeyDownEventHandler(this.TOC3D_OnKeyDown);
			// 
			// LstFloors
			// 
			this.LstFloors.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.LstFloors.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.LstFloors.ForeColor = System.Drawing.SystemColors.Highlight;
			this.LstFloors.Items.AddRange(new object[] {
														   "Floor_1",
														   "Floor_2",
														   "Floor_3"});
			this.LstFloors.Location = new System.Drawing.Point(16, 16);
			this.LstFloors.MaxDropDownItems = 4;
			this.LstFloors.Name = "LstFloors";
			this.LstFloors.Size = new System.Drawing.Size(144, 32);
			this.LstFloors.TabIndex = 4;
			this.LstFloors.SelectedIndexChanged += new System.EventHandler(this.LstFloors_SelectedIndexChanged);
			// 
			// BtnClean
			// 
			this.BtnClean.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.BtnClean.ForeColor = System.Drawing.Color.Blue;
			this.BtnClean.Location = new System.Drawing.Point(88, 56);
			this.BtnClean.Name = "BtnClean";
			this.BtnClean.Size = new System.Drawing.Size(72, 40);
			this.BtnClean.TabIndex = 6;
			this.BtnClean.Text = "Clean";
			this.BtnClean.Click += new System.EventHandler(this.BtnClean_Click);
			// 
			// BtnGO
			// 
			this.BtnGO.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.BtnGO.ForeColor = System.Drawing.Color.Blue;
			this.BtnGO.Location = new System.Drawing.Point(16, 56);
			this.BtnGO.Name = "BtnGO";
			this.BtnGO.Size = new System.Drawing.Size(64, 40);
			this.BtnGO.TabIndex = 5;
			this.BtnGO.Text = "Solve";
			this.BtnGO.Click += new System.EventHandler(this.BtnGO_Click);
			// 
			// groupBox2
			// 
			this.groupBox2.Controls.Add(this.groupBoxAreaOfReach);
			this.groupBox2.Controls.Add(this.groupClosestFacility);
			this.groupBox2.Controls.Add(this.label3);
			this.groupBox2.Controls.Add(this.label2);
			this.groupBox2.Controls.Add(this.label1);
			this.groupBox2.Controls.Add(this.LstImpendances);
			this.groupBox2.Controls.Add(this.LstSolvers);
			this.groupBox2.Controls.Add(this.ChkRestrictions);
			this.groupBox2.Dock = System.Windows.Forms.DockStyle.Left;
			this.groupBox2.Location = new System.Drawing.Point(10, 10);
			this.groupBox2.Name = "groupBox2";
			this.groupBox2.Size = new System.Drawing.Size(910, 114);
			this.groupBox2.TabIndex = 2;
			this.groupBox2.TabStop = false;
			this.groupBox2.Text = "Network Settings";
			// 
			// groupBoxAreaOfReach
			// 
			this.groupBoxAreaOfReach.Controls.Add(this.SliderAreaOfReach);
			this.groupBoxAreaOfReach.Controls.Add(this.LblAreaOfReachUnits);
			this.groupBoxAreaOfReach.Location = new System.Drawing.Point(232, 16);
			this.groupBoxAreaOfReach.Name = "groupBoxAreaOfReach";
			this.groupBoxAreaOfReach.Size = new System.Drawing.Size(392, 88);
			this.groupBoxAreaOfReach.TabIndex = 16;
			this.groupBoxAreaOfReach.TabStop = false;
			// 
			// SliderAreaOfReach
			// 
			this.SliderAreaOfReach.Location = new System.Drawing.Point(16, 24);
			this.SliderAreaOfReach.Maximum = 500;
			this.SliderAreaOfReach.Name = "SliderAreaOfReach";
			this.SliderAreaOfReach.Size = new System.Drawing.Size(248, 42);
			this.SliderAreaOfReach.SmallChange = 2;
			this.SliderAreaOfReach.TabIndex = 14;
			this.SliderAreaOfReach.TickFrequency = 10;
			this.SliderAreaOfReach.ValueChanged += new System.EventHandler(this.SliderAreaOfReach_ValueChanged);
			// 
			// LblAreaOfReachUnits
			// 
			this.LblAreaOfReachUnits.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.LblAreaOfReachUnits.ForeColor = System.Drawing.SystemColors.ActiveCaption;
			this.LblAreaOfReachUnits.Location = new System.Drawing.Point(272, 32);
			this.LblAreaOfReachUnits.Name = "LblAreaOfReachUnits";
			this.LblAreaOfReachUnits.TabIndex = 15;
			// 
			// groupClosestFacility
			// 
			this.groupClosestFacility.Controls.Add(this.chkAnimationLoop);
			this.groupClosestFacility.Controls.Add(this.SliderSeconds);
			this.groupClosestFacility.Controls.Add(this.BtnAnimate);
			this.groupClosestFacility.Controls.Add(this.LblSlider);
			this.groupClosestFacility.Location = new System.Drawing.Point(232, 16);
			this.groupClosestFacility.Name = "groupClosestFacility";
			this.groupClosestFacility.Size = new System.Drawing.Size(392, 88);
			this.groupClosestFacility.TabIndex = 13;
			this.groupClosestFacility.TabStop = false;
			// 
			// chkAnimationLoop
			// 
			this.chkAnimationLoop.Location = new System.Drawing.Point(16, 16);
			this.chkAnimationLoop.Name = "chkAnimationLoop";
			this.chkAnimationLoop.Size = new System.Drawing.Size(72, 24);
			this.chkAnimationLoop.TabIndex = 13;
			this.chkAnimationLoop.Text = "Loop";
			// 
			// SliderSeconds
			// 
			this.SliderSeconds.AutoSize = false;
			this.SliderSeconds.LargeChange = 10;
			this.SliderSeconds.Location = new System.Drawing.Point(8, 48);
			this.SliderSeconds.Maximum = 250;
			this.SliderSeconds.Name = "SliderSeconds";
			this.SliderSeconds.Size = new System.Drawing.Size(168, 32);
			this.SliderSeconds.TabIndex = 5;
			this.SliderSeconds.TickFrequency = 10;
			this.SliderSeconds.TickStyle = System.Windows.Forms.TickStyle.None;
			this.SliderSeconds.Value = 150;
			this.SliderSeconds.ValueChanged += new System.EventHandler(this.SliderSeconds_ValueChanged);
			this.SliderSeconds.Scroll += new System.EventHandler(this.SliderSeconds_Scroll);
			// 
			// BtnAnimate
			// 
			this.BtnAnimate.Enabled = false;
			this.BtnAnimate.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.BtnAnimate.ForeColor = System.Drawing.SystemColors.ActiveCaption;
			this.BtnAnimate.Location = new System.Drawing.Point(112, 16);
			this.BtnAnimate.Name = "BtnAnimate";
			this.BtnAnimate.Size = new System.Drawing.Size(72, 32);
			this.BtnAnimate.TabIndex = 12;
			this.BtnAnimate.Text = "Animate";
			this.BtnAnimate.Click += new System.EventHandler(this.BtnAnimate_Click);
			// 
			// LblSlider
			// 
			this.LblSlider.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.LblSlider.ForeColor = System.Drawing.SystemColors.ActiveCaption;
			this.LblSlider.Location = new System.Drawing.Point(184, 56);
			this.LblSlider.Name = "LblSlider";
			this.LblSlider.Size = new System.Drawing.Size(120, 24);
			this.LblSlider.TabIndex = 6;
			this.LblSlider.Text = "1 min 25 secs";
			// 
			// label3
			// 
			this.label3.Enabled = false;
			this.label3.Location = new System.Drawing.Point(632, 8);
			this.label3.Name = "label3";
			this.label3.Size = new System.Drawing.Size(64, 16);
			this.label3.TabIndex = 10;
			this.label3.Text = "Restrictions:";
			// 
			// label2
			// 
			this.label2.Enabled = false;
			this.label2.Location = new System.Drawing.Point(8, 72);
			this.label2.Name = "label2";
			this.label2.Size = new System.Drawing.Size(64, 16);
			this.label2.TabIndex = 9;
			this.label2.Text = "Impedance:";
			// 
			// label1
			// 
			this.label1.Location = new System.Drawing.Point(8, 32);
			this.label1.Name = "label1";
			this.label1.Size = new System.Drawing.Size(48, 16);
			this.label1.TabIndex = 8;
			this.label1.Text = "Solver:";
			// 
			// LstImpendances
			// 
			this.LstImpendances.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.LstImpendances.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.LstImpendances.ForeColor = System.Drawing.SystemColors.HotTrack;
			this.LstImpendances.Location = new System.Drawing.Point(72, 64);
			this.LstImpendances.Name = "LstImpendances";
			this.LstImpendances.Size = new System.Drawing.Size(152, 32);
			this.LstImpendances.TabIndex = 7;
			// 
			// LstSolvers
			// 
			this.LstSolvers.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
			this.LstSolvers.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Italic, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.LstSolvers.ForeColor = System.Drawing.SystemColors.HotTrack;
			this.LstSolvers.Items.AddRange(new object[] {
															"Route Solver",
															"Find Closest",
															"Area of reach"});
			this.LstSolvers.Location = new System.Drawing.Point(72, 24);
			this.LstSolvers.Name = "LstSolvers";
			this.LstSolvers.Size = new System.Drawing.Size(152, 32);
			this.LstSolvers.TabIndex = 3;
			this.LstSolvers.SelectedIndexChanged += new System.EventHandler(this.LstSolvers_SelectedIndexChanged);
			// 
			// ChkRestrictions
			// 
			this.ChkRestrictions.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
			this.ChkRestrictions.Location = new System.Drawing.Point(632, 24);
			this.ChkRestrictions.Name = "ChkRestrictions";
			this.ChkRestrictions.Size = new System.Drawing.Size(200, 76);
			this.ChkRestrictions.TabIndex = 2;
			// 
			// axLicenseControl1
			// 
			this.axLicenseControl1.Enabled = true;
			this.axLicenseControl1.Location = new System.Drawing.Point(576, 728);
			this.axLicenseControl1.Name = "axLicenseControl1";
			this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
			this.axLicenseControl1.Size = new System.Drawing.Size(200, 50);
			this.axLicenseControl1.TabIndex = 3;
			// 
			// statusBar1
			// 
			this.statusBar1.Location = new System.Drawing.Point(0, 731);
			this.statusBar1.Name = "statusBar1";
			this.statusBar1.Panels.AddRange(new System.Windows.Forms.StatusBarPanel[] {
																						  this.HelpPanel,
																						  this.StatusPanel});
			this.statusBar1.ShowPanels = true;
			this.statusBar1.Size = new System.Drawing.Size(1028, 22);
			this.statusBar1.TabIndex = 7;
			this.statusBar1.Text = "statusBar1";
			// 
			// HelpPanel
			// 
			this.HelpPanel.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Spring;
			this.HelpPanel.Width = 966;
			// 
			// StatusPanel
			// 
			this.StatusPanel.Alignment = System.Windows.Forms.HorizontalAlignment.Right;
			this.StatusPanel.AutoSize = System.Windows.Forms.StatusBarPanelAutoSize.Contents;
			this.StatusPanel.Text = "Status";
			this.StatusPanel.Width = 46;
			// 
			// panel1
			// 
			this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
			this.panel1.Controls.Add(this.groupBox1);
			this.panel1.Controls.Add(this.groupBox2);
			this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
			this.panel1.DockPadding.All = 10;
			this.panel1.Location = new System.Drawing.Point(0, 595);
			this.panel1.Name = "panel1";
			this.panel1.Size = new System.Drawing.Size(1028, 136);
			this.panel1.TabIndex = 8;
			// 
			// groupBox1
			// 
			this.groupBox1.Controls.Add(this.BtnGO);
			this.groupBox1.Controls.Add(this.BtnClean);
			this.groupBox1.Controls.Add(this.LstFloors);
			this.groupBox1.Dock = System.Windows.Forms.DockStyle.Right;
			this.groupBox1.Location = new System.Drawing.Point(848, 10);
			this.groupBox1.Name = "groupBox1";
			this.groupBox1.Size = new System.Drawing.Size(168, 114);

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -