namespace IVRFlowUI
{
partial class FrmMain
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.panel1 = new System.Windows.Forms.Panel();
this.menuStrip3 = new System.Windows.Forms.MenuStrip();
this.toolStripMenuItem25 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem16 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem24 = new System.Windows.Forms.ToolStripMenuItem();
this.删除DeleteToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.放大CtrlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.缩小CtrlToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip2 = new System.Windows.Forms.MenuStrip();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripMenuItem();
this.普通流程ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.子流程ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.自动流程ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem13 = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem20 = new System.Windows.Forms.ToolStripMenuItem();
this.另存ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.删除当前流程ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.关闭当前项目ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.退出ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.文件ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.新建项目ToolStripMenuItem1 = 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.自动流程ToolStripMenuItem = 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.删除ToolStripMenuItem = 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.全选ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.复制ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.粘贴ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.删除DeleteToolStripMenuItem = 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.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.ctlMenu1 = new IVRFlowEditor.CtlMenu();
this.treeView1 = new System.Windows.Forms.TreeView();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.panel1.SuspendLayout();
this.menuStrip3.SuspendLayout();
this.menuStrip2.SuspendLayout();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.menuStrip3);
this.panel1.Controls.Add(this.menuStrip2);
this.panel1.Controls.Add(this.menuStrip1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(1084, 85);
this.panel1.TabIndex = 0;
//
// menuStrip3
//
this.menuStrip3.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem25,
this.toolStripMenuItem16,
this.toolStripMenuItem24,
this.删除DeleteToolStripMenuItem1,
this.放大CtrlToolStripMenuItem,
this.缩小CtrlToolStripMenuItem});
this.menuStrip3.Location = new System.Drawing.Point(0, 50);
this.menuStrip3.Name = "menuStrip3";
this.menuStrip3.Size = new System.Drawing.Size(1084, 25);
this.menuStrip3.TabIndex = 2;
this.menuStrip3.Text = "menuStrip3";
//
// toolStripMenuItem25
//
this.toolStripMenuItem25.Name = "toolStripMenuItem25";
this.toolStripMenuItem25.Size = new System.Drawing.Size(44, 21);
this.toolStripMenuItem25.Text = "全选";
this.toolStripMenuItem25.Click += new System.EventHandler(this.OnMenuItemClick);
//
// toolStripMenuItem16
//
this.toolStripMenuItem16.Name = "toolStripMenuItem16";
this.toolStripMenuItem16.Size = new System.Drawing.Size(44, 21);
this.toolStripMenuItem16.Text = "复制";
this.toolStripMenuItem16.Click += new System.EventHandler(this.OnMenuItemClick);
//
// toolStripMenuItem24
//
this.toolStripMenuItem24.Name = "toolStripMenuItem24";
this.toolStripMenuItem24.Size = new System.Drawing.Size(44, 21);
this.toolStripMenuItem24.Text = "粘贴";
this.toolStripMenuItem24.Click += new System.EventHandler(this.OnMenuItemClick);
//
// 删除DeleteToolStripMenuItem1
//
this.删除DeleteToolStripMenuItem1.Name = "删除DeleteToolStripMenuItem1";
this.删除DeleteToolStripMenuItem1.Size = new System.Drawing.Size(44, 21);
this.删除DeleteToolStripMenuItem1.Text = "删除";
this.删除DeleteToolStripMenuItem1.Click += new System.EventHandler(this.OnMenuItemClick);
//
// 放大CtrlToolStripMenuItem
//
this.放大CtrlToolStripMenuItem.Name = "放大CtrlToolStripMenuItem";
this.放大CtrlToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.放大CtrlToolStripMenuItem.Text = "放大";
this.放大CtrlToolStripMenuItem.Click += new System.EventHandler(this.OnMenuItemClick);
//
// 缩小CtrlToolStripMenuItem
//
this.缩小CtrlToolStripMenuItem.Name = "缩小CtrlToolStripMenuItem";
this.缩小CtrlToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.缩小CtrlToolStripMenuItem.Text = "缩小";
this.缩小CtrlToolStripMenuItem.Click += new System.EventHandler(this.OnMenuItemClick);
//
// menuStrip2
//
this.menuStrip2.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem1,
this.toolStripMenuItem2,
this.toolStripMenuItem13,
this.toolStripMenuItem20,
this.另存ToolStripMenuItem1,
this.删除当前流程ToolStripMenuItem,
this.关闭当前项目ToolStripMenuItem1,
this.退出ToolStripMenuItem1});
this.menuStrip2.Location = new System.Drawing.Point(0, 25);
this.menuStrip2.Name = "menuStrip2";
this.menuStrip2.Size = new System.Drawing.Size(1084, 25);
this.menuStrip2.TabIndex = 1;
this.menuStrip2.Text = "menuStrip2";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(68, 21);
this.toolStripMenuItem1.Text = "新建项目";
this.toolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.普通流程ToolStripMenuItem,
this.子流程ToolStripMenuItem,
this.自动流程ToolStripMenuItem1});
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(68, 21);
this.toolStripMenuItem2.Text = "新建流程";
//
// 普通流程ToolStripMenuItem
//
this.普通流程ToolStripMenuItem.Name = "普通流程ToolStripMenuItem";
this.普通流程ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.普通流程ToolStripMenuItem.Text = "普通流程";
this.普通流程ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 子流程ToolStripMenuItem
//
this.子流程ToolStripMenuItem.Name = "子流程ToolStripMenuItem";
this.子流程ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.子流程ToolStripMenuItem.Text = "子流程";
this.子流程ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 自动流程ToolStripMenuItem1
//
this.自动流程ToolStripMenuItem1.Name = "自动流程ToolStripMenuItem1";
this.自动流程ToolStripMenuItem1.Size = new System.Drawing.Size(124, 22);
this.自动流程ToolStripMenuItem1.Text = "自动流程";
this.自动流程ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// toolStripMenuItem13
//
this.toolStripMenuItem13.Name = "toolStripMenuItem13";
this.toolStripMenuItem13.Size = new System.Drawing.Size(44, 21);
this.toolStripMenuItem13.Text = "打开";
this.toolStripMenuItem13.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// toolStripMenuItem20
//
this.toolStripMenuItem20.Name = "toolStripMenuItem20";
this.toolStripMenuItem20.Size = new System.Drawing.Size(44, 21);
this.toolStripMenuItem20.Text = "保存";
this.toolStripMenuItem20.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 另存ToolStripMenuItem1
//
this.另存ToolStripMenuItem1.Name = "另存ToolStripMenuItem1";
this.另存ToolStripMenuItem1.Size = new System.Drawing.Size(44, 21);
this.另存ToolStripMenuItem1.Text = "另存";
this.另存ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 删除当前流程ToolStripMenuItem
//
this.删除当前流程ToolStripMenuItem.Name = "删除当前流程ToolStripMenuItem";
this.删除当前流程ToolStripMenuItem.Size = new System.Drawing.Size(92, 21);
this.删除当前流程ToolStripMenuItem.Text = "删除当前流程";
this.删除当前流程ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 关闭当前项目ToolStripMenuItem1
//
this.关闭当前项目ToolStripMenuItem1.Name = "关闭当前项目ToolStripMenuItem1";
this.关闭当前项目ToolStripMenuItem1.Size = new System.Drawing.Size(92, 21);
this.关闭当前项目ToolStripMenuItem1.Text = "关闭当前项目";
this.关闭当前项目ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 退出ToolStripMenuItem1
//
this.退出ToolStripMenuItem1.Name = "退出ToolStripMenuItem1";
this.退出ToolStripMenuItem1.Size = new System.Drawing.Size(44, 21);
this.退出ToolStripMenuItem1.Text = "退出";
this.退出ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.文件ToolStripMenuItem,
this.编辑ToolStripMenuItem,
this.视图ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1084, 25);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 文件ToolStripMenuItem
//
this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.新建项目ToolStripMenuItem1,
this.打开ToolStripMenuItem,
this.新建ToolStripMenuItem,
this.保存ToolStripMenuItem,
this.另存ToolStripMenuItem,
this.删除ToolStripMenuItem,
this.关闭当前项目ToolStripMenuItem,
this.退出ToolStripMenuItem});
this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
this.文件ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.文件ToolStripMenuItem.Text = "文件";
//
// 新建项目ToolStripMenuItem1
//
this.新建项目ToolStripMenuItem1.Name = "新建项目ToolStripMenuItem1";
this.新建项目ToolStripMenuItem1.Size = new System.Drawing.Size(148, 22);
this.新建项目ToolStripMenuItem1.Text = "新建项目";
this.新建项目ToolStripMenuItem1.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 打开ToolStripMenuItem
//
this.打开ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.新建项目ToolStripMenuItem,
this.新建流程ToolStripMenuItem,
this.自动流程ToolStripMenuItem});
this.打开ToolStripMenuItem.Name = "打开ToolStripMenuItem";
this.打开ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.打开ToolStripMenuItem.Text = "新建流程";
//
// 新建项目ToolStripMenuItem
//
this.新建项目ToolStripMenuItem.Name = "新建项目ToolStripMenuItem";
this.新建项目ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.新建项目ToolStripMenuItem.Text = "普通流程";
this.新建项目ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 新建流程ToolStripMenuItem
//
this.新建流程ToolStripMenuItem.Name = "新建流程ToolStripMenuItem";
this.新建流程ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.新建流程ToolStripMenuItem.Text = "子流程";
this.新建流程ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 自动流程ToolStripMenuItem
//
this.自动流程ToolStripMenuItem.Name = "自动流程ToolStripMenuItem";
this.自动流程ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
this.自动流程ToolStripMenuItem.Text = "自动流程";
this.自动流程ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 新建ToolStripMenuItem
//
this.新建ToolStripMenuItem.Name = "新建ToolStripMenuItem";
this.新建ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.新建ToolStripMenuItem.Text = "打开(Ctrl+O)";
this.新建ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 保存ToolStripMenuItem
//
this.保存ToolStripMenuItem.Name = "保存ToolStripMenuItem";
this.保存ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.保存ToolStripMenuItem.Text = "保存(Ctrl+S)";
this.保存ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 另存ToolStripMenuItem
//
this.另存ToolStripMenuItem.Name = "另存ToolStripMenuItem";
this.另存ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.另存ToolStripMenuItem.Text = "另存";
this.另存ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 删除ToolStripMenuItem
//
this.删除ToolStripMenuItem.Name = "删除ToolStripMenuItem";
this.删除ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.删除ToolStripMenuItem.Text = "删除当前流程";
this.删除ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 关闭当前项目ToolStripMenuItem
//
this.关闭当前项目ToolStripMenuItem.Name = "关闭当前项目ToolStripMenuItem";
this.关闭当前项目ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.关闭当前项目ToolStripMenuItem.Text = "关闭当前项目";
this.关闭当前项目ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 退出ToolStripMenuItem
//
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(148, 22);
this.退出ToolStripMenuItem.Text = "退出";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.ToolStripMenuItem_Click);
//
// 编辑ToolStripMenuItem
//
this.编辑ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.全选ToolStripMenuItem,
this.复制ToolStripMenuItem,
this.粘贴ToolStripMenuItem,
this.删除DeleteToolStripMenuItem,
this.放大ToolStripMenuItem,
this.缩小ToolStripMenuItem});
this.编辑ToolStripMenuItem.Name = "编辑ToolStripMenuItem";
this.编辑ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.编辑ToolStripMenuItem.Text = "编辑";
//
// 全选ToolStripMenuItem
//
this.全选ToolStripMenuItem.Name = "全选ToolStripMenuItem";
this.全选ToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.全选ToolStripMenuItem.Text = "全选(Ctrl+A)";
this.全选ToolStripMenuItem.Click += new System.EventHandler(this.OnMenuItemClick);
//
// 复制ToolStripMenuItem
//
this.复制ToolStripMenuItem.Name = "复制ToolStripMenuItem";
this.复制ToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.复制ToolStripMenuItem.Text = "复制(Ctrl+C)";
this.复制ToolStripMenuItem.Click += new System.EventHandler(this.OnMenuItemClick);
//
// 粘贴ToolStripMenuItem
//
this.粘贴ToolStripMenuItem.Name = "粘贴ToolStripMenuItem";
this.粘贴ToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.粘贴ToolStripMenuItem.Text = "粘贴(Ctrl+V)";
this.粘贴ToolStripMenuItem.Click += new System.EventHandler(this.OnMenuItemClick);
//
// 删除DeleteToolStripMenuItem
//
this.删除DeleteToolStripMenuItem.Name = "删除DeleteToolStripMenuItem";
this.删除DeleteToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.删除DeleteToolStripMenuItem.Text = "删除(Delete)";
this.删除DeleteToolStripMenuItem.Click += new System.EventHandler(this.OnMenuItemClick);
//
// 放大ToolStripMenuItem
//
this.放大ToolStripMenuItem.Name = "放大ToolStripMenuItem";
this.放大ToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.放大ToolStripMenuItem.Text = "放大(Ctrl++)";
this.放大ToolStripMenuItem.Click += new System.EventHandler(this.OnMenuItemClick);
//
// 缩小ToolStripMenuItem
//
this.缩小ToolStripMenuItem.Name = "缩小ToolStripMenuItem";
this.缩小ToolStripMenuItem.Size = new System.Drawing.Size(162, 22);
this.缩小ToolStripMenuItem.Text = "缩小(Ctrl+-)";
this.缩小ToolStripMenuItem.Click += new System.EventHandler(this.OnMenuItemClick);
//
// 视图ToolStripMenuItem
//
this.视图ToolStripMenuItem.Name = "视图ToolStripMenuItem";
this.视图ToolStripMenuItem.Size = new System.Drawing.Size(44, 21);
this.视图ToolStripMenuItem.Text = "帮助";
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 85);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.ctlMenu1);
this.splitContainer1.Panel1.Controls.Add(this.treeView1);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.tabControl1);
this.splitContainer1.Size = new System.Drawing.Size(1084, 616);
this.splitContainer1.SplitterDistance = 197;
this.splitContainer1.TabIndex = 1;
//
// ctlMenu1
//
this.ctlMenu1.AutoScroll = true;
this.ctlMenu1.Dock = System.Windows.Forms.DockStyle.Fill;
this.ctlMenu1.Location = new System.Drawing.Point(0, 119);
this.ctlMenu1.Name = "ctlMenu1";
this.ctlMenu1.Size = new System.Drawing.Size(197, 497);
this.ctlMenu1.TabIndex = 2;
this.ctlMenu1.Load += new System.EventHandler(this.ctlMenu1_Load);
//
// treeView1
//
this.treeView1.Dock = System.Windows.Forms.DockStyle.Top;
this.treeView1.Location = new System.Drawing.Point(0, 0);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(197, 119);
this.treeView1.TabIndex = 1;
this.treeView1.NodeMouseDoubleClick += new System.Windows.Forms.TreeNodeMouseClickEventHandler(this.treeView1_NodeMouseDoubleClick);
//
// tabControl1
//
this.tabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tabControl1.Location = new System.Drawing.Point(0, 0);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(883, 616);
this.tabControl1.TabIndex = 0;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl_SelectedIndexChanged);
//
// FrmMain
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1084, 701);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.panel1);
this.DoubleBuffered = true;
this.KeyPreview = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "FrmMain";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "IVR编辑器";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.KeyDown += new System.Windows.Forms.KeyEventHandler(this.FrmMain_KeyDown);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.menuStrip3.ResumeLayout(false);
this.menuStrip3.PerformLayout();
this.menuStrip2.ResumeLayout(false);
this.menuStrip2.PerformLayout();
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
this.splitContainer1.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.TabControl tabControl1;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.ToolStripMenuItem 打开ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 新建ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 保存ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 另存ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 删除ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 新建项目ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 新建流程ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 关闭当前项目ToolStripMenuItem;
private IVRFlowEditor.CtlMenu ctlMenu1;
private System.Windows.Forms.ToolStripMenuItem 编辑ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 全选ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 复制ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 粘贴ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 删除DeleteToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 放大ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 视图ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 缩小ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 新建项目ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 自动流程ToolStripMenuItem;
private System.Windows.Forms.MenuStrip menuStrip2;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem13;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem20;
private System.Windows.Forms.ToolStripMenuItem 另存ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 删除当前流程ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 关闭当前项目ToolStripMenuItem1;
private System.Windows.Forms.MenuStrip menuStrip3;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem25;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem16;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem24;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem2;
private System.Windows.Forms.ToolStripMenuItem 普通流程ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 子流程ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 自动流程ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 删除DeleteToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 放大CtrlToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 缩小CtrlToolStripMenuItem;
}
}