Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
3sdnMap.Designer.cs
Package: 3sdnMap.rar [view]
Upload User: whsxdl
Upload Date: 2022-02-16
Package Size: 151k
Code Size: 24k
Category:
GIS program
Development Platform:
Visual C++
- namespace _sdnMap
- {
- partial class Form1
- {
- /// <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(Form1));
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
- this.axToolbarControl1 = new ESRI.ArcGIS.Controls.AxToolbarControl();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.MessageLabel = new System.Windows.Forms.ToolStripStatusLabel();
- this.blank = new System.Windows.Forms.ToolStripStatusLabel();
- this.ScaleLabel = new System.Windows.Forms.ToolStripStatusLabel();
- this.CoordinateLabel = new System.Windows.Forms.ToolStripStatusLabel();
- this.splitContainer1 = new System.Windows.Forms.SplitContainer();
- this.splitContainer2 = new System.Windows.Forms.SplitContainer();
- this.tabControl1 = new System.Windows.Forms.TabControl();
- this.tabPageLayer = new System.Windows.Forms.TabPage();
- this.axTOCControl1 = new ESRI.ArcGIS.Controls.AxTOCControl();
- this.tabPageProperty = new System.Windows.Forms.TabPage();
- this.propertyGrid1 = new System.Windows.Forms.PropertyGrid();
- this.axMapControl2 = new ESRI.ArcGIS.Controls.AxMapControl();
- this.tabControl2 = new System.Windows.Forms.TabControl();
- this.tabPageMap = new System.Windows.Forms.TabPage();
- this.axMapControl1 = new ESRI.ArcGIS.Controls.AxMapControl();
- this.tabPageLayout = new System.Windows.Forms.TabPage();
- this.axLicenseControl1 = new ESRI.ArcGIS.Controls.AxLicenseControl();
- this.axPageLayoutControl1 = new ESRI.ArcGIS.Controls.AxPageLayoutControl();
- this.openFileDialog = new System.Windows.Forms.OpenFileDialog();
- this.New = new System.Windows.Forms.ToolStripMenuItem();
- this.Open = new System.Windows.Forms.ToolStripMenuItem();
- this.AddData = new System.Windows.Forms.ToolStripMenuItem();
- this.Save = new System.Windows.Forms.ToolStripMenuItem();
- this.SaveAs = new System.Windows.Forms.ToolStripMenuItem();
- this.Exit = new System.Windows.Forms.ToolStripMenuItem();
- this.menuStrip1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).BeginInit();
- this.statusStrip1.SuspendLayout();
- this.splitContainer1.Panel1.SuspendLayout();
- this.splitContainer1.Panel2.SuspendLayout();
- this.splitContainer1.SuspendLayout();
- this.splitContainer2.Panel1.SuspendLayout();
- this.splitContainer2.Panel2.SuspendLayout();
- this.splitContainer2.SuspendLayout();
- this.tabControl1.SuspendLayout();
- this.tabPageLayer.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).BeginInit();
- this.tabPageProperty.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.axMapControl2)).BeginInit();
- this.tabControl2.SuspendLayout();
- this.tabPageMap.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).BeginInit();
- this.tabPageLayout.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl1)).BeginInit();
- this.SuspendLayout();
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.文件ToolStripMenuItem});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Size = new System.Drawing.Size(840, 24);
- this.menuStrip1.TabIndex = 0;
- this.menuStrip1.Text = "menuStrip1";
- this.menuStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.menuStrip1_ItemClicked);
- //
- // 文件ToolStripMenuItem
- //
- this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.New,
- this.Open,
- this.AddData,
- this.Save,
- this.SaveAs,
- this.Exit});
- this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
- this.文件ToolStripMenuItem.Size = new System.Drawing.Size(52, 20);
- this.文件ToolStripMenuItem.Text = "文件";
- //
- // axToolbarControl1
- //
- this.axToolbarControl1.Dock = System.Windows.Forms.DockStyle.Top;
- this.axToolbarControl1.Location = new System.Drawing.Point(0, 24);
- this.axToolbarControl1.Name = "axToolbarControl1";
- this.axToolbarControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axToolbarControl1.OcxState")));
- this.axToolbarControl1.Size = new System.Drawing.Size(840, 28);
- this.axToolbarControl1.TabIndex = 1;
- this.axToolbarControl1.OnMouseMove += new ESRI.ArcGIS.Controls.IToolbarControlEvents_Ax_OnMouseMoveEventHandler(this.axToolbarControl1_OnMouseMove);
- //
- // statusStrip1
- //
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.MessageLabel,
- this.blank,
- this.ScaleLabel,
- this.CoordinateLabel});
- this.statusStrip1.Location = new System.Drawing.Point(0, 560);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Size = new System.Drawing.Size(840, 25);
- this.statusStrip1.TabIndex = 2;
- this.statusStrip1.Text = "statusStrip1";
- //
- // MessageLabel
- //
- this.MessageLabel.BorderSides = System.Windows.Forms.ToolStripStatusLabelBorderSides.Left;
- this.MessageLabel.Name = "MessageLabel";
- this.MessageLabel.Size = new System.Drawing.Size(44, 20);
- this.MessageLabel.Text = "就绪";
- //
- // blank
- //
- this.blank.Name = "blank";
- this.blank.Size = new System.Drawing.Size(231, 20);
- this.blank.Spring = true;
- //
- // ScaleLabel
- //
- this.ScaleLabel.AutoSize = false;
- this.ScaleLabel.Name = "ScaleLabel";
- this.ScaleLabel.Size = new System.Drawing.Size(150, 20);
- this.ScaleLabel.Text = "比例尺";
- //
- // CoordinateLabel
- //
- this.CoordinateLabel.AutoSize = false;
- this.CoordinateLabel.Name = "CoordinateLabel";
- this.CoordinateLabel.RightToLeft = System.Windows.Forms.RightToLeft.Yes;
- this.CoordinateLabel.Size = new System.Drawing.Size(400, 20);
- this.CoordinateLabel.Text = "当前坐标";
- //
- // splitContainer1
- //
- this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer1.Location = new System.Drawing.Point(0, 52);
- this.splitContainer1.Name = "splitContainer1";
- //
- // splitContainer1.Panel1
- //
- this.splitContainer1.Panel1.Controls.Add(this.splitContainer2);
- //
- // splitContainer1.Panel2
- //
- this.splitContainer1.Panel2.Controls.Add(this.tabControl2);
- this.splitContainer1.Size = new System.Drawing.Size(840, 508);
- this.splitContainer1.SplitterDistance = 209;
- this.splitContainer1.TabIndex = 3;
- //
- // splitContainer2
- //
- this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.splitContainer2.Location = new System.Drawing.Point(0, 0);
- this.splitContainer2.Name = "splitContainer2";
- this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
- //
- // splitContainer2.Panel1
- //
- this.splitContainer2.Panel1.Controls.Add(this.tabControl1);
- //
- // splitContainer2.Panel2
- //
- this.splitContainer2.Panel2.Controls.Add(this.axMapControl2);
- this.splitContainer2.Size = new System.Drawing.Size(209, 508);
- this.splitContainer2.SplitterDistance = 341;
- this.splitContainer2.TabIndex = 3;
- //
- // tabControl1
- //
- this.tabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom;
- this.tabControl1.Controls.Add(this.tabPageLayer);
- this.tabControl1.Controls.Add(this.tabPageProperty);
- this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl1.Location = new System.Drawing.Point(0, 0);
- this.tabControl1.Name = "tabControl1";
- this.tabControl1.SelectedIndex = 0;
- this.tabControl1.Size = new System.Drawing.Size(209, 341);
- this.tabControl1.TabIndex = 3;
- //
- // tabPageLayer
- //
- this.tabPageLayer.BackColor = System.Drawing.Color.Transparent;
- this.tabPageLayer.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.tabPageLayer.Controls.Add(this.axTOCControl1);
- this.tabPageLayer.ImageKey = "(无)";
- this.tabPageLayer.Location = new System.Drawing.Point(4, 4);
- this.tabPageLayer.Name = "tabPageLayer";
- this.tabPageLayer.Padding = new System.Windows.Forms.Padding(3);
- this.tabPageLayer.Size = new System.Drawing.Size(201, 316);
- this.tabPageLayer.TabIndex = 0;
- this.tabPageLayer.Text = "图层";
- this.tabPageLayer.UseVisualStyleBackColor = true;
- //
- // axTOCControl1
- //
- this.axTOCControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.axTOCControl1.Location = new System.Drawing.Point(3, 3);
- this.axTOCControl1.Name = "axTOCControl1";
- this.axTOCControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axTOCControl1.OcxState")));
- this.axTOCControl1.Size = new System.Drawing.Size(191, 306);
- this.axTOCControl1.TabIndex = 0;
- this.axTOCControl1.OnDoubleClick += new ESRI.ArcGIS.Controls.ITOCControlEvents_Ax_OnDoubleClickEventHandler(this.axTOCControl1_OnDoubleClick);
- this.axTOCControl1.OnMouseDown += new ESRI.ArcGIS.Controls.ITOCControlEvents_Ax_OnMouseDownEventHandler(this.axTOCControl1_OnMouseDown);
- //
- // tabPageProperty
- //
- this.tabPageProperty.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
- this.tabPageProperty.Controls.Add(this.propertyGrid1);
- this.tabPageProperty.Location = new System.Drawing.Point(4, 4);
- this.tabPageProperty.Name = "tabPageProperty";
- this.tabPageProperty.Padding = new System.Windows.Forms.Padding(3);
- this.tabPageProperty.Size = new System.Drawing.Size(201, 316);
- this.tabPageProperty.TabIndex = 1;
- this.tabPageProperty.Text = "属性";
- this.tabPageProperty.UseVisualStyleBackColor = true;
- //
- // propertyGrid1
- //
- this.propertyGrid1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.propertyGrid1.Location = new System.Drawing.Point(3, 3);
- this.propertyGrid1.Name = "propertyGrid1";
- this.propertyGrid1.Size = new System.Drawing.Size(191, 306);
- this.propertyGrid1.TabIndex = 0;
- //
- // axMapControl2
- //
- this.axMapControl2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.axMapControl2.Location = new System.Drawing.Point(0, 0);
- this.axMapControl2.Name = "axMapControl2";
- this.axMapControl2.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl2.OcxState")));
- this.axMapControl2.Size = new System.Drawing.Size(209, 163);
- this.axMapControl2.TabIndex = 0;
- this.axMapControl2.OnMouseDown += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseDownEventHandler(this.axMapControl2_OnMouseDown);
- this.axMapControl2.OnMouseMove += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseMoveEventHandler(this.axMapControl2_OnMouseMove);
- //
- // tabControl2
- //
- this.tabControl2.Controls.Add(this.tabPageMap);
- this.tabControl2.Controls.Add(this.tabPageLayout);
- this.tabControl2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tabControl2.Location = new System.Drawing.Point(0, 0);
- this.tabControl2.Name = "tabControl2";
- this.tabControl2.SelectedIndex = 0;
- this.tabControl2.Size = new System.Drawing.Size(627, 508);
- this.tabControl2.TabIndex = 0;
- this.tabControl2.SelectedIndexChanged += new System.EventHandler(this.tabControl2_SelectedIndexChanged);
- //
- // tabPageMap
- //
- this.tabPageMap.Controls.Add(this.axMapControl1);
- this.tabPageMap.Location = new System.Drawing.Point(4, 21);
- this.tabPageMap.Name = "tabPageMap";
- this.tabPageMap.Padding = new System.Windows.Forms.Padding(3);
- this.tabPageMap.Size = new System.Drawing.Size(619, 483);
- this.tabPageMap.TabIndex = 0;
- this.tabPageMap.Text = "地图";
- this.tabPageMap.UseVisualStyleBackColor = true;
- //
- // axMapControl1
- //
- this.axMapControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.axMapControl1.Location = new System.Drawing.Point(3, 3);
- this.axMapControl1.Name = "axMapControl1";
- this.axMapControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axMapControl1.OcxState")));
- this.axMapControl1.Size = new System.Drawing.Size(613, 477);
- this.axMapControl1.TabIndex = 0;
- this.axMapControl1.OnExtentUpdated += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnExtentUpdatedEventHandler(this.axMapControl1_OnExtentUpdated);
- this.axMapControl1.OnMapReplaced += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMapReplacedEventHandler(this.axMapControl1_OnMapReplaced);
- this.axMapControl1.OnMouseMove += new ESRI.ArcGIS.Controls.IMapControlEvents2_Ax_OnMouseMoveEventHandler(this.axMapControl1_OnMouseMove);
- //
- // tabPageLayout
- //
- this.tabPageLayout.Controls.Add(this.axLicenseControl1);
- this.tabPageLayout.Controls.Add(this.axPageLayoutControl1);
- this.tabPageLayout.Location = new System.Drawing.Point(4, 21);
- this.tabPageLayout.Name = "tabPageLayout";
- this.tabPageLayout.Padding = new System.Windows.Forms.Padding(3);
- this.tabPageLayout.Size = new System.Drawing.Size(619, 483);
- this.tabPageLayout.TabIndex = 1;
- this.tabPageLayout.Text = "制版";
- this.tabPageLayout.UseVisualStyleBackColor = true;
- //
- // axLicenseControl1
- //
- this.axLicenseControl1.Enabled = true;
- this.axLicenseControl1.Location = new System.Drawing.Point(76, 223);
- 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 = 1;
- //
- // axPageLayoutControl1
- //
- this.axPageLayoutControl1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.axPageLayoutControl1.Location = new System.Drawing.Point(3, 3);
- this.axPageLayoutControl1.Name = "axPageLayoutControl1";
- this.axPageLayoutControl1.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axPageLayoutControl1.OcxState")));
- this.axPageLayoutControl1.Size = new System.Drawing.Size(613, 477);
- this.axPageLayoutControl1.TabIndex = 0;
- //
- // openFileDialog
- //
- this.openFileDialog.FileName = "openFileDialog1";
- //
- // New
- //
- this.New.Image = global::_sdnMap.Properties.Resources.newFile;
- this.New.Name = "New";
- this.New.Size = new System.Drawing.Size(212, 22);
- this.New.Text = "新建 &New";
- this.New.Click += new System.EventHandler(this.New_Click);
- //
- // Open
- //
- this.Open.Image = global::_sdnMap.Properties.Resources.openFile;
- this.Open.Name = "Open";
- this.Open.Size = new System.Drawing.Size(212, 22);
- this.Open.Text = "打开 &Open";
- this.Open.Click += new System.EventHandler(this.Open_Click);
- //
- // AddData
- //
- this.AddData.Image = global::_sdnMap.Properties.Resources.addData;
- this.AddData.Name = "AddData";
- this.AddData.Size = new System.Drawing.Size(212, 22);
- this.AddData.Text = "添加数据 Add &Data";
- this.AddData.Click += new System.EventHandler(this.AddData_Click);
- //
- // Save
- //
- this.Save.Image = global::_sdnMap.Properties.Resources.saveFile;
- this.Save.Name = "Save";
- this.Save.Size = new System.Drawing.Size(212, 22);
- this.Save.Text = "保存 &Save";
- this.Save.Click += new System.EventHandler(this.Save_Click);
- //
- // SaveAs
- //
- this.SaveAs.Image = global::_sdnMap.Properties.Resources.saveAs;
- this.SaveAs.Name = "SaveAs";
- this.SaveAs.Size = new System.Drawing.Size(212, 22);
- this.SaveAs.Text = "另存为 Save &As";
- this.SaveAs.Click += new System.EventHandler(this.SaveAs_Click);
- //
- // Exit
- //
- this.Exit.Image = global::_sdnMap.Properties.Resources.exit;
- this.Exit.Name = "Exit";
- this.Exit.Size = new System.Drawing.Size(212, 22);
- this.Exit.Text = "退出 E&xit";
- this.Exit.Click += new System.EventHandler(this.Exit_Click);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(840, 585);
- this.Controls.Add(this.splitContainer1);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.axToolbarControl1);
- this.Controls.Add(this.menuStrip1);
- this.MainMenuStrip = this.menuStrip1;
- this.Name = "Form1";
- this.Text = "3sdnMap";
- this.Load += new System.EventHandler(this.Form1_Load);
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.axToolbarControl1)).EndInit();
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.splitContainer1.Panel1.ResumeLayout(false);
- this.splitContainer1.Panel2.ResumeLayout(false);
- this.splitContainer1.ResumeLayout(false);
- this.splitContainer2.Panel1.ResumeLayout(false);
- this.splitContainer2.Panel2.ResumeLayout(false);
- this.splitContainer2.ResumeLayout(false);
- this.tabControl1.ResumeLayout(false);
- this.tabPageLayer.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.axTOCControl1)).EndInit();
- this.tabPageProperty.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.axMapControl2)).EndInit();
- this.tabControl2.ResumeLayout(false);
- this.tabPageMap.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.axMapControl1)).EndInit();
- this.tabPageLayout.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.axLicenseControl1)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.axPageLayoutControl1)).EndInit();
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.MenuStrip menuStrip1;
- private ESRI.ArcGIS.Controls.AxToolbarControl axToolbarControl1;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.SplitContainer splitContainer1;
- private System.Windows.Forms.TabControl tabControl2;
- private System.Windows.Forms.TabPage tabPageMap;
- private ESRI.ArcGIS.Controls.AxMapControl axMapControl1;
- private System.Windows.Forms.TabPage tabPageLayout;
- private ESRI.ArcGIS.Controls.AxLicenseControl axLicenseControl1;
- private ESRI.ArcGIS.Controls.AxPageLayoutControl axPageLayoutControl1;
- private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem New;
- private System.Windows.Forms.ToolStripMenuItem Open;
- private System.Windows.Forms.ToolStripMenuItem AddData;
- private System.Windows.Forms.ToolStripMenuItem Save;
- private System.Windows.Forms.ToolStripMenuItem SaveAs;
- private System.Windows.Forms.ToolStripMenuItem Exit;
- private System.Windows.Forms.OpenFileDialog openFileDialog;
- private System.Windows.Forms.ToolStripStatusLabel MessageLabel;
- private System.Windows.Forms.ToolStripStatusLabel ScaleLabel;
- private System.Windows.Forms.ToolStripStatusLabel CoordinateLabel;
- private System.Windows.Forms.ToolStripStatusLabel blank;
- private System.Windows.Forms.SplitContainer splitContainer2;
- private System.Windows.Forms.TabControl tabControl1;
- private System.Windows.Forms.TabPage tabPageLayer;
- private ESRI.ArcGIS.Controls.AxTOCControl axTOCControl1;
- private System.Windows.Forms.TabPage tabPageProperty;
- private System.Windows.Forms.PropertyGrid propertyGrid1;
- private ESRI.ArcGIS.Controls.AxMapControl axMapControl2;
- /* private System.Windows.Forms.ToolStripMenuItem AddData;
- private System.Windows.Forms.ToolStripMenuItem New;
- private System.Windows.Forms.ToolStripMenuItem Open;
- private System.Windows.Forms.ToolStripMenuItem 添加数据ToolStripMenuItem;
- private System.Windows.Forms.ToolStripMenuItem Save;
- private System.Windows.Forms.ToolStripMenuItem SaveAs;
- private System.Windows.Forms.ToolStripMenuItem Exit;
- * */
- }
- }