git-svn-id: svn://svn.ijw.co.nz/svn/OpenRa@1132 993157c7-ee19-0410-b2c4-bb4e9862e678

This commit is contained in:
chrisf
2007-07-07 06:09:18 +00:00
parent 31a9197721
commit aa29971bf9
7 changed files with 195 additions and 5 deletions

View File

@@ -29,11 +29,37 @@ namespace OpenRa.TechTreeTest
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.buildableItems = new System.Windows.Forms.FlowLayoutPanel();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.SuspendLayout();
//
// buildableItems
//
this.buildableItems.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)));
this.buildableItems.AutoScroll = true;
this.buildableItems.BackColor = System.Drawing.SystemColors.AppWorkspace;
this.buildableItems.Location = new System.Drawing.Point(13, 13);
this.buildableItems.Name = "buildableItems";
this.buildableItems.Size = new System.Drawing.Size(336, 591);
this.buildableItems.TabIndex = 0;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(365, 616);
this.Controls.Add(this.buildableItems);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.FlowLayoutPanel buildableItems;
private System.Windows.Forms.ToolTip toolTip1;
}
}