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.
82 lines
3.6 KiB
82 lines
3.6 KiB
using System.Drawing; |
|
using System.Windows.Forms; |
|
|
|
namespace KGIS.Plugin.LayerProperty.View.UC_Controls |
|
{ |
|
partial class UCFieldsPropertyPage |
|
{ |
|
/// <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 DevExpress.XtraEditors.LabelControl(); |
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl(); |
|
this.ucFieldsCombox1 = new UCFieldsCombox(); |
|
btnExport = new DevExpress.XtraEditors.SimpleButton(); |
|
((System.ComponentModel.ISupportInitialize)this.groupControl1).BeginInit(); |
|
base.SuspendLayout(); |
|
this.labelControl1.Location = new Point(16, 33); |
|
this.labelControl1.Name = "labelControl1"; |
|
this.labelControl1.Size = new Size(72, 14); |
|
this.labelControl1.TabIndex = 0; |
|
this.labelControl1.Text = "主显示字段:"; |
|
this.groupControl1.Anchor = (AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right); |
|
this.groupControl1.Location = new Point(10, 70); |
|
this.groupControl1.Name = "groupControl1"; |
|
this.groupControl1.Size = new Size(393, 327); |
|
this.groupControl1.TabIndex = 2; |
|
this.groupControl1.Text = "字段信息"; |
|
this.ucFieldsCombox1.Location = new Point(93, 29); |
|
this.ucFieldsCombox1.Name = "ucFieldsCombox1"; |
|
this.ucFieldsCombox1.SelectedField = null; |
|
this.ucFieldsCombox1.Size = new Size(300, 22); |
|
this.ucFieldsCombox1.TabIndex = 10; |
|
this.ucFieldsCombox1.SelectedFieldChanged += new UCFieldsCombox.SelectedFieldChangedHandler(this.ucFieldsCombox1_SelectedFieldChanged); |
|
this.btnExport.Location = new Point(400, 29); |
|
this.btnExport.Name = "btnExport"; |
|
this.btnExport.Text = "导出字段"; |
|
this.btnExport.Size = new Size(75, 23); |
|
this.btnExport.TabIndex = 10; |
|
btnExport.Click += new System.EventHandler(btnExport_Click); |
|
base.AutoScaleDimensions = new SizeF(6f, 12f); |
|
base.AutoScaleMode = AutoScaleMode.Font; |
|
base.Controls.Add(this.ucFieldsCombox1); |
|
base.Controls.Add(this.btnExport); |
|
base.Controls.Add(this.groupControl1); |
|
base.Controls.Add(this.labelControl1); |
|
base.Name = "UCFieldsPropertyPage"; |
|
base.Size = new Size(416, 408); |
|
((System.ComponentModel.ISupportInitialize)this.groupControl1).EndInit(); |
|
base.ResumeLayout(false); |
|
base.PerformLayout(); |
|
} |
|
|
|
#endregion |
|
private DevExpress.XtraEditors.LabelControl labelControl1; |
|
private DevExpress.XtraEditors.GroupControl groupControl1; |
|
private UCFieldsCombox ucFieldsCombox1; |
|
private DevExpress.XtraEditors.SimpleButton btnExport; |
|
} |
|
}
|
|
|