📄 frmmain.designer.cs
字号:
namespace dist.hb.EnvQueryStat
{
partial class frmMain
{
/// <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(frmMain));
this.btnQuery = new System.Windows.Forms.Button();
this.btnStat = new System.Windows.Forms.Button();
this.btnQSSet = new System.Windows.Forms.Button();
this.axMapControl1 = new ESRI.ArcGIS.Controls.AxMapControl();
this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
this.btnTempTest = new System.Windows.Forms.Button();
this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl();
this.lookUpEdit1 = new DevExpress.XtraEditors.LookUpEdit();
this.lookUpEdit2 = new DevExpress.XtraEditors.LookUpEdit();
this.btnTest2 = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit2.Properties)).BeginInit();
this.SuspendLayout();
//
// btnQuery
//
this.btnQuery.Location = new System.Drawing.Point(6, 133);
this.btnQuery.Name = "btnQuery";
this.btnQuery.Size = new System.Drawing.Size(75, 23);
this.btnQuery.TabIndex = 1;
this.btnQuery.Text = "查询";
this.btnQuery.UseVisualStyleBackColor = true;
this.btnQuery.Click += new System.EventHandler(this.button1_Click);
//
// btnStat
//
this.btnStat.Location = new System.Drawing.Point(6, 225);
this.btnStat.Name = "btnStat";
this.btnStat.Size = new System.Drawing.Size(75, 23);
this.btnStat.TabIndex = 1;
this.btnStat.Text = "统计";
this.btnStat.UseVisualStyleBackColor = true;
this.btnStat.Click += new System.EventHandler(this.btnStat_Click);
//
// btnQSSet
//
this.btnQSSet.Location = new System.Drawing.Point(6, 12);
this.btnQSSet.Name = "btnQSSet";
this.btnQSSet.Size = new System.Drawing.Size(75, 23);
this.btnQSSet.TabIndex = 6;
this.btnQSSet.Text = "参数设置";
this.btnQSSet.UseVisualStyleBackColor = true;
this.btnQSSet.Click += new System.EventHandler(this.btnQSSet_Click);
//
// axMapControl1
//
this.axMapControl1.Location = new System.Drawing.Point(278, 34);
this.axMapControl1.Name = "axMapControl1";
this.axMapControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl1.OcxState")));
this.axMapControl1.Size = new System.Drawing.Size(483, 461);
this.axMapControl1.TabIndex = 8;
//
// axLicenseControl1
//
this.axLicenseControl1.Enabled = true;
this.axLicenseControl1.Location = new System.Drawing.Point(509, 34);
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 = 9;
//
// axToolbarControl1
//
this.axToolbarControl1.Location = new System.Drawing.Point(278, 2);
this.axToolbarControl1.Name = "axToolbarControl1";
this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl1.OcxState")));
this.axToolbarControl1.Size = new System.Drawing.Size(483, 28);
this.axToolbarControl1.TabIndex = 10;
//
// btnTempTest
//
this.btnTempTest.Location = new System.Drawing.Point(6, 313);
this.btnTempTest.Name = "btnTempTest";
this.btnTempTest.Size = new System.Drawing.Size(75, 23);
this.btnTempTest.TabIndex = 11;
this.btnTempTest.Text = "临时测试";
this.btnTempTest.UseVisualStyleBackColor = true;
this.btnTempTest.Click += new System.EventHandler(this.btnTempTest_Click);
//
// axTOCControl1
//
this.axTOCControl1.Location = new System.Drawing.Point(129, 2);
this.axTOCControl1.Name = "axTOCControl1";
this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState")));
this.axTOCControl1.Size = new System.Drawing.Size(143, 493);
this.axTOCControl1.TabIndex = 12;
//
// lookUpEdit1
//
this.lookUpEdit1.Location = new System.Drawing.Point(6, 106);
this.lookUpEdit1.Name = "lookUpEdit1";
this.lookUpEdit1.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lookUpEdit1.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("QueryInstID", "查询ID", 70),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("QueryInstName", "查询名称", 90)});
this.lookUpEdit1.Size = new System.Drawing.Size(117, 21);
this.lookUpEdit1.TabIndex = 13;
//
// lookUpEdit2
//
this.lookUpEdit2.Location = new System.Drawing.Point(6, 198);
this.lookUpEdit2.Name = "lookUpEdit2";
this.lookUpEdit2.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
this.lookUpEdit2.Properties.Columns.AddRange(new DevExpress.XtraEditors.Controls.LookUpColumnInfo[] {
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StatInstName", "统计名称", 90),
new DevExpress.XtraEditors.Controls.LookUpColumnInfo("StatInstID", "统计ID", 70)});
this.lookUpEdit2.Size = new System.Drawing.Size(117, 21);
this.lookUpEdit2.TabIndex = 13;
//
// btnTest2
//
this.btnTest2.Location = new System.Drawing.Point(12, 401);
this.btnTest2.Name = "btnTest2";
this.btnTest2.Size = new System.Drawing.Size(75, 23);
this.btnTest2.TabIndex = 11;
this.btnTest2.Text = "临时测试";
this.btnTest2.UseVisualStyleBackColor = true;
this.btnTest2.Click += new System.EventHandler(this.btnTest2_Click);
//
// frmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(765, 507);
this.Controls.Add(this.lookUpEdit2);
this.Controls.Add(this.lookUpEdit1);
this.Controls.Add(this.axTOCControl1);
this.Controls.Add(this.btnTest2);
this.Controls.Add(this.btnTempTest);
this.Controls.Add(this.axToolbarControl1);
this.Controls.Add(this.axLicenseControl1);
this.Controls.Add(this.axMapControl1);
this.Controls.Add(this.btnQSSet);
this.Controls.Add(this.btnStat);
this.Controls.Add(this.btnQuery);
this.Name = "frmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "frmMain";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMain_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit1.Properties)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.lookUpEdit2.Properties)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Button btnQuery;
private System.Windows.Forms.Button btnStat;
private System.Windows.Forms.Button btnQSSet;
private ESRI.ArcGIS.Controls.AxMapControl axMapControl1;
private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
private ESRI.ArcGIS.Controls.AxToolbarControl axToolbarControl1;
private System.Windows.Forms.Button btnTempTest;
private ESRI.ArcGIS.Controls.AxTOCControl axTOCControl1;
private DevExpress.XtraEditors.LookUpEdit lookUpEdit1;
private DevExpress.XtraEditors.LookUpEdit lookUpEdit2;
private System.Windows.Forms.Button btnTest2;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -