1
2namespace OpenBve.OldCode
3{
4	partial class formPackage
5	{
6		/// <summary>
7		/// Designer variable used to keep track of non-visual components.
8		/// </summary>
9		private System.ComponentModel.IContainer components = null;
10
11		/// <summary>
12		/// Disposes resources used by the form.
13		/// </summary>
14		/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
15		protected override void Dispose(bool disposing)
16		{
17			if (disposing) {
18				if (components != null) {
19					components.Dispose();
20				}
21			}
22			base.Dispose(disposing);
23		}
24
25		/// <summary>
26		/// This method is required for Windows Forms designer support.
27		/// Do not change the method contents inside the source code editor. The Forms designer might
28		/// not be able to load this method if it was changed manually.
29		/// </summary>
30		private void InitializeComponent()
31		{
32			this.SuspendLayout();
33			//
34			// formPackage
35			//
36			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
37			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
38			this.ClientSize = new System.Drawing.Size(292, 273);
39			this.Name = "formPackage";
40			this.Text = "Package details";
41			this.ResumeLayout(false);
42		}
43	}
44}
45