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
属性信息.Designer.cs
Package: arcMAP.rar [view]
Upload User: xianghe012
Upload Date: 2022-07-02
Package Size: 77k
Code Size: 2k
Category:
GIS program
Development Platform:
C#
- namespace ArcMap
- {
- partial class frmProperty
- {
- /// <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()
- {
- this.trViewProperty = new System.Windows.Forms.TreeView();
- this.SuspendLayout();
- //
- // trViewProperty
- //
- this.trViewProperty.Dock = System.Windows.Forms.DockStyle.Fill;
- this.trViewProperty.Location = new System.Drawing.Point(0, 0);
- this.trViewProperty.Name = "trViewProperty";
- this.trViewProperty.Size = new System.Drawing.Size(204, 288);
- this.trViewProperty.TabIndex = 0;
- //
- // frmProperty
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(204, 288);
- this.Controls.Add(this.trViewProperty);
- this.Name = "frmProperty";
- this.Text = "属性信息";
- this.Load += new System.EventHandler(this.frmProperty_Load);
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.TreeView trViewProperty;
- }
- }