namespace Praktika409 { 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.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // button1 // this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage"))); this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button1.Location = new System.Drawing.Point(56, 12); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(156, 136); this.button1.TabIndex = 0; this.button1.Text = "Удалить"; this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.button1_Click); // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(56, 151); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(114, 15); this.label1.TabIndex = 1; this.label1.Text = "Переход по ссылке"; // // linkLabel1 // this.linkLabel1.AutoSize = true; this.linkLabel1.Location = new System.Drawing.Point(176, 151); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(110, 15); this.linkLabel1.TabIndex = 2; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "http://metanit.com"; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // textBox1 // this.textBox1.Location = new System.Drawing.Point(336, 40); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.textBox1.Size = new System.Drawing.Size(139, 107); this.textBox1.TabIndex = 3; this.textBox1.Text = "123123\r\n123123\r\n12312\r\n3123\r\n123\r\n123\r\n12312312\r\n3123\r\n1231\r\n2312"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(314, 22); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(179, 15); this.label2.TabIndex = 4; this.label2.Text = "Много строчное текствое поле"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(505, 40); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(134, 23); this.textBox2.TabIndex = 5; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(654, 40); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(134, 23); this.textBox3.TabIndex = 6; this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged); // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(654, 70); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(38, 15); this.label3.TabIndex = 7; this.label3.Text = "label3"; // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.label3); this.Controls.Add(this.textBox3); this.Controls.Add(this.textBox2); this.Controls.Add(this.label2); this.Controls.Add(this.textBox1); this.Controls.Add(this.linkLabel1); this.Controls.Add(this.label1); this.Controls.Add(this.button1); this.Name = "Form1"; this.Text = "Form1"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.LinkLabel linkLabel1; internal System.Windows.Forms.Button button1; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label3; } }