namespace DarkWynter.App
{
partial class SurveyControl
{
///
/// 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 Component Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.SurveyPanel = new System.Windows.Forms.GroupBox();
this.testButton = new System.Windows.Forms.Button();
this.InstructionBox = new System.Windows.Forms.Label();
this.SurveyPanel.SuspendLayout();
this.SuspendLayout();
//
// SurveyPanel
//
this.SurveyPanel.Controls.Add(this.testButton);
this.SurveyPanel.Controls.Add(this.InstructionBox);
this.SurveyPanel.Location = new System.Drawing.Point(3, 3);
this.SurveyPanel.Name = "SurveyPanel";
this.SurveyPanel.Size = new System.Drawing.Size(651, 179);
this.SurveyPanel.TabIndex = 9;
this.SurveyPanel.TabStop = false;
//
// testButton
//
this.testButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(128)))));
this.testButton.Location = new System.Drawing.Point(478, 146);
this.testButton.Name = "testButton";
this.testButton.Size = new System.Drawing.Size(112, 23);
this.testButton.TabIndex = 3;
this.testButton.UseVisualStyleBackColor = false;
this.testButton.Click += new System.EventHandler(this.pretestButton_Click);
//
// InstructionBox
//
this.InstructionBox.AutoSize = true;
this.InstructionBox.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.InstructionBox.Cursor = System.Windows.Forms.Cursors.No;
this.InstructionBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.InstructionBox.ForeColor = System.Drawing.SystemColors.Desktop;
this.InstructionBox.Location = new System.Drawing.Point(11, 20);
this.InstructionBox.Name = "InstructionBox";
this.InstructionBox.Padding = new System.Windows.Forms.Padding(1);
this.InstructionBox.Size = new System.Drawing.Size(2, 18);
this.InstructionBox.TabIndex = 2;
//
// SurveyControl
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.SurveyPanel);
this.Name = "SurveyControl";
this.Size = new System.Drawing.Size(661, 194);
this.SurveyPanel.ResumeLayout(false);
this.SurveyPanel.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox SurveyPanel;
private System.Windows.Forms.Button testButton;
private System.Windows.Forms.Label InstructionBox;
}
}