mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 21:08:51 +00:00
69 lines
2.9 KiB
C#
69 lines
2.9 KiB
C#
namespace Cosmos.VS.Package
|
|
{
|
|
partial class DebugPage
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.labelNoConfig = new System.Windows.Forms.Label();
|
|
this.panelSubPage = new System.Windows.Forms.Panel();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelNoConfig
|
|
//
|
|
this.labelNoConfig.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
|
| System.Windows.Forms.AnchorStyles.Right)));
|
|
this.labelNoConfig.ForeColor = System.Drawing.SystemColors.GrayText;
|
|
this.labelNoConfig.Location = new System.Drawing.Point(0, 41);
|
|
this.labelNoConfig.Name = "labelNoConfig";
|
|
this.labelNoConfig.Size = new System.Drawing.Size(492, 16);
|
|
this.labelNoConfig.TabIndex = 1;
|
|
this.labelNoConfig.Text = "<no debug configuration avaliable for current build target>";
|
|
this.labelNoConfig.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// panelSubPage
|
|
//
|
|
this.panelSubPage.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.panelSubPage.AutoScroll = true;
|
|
this.panelSubPage.Location = new System.Drawing.Point(0, 41);
|
|
this.panelSubPage.Margin = new System.Windows.Forms.Padding(0);
|
|
this.panelSubPage.Name = "panelSubPage";
|
|
this.panelSubPage.Size = new System.Drawing.Size(492, 247);
|
|
this.panelSubPage.TabIndex = 3;
|
|
this.panelSubPage.Visible = false;
|
|
//
|
|
// DebugPage
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.Controls.Add(this.panelSubPage);
|
|
this.Controls.Add(this.labelNoConfig);
|
|
this.Font = new System.Drawing.Font("Segoe UI", 8.25F);
|
|
this.Name = "DebugPage";
|
|
this.Title = "Debug";
|
|
this.Controls.SetChildIndex(this.labelNoConfig, 0);
|
|
this.Controls.SetChildIndex(this.panelSubPage, 0);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label labelNoConfig;
|
|
private System.Windows.Forms.Panel panelSubPage;
|
|
|
|
|
|
}
|
|
}
|