Fleshing out debugger types.
This commit is contained in:
36
src/Xenia.Debug.UI/Views/ThreadsPanel.Designer.cs
generated
36
src/Xenia.Debug.UI/Views/ThreadsPanel.Designer.cs
generated
@@ -23,11 +23,45 @@
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent() {
|
||||
this.components = new System.ComponentModel.Container();
|
||||
this.threadsListView = new System.Windows.Forms.ListView();
|
||||
this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader2 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// threadsListView
|
||||
//
|
||||
this.threadsListView.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.threadsListView.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||||
this.columnHeader1,
|
||||
this.columnHeader2,
|
||||
this.columnHeader3});
|
||||
this.threadsListView.Location = new System.Drawing.Point(12, 12);
|
||||
this.threadsListView.Name = "threadsListView";
|
||||
this.threadsListView.Size = new System.Drawing.Size(731, 287);
|
||||
this.threadsListView.TabIndex = 1;
|
||||
this.threadsListView.UseCompatibleStateImageBehavior = false;
|
||||
this.threadsListView.View = System.Windows.Forms.View.Details;
|
||||
//
|
||||
// ThreadsPanel
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(755, 311);
|
||||
this.Controls.Add(this.threadsListView);
|
||||
this.Name = "ThreadsPanel";
|
||||
this.Text = "Threads";
|
||||
this.ResumeLayout(false);
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.ListView threadsListView;
|
||||
private System.Windows.Forms.ColumnHeader columnHeader1;
|
||||
private System.Windows.Forms.ColumnHeader columnHeader2;
|
||||
private System.Windows.Forms.ColumnHeader columnHeader3;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user