📄 mainform.cs
字号:
this.粘贴ToolStripMenuItem.ImageScaling = ToolStripItemImageScaling.None;
this.粘贴ToolStripMenuItem.Name = "粘贴ToolStripMenuItem";
this.粘贴ToolStripMenuItem.Size = new Size(0x83, 0x18);
this.粘贴ToolStripMenuItem.Text = "粘贴(&P)";
this.粘贴ToolStripMenuItem.Click += new EventHandler(this.粘贴ToolStripMenuItem_Click);
this.恢复ToolStripMenuItem.Image = (Image) manager.GetObject("恢复ToolStripMenuItem.Image");
this.恢复ToolStripMenuItem.ImageScaling = ToolStripItemImageScaling.None;
this.恢复ToolStripMenuItem.Name = "恢复ToolStripMenuItem";
this.恢复ToolStripMenuItem.Size = new Size(0x83, 0x18);
this.恢复ToolStripMenuItem.Text = "删除(&D)";
this.恢复ToolStripMenuItem.Click += new EventHandler(this.删除ToolStripMenuItem_Click);
this.toolStripMenuItem6.Name = "toolStripMenuItem6";
this.toolStripMenuItem6.Size = new Size(0x80, 6);
this.全选AToolStripMenuItem.Name = "全选AToolStripMenuItem";
this.全选AToolStripMenuItem.Size = new Size(0x83, 0x18);
this.全选AToolStripMenuItem.Text = "全选(&A)";
this.全选AToolStripMenuItem.Click += new EventHandler(this.全选AToolStripMenuItem_Click);
this.toolStripMenuItem13.Name = "toolStripMenuItem13";
this.toolStripMenuItem13.Size = new Size(0x80, 6);
this.查找ToolStripMenuItem.Name = "查找ToolStripMenuItem";
this.查找ToolStripMenuItem.Size = new Size(0x83, 0x18);
this.查找ToolStripMenuItem.Text = "查找...";
this.查找ToolStripMenuItem.Click += new EventHandler(this.查找ToolStripMenuItem_Click);
this.查找下一个ToolStripMenuItem.Name = "查找下一个ToolStripMenuItem";
this.查找下一个ToolStripMenuItem.Size = new Size(0x83, 0x18);
this.查找下一个ToolStripMenuItem.Text = "查找下一个";
this.查找下一个ToolStripMenuItem.Click += new EventHandler(this.查找下一个ToolStripMenuItem_Click);
this.替换ToolStripMenuItem.Name = "替换ToolStripMenuItem";
this.替换ToolStripMenuItem.Size = new Size(0x83, 0x18);
this.替换ToolStripMenuItem.Text = "替换";
this.替换ToolStripMenuItem.Click += new EventHandler(this.替换ToolStripMenuItem_Click);
this.转到行ToolStripMenuItem.Name = "转到行ToolStripMenuItem";
this.转到行ToolStripMenuItem.Size = new Size(0x83, 0x18);
this.转到行ToolStripMenuItem.Text = "转到行...";
this.转到行ToolStripMenuItem.Click += new EventHandler(this.转到行ToolStripMenuItem_Click);
this.视图VToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.服务器资源管理器SToolStripMenuItem, this.模版管理器TToolStripMenuItem, this.解决方案ToolStripMenuItem, this.类视图ToolStripMenuItem, this.toolStripMenuItem4, this.起始页GToolStripMenuItem });
this.视图VToolStripMenuItem.Name = "视图VToolStripMenuItem";
this.视图VToolStripMenuItem.Size = new Size(0x3b, 20);
this.视图VToolStripMenuItem.Text = "视图(&V)";
this.服务器资源管理器SToolStripMenuItem.Checked = true;
this.服务器资源管理器SToolStripMenuItem.CheckState = CheckState.Checked;
this.服务器资源管理器SToolStripMenuItem.Name = "服务器资源管理器SToolStripMenuItem";
this.服务器资源管理器SToolStripMenuItem.Size = new Size(0xc4, 0x16);
this.服务器资源管理器SToolStripMenuItem.Text = "服务器资源管理器(&S)";
this.服务器资源管理器SToolStripMenuItem.Click += new EventHandler(this.服务器资源管理器SToolStripMenuItem_Click);
this.模版管理器TToolStripMenuItem.Checked = true;
this.模版管理器TToolStripMenuItem.CheckState = CheckState.Checked;
this.模版管理器TToolStripMenuItem.Name = "模版管理器TToolStripMenuItem";
this.模版管理器TToolStripMenuItem.Size = new Size(0xc4, 0x16);
this.模版管理器TToolStripMenuItem.Text = "模版管理器(&T)";
this.模版管理器TToolStripMenuItem.Click += new EventHandler(this.模版管理器TToolStripMenuItem_Click);
this.解决方案ToolStripMenuItem.Checked = true;
this.解决方案ToolStripMenuItem.CheckState = CheckState.Checked;
this.解决方案ToolStripMenuItem.Name = "解决方案ToolStripMenuItem";
this.解决方案ToolStripMenuItem.Size = new Size(0xc4, 0x16);
this.解决方案ToolStripMenuItem.Text = "解决方案资源管理器(&P)";
this.解决方案ToolStripMenuItem.Click += new EventHandler(this.解决方案ToolStripMenuItem_Click);
this.类视图ToolStripMenuItem.Checked = true;
this.类视图ToolStripMenuItem.CheckState = CheckState.Checked;
this.类视图ToolStripMenuItem.Name = "类视图ToolStripMenuItem";
this.类视图ToolStripMenuItem.Size = new Size(0xc4, 0x16);
this.类视图ToolStripMenuItem.Text = "类视图(&C)";
this.类视图ToolStripMenuItem.Click += new EventHandler(this.类视图ToolStripMenuItem_Click);
this.toolStripMenuItem4.Name = "toolStripMenuItem4";
this.toolStripMenuItem4.Size = new Size(0xc1, 6);
this.起始页GToolStripMenuItem.Image = (Image) manager.GetObject("起始页GToolStripMenuItem.Image");
this.起始页GToolStripMenuItem.Name = "起始页GToolStripMenuItem";
this.起始页GToolStripMenuItem.Size = new Size(0xc4, 0x16);
this.起始页GToolStripMenuItem.Text = "起始页(&G)";
this.起始页GToolStripMenuItem.Click += new EventHandler(this.起始页GToolStripMenuItem_Click);
this.查询QToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.打开脚本ToolStripMenuItem, this.保存脚本ToolStripMenuItem, this.toolStripMenuItem11, this.运行当前查询ToolStripMenuItem, this.停止查询ToolStripMenuItem, this.验证当前查询ToolStripMenuItem, this.toolStripMenuItem12, this.脚本片断管理ToolStripMenuItem, this.转到定义ToolStripMenuItem, this.转到对象引用ToolStripMenuItem });
this.查询QToolStripMenuItem.Name = "查询QToolStripMenuItem";
this.查询QToolStripMenuItem.Size = new Size(0x3b, 20);
this.查询QToolStripMenuItem.Text = "查询(&Q)";
this.查询QToolStripMenuItem.Visible = false;
this.打开脚本ToolStripMenuItem.Name = "打开脚本ToolStripMenuItem";
this.打开脚本ToolStripMenuItem.Size = new Size(0x8e, 0x16);
this.打开脚本ToolStripMenuItem.Text = "打开脚本...";
this.打开脚本ToolStripMenuItem.Click += new EventHandler(this.打开脚本ToolStripMenuItem_Click);
this.保存脚本ToolStripMenuItem.Name = "保存脚本ToolStripMenuItem";
this.保存脚本ToolStripMenuItem.Size = new Size(0x8e, 0x16);
this.保存脚本ToolStripMenuItem.Text = "保存脚本...";
this.保存脚本ToolStripMenuItem.Click += new EventHandler(this.保存脚本ToolStripMenuItem_Click);
this.toolStripMenuItem11.Name = "toolStripMenuItem11";
this.toolStripMenuItem11.Size = new Size(0x8b, 6);
this.运行当前查询ToolStripMenuItem.Image = (Image) manager.GetObject("运行当前查询ToolStripMenuItem.Image");
this.运行当前查询ToolStripMenuItem.Name = "运行当前查询ToolStripMenuItem";
this.运行当前查询ToolStripMenuItem.Size = new Size(0x8e, 0x16);
this.运行当前查询ToolStripMenuItem.Text = "运行当前查询";
this.运行当前查询ToolStripMenuItem.Click += new EventHandler(this.运行当前查询ToolStripMenuItem_Click);
this.停止查询ToolStripMenuItem.Name = "停止查询ToolStripMenuItem";
this.停止查询ToolStripMenuItem.Size = new Size(0x8e, 0x16);
this.停止查询ToolStripMenuItem.Text = "停止查询";
this.停止查询ToolStripMenuItem.Click += new EventHandler(this.停止查询ToolStripMenuItem_Click);
this.验证当前查询ToolStripMenuItem.Name = "验证当前查询ToolStripMenuItem";
this.验证当前查询ToolStripMenuItem.Size = new Size(0x8e, 0x16);
this.验证当前查询ToolStripMenuItem.Text = "验证当前查询";
this.验证当前查询ToolStripMenuItem.Click += new EventHandler(this.验证当前查询ToolStripMenuItem_Click);
this.toolStripMenuItem12.Name = "toolStripMenuItem12";
this.toolStripMenuItem12.Size = new Size(0x8b, 6);
this.脚本片断管理ToolStripMenuItem.Name = "脚本片断管理ToolStripMenuItem";
this.脚本片断管理ToolStripMenuItem.Size = new Size(0x8e, 0x16);
this.脚本片断管理ToolStripMenuItem.Text = "脚本片断管理";
this.脚本片断管理ToolStripMenuItem.Click += new EventHandler(this.脚本片断管理ToolStripMenuItem_Click);
this.转到定义ToolStripMenuItem.Name = "转到定义ToolStripMenuItem";
this.转到定义ToolStripMenuItem.Size = new Size(0x8e, 0x16);
this.转到定义ToolStripMenuItem.Text = "转到定义";
this.转到定义ToolStripMenuItem.Click += new EventHandler(this.转到定义ToolStripMenuItem_Click);
this.转到对象引用ToolStripMenuItem.Name = "转到对象引用ToolStripMenuItem";
this.转到对象引用ToolStripMenuItem.Size = new Size(0x8e, 0x16);
this.转到对象引用ToolStripMenuItem.Text = "转到对象引用";
this.转到对象引用ToolStripMenuItem.Click += new EventHandler(this.转到对象引用ToolStripMenuItem_Click);
this.生成ToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.生成数据脚本ToolStripMenuItem, this.生成存储过程ToolStripMenuItem, this.导出文件ToolStripMenuItem, this.toolStripMenuItem17, this.对象定义ToolStripMenuItem });
this.生成ToolStripMenuItem.Name = "生成ToolStripMenuItem";
this.生成ToolStripMenuItem.Size = new Size(0x3b, 20);
this.生成ToolStripMenuItem.Text = "生成(&C)";
this.生成ToolStripMenuItem.Visible = false;
this.生成数据脚本ToolStripMenuItem.Name = "生成数据脚本ToolStripMenuItem";
this.生成数据脚本ToolStripMenuItem.Size = new Size(0x8e, 0x16);
this.生成数据脚本ToolStripMenuItem.Text = "生成数据脚本";
this.生成数据脚本ToolStripMenuItem.Click += new EventHandler(this.生成数据脚本ToolStripMenuItem_Click);
this.生成存储过程ToolStripMenuItem.Name = "生成存储过程ToolStripMenuItem";
this.生成存储过程ToolStripMenuItem.Size = new Size(0x8e, 0x16);
this.生成存储过程ToolStripMenuItem.Text = "生成存储过程";
this.生成存储过程ToolStripMenuItem.Click += new EventHandler(this.生成存储过程ToolStripMenuItem_Click);
this.导出文件ToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.存储过程ToolStripMenuItem, this.数据脚本ToolStripMenuItem, this.表数据ToolStripMenuItem });
this.导出文件ToolStripMenuItem.Name = "导出文件ToolStripMenuItem";
this.导出文件ToolStripMenuItem.Size = new Size(0x8e, 0x16);
this.导出文件ToolStripMenuItem.Text = "导出文件";
this.存储过程ToolStripMenuItem.Name = "存储过程ToolStripMenuItem";
this.存储过程ToolStripMenuItem.Size = new Size(0x76, 0x16);
this.存储过程ToolStripMenuItem.Text = "存储过程";
this.存储过程ToolStripMenuItem.Click += new EventHandler(this.存储过程ToolStripMenuItem_Click);
this.数据脚本ToolStripMenuItem.Name = "数据脚本ToolStripMenuItem";
this.数据脚本ToolStripMenuItem.Size = new Size(0x76, 0x16);
this.数据脚本ToolStripMenuItem.Text = "数据脚本";
this.数据脚本ToolStripMenuItem.Click += new EventHandler(this.数据脚本ToolStripMenuItem_Click);
this.表数据ToolStripMenuItem.Name = "表数据ToolStripMenuItem";
this.表数据ToolStripMenuItem.Size = new Size(0x76, 0x16);
this.表数据ToolStripMenuItem.Text = "表数据";
this.表数据ToolStripMenuItem.Click += new EventHandler(this.表数据ToolStripMenuItem_Click);
this.toolStripMenuItem17.Name = "toolStripMenuItem17";
this.toolStripMenuItem17.Size = new Size(0x8b, 6);
this.对象定义ToolStripMenuItem.Name = "对象定义ToolStripMenuItem";
this.对象定义ToolStripMenuItem.Size = new Size(0x8e, 0x16);
this.对象定义ToolStripMenuItem.Text = "对象定义";
this.对象定义ToolStripMenuItem.Click += new EventHandler(this.对象定义ToolStripMenuItem_Click);
this.工具TToolStripMenuItem.DropDownItems.AddRange(new ToolStripItem[] { this.数据库管理器ToolStripMenuItem, this.查询分析器ToolStripMenuItem, this.代码生成器ToolStripMenuItem, this.dB脚本生成器ToolStripMenuItem, this.模版代码生成器ToolStripMenuItem, this.toolStripMenuItem9, this.代码自动输出器ToolStripMenuItem, this.生成数据库文档ToolStripMenuItem, this.c代码转换ToolStripMenuItem, this.wEB项目发布ToolStripMenuItem, this.toolStripMenuItem10, this.选项OToolStripMenuItem });
this.工具TToolStripMenuItem.Name = "工具TToolStripMenuItem";
this.工具TToolStripMenuItem.Size = new Size(0x3b, 20);
this.工具TToolStripMenuItem.Text = "工具(&T)";
this.数据库管理器ToolStripMenuItem.Image = (Image) manager.GetObject("数据库管理器ToolStripMenuItem.Image");
this.数据库管理器ToolStripMenuItem.Name = "数据库管理器ToolStripMenuItem";
this.数据库管理器ToolStripMenuItem.Size = new Size(0x9a, 0x16);
this.数据库管理器ToolStripMenuItem.Text = "数据库管理器";
this.数据库管理器ToolStripMenuItem.Click += new EventHandler(this.数据库管理器ToolStripMenuItem_Click);
this.查询分析器ToolStripMenuItem.Image = (Image) manager.GetObject("查询分析器ToolStripMenuItem.Image");
this.查询分析器ToolStripMenuItem.Name = "查询分析器ToolStripMenuItem";
this.查询分析器ToolStripMenuItem.Size = new Size(0x9a, 0x16);
this.查询分析器ToolStripMenuItem.Text = "查询分析器";
this.查询分析器ToolStripMenuItem.Click += new EventHandler(this.查询分析器ToolStripMenuItem_Click);
this.代码生成器ToolStripMenuItem.Image = (Image) manager.GetObject("代码生成器ToolStripMenuItem.Image");
this.代码生成器ToolStripMenuItem.Name = "代码生成器ToolStripMenuItem";
this.代码生成器ToolStripMenuItem.Size = new Size(0x9a, 0x16);
this.代码生成器ToolStripMenuItem.Text = "代码生成器";
this.代码生成器ToolStripMenuItem.Click += new EventHandler(this.代码生成器ToolStripMenuItem_Click);
this.dB脚本生成器ToolStripMenuItem.Image = (Image) manager.GetObject("dB脚本生成器ToolStripMenuItem.Image");
this.dB脚本生成器ToolStripMenuItem.Name = "dB脚本生成器ToolStripMenuItem";
this.dB脚本生成器ToolStripMenuItem.Size = new Size(0x9a, 0x16);
this.dB脚本生成器ToolStripMenuItem.Text = "DB脚本生成器";
this.dB脚本生成器ToolStripMenuItem.Click += new EventHandler(this.dB脚本生成器ToolStripMenuItem_Click);
this.模版代码生成器ToolStripMenuItem.Name = "模版代码生成器ToolStripMenuItem";
this.模版代码生成器ToolStripMenuItem.Size = new Size(0x9a, 0x16);
this.模版代码生成器ToolStripMenuItem.Text = "模版代码生成器";
this.模版代码生成器ToolStripMenuItem.Click += new EventHandler(this.模版代码生成器ToolStripMenuItem_Click);
this.toolStripMenuItem9.Name = "toolStripMenuItem9";
this.toolStripMenuItem9.Size = new Size(0x97, 6);
this.代码自动输出器ToolStripMenuItem.Image = (Image) manager.GetObject("代码自动输出器ToolStripMenuItem.Image");
this.代码自动输出器ToolStripMenuItem.Name = "代码自动输出器ToolStripMenuItem";
this.代码自动输出器ToolStripMenuItem.Size = new Size(0x9a, 0x16);
this.代码自动输出器ToolStripMenuItem.Text = "代码批量生成器";
this.代码自动输出器ToolStripMenuItem.Click += new EventHandler(this.代码自动输出器ToolStripMenuItem_Click);
this.生成数据库文档ToolStripMenuItem.Image = (Image) manager.GetObject("生成数据库文档ToolStripMenuItem.Image");
this.生成数据库文档ToolStripMenuItem.Name = "生成数据库文档ToolStripMenuItem";
this.生成数据库文档ToolStripMenuItem.Size = new Size(0x9a, 0x16);
this.生成数据库文档ToolStripMenuItem.Text = "生成数据库文档";
this.生成数据库文档ToolStripMenuItem.Click += new EventHandler(this.生成数据库文档ToolStripMenuItem_Click);
this.c代码转换ToolStripMenuItem.Name = "c代码转换ToolStripMenuItem";
this.c代码转换ToolStripMenuItem.Size = new Size(0x9a, 0x16);
this.c代码转换ToolStripMenuItem.Text = "C#代码转换";
this.c代码转换ToolStripMenuItem.Click += new EventHandler(this.c代码转换ToolStripMenuItem_Click);
this.wEB项目发布ToolStripMenuItem.Image = (Image) manager.GetObject("wEB项目发布ToolStripMenuItem.Image");
this.wEB项目发布ToolStripMenuItem.Name = "wEB项目发布ToolStripMenuItem";
this.wEB项目发布ToolStripMenuItem.Size = new Size(0x9a, 0x16);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -