예제 #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.tabControl1 = new System.Windows.Forms.TabControl();
     this.tabCallStack = new System.Windows.Forms.TabPage();
     this.lvCallStack = new System.Windows.Forms.ListView();
     this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
     this.tabVariables = new System.Windows.Forms.TabPage();
     this.lvVars = new System.Windows.Forms.ListView();
     this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
     this.tabOutput = new System.Windows.Forms.TabPage();
     this.txtOutput = new TSDev.ScrollRTB();
     this.tabWatch = new System.Windows.Forms.TabPage();
     this.lvWatch = new System.Windows.Forms.ListView();
     this.columnHeader6 = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7 = new System.Windows.Forms.ColumnHeader();
     this.ctmWatch = new System.Windows.Forms.ContextMenu();
     this.mnuCTWatch_AddVar = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuCTWatch_DelVar = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.tabControl1.SuspendLayout();
     this.tabCallStack.SuspendLayout();
     this.tabVariables.SuspendLayout();
     this.tabOutput.SuspendLayout();
     this.tabWatch.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabCallStack);
     this.tabControl1.Controls.Add(this.tabVariables);
     this.tabControl1.Controls.Add(this.tabOutput);
     this.tabControl1.Controls.Add(this.tabWatch);
     this.tabControl1.Location = new System.Drawing.Point(8, 8);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size = new System.Drawing.Size(584, 216);
     this.tabControl1.TabIndex = 0;
     //
     // tabCallStack
     //
     this.tabCallStack.Controls.Add(this.lvCallStack);
     this.tabCallStack.Location = new System.Drawing.Point(4, 23);
     this.tabCallStack.Name = "tabCallStack";
     this.tabCallStack.Size = new System.Drawing.Size(576, 189);
     this.tabCallStack.TabIndex = 0;
     this.tabCallStack.Text = "Call Stack";
     //
     // lvCallStack
     //
     this.lvCallStack.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader1,
     this.columnHeader2,
     this.columnHeader3});
     this.lvCallStack.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvCallStack.GridLines = true;
     this.lvCallStack.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvCallStack.Location = new System.Drawing.Point(0, 0);
     this.lvCallStack.Name = "lvCallStack";
     this.lvCallStack.Size = new System.Drawing.Size(576, 189);
     this.lvCallStack.TabIndex = 0;
     this.lvCallStack.UseCompatibleStateImageBehavior = false;
     this.lvCallStack.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text = "Function";
     this.columnHeader1.Width = 220;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Line";
     //
     // columnHeader3
     //
     this.columnHeader3.Text = "File";
     this.columnHeader3.Width = 285;
     //
     // tabVariables
     //
     this.tabVariables.Controls.Add(this.lvVars);
     this.tabVariables.Location = new System.Drawing.Point(4, 22);
     this.tabVariables.Name = "tabVariables";
     this.tabVariables.Size = new System.Drawing.Size(576, 190);
     this.tabVariables.TabIndex = 1;
     this.tabVariables.Text = "Variables";
     //
     // lvVars
     //
     this.lvVars.Activation = System.Windows.Forms.ItemActivation.TwoClick;
     this.lvVars.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader4,
     this.columnHeader5});
     this.lvVars.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvVars.FullRowSelect = true;
     this.lvVars.GridLines = true;
     this.lvVars.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvVars.Location = new System.Drawing.Point(0, 0);
     this.lvVars.Name = "lvVars";
     this.lvVars.Size = new System.Drawing.Size(576, 190);
     this.lvVars.Sorting = System.Windows.Forms.SortOrder.Ascending;
     this.lvVars.TabIndex = 0;
     this.lvVars.UseCompatibleStateImageBehavior = false;
     this.lvVars.View = System.Windows.Forms.View.Details;
     this.lvVars.ItemActivate += new System.EventHandler(this.lvVars_ItemActivate);
     //
     // columnHeader4
     //
     this.columnHeader4.Text = "Variable";
     this.columnHeader4.Width = 186;
     //
     // columnHeader5
     //
     this.columnHeader5.Text = "Value";
     this.columnHeader5.Width = 380;
     //
     // tabOutput
     //
     this.tabOutput.Controls.Add(this.txtOutput);
     this.tabOutput.Location = new System.Drawing.Point(4, 22);
     this.tabOutput.Name = "tabOutput";
     this.tabOutput.Size = new System.Drawing.Size(576, 190);
     this.tabOutput.TabIndex = 2;
     this.tabOutput.Text = "Output";
     //
     // txtOutput
     //
     this.txtOutput.BackColor = System.Drawing.SystemColors.Window;
     this.txtOutput.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtOutput.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtOutput.Location = new System.Drawing.Point(0, 0);
     this.txtOutput.Name = "txtOutput";
     this.txtOutput.ReadOnly = true;
     this.txtOutput.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.txtOutput.Size = new System.Drawing.Size(576, 190);
     this.txtOutput.TabIndex = 0;
     this.txtOutput.Text = "";
     //
     // tabWatch
     //
     this.tabWatch.Controls.Add(this.lvWatch);
     this.tabWatch.Location = new System.Drawing.Point(4, 23);
     this.tabWatch.Name = "tabWatch";
     this.tabWatch.Size = new System.Drawing.Size(576, 189);
     this.tabWatch.TabIndex = 3;
     this.tabWatch.Text = "Watch";
     //
     // lvWatch
     //
     this.lvWatch.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
     this.columnHeader6,
     this.columnHeader7});
     this.lvWatch.ContextMenu = this.ctmWatch;
     this.lvWatch.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lvWatch.FullRowSelect = true;
     this.lvWatch.GridLines = true;
     this.lvWatch.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvWatch.Location = new System.Drawing.Point(0, 0);
     this.lvWatch.Name = "lvWatch";
     this.lvWatch.Size = new System.Drawing.Size(576, 189);
     this.lvWatch.Sorting = System.Windows.Forms.SortOrder.Ascending;
     this.lvWatch.TabIndex = 1;
     this.lvWatch.UseCompatibleStateImageBehavior = false;
     this.lvWatch.View = System.Windows.Forms.View.Details;
     //
     // columnHeader6
     //
     this.columnHeader6.Text = "Variable";
     this.columnHeader6.Width = 186;
     //
     // columnHeader7
     //
     this.columnHeader7.Text = "Value";
     this.columnHeader7.Width = 380;
     //
     // ctmWatch
     //
     this.ctmWatch.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
     this.mnuCTWatch_AddVar,
     this.mnuCTWatch_DelVar});
     //
     // mnuCTWatch_AddVar
     //
     this.mnuCTWatch_AddVar.Index = 0;
     this.mnuCTWatch_AddVar.OwnerDraw = true;
     this.mnuCTWatch_AddVar.Text = "&Add Variable";
     this.mnuCTWatch_AddVar.Click += new System.EventHandler(this.mnuCTWatch_AddVar_Click);
     //
     // mnuCTWatch_DelVar
     //
     this.mnuCTWatch_DelVar.Index = 1;
     this.mnuCTWatch_DelVar.OwnerDraw = true;
     this.mnuCTWatch_DelVar.Text = "D&elete Variable";
     this.mnuCTWatch_DelVar.Click += new System.EventHandler(this.mnuCTWatch_DelVar_Click);
     //
     // UCDebug
     //
     this.Controls.Add(this.tabControl1);
     this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name = "UCDebug";
     this.Size = new System.Drawing.Size(600, 232);
     this.Load += new System.EventHandler(this.UCDebug_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabCallStack.ResumeLayout(false);
     this.tabVariables.ResumeLayout(false);
     this.tabOutput.ResumeLayout(false);
     this.tabWatch.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmStartup));
     this.optNewProj     = new System.Windows.Forms.RadioButton();
     this.optOpenProj    = new System.Windows.Forms.RadioButton();
     this.optRecentProj  = new System.Windows.Forms.RadioButton();
     this.lstRecent      = new System.Windows.Forms.ListBox();
     this.ctRecent       = new ActiproSoftware.WinUICore.OwnerDrawContextMenu();
     this.mnuRemFromList = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.cmdClose       = new System.Windows.Forms.Button();
     this.cmdOK          = new System.Windows.Forms.Button();
     this.linkLabel1     = new System.Windows.Forms.LinkLabel();
     this.linkLabel2     = new System.Windows.Forms.LinkLabel();
     this.pictureBox2    = new System.Windows.Forms.PictureBox();
     this.pictureBox1    = new System.Windows.Forms.PictureBox();
     this.tabControl1    = new Crownwood.DotNetMagic.Controls.TabControl();
     this.tabPage1       = new Crownwood.DotNetMagic.Controls.TabPage();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // optNewProj
     //
     this.optNewProj.Checked   = true;
     this.optNewProj.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optNewProj.Location  = new System.Drawing.Point(152, 16);
     this.optNewProj.Name      = "optNewProj";
     this.optNewProj.Size      = new System.Drawing.Size(128, 16);
     this.optNewProj.TabIndex  = 1;
     this.optNewProj.TabStop   = true;
     this.optNewProj.Text      = "Create New Project";
     //
     // optOpenProj
     //
     this.optOpenProj.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optOpenProj.Location  = new System.Drawing.Point(152, 48);
     this.optOpenProj.Name      = "optOpenProj";
     this.optOpenProj.Size      = new System.Drawing.Size(136, 16);
     this.optOpenProj.TabIndex  = 2;
     this.optOpenProj.Text      = "Open Existing Project";
     //
     // optRecentProj
     //
     this.optRecentProj.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optRecentProj.Location  = new System.Drawing.Point(152, 80);
     this.optRecentProj.Name      = "optRecentProj";
     this.optRecentProj.Size      = new System.Drawing.Size(136, 16);
     this.optRecentProj.TabIndex  = 2;
     this.optRecentProj.Text      = "Open Recent Project:";
     //
     // lstRecent
     //
     this.lstRecent.ContextMenu         = this.ctRecent;
     this.lstRecent.HorizontalScrollbar = true;
     this.lstRecent.Location            = new System.Drawing.Point(168, 104);
     this.lstRecent.Name         = "lstRecent";
     this.lstRecent.Size         = new System.Drawing.Size(256, 121);
     this.lstRecent.TabIndex     = 3;
     this.lstRecent.DoubleClick += new System.EventHandler(this.lstRecent_DoubleClick);
     //
     // ctRecent
     //
     this.ctRecent.MenuItems.AddRange(new ActiproSoftware.WinUICore.OwnerDrawMenuItem[] {
         this.mnuRemFromList
     });
     this.ctRecent.Popup += new System.EventHandler(this.ctRecent_Popup);
     //
     // mnuRemFromList
     //
     this.mnuRemFromList.Index     = 0;
     this.mnuRemFromList.OwnerDraw = true;
     this.mnuRemFromList.Text      = "&Remove from list";
     this.mnuRemFromList.Click    += new System.EventHandler(this.mnuRemFromList_Click);
     //
     // cmdClose
     //
     this.cmdClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cmdClose.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.cmdClose.Location     = new System.Drawing.Point(352, 392);
     this.cmdClose.Name         = "cmdClose";
     this.cmdClose.Size         = new System.Drawing.Size(88, 24);
     this.cmdClose.TabIndex     = 4;
     this.cmdClose.Text         = "Close";
     this.cmdClose.Click       += new System.EventHandler(this.cmdClose_Click);
     //
     // cmdOK
     //
     this.cmdOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdOK.Location  = new System.Drawing.Point(256, 392);
     this.cmdOK.Name      = "cmdOK";
     this.cmdOK.Size      = new System.Drawing.Size(88, 24);
     this.cmdOK.TabIndex  = 4;
     this.cmdOK.Text      = "OK";
     this.cmdOK.Click    += new System.EventHandler(this.cmdOK_Click);
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize     = true;
     this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.linkLabel1.Location     = new System.Drawing.Point(16, 152);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(102, 17);
     this.linkLabel1.TabIndex     = 6;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "TorqueDev Website";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize     = true;
     this.linkLabel2.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.linkLabel2.Location     = new System.Drawing.Point(16, 168);
     this.linkLabel2.Name         = "linkLabel2";
     this.linkLabel2.Size         = new System.Drawing.Size(78, 17);
     this.linkLabel2.TabIndex     = 5;
     this.linkLabel2.TabStop      = true;
     this.linkLabel2.Text         = "Garage Games";
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     //
     // pictureBox2
     //
     this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pictureBox2.Image       = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location    = new System.Drawing.Point(-176, -32);
     this.pictureBox2.Name        = "pictureBox2";
     this.pictureBox2.Size        = new System.Drawing.Size(640, 140);
     this.pictureBox2.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox2.TabIndex    = 7;
     this.pictureBox2.TabStop     = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.pictureBox1.Image    = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(8, 0);
     this.pictureBox1.Name     = "pictureBox1";
     this.pictureBox1.Size     = new System.Drawing.Size(128, 128);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop  = false;
     //
     // tabControl1
     //
     this.tabControl1.BackColor           = System.Drawing.SystemColors.Control;
     this.tabControl1.ButtonActiveColor   = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.tabControl1.ButtonInactiveColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.tabControl1.Font            = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.tabControl1.HotTextColor    = System.Drawing.SystemColors.ActiveCaption;
     this.tabControl1.ImageList       = null;
     this.tabControl1.Location        = new System.Drawing.Point(8, 120);
     this.tabControl1.Name            = "tabControl1";
     this.tabControl1.OfficeDockSides = false;
     this.tabControl1.OfficeStyle     = Crownwood.DotNetMagic.Controls.OfficeStyle.SoftWhite;
     this.tabControl1.SelectedIndex   = 0;
     this.tabControl1.ShowDropSelect  = false;
     this.tabControl1.Size            = new System.Drawing.Size(440, 264);
     this.tabControl1.Style           = Crownwood.DotNetMagic.Common.VisualStyle.IDE2005;
     this.tabControl1.TabIndex        = 8;
     this.tabControl1.TabPages.AddRange(new Crownwood.DotNetMagic.Controls.TabPage[] {
         this.tabPage1
     });
     this.tabControl1.TextColor         = System.Drawing.SystemColors.ControlText;
     this.tabControl1.TextInactiveColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.tabControl1.TextTips          = true;
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage1.Controls.Add(this.optOpenProj);
     this.tabPage1.Controls.Add(this.optRecentProj);
     this.tabPage1.Controls.Add(this.optNewProj);
     this.tabPage1.Controls.Add(this.lstRecent);
     this.tabPage1.Controls.Add(this.linkLabel1);
     this.tabPage1.Controls.Add(this.linkLabel2);
     this.tabPage1.Controls.Add(this.pictureBox1);
     this.tabPage1.InactiveBackColor     = System.Drawing.Color.Empty;
     this.tabPage1.InactiveTextBackColor = System.Drawing.Color.Empty;
     this.tabPage1.InactiveTextColor     = System.Drawing.Color.Empty;
     this.tabPage1.Location            = new System.Drawing.Point(1, 1);
     this.tabPage1.Name                = "tabPage1";
     this.tabPage1.SelectBackColor     = System.Drawing.Color.Empty;
     this.tabPage1.SelectTextBackColor = System.Drawing.Color.Empty;
     this.tabPage1.SelectTextColor     = System.Drawing.Color.Empty;
     this.tabPage1.Size                = new System.Drawing.Size(438, 237);
     this.tabPage1.TabIndex            = 4;
     this.tabPage1.Title               = "Welcome";
     this.tabPage1.ToolTip             = "Welcome";
     //
     // frmStartup
     //
     this.AcceptButton      = this.cmdOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.CancelButton      = this.cmdClose;
     this.ClientSize        = new System.Drawing.Size(458, 431);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.cmdClose);
     this.Controls.Add(this.cmdOK);
     this.Controls.Add(this.tabControl1);
     this.Font            = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmStartup";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Welcome";
     this.Load           += new System.EventHandler(this.frmStartup_Load);
     this.Closed         += new System.EventHandler(this.frmStartup_Closed);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(UCSnippetter));
     this.tvSnippets            = new System.Windows.Forms.TreeView();
     this.ctmSnippets           = new ActiproSoftware.WinUICore.OwnerDrawContextMenu();
     this.mnuSnippetAdd         = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetEdit        = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetDel         = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.menuItem3             = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetImport      = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetCopy        = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetToClipboard = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.ilSnippets            = new System.Windows.Forms.ImageList(this.components);
     this.splitter1             = new System.Windows.Forms.Splitter();
     this.panel1    = new System.Windows.Forms.Panel();
     this.lblDescr  = new ActiproSoftware.MarkupLabel.MarkupLabel();
     this.panel2    = new System.Windows.Forms.Panel();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.cmdSearch = new System.Windows.Forms.Button();
     this.menuItem1 = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tvSnippets
     //
     this.tvSnippets.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tvSnippets.ContextMenu = this.ctmSnippets;
     this.tvSnippets.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.tvSnippets.Font        = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tvSnippets.ImageList   = this.ilSnippets;
     this.tvSnippets.Location    = new System.Drawing.Point(0, 24);
     this.tvSnippets.Name        = "tvSnippets";
     this.tvSnippets.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
         new System.Windows.Forms.TreeNode("Node0", new System.Windows.Forms.TreeNode[] {
             new System.Windows.Forms.TreeNode("Node3")
         }),
         new System.Windows.Forms.TreeNode("Node1"),
         new System.Windows.Forms.TreeNode("Node2")
     });
     this.tvSnippets.ShowPlusMinus = false;
     this.tvSnippets.ShowRootLines = false;
     this.tvSnippets.Size          = new System.Drawing.Size(216, 331);
     this.tvSnippets.TabIndex      = 0;
     this.tvSnippets.DoubleClick  += new System.EventHandler(this.tvSnippets_DoubleClick);
     this.tvSnippets.AfterSelect  += new System.Windows.Forms.TreeViewEventHandler(this.tvSnippets_AfterSelect);
     //
     // ctmSnippets
     //
     this.ctmSnippets.MenuItems.AddRange(new ActiproSoftware.WinUICore.OwnerDrawMenuItem[] {
         this.mnuSnippetAdd,
         this.mnuSnippetEdit,
         this.mnuSnippetDel,
         this.menuItem3,
         this.mnuSnippetImport,
         this.menuItem1,
         this.mnuSnippetToClipboard,
         this.mnuSnippetCopy
     });
     //
     // mnuSnippetAdd
     //
     this.mnuSnippetAdd.Index     = 0;
     this.mnuSnippetAdd.OwnerDraw = true;
     this.mnuSnippetAdd.Text      = "&Add New Snippet...";
     this.mnuSnippetAdd.Click    += new System.EventHandler(this.mnuSnippetAdd_Click);
     //
     // mnuSnippetEdit
     //
     this.mnuSnippetEdit.Index     = 1;
     this.mnuSnippetEdit.OwnerDraw = true;
     this.mnuSnippetEdit.Text      = "E&dit Snippet";
     this.mnuSnippetEdit.Click    += new System.EventHandler(this.mnuSnippetEdit_Click);
     //
     // mnuSnippetDel
     //
     this.mnuSnippetDel.Index     = 2;
     this.mnuSnippetDel.OwnerDraw = true;
     this.mnuSnippetDel.Text      = "D&elete Snippet";
     this.mnuSnippetDel.Click    += new System.EventHandler(this.mnuSnippetDel_Click);
     //
     // menuItem3
     //
     this.menuItem3.Index     = 3;
     this.menuItem3.OwnerDraw = true;
     this.menuItem3.Text      = "-";
     //
     // mnuSnippetImport
     //
     this.mnuSnippetImport.Index     = 4;
     this.mnuSnippetImport.OwnerDraw = true;
     this.mnuSnippetImport.Text      = "&Import Snippet...";
     this.mnuSnippetImport.Click    += new System.EventHandler(this.mnuSnippetImport_Click);
     //
     // mnuSnippetCopy
     //
     this.mnuSnippetCopy.Index     = 7;
     this.mnuSnippetCopy.OwnerDraw = true;
     this.mnuSnippetCopy.Text      = "&Copy Shortcut";
     this.mnuSnippetCopy.Click    += new System.EventHandler(this.mnuSnippetCopy_Click);
     //
     // mnuSnippetToClipboard
     //
     this.mnuSnippetToClipboard.Index     = 6;
     this.mnuSnippetToClipboard.OwnerDraw = true;
     this.mnuSnippetToClipboard.Text      = "Copy Co&de to Clipboard";
     this.mnuSnippetToClipboard.Click    += new System.EventHandler(this.mnuSnippetToClipboard_Click);
     //
     // ilSnippets
     //
     this.ilSnippets.ColorDepth       = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ilSnippets.ImageSize        = new System.Drawing.Size(16, 16);
     this.ilSnippets.ImageStream      = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSnippets.ImageStream")));
     this.ilSnippets.TransparentColor = System.Drawing.Color.Transparent;
     //
     // splitter1
     //
     this.splitter1.BackColor = System.Drawing.SystemColors.ControlLight;
     this.splitter1.Dock      = System.Windows.Forms.DockStyle.Bottom;
     this.splitter1.Location  = new System.Drawing.Point(0, 355);
     this.splitter1.Name      = "splitter1";
     this.splitter1.Size      = new System.Drawing.Size(216, 1);
     this.splitter1.TabIndex  = 2;
     this.splitter1.TabStop   = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlLight;
     this.panel1.Controls.Add(this.lblDescr);
     this.panel1.Dock     = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 356);
     this.panel1.Name     = "panel1";
     this.panel1.Size     = new System.Drawing.Size(216, 100);
     this.panel1.TabIndex = 3;
     //
     // lblDescr
     //
     this.lblDescr.Dock            = System.Windows.Forms.DockStyle.Fill;
     this.lblDescr.DockPadding.All = 10;
     this.lblDescr.Font            = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblDescr.Location        = new System.Drawing.Point(0, 0);
     this.lblDescr.MaxWidth        = 2147483647;
     this.lblDescr.Name            = "lblDescr";
     this.lblDescr.Size            = new System.Drawing.Size(216, 100);
     this.lblDescr.TabIndex        = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.txtSearch);
     this.panel2.Controls.Add(this.cmdSearch);
     this.panel2.Dock     = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name     = "panel2";
     this.panel2.Size     = new System.Drawing.Size(216, 24);
     this.panel2.TabIndex = 0;
     //
     // txtSearch
     //
     this.txtSearch.Dock     = System.Windows.Forms.DockStyle.Fill;
     this.txtSearch.Location = new System.Drawing.Point(0, 0);
     this.txtSearch.Name     = "txtSearch";
     this.txtSearch.Size     = new System.Drawing.Size(141, 20);
     this.txtSearch.TabIndex = 0;
     this.txtSearch.Text     = "";
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // cmdSearch
     //
     this.cmdSearch.Dock      = System.Windows.Forms.DockStyle.Right;
     this.cmdSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdSearch.Location  = new System.Drawing.Point(141, 0);
     this.cmdSearch.Name      = "cmdSearch";
     this.cmdSearch.Size      = new System.Drawing.Size(75, 24);
     this.cmdSearch.TabIndex  = 1;
     this.cmdSearch.Text      = "Search";
     this.cmdSearch.Click    += new System.EventHandler(this.cmdSearch_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 5;
     this.menuItem1.Text  = "-";
     //
     // UCSnippetter
     //
     this.Controls.Add(this.tvSnippets);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panel1);
     this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(178)));
     this.Name = "UCSnippetter";
     this.Size = new System.Drawing.Size(216, 456);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #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.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(UCSnippetter));
     this.tvSnippets = new System.Windows.Forms.TreeView();
     this.ctmSnippets = new ActiproSoftware.WinUICore.OwnerDrawContextMenu();
     this.mnuSnippetAdd = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetEdit = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetDel = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.menuItem3 = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetImport = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetCopy = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuSnippetToClipboard = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.ilSnippets = new System.Windows.Forms.ImageList(this.components);
     this.splitter1 = new System.Windows.Forms.Splitter();
     this.panel1 = new System.Windows.Forms.Panel();
     this.lblDescr = new ActiproSoftware.MarkupLabel.MarkupLabel();
     this.panel2 = new System.Windows.Forms.Panel();
     this.txtSearch = new System.Windows.Forms.TextBox();
     this.cmdSearch = new System.Windows.Forms.Button();
     this.menuItem1 = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.panel1.SuspendLayout();
     this.panel2.SuspendLayout();
     this.SuspendLayout();
     //
     // tvSnippets
     //
     this.tvSnippets.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.tvSnippets.ContextMenu = this.ctmSnippets;
     this.tvSnippets.Dock = System.Windows.Forms.DockStyle.Fill;
     this.tvSnippets.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.tvSnippets.ImageList = this.ilSnippets;
     this.tvSnippets.Location = new System.Drawing.Point(0, 24);
     this.tvSnippets.Name = "tvSnippets";
     this.tvSnippets.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
                                                                            new System.Windows.Forms.TreeNode("Node0", new System.Windows.Forms.TreeNode[] {
                                                                                                                                                               new System.Windows.Forms.TreeNode("Node3")}),
                                                                            new System.Windows.Forms.TreeNode("Node1"),
                                                                            new System.Windows.Forms.TreeNode("Node2")});
     this.tvSnippets.ShowPlusMinus = false;
     this.tvSnippets.ShowRootLines = false;
     this.tvSnippets.Size = new System.Drawing.Size(216, 331);
     this.tvSnippets.TabIndex = 0;
     this.tvSnippets.DoubleClick += new System.EventHandler(this.tvSnippets_DoubleClick);
     this.tvSnippets.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.tvSnippets_AfterSelect);
     //
     // ctmSnippets
     //
     this.ctmSnippets.MenuItems.AddRange(new ActiproSoftware.WinUICore.OwnerDrawMenuItem[] {
                                                                                 this.mnuSnippetAdd,
                                                                                 this.mnuSnippetEdit,
                                                                                 this.mnuSnippetDel,
                                                                                 this.menuItem3,
                                                                                 this.mnuSnippetImport,
                                                                                 this.menuItem1,
                                                                                 this.mnuSnippetToClipboard,
                                                                                 this.mnuSnippetCopy});
     //
     // mnuSnippetAdd
     //
     this.mnuSnippetAdd.Index = 0;
     this.mnuSnippetAdd.OwnerDraw = true;
     this.mnuSnippetAdd.Text = "&Add New Snippet...";
     this.mnuSnippetAdd.Click += new System.EventHandler(this.mnuSnippetAdd_Click);
     //
     // mnuSnippetEdit
     //
     this.mnuSnippetEdit.Index = 1;
     this.mnuSnippetEdit.OwnerDraw = true;
     this.mnuSnippetEdit.Text = "E&dit Snippet";
     this.mnuSnippetEdit.Click += new System.EventHandler(this.mnuSnippetEdit_Click);
     //
     // mnuSnippetDel
     //
     this.mnuSnippetDel.Index = 2;
     this.mnuSnippetDel.OwnerDraw = true;
     this.mnuSnippetDel.Text = "D&elete Snippet";
     this.mnuSnippetDel.Click += new System.EventHandler(this.mnuSnippetDel_Click);
     //
     // menuItem3
     //
     this.menuItem3.Index = 3;
     this.menuItem3.OwnerDraw = true;
     this.menuItem3.Text = "-";
     //
     // mnuSnippetImport
     //
     this.mnuSnippetImport.Index = 4;
     this.mnuSnippetImport.OwnerDraw = true;
     this.mnuSnippetImport.Text = "&Import Snippet...";
     this.mnuSnippetImport.Click += new System.EventHandler(this.mnuSnippetImport_Click);
     //
     // mnuSnippetCopy
     //
     this.mnuSnippetCopy.Index = 7;
     this.mnuSnippetCopy.OwnerDraw = true;
     this.mnuSnippetCopy.Text = "&Copy Shortcut";
     this.mnuSnippetCopy.Click += new System.EventHandler(this.mnuSnippetCopy_Click);
     //
     // mnuSnippetToClipboard
     //
     this.mnuSnippetToClipboard.Index = 6;
     this.mnuSnippetToClipboard.OwnerDraw = true;
     this.mnuSnippetToClipboard.Text = "Copy Co&de to Clipboard";
     this.mnuSnippetToClipboard.Click += new System.EventHandler(this.mnuSnippetToClipboard_Click);
     //
     // ilSnippets
     //
     this.ilSnippets.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
     this.ilSnippets.ImageSize = new System.Drawing.Size(16, 16);
     this.ilSnippets.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("ilSnippets.ImageStream")));
     this.ilSnippets.TransparentColor = System.Drawing.Color.Transparent;
     //
     // splitter1
     //
     this.splitter1.BackColor = System.Drawing.SystemColors.ControlLight;
     this.splitter1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.splitter1.Location = new System.Drawing.Point(0, 355);
     this.splitter1.Name = "splitter1";
     this.splitter1.Size = new System.Drawing.Size(216, 1);
     this.splitter1.TabIndex = 2;
     this.splitter1.TabStop = false;
     //
     // panel1
     //
     this.panel1.BackColor = System.Drawing.SystemColors.ControlLight;
     this.panel1.Controls.Add(this.lblDescr);
     this.panel1.Dock = System.Windows.Forms.DockStyle.Bottom;
     this.panel1.Location = new System.Drawing.Point(0, 356);
     this.panel1.Name = "panel1";
     this.panel1.Size = new System.Drawing.Size(216, 100);
     this.panel1.TabIndex = 3;
     //
     // lblDescr
     //
     this.lblDescr.Dock = System.Windows.Forms.DockStyle.Fill;
     this.lblDescr.DockPadding.All = 10;
     this.lblDescr.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblDescr.Location = new System.Drawing.Point(0, 0);
     this.lblDescr.MaxWidth = 2147483647;
     this.lblDescr.Name = "lblDescr";
     this.lblDescr.Size = new System.Drawing.Size(216, 100);
     this.lblDescr.TabIndex = 0;
     //
     // panel2
     //
     this.panel2.Controls.Add(this.txtSearch);
     this.panel2.Controls.Add(this.cmdSearch);
     this.panel2.Dock = System.Windows.Forms.DockStyle.Top;
     this.panel2.Location = new System.Drawing.Point(0, 0);
     this.panel2.Name = "panel2";
     this.panel2.Size = new System.Drawing.Size(216, 24);
     this.panel2.TabIndex = 0;
     //
     // txtSearch
     //
     this.txtSearch.Dock = System.Windows.Forms.DockStyle.Fill;
     this.txtSearch.Location = new System.Drawing.Point(0, 0);
     this.txtSearch.Name = "txtSearch";
     this.txtSearch.Size = new System.Drawing.Size(141, 20);
     this.txtSearch.TabIndex = 0;
     this.txtSearch.Text = "";
     this.txtSearch.KeyDown += new System.Windows.Forms.KeyEventHandler(this.txtSearch_KeyDown);
     //
     // cmdSearch
     //
     this.cmdSearch.Dock = System.Windows.Forms.DockStyle.Right;
     this.cmdSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdSearch.Location = new System.Drawing.Point(141, 0);
     this.cmdSearch.Name = "cmdSearch";
     this.cmdSearch.Size = new System.Drawing.Size(75, 24);
     this.cmdSearch.TabIndex = 1;
     this.cmdSearch.Text = "Search";
     this.cmdSearch.Click += new System.EventHandler(this.cmdSearch_Click);
     //
     // menuItem1
     //
     this.menuItem1.Index = 5;
     this.menuItem1.Text = "-";
     //
     // UCSnippetter
     //
     this.Controls.Add(this.tvSnippets);
     this.Controls.Add(this.panel2);
     this.Controls.Add(this.splitter1);
     this.Controls.Add(this.panel1);
     this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(178)));
     this.Name = "UCSnippetter";
     this.Size = new System.Drawing.Size(216, 456);
     this.panel1.ResumeLayout(false);
     this.panel2.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #5
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmStartup));
     this.optNewProj = new System.Windows.Forms.RadioButton();
     this.optOpenProj = new System.Windows.Forms.RadioButton();
     this.optRecentProj = new System.Windows.Forms.RadioButton();
     this.lstRecent = new System.Windows.Forms.ListBox();
     this.ctRecent = new ActiproSoftware.WinUICore.OwnerDrawContextMenu();
     this.mnuRemFromList = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.cmdClose = new System.Windows.Forms.Button();
     this.cmdOK = new System.Windows.Forms.Button();
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.linkLabel2 = new System.Windows.Forms.LinkLabel();
     this.pictureBox2 = new System.Windows.Forms.PictureBox();
     this.pictureBox1 = new System.Windows.Forms.PictureBox();
     this.tabControl1 = new Crownwood.DotNetMagic.Controls.TabControl();
     this.tabPage1 = new Crownwood.DotNetMagic.Controls.TabPage();
     this.tabControl1.SuspendLayout();
     this.tabPage1.SuspendLayout();
     this.SuspendLayout();
     //
     // optNewProj
     //
     this.optNewProj.Checked = true;
     this.optNewProj.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optNewProj.Location = new System.Drawing.Point(152, 16);
     this.optNewProj.Name = "optNewProj";
     this.optNewProj.Size = new System.Drawing.Size(128, 16);
     this.optNewProj.TabIndex = 1;
     this.optNewProj.TabStop = true;
     this.optNewProj.Text = "Create New Project";
     //
     // optOpenProj
     //
     this.optOpenProj.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optOpenProj.Location = new System.Drawing.Point(152, 48);
     this.optOpenProj.Name = "optOpenProj";
     this.optOpenProj.Size = new System.Drawing.Size(136, 16);
     this.optOpenProj.TabIndex = 2;
     this.optOpenProj.Text = "Open Existing Project";
     //
     // optRecentProj
     //
     this.optRecentProj.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.optRecentProj.Location = new System.Drawing.Point(152, 80);
     this.optRecentProj.Name = "optRecentProj";
     this.optRecentProj.Size = new System.Drawing.Size(136, 16);
     this.optRecentProj.TabIndex = 2;
     this.optRecentProj.Text = "Open Recent Project:";
     //
     // lstRecent
     //
     this.lstRecent.ContextMenu = this.ctRecent;
     this.lstRecent.HorizontalScrollbar = true;
     this.lstRecent.Location = new System.Drawing.Point(168, 104);
     this.lstRecent.Name = "lstRecent";
     this.lstRecent.Size = new System.Drawing.Size(256, 121);
     this.lstRecent.TabIndex = 3;
     this.lstRecent.DoubleClick += new System.EventHandler(this.lstRecent_DoubleClick);
     //
     // ctRecent
     //
     this.ctRecent.MenuItems.AddRange(new ActiproSoftware.WinUICore.OwnerDrawMenuItem[] {
                                                                              this.mnuRemFromList});
     this.ctRecent.Popup += new System.EventHandler(this.ctRecent_Popup);
     //
     // mnuRemFromList
     //
     this.mnuRemFromList.Index = 0;
     this.mnuRemFromList.OwnerDraw = true;
     this.mnuRemFromList.Text = "&Remove from list";
     this.mnuRemFromList.Click += new System.EventHandler(this.mnuRemFromList_Click);
     //
     // cmdClose
     //
     this.cmdClose.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.cmdClose.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdClose.Location = new System.Drawing.Point(352, 392);
     this.cmdClose.Name = "cmdClose";
     this.cmdClose.Size = new System.Drawing.Size(88, 24);
     this.cmdClose.TabIndex = 4;
     this.cmdClose.Text = "Close";
     this.cmdClose.Click += new System.EventHandler(this.cmdClose_Click);
     //
     // cmdOK
     //
     this.cmdOK.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.cmdOK.Location = new System.Drawing.Point(256, 392);
     this.cmdOK.Name = "cmdOK";
     this.cmdOK.Size = new System.Drawing.Size(88, 24);
     this.cmdOK.TabIndex = 4;
     this.cmdOK.Text = "OK";
     this.cmdOK.Click += new System.EventHandler(this.cmdOK_Click);
     //
     // linkLabel1
     //
     this.linkLabel1.AutoSize = true;
     this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.linkLabel1.Location = new System.Drawing.Point(16, 152);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(102, 17);
     this.linkLabel1.TabIndex = 6;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "TorqueDev Website";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // linkLabel2
     //
     this.linkLabel2.AutoSize = true;
     this.linkLabel2.LinkBehavior = System.Windows.Forms.LinkBehavior.HoverUnderline;
     this.linkLabel2.Location = new System.Drawing.Point(16, 168);
     this.linkLabel2.Name = "linkLabel2";
     this.linkLabel2.Size = new System.Drawing.Size(78, 17);
     this.linkLabel2.TabIndex = 5;
     this.linkLabel2.TabStop = true;
     this.linkLabel2.Text = "Garage Games";
     this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
     //
     // pictureBox2
     //
     this.pictureBox2.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
     this.pictureBox2.Location = new System.Drawing.Point(-176, -32);
     this.pictureBox2.Name = "pictureBox2";
     this.pictureBox2.Size = new System.Drawing.Size(640, 140);
     this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox2.TabIndex = 7;
     this.pictureBox2.TabStop = false;
     //
     // pictureBox1
     //
     this.pictureBox1.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
     this.pictureBox1.Location = new System.Drawing.Point(8, 0);
     this.pictureBox1.Name = "pictureBox1";
     this.pictureBox1.Size = new System.Drawing.Size(128, 128);
     this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.pictureBox1.TabIndex = 0;
     this.pictureBox1.TabStop = false;
     //
     // tabControl1
     //
     this.tabControl1.BackColor = System.Drawing.SystemColors.Control;
     this.tabControl1.ButtonActiveColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.tabControl1.ButtonInactiveColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.tabControl1.Font = new System.Drawing.Font("Tahoma", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.World);
     this.tabControl1.HotTextColor = System.Drawing.SystemColors.ActiveCaption;
     this.tabControl1.ImageList = null;
     this.tabControl1.Location = new System.Drawing.Point(8, 120);
     this.tabControl1.Name = "tabControl1";
     this.tabControl1.OfficeDockSides = false;
     this.tabControl1.OfficeStyle = Crownwood.DotNetMagic.Controls.OfficeStyle.SoftWhite;
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.ShowDropSelect = false;
     this.tabControl1.Size = new System.Drawing.Size(440, 264);
     this.tabControl1.Style = Crownwood.DotNetMagic.Common.VisualStyle.IDE2005;
     this.tabControl1.TabIndex = 8;
     this.tabControl1.TabPages.AddRange(new Crownwood.DotNetMagic.Controls.TabPage[] {
                                                                                         this.tabPage1});
     this.tabControl1.TextColor = System.Drawing.SystemColors.ControlText;
     this.tabControl1.TextInactiveColor = System.Drawing.Color.FromArgb(((System.Byte)(128)), ((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.tabControl1.TextTips = true;
     //
     // tabPage1
     //
     this.tabPage1.BackColor = System.Drawing.SystemColors.ControlLightLight;
     this.tabPage1.Controls.Add(this.optOpenProj);
     this.tabPage1.Controls.Add(this.optRecentProj);
     this.tabPage1.Controls.Add(this.optNewProj);
     this.tabPage1.Controls.Add(this.lstRecent);
     this.tabPage1.Controls.Add(this.linkLabel1);
     this.tabPage1.Controls.Add(this.linkLabel2);
     this.tabPage1.Controls.Add(this.pictureBox1);
     this.tabPage1.InactiveBackColor = System.Drawing.Color.Empty;
     this.tabPage1.InactiveTextBackColor = System.Drawing.Color.Empty;
     this.tabPage1.InactiveTextColor = System.Drawing.Color.Empty;
     this.tabPage1.Location = new System.Drawing.Point(1, 1);
     this.tabPage1.Name = "tabPage1";
     this.tabPage1.SelectBackColor = System.Drawing.Color.Empty;
     this.tabPage1.SelectTextBackColor = System.Drawing.Color.Empty;
     this.tabPage1.SelectTextColor = System.Drawing.Color.Empty;
     this.tabPage1.Size = new System.Drawing.Size(438, 237);
     this.tabPage1.TabIndex = 4;
     this.tabPage1.Title = "Welcome";
     this.tabPage1.ToolTip = "Welcome";
     //
     // frmStartup
     //
     this.AcceptButton = this.cmdOK;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.SystemColors.Control;
     this.CancelButton = this.cmdClose;
     this.ClientSize = new System.Drawing.Size(458, 431);
     this.Controls.Add(this.pictureBox2);
     this.Controls.Add(this.cmdClose);
     this.Controls.Add(this.cmdOK);
     this.Controls.Add(this.tabControl1);
     this.Font = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmStartup";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Welcome";
     this.Load += new System.EventHandler(this.frmStartup_Load);
     this.Closed += new System.EventHandler(this.frmStartup_Closed);
     this.tabControl1.ResumeLayout(false);
     this.tabPage1.ResumeLayout(false);
     this.ResumeLayout(false);
 }
예제 #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.tabControl1       = new System.Windows.Forms.TabControl();
     this.tabCallStack      = new System.Windows.Forms.TabPage();
     this.lvCallStack       = new System.Windows.Forms.ListView();
     this.columnHeader1     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader2     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader3     = new System.Windows.Forms.ColumnHeader();
     this.tabVariables      = new System.Windows.Forms.TabPage();
     this.lvVars            = new System.Windows.Forms.ListView();
     this.columnHeader4     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader5     = new System.Windows.Forms.ColumnHeader();
     this.tabOutput         = new System.Windows.Forms.TabPage();
     this.txtOutput         = new TSDev.ScrollRTB();
     this.tabWatch          = new System.Windows.Forms.TabPage();
     this.lvWatch           = new System.Windows.Forms.ListView();
     this.columnHeader6     = new System.Windows.Forms.ColumnHeader();
     this.columnHeader7     = new System.Windows.Forms.ColumnHeader();
     this.ctmWatch          = new System.Windows.Forms.ContextMenu();
     this.mnuCTWatch_AddVar = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.mnuCTWatch_DelVar = new ActiproSoftware.WinUICore.OwnerDrawMenuItem();
     this.tabControl1.SuspendLayout();
     this.tabCallStack.SuspendLayout();
     this.tabVariables.SuspendLayout();
     this.tabOutput.SuspendLayout();
     this.tabWatch.SuspendLayout();
     this.SuspendLayout();
     //
     // tabControl1
     //
     this.tabControl1.Controls.Add(this.tabCallStack);
     this.tabControl1.Controls.Add(this.tabVariables);
     this.tabControl1.Controls.Add(this.tabOutput);
     this.tabControl1.Controls.Add(this.tabWatch);
     this.tabControl1.Location      = new System.Drawing.Point(8, 8);
     this.tabControl1.Name          = "tabControl1";
     this.tabControl1.SelectedIndex = 0;
     this.tabControl1.Size          = new System.Drawing.Size(584, 216);
     this.tabControl1.TabIndex      = 0;
     //
     // tabCallStack
     //
     this.tabCallStack.Controls.Add(this.lvCallStack);
     this.tabCallStack.Location = new System.Drawing.Point(4, 23);
     this.tabCallStack.Name     = "tabCallStack";
     this.tabCallStack.Size     = new System.Drawing.Size(576, 189);
     this.tabCallStack.TabIndex = 0;
     this.tabCallStack.Text     = "Call Stack";
     //
     // lvCallStack
     //
     this.lvCallStack.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader1,
         this.columnHeader2,
         this.columnHeader3
     });
     this.lvCallStack.Dock        = System.Windows.Forms.DockStyle.Fill;
     this.lvCallStack.GridLines   = true;
     this.lvCallStack.HeaderStyle = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvCallStack.Location    = new System.Drawing.Point(0, 0);
     this.lvCallStack.Name        = "lvCallStack";
     this.lvCallStack.Size        = new System.Drawing.Size(576, 189);
     this.lvCallStack.TabIndex    = 0;
     this.lvCallStack.UseCompatibleStateImageBehavior = false;
     this.lvCallStack.View = System.Windows.Forms.View.Details;
     //
     // columnHeader1
     //
     this.columnHeader1.Text  = "Function";
     this.columnHeader1.Width = 220;
     //
     // columnHeader2
     //
     this.columnHeader2.Text = "Line";
     //
     // columnHeader3
     //
     this.columnHeader3.Text  = "File";
     this.columnHeader3.Width = 285;
     //
     // tabVariables
     //
     this.tabVariables.Controls.Add(this.lvVars);
     this.tabVariables.Location = new System.Drawing.Point(4, 22);
     this.tabVariables.Name     = "tabVariables";
     this.tabVariables.Size     = new System.Drawing.Size(576, 190);
     this.tabVariables.TabIndex = 1;
     this.tabVariables.Text     = "Variables";
     //
     // lvVars
     //
     this.lvVars.Activation = System.Windows.Forms.ItemActivation.TwoClick;
     this.lvVars.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader4,
         this.columnHeader5
     });
     this.lvVars.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lvVars.FullRowSelect = true;
     this.lvVars.GridLines     = true;
     this.lvVars.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvVars.Location      = new System.Drawing.Point(0, 0);
     this.lvVars.Name          = "lvVars";
     this.lvVars.Size          = new System.Drawing.Size(576, 190);
     this.lvVars.Sorting       = System.Windows.Forms.SortOrder.Ascending;
     this.lvVars.TabIndex      = 0;
     this.lvVars.UseCompatibleStateImageBehavior = false;
     this.lvVars.View          = System.Windows.Forms.View.Details;
     this.lvVars.ItemActivate += new System.EventHandler(this.lvVars_ItemActivate);
     //
     // columnHeader4
     //
     this.columnHeader4.Text  = "Variable";
     this.columnHeader4.Width = 186;
     //
     // columnHeader5
     //
     this.columnHeader5.Text  = "Value";
     this.columnHeader5.Width = 380;
     //
     // tabOutput
     //
     this.tabOutput.Controls.Add(this.txtOutput);
     this.tabOutput.Location = new System.Drawing.Point(4, 22);
     this.tabOutput.Name     = "tabOutput";
     this.tabOutput.Size     = new System.Drawing.Size(576, 190);
     this.tabOutput.TabIndex = 2;
     this.tabOutput.Text     = "Output";
     //
     // txtOutput
     //
     this.txtOutput.BackColor  = System.Drawing.SystemColors.Window;
     this.txtOutput.Dock       = System.Windows.Forms.DockStyle.Fill;
     this.txtOutput.Font       = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.txtOutput.Location   = new System.Drawing.Point(0, 0);
     this.txtOutput.Name       = "txtOutput";
     this.txtOutput.ReadOnly   = true;
     this.txtOutput.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.ForcedVertical;
     this.txtOutput.Size       = new System.Drawing.Size(576, 190);
     this.txtOutput.TabIndex   = 0;
     this.txtOutput.Text       = "";
     //
     // tabWatch
     //
     this.tabWatch.Controls.Add(this.lvWatch);
     this.tabWatch.Location = new System.Drawing.Point(4, 23);
     this.tabWatch.Name     = "tabWatch";
     this.tabWatch.Size     = new System.Drawing.Size(576, 189);
     this.tabWatch.TabIndex = 3;
     this.tabWatch.Text     = "Watch";
     //
     // lvWatch
     //
     this.lvWatch.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.columnHeader6,
         this.columnHeader7
     });
     this.lvWatch.ContextMenu   = this.ctmWatch;
     this.lvWatch.Dock          = System.Windows.Forms.DockStyle.Fill;
     this.lvWatch.FullRowSelect = true;
     this.lvWatch.GridLines     = true;
     this.lvWatch.HeaderStyle   = System.Windows.Forms.ColumnHeaderStyle.Nonclickable;
     this.lvWatch.Location      = new System.Drawing.Point(0, 0);
     this.lvWatch.Name          = "lvWatch";
     this.lvWatch.Size          = new System.Drawing.Size(576, 189);
     this.lvWatch.Sorting       = System.Windows.Forms.SortOrder.Ascending;
     this.lvWatch.TabIndex      = 1;
     this.lvWatch.UseCompatibleStateImageBehavior = false;
     this.lvWatch.View = System.Windows.Forms.View.Details;
     //
     // columnHeader6
     //
     this.columnHeader6.Text  = "Variable";
     this.columnHeader6.Width = 186;
     //
     // columnHeader7
     //
     this.columnHeader7.Text  = "Value";
     this.columnHeader7.Width = 380;
     //
     // ctmWatch
     //
     this.ctmWatch.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
         this.mnuCTWatch_AddVar,
         this.mnuCTWatch_DelVar
     });
     //
     // mnuCTWatch_AddVar
     //
     this.mnuCTWatch_AddVar.Index     = 0;
     this.mnuCTWatch_AddVar.OwnerDraw = true;
     this.mnuCTWatch_AddVar.Text      = "&Add Variable";
     this.mnuCTWatch_AddVar.Click    += new System.EventHandler(this.mnuCTWatch_AddVar_Click);
     //
     // mnuCTWatch_DelVar
     //
     this.mnuCTWatch_DelVar.Index     = 1;
     this.mnuCTWatch_DelVar.OwnerDraw = true;
     this.mnuCTWatch_DelVar.Text      = "D&elete Variable";
     this.mnuCTWatch_DelVar.Click    += new System.EventHandler(this.mnuCTWatch_DelVar_Click);
     //
     // UCDebug
     //
     this.Controls.Add(this.tabControl1);
     this.Font  = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
     this.Name  = "UCDebug";
     this.Size  = new System.Drawing.Size(600, 232);
     this.Load += new System.EventHandler(this.UCDebug_Load);
     this.tabControl1.ResumeLayout(false);
     this.tabCallStack.ResumeLayout(false);
     this.tabVariables.ResumeLayout(false);
     this.tabOutput.ResumeLayout(false);
     this.tabWatch.ResumeLayout(false);
     this.ResumeLayout(false);
 }