Cosmos/source2/Debug/Cosmos.Debug.GDB/BreakpointUC.Designer.cs
kudzu_cp f387ea2d82
2010-07-27 04:31:02 +00:00

80 lines
3.2 KiB
C#

namespace Cosmos.Debug.GDB {
partial class BreakpointUC {
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing) {
if (disposing && (components != null)) {
components.Dispose();
}
base.Dispose(disposing);
}
#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.lablNum = new System.Windows.Forms.Label();
this.cboxEnabled = new System.Windows.Forms.CheckBox();
this.lablName = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// lablNum
//
this.lablNum.AutoSize = true;
this.lablNum.Location = new System.Drawing.Point(24, 4);
this.lablNum.Name = "lablNum";
this.lablNum.Size = new System.Drawing.Size(28, 13);
this.lablNum.TabIndex = 0;
this.lablNum.Text = "XXX";
//
// cboxEnabled
//
this.cboxEnabled.AutoSize = true;
this.cboxEnabled.Location = new System.Drawing.Point(3, 3);
this.cboxEnabled.Name = "cboxEnabled";
this.cboxEnabled.Size = new System.Drawing.Size(15, 14);
this.cboxEnabled.TabIndex = 1;
this.cboxEnabled.UseVisualStyleBackColor = true;
//
// lablName
//
this.lablName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lablName.Location = new System.Drawing.Point(58, 4);
this.lablName.Name = "lablName";
this.lablName.Size = new System.Drawing.Size(184, 13);
this.lablName.TabIndex = 2;
this.lablName.Text = "Breakpoint Name";
//
// BreakpointUC
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.lablName);
this.Controls.Add(this.cboxEnabled);
this.Controls.Add(this.lablNum);
this.Name = "BreakpointUC";
this.Size = new System.Drawing.Size(256, 22);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
public System.Windows.Forms.Label lablNum;
public System.Windows.Forms.CheckBox cboxEnabled;
public System.Windows.Forms.Label lablName;
}
}