Exemple #1
0
 /// <summary> 
 /// �����֧������ķ��� - ��Ҫʹ�ô���༭�� 
 /// �޸Ĵ˷��������ݡ�
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DrawFlowGroup));
     this.flatTabControl1 = new System.MyControl.MyTabControl.FlatTabControl();
     this.context = new System.Windows.Forms.ContextMenu();
     this.mi_new = new System.Windows.Forms.MenuItem();
     this.mi_read = new System.Windows.Forms.MenuItem();
     this.mi_close = new System.Windows.Forms.MenuItem();
     this.menuItem7 = new System.Windows.Forms.MenuItem();
     this.mi_save = new System.Windows.Forms.MenuItem();
     this.menuItem8 = new System.Windows.Forms.MenuItem();
     this.mi_rename = new System.Windows.Forms.MenuItem();
     this.tabImage = new System.Windows.Forms.ImageList(this.components);
     this.toolBarImage = new System.Windows.Forms.ImageList(this.components);
     this.panel1 = new System.Windows.Forms.Panel();
     this.mtb_table = new System.MyControl.NSButton();
     this.nsButton1 = new System.MyControl.NSButton();
     this.nsButton7 = new System.MyControl.NSButton();
     this.nsButton5 = new System.MyControl.NSButton();
     this.nsButton4 = new System.MyControl.NSButton();
     this.nsButton3 = new System.MyControl.NSButton();
     this.nsButton2 = new System.MyControl.NSButton();
     this.mtb_captures = new System.MyControl.NSButton();
     this.nsButton9 = new System.MyControl.NSButton();
     this.mtb_fullScr = new System.MyControl.NSButton();
     this.mtb_close = new System.MyControl.NSButton();
     this.mtb_Cls = new System.MyControl.NSButton();
     this.mtb_read = new System.MyControl.NSButton();
     this.mtb_save = new System.MyControl.NSButton();
     this.mtb_new = new System.MyControl.NSButton();
     this.myToolTip = new System.MyControl.MyToolTip.MyToolTip(this.components);
     this.tableshow = new System.Windows.Forms.Timer(this.components);
     this.tablehide = new System.Windows.Forms.Timer(this.components);
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // flatTabControl1
     //
     this.flatTabControl1.Alignment = System.Windows.Forms.TabAlignment.Bottom;
     this.flatTabControl1.ContextMenu = this.context;
     this.flatTabControl1.Dock = System.Windows.Forms.DockStyle.Fill;
     this.flatTabControl1.ImageList = this.tabImage;
     this.flatTabControl1.Location = new System.Drawing.Point(0, 24);
     this.flatTabControl1.myBackColor = System.Drawing.Color.FromArgb(((System.Byte)(117)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.flatTabControl1.Name = "flatTabControl1";
     this.flatTabControl1.SelectedIndex = 0;
     this.flatTabControl1.Size = new System.Drawing.Size(840, 496);
     this.flatTabControl1.TabIndex = 0;
     this.flatTabControl1.SelectedIndexChanged += new System.EventHandler(this.flatTabControl1_SelectedIndexChanged);
     //
     // context
     //
     this.context.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                             this.mi_new,
                                                                             this.mi_read,
                                                                             this.mi_close,
                                                                             this.menuItem7,
                                                                             this.mi_save,
                                                                             this.menuItem8,
                                                                             this.mi_rename});
     //
     // mi_new
     //
     this.mi_new.Index = 0;
     this.mi_new.Shortcut = System.Windows.Forms.Shortcut.CtrlN;
     this.mi_new.Text = "�½�";
     this.mi_new.Click += new System.EventHandler(this.mtb_new_Click);
     //
     // mi_read
     //
     this.mi_read.Index = 1;
     this.mi_read.Shortcut = System.Windows.Forms.Shortcut.CtrlR;
     this.mi_read.Text = "��ȡ";
     this.mi_read.Click += new System.EventHandler(this.mtb_read_Click);
     //
     // mi_close
     //
     this.mi_close.Index = 2;
     this.mi_close.Shortcut = System.Windows.Forms.Shortcut.CtrlW;
     this.mi_close.Text = "�ر�";
     this.mi_close.Click += new System.EventHandler(this.mtb_close_Click);
     //
     // menuItem7
     //
     this.menuItem7.Index = 3;
     this.menuItem7.Text = "-";
     //
     // mi_save
     //
     this.mi_save.Index = 4;
     this.mi_save.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
     this.mi_save.Text = "����";
     this.mi_save.Click += new System.EventHandler(this.mtb_save_Click);
     //
     // menuItem8
     //
     this.menuItem8.Index = 5;
     this.menuItem8.Text = "-";
     //
     // mi_rename
     //
     this.mi_rename.Index = 6;
     this.mi_rename.Text = "������";
     this.mi_rename.Click += new System.EventHandler(this.mi_rename_Click);
     //
     // tabImage
     //
     this.tabImage.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.tabImage.ImageSize = new System.Drawing.Size(16, 16);
     this.tabImage.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("tabImage.ImageStream")));
     this.tabImage.TransparentColor = System.Drawing.Color.Transparent;
     //
     // toolBarImage
     //
     this.toolBarImage.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.toolBarImage.ImageSize = new System.Drawing.Size(24, 24);
     this.toolBarImage.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("toolBarImage.ImageStream")));
     this.toolBarImage.TransparentColor = System.Drawing.Color.Black;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(116)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.panel1.Controls.Add(this.mtb_table);
     this.panel1.Controls.Add(this.nsButton1);
     this.panel1.Controls.Add(this.nsButton7);
     this.panel1.Controls.Add(this.nsButton5);
     this.panel1.Controls.Add(this.nsButton4);
     this.panel1.Controls.Add(this.nsButton3);
     this.panel1.Controls.Add(this.nsButton2);
     this.panel1.Controls.Add(this.mtb_captures);
     this.panel1.Controls.Add(this.nsButton9);
     this.panel1.Controls.Add(this.mtb_fullScr);
     this.panel1.Controls.Add(this.mtb_close);
     this.panel1.Controls.Add(this.mtb_Cls);
     this.panel1.Controls.Add(this.mtb_read);
     this.panel1.Controls.Add(this.mtb_save);
     this.panel1.Controls.Add(this.mtb_new);
     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(840, 24);
     this.panel1.TabIndex = 2;
     //
     // mtb_table
     //
     this.mtb_table.ButtonForm = System.MyControl.eButtonForm.Rectangle;
     this.mtb_table.Dock = System.Windows.Forms.DockStyle.Right;
     this.mtb_table.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(216)), ((System.Byte)(229)), ((System.Byte)(252)));
     this.mtb_table.HottrackImage = null;
     this.myToolTip.SetIconType(this.mtb_table, System.MyControl.MyToolTip.ToolTipIconType.Information);
     this.mtb_table.Location = new System.Drawing.Point(676, 0);
     this.mtb_table.Name = "mtb_table";
     this.mtb_table.NormalImage = ((System.Drawing.Image)(resources.GetObject("mtb_table.NormalImage")));
     this.mtb_table.OnlyShowBitmap = false;
     this.mtb_table.PressedImage = null;
     this.mtb_table.Size = new System.Drawing.Size(88, 24);
     this.mtb_table.TabIndex = 24;
     this.mtb_table.TabStop = false;
     this.mtb_table.Text = "��ʱ���";
     this.mtb_table.TextAlign = System.MyControl.eTextAlign.Right;
     this.myToolTip.SetTipTitle(this.mtb_table, "��ʱ���");
     this.myToolTip.SetToolTip(this.mtb_table, "����ͼ�ñ�����ʽ��ʱ���ֳ����������ʾ/���ؼ�ʱ���.");
     this.mtb_table.ToolTip = "";
     this.mtb_table.Click += new System.EventHandler(this.mtb_table_Click);
     //
     // nsButton1
     //
     this.nsButton1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(116)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.nsButton1.ButtonForm = System.MyControl.eButtonForm.Rectangle;
     this.nsButton1.Dock = System.Windows.Forms.DockStyle.Right;
     this.nsButton1.Enabled = false;
     this.nsButton1.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton1.HottrackImage = null;
     this.nsButton1.Location = new System.Drawing.Point(764, 0);
     this.nsButton1.Name = "nsButton1";
     this.nsButton1.NormalImage = null;
     this.nsButton1.OnlyShowBitmap = false;
     this.nsButton1.PressedImage = null;
     this.nsButton1.Size = new System.Drawing.Size(76, 24);
     this.nsButton1.TabIndex = 23;
     this.nsButton1.TabStop = false;
     this.nsButton1.TextAlign = System.MyControl.eTextAlign.Right;
     this.nsButton1.ToolTip = null;
     //
     // nsButton7
     //
     this.nsButton7.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(116)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.nsButton7.ButtonForm = System.MyControl.eButtonForm.Rectangle;
     this.nsButton7.Dock = System.Windows.Forms.DockStyle.Left;
     this.nsButton7.Enabled = false;
     this.nsButton7.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton7.HottrackImage = null;
     this.nsButton7.Location = new System.Drawing.Point(540, 0);
     this.nsButton7.Name = "nsButton7";
     this.nsButton7.NormalImage = null;
     this.nsButton7.OnlyShowBitmap = false;
     this.nsButton7.PressedImage = null;
     this.nsButton7.Size = new System.Drawing.Size(10, 24);
     this.nsButton7.TabIndex = 17;
     this.nsButton7.TabStop = false;
     this.nsButton7.TextAlign = System.MyControl.eTextAlign.Right;
     this.nsButton7.ToolTip = null;
     //
     // nsButton5
     //
     this.nsButton5.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(116)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.nsButton5.ButtonForm = System.MyControl.eButtonForm.Rectangle;
     this.nsButton5.Dock = System.Windows.Forms.DockStyle.Left;
     this.nsButton5.Enabled = false;
     this.nsButton5.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton5.HottrackImage = null;
     this.nsButton5.Location = new System.Drawing.Point(530, 0);
     this.nsButton5.Name = "nsButton5";
     this.nsButton5.NormalImage = null;
     this.nsButton5.OnlyShowBitmap = false;
     this.nsButton5.PressedImage = null;
     this.nsButton5.Size = new System.Drawing.Size(10, 24);
     this.nsButton5.TabIndex = 15;
     this.nsButton5.TabStop = false;
     this.nsButton5.TextAlign = System.MyControl.eTextAlign.Right;
     this.nsButton5.ToolTip = null;
     //
     // nsButton4
     //
     this.nsButton4.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(116)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.nsButton4.ButtonForm = System.MyControl.eButtonForm.Rectangle;
     this.nsButton4.Dock = System.Windows.Forms.DockStyle.Left;
     this.nsButton4.Enabled = false;
     this.nsButton4.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton4.HottrackImage = null;
     this.nsButton4.Location = new System.Drawing.Point(520, 0);
     this.nsButton4.Name = "nsButton4";
     this.nsButton4.NormalImage = null;
     this.nsButton4.OnlyShowBitmap = false;
     this.nsButton4.PressedImage = null;
     this.nsButton4.Size = new System.Drawing.Size(10, 24);
     this.nsButton4.TabIndex = 13;
     this.nsButton4.TabStop = false;
     this.nsButton4.TextAlign = System.MyControl.eTextAlign.Right;
     this.nsButton4.ToolTip = null;
     //
     // nsButton3
     //
     this.nsButton3.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(116)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.nsButton3.ButtonForm = System.MyControl.eButtonForm.Rectangle;
     this.nsButton3.Dock = System.Windows.Forms.DockStyle.Left;
     this.nsButton3.Enabled = false;
     this.nsButton3.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton3.HottrackImage = null;
     this.nsButton3.Location = new System.Drawing.Point(510, 0);
     this.nsButton3.Name = "nsButton3";
     this.nsButton3.NormalImage = null;
     this.nsButton3.OnlyShowBitmap = false;
     this.nsButton3.PressedImage = null;
     this.nsButton3.Size = new System.Drawing.Size(10, 24);
     this.nsButton3.TabIndex = 3;
     this.nsButton3.TabStop = false;
     this.nsButton3.TextAlign = System.MyControl.eTextAlign.Right;
     this.nsButton3.ToolTip = null;
     //
     // nsButton2
     //
     this.nsButton2.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(116)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.nsButton2.ButtonForm = System.MyControl.eButtonForm.Rectangle;
     this.nsButton2.Dock = System.Windows.Forms.DockStyle.Left;
     this.nsButton2.Enabled = false;
     this.nsButton2.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton2.HottrackImage = null;
     this.nsButton2.Location = new System.Drawing.Point(500, 0);
     this.nsButton2.Name = "nsButton2";
     this.nsButton2.NormalImage = null;
     this.nsButton2.OnlyShowBitmap = false;
     this.nsButton2.PressedImage = null;
     this.nsButton2.Size = new System.Drawing.Size(10, 24);
     this.nsButton2.TabIndex = 1;
     this.nsButton2.TabStop = false;
     this.nsButton2.TextAlign = System.MyControl.eTextAlign.Right;
     this.nsButton2.ToolTip = null;
     //
     // mtb_captures
     //
     this.mtb_captures.ButtonForm = System.MyControl.eButtonForm.Rectangle;
     this.mtb_captures.Dock = System.Windows.Forms.DockStyle.Left;
     this.mtb_captures.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(220)), ((System.Byte)(228)), ((System.Byte)(213)));
     this.mtb_captures.HottrackImage = null;
     this.myToolTip.SetIconType(this.mtb_captures, System.MyControl.MyToolTip.ToolTipIconType.Information);
     this.mtb_captures.Location = new System.Drawing.Point(432, 0);
     this.mtb_captures.Name = "mtb_captures";
     this.mtb_captures.NormalImage = ((System.Drawing.Image)(resources.GetObject("mtb_captures.NormalImage")));
     this.mtb_captures.OnlyShowBitmap = false;
     this.mtb_captures.PressedImage = null;
     this.mtb_captures.Size = new System.Drawing.Size(68, 24);
     this.mtb_captures.TabIndex = 20;
     this.mtb_captures.TabStop = false;
     this.mtb_captures.Text = "��ͼ";
     this.mtb_captures.TextAlign = System.MyControl.eTextAlign.Right;
     this.myToolTip.SetTipTitle(this.mtb_captures, "��ͼ");
     this.myToolTip.SetToolTip(this.mtb_captures, "����ǰҳ�����̻��Ƴ�ͼƬ�����䱣�浽���ء��Ա����");
     this.mtb_captures.ToolTip = "";
     this.mtb_captures.Click += new System.EventHandler(this.mtb_captures_Click);
     //
     // nsButton9
     //
     this.nsButton9.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(116)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.nsButton9.ButtonForm = System.MyControl.eButtonForm.Rectangle;
     this.nsButton9.Dock = System.Windows.Forms.DockStyle.Left;
     this.nsButton9.Enabled = false;
     this.nsButton9.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton9.HottrackImage = null;
     this.nsButton9.Location = new System.Drawing.Point(422, 0);
     this.nsButton9.Name = "nsButton9";
     this.nsButton9.NormalImage = null;
     this.nsButton9.OnlyShowBitmap = false;
     this.nsButton9.PressedImage = null;
     this.nsButton9.Size = new System.Drawing.Size(10, 24);
     this.nsButton9.TabIndex = 19;
     this.nsButton9.TabStop = false;
     this.nsButton9.TextAlign = System.MyControl.eTextAlign.Right;
     this.nsButton9.ToolTip = null;
     //
     // mtb_fullScr
     //
     this.mtb_fullScr.ButtonForm = System.MyControl.eButtonForm.Rectangle;
     this.mtb_fullScr.Dock = System.Windows.Forms.DockStyle.Left;
     this.mtb_fullScr.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(220)), ((System.Byte)(228)), ((System.Byte)(213)));
     this.mtb_fullScr.HottrackImage = null;
     this.myToolTip.SetIconType(this.mtb_fullScr, System.MyControl.MyToolTip.ToolTipIconType.Information);
     this.mtb_fullScr.Location = new System.Drawing.Point(340, 0);
     this.mtb_fullScr.Name = "mtb_fullScr";
     this.mtb_fullScr.NormalImage = ((System.Drawing.Image)(resources.GetObject("mtb_fullScr.NormalImage")));
     this.mtb_fullScr.OnlyShowBitmap = false;
     this.mtb_fullScr.PressedImage = null;
     this.mtb_fullScr.Size = new System.Drawing.Size(82, 24);
     this.mtb_fullScr.TabIndex = 25;
     this.mtb_fullScr.TabStop = false;
     this.mtb_fullScr.Text = "ȫ��ģʽ";
     this.mtb_fullScr.TextAlign = System.MyControl.eTextAlign.Right;
     this.myToolTip.SetTipTitle(this.mtb_fullScr, "�ر�����ͼ");
     this.mtb_fullScr.ToolTip = "";
     this.myToolTip.SetToolTip(this.mtb_fullScr, "����ǰҳ�������ͼ�ر�");
     this.mtb_fullScr.Click += new System.EventHandler(this.mtb_fullScr_Click);
     //
     // mtb_close
     //
     this.mtb_close.ButtonForm = System.MyControl.eButtonForm.Rectangle;
     this.mtb_close.Dock = System.Windows.Forms.DockStyle.Left;
     this.mtb_close.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(220)), ((System.Byte)(228)), ((System.Byte)(213)));
     this.mtb_close.HottrackImage = null;
     this.myToolTip.SetIconType(this.mtb_close, System.MyControl.MyToolTip.ToolTipIconType.Information);
     this.mtb_close.Location = new System.Drawing.Point(272, 0);
     this.mtb_close.Name = "mtb_close";
     this.mtb_close.NormalImage = ((System.Drawing.Image)(resources.GetObject("mtb_close.NormalImage")));
     this.mtb_close.OnlyShowBitmap = false;
     this.mtb_close.PressedImage = null;
     this.mtb_close.Size = new System.Drawing.Size(68, 24);
     this.mtb_close.TabIndex = 16;
     this.mtb_close.TabStop = false;
     this.mtb_close.Text = "�ر�";
     this.mtb_close.TextAlign = System.MyControl.eTextAlign.Right;
     this.myToolTip.SetTipTitle(this.mtb_close, "�ر�����ͼ");
     this.myToolTip.SetToolTip(this.mtb_close, "����ǰҳ�������ͼ�ر�");
     this.mtb_close.ToolTip = "";
     this.mtb_close.Click += new System.EventHandler(this.mtb_close_Click);
     //
     // mtb_Cls
     //
     this.mtb_Cls.ButtonForm = System.MyControl.eButtonForm.Rectangle;
     this.mtb_Cls.Dock = System.Windows.Forms.DockStyle.Left;
     this.mtb_Cls.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(220)), ((System.Byte)(228)), ((System.Byte)(213)));
     this.mtb_Cls.HottrackImage = null;
     this.myToolTip.SetIconType(this.mtb_Cls, System.MyControl.MyToolTip.ToolTipIconType.Information);
     this.mtb_Cls.Location = new System.Drawing.Point(204, 0);
     this.mtb_Cls.Name = "mtb_Cls";
     this.mtb_Cls.NormalImage = ((System.Drawing.Image)(resources.GetObject("mtb_Cls.NormalImage")));
     this.mtb_Cls.OnlyShowBitmap = false;
     this.mtb_Cls.PressedImage = null;
     this.mtb_Cls.Size = new System.Drawing.Size(68, 24);
     this.mtb_Cls.TabIndex = 14;
     this.mtb_Cls.TabStop = false;
     this.mtb_Cls.Text = "���";
     this.mtb_Cls.TextAlign = System.MyControl.eTextAlign.Right;
     this.myToolTip.SetTipTitle(this.mtb_Cls, "���");
     this.myToolTip.SetToolTip(this.mtb_Cls, "����ǰҳ����ա�");
     this.mtb_Cls.ToolTip = "";
     this.mtb_Cls.Click += new System.EventHandler(this.mtb_Cls_Click);
     //
     // mtb_read
     //
     this.mtb_read.ButtonForm = System.MyControl.eButtonForm.Rectangle;
     this.mtb_read.Dock = System.Windows.Forms.DockStyle.Left;
     this.mtb_read.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(220)), ((System.Byte)(228)), ((System.Byte)(213)));
     this.mtb_read.HottrackImage = null;
     this.myToolTip.SetIconType(this.mtb_read, System.MyControl.MyToolTip.ToolTipIconType.Information);
     this.mtb_read.Location = new System.Drawing.Point(136, 0);
     this.mtb_read.Name = "mtb_read";
     this.mtb_read.NormalImage = ((System.Drawing.Image)(resources.GetObject("mtb_read.NormalImage")));
     this.mtb_read.OnlyShowBitmap = false;
     this.mtb_read.PressedImage = null;
     this.mtb_read.Size = new System.Drawing.Size(68, 24);
     this.mtb_read.TabIndex = 4;
     this.mtb_read.TabStop = false;
     this.mtb_read.Text = "��ȡ";
     this.mtb_read.TextAlign = System.MyControl.eTextAlign.Right;
     this.myToolTip.SetTipTitle(this.mtb_read, "��ȡ����ͼ");
     this.myToolTip.SetToolTip(this.mtb_read, "��ȡ���е�����ͼ������ͼģ��");
     this.mtb_read.ToolTip = "";
     this.mtb_read.Click += new System.EventHandler(this.mtb_read_Click);
     //
     // mtb_save
     //
     this.mtb_save.ButtonForm = System.MyControl.eButtonForm.Rectangle;
     this.mtb_save.Dock = System.Windows.Forms.DockStyle.Left;
     this.mtb_save.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(220)), ((System.Byte)(228)), ((System.Byte)(213)));
     this.mtb_save.HottrackImage = null;
     this.myToolTip.SetIconType(this.mtb_save, System.MyControl.MyToolTip.ToolTipIconType.Information);
     this.mtb_save.Location = new System.Drawing.Point(68, 0);
     this.mtb_save.Name = "mtb_save";
     this.mtb_save.NormalImage = ((System.Drawing.Image)(resources.GetObject("mtb_save.NormalImage")));
     this.mtb_save.OnlyShowBitmap = false;
     this.mtb_save.PressedImage = null;
     this.mtb_save.Size = new System.Drawing.Size(68, 24);
     this.mtb_save.TabIndex = 2;
     this.mtb_save.TabStop = false;
     this.mtb_save.Text = "����";
     this.mtb_save.TextAlign = System.MyControl.eTextAlign.Right;
     this.myToolTip.SetTipTitle(this.mtb_save, "��������ͼ");
     this.myToolTip.SetToolTip(this.mtb_save, "�����Ƶ�����ͼ���浽������");
     this.mtb_save.ToolTip = "";
     this.mtb_save.Click += new System.EventHandler(this.mtb_save_Click);
     //
     // mtb_new
     //
     this.mtb_new.ButtonForm = System.MyControl.eButtonForm.Rectangle;
     this.mtb_new.Dock = System.Windows.Forms.DockStyle.Left;
     this.mtb_new.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(220)), ((System.Byte)(228)), ((System.Byte)(213)));
     this.mtb_new.HottrackImage = null;
     this.myToolTip.SetIconType(this.mtb_new, System.MyControl.MyToolTip.ToolTipIconType.Information);
     this.mtb_new.Location = new System.Drawing.Point(0, 0);
     this.mtb_new.Name = "mtb_new";
     this.mtb_new.NormalImage = ((System.Drawing.Image)(resources.GetObject("mtb_new.NormalImage")));
     this.mtb_new.OnlyShowBitmap = false;
     this.mtb_new.PressedImage = null;
     this.mtb_new.Size = new System.Drawing.Size(68, 24);
     this.mtb_new.TabIndex = 0;
     this.mtb_new.TabStop = false;
     this.mtb_new.Text = "�½�";
     this.mtb_new.TextAlign = System.MyControl.eTextAlign.Right;
     this.myToolTip.SetTipTitle(this.mtb_new, "�½�����ͼ");
     this.myToolTip.SetToolTip(this.mtb_new, "�½�һ���յ�����ͼ.");
     this.mtb_new.ToolTip = null;
     this.mtb_new.Click += new System.EventHandler(this.mtb_new_Click);
     //
     // tableshow
     //
     this.tableshow.Interval = 1;
     this.tableshow.Tick += new System.EventHandler(this.tableshow_Tick);
     //
     // tablehide
     //
     this.tablehide.Interval = 1;
     this.tablehide.Tick += new System.EventHandler(this.tablehide_Tick);
     //
     // DrawFlowGroup
     //
     this.Controls.Add(this.flatTabControl1);
     this.Controls.Add(this.panel1);
     this.Name = "DrawFlowGroup";
     this.Size = new System.Drawing.Size(840, 520);
     this.Load += new System.EventHandler(this.DrawFlowGroup_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
 /// <summary>
 /// 设计器支持所需的方法 - 不要使用代码编辑器
 /// 修改此方法的内容。
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(DrawFlowGroup));
     this.flatTabControl1 = new System.MyControl.MyTabControl.FlatTabControl();
     this.context         = new System.Windows.Forms.ContextMenu();
     this.mi_new          = new System.Windows.Forms.MenuItem();
     this.mi_read         = new System.Windows.Forms.MenuItem();
     this.mi_close        = new System.Windows.Forms.MenuItem();
     this.menuItem7       = new System.Windows.Forms.MenuItem();
     this.mi_save         = new System.Windows.Forms.MenuItem();
     this.menuItem8       = new System.Windows.Forms.MenuItem();
     this.mi_rename       = new System.Windows.Forms.MenuItem();
     this.tabImage        = new System.Windows.Forms.ImageList(this.components);
     this.toolBarImage    = new System.Windows.Forms.ImageList(this.components);
     this.panel1          = new System.Windows.Forms.Panel();
     this.mtb_table       = new System.MyControl.NSButton();
     this.nsButton1       = new System.MyControl.NSButton();
     this.nsButton7       = new System.MyControl.NSButton();
     this.nsButton5       = new System.MyControl.NSButton();
     this.nsButton4       = new System.MyControl.NSButton();
     this.nsButton3       = new System.MyControl.NSButton();
     this.nsButton2       = new System.MyControl.NSButton();
     this.mtb_captures    = new System.MyControl.NSButton();
     this.nsButton9       = new System.MyControl.NSButton();
     this.mtb_fullScr     = new System.MyControl.NSButton();
     this.mtb_close       = new System.MyControl.NSButton();
     this.mtb_Cls         = new System.MyControl.NSButton();
     this.mtb_read        = new System.MyControl.NSButton();
     this.mtb_save        = new System.MyControl.NSButton();
     this.mtb_new         = new System.MyControl.NSButton();
     this.myToolTip       = new System.MyControl.MyToolTip.MyToolTip(this.components);
     this.tableshow       = new System.Windows.Forms.Timer(this.components);
     this.tablehide       = new System.Windows.Forms.Timer(this.components);
     this.panel1.SuspendLayout();
     this.SuspendLayout();
     //
     // flatTabControl1
     //
     this.flatTabControl1.Alignment             = System.Windows.Forms.TabAlignment.Bottom;
     this.flatTabControl1.ContextMenu           = this.context;
     this.flatTabControl1.Dock                  = System.Windows.Forms.DockStyle.Fill;
     this.flatTabControl1.ImageList             = this.tabImage;
     this.flatTabControl1.Location              = new System.Drawing.Point(0, 24);
     this.flatTabControl1.myBackColor           = System.Drawing.Color.FromArgb(((System.Byte)(117)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.flatTabControl1.Name                  = "flatTabControl1";
     this.flatTabControl1.SelectedIndex         = 0;
     this.flatTabControl1.Size                  = new System.Drawing.Size(840, 496);
     this.flatTabControl1.TabIndex              = 0;
     this.flatTabControl1.SelectedIndexChanged += new System.EventHandler(this.flatTabControl1_SelectedIndexChanged);
     //
     // context
     //
     this.context.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mi_new,
         this.mi_read,
         this.mi_close,
         this.menuItem7,
         this.mi_save,
         this.menuItem8,
         this.mi_rename
     });
     //
     // mi_new
     //
     this.mi_new.Index    = 0;
     this.mi_new.Shortcut = System.Windows.Forms.Shortcut.CtrlN;
     this.mi_new.Text     = "新建";
     this.mi_new.Click   += new System.EventHandler(this.mtb_new_Click);
     //
     // mi_read
     //
     this.mi_read.Index    = 1;
     this.mi_read.Shortcut = System.Windows.Forms.Shortcut.CtrlR;
     this.mi_read.Text     = "读取";
     this.mi_read.Click   += new System.EventHandler(this.mtb_read_Click);
     //
     // mi_close
     //
     this.mi_close.Index    = 2;
     this.mi_close.Shortcut = System.Windows.Forms.Shortcut.CtrlW;
     this.mi_close.Text     = "关闭";
     this.mi_close.Click   += new System.EventHandler(this.mtb_close_Click);
     //
     // menuItem7
     //
     this.menuItem7.Index = 3;
     this.menuItem7.Text  = "-";
     //
     // mi_save
     //
     this.mi_save.Index    = 4;
     this.mi_save.Shortcut = System.Windows.Forms.Shortcut.CtrlS;
     this.mi_save.Text     = "保存";
     this.mi_save.Click   += new System.EventHandler(this.mtb_save_Click);
     //
     // menuItem8
     //
     this.menuItem8.Index = 5;
     this.menuItem8.Text  = "-";
     //
     // mi_rename
     //
     this.mi_rename.Index  = 6;
     this.mi_rename.Text   = "重命名";
     this.mi_rename.Click += new System.EventHandler(this.mi_rename_Click);
     //
     // tabImage
     //
     this.tabImage.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.tabImage.ImageSize        = new System.Drawing.Size(16, 16);
     this.tabImage.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("tabImage.ImageStream")));
     this.tabImage.TransparentColor = System.Drawing.Color.Transparent;
     //
     // toolBarImage
     //
     this.toolBarImage.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.toolBarImage.ImageSize        = new System.Drawing.Size(24, 24);
     this.toolBarImage.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("toolBarImage.ImageStream")));
     this.toolBarImage.TransparentColor = System.Drawing.Color.Black;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(116)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.panel1.Controls.Add(this.mtb_table);
     this.panel1.Controls.Add(this.nsButton1);
     this.panel1.Controls.Add(this.nsButton7);
     this.panel1.Controls.Add(this.nsButton5);
     this.panel1.Controls.Add(this.nsButton4);
     this.panel1.Controls.Add(this.nsButton3);
     this.panel1.Controls.Add(this.nsButton2);
     this.panel1.Controls.Add(this.mtb_captures);
     this.panel1.Controls.Add(this.nsButton9);
     this.panel1.Controls.Add(this.mtb_fullScr);
     this.panel1.Controls.Add(this.mtb_close);
     this.panel1.Controls.Add(this.mtb_Cls);
     this.panel1.Controls.Add(this.mtb_read);
     this.panel1.Controls.Add(this.mtb_save);
     this.panel1.Controls.Add(this.mtb_new);
     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(840, 24);
     this.panel1.TabIndex = 2;
     //
     // mtb_table
     //
     this.mtb_table.ButtonForm     = System.MyControl.eButtonForm.Rectangle;
     this.mtb_table.Dock           = System.Windows.Forms.DockStyle.Right;
     this.mtb_table.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(216)), ((System.Byte)(229)), ((System.Byte)(252)));
     this.mtb_table.HottrackImage  = null;
     this.myToolTip.SetIconType(this.mtb_table, System.MyControl.MyToolTip.ToolTipIconType.Information);
     this.mtb_table.Location       = new System.Drawing.Point(676, 0);
     this.mtb_table.Name           = "mtb_table";
     this.mtb_table.NormalImage    = ((System.Drawing.Image)(resources.GetObject("mtb_table.NormalImage")));
     this.mtb_table.OnlyShowBitmap = false;
     this.mtb_table.PressedImage   = null;
     this.mtb_table.Size           = new System.Drawing.Size(88, 24);
     this.mtb_table.TabIndex       = 24;
     this.mtb_table.TabStop        = false;
     this.mtb_table.Text           = "即时表格";
     this.mtb_table.TextAlign      = System.MyControl.eTextAlign.Right;
     this.myToolTip.SetTipTitle(this.mtb_table, "即时表格");
     this.myToolTip.SetToolTip(this.mtb_table, "流程图用表格的形式即时表现出来,点击显示/隐藏即时表格.");
     this.mtb_table.ToolTip = "";
     this.mtb_table.Click  += new System.EventHandler(this.mtb_table_Click);
     //
     // nsButton1
     //
     this.nsButton1.BackColor      = System.Drawing.Color.FromArgb(((System.Byte)(116)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.nsButton1.ButtonForm     = System.MyControl.eButtonForm.Rectangle;
     this.nsButton1.Dock           = System.Windows.Forms.DockStyle.Right;
     this.nsButton1.Enabled        = false;
     this.nsButton1.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton1.HottrackImage  = null;
     this.nsButton1.Location       = new System.Drawing.Point(764, 0);
     this.nsButton1.Name           = "nsButton1";
     this.nsButton1.NormalImage    = null;
     this.nsButton1.OnlyShowBitmap = false;
     this.nsButton1.PressedImage   = null;
     this.nsButton1.Size           = new System.Drawing.Size(76, 24);
     this.nsButton1.TabIndex       = 23;
     this.nsButton1.TabStop        = false;
     this.nsButton1.TextAlign      = System.MyControl.eTextAlign.Right;
     this.nsButton1.ToolTip        = null;
     //
     // nsButton7
     //
     this.nsButton7.BackColor      = System.Drawing.Color.FromArgb(((System.Byte)(116)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.nsButton7.ButtonForm     = System.MyControl.eButtonForm.Rectangle;
     this.nsButton7.Dock           = System.Windows.Forms.DockStyle.Left;
     this.nsButton7.Enabled        = false;
     this.nsButton7.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton7.HottrackImage  = null;
     this.nsButton7.Location       = new System.Drawing.Point(540, 0);
     this.nsButton7.Name           = "nsButton7";
     this.nsButton7.NormalImage    = null;
     this.nsButton7.OnlyShowBitmap = false;
     this.nsButton7.PressedImage   = null;
     this.nsButton7.Size           = new System.Drawing.Size(10, 24);
     this.nsButton7.TabIndex       = 17;
     this.nsButton7.TabStop        = false;
     this.nsButton7.TextAlign      = System.MyControl.eTextAlign.Right;
     this.nsButton7.ToolTip        = null;
     //
     // nsButton5
     //
     this.nsButton5.BackColor      = System.Drawing.Color.FromArgb(((System.Byte)(116)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.nsButton5.ButtonForm     = System.MyControl.eButtonForm.Rectangle;
     this.nsButton5.Dock           = System.Windows.Forms.DockStyle.Left;
     this.nsButton5.Enabled        = false;
     this.nsButton5.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton5.HottrackImage  = null;
     this.nsButton5.Location       = new System.Drawing.Point(530, 0);
     this.nsButton5.Name           = "nsButton5";
     this.nsButton5.NormalImage    = null;
     this.nsButton5.OnlyShowBitmap = false;
     this.nsButton5.PressedImage   = null;
     this.nsButton5.Size           = new System.Drawing.Size(10, 24);
     this.nsButton5.TabIndex       = 15;
     this.nsButton5.TabStop        = false;
     this.nsButton5.TextAlign      = System.MyControl.eTextAlign.Right;
     this.nsButton5.ToolTip        = null;
     //
     // nsButton4
     //
     this.nsButton4.BackColor      = System.Drawing.Color.FromArgb(((System.Byte)(116)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.nsButton4.ButtonForm     = System.MyControl.eButtonForm.Rectangle;
     this.nsButton4.Dock           = System.Windows.Forms.DockStyle.Left;
     this.nsButton4.Enabled        = false;
     this.nsButton4.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton4.HottrackImage  = null;
     this.nsButton4.Location       = new System.Drawing.Point(520, 0);
     this.nsButton4.Name           = "nsButton4";
     this.nsButton4.NormalImage    = null;
     this.nsButton4.OnlyShowBitmap = false;
     this.nsButton4.PressedImage   = null;
     this.nsButton4.Size           = new System.Drawing.Size(10, 24);
     this.nsButton4.TabIndex       = 13;
     this.nsButton4.TabStop        = false;
     this.nsButton4.TextAlign      = System.MyControl.eTextAlign.Right;
     this.nsButton4.ToolTip        = null;
     //
     // nsButton3
     //
     this.nsButton3.BackColor      = System.Drawing.Color.FromArgb(((System.Byte)(116)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.nsButton3.ButtonForm     = System.MyControl.eButtonForm.Rectangle;
     this.nsButton3.Dock           = System.Windows.Forms.DockStyle.Left;
     this.nsButton3.Enabled        = false;
     this.nsButton3.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton3.HottrackImage  = null;
     this.nsButton3.Location       = new System.Drawing.Point(510, 0);
     this.nsButton3.Name           = "nsButton3";
     this.nsButton3.NormalImage    = null;
     this.nsButton3.OnlyShowBitmap = false;
     this.nsButton3.PressedImage   = null;
     this.nsButton3.Size           = new System.Drawing.Size(10, 24);
     this.nsButton3.TabIndex       = 3;
     this.nsButton3.TabStop        = false;
     this.nsButton3.TextAlign      = System.MyControl.eTextAlign.Right;
     this.nsButton3.ToolTip        = null;
     //
     // nsButton2
     //
     this.nsButton2.BackColor      = System.Drawing.Color.FromArgb(((System.Byte)(116)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.nsButton2.ButtonForm     = System.MyControl.eButtonForm.Rectangle;
     this.nsButton2.Dock           = System.Windows.Forms.DockStyle.Left;
     this.nsButton2.Enabled        = false;
     this.nsButton2.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton2.HottrackImage  = null;
     this.nsButton2.Location       = new System.Drawing.Point(500, 0);
     this.nsButton2.Name           = "nsButton2";
     this.nsButton2.NormalImage    = null;
     this.nsButton2.OnlyShowBitmap = false;
     this.nsButton2.PressedImage   = null;
     this.nsButton2.Size           = new System.Drawing.Size(10, 24);
     this.nsButton2.TabIndex       = 1;
     this.nsButton2.TabStop        = false;
     this.nsButton2.TextAlign      = System.MyControl.eTextAlign.Right;
     this.nsButton2.ToolTip        = null;
     //
     // mtb_captures
     //
     this.mtb_captures.ButtonForm     = System.MyControl.eButtonForm.Rectangle;
     this.mtb_captures.Dock           = System.Windows.Forms.DockStyle.Left;
     this.mtb_captures.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(220)), ((System.Byte)(228)), ((System.Byte)(213)));
     this.mtb_captures.HottrackImage  = null;
     this.myToolTip.SetIconType(this.mtb_captures, System.MyControl.MyToolTip.ToolTipIconType.Information);
     this.mtb_captures.Location       = new System.Drawing.Point(432, 0);
     this.mtb_captures.Name           = "mtb_captures";
     this.mtb_captures.NormalImage    = ((System.Drawing.Image)(resources.GetObject("mtb_captures.NormalImage")));
     this.mtb_captures.OnlyShowBitmap = false;
     this.mtb_captures.PressedImage   = null;
     this.mtb_captures.Size           = new System.Drawing.Size(68, 24);
     this.mtb_captures.TabIndex       = 20;
     this.mtb_captures.TabStop        = false;
     this.mtb_captures.Text           = "截图";
     this.mtb_captures.TextAlign      = System.MyControl.eTextAlign.Right;
     this.myToolTip.SetTipTitle(this.mtb_captures, "截图");
     this.myToolTip.SetToolTip(this.mtb_captures, "将当前页面流程绘制成图片并将其保存到本地。以便浏览");
     this.mtb_captures.ToolTip = "";
     this.mtb_captures.Click  += new System.EventHandler(this.mtb_captures_Click);
     //
     // nsButton9
     //
     this.nsButton9.BackColor      = System.Drawing.Color.FromArgb(((System.Byte)(116)), ((System.Byte)(183)), ((System.Byte)(57)));
     this.nsButton9.ButtonForm     = System.MyControl.eButtonForm.Rectangle;
     this.nsButton9.Dock           = System.Windows.Forms.DockStyle.Left;
     this.nsButton9.Enabled        = false;
     this.nsButton9.HighlightColor = System.Drawing.SystemColors.HotTrack;
     this.nsButton9.HottrackImage  = null;
     this.nsButton9.Location       = new System.Drawing.Point(422, 0);
     this.nsButton9.Name           = "nsButton9";
     this.nsButton9.NormalImage    = null;
     this.nsButton9.OnlyShowBitmap = false;
     this.nsButton9.PressedImage   = null;
     this.nsButton9.Size           = new System.Drawing.Size(10, 24);
     this.nsButton9.TabIndex       = 19;
     this.nsButton9.TabStop        = false;
     this.nsButton9.TextAlign      = System.MyControl.eTextAlign.Right;
     this.nsButton9.ToolTip        = null;
     //
     // mtb_fullScr
     //
     this.mtb_fullScr.ButtonForm     = System.MyControl.eButtonForm.Rectangle;
     this.mtb_fullScr.Dock           = System.Windows.Forms.DockStyle.Left;
     this.mtb_fullScr.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(220)), ((System.Byte)(228)), ((System.Byte)(213)));
     this.mtb_fullScr.HottrackImage  = null;
     this.myToolTip.SetIconType(this.mtb_fullScr, System.MyControl.MyToolTip.ToolTipIconType.Information);
     this.mtb_fullScr.Location       = new System.Drawing.Point(340, 0);
     this.mtb_fullScr.Name           = "mtb_fullScr";
     this.mtb_fullScr.NormalImage    = ((System.Drawing.Image)(resources.GetObject("mtb_fullScr.NormalImage")));
     this.mtb_fullScr.OnlyShowBitmap = false;
     this.mtb_fullScr.PressedImage   = null;
     this.mtb_fullScr.Size           = new System.Drawing.Size(82, 24);
     this.mtb_fullScr.TabIndex       = 25;
     this.mtb_fullScr.TabStop        = false;
     this.mtb_fullScr.Text           = "全屏模式";
     this.mtb_fullScr.TextAlign      = System.MyControl.eTextAlign.Right;
     this.myToolTip.SetTipTitle(this.mtb_fullScr, "关闭流程图");
     this.mtb_fullScr.ToolTip = "";
     this.myToolTip.SetToolTip(this.mtb_fullScr, "将当前页面的流程图关闭");
     this.mtb_fullScr.Click += new System.EventHandler(this.mtb_fullScr_Click);
     //
     // mtb_close
     //
     this.mtb_close.ButtonForm     = System.MyControl.eButtonForm.Rectangle;
     this.mtb_close.Dock           = System.Windows.Forms.DockStyle.Left;
     this.mtb_close.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(220)), ((System.Byte)(228)), ((System.Byte)(213)));
     this.mtb_close.HottrackImage  = null;
     this.myToolTip.SetIconType(this.mtb_close, System.MyControl.MyToolTip.ToolTipIconType.Information);
     this.mtb_close.Location       = new System.Drawing.Point(272, 0);
     this.mtb_close.Name           = "mtb_close";
     this.mtb_close.NormalImage    = ((System.Drawing.Image)(resources.GetObject("mtb_close.NormalImage")));
     this.mtb_close.OnlyShowBitmap = false;
     this.mtb_close.PressedImage   = null;
     this.mtb_close.Size           = new System.Drawing.Size(68, 24);
     this.mtb_close.TabIndex       = 16;
     this.mtb_close.TabStop        = false;
     this.mtb_close.Text           = "关闭";
     this.mtb_close.TextAlign      = System.MyControl.eTextAlign.Right;
     this.myToolTip.SetTipTitle(this.mtb_close, "关闭流程图");
     this.myToolTip.SetToolTip(this.mtb_close, "将当前页面的流程图关闭");
     this.mtb_close.ToolTip = "";
     this.mtb_close.Click  += new System.EventHandler(this.mtb_close_Click);
     //
     // mtb_Cls
     //
     this.mtb_Cls.ButtonForm     = System.MyControl.eButtonForm.Rectangle;
     this.mtb_Cls.Dock           = System.Windows.Forms.DockStyle.Left;
     this.mtb_Cls.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(220)), ((System.Byte)(228)), ((System.Byte)(213)));
     this.mtb_Cls.HottrackImage  = null;
     this.myToolTip.SetIconType(this.mtb_Cls, System.MyControl.MyToolTip.ToolTipIconType.Information);
     this.mtb_Cls.Location       = new System.Drawing.Point(204, 0);
     this.mtb_Cls.Name           = "mtb_Cls";
     this.mtb_Cls.NormalImage    = ((System.Drawing.Image)(resources.GetObject("mtb_Cls.NormalImage")));
     this.mtb_Cls.OnlyShowBitmap = false;
     this.mtb_Cls.PressedImage   = null;
     this.mtb_Cls.Size           = new System.Drawing.Size(68, 24);
     this.mtb_Cls.TabIndex       = 14;
     this.mtb_Cls.TabStop        = false;
     this.mtb_Cls.Text           = "清空";
     this.mtb_Cls.TextAlign      = System.MyControl.eTextAlign.Right;
     this.myToolTip.SetTipTitle(this.mtb_Cls, "清空");
     this.myToolTip.SetToolTip(this.mtb_Cls, "将当前页面清空。");
     this.mtb_Cls.ToolTip = "";
     this.mtb_Cls.Click  += new System.EventHandler(this.mtb_Cls_Click);
     //
     // mtb_read
     //
     this.mtb_read.ButtonForm     = System.MyControl.eButtonForm.Rectangle;
     this.mtb_read.Dock           = System.Windows.Forms.DockStyle.Left;
     this.mtb_read.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(220)), ((System.Byte)(228)), ((System.Byte)(213)));
     this.mtb_read.HottrackImage  = null;
     this.myToolTip.SetIconType(this.mtb_read, System.MyControl.MyToolTip.ToolTipIconType.Information);
     this.mtb_read.Location       = new System.Drawing.Point(136, 0);
     this.mtb_read.Name           = "mtb_read";
     this.mtb_read.NormalImage    = ((System.Drawing.Image)(resources.GetObject("mtb_read.NormalImage")));
     this.mtb_read.OnlyShowBitmap = false;
     this.mtb_read.PressedImage   = null;
     this.mtb_read.Size           = new System.Drawing.Size(68, 24);
     this.mtb_read.TabIndex       = 4;
     this.mtb_read.TabStop        = false;
     this.mtb_read.Text           = "读取";
     this.mtb_read.TextAlign      = System.MyControl.eTextAlign.Right;
     this.myToolTip.SetTipTitle(this.mtb_read, "读取流程图");
     this.myToolTip.SetToolTip(this.mtb_read, "读取己有的流程图或流程图模板");
     this.mtb_read.ToolTip = "";
     this.mtb_read.Click  += new System.EventHandler(this.mtb_read_Click);
     //
     // mtb_save
     //
     this.mtb_save.ButtonForm     = System.MyControl.eButtonForm.Rectangle;
     this.mtb_save.Dock           = System.Windows.Forms.DockStyle.Left;
     this.mtb_save.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(220)), ((System.Byte)(228)), ((System.Byte)(213)));
     this.mtb_save.HottrackImage  = null;
     this.myToolTip.SetIconType(this.mtb_save, System.MyControl.MyToolTip.ToolTipIconType.Information);
     this.mtb_save.Location       = new System.Drawing.Point(68, 0);
     this.mtb_save.Name           = "mtb_save";
     this.mtb_save.NormalImage    = ((System.Drawing.Image)(resources.GetObject("mtb_save.NormalImage")));
     this.mtb_save.OnlyShowBitmap = false;
     this.mtb_save.PressedImage   = null;
     this.mtb_save.Size           = new System.Drawing.Size(68, 24);
     this.mtb_save.TabIndex       = 2;
     this.mtb_save.TabStop        = false;
     this.mtb_save.Text           = "保存";
     this.mtb_save.TextAlign      = System.MyControl.eTextAlign.Right;
     this.myToolTip.SetTipTitle(this.mtb_save, "保存流程图");
     this.myToolTip.SetToolTip(this.mtb_save, "将绘制的流程图保存到服务器");
     this.mtb_save.ToolTip = "";
     this.mtb_save.Click  += new System.EventHandler(this.mtb_save_Click);
     //
     // mtb_new
     //
     this.mtb_new.ButtonForm     = System.MyControl.eButtonForm.Rectangle;
     this.mtb_new.Dock           = System.Windows.Forms.DockStyle.Left;
     this.mtb_new.HighlightColor = System.Drawing.Color.FromArgb(((System.Byte)(220)), ((System.Byte)(228)), ((System.Byte)(213)));
     this.mtb_new.HottrackImage  = null;
     this.myToolTip.SetIconType(this.mtb_new, System.MyControl.MyToolTip.ToolTipIconType.Information);
     this.mtb_new.Location       = new System.Drawing.Point(0, 0);
     this.mtb_new.Name           = "mtb_new";
     this.mtb_new.NormalImage    = ((System.Drawing.Image)(resources.GetObject("mtb_new.NormalImage")));
     this.mtb_new.OnlyShowBitmap = false;
     this.mtb_new.PressedImage   = null;
     this.mtb_new.Size           = new System.Drawing.Size(68, 24);
     this.mtb_new.TabIndex       = 0;
     this.mtb_new.TabStop        = false;
     this.mtb_new.Text           = "新建";
     this.mtb_new.TextAlign      = System.MyControl.eTextAlign.Right;
     this.myToolTip.SetTipTitle(this.mtb_new, "新建流程图");
     this.myToolTip.SetToolTip(this.mtb_new, "新建一个空的流程图.");
     this.mtb_new.ToolTip = null;
     this.mtb_new.Click  += new System.EventHandler(this.mtb_new_Click);
     //
     // tableshow
     //
     this.tableshow.Interval = 1;
     this.tableshow.Tick    += new System.EventHandler(this.tableshow_Tick);
     //
     // tablehide
     //
     this.tablehide.Interval = 1;
     this.tablehide.Tick    += new System.EventHandler(this.tablehide_Tick);
     //
     // DrawFlowGroup
     //
     this.Controls.Add(this.flatTabControl1);
     this.Controls.Add(this.panel1);
     this.Name  = "DrawFlowGroup";
     this.Size  = new System.Drawing.Size(840, 520);
     this.Load += new System.EventHandler(this.DrawFlowGroup_Load);
     this.panel1.ResumeLayout(false);
     this.ResumeLayout(false);
 }