|
namespace Accessibility_Core_App;
partial class DataBindingExample
{
/// <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.dataGridView1 = new System.Windows.Forms.DataGridView();
this.panel1 = new System.Windows.Forms.Panel();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
this.checkBox1 = new System.Windows.Forms.CheckBox();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.domainUpDown1 = new System.Windows.Forms.DomainUpDown();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.label2 = new System.Windows.Forms.Label();
this.treeView1 = new System.Windows.Forms.TreeView();
this.label3 = new System.Windows.Forms.Label();
this.listView1 = new System.Windows.Forms.ListView();
this.label4 = new System.Windows.Forms.Label();
this.listBox1 = new System.Windows.Forms.ListBox();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.SuspendLayout();
//
// comboBox1
//
this.comboBox1.AccessibleDescription = "CB1";
this.comboBox1.AccessibleName = "CB1";
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(10, 9);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(121, 23);
this.comboBox1.TabIndex = 2;
this.comboBox1.Text = "ComboBox_DropDown";
//
// dataGridView1
//
this.dataGridView1.AccessibleDescription = "DGV1";
this.dataGridView1.AccessibleName = "DGV1";
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(12, 21);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.Size = new System.Drawing.Size(240, 150);
this.dataGridView1.TabIndex = 0;
this.dataGridView1.StandardTab = true;
this.dataGridView1.Text = "dataGridView1";
//
// label1
//
this.label1.AccessibleDescription = "L1";
this.label1.AccessibleName = "L1";
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(10, 48);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(109, 15);
this.label1.TabIndex = 3;
this.label1.Text = "StudentPhoneNum";
//
// textBox1
//
this.textBox1.AccessibleDescription = "TB1";
this.textBox1.AccessibleName = "TB1";
this.textBox1.Location = new System.Drawing.Point(10, 77);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(142, 23);
this.textBox1.TabIndex = 4;
this.textBox1.Text = "TextBox";
//
// button1
//
this.button1.AccessibleDescription = "BT1";
this.button1.AccessibleName = "BT1";
this.button1.Location = new System.Drawing.Point(10, 136);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 23);
this.button1.TabIndex = 5;
this.button1.Text = "button1";
this.button1.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.AccessibleDescription = "Pane1";
this.panel1.AccessibleName = "Panel1";
this.panel1.Controls.Add(this.comboBox1);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.textBox1);
this.panel1.Controls.Add(this.button1);
this.panel1.Controls.Add(this.linkLabel1);
this.panel1.Controls.Add(this.maskedTextBox1);
this.panel1.Controls.Add(this.checkBox1);
this.panel1.Controls.Add(this.richTextBox1);
this.panel1.Controls.Add(this.domainUpDown1);
this.panel1.Controls.Add(this.numericUpDown1);
this.panel1.Controls.Add(this.radioButton1);
this.panel1.Location = new System.Drawing.Point(272, 12);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(479, 198);
this.panel1.TabIndex = 1;
//
// radioButton1
//
this.radioButton1.AccessibleDescription = "RB1";
this.radioButton1.AccessibleName = "RB1";
this.radioButton1.AutoSize = true;
this.radioButton1.Location = new System.Drawing.Point(336, 77);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(84, 19);
this.radioButton1.TabIndex = 12;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "Agreement";
this.radioButton1.UseVisualStyleBackColor = true;
//
// numericUpDown1
//
this.numericUpDown1.AccessibleDescription = "NUO1";
this.numericUpDown1.AccessibleName = "NUO1";
this.numericUpDown1.Location = new System.Drawing.Point(336, 39);
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(120, 23);
this.numericUpDown1.TabIndex = 11;
//
// domainUpDown1
//
this.domainUpDown1.AccessibleDescription = "DUO1";
this.domainUpDown1.AccessibleName = "DUO1";
this.domainUpDown1.Location = new System.Drawing.Point(336, 10);
this.domainUpDown1.Name = "domainUpDown1";
this.domainUpDown1.Size = new System.Drawing.Size(120, 23);
this.domainUpDown1.TabIndex = 10;
this.domainUpDown1.Text = "Student count";
//
// richTextBox1
//
this.richTextBox1.AccessibleDescription = "RT1";
this.richTextBox1.AccessibleName = "RT1";
this.richTextBox1.Location = new System.Drawing.Point(169, 102);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(151, 85);
this.richTextBox1.TabIndex = 9;
this.richTextBox1.Text = "RichTestBox";
this.richTextBox1.BackColor = System.Drawing.SystemColors.Window;
//
// checkBox1
//
this.checkBox1.AccessibleDescription = "CB2";
this.checkBox1.AccessibleName = "CB2";
this.checkBox1.AutoSize = true;
this.checkBox1.Location = new System.Drawing.Point(169, 77);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(80, 19);
this.checkBox1.TabIndex = 8;
this.checkBox1.Text = "Is_Student";
this.checkBox1.UseVisualStyleBackColor = true;
//
// maskedTextBox1
//
this.maskedTextBox1.AccessibleDescription = "MT1";
this.maskedTextBox1.AccessibleName = "MT1";
this.maskedTextBox1.Location = new System.Drawing.Point(169, 45);
this.maskedTextBox1.Name = "maskedTextBox1";
this.maskedTextBox1.Size = new System.Drawing.Size(142, 23);
this.maskedTextBox1.TabIndex = 7;
this.maskedTextBox1.Text = "MaskedTextBox";
//
// linkLabel1
//
this.linkLabel1.AccessibleDescription = "IL1";
this.linkLabel1.AccessibleName = "IL1";
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(169, 12);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(84, 15);
this.linkLabel1.TabIndex = 6;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "HomeNumber";
//
// label2
//
this.label2.AccessibleDescription = "L2";
this.label2.AccessibleName = "L2";
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(37, 224);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 15);
this.label2.TabIndex = 13;
this.label2.Text = "TreeView";
//
// treeView1
//
this.treeView1.AccessibleDescription = "TV1";
this.treeView1.AccessibleName = "TV1";
this.treeView1.Location = new System.Drawing.Point(12, 242);
this.treeView1.Name = "treeView1";
this.treeView1.Size = new System.Drawing.Size(129, 101);
this.treeView1.TabIndex = 14;
//
// label3
//
this.label3.AccessibleDescription = "L3";
this.label3.AccessibleName = "L3";
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(244, 225);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(50, 15);
this.label3.TabIndex = 15;
this.label3.Text = "ListView";
//
// listView1
//
this.listView1.AccessibleDescription = "LV1";
this.listView1.AccessibleName = "LV1";
this.listView1.HideSelection = false;
this.listView1.Location = new System.Drawing.Point(162, 246);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(203, 97);
this.listView1.TabIndex = 16;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
//
// label4
//
this.label4.AccessibleDescription = "L5";
this.label4.AccessibleName = "L5";
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(476, 225);
this.label4.Name = "label5";
this.label4.Size = new System.Drawing.Size(45, 15);
this.label4.TabIndex = 17;
this.label4.Text = "ListBox";
//
// listBox1
//
this.listBox1.AccessibleDescription = "LB5";
this.listBox1.AccessibleName = "LB5";
this.listBox1.FormattingEnabled = true;
this.listBox1.ItemHeight = 15;
this.listBox1.Location = new System.Drawing.Point(453, 249);
this.listBox1.Name = "listBox1";
this.listBox1.Size = new System.Drawing.Size(120, 94);
this.listBox1.TabIndex = 18;
//
// DataBindingExample
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(785, 383);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.panel1);
this.Controls.Add(this.label2);
this.Controls.Add(this.treeView1);
this.Controls.Add(this.listBox1);
this.Controls.Add(this.label3);
this.Controls.Add(this.listView1);
this.Controls.Add(this.label4);
this.Name = "DataBindingExample";
this.Text = "DataBindingExampleForControls (Exclude this Form in Accessibility Test Pass)";
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.ComboBox comboBox1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.MaskedTextBox maskedTextBox1;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.DomainUpDown domainUpDown1;
private System.Windows.Forms.NumericUpDown numericUpDown1;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ListBox listBox1;
}
|