|
|
|
|
using DevExpress.XtraEditors;
|
|
|
|
|
using DevExpress.XtraEditors.Controls;
|
|
|
|
|
using DevExpress.XtraEditors.Repository;
|
|
|
|
|
using System.ComponentModel;
|
|
|
|
|
using System.Drawing;
|
|
|
|
|
using System.Windows.Forms;
|
|
|
|
|
|
|
|
|
|
namespace KGIS.Plugin.LayerProperty.View.UC_Controls
|
|
|
|
|
{
|
|
|
|
|
partial class UCFeatureLayerDispProperty
|
|
|
|
|
{
|
|
|
|
|
/// <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()
|
|
|
|
|
{
|
|
|
|
|
this.speTransparency = new DevExpress.XtraEditors.SpinEdit();
|
|
|
|
|
this.labelControl10 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
this.labelControl9 = new DevExpress.XtraEditors.LabelControl();
|
|
|
|
|
this.chkScaleSymbols = new DevExpress.XtraEditors.CheckEdit();
|
|
|
|
|
this.chkShowMapTips = new DevExpress.XtraEditors.CheckEdit();
|
|
|
|
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.speTransparency.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.chkScaleSymbols.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.chkShowMapTips.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|
|
|
|
this.groupControl1.SuspendLayout();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// speTransparency
|
|
|
|
|
//
|
|
|
|
|
this.speTransparency.EditValue = new decimal(new int[] {
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.speTransparency.Location = new System.Drawing.Point(91, 121);
|
|
|
|
|
this.speTransparency.Name = "speTransparency";
|
|
|
|
|
this.speTransparency.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton()});
|
|
|
|
|
this.speTransparency.Properties.MaxValue = new decimal(new int[] {
|
|
|
|
|
100,
|
|
|
|
|
0,
|
|
|
|
|
0,
|
|
|
|
|
0});
|
|
|
|
|
this.speTransparency.Size = new System.Drawing.Size(168, 20);
|
|
|
|
|
this.speTransparency.TabIndex = 3;
|
|
|
|
|
this.speTransparency.EditValueChanged += new System.EventHandler(this.speTransparency_EditValueChanged);
|
|
|
|
|
//
|
|
|
|
|
// labelControl10
|
|
|
|
|
//
|
|
|
|
|
this.labelControl10.Location = new System.Drawing.Point(266, 125);
|
|
|
|
|
this.labelControl10.Name = "labelControl10";
|
|
|
|
|
this.labelControl10.Size = new System.Drawing.Size(135, 14);
|
|
|
|
|
this.labelControl10.TabIndex = 19;
|
|
|
|
|
this.labelControl10.Text = "(0-100,0表示不透明)";
|
|
|
|
|
//
|
|
|
|
|
// labelControl9
|
|
|
|
|
//
|
|
|
|
|
this.labelControl9.Location = new System.Drawing.Point(20, 125);
|
|
|
|
|
this.labelControl9.Name = "labelControl9";
|
|
|
|
|
this.labelControl9.Size = new System.Drawing.Size(56, 14);
|
|
|
|
|
this.labelControl9.TabIndex = 18;
|
|
|
|
|
this.labelControl9.Text = "透 明 度:";
|
|
|
|
|
//
|
|
|
|
|
// chkScaleSymbols
|
|
|
|
|
//
|
|
|
|
|
this.chkScaleSymbols.Location = new System.Drawing.Point(17, 79);
|
|
|
|
|
this.chkScaleSymbols.Name = "chkScaleSymbols";
|
|
|
|
|
this.chkScaleSymbols.Properties.Caption = "符号随参考比例尺缩放";
|
|
|
|
|
this.chkScaleSymbols.Size = new System.Drawing.Size(259, 19);
|
|
|
|
|
this.chkScaleSymbols.TabIndex = 2;
|
|
|
|
|
this.chkScaleSymbols.CheckedChanged += new System.EventHandler(this.chkScaleSymbols_CheckedChanged);
|
|
|
|
|
this.chkScaleSymbols.EditValueChanged += new System.EventHandler(this.InvokeEditValueChanged);
|
|
|
|
|
//
|
|
|
|
|
// chkShowMapTips
|
|
|
|
|
//
|
|
|
|
|
this.chkShowMapTips.Location = new System.Drawing.Point(17, 40);
|
|
|
|
|
this.chkShowMapTips.Name = "chkShowMapTips";
|
|
|
|
|
this.chkShowMapTips.Properties.Caption = "显示地图提示(使用主显示字段)";
|
|
|
|
|
this.chkShowMapTips.Size = new System.Drawing.Size(259, 19);
|
|
|
|
|
this.chkShowMapTips.TabIndex = 1;
|
|
|
|
|
this.chkShowMapTips.CheckedChanged += new System.EventHandler(this.chkShowMapTips_CheckedChanged);
|
|
|
|
|
this.chkShowMapTips.EditValueChanged += new System.EventHandler(this.InvokeEditValueChanged);
|
|
|
|
|
//
|
|
|
|
|
// groupControl1
|
|
|
|
|
//
|
|
|
|
|
this.groupControl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
|
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
|
|
|
this.groupControl1.Controls.Add(this.chkShowMapTips);
|
|
|
|
|
this.groupControl1.Controls.Add(this.speTransparency);
|
|
|
|
|
this.groupControl1.Controls.Add(this.chkScaleSymbols);
|
|
|
|
|
this.groupControl1.Controls.Add(this.labelControl10);
|
|
|
|
|
this.groupControl1.Controls.Add(this.labelControl9);
|
|
|
|
|
this.groupControl1.Location = new System.Drawing.Point(12, 21);
|
|
|
|
|
this.groupControl1.Name = "groupControl1";
|
|
|
|
|
this.groupControl1.Size = new System.Drawing.Size(476, 178);
|
|
|
|
|
this.groupControl1.TabIndex = 21;
|
|
|
|
|
this.groupControl1.Text = "显示设置";
|
|
|
|
|
//
|
|
|
|
|
// UCFeatureLayerDispProperty
|
|
|
|
|
//
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F);
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
|
this.Controls.Add(this.groupControl1);
|
|
|
|
|
this.Name = "UCFeatureLayerDispProperty";
|
|
|
|
|
this.Size = new System.Drawing.Size(503, 455);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.speTransparency.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.chkScaleSymbols.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.chkShowMapTips.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
|
|
|
|
this.groupControl1.ResumeLayout(false);
|
|
|
|
|
this.groupControl1.PerformLayout();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
private SpinEdit speTransparency;
|
|
|
|
|
private LabelControl labelControl10;
|
|
|
|
|
private LabelControl labelControl9;
|
|
|
|
|
private CheckEdit chkScaleSymbols;
|
|
|
|
|
private CheckEdit chkShowMapTips;
|
|
|
|
|
private GroupControl groupControl1;
|
|
|
|
|
}
|
|
|
|
|
}
|