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

📄 mainwindow.designer.cs

📁 Tin的建立
💻 CS
📖 第 1 页 / 共 2 页
字号:
            // splitContainer2
            // 
            this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
            this.splitContainer2.FixedPanel = System.Windows.Forms.FixedPanel.Panel2;
            this.splitContainer2.Location = new System.Drawing.Point(0, 0);
            this.splitContainer2.Name = "splitContainer2";
            // 
            // splitContainer2.Panel1
            // 
            this.splitContainer2.Panel1.Controls.Add(this.axMapControl1);
            // 
            // splitContainer2.Panel2
            // 
            this.splitContainer2.Panel2.Controls.Add(this.groupBox1);
            this.splitContainer2.Size = new System.Drawing.Size(640, 478);
            this.splitContainer2.SplitterDistance = 505;
            this.splitContainer2.TabIndex = 1;
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.button6);
            this.groupBox1.Controls.Add(this.reslist);
            this.groupBox1.Controls.Add(this.zhongdiany);
            this.groupBox1.Controls.Add(this.zhongdianx);
            this.groupBox1.Controls.Add(this.label4);
            this.groupBox1.Controls.Add(this.qidiany);
            this.groupBox1.Controls.Add(this.qidianx);
            this.groupBox1.Controls.Add(this.label3);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(131, 478);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "查询";
            // 
            // button6
            // 
            this.button6.Location = new System.Drawing.Point(10, 160);
            this.button6.Name = "button6";
            this.button6.Size = new System.Drawing.Size(108, 23);
            this.button6.TabIndex = 7;
            this.button6.Text = "查询";
            this.button6.UseVisualStyleBackColor = true;
            this.button6.Click += new System.EventHandler(this.button6_Click);
            // 
            // reslist
            // 
            this.reslist.Location = new System.Drawing.Point(8, 187);
            this.reslist.Name = "reslist";
            this.reslist.Size = new System.Drawing.Size(110, 253);
            this.reslist.TabIndex = 6;
            this.reslist.UseCompatibleStateImageBehavior = false;
            this.reslist.View = System.Windows.Forms.View.SmallIcon;
            // 
            // zhongdiany
            // 
            this.zhongdiany.ForeColor = System.Drawing.Color.DarkGray;
            this.zhongdiany.Location = new System.Drawing.Point(8, 133);
            this.zhongdiany.Name = "zhongdiany";
            this.zhongdiany.Size = new System.Drawing.Size(110, 21);
            this.zhongdiany.TabIndex = 5;
            this.zhongdiany.Text = "请输入Y坐标";
            // 
            // zhongdianx
            // 
            this.zhongdianx.ForeColor = System.Drawing.Color.DarkGray;
            this.zhongdianx.Location = new System.Drawing.Point(8, 105);
            this.zhongdianx.Name = "zhongdianx";
            this.zhongdianx.Size = new System.Drawing.Size(110, 21);
            this.zhongdianx.TabIndex = 4;
            this.zhongdianx.Text = "请输入X坐标";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(8, 89);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(59, 12);
            this.label4.TabIndex = 3;
            this.label4.Text = "终点坐标:";
            // 
            // qidiany
            // 
            this.qidiany.ForeColor = System.Drawing.Color.DarkGray;
            this.qidiany.Location = new System.Drawing.Point(8, 65);
            this.qidiany.Name = "qidiany";
            this.qidiany.Size = new System.Drawing.Size(110, 21);
            this.qidiany.TabIndex = 2;
            this.qidiany.Text = "请输入Y坐标";
            // 
            // qidianx
            // 
            this.qidianx.ForeColor = System.Drawing.Color.DarkGray;
            this.qidianx.Location = new System.Drawing.Point(8, 37);
            this.qidianx.Name = "qidianx";
            this.qidianx.Size = new System.Drawing.Size(110, 21);
            this.qidianx.TabIndex = 1;
            this.qidianx.Text = "请输入X坐标";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(8, 21);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(59, 12);
            this.label3.TabIndex = 0;
            this.label3.Text = "起点坐标:";
            // 
            // FindShp
            // 
            this.FindShp.Filter = "ShapeFile文件|*.shp";
            this.FindShp.Title = "请选择文件";
            // 
            // statusStrip1
            // 
            this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.jindu});
            this.statusStrip1.Location = new System.Drawing.Point(0, 527);
            this.statusStrip1.Name = "statusStrip1";
            this.statusStrip1.Size = new System.Drawing.Size(640, 22);
            this.statusStrip1.TabIndex = 5;
            this.statusStrip1.Text = "statusStrip1";
            // 
            // jindu
            // 
            this.jindu.Name = "jindu";
            this.jindu.Size = new System.Drawing.Size(0, 17);
            // 
            // ExportTheResult
            // 
            this.ExportTheResult.WorkerReportsProgress = true;
            this.ExportTheResult.DoWork += new System.ComponentModel.DoWorkEventHandler(this.ExportTheResult_DoWork);
            this.ExportTheResult.RunWorkerCompleted += new System.ComponentModel.RunWorkerCompletedEventHandler(this.ExportTheResult_RunWorkerCompleted);
            this.ExportTheResult.ProgressChanged += new System.ComponentModel.ProgressChangedEventHandler(this.ExportTheResult_ProgressChanged);
            // 
            // MainWindow
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(640, 549);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.splitContainer1);
            this.Name = "MainWindow";
            this.Text = "Delaunay三角网";
            this.Load += new System.EventHandler(this.MainWindow_Load);
            ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel1.PerformLayout();
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.ResumeLayout(false);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private ESRI.ArcGIS.MapControl.AxMapControl axMapControl1;
        private System.Windows.Forms.Button button1;
        private System.Windows.Forms.Button button2;
        private ESRI.ArcGIS.ToolbarControl.AxToolbarControl axToolbarControl1;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.OpenFileDialog FindShp;
        private System.Windows.Forms.Button ChooseShp;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Button button3;
        private System.Windows.Forms.Button button4;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.ComponentModel.BackgroundWorker ExportTheResult;
        private System.Windows.Forms.ToolStripStatusLabel jindu;
        private System.Windows.Forms.Button button5;
        private System.Windows.Forms.SplitContainer splitContainer2;
        private System.Windows.Forms.GroupBox groupBox1;
        private System.Windows.Forms.Label label3;
        private System.Windows.Forms.TextBox qidiany;
        private System.Windows.Forms.TextBox qidianx;
        private System.Windows.Forms.TextBox zhongdiany;
        private System.Windows.Forms.TextBox zhongdianx;
        private System.Windows.Forms.Label label4;
        private System.Windows.Forms.ListView reslist;
        private System.Windows.Forms.Button button6;
    }
}

⌨️ 快捷键说明

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