annotate DeMaskingLT/ThankYou.designer.cs @ 3:e0bd22354f3f tip

Fixed name bug
author Geogaddi\David <d.m.ronan@qmul.ac.uk>
date Fri, 07 Jul 2017 12:34:24 +0100
parents e8147674e932
children
rev   line source
d@0 1 namespace DeMaskingLT
d@0 2 {
d@0 3 partial class ThankYou
d@0 4 {
d@0 5 /// <summary>
d@0 6 /// Required designer variable.
d@0 7 /// </summary>
d@0 8 private System.ComponentModel.IContainer components = null;
d@0 9
d@0 10 /// <summary>
d@0 11 /// Clean up any resources being used.
d@0 12 /// </summary>
d@0 13 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
d@0 14 protected override void Dispose(bool disposing)
d@0 15 {
d@0 16 if (disposing && (components != null))
d@0 17 {
d@0 18 components.Dispose();
d@0 19 }
d@0 20 base.Dispose(disposing);
d@0 21 }
d@0 22
d@0 23 #region Windows Form Designer generated code
d@0 24
d@0 25 /// <summary>
d@0 26 /// Required method for Designer support - do not modify
d@0 27 /// the contents of this method with the code editor.
d@0 28 /// </summary>
d@0 29 private void InitializeComponent()
d@0 30 {
d@0 31 this.button1 = new System.Windows.Forms.Button();
d@0 32 this.textBox1 = new System.Windows.Forms.TextBox();
d@0 33 this.SuspendLayout();
d@0 34 //
d@0 35 // button1
d@0 36 //
d@0 37 this.button1.DialogResult = System.Windows.Forms.DialogResult.OK;
d@0 38 this.button1.Location = new System.Drawing.Point(233, 70);
d@0 39 this.button1.Name = "button1";
d@0 40 this.button1.Size = new System.Drawing.Size(75, 23);
d@0 41 this.button1.TabIndex = 2;
d@0 42 this.button1.Text = "OK";
d@0 43 this.button1.UseVisualStyleBackColor = true;
d@0 44 this.button1.Click += new System.EventHandler(this.button1_Click);
d@0 45 //
d@0 46 // textBox1
d@0 47 //
d@0 48 this.textBox1.BackColor = System.Drawing.Color.White;
d@0 49 this.textBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
d@0 50 this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
d@0 51 this.textBox1.Location = new System.Drawing.Point(32, 12);
d@0 52 this.textBox1.Multiline = true;
d@0 53 this.textBox1.Name = "textBox1";
d@0 54 this.textBox1.ReadOnly = true;
d@0 55 this.textBox1.Size = new System.Drawing.Size(456, 52);
d@0 56 this.textBox1.TabIndex = 3;
d@0 57 this.textBox1.Text = "Thank you for submitting your ratings. When you are ready to move on to the next " +
d@0 58 "song, please press the OK button.";
d@0 59 this.textBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
d@0 60 //
d@0 61 // ThankYou
d@0 62 //
d@0 63 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
d@0 64 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
d@0 65 this.ClientSize = new System.Drawing.Size(519, 101);
d@0 66 this.Controls.Add(this.textBox1);
d@0 67 this.Controls.Add(this.button1);
d@0 68 this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
d@0 69 this.MaximizeBox = false;
d@0 70 this.MinimizeBox = false;
d@0 71 this.Name = "ThankYou";
d@0 72 this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
d@0 73 this.ResumeLayout(false);
d@0 74 this.PerformLayout();
d@0 75
d@0 76 }
d@0 77
d@0 78 #endregion
d@0 79
d@0 80 private System.Windows.Forms.Button button1;
d@0 81 private System.Windows.Forms.TextBox textBox1;
d@0 82 }
d@0 83 }