Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/WindowsFormsApplication2/WindowsFormsApplication2/ChooseOptions.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'WindowsFormsApplication2/WindowsFormsApplication2/ChooseOptions.Designer.cs')
-rw-r--r--WindowsFormsApplication2/WindowsFormsApplication2/ChooseOptions.Designer.cs261
1 files changed, 261 insertions, 0 deletions
diff --git a/WindowsFormsApplication2/WindowsFormsApplication2/ChooseOptions.Designer.cs b/WindowsFormsApplication2/WindowsFormsApplication2/ChooseOptions.Designer.cs
new file mode 100644
index 0000000..2ff44c5
--- /dev/null
+++ b/WindowsFormsApplication2/WindowsFormsApplication2/ChooseOptions.Designer.cs
@@ -0,0 +1,261 @@
+namespace MSDNForums
+{
+ partial class ChooseOptions
+ {
+ /// <summary>
+ /// Required designer variable.
+ /// </summary>
+ private System.ComponentModel.IContainer components = null;
+
+ /// <summary>
+ /// Clean up any resources being used.
+ /// </summary>
+ /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
+ protected override void Dispose(bool disposing)
+ {
+ if (disposing && (components != null))
+ {
+ components.Dispose();
+ }
+ base.Dispose(disposing);
+ }
+
+ #region Windows Form Designer generated code
+
+ /// <summary>
+ /// Required method for Designer support - do not modify
+ /// the contents of this method with the code editor.
+ /// </summary>
+ private void InitializeComponent()
+ {
+ this.components = new System.ComponentModel.Container();
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ChooseOptions));
+ this.Openbtn = new System.Windows.Forms.Button();
+ this.Pastebtn = new System.Windows.Forms.Button();
+ this.Deletebtn = new System.Windows.Forms.Button();
+ this.OKbtn = new System.Windows.Forms.Button();
+ this.Cancelbtn = new System.Windows.Forms.Button();
+ this.pictureBox1 = new System.Windows.Forms.PictureBox();
+ this.label2 = new System.Windows.Forms.Label();
+ this.txtRead = new System.Windows.Forms.TextBox();
+ this.comboBox1 = new System.Windows.Forms.ComboBox();
+ this.label3 = new System.Windows.Forms.Label();
+ this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
+ this.button1 = new System.Windows.Forms.Button();
+ this.button2 = new System.Windows.Forms.Button();
+ this.panel1 = new System.Windows.Forms.Panel();
+ this.label1 = new System.Windows.Forms.Label();
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
+ this.panel1.SuspendLayout();
+ this.SuspendLayout();
+ //
+ // Openbtn
+ //
+ this.Openbtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Openbtn.BackgroundImage")));
+ this.Openbtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.Openbtn.Location = new System.Drawing.Point(354, 69);
+ this.Openbtn.Name = "Openbtn";
+ this.Openbtn.Size = new System.Drawing.Size(88, 48);
+ this.Openbtn.TabIndex = 0;
+ this.toolTip1.SetToolTip(this.Openbtn, "Open");
+ this.Openbtn.UseVisualStyleBackColor = true;
+ this.Openbtn.Click += new System.EventHandler(this.Openbtn_Click);
+ //
+ // Pastebtn
+ //
+ this.Pastebtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Pastebtn.BackgroundImage")));
+ this.Pastebtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.Pastebtn.Location = new System.Drawing.Point(354, 123);
+ this.Pastebtn.Name = "Pastebtn";
+ this.Pastebtn.Size = new System.Drawing.Size(88, 48);
+ this.Pastebtn.TabIndex = 1;
+ this.toolTip1.SetToolTip(this.Pastebtn, "Paste");
+ this.Pastebtn.UseVisualStyleBackColor = true;
+ this.Pastebtn.Click += new System.EventHandler(this.Pastebtn_Click);
+ //
+ // Deletebtn
+ //
+ this.Deletebtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Deletebtn.BackgroundImage")));
+ this.Deletebtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.Deletebtn.Location = new System.Drawing.Point(354, 177);
+ this.Deletebtn.Name = "Deletebtn";
+ this.Deletebtn.Size = new System.Drawing.Size(88, 48);
+ this.Deletebtn.TabIndex = 2;
+ this.toolTip1.SetToolTip(this.Deletebtn, "Delete");
+ this.Deletebtn.UseVisualStyleBackColor = true;
+ this.Deletebtn.Click += new System.EventHandler(this.Deletebtn_Click);
+ //
+ // OKbtn
+ //
+ this.OKbtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("OKbtn.BackgroundImage")));
+ this.OKbtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.OKbtn.Location = new System.Drawing.Point(354, 289);
+ this.OKbtn.Name = "OKbtn";
+ this.OKbtn.Size = new System.Drawing.Size(88, 48);
+ this.OKbtn.TabIndex = 3;
+ this.toolTip1.SetToolTip(this.OKbtn, "OK");
+ this.OKbtn.UseVisualStyleBackColor = true;
+ this.OKbtn.Click += new System.EventHandler(this.OKbtn_Click);
+ //
+ // Cancelbtn
+ //
+ this.Cancelbtn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Cancelbtn.BackgroundImage")));
+ this.Cancelbtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.Cancelbtn.Location = new System.Drawing.Point(354, 343);
+ this.Cancelbtn.Name = "Cancelbtn";
+ this.Cancelbtn.Size = new System.Drawing.Size(88, 48);
+ this.Cancelbtn.TabIndex = 4;
+ this.toolTip1.SetToolTip(this.Cancelbtn, "Cancel");
+ this.Cancelbtn.UseVisualStyleBackColor = true;
+ //
+ // pictureBox1
+ //
+ this.pictureBox1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
+ this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Fill;
+ this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
+ this.pictureBox1.InitialImage = ((System.Drawing.Image)(resources.GetObject("pictureBox1.InitialImage")));
+ this.pictureBox1.Location = new System.Drawing.Point(3, 3);
+ this.pictureBox1.Name = "pictureBox1";
+ this.pictureBox1.Size = new System.Drawing.Size(295, 316);
+ this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
+ this.pictureBox1.TabIndex = 5;
+ this.pictureBox1.TabStop = false;
+ this.pictureBox1.Click += new System.EventHandler(this.Openbtn_Click);
+ //
+ // label2
+ //
+ this.label2.AutoSize = true;
+ this.label2.Location = new System.Drawing.Point(28, 46);
+ this.label2.Name = "label2";
+ this.label2.Size = new System.Drawing.Size(69, 13);
+ this.label2.TabIndex = 7;
+ this.label2.Text = "Text to Read";
+ //
+ // txtRead
+ //
+ this.txtRead.Location = new System.Drawing.Point(122, 39);
+ this.txtRead.Name = "txtRead";
+ this.txtRead.Size = new System.Drawing.Size(210, 20);
+ this.txtRead.TabIndex = 9;
+ this.toolTip1.SetToolTip(this.txtRead, "Record a sound or write the text to speak");
+ //
+ // comboBox1
+ //
+ this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
+ this.comboBox1.FormattingEnabled = true;
+ this.comboBox1.Items.AddRange(new object[] {
+ "Black",
+ "Blue",
+ "Green",
+ "Orange",
+ "Red",
+ "Yellow"});
+ this.comboBox1.Location = new System.Drawing.Point(354, 251);
+ this.comboBox1.Name = "comboBox1";
+ this.comboBox1.Size = new System.Drawing.Size(88, 21);
+ this.comboBox1.TabIndex = 10;
+ this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
+ //
+ // label3
+ //
+ this.label3.AutoSize = true;
+ this.label3.Location = new System.Drawing.Point(351, 234);
+ this.label3.Name = "label3";
+ this.label3.Size = new System.Drawing.Size(63, 13);
+ this.label3.TabIndex = 11;
+ this.label3.Text = "Frame Color";
+ //
+ // button1
+ //
+ this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
+ this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.button1.Location = new System.Drawing.Point(354, 24);
+ this.button1.Name = "button1";
+ this.button1.Size = new System.Drawing.Size(30, 29);
+ this.button1.TabIndex = 12;
+ this.toolTip1.SetToolTip(this.button1, "Record");
+ this.button1.UseVisualStyleBackColor = true;
+ this.button1.Click += new System.EventHandler(this.button1_Click);
+ //
+ // button2
+ //
+ this.button2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button2.BackgroundImage")));
+ this.button2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
+ this.button2.Location = new System.Drawing.Point(389, 24);
+ this.button2.Name = "button2";
+ this.button2.Size = new System.Drawing.Size(30, 29);
+ this.button2.TabIndex = 13;
+ this.toolTip1.SetToolTip(this.button2, "Play");
+ this.button2.UseVisualStyleBackColor = true;
+ this.button2.Click += new System.EventHandler(this.button2_Click);
+ //
+ // panel1
+ //
+ this.panel1.Controls.Add(this.pictureBox1);
+ this.panel1.Location = new System.Drawing.Point(31, 69);
+ this.panel1.Name = "panel1";
+ this.panel1.Padding = new System.Windows.Forms.Padding(3);
+ this.panel1.Size = new System.Drawing.Size(301, 322);
+ this.panel1.TabIndex = 14;
+ //
+ // label1
+ //
+ this.label1.AutoSize = true;
+ this.label1.Location = new System.Drawing.Point(31, 13);
+ this.label1.Name = "label1";
+ this.label1.Size = new System.Drawing.Size(294, 13);
+ this.label1.TabIndex = 15;
+ this.label1.Text = "Specify Text to Read or Record a soud using the Rec button";
+ //
+ // ChooseOptions
+ //
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
+ this.ClientSize = new System.Drawing.Size(462, 412);
+ this.Controls.Add(this.label1);
+ this.Controls.Add(this.panel1);
+ this.Controls.Add(this.button2);
+ this.Controls.Add(this.button1);
+ this.Controls.Add(this.label3);
+ this.Controls.Add(this.comboBox1);
+ this.Controls.Add(this.txtRead);
+ this.Controls.Add(this.label2);
+ this.Controls.Add(this.Cancelbtn);
+ this.Controls.Add(this.OKbtn);
+ this.Controls.Add(this.Deletebtn);
+ this.Controls.Add(this.Pastebtn);
+ this.Controls.Add(this.Openbtn);
+ this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
+ this.MaximizeBox = false;
+ this.MaximumSize = new System.Drawing.Size(478, 450);
+ this.MinimizeBox = false;
+ this.MinimumSize = new System.Drawing.Size(478, 450);
+ this.Name = "ChooseOptions";
+ this.Text = "ChooseOptions";
+ this.Load += new System.EventHandler(this.ChooseOptions_Load);
+ ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
+ this.panel1.ResumeLayout(false);
+ this.ResumeLayout(false);
+ this.PerformLayout();
+
+ }
+
+ #endregion
+
+ private System.Windows.Forms.Button Openbtn;
+ private System.Windows.Forms.Button Pastebtn;
+ private System.Windows.Forms.Button Deletebtn;
+ private System.Windows.Forms.Button OKbtn;
+ private System.Windows.Forms.Button Cancelbtn;
+ private System.Windows.Forms.PictureBox pictureBox1;
+ private System.Windows.Forms.Label label2;
+ private System.Windows.Forms.TextBox txtRead;
+ private System.Windows.Forms.ComboBox comboBox1;
+ private System.Windows.Forms.Label label3;
+ private System.Windows.Forms.ToolTip toolTip1;
+ private System.Windows.Forms.Button button1;
+ private System.Windows.Forms.Button button2;
+ private System.Windows.Forms.Panel panel1;
+ private System.Windows.Forms.Label label1;
+ }
+} \ No newline at end of file