|
|
|
|
using DevExpress.XtraBars;
|
|
|
|
|
using DevExpress.XtraEditors;
|
|
|
|
|
using DevExpress.XtraEditors.Repository;
|
|
|
|
|
using DevExpress.XtraTreeList;
|
|
|
|
|
using DevExpress.XtraTreeList.Columns;
|
|
|
|
|
using System.Windows.Forms;
|
|
|
|
|
|
|
|
|
|
namespace KGIS.Plugin.LayerProperty.View
|
|
|
|
|
{
|
|
|
|
|
partial class FormSymbolSelector
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
private GroupControl groupControl1;
|
|
|
|
|
private ListView lvSymbolView;
|
|
|
|
|
private SimpleButton btnOK;
|
|
|
|
|
private BarManager barManager1;
|
|
|
|
|
private Bar bar2;
|
|
|
|
|
private BarEditItem barCategories;
|
|
|
|
|
private RepositoryItemComboBox repositoryItemComboBox1;
|
|
|
|
|
private BarButtonItem btnView;
|
|
|
|
|
private BarStaticItem barStaticItem1;
|
|
|
|
|
private BarDockControl barDockControl4;
|
|
|
|
|
private BarDockControl barDockControl3;
|
|
|
|
|
private BarDockControl barDockControl1;
|
|
|
|
|
private BarDockControl barDockControl2;
|
|
|
|
|
private BarButtonItem btnGroup;
|
|
|
|
|
private BarSubItem barSubItem1;
|
|
|
|
|
private BarCheckItem chkLargeIcon;
|
|
|
|
|
private BarCheckItem chkSmallIcon;
|
|
|
|
|
private BarCheckItem chkTile;
|
|
|
|
|
private BarCheckItem chkList;
|
|
|
|
|
private BarCheckItem chkDetail;
|
|
|
|
|
private BarButtonItem btnDeleteGalleryItem;
|
|
|
|
|
private BarButtonItem btnEditItem;
|
|
|
|
|
private BarCheckItem chkMultiSelect;
|
|
|
|
|
private BarButtonItem btnPreview;
|
|
|
|
|
private PanelControl panelControl1;
|
|
|
|
|
private SimpleButton btnCancel;
|
|
|
|
|
private TreeList tlstGalleryTree;
|
|
|
|
|
private PopupMenu pmView;
|
|
|
|
|
private TreeListColumn colName;
|
|
|
|
|
private TreeListColumn colCheck;
|
|
|
|
|
private BarButtonItem btnMoreStyle;
|
|
|
|
|
private PanelControl panelControl2;
|
|
|
|
|
private PictureEdit picPreview;
|
|
|
|
|
private GroupControl gpOptions;
|
|
|
|
|
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && this.components != null)
|
|
|
|
|
{
|
|
|
|
|
this.components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
this.groupControl1 = new DevExpress.XtraEditors.GroupControl();
|
|
|
|
|
this.tlstGalleryTree = new DevExpress.XtraTreeList.TreeList();
|
|
|
|
|
this.colName = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
|
|
|
this.colCheck = new DevExpress.XtraTreeList.Columns.TreeListColumn();
|
|
|
|
|
this.lvSymbolView = new System.Windows.Forms.ListView();
|
|
|
|
|
this.btnOK = new DevExpress.XtraEditors.SimpleButton();
|
|
|
|
|
this.barManager1 = new DevExpress.XtraBars.BarManager(this.components);
|
|
|
|
|
this.bar2 = new DevExpress.XtraBars.Bar();
|
|
|
|
|
this.barCategories = new DevExpress.XtraBars.BarEditItem();
|
|
|
|
|
this.repositoryItemComboBox1 = new DevExpress.XtraEditors.Repository.RepositoryItemComboBox();
|
|
|
|
|
this.btnView = new DevExpress.XtraBars.BarButtonItem();
|
|
|
|
|
this.pmView = new DevExpress.XtraBars.PopupMenu(this.components);
|
|
|
|
|
this.chkLargeIcon = new DevExpress.XtraBars.BarCheckItem();
|
|
|
|
|
this.chkSmallIcon = new DevExpress.XtraBars.BarCheckItem();
|
|
|
|
|
this.chkTile = new DevExpress.XtraBars.BarCheckItem();
|
|
|
|
|
this.chkList = new DevExpress.XtraBars.BarCheckItem();
|
|
|
|
|
this.chkDetail = new DevExpress.XtraBars.BarCheckItem();
|
|
|
|
|
this.btnMoreStyle = new DevExpress.XtraBars.BarButtonItem();
|
|
|
|
|
this.barDockControl4 = new DevExpress.XtraBars.BarDockControl();
|
|
|
|
|
this.barDockControl3 = new DevExpress.XtraBars.BarDockControl();
|
|
|
|
|
this.barDockControl1 = new DevExpress.XtraBars.BarDockControl();
|
|
|
|
|
this.barDockControl2 = new DevExpress.XtraBars.BarDockControl();
|
|
|
|
|
this.panelControl1 = new DevExpress.XtraEditors.PanelControl();
|
|
|
|
|
this.btnGroup = new DevExpress.XtraBars.BarButtonItem();
|
|
|
|
|
this.barSubItem1 = new DevExpress.XtraBars.BarSubItem();
|
|
|
|
|
this.btnDeleteGalleryItem = new DevExpress.XtraBars.BarButtonItem();
|
|
|
|
|
this.btnEditItem = new DevExpress.XtraBars.BarButtonItem();
|
|
|
|
|
this.chkMultiSelect = new DevExpress.XtraBars.BarCheckItem();
|
|
|
|
|
this.barStaticItem1 = new DevExpress.XtraBars.BarStaticItem();
|
|
|
|
|
this.btnPreview = new DevExpress.XtraBars.BarButtonItem();
|
|
|
|
|
this.btnCancel = new DevExpress.XtraEditors.SimpleButton();
|
|
|
|
|
this.panelControl2 = new DevExpress.XtraEditors.PanelControl();
|
|
|
|
|
this.picPreview = new DevExpress.XtraEditors.PictureEdit();
|
|
|
|
|
this.gpOptions = new DevExpress.XtraEditors.GroupControl();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tlstGalleryTree)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pmView)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picPreview.Properties)).BeginInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gpOptions)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// groupControl1
|
|
|
|
|
//
|
|
|
|
|
this.groupControl1.Controls.Add(this.tlstGalleryTree);
|
|
|
|
|
this.groupControl1.Location = new System.Drawing.Point(10, 8);
|
|
|
|
|
this.groupControl1.Name = "groupControl1";
|
|
|
|
|
this.groupControl1.Size = new System.Drawing.Size(160, 380);
|
|
|
|
|
this.groupControl1.TabIndex = 0;
|
|
|
|
|
this.groupControl1.Text = "符号来源";
|
|
|
|
|
//
|
|
|
|
|
// tlstGalleryTree
|
|
|
|
|
//
|
|
|
|
|
this.tlstGalleryTree.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
|
|
|
this.tlstGalleryTree.Columns.AddRange(new DevExpress.XtraTreeList.Columns.TreeListColumn[] {
|
|
|
|
|
this.colName,
|
|
|
|
|
this.colCheck});
|
|
|
|
|
this.tlstGalleryTree.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.tlstGalleryTree.Location = new System.Drawing.Point(2, 21);
|
|
|
|
|
this.tlstGalleryTree.Name = "tlstGalleryTree";
|
|
|
|
|
this.tlstGalleryTree.OptionsView.AutoWidth = false;
|
|
|
|
|
this.tlstGalleryTree.OptionsView.ShowColumns = false;
|
|
|
|
|
this.tlstGalleryTree.OptionsView.ShowIndicator = false;
|
|
|
|
|
this.tlstGalleryTree.Size = new System.Drawing.Size(156, 357);
|
|
|
|
|
this.tlstGalleryTree.TabIndex = 0;
|
|
|
|
|
this.tlstGalleryTree.MouseDown += new System.Windows.Forms.MouseEventHandler(this.tlstGalleryTree_MouseDown);
|
|
|
|
|
//
|
|
|
|
|
// colName
|
|
|
|
|
//
|
|
|
|
|
this.colName.Caption = "Name";
|
|
|
|
|
this.colName.FieldName = "Name";
|
|
|
|
|
this.colName.MinWidth = 127;
|
|
|
|
|
this.colName.Name = "colName";
|
|
|
|
|
this.colName.Visible = true;
|
|
|
|
|
this.colName.VisibleIndex = 0;
|
|
|
|
|
this.colName.Width = 127;
|
|
|
|
|
//
|
|
|
|
|
// colCheck
|
|
|
|
|
//
|
|
|
|
|
this.colCheck.Caption = "Check";
|
|
|
|
|
this.colCheck.FieldName = "Check";
|
|
|
|
|
this.colCheck.Name = "colCheck";
|
|
|
|
|
//
|
|
|
|
|
// lvSymbolView
|
|
|
|
|
//
|
|
|
|
|
this.lvSymbolView.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
|
|
|
|
this.lvSymbolView.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.lvSymbolView.HideSelection = false;
|
|
|
|
|
this.lvSymbolView.Location = new System.Drawing.Point(2, 2);
|
|
|
|
|
this.lvSymbolView.MultiSelect = false;
|
|
|
|
|
this.lvSymbolView.Name = "lvSymbolView";
|
|
|
|
|
this.lvSymbolView.Size = new System.Drawing.Size(326, 376);
|
|
|
|
|
this.lvSymbolView.TabIndex = 1;
|
|
|
|
|
this.lvSymbolView.UseCompatibleStateImageBehavior = false;
|
|
|
|
|
this.lvSymbolView.SelectedIndexChanged += new System.EventHandler(this.lvSymbolView_SelectedIndexChanged);
|
|
|
|
|
this.lvSymbolView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.lvSymbolView_MouseUp);
|
|
|
|
|
//
|
|
|
|
|
// btnOK
|
|
|
|
|
//
|
|
|
|
|
this.btnOK.Enabled = false;
|
|
|
|
|
this.btnOK.Location = new System.Drawing.Point(514, 365);
|
|
|
|
|
this.btnOK.Name = "btnOK";
|
|
|
|
|
this.btnOK.TabIndex = 2;
|
|
|
|
|
this.btnOK.Text = "确定";
|
|
|
|
|
this.btnOK.Click += new System.EventHandler(this.btnOK_Click);
|
|
|
|
|
//
|
|
|
|
|
// barManager1
|
|
|
|
|
//
|
|
|
|
|
this.barManager1.Bars.AddRange(new DevExpress.XtraBars.Bar[] {
|
|
|
|
|
this.bar2});
|
|
|
|
|
this.barManager1.DockControls.Add(this.barDockControl4);
|
|
|
|
|
this.barManager1.DockControls.Add(this.barDockControl3);
|
|
|
|
|
this.barManager1.DockControls.Add(this.barDockControl1);
|
|
|
|
|
this.barManager1.DockControls.Add(this.barDockControl2);
|
|
|
|
|
this.barManager1.Form = this.panelControl1;
|
|
|
|
|
this.barManager1.Items.AddRange(new DevExpress.XtraBars.BarItem[] {
|
|
|
|
|
this.barCategories,
|
|
|
|
|
this.btnGroup,
|
|
|
|
|
this.barSubItem1,
|
|
|
|
|
this.btnDeleteGalleryItem,
|
|
|
|
|
this.btnEditItem,
|
|
|
|
|
this.chkMultiSelect,
|
|
|
|
|
this.btnView,
|
|
|
|
|
this.chkLargeIcon,
|
|
|
|
|
this.chkSmallIcon,
|
|
|
|
|
this.chkTile,
|
|
|
|
|
this.chkDetail,
|
|
|
|
|
this.barStaticItem1,
|
|
|
|
|
this.chkList,
|
|
|
|
|
this.btnPreview,
|
|
|
|
|
this.btnMoreStyle});
|
|
|
|
|
this.barManager1.MaxItemId = 27;
|
|
|
|
|
this.barManager1.RepositoryItems.AddRange(new DevExpress.XtraEditors.Repository.RepositoryItem[] {
|
|
|
|
|
this.repositoryItemComboBox1});
|
|
|
|
|
//
|
|
|
|
|
// bar2
|
|
|
|
|
//
|
|
|
|
|
this.bar2.BarName = "Tools";
|
|
|
|
|
this.bar2.DockCol = 0;
|
|
|
|
|
this.bar2.DockRow = 0;
|
|
|
|
|
this.bar2.DockStyle = DevExpress.XtraBars.BarDockStyle.Top;
|
|
|
|
|
this.bar2.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|
|
|
|
new DevExpress.XtraBars.LinkPersistInfo(DevExpress.XtraBars.BarLinkUserDefines.Width, this.barCategories, "", false, true, true, 139),
|
|
|
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.btnView, true),
|
|
|
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.btnMoreStyle)});
|
|
|
|
|
this.bar2.OptionsBar.AllowQuickCustomization = false;
|
|
|
|
|
this.bar2.OptionsBar.DrawDragBorder = false;
|
|
|
|
|
this.bar2.OptionsBar.UseWholeRow = true;
|
|
|
|
|
this.bar2.Text = "Tools";
|
|
|
|
|
//
|
|
|
|
|
// barCategories
|
|
|
|
|
//
|
|
|
|
|
this.barCategories.Caption = " 分组:";
|
|
|
|
|
this.barCategories.Edit = this.repositoryItemComboBox1;
|
|
|
|
|
this.barCategories.Id = 2;
|
|
|
|
|
this.barCategories.Name = "barCategories";
|
|
|
|
|
this.barCategories.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.Caption;
|
|
|
|
|
this.barCategories.EditValueChanged += new System.EventHandler(this.barCategories_EditValueChanged);
|
|
|
|
|
//
|
|
|
|
|
// repositoryItemComboBox1
|
|
|
|
|
//
|
|
|
|
|
this.repositoryItemComboBox1.AutoHeight = false;
|
|
|
|
|
this.repositoryItemComboBox1.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] {
|
|
|
|
|
new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo)});
|
|
|
|
|
this.repositoryItemComboBox1.Name = "repositoryItemComboBox1";
|
|
|
|
|
//
|
|
|
|
|
// btnView
|
|
|
|
|
//
|
|
|
|
|
this.btnView.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.DropDown;
|
|
|
|
|
this.btnView.Caption = "视图";
|
|
|
|
|
this.btnView.DropDownControl = this.pmView;
|
|
|
|
|
this.btnView.Id = 15;
|
|
|
|
|
this.btnView.ImageOptions.ImageIndex = 6;
|
|
|
|
|
this.btnView.Name = "btnView";
|
|
|
|
|
this.btnView.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnView_ItemClick);
|
|
|
|
|
//
|
|
|
|
|
// pmView
|
|
|
|
|
//
|
|
|
|
|
this.pmView.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|
|
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.chkLargeIcon),
|
|
|
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.chkSmallIcon),
|
|
|
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.chkTile),
|
|
|
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.chkList),
|
|
|
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.chkDetail)});
|
|
|
|
|
this.pmView.Manager = this.barManager1;
|
|
|
|
|
this.pmView.Name = "pmView";
|
|
|
|
|
//
|
|
|
|
|
// chkLargeIcon
|
|
|
|
|
//
|
|
|
|
|
this.chkLargeIcon.BindableChecked = true;
|
|
|
|
|
this.chkLargeIcon.Caption = "大图标";
|
|
|
|
|
this.chkLargeIcon.Checked = true;
|
|
|
|
|
this.chkLargeIcon.GroupIndex = 1;
|
|
|
|
|
this.chkLargeIcon.Id = 16;
|
|
|
|
|
this.chkLargeIcon.Name = "chkLargeIcon";
|
|
|
|
|
this.chkLargeIcon.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.chkLargeIcon_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// chkSmallIcon
|
|
|
|
|
//
|
|
|
|
|
this.chkSmallIcon.Caption = "小图标";
|
|
|
|
|
this.chkSmallIcon.GroupIndex = 1;
|
|
|
|
|
this.chkSmallIcon.Id = 17;
|
|
|
|
|
this.chkSmallIcon.Name = "chkSmallIcon";
|
|
|
|
|
this.chkSmallIcon.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.chkSmallIcon_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// chkTile
|
|
|
|
|
//
|
|
|
|
|
this.chkTile.Caption = "平铺";
|
|
|
|
|
this.chkTile.GroupIndex = 1;
|
|
|
|
|
this.chkTile.Id = 18;
|
|
|
|
|
this.chkTile.Name = "chkTile";
|
|
|
|
|
this.chkTile.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.chkTile_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// chkList
|
|
|
|
|
//
|
|
|
|
|
this.chkList.Caption = "列表";
|
|
|
|
|
this.chkList.GroupIndex = 1;
|
|
|
|
|
this.chkList.Id = 23;
|
|
|
|
|
this.chkList.Name = "chkList";
|
|
|
|
|
this.chkList.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.chkList_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// chkDetail
|
|
|
|
|
//
|
|
|
|
|
this.chkDetail.Caption = "详细信息";
|
|
|
|
|
this.chkDetail.GroupIndex = 1;
|
|
|
|
|
this.chkDetail.Id = 20;
|
|
|
|
|
this.chkDetail.Name = "chkDetail";
|
|
|
|
|
this.chkDetail.CheckedChanged += new DevExpress.XtraBars.ItemClickEventHandler(this.chkDetail_CheckedChanged);
|
|
|
|
|
//
|
|
|
|
|
// btnMoreStyle
|
|
|
|
|
//
|
|
|
|
|
this.btnMoreStyle.Caption = "更多符号";
|
|
|
|
|
this.btnMoreStyle.Id = 25;
|
|
|
|
|
this.btnMoreStyle.Name = "btnMoreStyle";
|
|
|
|
|
this.btnMoreStyle.ItemClick += new DevExpress.XtraBars.ItemClickEventHandler(this.btnMoreStyle_ItemClick);
|
|
|
|
|
//
|
|
|
|
|
// barDockControl4
|
|
|
|
|
//
|
|
|
|
|
this.barDockControl4.CausesValidation = false;
|
|
|
|
|
this.barDockControl4.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
|
this.barDockControl4.Location = new System.Drawing.Point(2, 2);
|
|
|
|
|
this.barDockControl4.Manager = this.barManager1;
|
|
|
|
|
this.barDockControl4.Size = new System.Drawing.Size(326, 0);
|
|
|
|
|
//
|
|
|
|
|
// barDockControl3
|
|
|
|
|
//
|
|
|
|
|
this.barDockControl3.CausesValidation = false;
|
|
|
|
|
this.barDockControl3.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
|
|
|
this.barDockControl3.Location = new System.Drawing.Point(2, 378);
|
|
|
|
|
this.barDockControl3.Manager = this.barManager1;
|
|
|
|
|
this.barDockControl3.Size = new System.Drawing.Size(326, 0);
|
|
|
|
|
//
|
|
|
|
|
// barDockControl1
|
|
|
|
|
//
|
|
|
|
|
this.barDockControl1.CausesValidation = false;
|
|
|
|
|
this.barDockControl1.Dock = System.Windows.Forms.DockStyle.Left;
|
|
|
|
|
this.barDockControl1.Location = new System.Drawing.Point(2, 2);
|
|
|
|
|
this.barDockControl1.Manager = this.barManager1;
|
|
|
|
|
this.barDockControl1.Size = new System.Drawing.Size(0, 376);
|
|
|
|
|
//
|
|
|
|
|
// barDockControl2
|
|
|
|
|
//
|
|
|
|
|
this.barDockControl2.CausesValidation = false;
|
|
|
|
|
this.barDockControl2.Dock = System.Windows.Forms.DockStyle.Right;
|
|
|
|
|
this.barDockControl2.Location = new System.Drawing.Point(328, 2);
|
|
|
|
|
this.barDockControl2.Manager = this.barManager1;
|
|
|
|
|
this.barDockControl2.Size = new System.Drawing.Size(0, 376);
|
|
|
|
|
//
|
|
|
|
|
// panelControl1
|
|
|
|
|
//
|
|
|
|
|
this.panelControl1.Controls.Add(this.lvSymbolView);
|
|
|
|
|
this.panelControl1.Controls.Add(this.barDockControl1);
|
|
|
|
|
this.panelControl1.Controls.Add(this.barDockControl2);
|
|
|
|
|
this.panelControl1.Controls.Add(this.barDockControl3);
|
|
|
|
|
this.panelControl1.Controls.Add(this.barDockControl4);
|
|
|
|
|
this.panelControl1.Location = new System.Drawing.Point(176, 10);
|
|
|
|
|
this.panelControl1.Name = "panelControl1";
|
|
|
|
|
this.panelControl1.Size = new System.Drawing.Size(330, 380);
|
|
|
|
|
this.panelControl1.TabIndex = 4;
|
|
|
|
|
//
|
|
|
|
|
// btnGroup
|
|
|
|
|
//
|
|
|
|
|
this.btnGroup.ButtonStyle = DevExpress.XtraBars.BarButtonStyle.Check;
|
|
|
|
|
this.btnGroup.Caption = "按组排列";
|
|
|
|
|
this.btnGroup.Id = 8;
|
|
|
|
|
this.btnGroup.Name = "btnGroup";
|
|
|
|
|
//
|
|
|
|
|
// barSubItem1
|
|
|
|
|
//
|
|
|
|
|
this.barSubItem1.Caption = "图标排列";
|
|
|
|
|
this.barSubItem1.Id = 10;
|
|
|
|
|
this.barSubItem1.LinksPersistInfo.AddRange(new DevExpress.XtraBars.LinkPersistInfo[] {
|
|
|
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.chkLargeIcon),
|
|
|
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.chkSmallIcon),
|
|
|
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.chkTile),
|
|
|
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.chkList),
|
|
|
|
|
new DevExpress.XtraBars.LinkPersistInfo(this.chkDetail)});
|
|
|
|
|
this.barSubItem1.Name = "barSubItem1";
|
|
|
|
|
//
|
|
|
|
|
// btnDeleteGalleryItem
|
|
|
|
|
//
|
|
|
|
|
this.btnDeleteGalleryItem.Caption = "删除该符号";
|
|
|
|
|
this.btnDeleteGalleryItem.Id = 11;
|
|
|
|
|
this.btnDeleteGalleryItem.Name = "btnDeleteGalleryItem";
|
|
|
|
|
//
|
|
|
|
|
// btnEditItem
|
|
|
|
|
//
|
|
|
|
|
this.btnEditItem.Caption = "编辑属性";
|
|
|
|
|
this.btnEditItem.Id = 12;
|
|
|
|
|
this.btnEditItem.Name = "btnEditItem";
|
|
|
|
|
//
|
|
|
|
|
// chkMultiSelect
|
|
|
|
|
//
|
|
|
|
|
this.chkMultiSelect.Caption = "多选";
|
|
|
|
|
this.chkMultiSelect.Id = 14;
|
|
|
|
|
this.chkMultiSelect.Name = "chkMultiSelect";
|
|
|
|
|
//
|
|
|
|
|
// barStaticItem1
|
|
|
|
|
//
|
|
|
|
|
this.barStaticItem1.Id = 21;
|
|
|
|
|
this.barStaticItem1.Name = "barStaticItem1";
|
|
|
|
|
//
|
|
|
|
|
// btnPreview
|
|
|
|
|
//
|
|
|
|
|
this.btnPreview.Caption = "预览该符号";
|
|
|
|
|
this.btnPreview.Id = 24;
|
|
|
|
|
this.btnPreview.Name = "btnPreview";
|
|
|
|
|
//
|
|
|
|
|
// btnCancel
|
|
|
|
|
//
|
|
|
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
this.btnCancel.Location = new System.Drawing.Point(595, 365);
|
|
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
|
|
this.btnCancel.TabIndex = 6;
|
|
|
|
|
this.btnCancel.Text = "取消";
|
|
|
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
|
|
|
//
|
|
|
|
|
// panelControl2
|
|
|
|
|
//
|
|
|
|
|
this.panelControl2.Controls.Add(this.picPreview);
|
|
|
|
|
this.panelControl2.Location = new System.Drawing.Point(510, 8);
|
|
|
|
|
this.panelControl2.Name = "panelControl2";
|
|
|
|
|
this.panelControl2.Size = new System.Drawing.Size(260, 118);
|
|
|
|
|
this.panelControl2.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// picPreview
|
|
|
|
|
//
|
|
|
|
|
this.picPreview.Cursor = System.Windows.Forms.Cursors.Default;
|
|
|
|
|
this.picPreview.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
this.picPreview.Location = new System.Drawing.Point(2, 2);
|
|
|
|
|
this.picPreview.Name = "picPreview";
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
//
|
|
|
|
|
this.picPreview.Properties.AllowFocused = false;
|
|
|
|
|
this.picPreview.Properties.Appearance.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.picPreview.Properties.Appearance.Options.UseBackColor = true;
|
|
|
|
|
this.picPreview.Properties.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
|
|
|
|
|
this.picPreview.Size = new System.Drawing.Size(256, 114);
|
|
|
|
|
this.picPreview.TabIndex = 7;
|
|
|
|
|
//
|
|
|
|
|
// gpOptions
|
|
|
|
|
//
|
|
|
|
|
this.gpOptions.AutoSize = true;
|
|
|
|
|
this.gpOptions.ContentImageAlignment = System.Drawing.ContentAlignment.TopLeft;
|
|
|
|
|
this.gpOptions.Location = new System.Drawing.Point(510, 132);
|
|
|
|
|
this.gpOptions.Name = "gpOptions";
|
|
|
|
|
this.gpOptions.Size = new System.Drawing.Size(260, 220);
|
|
|
|
|
this.gpOptions.TabIndex = 8;
|
|
|
|
|
this.gpOptions.Text = "选项";
|
|
|
|
|
//
|
|
|
|
|
// FormSymbolSelector
|
|
|
|
|
//
|
|
|
|
|
this.CancelButton = this.btnCancel;
|
|
|
|
|
this.ClientSize = new System.Drawing.Size(780, 410);
|
|
|
|
|
this.Controls.Add(this.gpOptions);
|
|
|
|
|
this.Controls.Add(this.panelControl2);
|
|
|
|
|
this.Controls.Add(this.btnCancel);
|
|
|
|
|
this.Controls.Add(this.panelControl1);
|
|
|
|
|
this.Controls.Add(this.btnOK);
|
|
|
|
|
this.Controls.Add(this.groupControl1);
|
|
|
|
|
this.MaximizeBox = false;
|
|
|
|
|
this.MinimizeBox = false;
|
|
|
|
|
this.Name = "FormSymbolSelector";
|
|
|
|
|
this.ShowIcon = false;
|
|
|
|
|
this.ShowInTaskbar = false;
|
|
|
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
|
|
|
this.Text = "符号选择";
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.groupControl1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.tlstGalleryTree)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.barManager1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.repositoryItemComboBox1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pmView)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl1)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.panelControl2)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.picPreview.Properties)).EndInit();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.gpOptions)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
//private ImageList imageList1;
|
|
|
|
|
}
|
|
|
|
|
}
|