📄 form1.designer.cs
字号:
namespace SocietyInforDistill
{
partial class FormSID
{
/// <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 Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormSID));
this.label1 = new System.Windows.Forms.Label();
this.textBoxXiangzhenjie = new System.Windows.Forms.TextBox();
this.buttonOpenXiangzhenjie = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.textBoxHongShuiFenxian = new System.Windows.Forms.TextBox();
this.buttonHongShuiFenxian = new System.Windows.Forms.Button();
this.dataGridViewResults = new System.Windows.Forms.DataGridView();
this.buttonAnalyse = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
this.axMapControl1 = new ESRI.ArcGIS.Controls.AxMapControl();
this.zoombotton = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.dataGridViewResults)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 22);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(89, 12);
this.label1.TabIndex = 0;
this.label1.Text = "乡镇界图层路径";
//
// textBoxXiangzhenjie
//
this.textBoxXiangzhenjie.Location = new System.Drawing.Point(137, 13);
this.textBoxXiangzhenjie.Name = "textBoxXiangzhenjie";
this.textBoxXiangzhenjie.Size = new System.Drawing.Size(353, 21);
this.textBoxXiangzhenjie.TabIndex = 1;
//
// buttonOpenXiangzhenjie
//
this.buttonOpenXiangzhenjie.Location = new System.Drawing.Point(496, 13);
this.buttonOpenXiangzhenjie.Name = "buttonOpenXiangzhenjie";
this.buttonOpenXiangzhenjie.Size = new System.Drawing.Size(75, 23);
this.buttonOpenXiangzhenjie.TabIndex = 2;
this.buttonOpenXiangzhenjie.Text = "...";
this.buttonOpenXiangzhenjie.UseVisualStyleBackColor = true;
this.buttonOpenXiangzhenjie.Click += new System.EventHandler(this.buttonOpenXiangzhenjie_Click);
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 61);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(113, 12);
this.label2.TabIndex = 0;
this.label2.Text = "风险图洪水风险路径";
//
// textBoxHongShuiFenxian
//
this.textBoxHongShuiFenxian.Location = new System.Drawing.Point(137, 52);
this.textBoxHongShuiFenxian.Name = "textBoxHongShuiFenxian";
this.textBoxHongShuiFenxian.Size = new System.Drawing.Size(353, 21);
this.textBoxHongShuiFenxian.TabIndex = 1;
//
// buttonHongShuiFenxian
//
this.buttonHongShuiFenxian.Location = new System.Drawing.Point(496, 52);
this.buttonHongShuiFenxian.Name = "buttonHongShuiFenxian";
this.buttonHongShuiFenxian.Size = new System.Drawing.Size(75, 23);
this.buttonHongShuiFenxian.TabIndex = 2;
this.buttonHongShuiFenxian.Text = "...";
this.buttonHongShuiFenxian.UseVisualStyleBackColor = true;
this.buttonHongShuiFenxian.Click += new System.EventHandler(this.buttonHongShuiFenxian_Click);
//
// dataGridViewResults
//
this.dataGridViewResults.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridViewResults.Location = new System.Drawing.Point(12, 109);
this.dataGridViewResults.Name = "dataGridViewResults";
this.dataGridViewResults.RowTemplate.Height = 23;
this.dataGridViewResults.Size = new System.Drawing.Size(478, 422);
this.dataGridViewResults.TabIndex = 3;
//
// buttonAnalyse
//
this.buttonAnalyse.Location = new System.Drawing.Point(137, 80);
this.buttonAnalyse.Name = "buttonAnalyse";
this.buttonAnalyse.Size = new System.Drawing.Size(353, 23);
this.buttonAnalyse.TabIndex = 4;
this.buttonAnalyse.Text = "开始提取";
this.buttonAnalyse.UseVisualStyleBackColor = true;
this.buttonAnalyse.Click += new System.EventHandler(this.OnAnalyse);
//
// button1
//
this.button1.Location = new System.Drawing.Point(630, 80);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(148, 23);
this.button1.TabIndex = 5;
this.button1.Text = "Sql查询例子";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(630, 109);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(316, 422);
this.dataGridView1.TabIndex = 6;
this.dataGridView1.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellContentClick);
//
// axLicenseControl1
//
this.axLicenseControl1.Enabled = true;
this.axLicenseControl1.Location = new System.Drawing.Point(567, 319);
this.axLicenseControl1.Name = "axLicenseControl1";
this.axLicenseControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axLicenseControl1.OcxState")));
this.axLicenseControl1.Size = new System.Drawing.Size(32, 32);
this.axLicenseControl1.TabIndex = 7;
//
// axMapControl1
//
this.axMapControl1.Location = new System.Drawing.Point(496, 127);
this.axMapControl1.Name = "axMapControl1";
this.axMapControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl1.OcxState")));
this.axMapControl1.Size = new System.Drawing.Size(129, 156);
this.axMapControl1.TabIndex = 8;
//
// zoombotton
//
this.zoombotton.Location = new System.Drawing.Point(809, 80);
this.zoombotton.Name = "zoombotton";
this.zoombotton.Size = new System.Drawing.Size(137, 22);
this.zoombotton.TabIndex = 9;
this.zoombotton.Text = "多行要素定位";
this.zoombotton.UseVisualStyleBackColor = true;
this.zoombotton.Click += new System.EventHandler(this.zoombotton_Click);
//
// FormSID
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(958, 543);
this.Controls.Add(this.zoombotton);
this.Controls.Add(this.axMapControl1);
this.Controls.Add(this.axLicenseControl1);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.button1);
this.Controls.Add(this.buttonAnalyse);
this.Controls.Add(this.dataGridViewResults);
this.Controls.Add(this.buttonHongShuiFenxian);
this.Controls.Add(this.buttonOpenXiangzhenjie);
this.Controls.Add(this.textBoxHongShuiFenxian);
this.Controls.Add(this.textBoxXiangzhenjie);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "FormSID";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "提取风险图层社会经济指标";
((System.ComponentModel.ISupportInitialize)(this.dataGridViewResults)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBoxXiangzhenjie;
private System.Windows.Forms.Button buttonOpenXiangzhenjie;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBoxHongShuiFenxian;
private System.Windows.Forms.Button buttonHongShuiFenxian;
private System.Windows.Forms.DataGridView dataGridViewResults;
private System.Windows.Forms.Button buttonAnalyse;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.DataGridView dataGridView1;
private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
private ESRI.ArcGIS.Controls.AxMapControl axMapControl1;
private System.Windows.Forms.Button zoombotton;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -