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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
     this.basicIdeCtl1 = new WinWrap.Basic.BasicIdeCtl();
     this.txtTrace = new System.Windows.Forms.TextBox();
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.mainMenu1 = new System.Windows.Forms.MainMenu(this.components);
     this.miTrace = new System.Windows.Forms.MenuItem();
     this.miTraceAction = new System.Windows.Forms.MenuItem();
     this.miTraceQuery = new System.Windows.Forms.MenuItem();
     this.miTraceActionEvent = new System.Windows.Forms.MenuItem();
     this.miTraceQueryEvent = new System.Windows.Forms.MenuItem();
     this.miTraceInternal = new System.Windows.Forms.MenuItem();
     this.miTraceExecution = new System.Windows.Forms.MenuItem();
     this.miTraceSep1 = new System.Windows.Forms.MenuItem();
     this.miTraceNone = new System.Windows.Forms.MenuItem();
     this.miTraceAll = new System.Windows.Forms.MenuItem();
     this.miTraceSep2 = new System.Windows.Forms.MenuItem();
     this.miTraceClear = new System.Windows.Forms.MenuItem();
     this.SuspendLayout();
     //
     // basicIdeCtl1
     //
     this.basicIdeCtl1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
     | System.Windows.Forms.AnchorStyles.Right)));
     this.basicIdeCtl1.BackColor = System.Drawing.Color.White;
     this.basicIdeCtl1.DefaultMacroName = "Macro";
     this.basicIdeCtl1.DefaultObjectName = "Object.obm|Object";
     this.basicIdeCtl1.DefaultProjectName = "Project.wbp|wbm";
     this.basicIdeCtl1.ForeColor = System.Drawing.Color.Black;
     this.basicIdeCtl1.HighlightExtension = System.Drawing.Color.DarkBlue;
     this.basicIdeCtl1.HighlightReserved = System.Drawing.Color.Blue;
     this.basicIdeCtl1.LargeIcon = ((System.Drawing.Icon)(resources.GetObject("basicIdeCtl1.LargeIcon")));
     this.basicIdeCtl1.Location = new System.Drawing.Point(0, 0);
     this.basicIdeCtl1.Name = "basicIdeCtl1";
     this.basicIdeCtl1.Secret = new System.Guid("00000000-0000-0000-0000-000000000000");
     this.basicIdeCtl1.SelBackColor = System.Drawing.Color.Aqua;
     this.basicIdeCtl1.SelForeColor = System.Drawing.Color.Black;
     this.basicIdeCtl1.Size = new System.Drawing.Size(560, 342);
     this.basicIdeCtl1.SmallIcon = ((System.Drawing.Icon)(resources.GetObject("basicIdeCtl1.SmallIcon")));
     this.basicIdeCtl1.TabIndex = 5;
     this.basicIdeCtl1.TaskbarIcon = ((System.Drawing.Icon)(resources.GetObject("basicIdeCtl1.TaskbarIcon")));
     this.basicIdeCtl1.DebugTrace += new System.EventHandler<WinWrap.Basic.Classic.TextEventArgs>(this.basicIdeCtl1_DebugTrace);
     this.basicIdeCtl1.Disconnecting += new System.EventHandler<System.EventArgs>(this.basicIdeCtl1_Disconnecting);
     //
     // txtTrace
     //
     this.txtTrace.BackColor = System.Drawing.Color.Black;
     this.txtTrace.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.txtTrace.ForeColor = System.Drawing.Color.Lime;
     this.txtTrace.Location = new System.Drawing.Point(0, 350);
     this.txtTrace.Multiline = true;
     this.txtTrace.Name = "txtTrace";
     this.txtTrace.ReadOnly = true;
     this.txtTrace.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtTrace.Size = new System.Drawing.Size(560, 144);
     this.txtTrace.TabIndex = 1;
     this.txtTrace.WordWrap = false;
     //
     // splitter1
     //
     this.splitter1.Cursor = System.Windows.Forms.Cursors.HSplit;
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.splitter1.Location = new System.Drawing.Point(0, 342);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(560, 8);
     this.splitter1.TabIndex = 2;
     this.splitter1.TabStop = false;
     this.splitter1.SplitterMoved += new System.Windows.Forms.SplitterEventHandler(this.splitter1_SplitterMoved);
     //
     // mainMenu1
     //
     this.mainMenu1.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.miTrace});
     //
     // miTrace
     //
     this.miTrace.Index = 0;
     this.miTrace.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.miTraceAction,
     this.miTraceQuery,
     this.miTraceActionEvent,
     this.miTraceQueryEvent,
     this.miTraceInternal,
     this.miTraceExecution,
     this.miTraceSep1,
     this.miTraceNone,
     this.miTraceAll,
     this.miTraceSep2,
     this.miTraceClear});
     this.miTrace.MergeOrder = 45;
     this.miTrace.MergeType = System.Windows.Forms.MenuMerge.MergeItems;
     this.miTrace.Text = "&Trace";
     //
     // miTraceAction
     //
     this.miTraceAction.Checked = true;
     this.miTraceAction.Index = 0;
     this.miTraceAction.Text = "&Action (propert set or method call)";
     this.miTraceAction.Click += new System.EventHandler(this.miTraceToggle_Click);
     //
     // miTraceQuery
     //
     this.miTraceQuery.Checked = true;
     this.miTraceQuery.Index = 1;
     this.miTraceQuery.Text = "&Query (property get)";
     this.miTraceQuery.Click += new System.EventHandler(this.miTraceToggle_Click);
     //
     // miTraceActionEvent
     //
     this.miTraceActionEvent.Checked = true;
     this.miTraceActionEvent.Index = 2;
     this.miTraceActionEvent.Text = "Action &Event";
     this.miTraceActionEvent.Click += new System.EventHandler(this.miTraceToggle_Click);
     //
     // miTraceQueryEvent
     //
     this.miTraceQueryEvent.Index = 3;
     this.miTraceQueryEvent.Text = "Query &Event";
     this.miTraceQueryEvent.Click += new System.EventHandler(this.miTraceToggle_Click);
     //
     // miTraceInternal
     //
     this.miTraceInternal.Checked = true;
     this.miTraceInternal.Index = 4;
     this.miTraceInternal.Text = "&Internal";
     this.miTraceInternal.Click += new System.EventHandler(this.miTraceToggle_Click);
     //
     // miTraceExecution
     //
     this.miTraceExecution.Checked = true;
     this.miTraceExecution.Index = 5;
     this.miTraceExecution.Text = "&Execution";
     this.miTraceExecution.Click += new System.EventHandler(this.miTraceToggle_Click);
     //
     // miTraceSep1
     //
     this.miTraceSep1.Index = 6;
     this.miTraceSep1.Text = "-";
     //
     // miTraceNone
     //
     this.miTraceNone.Index = 7;
     this.miTraceNone.Text = "&None";
     this.miTraceNone.Click += new System.EventHandler(this.miTraceNone_Click);
     //
     // miTraceAll
     //
     this.miTraceAll.Index = 8;
     this.miTraceAll.Text = "A&ll";
     this.miTraceAll.Click += new System.EventHandler(this.miTraceAll_Click);
     //
     // miTraceSep2
     //
     this.miTraceSep2.Index = 9;
     this.miTraceSep2.Text = "-";
     //
     // miTraceClear
     //
     this.miTraceClear.Index = 10;
     this.miTraceClear.Text = "&Clear";
     this.miTraceClear.Click += new System.EventHandler(this.miTraceClear_Click);
     //
     // Form1
     //
     this.ClientSize = new System.Drawing.Size(560, 494);
     this.Controls.Add(this.basicIdeCtl1);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.txtTrace);
     this.Menu = this.mainMenu1;
     this.Name = "Form1";
     this.Text = "C# BasicIdeCtl - AddBasic";
     this.Load += new System.EventHandler(this.Form1_Load);
     this.Resize += new System.EventHandler(this.Form1_Resize);
     this.ResumeLayout(false);
     this.PerformLayout();
 }
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();
     this.basicIdeCtl1 = new WinWrap.Basic.BasicIdeCtl();
     this.mainMenu1 = new System.Windows.Forms.MainMenu();
     this.SuspendLayout();
     //
     // basicIdeCtl1
     //
     this.basicIdeCtl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
         | System.Windows.Forms.AnchorStyles.Left)
         | System.Windows.Forms.AnchorStyles.Right)));
     this.basicIdeCtl1.BackColor = System.Drawing.Color.White;
     this.basicIdeCtl1.DefaultObjectName = "Object.obm|Object";
     this.basicIdeCtl1.ForeColor = System.Drawing.Color.Black;
     this.basicIdeCtl1.Location = new System.Drawing.Point(0, 0);
     this.basicIdeCtl1.Name = "basicIdeCtl1";
     this.basicIdeCtl1.SelBackColor = System.Drawing.Color.Aqua;
     this.basicIdeCtl1.SelForeColor = System.Drawing.Color.White;
     this.basicIdeCtl1.Size = new System.Drawing.Size(560, 338);
     this.basicIdeCtl1.TabIndex = 0;
     this.basicIdeCtl1.Disconnecting += new System.EventHandler<System.EventArgs>(this.basicIdeCtl1_Disconnecting);
     //
     // BasicForm
     //
     this.ClientSize = new System.Drawing.Size(560, 337);
     this.Controls.Add(this.basicIdeCtl1);
     this.Menu = this.mainMenu1;
     this.Name = "BasicForm";
     this.Text = "C# BasicIdeCtl - Threads";
     this.Load += new System.EventHandler(this.BasicForm_Load);
     this.ResumeLayout(false);
 }