namespace AtariRobot
{
partial class OptionsForm
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.cameraSpinner = new System.Windows.Forms.NumericUpDown();
this.label2 = new System.Windows.Forms.Label();
this.fileNameBox = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.browseButton = new System.Windows.Forms.Button();
this.okButton = new System.Windows.Forms.Button();
((System.ComponentModel.ISupportInitialize)(this.cameraSpinner)).BeginInit();
this.SuspendLayout();
//
// cameraSpinner
//
this.cameraSpinner.Location = new System.Drawing.Point(75, 37);
this.cameraSpinner.Name = "cameraSpinner";
this.cameraSpinner.Size = new System.Drawing.Size(100, 20);
this.cameraSpinner.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(13, 39);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(34, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Input:";
//
// fileNameBox
//
this.fileNameBox.Location = new System.Drawing.Point(75, 64);
this.fileNameBox.Name = "fileNameBox";
this.fileNameBox.Size = new System.Drawing.Size(100, 20);
this.fileNameBox.TabIndex = 4;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(13, 67);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(26, 13);
this.label3.TabIndex = 5;
this.label3.Text = "File:";
//
// browseButton
//
this.browseButton.Location = new System.Drawing.Point(182, 64);
this.browseButton.Name = "browseButton";
this.browseButton.Size = new System.Drawing.Size(24, 23);
this.browseButton.TabIndex = 6;
this.browseButton.Text = "...";
this.browseButton.UseVisualStyleBackColor = true;
this.browseButton.Click += new System.EventHandler(this.browseButton_Click);
//
// okButton
//
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
this.okButton.Location = new System.Drawing.Point(215, 231);
this.okButton.Name = "okButton";
this.okButton.Size = new System.Drawing.Size(65, 23);
this.okButton.TabIndex = 7;
this.okButton.Text = "OK";
this.okButton.UseVisualStyleBackColor = true;
//
// OptionsForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 266);
this.Controls.Add(this.okButton);
this.Controls.Add(this.browseButton);
this.Controls.Add(this.label3);
this.Controls.Add(this.fileNameBox);
this.Controls.Add(this.label2);
this.Controls.Add(this.cameraSpinner);
this.Name = "OptionsForm";
this.Text = "Options";
((System.ComponentModel.ISupportInitialize)(this.cameraSpinner)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button browseButton;
private System.Windows.Forms.Button okButton;
public System.Windows.Forms.NumericUpDown cameraSpinner;
public System.Windows.Forms.TextBox fileNameBox;
}
}