namespace MVPLearning.TestingArea.ViewModelEquality
{
partial class ViewModelEqualityView
{
///
/// 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()
{
baseTextBox1 = new BaseLibrary.BaseTextBox();
button1 = new Button();
button2 = new Button();
button3 = new Button();
label1 = new Label();
SuspendLayout();
//
// baseTextBox1
//
baseTextBox1.BorderStyle = BorderStyle.FixedSingle;
baseTextBox1.Location = new Point(12, 12);
baseTextBox1.Name = "baseTextBox1";
baseTextBox1.Size = new Size(269, 23);
baseTextBox1.TabIndex = 0;
//
// button1
//
button1.Location = new Point(12, 41);
button1.Name = "button1";
button1.Size = new Size(75, 23);
button1.TabIndex = 1;
button1.Text = "Mary";
button1.UseVisualStyleBackColor = true;
button1.Click += Button_Click;
//
// button2
//
button2.Location = new Point(109, 41);
button2.Name = "button2";
button2.Size = new Size(75, 23);
button2.TabIndex = 2;
button2.Text = "Sara";
button2.UseVisualStyleBackColor = true;
button2.Click += Button_Click;
//
// button3
//
button3.Location = new Point(206, 41);
button3.Name = "button3";
button3.Size = new Size(75, 23);
button3.TabIndex = 3;
button3.Text = "John";
button3.UseVisualStyleBackColor = true;
button3.Click += Button_Click;
//
// label1
//
label1.AutoSize = true;
label1.Font = new Font("Segoe UI", 16F);
label1.ForeColor = SystemColors.Highlight;
label1.Location = new Point(15, 107);
label1.Name = "label1";
label1.Size = new Size(262, 30);
label1.TabIndex = 5;
label1.Text = "A change has been made.";
//
// ViewModelEqualityView
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(293, 245);
Controls.Add(label1);
Controls.Add(button3);
Controls.Add(button2);
Controls.Add(button1);
Controls.Add(baseTextBox1);
Name = "ViewModelEqualityView";
Text = "View Properties with Model Equality";
ResumeLayout(false);
PerformLayout();
}
#endregion
private BaseLibrary.BaseTextBox baseTextBox1;
private Button button1;
private Button button2;
private Button button3;
private Label label1;
}
}