Ejemplo 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.detailList = new System.Windows.Forms.ListBox();
     this.tabSplitter = new System.Windows.Forms.Splitter();
     this.stackTrace = new CP.Windows.Forms.ExpandingTextBox();
     this.detailListContextMenu = new System.Windows.Forms.ContextMenu();
     this.copyDetailMenuItem = new System.Windows.Forms.MenuItem();
     this.SuspendLayout();
     //
     // detailList
     //
     this.detailList.Dock = System.Windows.Forms.DockStyle.Top;
     this.detailList.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.detailList.Font = new System.Drawing.Font("Courier New", 8.25F);
     this.detailList.HorizontalExtent = 2000;
     this.detailList.HorizontalScrollbar = true;
     this.detailList.ItemHeight = 16;
     this.detailList.Location = new System.Drawing.Point(0, 0);
     this.detailList.Name = "detailList";
     this.detailList.ScrollAlwaysVisible = true;
     this.detailList.Size = new System.Drawing.Size(496, 128);
     this.detailList.TabIndex = 1;
     this.detailList.Resize += new System.EventHandler(this.detailList_Resize);
     this.detailList.MouseHover += new System.EventHandler(this.OnMouseHover);
     this.detailList.MeasureItem += new System.Windows.Forms.MeasureItemEventHandler(this.detailList_MeasureItem);
     this.detailList.MouseMove += new System.Windows.Forms.MouseEventHandler(this.detailList_MouseMove);
     this.detailList.MouseLeave += new System.EventHandler(this.detailList_MouseLeave);
     this.detailList.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.detailList_DrawItem);
     this.detailList.SelectedIndexChanged += new System.EventHandler(this.detailList_SelectedIndexChanged);
     //
     // tabSplitter
     //
     this.tabSplitter.Dock = System.Windows.Forms.DockStyle.Top;
     this.tabSplitter.ImeMode = System.Windows.Forms.ImeMode.NoControl;
     this.tabSplitter.Location = new System.Drawing.Point(0, 128);
     this.tabSplitter.MinSize = 100;
     this.tabSplitter.Name = "tabSplitter";
     this.tabSplitter.Size = new System.Drawing.Size(496, 9);
     this.tabSplitter.TabIndex = 3;
     this.tabSplitter.TabStop = false;
     this.tabSplitter.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.tabSplitter_SplitterMoved);
     //
     // stackTrace
     //
     this.stackTrace.Dock = System.Windows.Forms.DockStyle.Fill;
     this.stackTrace.Font = new System.Drawing.Font("Courier New", 9.75F);
     this.stackTrace.Location = new System.Drawing.Point(0, 137);
     this.stackTrace.Multiline = true;
     this.stackTrace.Name = "stackTrace";
     this.stackTrace.ReadOnly = true;
     this.stackTrace.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.stackTrace.Size = new System.Drawing.Size(496, 151);
     this.stackTrace.TabIndex = 2;
     this.stackTrace.Text = "";
     this.stackTrace.WordWrap = false;
     this.stackTrace.KeyUp += new System.Windows.Forms.KeyEventHandler(this.stackTrace_KeyUp);
     //
     // detailListContextMenu
     //
     this.detailListContextMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
                                                                                           this.copyDetailMenuItem});
     //
     // copyDetailMenuItem
     //
     this.copyDetailMenuItem.Index = 0;
     this.copyDetailMenuItem.Text = "Copy";
     this.copyDetailMenuItem.Click += new System.EventHandler(this.copyDetailMenuItem_Click);
     //
     // ErrorDisplay
     //
     this.Controls.Add(this.stackTrace);
     this.Controls.Add(this.tabSplitter);
     this.Controls.Add(this.detailList);
     this.Name = "ErrorDisplay";
     this.Size = new System.Drawing.Size(496, 288);
     this.ResumeLayout(false);
 }
Ejemplo 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.detailList            = new System.Windows.Forms.ListBox();
     this.tabSplitter           = new System.Windows.Forms.Splitter();
     this.stackTrace            = new CP.Windows.Forms.ExpandingTextBox();
     this.detailListContextMenu = new System.Windows.Forms.ContextMenu();
     this.copyDetailMenuItem    = new System.Windows.Forms.MenuItem();
     this.SuspendLayout();
     //
     // detailList
     //
     this.detailList.Dock                  = System.Windows.Forms.DockStyle.Top;
     this.detailList.DrawMode              = System.Windows.Forms.DrawMode.OwnerDrawVariable;
     this.detailList.Font                  = new System.Drawing.Font("Courier New", 8.25F);
     this.detailList.HorizontalExtent      = 2000;
     this.detailList.HorizontalScrollbar   = true;
     this.detailList.ItemHeight            = 16;
     this.detailList.Location              = new System.Drawing.Point(0, 0);
     this.detailList.Name                  = "detailList";
     this.detailList.ScrollAlwaysVisible   = true;
     this.detailList.Size                  = new System.Drawing.Size(496, 128);
     this.detailList.TabIndex              = 1;
     this.detailList.Resize               += new System.EventHandler(this.detailList_Resize);
     this.detailList.MouseHover           += new System.EventHandler(this.OnMouseHover);
     this.detailList.MeasureItem          += new System.Windows.Forms.MeasureItemEventHandler(this.detailList_MeasureItem);
     this.detailList.MouseMove            += new System.Windows.Forms.MouseEventHandler(this.detailList_MouseMove);
     this.detailList.MouseLeave           += new System.EventHandler(this.detailList_MouseLeave);
     this.detailList.DrawItem             += new System.Windows.Forms.DrawItemEventHandler(this.detailList_DrawItem);
     this.detailList.SelectedIndexChanged += new System.EventHandler(this.detailList_SelectedIndexChanged);
     //
     // tabSplitter
     //
     this.tabSplitter.Dock           = System.Windows.Forms.DockStyle.Top;
     this.tabSplitter.ImeMode        = System.Windows.Forms.ImeMode.NoControl;
     this.tabSplitter.Location       = new System.Drawing.Point(0, 128);
     this.tabSplitter.MinSize        = 100;
     this.tabSplitter.Name           = "tabSplitter";
     this.tabSplitter.Size           = new System.Drawing.Size(496, 9);
     this.tabSplitter.TabIndex       = 3;
     this.tabSplitter.TabStop        = false;
     this.tabSplitter.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.tabSplitter_SplitterMoved);
     //
     // stackTrace
     //
     this.stackTrace.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.stackTrace.Font       = new System.Drawing.Font("Courier New", 9.75F);
     this.stackTrace.Location   = new System.Drawing.Point(0, 137);
     this.stackTrace.Multiline  = true;
     this.stackTrace.Name       = "stackTrace";
     this.stackTrace.ReadOnly   = true;
     this.stackTrace.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.stackTrace.Size       = new System.Drawing.Size(496, 151);
     this.stackTrace.TabIndex   = 2;
     this.stackTrace.Text       = "";
     this.stackTrace.WordWrap   = false;
     this.stackTrace.KeyUp     += new System.Windows.Forms.KeyEventHandler(this.stackTrace_KeyUp);
     //
     // detailListContextMenu
     //
     this.detailListContextMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.copyDetailMenuItem
     });
     //
     // copyDetailMenuItem
     //
     this.copyDetailMenuItem.Index  = 0;
     this.copyDetailMenuItem.Text   = "Copy";
     this.copyDetailMenuItem.Click += new System.EventHandler(this.copyDetailMenuItem_Click);
     //
     // ErrorDisplay
     //
     this.Controls.Add(this.stackTrace);
     this.Controls.Add(this.tabSplitter);
     this.Controls.Add(this.detailList);
     this.Name = "ErrorDisplay";
     this.Size = new System.Drawing.Size(496, 288);
     this.ResumeLayout(false);
 }