Exemplo n.º 1
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
			this.components = new System.ComponentModel.Container();
			System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainFrame));
			this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
			this.ilToolbar = new System.Windows.Forms.ImageList(this.components);
			this.theViewer = new Genetibase.Debug.ObjViewer.ObjViewer();
			this.bar1 = new DevComponents.DotNetBar.Bar();
			this.item_2 = new DevComponents.DotNetBar.ButtonItem();
			this.item_3 = new DevComponents.DotNetBar.ButtonItem();
			this.item_13 = new DevComponents.DotNetBar.ButtonItem();
			this.item_14 = new DevComponents.DotNetBar.ButtonItem();
			this.uiPanelManager1 = new Janus.Windows.UI.Dock.UIPanelManager(this.components);
			this.uiPanel0 = new Janus.Windows.UI.Dock.UIPanel();
			this.uiPanel0Container = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
			((System.ComponentModel.ISupportInitialize)(this.uiPanelManager1)).BeginInit();
			((System.ComponentModel.ISupportInitialize)(this.uiPanel0)).BeginInit();
			this.uiPanel0.SuspendLayout();
			this.uiPanel0Container.SuspendLayout();
			this.SuspendLayout();
			// 
			// ilToolbar
			// 
			this.ilToolbar.ImageSize = new System.Drawing.Size(16, 16);
			this.ilToolbar.TransparentColor = System.Drawing.Color.Transparent;
			// 
			// theViewer
			// 
			this.theViewer.Dock = System.Windows.Forms.DockStyle.Fill;
			this.theViewer.Location = new System.Drawing.Point(0, 0);
			this.theViewer.Name = "theViewer";
			this.theViewer.Size = new System.Drawing.Size(267, 492);
			this.theViewer.TabIndex = 4;
			this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
			// 
			// bar1
			// 
			this.bar1.BackgroundImageAlpha = ((System.Byte)(255));
			this.bar1.Dock = System.Windows.Forms.DockStyle.Top;
			this.bar1.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
			this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
																				this.item_2,
																				this.item_3,
																				this.item_13,
																				this.item_14});
			this.bar1.Location = new System.Drawing.Point(0, 0);
			this.bar1.Name = "bar1";
			this.bar1.Size = new System.Drawing.Size(794, 23);
			this.bar1.Stretch = true;
			this.bar1.TabIndex = 6;
			this.bar1.TabStop = false;
			this.bar1.Text = "bar1";
			this.bar1.RecalcSize();
			// 
			// item_2
			// 
			this.item_2.Name = "item_2";
			this.item_2.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
			this.item_2.Text = "Open File";
			this.item_2.Click += new System.EventHandler(this.item_2_Click);
			// 
			// item_3
			// 
			this.item_3.Name = "item_3";
			this.item_3.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
			this.item_3.Text = "Open Assembly From GAC";
			this.item_3.Click += new System.EventHandler(this.item_3_Click);
			// 
			// item_13
			// 
			this.item_13.Name = "item_13";
			this.item_13.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
			this.item_13.Text = "Find";
			this.item_13.Click += new System.EventHandler(this.item_13_Click);
			// 
			// item_14
			// 
			this.item_14.Name = "item_14";
			this.item_14.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
			this.item_14.Text = "Find Again";
			this.item_14.Click += new System.EventHandler(this.item_14_Click);
			// 
			// uiPanelManager1
			// 
			this.uiPanelManager1.ContainerControl = this;
			this.uiPanel0.Id = new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f");
			this.uiPanelManager1.Panels.Add(this.uiPanel0);
			// 
			// Design Time Panel Info:
			// 
			this.uiPanelManager1.BeginPanelInfo();
			this.uiPanelManager1.AddDockPanelInfo(new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f"), Janus.Windows.UI.Dock.PanelDockStyle.Right, new System.Drawing.Size(273, 516), true);
			this.uiPanelManager1.AddFloatingPanelInfo(new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f"), new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
			this.uiPanelManager1.EndPanelInfo();
			// 
			// uiPanel0
			// 
			this.uiPanel0.AllowPanelDrag = Janus.Windows.UI.InheritableBoolean.False;
			this.uiPanel0.AllowPanelDrop = Janus.Windows.UI.InheritableBoolean.False;
			this.uiPanel0.AutoHide = true;
			this.uiPanel0.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
			this.uiPanel0.InnerContainer = this.uiPanel0Container;
			this.uiPanel0.Location = new System.Drawing.Point(516, 26);
			this.uiPanel0.Name = "uiPanel0";
			this.uiPanel0.Size = new System.Drawing.Size(273, 516);
			this.uiPanel0.TabIndex = 4;
			this.uiPanel0.Text = "Details";
			// 
			// uiPanel0Container
			// 
			this.uiPanel0Container.Controls.Add(this.theViewer);
			this.uiPanel0Container.Location = new System.Drawing.Point(5, 23);
			this.uiPanel0Container.Name = "uiPanel0Container";
			this.uiPanel0Container.Size = new System.Drawing.Size(267, 492);
			this.uiPanel0Container.TabIndex = 0;
			// 
			// MainFrame
			// 
			this.AllowDrop = true;
			this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
			this.ClientSize = new System.Drawing.Size(794, 568);
			this.Controls.Add(this.bar1);
			this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
			this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
			this.IsMdiContainer = true;
			this.MaximizeBox = false;
			this.Name = "MainFrame";
			this.Text = "NuGenReflect.Net";
			this.MdiChildActivate += new System.EventHandler(this.OnMdiChildActivate);
			this.Load += new System.EventHandler(this.MainFrame_Load);
			this.DragDrop += new System.Windows.Forms.DragEventHandler(this.OnDrop);
			this.DragEnter += new System.Windows.Forms.DragEventHandler(this.OnDragEnter);
			((System.ComponentModel.ISupportInitialize)(this.uiPanelManager1)).EndInit();
			((System.ComponentModel.ISupportInitialize)(this.uiPanel0)).EndInit();
			this.uiPanel0.ResumeLayout(false);
			this.uiPanel0Container.ResumeLayout(false);
			this.ResumeLayout(false);

		}
Exemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(MainFrame));
     this.openFileDialog1   = new System.Windows.Forms.OpenFileDialog();
     this.ilToolbar         = new System.Windows.Forms.ImageList(this.components);
     this.theViewer         = new Genetibase.Debug.ObjViewer.ObjViewer();
     this.bar1              = new DevComponents.DotNetBar.Bar();
     this.item_2            = new DevComponents.DotNetBar.ButtonItem();
     this.item_3            = new DevComponents.DotNetBar.ButtonItem();
     this.item_13           = new DevComponents.DotNetBar.ButtonItem();
     this.item_14           = new DevComponents.DotNetBar.ButtonItem();
     this.uiPanelManager1   = new Janus.Windows.UI.Dock.UIPanelManager(this.components);
     this.uiPanel0          = new Janus.Windows.UI.Dock.UIPanel();
     this.uiPanel0Container = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel0)).BeginInit();
     this.uiPanel0.SuspendLayout();
     this.uiPanel0Container.SuspendLayout();
     this.SuspendLayout();
     //
     // ilToolbar
     //
     this.ilToolbar.ImageSize        = new System.Drawing.Size(16, 16);
     this.ilToolbar.TransparentColor = System.Drawing.Color.Transparent;
     //
     // theViewer
     //
     this.theViewer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.theViewer.Location = new System.Drawing.Point(0, 0);
     this.theViewer.Name     = "theViewer";
     this.theViewer.Size     = new System.Drawing.Size(267, 492);
     this.theViewer.TabIndex = 4;
     this.bar1.Style         = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     //
     // bar1
     //
     this.bar1.BackgroundImageAlpha = ((System.Byte)(255));
     this.bar1.Dock = System.Windows.Forms.DockStyle.Top;
     this.bar1.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.item_2,
         this.item_3,
         this.item_13,
         this.item_14
     });
     this.bar1.Location = new System.Drawing.Point(0, 0);
     this.bar1.Name     = "bar1";
     this.bar1.Size     = new System.Drawing.Size(794, 23);
     this.bar1.Stretch  = true;
     this.bar1.TabIndex = 6;
     this.bar1.TabStop  = false;
     this.bar1.Text     = "bar1";
     this.bar1.RecalcSize();
     //
     // item_2
     //
     this.item_2.Name   = "item_2";
     this.item_2.Style  = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.item_2.Text   = "Open File";
     this.item_2.Click += new System.EventHandler(this.item_2_Click);
     //
     // item_3
     //
     this.item_3.Name   = "item_3";
     this.item_3.Style  = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.item_3.Text   = "Open Assembly From GAC";
     this.item_3.Click += new System.EventHandler(this.item_3_Click);
     //
     // item_13
     //
     this.item_13.Name   = "item_13";
     this.item_13.Style  = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.item_13.Text   = "Find";
     this.item_13.Click += new System.EventHandler(this.item_13_Click);
     //
     // item_14
     //
     this.item_14.Name   = "item_14";
     this.item_14.Style  = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.item_14.Text   = "Find Again";
     this.item_14.Click += new System.EventHandler(this.item_14_Click);
     //
     // uiPanelManager1
     //
     this.uiPanelManager1.ContainerControl = this;
     this.uiPanel0.Id = new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f");
     this.uiPanelManager1.Panels.Add(this.uiPanel0);
     //
     // Design Time Panel Info:
     //
     this.uiPanelManager1.BeginPanelInfo();
     this.uiPanelManager1.AddDockPanelInfo(new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f"), Janus.Windows.UI.Dock.PanelDockStyle.Right, new System.Drawing.Size(273, 516), true);
     this.uiPanelManager1.AddFloatingPanelInfo(new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f"), new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
     this.uiPanelManager1.EndPanelInfo();
     //
     // uiPanel0
     //
     this.uiPanel0.AllowPanelDrag     = Janus.Windows.UI.InheritableBoolean.False;
     this.uiPanel0.AllowPanelDrop     = Janus.Windows.UI.InheritableBoolean.False;
     this.uiPanel0.AutoHide           = true;
     this.uiPanel0.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
     this.uiPanel0.InnerContainer     = this.uiPanel0Container;
     this.uiPanel0.Location           = new System.Drawing.Point(516, 26);
     this.uiPanel0.Name     = "uiPanel0";
     this.uiPanel0.Size     = new System.Drawing.Size(273, 516);
     this.uiPanel0.TabIndex = 4;
     this.uiPanel0.Text     = "Details";
     //
     // uiPanel0Container
     //
     this.uiPanel0Container.Controls.Add(this.theViewer);
     this.uiPanel0Container.Location = new System.Drawing.Point(5, 23);
     this.uiPanel0Container.Name     = "uiPanel0Container";
     this.uiPanel0Container.Size     = new System.Drawing.Size(267, 492);
     this.uiPanel0Container.TabIndex = 0;
     //
     // MainFrame
     //
     this.AllowDrop         = true;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(794, 568);
     this.Controls.Add(this.bar1);
     this.FormBorderStyle   = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon              = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer    = true;
     this.MaximizeBox       = false;
     this.Name              = "MainFrame";
     this.Text              = "NuGenReflect.Net";
     this.MdiChildActivate += new System.EventHandler(this.OnMdiChildActivate);
     this.Load             += new System.EventHandler(this.MainFrame_Load);
     this.DragDrop         += new System.Windows.Forms.DragEventHandler(this.OnDrop);
     this.DragEnter        += new System.Windows.Forms.DragEventHandler(this.OnDragEnter);
     ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel0)).EndInit();
     this.uiPanel0.ResumeLayout(false);
     this.uiPanel0Container.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 3
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrame));
     this.openFileDialog1   = new System.Windows.Forms.OpenFileDialog();
     this.ilToolbar         = new System.Windows.Forms.ImageList(this.components);
     this.theViewer         = new Genetibase.Debug.ObjViewer.ObjViewer();
     this.bar1              = new DevComponents.DotNetBar.Bar();
     this.item_2            = new DevComponents.DotNetBar.ButtonItem();
     this.item_3            = new DevComponents.DotNetBar.ButtonItem();
     this.item_13           = new DevComponents.DotNetBar.ButtonItem();
     this.item_14           = new DevComponents.DotNetBar.ButtonItem();
     this.uiPanelManager1   = new Janus.Windows.UI.Dock.UIPanelManager(this.components);
     this.uiPanel0          = new Janus.Windows.UI.Dock.UIPanel();
     this.uiPanel0Container = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel0)).BeginInit();
     this.uiPanel0.SuspendLayout();
     this.uiPanel0Container.SuspendLayout();
     this.SuspendLayout();
     //
     // ilToolbar
     //
     this.ilToolbar.ColorDepth       = System.Windows.Forms.ColorDepth.Depth8Bit;
     this.ilToolbar.ImageSize        = new System.Drawing.Size(16, 16);
     this.ilToolbar.TransparentColor = System.Drawing.Color.Transparent;
     //
     // theViewer
     //
     this.theViewer.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.theViewer.Location = new System.Drawing.Point(0, 0);
     this.theViewer.Name     = "theViewer";
     this.theViewer.Size     = new System.Drawing.Size(268, 679);
     this.theViewer.TabIndex = 4;
     //
     // bar1
     //
     this.bar1.Dock = System.Windows.Forms.DockStyle.Top;
     this.bar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
     this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.item_2,
         this.item_3,
         this.item_13,
         this.item_14
     });
     this.bar1.Location = new System.Drawing.Point(0, 0);
     this.bar1.Name     = "bar1";
     this.bar1.Size     = new System.Drawing.Size(1016, 25);
     this.bar1.Stretch  = true;
     this.bar1.Style    = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
     this.bar1.TabIndex = 6;
     this.bar1.TabStop  = false;
     this.bar1.Text     = "bar1";
     //
     // item_2
     //
     this.item_2.Name   = "item_2";
     this.item_2.Text   = "Open Assembly";
     this.item_2.Click += new System.EventHandler(this.item_2_Click);
     //
     // item_3
     //
     this.item_3.Name   = "item_3";
     this.item_3.Text   = "Open Assembly From GAC";
     this.item_3.Click += new System.EventHandler(this.item_3_Click);
     //
     // item_13
     //
     this.item_13.Name   = "item_13";
     this.item_13.Text   = "Find";
     this.item_13.Click += new System.EventHandler(this.item_13_Click);
     //
     // item_14
     //
     this.item_14.Name   = "item_14";
     this.item_14.Text   = "Find Again";
     this.item_14.Click += new System.EventHandler(this.item_14_Click);
     //
     // uiPanelManager1
     //
     this.uiPanelManager1.BackColorGradientAutoHideStrip = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(247)))));
     this.uiPanelManager1.ContainerControl = this;
     this.uiPanel0.Id = new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f");
     this.uiPanelManager1.Panels.Add(this.uiPanel0);
     //
     // Design Time Panel Info:
     //
     this.uiPanelManager1.BeginPanelInfo();
     this.uiPanelManager1.AddDockPanelInfo(new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f"), Janus.Windows.UI.Dock.PanelDockStyle.Right, new System.Drawing.Size(274, 703), true);
     this.uiPanelManager1.AddFloatingPanelInfo(new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f"), new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
     this.uiPanelManager1.EndPanelInfo();
     //
     // uiPanel0
     //
     this.uiPanel0.AllowPanelDrag     = Janus.Windows.UI.InheritableBoolean.False;
     this.uiPanel0.AllowPanelDrop     = Janus.Windows.UI.InheritableBoolean.False;
     this.uiPanel0.AutoHide           = true;
     this.uiPanel0.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
     this.uiPanel0.InnerContainer     = this.uiPanel0Container;
     this.uiPanel0.Location           = new System.Drawing.Point(740, 28);
     this.uiPanel0.Name     = "uiPanel0";
     this.uiPanel0.Size     = new System.Drawing.Size(274, 703);
     this.uiPanel0.TabIndex = 4;
     this.uiPanel0.Text     = "Details";
     //
     // uiPanel0Container
     //
     this.uiPanel0Container.Controls.Add(this.theViewer);
     this.uiPanel0Container.Location = new System.Drawing.Point(5, 23);
     this.uiPanel0Container.Name     = "uiPanel0Container";
     this.uiPanel0Container.Size     = new System.Drawing.Size(268, 679);
     this.uiPanel0Container.TabIndex = 0;
     //
     // MainFrame
     //
     this.AllowDrop         = true;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(1016, 734);
     this.Controls.Add(this.bar1);
     this.DoubleBuffered    = true;
     this.Icon              = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.IsMdiContainer    = true;
     this.Name              = "MainFrame";
     this.StartPosition     = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text              = "NuGenReflect.Net x64";
     this.DragDrop         += new System.Windows.Forms.DragEventHandler(this.OnDrop);
     this.MdiChildActivate += new System.EventHandler(this.OnMdiChildActivate);
     this.DragEnter        += new System.Windows.Forms.DragEventHandler(this.OnDragEnter);
     this.Load             += new System.EventHandler(this.MainFrame_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel0)).EndInit();
     this.uiPanel0.ResumeLayout(false);
     this.uiPanel0Container.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 4
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrame));
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.ilToolbar = new System.Windows.Forms.ImageList(this.components);
            this.theViewer = new Genetibase.Debug.ObjViewer.ObjViewer();
            this.bar1 = new DevComponents.DotNetBar.Bar();
            this.item_2 = new DevComponents.DotNetBar.ButtonItem();
            this.item_3 = new DevComponents.DotNetBar.ButtonItem();
            this.item_13 = new DevComponents.DotNetBar.ButtonItem();
            this.item_14 = new DevComponents.DotNetBar.ButtonItem();
            this.uiPanelManager1 = new Janus.Windows.UI.Dock.UIPanelManager(this.components);
            this.uiPanel0 = new Janus.Windows.UI.Dock.UIPanel();
            this.uiPanel0Container = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiPanel0)).BeginInit();
            this.uiPanel0.SuspendLayout();
            this.uiPanel0Container.SuspendLayout();
            this.SuspendLayout();
            // 
            // openFileDialog1
            // 
            resources.ApplyResources(this.openFileDialog1, "openFileDialog1");
            // 
            // ilToolbar
            // 
            this.ilToolbar.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
            resources.ApplyResources(this.ilToolbar, "ilToolbar");
            this.ilToolbar.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // theViewer
            // 
            this.theViewer.AccessibleDescription = null;
            this.theViewer.AccessibleName = null;
            resources.ApplyResources(this.theViewer, "theViewer");
            this.theViewer.BackgroundImage = null;
            this.theViewer.Font = null;
            this.theViewer.Name = "theViewer";
            // 
            // bar1
            // 
            this.bar1.AccessibleDescription = null;
            this.bar1.AccessibleName = null;
            resources.ApplyResources(this.bar1, "bar1");
            this.bar1.BackgroundImage = null;
            this.bar1.BackgroundImageAlpha = ((byte)(255));
            this.bar1.Font = null;
            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.item_2,
            this.item_3,
            this.item_13,
            this.item_14});
            this.bar1.Name = "bar1";
            this.bar1.Stretch = true;
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
            this.bar1.TabStop = false;
            // 
            // item_2
            // 
            this.item_2.Name = "item_2";
            resources.ApplyResources(this.item_2, "item_2");
            this.item_2.Click += new System.EventHandler(this.item_2_Click);
            // 
            // item_3
            // 
            this.item_3.Name = "item_3";
            resources.ApplyResources(this.item_3, "item_3");
            this.item_3.Click += new System.EventHandler(this.item_3_Click);
            // 
            // item_13
            // 
            this.item_13.Name = "item_13";
            resources.ApplyResources(this.item_13, "item_13");
            this.item_13.Click += new System.EventHandler(this.item_13_Click);
            // 
            // item_14
            // 
            this.item_14.Name = "item_14";
            resources.ApplyResources(this.item_14, "item_14");
            this.item_14.Click += new System.EventHandler(this.item_14_Click);
            // 
            // uiPanelManager1
            // 
            this.uiPanelManager1.BackColorGradientAutoHideStrip = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(247)))));
            this.uiPanelManager1.ContainerControl = this;
            this.uiPanelManager1.DefaultPanelSettings.AutoHideButtonVisible = ((bool)(resources.GetObject("uiPanelManager1.DefaultPanelSettings.AutoHideButtonVisible")));
            this.uiPanelManager1.DefaultPanelSettings.BorderCaption = ((bool)(resources.GetObject("uiPanelManager1.DefaultPanelSettings.BorderCaption")));
            this.uiPanelManager1.DefaultPanelSettings.CaptionHeight = ((int)(resources.GetObject("uiPanelManager1.DefaultPanelSettings.CaptionHeight")));
            this.uiPanelManager1.DefaultPanelSettings.CaptionVisible = ((bool)(resources.GetObject("uiPanelManager1.DefaultPanelSettings.CaptionVisible")));
            this.uiPanelManager1.DefaultPanelSettings.CloseButtonVisible = ((bool)(resources.GetObject("uiPanelManager1.DefaultPanelSettings.CloseButtonVisible")));
            this.uiPanelManager1.DefaultPanelSettings.UseActiveCaptionStyle = ((bool)(resources.GetObject("uiPanelManager1.DefaultPanelSettings.UseActiveCaptionStyle")));
            this.uiPanelManager1.ImageList = null;
            this.uiPanelManager1.LargeImageList = null;
            this.uiPanelManager1.LayoutStream = null;
            resources.ApplyResources(this.uiPanelManager1, "uiPanelManager1");
            this.uiPanelManager1.TabbedMdiSettings.AllowDrag = ((bool)(resources.GetObject("uiPanelManager1.TabbedMdiSettings.AllowDrag")));
            this.uiPanelManager1.TabbedMdiSettings.MaxTabSize = ((int)(resources.GetObject("uiPanelManager1.TabbedMdiSettings.MaxTabSize")));
            this.uiPanelManager1.TabbedMdiSettings.ShowCloseButton = ((bool)(resources.GetObject("uiPanelManager1.TabbedMdiSettings.ShowCloseButton")));
            this.uiPanelManager1.TabbedMdiSettings.TabCaptionTrimming = ((System.Drawing.StringTrimming)(resources.GetObject("uiPanelManager1.TabbedMdiSettings.TabCaptionTrimming")));
            this.uiPanelManager1.TabbedMdiSettings.UseFormIcons = ((bool)(resources.GetObject("uiPanelManager1.TabbedMdiSettings.UseFormIcons")));
            this.uiPanel0.Id = new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f");
            this.uiPanelManager1.Panels.Add(this.uiPanel0);
            // 
            // Design Time Panel Info:
            // 
            this.uiPanelManager1.BeginPanelInfo();
            this.uiPanelManager1.AddDockPanelInfo(new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f"), Janus.Windows.UI.Dock.PanelDockStyle.Right, new System.Drawing.Size(273, 516), true);
            this.uiPanelManager1.AddFloatingPanelInfo(new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f"), new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
            this.uiPanelManager1.EndPanelInfo();
            // 
            // uiPanel0
            // 
            this.uiPanel0.AccessibleDescription = null;
            this.uiPanel0.AccessibleName = null;
            this.uiPanel0.AllowPanelDrag = Janus.Windows.UI.InheritableBoolean.False;
            this.uiPanel0.AllowPanelDrop = Janus.Windows.UI.InheritableBoolean.False;
            resources.ApplyResources(this.uiPanel0, "uiPanel0");
            this.uiPanel0.BackgroundImage = null;
            this.uiPanel0.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
            this.uiPanel0.Font = null;
            this.uiPanel0.Icon = null;
            this.uiPanel0.Image = null;
            this.uiPanel0.InnerContainer = this.uiPanel0Container;
            this.uiPanel0.LargeIcon = null;
            this.uiPanel0.LargeImage = null;
            this.uiPanel0.Name = "uiPanel0";
            // 
            // uiPanel0Container
            // 
            this.uiPanel0Container.AccessibleDescription = null;
            this.uiPanel0Container.AccessibleName = null;
            resources.ApplyResources(this.uiPanel0Container, "uiPanel0Container");
            this.uiPanel0Container.BackgroundImage = null;
            this.uiPanel0Container.Controls.Add(this.theViewer);
            this.uiPanel0Container.Font = null;
            this.uiPanel0Container.Name = "uiPanel0Container";
            // 
            // MainFrame
            // 
            this.AccessibleDescription = null;
            this.AccessibleName = null;
            this.AllowDrop = true;
            resources.ApplyResources(this, "$this");
            this.BackgroundImage = null;
            this.Controls.Add(this.bar1);
            this.DoubleBuffered = true;
            this.Font = null;
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.IsMdiContainer = true;
            this.MaximizeBox = false;
            this.Name = "MainFrame";
            this.DragDrop += new System.Windows.Forms.DragEventHandler(this.OnDrop);
            this.MdiChildActivate += new System.EventHandler(this.OnMdiChildActivate);
            this.DragEnter += new System.Windows.Forms.DragEventHandler(this.OnDragEnter);
            this.Load += new System.EventHandler(this.MainFrame_Load);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiPanel0)).EndInit();
            this.uiPanel0.ResumeLayout(false);
            this.uiPanel0Container.ResumeLayout(false);
            this.ResumeLayout(false);

		}
Exemplo n.º 5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrame));
     this.openFileDialog1   = new System.Windows.Forms.OpenFileDialog();
     this.ilToolbar         = new System.Windows.Forms.ImageList(this.components);
     this.theViewer         = new Genetibase.Debug.ObjViewer.ObjViewer();
     this.bar1              = new DevComponents.DotNetBar.Bar();
     this.item_2            = new DevComponents.DotNetBar.ButtonItem();
     this.item_3            = new DevComponents.DotNetBar.ButtonItem();
     this.item_13           = new DevComponents.DotNetBar.ButtonItem();
     this.item_14           = new DevComponents.DotNetBar.ButtonItem();
     this.uiPanelManager1   = new Janus.Windows.UI.Dock.UIPanelManager(this.components);
     this.uiPanel0          = new Janus.Windows.UI.Dock.UIPanel();
     this.uiPanel0Container = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager1)).BeginInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel0)).BeginInit();
     this.uiPanel0.SuspendLayout();
     this.uiPanel0Container.SuspendLayout();
     this.SuspendLayout();
     //
     // openFileDialog1
     //
     resources.ApplyResources(this.openFileDialog1, "openFileDialog1");
     //
     // ilToolbar
     //
     this.ilToolbar.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
     resources.ApplyResources(this.ilToolbar, "ilToolbar");
     this.ilToolbar.TransparentColor = System.Drawing.Color.Transparent;
     //
     // theViewer
     //
     this.theViewer.AccessibleDescription = null;
     this.theViewer.AccessibleName        = null;
     resources.ApplyResources(this.theViewer, "theViewer");
     this.theViewer.BackgroundImage = null;
     this.theViewer.Font            = null;
     this.theViewer.Name            = "theViewer";
     //
     // bar1
     //
     this.bar1.AccessibleDescription = null;
     this.bar1.AccessibleName        = null;
     resources.ApplyResources(this.bar1, "bar1");
     this.bar1.BackgroundImage      = null;
     this.bar1.BackgroundImageAlpha = ((byte)(255));
     this.bar1.Font = null;
     this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
         this.item_2,
         this.item_3,
         this.item_13,
         this.item_14
     });
     this.bar1.Name    = "bar1";
     this.bar1.Stretch = true;
     this.bar1.Style   = DevComponents.DotNetBar.eDotNetBarStyle.VS2005;
     this.bar1.TabStop = false;
     //
     // item_2
     //
     this.item_2.Name = "item_2";
     resources.ApplyResources(this.item_2, "item_2");
     this.item_2.Click += new System.EventHandler(this.item_2_Click);
     //
     // item_3
     //
     this.item_3.Name = "item_3";
     resources.ApplyResources(this.item_3, "item_3");
     this.item_3.Click += new System.EventHandler(this.item_3_Click);
     //
     // item_13
     //
     this.item_13.Name = "item_13";
     resources.ApplyResources(this.item_13, "item_13");
     this.item_13.Click += new System.EventHandler(this.item_13_Click);
     //
     // item_14
     //
     this.item_14.Name = "item_14";
     resources.ApplyResources(this.item_14, "item_14");
     this.item_14.Click += new System.EventHandler(this.item_14_Click);
     //
     // uiPanelManager1
     //
     this.uiPanelManager1.BackColorGradientAutoHideStrip = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(247)))));
     this.uiPanelManager1.ContainerControl = this;
     this.uiPanelManager1.DefaultPanelSettings.AutoHideButtonVisible = ((bool)(resources.GetObject("uiPanelManager1.DefaultPanelSettings.AutoHideButtonVisible")));
     this.uiPanelManager1.DefaultPanelSettings.BorderCaption         = ((bool)(resources.GetObject("uiPanelManager1.DefaultPanelSettings.BorderCaption")));
     this.uiPanelManager1.DefaultPanelSettings.CaptionHeight         = ((int)(resources.GetObject("uiPanelManager1.DefaultPanelSettings.CaptionHeight")));
     this.uiPanelManager1.DefaultPanelSettings.CaptionVisible        = ((bool)(resources.GetObject("uiPanelManager1.DefaultPanelSettings.CaptionVisible")));
     this.uiPanelManager1.DefaultPanelSettings.CloseButtonVisible    = ((bool)(resources.GetObject("uiPanelManager1.DefaultPanelSettings.CloseButtonVisible")));
     this.uiPanelManager1.DefaultPanelSettings.UseActiveCaptionStyle = ((bool)(resources.GetObject("uiPanelManager1.DefaultPanelSettings.UseActiveCaptionStyle")));
     this.uiPanelManager1.ImageList      = null;
     this.uiPanelManager1.LargeImageList = null;
     this.uiPanelManager1.LayoutStream   = null;
     resources.ApplyResources(this.uiPanelManager1, "uiPanelManager1");
     this.uiPanelManager1.TabbedMdiSettings.AllowDrag          = ((bool)(resources.GetObject("uiPanelManager1.TabbedMdiSettings.AllowDrag")));
     this.uiPanelManager1.TabbedMdiSettings.MaxTabSize         = ((int)(resources.GetObject("uiPanelManager1.TabbedMdiSettings.MaxTabSize")));
     this.uiPanelManager1.TabbedMdiSettings.ShowCloseButton    = ((bool)(resources.GetObject("uiPanelManager1.TabbedMdiSettings.ShowCloseButton")));
     this.uiPanelManager1.TabbedMdiSettings.TabCaptionTrimming = ((System.Drawing.StringTrimming)(resources.GetObject("uiPanelManager1.TabbedMdiSettings.TabCaptionTrimming")));
     this.uiPanelManager1.TabbedMdiSettings.UseFormIcons       = ((bool)(resources.GetObject("uiPanelManager1.TabbedMdiSettings.UseFormIcons")));
     this.uiPanel0.Id = new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f");
     this.uiPanelManager1.Panels.Add(this.uiPanel0);
     //
     // Design Time Panel Info:
     //
     this.uiPanelManager1.BeginPanelInfo();
     this.uiPanelManager1.AddDockPanelInfo(new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f"), Janus.Windows.UI.Dock.PanelDockStyle.Right, new System.Drawing.Size(273, 516), true);
     this.uiPanelManager1.AddFloatingPanelInfo(new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f"), new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
     this.uiPanelManager1.EndPanelInfo();
     //
     // uiPanel0
     //
     this.uiPanel0.AccessibleDescription = null;
     this.uiPanel0.AccessibleName        = null;
     this.uiPanel0.AllowPanelDrag        = Janus.Windows.UI.InheritableBoolean.False;
     this.uiPanel0.AllowPanelDrop        = Janus.Windows.UI.InheritableBoolean.False;
     resources.ApplyResources(this.uiPanel0, "uiPanel0");
     this.uiPanel0.BackgroundImage    = null;
     this.uiPanel0.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
     this.uiPanel0.Font           = null;
     this.uiPanel0.Icon           = null;
     this.uiPanel0.Image          = null;
     this.uiPanel0.InnerContainer = this.uiPanel0Container;
     this.uiPanel0.LargeIcon      = null;
     this.uiPanel0.LargeImage     = null;
     this.uiPanel0.Name           = "uiPanel0";
     //
     // uiPanel0Container
     //
     this.uiPanel0Container.AccessibleDescription = null;
     this.uiPanel0Container.AccessibleName        = null;
     resources.ApplyResources(this.uiPanel0Container, "uiPanel0Container");
     this.uiPanel0Container.BackgroundImage = null;
     this.uiPanel0Container.Controls.Add(this.theViewer);
     this.uiPanel0Container.Font = null;
     this.uiPanel0Container.Name = "uiPanel0Container";
     //
     // MainFrame
     //
     this.AccessibleDescription = null;
     this.AccessibleName        = null;
     this.AllowDrop             = true;
     resources.ApplyResources(this, "$this");
     this.BackgroundImage = null;
     this.Controls.Add(this.bar1);
     this.DoubleBuffered    = true;
     this.Font              = null;
     this.FormBorderStyle   = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.IsMdiContainer    = true;
     this.MaximizeBox       = false;
     this.Name              = "MainFrame";
     this.DragDrop         += new System.Windows.Forms.DragEventHandler(this.OnDrop);
     this.MdiChildActivate += new System.EventHandler(this.OnMdiChildActivate);
     this.DragEnter        += new System.Windows.Forms.DragEventHandler(this.OnDragEnter);
     this.Load             += new System.EventHandler(this.MainFrame_Load);
     ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager1)).EndInit();
     ((System.ComponentModel.ISupportInitialize)(this.uiPanel0)).EndInit();
     this.uiPanel0.ResumeLayout(false);
     this.uiPanel0Container.ResumeLayout(false);
     this.ResumeLayout(false);
 }
Exemplo n.º 6
0
		/// <summary>
		/// Required method for Designer support - do not modify
		/// the contents of this method with the code editor.
		/// </summary>
		private void InitializeComponent()
		{
            this.components = new System.ComponentModel.Container();
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainFrame));
            this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
            this.ilToolbar = new System.Windows.Forms.ImageList(this.components);
            this.theViewer = new Genetibase.Debug.ObjViewer.ObjViewer();
            this.bar1 = new DevComponents.DotNetBar.Bar();
            this.item_2 = new DevComponents.DotNetBar.ButtonItem();
            this.item_3 = new DevComponents.DotNetBar.ButtonItem();
            this.item_13 = new DevComponents.DotNetBar.ButtonItem();
            this.item_14 = new DevComponents.DotNetBar.ButtonItem();
            this.uiPanelManager1 = new Janus.Windows.UI.Dock.UIPanelManager(this.components);
            this.uiPanel0 = new Janus.Windows.UI.Dock.UIPanel();
            this.uiPanel0Container = new Janus.Windows.UI.Dock.UIPanelInnerContainer();
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager1)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiPanel0)).BeginInit();
            this.uiPanel0.SuspendLayout();
            this.uiPanel0Container.SuspendLayout();
            this.SuspendLayout();
            // 
            // ilToolbar
            // 
            this.ilToolbar.ColorDepth = System.Windows.Forms.ColorDepth.Depth8Bit;
            this.ilToolbar.ImageSize = new System.Drawing.Size(16, 16);
            this.ilToolbar.TransparentColor = System.Drawing.Color.Transparent;
            // 
            // theViewer
            // 
            this.theViewer.Dock = System.Windows.Forms.DockStyle.Fill;
            this.theViewer.Location = new System.Drawing.Point(0, 0);
            this.theViewer.Name = "theViewer";
            this.theViewer.Size = new System.Drawing.Size(268, 679);
            this.theViewer.TabIndex = 4;
            // 
            // bar1
            // 
            this.bar1.Dock = System.Windows.Forms.DockStyle.Top;
            this.bar1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
            this.bar1.Items.AddRange(new DevComponents.DotNetBar.BaseItem[] {
            this.item_2,
            this.item_3,
            this.item_13,
            this.item_14});
            this.bar1.Location = new System.Drawing.Point(0, 0);
            this.bar1.Name = "bar1";
            this.bar1.Size = new System.Drawing.Size(1016, 25);
            this.bar1.Stretch = true;
            this.bar1.Style = DevComponents.DotNetBar.eDotNetBarStyle.Office2003;
            this.bar1.TabIndex = 6;
            this.bar1.TabStop = false;
            this.bar1.Text = "bar1";
            // 
            // item_2
            // 
            this.item_2.Name = "item_2";
            this.item_2.Text = "Open Assembly";
            this.item_2.Click += new System.EventHandler(this.item_2_Click);
            // 
            // item_3
            // 
            this.item_3.Name = "item_3";
            this.item_3.Text = "Open Assembly From GAC";
            this.item_3.Click += new System.EventHandler(this.item_3_Click);
            // 
            // item_13
            // 
            this.item_13.Name = "item_13";
            this.item_13.Text = "Find";
            this.item_13.Click += new System.EventHandler(this.item_13_Click);
            // 
            // item_14
            // 
            this.item_14.Name = "item_14";
            this.item_14.Text = "Find Again";
            this.item_14.Click += new System.EventHandler(this.item_14_Click);
            // 
            // uiPanelManager1
            // 
            this.uiPanelManager1.BackColorGradientAutoHideStrip = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(247)))));
            this.uiPanelManager1.ContainerControl = this;
            this.uiPanel0.Id = new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f");
            this.uiPanelManager1.Panels.Add(this.uiPanel0);
            // 
            // Design Time Panel Info:
            // 
            this.uiPanelManager1.BeginPanelInfo();
            this.uiPanelManager1.AddDockPanelInfo(new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f"), Janus.Windows.UI.Dock.PanelDockStyle.Right, new System.Drawing.Size(274, 703), true);
            this.uiPanelManager1.AddFloatingPanelInfo(new System.Guid("a7968a0c-6f4c-4839-ae9f-b95098a1cd1f"), new System.Drawing.Point(-1, -1), new System.Drawing.Size(-1, -1), false);
            this.uiPanelManager1.EndPanelInfo();
            // 
            // uiPanel0
            // 
            this.uiPanel0.AllowPanelDrag = Janus.Windows.UI.InheritableBoolean.False;
            this.uiPanel0.AllowPanelDrop = Janus.Windows.UI.InheritableBoolean.False;
            this.uiPanel0.AutoHide = true;
            this.uiPanel0.CloseButtonVisible = Janus.Windows.UI.InheritableBoolean.False;
            this.uiPanel0.InnerContainer = this.uiPanel0Container;
            this.uiPanel0.Location = new System.Drawing.Point(740, 28);
            this.uiPanel0.Name = "uiPanel0";
            this.uiPanel0.Size = new System.Drawing.Size(274, 703);
            this.uiPanel0.TabIndex = 4;
            this.uiPanel0.Text = "Details";
            // 
            // uiPanel0Container
            // 
            this.uiPanel0Container.Controls.Add(this.theViewer);
            this.uiPanel0Container.Location = new System.Drawing.Point(5, 23);
            this.uiPanel0Container.Name = "uiPanel0Container";
            this.uiPanel0Container.Size = new System.Drawing.Size(268, 679);
            this.uiPanel0Container.TabIndex = 0;
            // 
            // MainFrame
            // 
            this.AllowDrop = true;
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
            this.ClientSize = new System.Drawing.Size(1016, 734);
            this.Controls.Add(this.bar1);
            this.DoubleBuffered = true;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.IsMdiContainer = true;
            this.Name = "MainFrame";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text = "NuGenReflect.Net";
            this.DragDrop += new System.Windows.Forms.DragEventHandler(this.OnDrop);
            this.MdiChildActivate += new System.EventHandler(this.OnMdiChildActivate);
            this.DragEnter += new System.Windows.Forms.DragEventHandler(this.OnDragEnter);
            this.Load += new System.EventHandler(this.MainFrame_Load);
            ((System.ComponentModel.ISupportInitialize)(this.bar1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiPanelManager1)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.uiPanel0)).EndInit();
            this.uiPanel0.ResumeLayout(false);
            this.uiPanel0Container.ResumeLayout(false);
            this.ResumeLayout(false);

		}