namespace UninstallSurvey
{
partial class Form1
{
///
/// 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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.btnSubmit = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label1 = new System.Windows.Forms.Label();
this.edResponse = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.btnSkip = new System.Windows.Forms.Button();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// btnSubmit
//
this.btnSubmit.Location = new System.Drawing.Point(365, 329);
this.btnSubmit.Name = "btnSubmit";
this.btnSubmit.Size = new System.Drawing.Size(118, 23);
this.btnSubmit.TabIndex = 0;
this.btnSubmit.Text = "Submit && uninstall";
this.btnSubmit.UseVisualStyleBackColor = true;
this.btnSubmit.Click += new System.EventHandler(this.button1_Click);
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.White;
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(497, 69);
this.panel1.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(54, 36);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(251, 13);
this.label2.TabIndex = 3;
this.label2.Text = "Please take a moment to help us improve AyaNova.";
//
// pictureBox1
//
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(445, 13);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(38, 37);
this.pictureBox1.TabIndex = 2;
this.pictureBox1.TabStop = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.Location = new System.Drawing.Point(14, 10);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(108, 15);
this.label1.TabIndex = 0;
this.label1.Text = "Uninstall survey";
//
// edResponse
//
this.edResponse.AcceptsReturn = true;
this.edResponse.AcceptsTab = true;
this.edResponse.ForeColor = System.Drawing.SystemColors.GrayText;
this.edResponse.Location = new System.Drawing.Point(34, 104);
this.edResponse.Multiline = true;
this.edResponse.Name = "edResponse";
this.edResponse.Size = new System.Drawing.Size(428, 170);
this.edResponse.TabIndex = 3;
this.edResponse.Enter += new System.EventHandler(this.edResponse_Enter);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(31, 85);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(176, 13);
this.label3.TabIndex = 4;
this.label3.Text = "I am uninstalling AyaNova because:";
//
// btnSkip
//
this.btnSkip.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnSkip.Location = new System.Drawing.Point(17, 329);
this.btnSkip.Name = "btnSkip";
this.btnSkip.Size = new System.Drawing.Size(118, 23);
this.btnSkip.TabIndex = 5;
this.btnSkip.Text = "Just uninstall";
this.btnSkip.UseVisualStyleBackColor = true;
this.btnSkip.Click += new System.EventHandler(this.btnSkip_Click_1);
//
// groupBox1
//
this.groupBox1.Location = new System.Drawing.Point(0, 313);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(503, 5);
this.groupBox1.TabIndex = 6;
this.groupBox1.TabStop = false;
//
// Form1
//
this.AcceptButton = this.btnSubmit;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.CancelButton = this.btnSkip;
this.ClientSize = new System.Drawing.Size(497, 364);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.btnSkip);
this.Controls.Add(this.label3);
this.Controls.Add(this.edResponse);
this.Controls.Add(this.panel1);
this.Controls.Add(this.btnSubmit);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedToolWindow;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "AyaNova uninstall";
this.TopMost = true;
this.Load += new System.EventHandler(this.Form1_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnSubmit;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox edResponse;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Button btnSkip;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.GroupBox groupBox1;
}
}