d@0: namespace DeMaskingLT
d@0: {
d@0: partial class ThankYou
d@0: {
d@0: ///
d@0: /// Required designer variable.
d@0: ///
d@0: private System.ComponentModel.IContainer components = null;
d@0:
d@0: ///
d@0: /// Clean up any resources being used.
d@0: ///
d@0: /// true if managed resources should be disposed; otherwise, false.
d@0: protected override void Dispose(bool disposing)
d@0: {
d@0: if (disposing && (components != null))
d@0: {
d@0: components.Dispose();
d@0: }
d@0: base.Dispose(disposing);
d@0: }
d@0:
d@0: #region Windows Form Designer generated code
d@0:
d@0: ///
d@0: /// Required method for Designer support - do not modify
d@0: /// the contents of this method with the code editor.
d@0: ///
d@0: private void InitializeComponent()
d@0: {
d@0: this.button1 = new System.Windows.Forms.Button();
d@0: this.textBox1 = new System.Windows.Forms.TextBox();
d@0: this.SuspendLayout();
d@0: //
d@0: // button1
d@0: //
d@0: this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
d@0: this.button1.Location = new System.Drawing.Point(233, 70);
d@0: this.button1.Name = "button1";
d@0: this.button1.Size = new System.Drawing.Size(75, 23);
d@0: this.button1.TabIndex = 2;
d@0: this.button1.Text = "OK";
d@0: this.button1.UseVisualStyleBackColor = true;
d@0: this.button1.Click += new System.EventHandler(this.button1_Click);
d@0: //
d@0: // textBox1
d@0: //
d@0: this.textBox1.BackColor = System.Drawing.Color.White;
d@0: this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
d@0: this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0: this.textBox1.Location = new System.Drawing.Point(32, 12);
d@0: this.textBox1.Multiline = true;
d@0: this.textBox1.Name = "textBox1";
d@0: this.textBox1.ReadOnly = true;
d@0: this.textBox1.Size = new System.Drawing.Size(456, 52);
d@0: this.textBox1.TabIndex = 3;
d@0: this.textBox1.Text = "Thank you for submitting your ratings. When you are ready to move on to the next " +
d@0: "song, please press the OK button.";
d@0: this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
d@0: //
d@0: // ThankYou
d@0: //
d@0: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
d@0: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
d@0: this.ClientSize = new System.Drawing.Size(519, 101);
d@0: this.Controls.Add(this.textBox1);
d@0: this.Controls.Add(this.button1);
d@0: this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
d@0: this.MaximizeBox = false;
d@0: this.MinimizeBox = false;
d@0: this.Name = "ThankYou";
d@0: this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
d@0: this.ResumeLayout(false);
d@0: this.PerformLayout();
d@0:
d@0: }
d@0:
d@0: #endregion
d@0:
d@0: private System.Windows.Forms.Button button1;
d@0: private System.Windows.Forms.TextBox textBox1;
d@0: }
d@0: }