|
namespace Accessibility_Core_App;
partial class CommonControl2
{
/// <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()
{
System.Windows.Forms.TreeNode treeNode1 = new("Node10WinformsTeam");
System.Windows.Forms.TreeNode treeNode2 = new("Node11");
System.Windows.Forms.TreeNode treeNode3 = new("Node1", new [] {
treeNode1,
treeNode2});
System.Windows.Forms.TreeNode treeNode4 = new("Node20");
System.Windows.Forms.TreeNode treeNode5 = new("Node2", new [] {
treeNode4});
System.Windows.Forms.TreeNode treeNode6 = new("Node0", new [] {
treeNode3,
treeNode5});
System.Windows.Forms.TreeNode treeNode7 = new("Node4");
System.Windows.Forms.TreeNode treeNode8 = new("Node3", new [] {
treeNode7});
this.label3 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label4 = new System.Windows.Forms.Label();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.radioButton1 = new System.Windows.Forms.RadioButton();
this.label5 = new System.Windows.Forms.Label();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.label6 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.treeView1 = new System.Windows.Forms.TreeView();
this.label8 = new System.Windows.Forms.Label();
this.webBrowser1 = new System.Windows.Forms.WebBrowser();
this.label1 = new System.Windows.Forms.Label();
this.monthCalendar1 = new System.Windows.Forms.MonthCalendar();
this.label2 = new System.Windows.Forms.Label();
this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
this.SuspendLayout();
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(18, 278);
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(64, 15);
this.label3.TabIndex = 4;
this.label3.Text = "PictureBox";
//
// pictureBox1
//
this.pictureBox1.Image = global::Accessibility_Core_App.Properties.Resources.TestResult;
this.pictureBox1.Location = new System.Drawing.Point(18, 301);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(231, 141);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 5;
this.pictureBox1.TabStop = false;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(517, 153);
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(81, 15);
this.label4.TabIndex = 6;
this.label4.Text = "ProgressBar01";
//
// progressBar1
//
this.progressBar1.BackColor = System.Drawing.Color.Lime;
this.progressBar1.Location = new System.Drawing.Point(517, 175);
this.progressBar1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(223, 27);
this.progressBar1.TabIndex = 7;
this.progressBar1.Value = 60;
//
// radioButton1
//
this.radioButton1.AutoSize = true;
this.radioButton1.Checked = true;
this.radioButton1.Location = new System.Drawing.Point(18, 459);
this.radioButton1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.radioButton1.Name = "radioButton1";
this.radioButton1.Size = new System.Drawing.Size(94, 19);
this.radioButton1.TabIndex = 8;
this.radioButton1.TabStop = true;
this.radioButton1.Text = "radioButton1";
this.radioButton1.UseVisualStyleBackColor = true;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(309, 10);
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(71, 15);
this.label5.TabIndex = 9;
this.label5.Text = "RichTextBox";
//
// richTextBox1
//
this.richTextBox1.BackColor = System.Drawing.SystemColors.Window;
this.richTextBox1.Location = new System.Drawing.Point(313, 36);
this.richTextBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(130, 104);
this.richTextBox1.TabIndex = 10;
this.richTextBox1.Text = "winforms\nclickonce\ncontrols\nteam\nwinforms1\nwinforms2\nwinforms3";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(313, 153);
this.label6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(48, 15);
this.label6.TabIndex = 11;
this.label6.Text = "TextBox";
//
// textBox1
//
this.textBox1.AutoCompleteCustomSource.AddRange(new string[] {
"winforms",
"Team",
"MTP",
"FXBVT"});
this.textBox1.Location = new System.Drawing.Point(313, 175);
this.textBox1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(116, 23);
this.textBox1.TabIndex = 12;
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(517, 10);
this.label7.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(53, 15);
this.label7.TabIndex = 13;
this.label7.Text = "TreeView";
//
// treeView1
//
this.treeView1.Location = new System.Drawing.Point(517, 36);
this.treeView1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.treeView1.Name = "treeView1";
treeNode1.Name = "Node10";
treeNode1.Text = "Node10WinformsTeam";
treeNode2.Name = "Node11";
treeNode2.Text = "Node11";
treeNode3.Name = "Node1";
treeNode3.Text = "Node1";
treeNode4.Name = "Node20";
treeNode4.Text = "Node20";
treeNode5.Name = "Node2";
treeNode5.Text = "Node2";
treeNode6.Name = "Node0";
treeNode6.Text = "Node0";
treeNode7.Name = "Node4";
treeNode7.Text = "Node4";
treeNode8.Name = "Node3";
treeNode8.Text = "Node3";
this.treeView1.Nodes.AddRange(new System.Windows.Forms.TreeNode[] {
treeNode6,
treeNode8});
this.treeView1.Size = new System.Drawing.Size(220, 104);
this.treeView1.TabIndex = 14;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(313, 218);
this.label8.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(73, 15);
this.label8.TabIndex = 15;
this.label8.Text = "WebBrowser";
//
// webBrowser1
//
this.webBrowser1.Location = new System.Drawing.Point(313, 236);
this.webBrowser1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.webBrowser1.MinimumSize = new System.Drawing.Size(23, 23);
this.webBrowser1.Name = "webBrowser1";
this.webBrowser1.ScriptErrorsSuppressed = true;
this.webBrowser1.Size = new System.Drawing.Size(512, 242);
this.webBrowser1.TabIndex = 16;
//this.webBrowser1.Url = new System.Uri("https://www.bing.com/", System.UriKind.Absolute);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(14, 10);
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(90, 15);
this.label1.TabIndex = 0;
this.label1.Text = "MonthCalendar";
//
// monthCalendar1
//
this.monthCalendar1.Location = new System.Drawing.Point(18, 36);
this.monthCalendar1.Margin = new System.Windows.Forms.Padding(10);
this.monthCalendar1.Name = "monthCalendar1";
this.monthCalendar1.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(18, 218);
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(102, 15);
this.label2.TabIndex = 2;
this.label2.Text = "numericUpdown";
//
// numericUpDown1
//
this.numericUpDown1.Location = new System.Drawing.Point(18, 236);
this.numericUpDown1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.numericUpDown1.Name = "numericUpDown1";
this.numericUpDown1.Size = new System.Drawing.Size(140, 23);
this.numericUpDown1.TabIndex = 3;
//
// CommonControl2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScroll = true;
this.ClientSize = new System.Drawing.Size(850, 501);
this.Controls.Add(this.label1);
this.Controls.Add(this.monthCalendar1);
this.Controls.Add(this.label2);
this.Controls.Add(this.numericUpDown1);
this.Controls.Add(this.label3);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label4);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.radioButton1);
this.Controls.Add(this.label5);
this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.label6);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label7);
this.Controls.Add(this.treeView1);
this.Controls.Add(this.label8);
this.Controls.Add(this.webBrowser1);
this.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
this.Name = "CommonControl2";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "CommonControl2";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label3;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.RadioButton radioButton1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TreeView treeView1;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.WebBrowser webBrowser1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.MonthCalendar monthCalendar1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.NumericUpDown numericUpDown1;
}
|