|
|
|
|
using System.ComponentModel;
|
|
|
|
|
using System.Drawing;
|
|
|
|
|
using DevExpress.XtraBars.Customization;
|
|
|
|
|
|
|
|
|
|
namespace KGIS.Plugin.LayerProperty.View.UC_Controls
|
|
|
|
|
{
|
|
|
|
|
public class DevExpressXtraBarsCustomizationLocalizationCHS : CustomizationControl
|
|
|
|
|
{
|
|
|
|
|
private Container components;
|
|
|
|
|
public DevExpressXtraBarsCustomizationLocalizationCHS()
|
|
|
|
|
{
|
|
|
|
|
this.InitializeComponent();
|
|
|
|
|
}
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && this.components != null)
|
|
|
|
|
{
|
|
|
|
|
this.components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
this.tpOptions.SuspendLayout();
|
|
|
|
|
this.tpCommands.SuspendLayout();
|
|
|
|
|
this.tpToolbars.SuspendLayout();
|
|
|
|
|
((ISupportInitialize)this.toolBarsList).BeginInit();
|
|
|
|
|
((ISupportInitialize)this.lbCommands).BeginInit();
|
|
|
|
|
((ISupportInitialize)this.lbCategories).BeginInit();
|
|
|
|
|
((ISupportInitialize)this.cbOptionsShowFullMenus.Properties).BeginInit();
|
|
|
|
|
((ISupportInitialize)this.cbOptions_showFullMenusAfterDelay.Properties).BeginInit();
|
|
|
|
|
((ISupportInitialize)this.cbOptions_showTips.Properties).BeginInit();
|
|
|
|
|
((ISupportInitialize)this.cbOptions_ShowShortcutInTips.Properties).BeginInit();
|
|
|
|
|
((ISupportInitialize)this.tabControl).BeginInit();
|
|
|
|
|
this.tabControl.SuspendLayout();
|
|
|
|
|
((ISupportInitialize)this.tbNBDlgName.Properties).BeginInit();
|
|
|
|
|
this.pnlNBDlg.SuspendLayout();
|
|
|
|
|
((ISupportInitialize)this.cbOptions_largeIcons.Properties).BeginInit();
|
|
|
|
|
((ISupportInitialize)this.cbOptions_MenuAnimation.Properties).BeginInit();
|
|
|
|
|
base.SuspendLayout();
|
|
|
|
|
this.btClose.Text = "关闭";
|
|
|
|
|
this.tpOptions.Size = new Size(354, 246);
|
|
|
|
|
this.tpOptions.Text = "选项(&O)";
|
|
|
|
|
this.tpCommands.Text = "命令(&C)";
|
|
|
|
|
this.tpToolbars.Text = "工具栏(&B)";
|
|
|
|
|
this.btNewBar.Text = "新建(&N)";
|
|
|
|
|
this.btDeleteBar.Text = "删除(&D)";
|
|
|
|
|
this.lbCommands.Appearance.BackColor = SystemColors.Window;
|
|
|
|
|
this.lbCommands.Appearance.Options.UseBackColor = true;
|
|
|
|
|
this.cbOptionsShowFullMenus.Properties.Caption = "总是显示所有菜单";
|
|
|
|
|
this.cbOptions_showFullMenusAfterDelay.Properties.Caption = "鼠标指针短暂停留后显示全部菜单";
|
|
|
|
|
this.btOptions_Reset.Text = "重置惯用数据(&R)";
|
|
|
|
|
this.cbOptions_showTips.Properties.Caption = "显示工具栏屏幕提示(&T)";
|
|
|
|
|
this.cbOptions_ShowShortcutInTips.Properties.Caption = "在屏幕提示中显示快捷键(&H)";
|
|
|
|
|
this.lbDescCaption.Text = "详细说明";
|
|
|
|
|
this.lbOptions_Other.Text = "其它";
|
|
|
|
|
this.lbOptions_PCaption.Text = "个性化菜单和工具栏";
|
|
|
|
|
this.lbCategoriesCaption.Text = "类别:";
|
|
|
|
|
this.lbCommandsCaption.Text = "命令:";
|
|
|
|
|
this.lbToolbarCaption.Text = "工具栏:";
|
|
|
|
|
this.btResetBar.Text = "重置(&R)";
|
|
|
|
|
this.btRenameBar.Text = "重命名(&E)";
|
|
|
|
|
this.cbOptions_largeIcons.Properties.Caption = "大图标(&L)";
|
|
|
|
|
this.lbOptions_MenuAnimation.Text = "菜单动画设置(&M):";
|
|
|
|
|
base.Name = "DevExpressXtraBarsCustomizationLocalizationCHT";
|
|
|
|
|
this.tpOptions.ResumeLayout(false);
|
|
|
|
|
this.tpCommands.ResumeLayout(false);
|
|
|
|
|
this.tpToolbars.ResumeLayout(false);
|
|
|
|
|
((ISupportInitialize)this.toolBarsList).EndInit();
|
|
|
|
|
((ISupportInitialize)this.lbCommands).EndInit();
|
|
|
|
|
((ISupportInitialize)this.lbCategories).EndInit();
|
|
|
|
|
((ISupportInitialize)this.cbOptionsShowFullMenus.Properties).EndInit();
|
|
|
|
|
((ISupportInitialize)this.cbOptions_showFullMenusAfterDelay.Properties).EndInit();
|
|
|
|
|
((ISupportInitialize)this.cbOptions_showTips.Properties).EndInit();
|
|
|
|
|
((ISupportInitialize)this.cbOptions_ShowShortcutInTips.Properties).EndInit();
|
|
|
|
|
((ISupportInitialize)this.tabControl).EndInit();
|
|
|
|
|
this.tabControl.ResumeLayout(false);
|
|
|
|
|
((ISupportInitialize)this.tbNBDlgName.Properties).EndInit();
|
|
|
|
|
this.pnlNBDlg.ResumeLayout(false);
|
|
|
|
|
((ISupportInitialize)this.cbOptions_largeIcons.Properties).EndInit();
|
|
|
|
|
((ISupportInitialize)this.cbOptions_MenuAnimation.Properties).EndInit();
|
|
|
|
|
base.ResumeLayout(false);
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|