1 namespace OpenBve.UserInterface
2 {
3 	partial class formRaildriverCalibration
4 	{
5 		/// <summary>
6 		/// Required designer variable.
7 		/// </summary>
8 		private System.ComponentModel.IContainer components = null;
9 
10 		#region Windows Form Designer generated code
11 
12 		/// <summary>
13 		/// Required method for Designer support - do not modify
14 		/// the contents of this method with the code editor.
15 		/// </summary>
InitializeComponent()16 		private void InitializeComponent()
17 		{
18 			this.pictureBox1 = new System.Windows.Forms.PictureBox();
19 			this.labelCalibrationText = new System.Windows.Forms.Label();
20 			this.buttonCalibrationNext = new System.Windows.Forms.Button();
21 			this.buttonCalibrationPrevious = new System.Windows.Forms.Button();
22 			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
23 			this.SuspendLayout();
24 			//
25 			// pictureBox1
26 			//
27 			this.pictureBox1.Location = new System.Drawing.Point(13, 13);
28 			this.pictureBox1.Name = "pictureBox1";
29 			this.pictureBox1.Size = new System.Drawing.Size(800, 420);
30 			this.pictureBox1.TabIndex = 0;
31 			this.pictureBox1.TabStop = false;
32 			//
33 			// labelCalibrationText
34 			//
35 			this.labelCalibrationText.AutoSize = true;
36 			this.labelCalibrationText.Location = new System.Drawing.Point(12, 445);
37 			this.labelCalibrationText.Name = "labelCalibrationText";
38 			this.labelCalibrationText.Size = new System.Drawing.Size(185, 13);
39 			this.labelCalibrationText.TabIndex = 1;
40 			this.labelCalibrationText.Text = "Please press \'Next\' to start calibration.";
41 			//
42 			// buttonCalibrationNext
43 			//
44 			this.buttonCalibrationNext.Location = new System.Drawing.Point(737, 445);
45 			this.buttonCalibrationNext.Name = "buttonCalibrationNext";
46 			this.buttonCalibrationNext.Size = new System.Drawing.Size(75, 23);
47 			this.buttonCalibrationNext.TabIndex = 2;
48 			this.buttonCalibrationNext.Text = "Next";
49 			this.buttonCalibrationNext.UseVisualStyleBackColor = true;
50 			this.buttonCalibrationNext.Click += new System.EventHandler(this.buttonCalibrationNext_Click);
51 			//
52 			// buttonCalibrationPrevious
53 			//
54 			this.buttonCalibrationPrevious.Location = new System.Drawing.Point(656, 445);
55 			this.buttonCalibrationPrevious.Name = "buttonCalibrationPrevious";
56 			this.buttonCalibrationPrevious.Size = new System.Drawing.Size(75, 23);
57 			this.buttonCalibrationPrevious.TabIndex = 3;
58 			this.buttonCalibrationPrevious.Text = "Previous";
59 			this.buttonCalibrationPrevious.UseVisualStyleBackColor = true;
60 			this.buttonCalibrationPrevious.Click += new System.EventHandler(this.buttonCalibrationPrevious_Click);
61 			//
62 			// formRaildriverCalibration
63 			//
64 			this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
65 			this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
66 			this.ClientSize = new System.Drawing.Size(827, 480);
67 			this.Controls.Add(this.buttonCalibrationPrevious);
68 			this.Controls.Add(this.buttonCalibrationNext);
69 			this.Controls.Add(this.labelCalibrationText);
70 			this.Controls.Add(this.pictureBox1);
71 			this.Name = "formRaildriverCalibration";
72 			this.Text = "Raildriver Calibration";
73 			this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.formRaildriverCalibration_FormClosing);
74 			((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
75 			this.ResumeLayout(false);
76 			this.PerformLayout();
77 
78 		}
79 
80 		#endregion
81 
82 		private System.Windows.Forms.PictureBox pictureBox1;
83 		private System.Windows.Forms.Label labelCalibrationText;
84 		private System.Windows.Forms.Button buttonCalibrationNext;
85 		private System.Windows.Forms.Button buttonCalibrationPrevious;
86 	}
87 }
88