|
|
|
|
using DevExpress.XtraGrid;
|
|
|
|
|
using DevExpress.XtraGrid.Views.Base;
|
|
|
|
|
using DevExpress.XtraGrid.Views.Grid;
|
|
|
|
|
using System.ComponentModel;
|
|
|
|
|
using System.Drawing;
|
|
|
|
|
using System.Windows.Forms;
|
|
|
|
|
|
|
|
|
|
namespace KGIS.Plugin.LayerProperty.View.UC_Controls
|
|
|
|
|
{
|
|
|
|
|
partial class UCFieldsList
|
|
|
|
|
{
|
|
|
|
|
/// <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.gridMainCtrl = new GridControl();
|
|
|
|
|
this.gridViewMain = new GridView();
|
|
|
|
|
this.gridView2 = new GridView();
|
|
|
|
|
((ISupportInitialize)this.gridMainCtrl).BeginInit();
|
|
|
|
|
((ISupportInitialize)this.gridViewMain).BeginInit();
|
|
|
|
|
((ISupportInitialize)this.gridView2).BeginInit();
|
|
|
|
|
base.SuspendLayout();
|
|
|
|
|
this.gridMainCtrl.Dock = DockStyle.Fill;
|
|
|
|
|
this.gridMainCtrl.EmbeddedNavigator.Name = "";
|
|
|
|
|
this.gridMainCtrl.Location = new Point(0, 0);
|
|
|
|
|
this.gridMainCtrl.MainView = this.gridViewMain;
|
|
|
|
|
this.gridMainCtrl.Name = "gridMainCtrl";
|
|
|
|
|
this.gridMainCtrl.Size = new Size(394, 252);
|
|
|
|
|
this.gridMainCtrl.TabIndex = 0;
|
|
|
|
|
this.gridMainCtrl.ViewCollection.AddRange(new BaseView[]
|
|
|
|
|
{
|
|
|
|
|
this.gridViewMain,
|
|
|
|
|
this.gridView2
|
|
|
|
|
});
|
|
|
|
|
this.gridViewMain.GridControl = this.gridMainCtrl;
|
|
|
|
|
this.gridViewMain.Name = "gridViewMain";
|
|
|
|
|
this.gridViewMain.OptionsView.ShowGroupPanel = false;
|
|
|
|
|
this.gridViewMain.OptionsView.ShowIndicator = false;
|
|
|
|
|
this.gridView2.GridControl = this.gridMainCtrl;
|
|
|
|
|
this.gridView2.Name = "gridView2";
|
|
|
|
|
base.AutoScaleDimensions = new SizeF(6f, 12f);
|
|
|
|
|
base.AutoScaleMode = AutoScaleMode.Font;
|
|
|
|
|
base.Controls.Add(this.gridMainCtrl);
|
|
|
|
|
base.Name = "UCFieldsList";
|
|
|
|
|
base.Size = new Size(394, 252);
|
|
|
|
|
((ISupportInitialize)this.gridMainCtrl).EndInit();
|
|
|
|
|
((ISupportInitialize)this.gridViewMain).EndInit();
|
|
|
|
|
((ISupportInitialize)this.gridView2).EndInit();
|
|
|
|
|
base.ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
private GridControl gridMainCtrl;
|
|
|
|
|
private GridView gridViewMain;
|
|
|
|
|
private GridView gridView2;
|
|
|
|
|
}
|
|
|
|
|
}
|