You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
68 lines
2.7 KiB
68 lines
2.7 KiB
using DevExpress.XtraEditors; |
|
using DevExpress.XtraEditors.Controls; |
|
using System.ComponentModel; |
|
using System.Drawing; |
|
|
|
namespace KGIS.Plugin.LayerProperty.View.UC_Controls |
|
{ |
|
partial class UCSimpleRender |
|
{ |
|
/// <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 组件设计器生成的代码 |
|
|
|
/// <summary> |
|
/// 设计器支持所需的方法 - 不要修改 |
|
/// 使用代码编辑器修改此方法的内容。 |
|
/// </summary> |
|
private void InitializeComponent() |
|
{ |
|
components = new System.ComponentModel.Container(); |
|
this.labelControl1 = new LabelControl(); |
|
this.picSymbolSelecte = new PictureEdit(); |
|
((ISupportInitialize)this.picSymbolSelecte.Properties).BeginInit(); |
|
base.SuspendLayout(); |
|
this.labelControl1.Location = new System.Drawing.Point(18, 21); |
|
this.labelControl1.Name = "labelControl1"; |
|
this.labelControl1.Size = new Size(288, 14); |
|
this.labelControl1.TabIndex = 4; |
|
this.labelControl1.Text = "单一符号化:对图层的所有要素用同一符号进行符号化"; |
|
this.picSymbolSelecte.Location = new System.Drawing.Point(115, 87); |
|
this.picSymbolSelecte.Name = "picSymbolSelecte"; |
|
this.picSymbolSelecte.Properties.BorderStyle = BorderStyles.Simple; |
|
this.picSymbolSelecte.Properties.NullText = " "; |
|
this.picSymbolSelecte.Size = new Size(135, 49); |
|
this.picSymbolSelecte.TabIndex = 5; |
|
this.picSymbolSelecte.Click += new System.EventHandler(this.picSymbolSelecte_Click); |
|
base.AutoScaleDimensions = new SizeF(6f, 12f); |
|
base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
base.Controls.Add(this.picSymbolSelecte); |
|
base.Controls.Add(this.labelControl1); |
|
base.Name = "UCSimpleRender"; |
|
base.Size = new Size(394, 336); |
|
((ISupportInitialize)this.picSymbolSelecte.Properties).EndInit(); |
|
base.ResumeLayout(false); |
|
base.PerformLayout(); |
|
} |
|
|
|
#endregion |
|
private LabelControl labelControl1; |
|
private PictureEdit picSymbolSelecte; |
|
} |
|
}
|
|
|