📄 explorerform.designer.cs
字号:
namespace WMFConfig
{
partial class ExplorerForm
{
/// <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 Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ExplorerForm));
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.文件FToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.保存当前文件SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.重新载入RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出xToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.权限组PToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.新建组AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.重命名RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.删除DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.显示VToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.权限组ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.日志ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.权限ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.窗口WToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.资源操作选择SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.资源管理RToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.权限组编辑GToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.操作类型管理OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.枚举代码生成EToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.系统帮助HToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.关于AToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.btn_ResSave = new System.Windows.Forms.ToolStripButton();
this.btn_ResReload = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripDisplayTree = new System.Windows.Forms.ToolStripButton();
this.toolStripLog = new System.Windows.Forms.ToolStripButton();
this.toolStripDisplayPrivilege = new System.Windows.Forms.ToolStripButton();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripClean = new System.Windows.Forms.ToolStripButton();
this.toolStripBtn_GenGuid = new System.Windows.Forms.ToolStripButton();
this.toolStripTxt_Guid = new System.Windows.Forms.ToolStripTextBox();
this.panel1 = new System.Windows.Forms.Panel();
this.btn_Close = new System.Windows.Forms.Button();
this.lbl_Group = new System.Windows.Forms.Label();
this.trv_Resources = new System.Windows.Forms.TreeView();
this.cmenu_TreeMenu = new System.Windows.Forms.ContextMenuStrip(this.components);
this.ts_Add = new System.Windows.Forms.ToolStripMenuItem();
this.修改名字ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.ts_Delete = new System.Windows.Forms.ToolStripMenuItem();
this.imgFolder = new System.Windows.Forms.ImageList(this.components);
this.splitter1 = new System.Windows.Forms.Splitter();
this.cmenu_Privilege = new System.Windows.Forms.ContextMenuStrip(this.components);
this.全部选择ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.全部取消ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.反向选择ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.txt_OptLog = new System.Windows.Forms.RichTextBox();
this.toolStripStatus = new System.Windows.Forms.ToolStripStatusLabel();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusInfo = new System.Windows.Forms.ToolStripStatusLabel();
this.imageListDrag = new System.Windows.Forms.ImageList(this.components);
this.tabPageCodeGen = new System.Windows.Forms.TabPage();
this.lbl_FileName = new System.Windows.Forms.Label();
this.lbl_CurrentFile = new System.Windows.Forms.Label();
this.btn_Resource = new System.Windows.Forms.Button();
this.btn_SaveFile = new System.Windows.Forms.Button();
this.txtIcs_Content = new ICSharpCode.TextEditor.TextEditorControl();
this.tabOperation = new System.Windows.Forms.TabPage();
this.dg_Operate = new System.Windows.Forms.DataGridView();
this.operationIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.OperationCNName = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.operationNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.descriptionDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.wmfOperationBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.dataResources = new MemberShipDAL.DataObject.DataResources();
this.panel3 = new System.Windows.Forms.Panel();
this.dg_OptPrivilege = new System.Windows.Forms.DataGridView();
this.privilegeIdDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.operationIdDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.resourcesIdDataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.privilegeNameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.privilegeCNameDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.defaultValueDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.descriptionDataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.privilegeOrderDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.wmfPrivilegeBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.tabPageResGroup = new System.Windows.Forms.TabPage();
this.dg_ResourceGroup = new System.Windows.Forms.DataGridView();
this.resourcesGroupNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.parentIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.descriptionDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.groupOrderDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.resourceGroupIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.wmfResourcesGroupBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.tabPageResManage = new System.Windows.Forms.TabPage();
this.dg_Resources = new System.Windows.Forms.DataGridView();
this.ResourceGroupId = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.resourcesCNNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.resourcesNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.ResourcesOrder = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.descriptionDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.resourcesIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.wmfResourcesBindingSource = new System.Windows.Forms.BindingSource(this.components);
this.tabPagePrivilege = new System.Windows.Forms.TabPage();
this.dg_Privilege = new System.Windows.Forms.DataGridView();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.descriptionDataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.defaultValueDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.privilegeCNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.privilegeNameDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.operationIdDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.resourcesIdDataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewComboBoxColumn();
this.privilegeIdDataGridViewTextBoxColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.splitterLog = new System.Windows.Forms.Splitter();
this.wmf_ResourcesTableAdapter = new MemberShipDAL.DataObject.DataResourcesTableAdapters.wmf_ResourcesTableAdapter();
this.wmf_OperationTableAdapter = new MemberShipDAL.DataObject.DataResourcesTableAdapters.wmf_OperationTableAdapter();
this.wmf_ResourcesGroupTableAdapter = new MemberShipDAL.DataObject.DataResourcesTableAdapters.wmf_ResourcesGroupTableAdapter();
this.wmf_PrivilegeTableAdapter = new MemberShipDAL.DataObject.DataResourcesTableAdapters.wmf_PrivilegeTableAdapter();
this.panel2 = new System.Windows.Forms.Panel();
this.lbl_TableName = new System.Windows.Forms.Label();
this.splitterPrivilege = new System.Windows.Forms.Splitter();
this.lbl_CopyRight = new System.Windows.Forms.Label();
this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.panel1.SuspendLayout();
this.cmenu_TreeMenu.SuspendLayout();
this.cmenu_Privilege.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.tabPageCodeGen.SuspendLayout();
this.tabOperation.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dg_Operate)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.wmfOperationBindingSource)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dataResources)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dg_OptPrivilege)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.wmfPrivilegeBindingSource)).BeginInit();
this.tabPageResGroup.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dg_ResourceGroup)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.wmfResourcesGroupBindingSource)).BeginInit();
this.tabPageResManage.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dg_Resources)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.wmfResourcesBindingSource)).BeginInit();
this.tabPagePrivilege.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dg_Privilege)).BeginInit();
this.tabControl1.SuspendLayout();
this.panel2.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.文件FToolStripMenuItem,
this.权限组PToolStripMenuItem,
this.显示VToolStripMenuItem,
this.窗口WToolStripMenuItem,
this.帮助HToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(813, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 文件FToolStripMenuItem
//
this.文件FToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.保存当前文件SToolStripMenuItem,
this.重新载入RToolStripMenuItem,
this.退出xToolStripMenuItem});
this.文件FToolStripMenuItem.Name = "文件FToolStripMenuItem";
this.文件FToolStripMenuItem.Size = new System.Drawing.Size(59, 20);
this.文件FToolStripMenuItem.Text = "文件(&F)";
//
// 保存当前文件SToolStripMenuItem
//
this.保存当前文件SToolStripMenuItem.Image = ((System.Drawing.Image)(resources.GetObject("保存当前文件SToolStripMenuItem.Image")));
this.保存当前文件SToolStripMenuItem.ImageScaling = System.Windows.Forms.ToolStripItemImageScaling.None;
this.保存当前文件SToolStripMenuItem.Name = "保存当前文件SToolStripMenuItem";
this.保存当前文件SToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.保存当前文件SToolStripMenuItem.Text = "保存数据(&A)";
this.保存当前文件SToolStripMenuItem.Click += new System.EventHandler(this.保存当前文件SToolStripMenuItem_Click_1);
//
// 重新载入RToolStripMenuItem
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -