年度变更建库软件5.0版本
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.
 
 

413 lines
22 KiB

using DevExpress.XtraEditors;
using DevExpress.XtraEditors.Controls;
using System.ComponentModel;
using System.Drawing;
namespace KGIS.Plugin.LayerProperty.View.UC_Controls
{
partial class UCLabelPropertyPage
{
/// <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.groupControl1 = new GroupControl();
this.picView = new PictureEdit();
this.cmbFontSize = new ComboBoxEdit();
this.chkUnderline = new CheckButton();
this.chkItalic = new CheckButton();
this.chkBold = new CheckButton();
this.btnSelectSymbol = new SimpleButton();
this.fontEdit2 = new FontEdit();
this.clrFontColor = new ColorEdit();
this.labelControl1 = new LabelControl();
this.chkLabelFeatures = new CheckEdit();
this.groupControl3 = new GroupControl();
this.btnScaleRange = new SimpleButton();
this.btnPlacementSet = new SimpleButton();
this.groupControl4 = new GroupControl();
this.btnLabelStyle = new SimpleButton();
this.btnExpression = new SimpleButton();
this.groupControl2 = new GroupControl();
this.cmbLabelField = new ComboBoxEdit();
this.labelControl2 = new LabelControl();
this.cmbLabelType = new ComboBoxEdit();
this.labelControl3 = new LabelControl();
this.chkDisplayAnnotation = new CheckEdit();
this.cmbAnnoLyrPropClass = new ComboBoxEdit();
this.btnAddClass = new SimpleButton();
this.btnDeleteClass = new SimpleButton();
this.btnRenameClass = new SimpleButton();
this.btnWhereClause = new SimpleButton();
this.btnGetAnnoLyrPropBySymbol = new SimpleButton();
this.pnlMutilClasses = new PanelControl();
((ISupportInitialize)this.groupControl1).BeginInit();
this.groupControl1.SuspendLayout();
((ISupportInitialize)this.picView.Properties).BeginInit();
((ISupportInitialize)this.cmbFontSize.Properties).BeginInit();
((ISupportInitialize)this.fontEdit2.Properties).BeginInit();
((ISupportInitialize)this.clrFontColor.Properties).BeginInit();
((ISupportInitialize)this.chkLabelFeatures.Properties).BeginInit();
((ISupportInitialize)this.groupControl3).BeginInit();
this.groupControl3.SuspendLayout();
((ISupportInitialize)this.groupControl4).BeginInit();
this.groupControl4.SuspendLayout();
((ISupportInitialize)this.groupControl2).BeginInit();
this.groupControl2.SuspendLayout();
((ISupportInitialize)this.cmbLabelField.Properties).BeginInit();
((ISupportInitialize)this.cmbLabelType.Properties).BeginInit();
((ISupportInitialize)this.chkDisplayAnnotation.Properties).BeginInit();
((ISupportInitialize)this.cmbAnnoLyrPropClass.Properties).BeginInit();
((ISupportInitialize)this.pnlMutilClasses).BeginInit();
this.pnlMutilClasses.SuspendLayout();
base.SuspendLayout();
this.groupControl1.Controls.Add(this.picView);
this.groupControl1.Controls.Add(this.cmbFontSize);
this.groupControl1.Controls.Add(this.chkUnderline);
this.groupControl1.Controls.Add(this.chkItalic);
this.groupControl1.Controls.Add(this.chkBold);
this.groupControl1.Controls.Add(this.btnSelectSymbol);
this.groupControl1.Controls.Add(this.fontEdit2);
this.groupControl1.Controls.Add(this.clrFontColor);
this.groupControl1.Location = new System.Drawing.Point(25, 188);
this.groupControl1.Name = "groupControl1";
this.groupControl1.Size = new Size(471, 105);
this.groupControl1.TabIndex = 2;
this.groupControl1.Text = "文本符号:";
this.picView.Location = new System.Drawing.Point(5, 24);
this.picView.Name = "picView";
this.picView.Properties.Appearance.BackColor = Color.Transparent;
this.picView.Properties.Appearance.Options.UseBackColor = true;
this.picView.Properties.BorderStyle = BorderStyles.NoBorder;
this.picView.Size = new Size(220, 73);
this.picView.TabIndex = 10;
this.cmbFontSize.EditValue = "7";
this.cmbFontSize.Location = new System.Drawing.Point(380, 36);
this.cmbFontSize.Name = "cmbFontSize";
this.cmbFontSize.Properties.Buttons.AddRange(new EditorButton[]
{
new EditorButton(ButtonPredefines.Combo)
});
this.cmbFontSize.Properties.Items.AddRange(new object[]
{
"5",
"6",
"7",
"8",
"9",
"10",
"11",
"12",
"14",
"16",
"18",
"20",
"22",
"24",
"26",
"28",
"36",
"48",
"72"
});
this.cmbFontSize.Size = new Size(58, 21);
this.cmbFontSize.TabIndex = 4;
this.cmbFontSize.EditValueChanged += new System.EventHandler(this.InvokeEditValueChanged);
this.cmbFontSize.TextChanged += new System.EventHandler(this.cmbFontSize_TextChanged);
this.chkUnderline.Appearance.Font = new System.Drawing.Font("Tahoma", 9f, FontStyle.Underline, GraphicsUnit.Point, 0);
this.chkUnderline.Appearance.Options.UseFont = true;
this.chkUnderline.Location = new System.Drawing.Point(368, 74);
this.chkUnderline.Name = "chkUnderline";
this.chkUnderline.Size = new Size(25, 23);
this.chkUnderline.TabIndex = 8;
this.chkUnderline.Text = "U";
this.chkUnderline.CheckedChanged += new System.EventHandler(this.chkUnderline_CheckedChanged);
this.chkItalic.Appearance.Font = new System.Drawing.Font("Tahoma", 9f, FontStyle.Italic, GraphicsUnit.Point, 0);
this.chkItalic.Appearance.Options.UseFont = true;
this.chkItalic.Location = new System.Drawing.Point(343, 74);
this.chkItalic.Name = "chkItalic";
this.chkItalic.Size = new Size(25, 23);
this.chkItalic.TabIndex = 7;
this.chkItalic.Text = "I";
this.chkItalic.CheckedChanged += new System.EventHandler(this.chkItalic_CheckedChanged);
this.chkBold.Appearance.Font = new System.Drawing.Font("Tahoma", 9f, FontStyle.Bold, GraphicsUnit.Point, 0);
this.chkBold.Appearance.Options.UseFont = true;
this.chkBold.Location = new System.Drawing.Point(317, 74);
this.chkBold.Name = "chkBold";
this.chkBold.Size = new Size(25, 23);
this.chkBold.TabIndex = 6;
this.chkBold.Text = "B";
this.chkBold.CheckedChanged += new System.EventHandler(this.chkBold_CheckedChanged);
this.btnSelectSymbol.Location = new System.Drawing.Point(399, 74);
this.btnSelectSymbol.Name = "btnSelectSymbol";
this.btnSelectSymbol.Size = new Size(67, 23);
this.btnSelectSymbol.TabIndex = 9;
this.btnSelectSymbol.Text = "选择符号";
this.btnSelectSymbol.Click += new System.EventHandler(this.btnSelectSymbol_Click);
this.fontEdit2.EditValue = "宋体";
this.fontEdit2.Location = new System.Drawing.Point(232, 36);
this.fontEdit2.Name = "fontEdit2";
this.fontEdit2.Properties.Buttons.AddRange(new EditorButton[]
{
new EditorButton(ButtonPredefines.Combo)
});
this.fontEdit2.Size = new Size(110, 21);
this.fontEdit2.TabIndex = 3;
this.fontEdit2.EditValueChanged += new System.EventHandler(this.InvokeEditValueChanged);
this.fontEdit2.SelectedIndexChanged += new System.EventHandler(this.fontEdit2_SelectedIndexChanged);
this.clrFontColor.EditValue = Color.Black;
this.clrFontColor.Location = new System.Drawing.Point(231, 73);
this.clrFontColor.Name = "clrFontColor";
this.clrFontColor.Properties.Buttons.AddRange(new EditorButton[]
{
new EditorButton(ButtonPredefines.Combo)
});
this.clrFontColor.Size = new Size(80, 21);
this.clrFontColor.TabIndex = 5;
this.clrFontColor.EditValueChanged += new System.EventHandler(this.clrFontColor_EditValueChanged);
this.labelControl1.Location = new System.Drawing.Point(5, 31);
this.labelControl1.Name = "labelControl1";
this.labelControl1.Size = new Size(60, 14);
this.labelControl1.TabIndex = 3;
this.labelControl1.Text = "标注字段:";
this.chkLabelFeatures.Location = new System.Drawing.Point(18, 12);
this.chkLabelFeatures.Name = "chkLabelFeatures";
this.chkLabelFeatures.Properties.Caption = "标注图层内要素";
this.chkLabelFeatures.Size = new Size(162, 19);
this.chkLabelFeatures.TabIndex = 0;
this.chkLabelFeatures.EditValueChanged += new System.EventHandler(this.InvokeEditValueChanged);
this.chkLabelFeatures.CheckedChanged += new System.EventHandler(this.chkLabelFeatures_CheckedChanged);
this.groupControl3.Controls.Add(this.btnScaleRange);
this.groupControl3.Controls.Add(this.btnPlacementSet);
this.groupControl3.Location = new System.Drawing.Point(25, 298);
this.groupControl3.Name = "groupControl3";
this.groupControl3.Size = new Size(265, 55);
this.groupControl3.TabIndex = 9;
this.groupControl3.Text = "其他设置";
this.btnScaleRange.Location = new System.Drawing.Point(149, 25);
this.btnScaleRange.Name = "btnScaleRange";
this.btnScaleRange.Size = new Size(111, 23);
this.btnScaleRange.TabIndex = 11;
this.btnScaleRange.Text = "可视范围...";
this.btnScaleRange.Click += new System.EventHandler(this.btnScaleRange_Click);
this.btnPlacementSet.Location = new System.Drawing.Point(15, 25);
this.btnPlacementSet.Name = "btnPlacementSet";
this.btnPlacementSet.Size = new Size(111, 23);
this.btnPlacementSet.TabIndex = 10;
this.btnPlacementSet.Text = "布局...";
this.btnPlacementSet.Click += new System.EventHandler(this.btnPlacementSet_Click);
this.groupControl4.Controls.Add(this.btnLabelStyle);
this.groupControl4.Location = new System.Drawing.Point(296, 298);
this.groupControl4.Name = "groupControl4";
this.groupControl4.Size = new Size(200, 55);
this.groupControl4.TabIndex = 10;
this.groupControl4.Text = "预先设置符号样式";
this.btnLabelStyle.Location = new System.Drawing.Point(46, 25);
this.btnLabelStyle.Name = "btnLabelStyle";
this.btnLabelStyle.Size = new Size(111, 23);
this.btnLabelStyle.TabIndex = 12;
this.btnLabelStyle.Text = "标注样式...";
this.btnLabelStyle.Click += new System.EventHandler(this.btnLabelStyle_Click);
this.btnExpression.Location = new System.Drawing.Point(391, 26);
this.btnExpression.Name = "btnExpression";
this.btnExpression.Size = new Size(75, 23);
this.btnExpression.TabIndex = 2;
this.btnExpression.Text = "表达式...";
this.btnExpression.Click += new System.EventHandler(this.btnExpression_Click);
this.groupControl2.Controls.Add(this.cmbLabelField);
this.groupControl2.Controls.Add(this.labelControl1);
this.groupControl2.Controls.Add(this.btnExpression);
this.groupControl2.Location = new System.Drawing.Point(25, 128);
this.groupControl2.Name = "groupControl2";
this.groupControl2.Size = new Size(471, 54);
this.groupControl2.TabIndex = 12;
this.groupControl2.Text = "文本字符";
this.cmbLabelField.Location = new System.Drawing.Point(71, 28);
this.cmbLabelField.Name = "cmbLabelField";
this.cmbLabelField.Properties.Buttons.AddRange(new EditorButton[]
{
new EditorButton(ButtonPredefines.Combo)
});
this.cmbLabelField.Properties.TextEditStyle = TextEditStyles.DisableTextEditor;
this.cmbLabelField.Size = new Size(314, 21);
this.cmbLabelField.TabIndex = 4;
this.cmbLabelField.SelectedIndexChanged += new System.EventHandler(this.cmbLabelField_SelectedIndexChanged);
this.labelControl2.Location = new System.Drawing.Point(25, 38);
this.labelControl2.Name = "labelControl2";
this.labelControl2.Size = new Size(36, 14);
this.labelControl2.TabIndex = 13;
this.labelControl2.Text = "方法:";
this.cmbLabelType.EditValue = "使用相同的方式标注所有要素";
this.cmbLabelType.Location = new System.Drawing.Point(91, 35);
this.cmbLabelType.Name = "cmbLabelType";
this.cmbLabelType.Properties.Buttons.AddRange(new EditorButton[]
{
new EditorButton(ButtonPredefines.Combo)
});
this.cmbLabelType.Properties.Items.AddRange(new object[]
{
"使用相同的方式标注所有要素",
"对要素进行分类标注"
});
this.cmbLabelType.Properties.TextEditStyle = TextEditStyles.DisableTextEditor;
this.cmbLabelType.Size = new Size(321, 21);
this.cmbLabelType.TabIndex = 14;
this.cmbLabelType.SelectedIndexChanged += new System.EventHandler(this.cmbLabelType_SelectedIndexChanged);
this.labelControl3.Location = new System.Drawing.Point(5, 5);
this.labelControl3.Name = "labelControl3";
this.labelControl3.Size = new Size(36, 14);
this.labelControl3.TabIndex = 15;
this.labelControl3.Text = "分类:";
this.chkDisplayAnnotation.Location = new System.Drawing.Point(301, 5);
this.chkDisplayAnnotation.Name = "chkDisplayAnnotation";
this.chkDisplayAnnotation.Properties.Caption = "标注属于该类的要素";
this.chkDisplayAnnotation.Size = new Size(165, 19);
this.chkDisplayAnnotation.TabIndex = 17;
this.chkDisplayAnnotation.CheckedChanged += new System.EventHandler(this.chkDisplayAnnotation_CheckedChanged);
this.cmbAnnoLyrPropClass.Location = new System.Drawing.Point(47, 5);
this.cmbAnnoLyrPropClass.Name = "cmbAnnoLyrPropClass";
this.cmbAnnoLyrPropClass.Properties.Buttons.AddRange(new EditorButton[]
{
new EditorButton(ButtonPredefines.Combo)
});
this.cmbAnnoLyrPropClass.Properties.TextEditStyle = TextEditStyles.DisableTextEditor;
this.cmbAnnoLyrPropClass.Size = new Size(248, 21);
this.cmbAnnoLyrPropClass.TabIndex = 16;
this.cmbAnnoLyrPropClass.EditValueChanging += new ChangingEventHandler(this.cmbAnnoLyrPropClass_EditValueChanging);
this.cmbAnnoLyrPropClass.SelectedValueChanged += new System.EventHandler(this.cmbAnnoLyrPropClass_SelectedValueChanged);
this.btnAddClass.Location = new System.Drawing.Point(15, 32);
this.btnAddClass.Name = "btnAddClass";
this.btnAddClass.Size = new Size(75, 23);
this.btnAddClass.TabIndex = 18;
this.btnAddClass.Text = "添加...";
this.btnAddClass.Click += new System.EventHandler(this.btnAddClass_Click);
this.btnDeleteClass.Location = new System.Drawing.Point(96, 32);
this.btnDeleteClass.Name = "btnDeleteClass";
this.btnDeleteClass.Size = new Size(75, 23);
this.btnDeleteClass.TabIndex = 18;
this.btnDeleteClass.Text = "删除";
this.btnDeleteClass.Click += new System.EventHandler(this.btnDeleteClass_Click);
this.btnRenameClass.Location = new System.Drawing.Point(177, 32);
this.btnRenameClass.Name = "btnRenameClass";
this.btnRenameClass.Size = new Size(75, 23);
this.btnRenameClass.TabIndex = 18;
this.btnRenameClass.Text = "重命名...";
this.btnRenameClass.Click += new System.EventHandler(this.btnRenameClass_Click);
this.btnWhereClause.Location = new System.Drawing.Point(258, 32);
this.btnWhereClause.Name = "btnWhereClause";
this.btnWhereClause.Size = new Size(75, 23);
this.btnWhereClause.TabIndex = 18;
this.btnWhereClause.Text = "SQL 查询...";
this.btnWhereClause.Click += new System.EventHandler(this.btnWhereClause_Click);
this.btnGetAnnoLyrPropBySymbol.Location = new System.Drawing.Point(339, 32);
this.btnGetAnnoLyrPropBySymbol.Name = "btnGetAnnoLyrPropBySymbol";
this.btnGetAnnoLyrPropBySymbol.Size = new Size(127, 23);
this.btnGetAnnoLyrPropBySymbol.TabIndex = 18;
this.btnGetAnnoLyrPropBySymbol.Text = "获取符号分类...";
this.btnGetAnnoLyrPropBySymbol.Click += new System.EventHandler(this.btnGetAnnoLyrPropBySymbol_Click);
this.pnlMutilClasses.Controls.Add(this.btnGetAnnoLyrPropBySymbol);
this.pnlMutilClasses.Controls.Add(this.labelControl3);
this.pnlMutilClasses.Controls.Add(this.btnWhereClause);
this.pnlMutilClasses.Controls.Add(this.cmbAnnoLyrPropClass);
this.pnlMutilClasses.Controls.Add(this.btnRenameClass);
this.pnlMutilClasses.Controls.Add(this.chkDisplayAnnotation);
this.pnlMutilClasses.Controls.Add(this.btnDeleteClass);
this.pnlMutilClasses.Controls.Add(this.btnAddClass);
this.pnlMutilClasses.Location = new System.Drawing.Point(19, 68);
this.pnlMutilClasses.Name = "pnlMutilClasses";
this.pnlMutilClasses.Size = new Size(485, 291);
this.pnlMutilClasses.TabIndex = 17;
this.pnlMutilClasses.Visible = false;
base.AutoScaleDimensions = new SizeF(6f, 12f);
base.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
base.Controls.Add(this.cmbLabelType);
base.Controls.Add(this.labelControl2);
base.Controls.Add(this.groupControl2);
base.Controls.Add(this.groupControl4);
base.Controls.Add(this.groupControl3);
base.Controls.Add(this.chkLabelFeatures);
base.Controls.Add(this.groupControl1);
base.Controls.Add(this.pnlMutilClasses);
base.Name = "UCLabelPropertyPage";
base.Size = new Size(515, 376);
((ISupportInitialize)this.groupControl1).EndInit();
this.groupControl1.ResumeLayout(false);
((ISupportInitialize)this.picView.Properties).EndInit();
((ISupportInitialize)this.cmbFontSize.Properties).EndInit();
((ISupportInitialize)this.fontEdit2.Properties).EndInit();
((ISupportInitialize)this.clrFontColor.Properties).EndInit();
((ISupportInitialize)this.chkLabelFeatures.Properties).EndInit();
((ISupportInitialize)this.groupControl3).EndInit();
this.groupControl3.ResumeLayout(false);
((ISupportInitialize)this.groupControl4).EndInit();
this.groupControl4.ResumeLayout(false);
((ISupportInitialize)this.groupControl2).EndInit();
this.groupControl2.ResumeLayout(false);
this.groupControl2.PerformLayout();
((ISupportInitialize)this.cmbLabelField.Properties).EndInit();
((ISupportInitialize)this.cmbLabelType.Properties).EndInit();
((ISupportInitialize)this.chkDisplayAnnotation.Properties).EndInit();
((ISupportInitialize)this.cmbAnnoLyrPropClass.Properties).EndInit();
((ISupportInitialize)this.pnlMutilClasses).EndInit();
this.pnlMutilClasses.ResumeLayout(false);
this.pnlMutilClasses.PerformLayout();
base.ResumeLayout(false);
base.PerformLayout();
}
#endregion
private GroupControl groupControl1;
private ColorEdit clrFontColor;
private LabelControl labelControl1;
private FontEdit fontEdit2;
private SimpleButton btnSelectSymbol;
private CheckEdit chkLabelFeatures;
private CheckButton chkBold;
private CheckButton chkUnderline;
private CheckButton chkItalic;
private GroupControl groupControl3;
private SimpleButton btnPlacementSet;
private SimpleButton btnScaleRange;
private GroupControl groupControl4;
private SimpleButton btnLabelStyle;
private SimpleButton btnExpression;
private ComboBoxEdit cmbFontSize;
private GroupControl groupControl2;
private LabelControl labelControl2;
private ComboBoxEdit cmbLabelType;
private PictureEdit picView;
private ComboBoxEdit cmbLabelField;
private LabelControl labelControl3;
private CheckEdit chkDisplayAnnotation;
private ComboBoxEdit cmbAnnoLyrPropClass;
private SimpleButton btnGetAnnoLyrPropBySymbol;
private SimpleButton btnWhereClause;
private SimpleButton btnRenameClass;
private SimpleButton btnDeleteClass;
private SimpleButton btnAddClass;
private PanelControl pnlMutilClasses;
}
}