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.
132 lines
6.6 KiB
132 lines
6.6 KiB
using DevExpress.XtraEditors; |
|
using DevExpress.XtraEditors.Controls; |
|
using System.ComponentModel; |
|
using System.Drawing; |
|
|
|
namespace KGIS.Plugin.LayerProperty.View.UC_Controls |
|
{ |
|
partial class UCPointLabelPlacementSet |
|
{ |
|
/// <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.chkAroundPoint = new CheckEdit(); |
|
this.chkOnTop = new CheckEdit(); |
|
this.chkSpecifiedAngles = new CheckEdit(); |
|
this.chkSpecifiedField = new CheckEdit(); |
|
this.btnRotationField = new SimpleButton(); |
|
this.btnAngles = new SimpleButton(); |
|
this.pictureEdit1 = new PictureEdit(); |
|
((ISupportInitialize)this.chkAroundPoint.Properties).BeginInit(); |
|
((ISupportInitialize)this.chkOnTop.Properties).BeginInit(); |
|
((ISupportInitialize)this.chkSpecifiedAngles.Properties).BeginInit(); |
|
((ISupportInitialize)this.chkSpecifiedField.Properties).BeginInit(); |
|
((ISupportInitialize)this.pictureEdit1.Properties).BeginInit(); |
|
base.SuspendLayout(); |
|
this.chkAroundPoint.EditValue = true; |
|
this.chkAroundPoint.Location = new Point(14, 7); |
|
this.chkAroundPoint.Name = "chkAroundPoint"; |
|
this.chkAroundPoint.Properties.Caption = "围绕点水平移动注记"; |
|
this.chkAroundPoint.Properties.CheckStyle = CheckStyles.Radio; |
|
this.chkAroundPoint.Properties.RadioGroupIndex = 1; |
|
this.chkAroundPoint.Size = new Size(161, 19); |
|
this.chkAroundPoint.TabIndex = 0; |
|
this.chkOnTop.Location = new Point(14, 127); |
|
this.chkOnTop.Name = "chkOnTop"; |
|
this.chkOnTop.Properties.Caption = "在点的顶部放置标注"; |
|
this.chkOnTop.Properties.CheckStyle = CheckStyles.Radio; |
|
this.chkOnTop.Properties.RadioGroupIndex = 1; |
|
this.chkOnTop.Size = new Size(142, 19); |
|
this.chkOnTop.TabIndex = 0; |
|
this.chkOnTop.TabStop = false; |
|
this.chkOnTop.CheckedChanged += new System.EventHandler(this.chkOnTop_CheckedChanged); |
|
this.chkSpecifiedAngles.Location = new Point(14, 152); |
|
this.chkSpecifiedAngles.Name = "chkSpecifiedAngles"; |
|
this.chkSpecifiedAngles.Properties.Caption = "以指定的角度放置标注"; |
|
this.chkSpecifiedAngles.Properties.CheckStyle = CheckStyles.Radio; |
|
this.chkSpecifiedAngles.Properties.RadioGroupIndex = 1; |
|
this.chkSpecifiedAngles.Size = new Size(161, 19); |
|
this.chkSpecifiedAngles.TabIndex = 0; |
|
this.chkSpecifiedAngles.TabStop = false; |
|
this.chkSpecifiedAngles.CheckedChanged += new System.EventHandler(this.chkSpecifiedAngles_CheckedChanged); |
|
this.chkSpecifiedField.Location = new Point(14, 206); |
|
this.chkSpecifiedField.Name = "chkSpecifiedField"; |
|
this.chkSpecifiedField.Properties.Caption = "以指定的字段里的角度放置标注"; |
|
this.chkSpecifiedField.Properties.CheckStyle = CheckStyles.Radio; |
|
this.chkSpecifiedField.Properties.RadioGroupIndex = 1; |
|
this.chkSpecifiedField.Size = new Size(220, 19); |
|
this.chkSpecifiedField.TabIndex = 0; |
|
this.chkSpecifiedField.TabStop = false; |
|
this.chkSpecifiedField.CheckedChanged += new System.EventHandler(this.chkSpecifiedField_CheckedChanged); |
|
this.btnRotationField.Location = new Point(32, 231); |
|
this.btnRotationField.Name = "btnRotationField"; |
|
this.btnRotationField.Size = new Size(75, 23); |
|
this.btnRotationField.TabIndex = 1; |
|
this.btnRotationField.Text = "旋转字段..."; |
|
this.btnRotationField.Click += new System.EventHandler(this.btnRotationField_Click); |
|
this.btnAngles.Location = new Point(32, 177); |
|
this.btnAngles.Name = "btnAngles"; |
|
this.btnAngles.Size = new Size(75, 23); |
|
this.btnAngles.TabIndex = 1; |
|
this.btnAngles.Text = "角度..."; |
|
this.btnAngles.Click += new System.EventHandler(this.btnAngles_Click); |
|
this.pictureEdit1.Location = new Point(32, 32); |
|
this.pictureEdit1.Name = "pictureEdit1"; |
|
this.pictureEdit1.Properties.Appearance.BackColor = Color.Transparent; |
|
this.pictureEdit1.Properties.Appearance.Options.UseBackColor = true; |
|
this.pictureEdit1.Properties.BorderStyle = BorderStyles.NoBorder; |
|
this.pictureEdit1.Size = new Size(81, 66); |
|
this.pictureEdit1.TabIndex = 2; |
|
base.AutoScaleDimensions = new SizeF(6f, 12f); |
|
base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
|
base.Controls.Add(this.pictureEdit1); |
|
base.Controls.Add(this.btnAngles); |
|
base.Controls.Add(this.btnRotationField); |
|
base.Controls.Add(this.chkSpecifiedField); |
|
base.Controls.Add(this.chkSpecifiedAngles); |
|
base.Controls.Add(this.chkOnTop); |
|
base.Controls.Add(this.chkAroundPoint); |
|
base.Name = "UCPointLabelPlacementSet"; |
|
base.Size = new Size(293, 267); |
|
((ISupportInitialize)this.chkAroundPoint.Properties).EndInit(); |
|
((ISupportInitialize)this.chkOnTop.Properties).EndInit(); |
|
((ISupportInitialize)this.chkSpecifiedAngles.Properties).EndInit(); |
|
((ISupportInitialize)this.chkSpecifiedField.Properties).EndInit(); |
|
((ISupportInitialize)this.pictureEdit1.Properties).EndInit(); |
|
base.ResumeLayout(false); |
|
} |
|
|
|
#endregion |
|
private CheckEdit chkAroundPoint; |
|
private CheckEdit chkOnTop; |
|
private CheckEdit chkSpecifiedAngles; |
|
private CheckEdit chkSpecifiedField; |
|
private SimpleButton btnRotationField; |
|
private SimpleButton btnAngles; |
|
private PictureEdit pictureEdit1; |
|
} |
|
}
|
|
|