namespace KazarinPractica03 { partial class Form4 { /// /// 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(Form4)); this.button1 = new System.Windows.Forms.Button(); this.label1 = new System.Windows.Forms.Label(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.textBox3 = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.textBox4 = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox(); this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox(); this.groupBox1 = new System.Windows.Forms.GroupBox(); this.checkBox3 = new System.Windows.Forms.CheckBox(); this.checkBox2 = new System.Windows.Forms.CheckBox(); this.checkBox1 = new System.Windows.Forms.CheckBox(); this.groupBox1.SuspendLayout(); this.SuspendLayout(); // // button1 // this.button1.BackColor = System.Drawing.Color.White; this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image"))); this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft; this.button1.Location = new System.Drawing.Point(29, 44); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(89, 28); this.button1.TabIndex = 0; this.button1.Text = "Удалить"; this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.button1.UseVisualStyleBackColor = false; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(26, 89); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(106, 13); this.label1.TabIndex = 1; this.label1.Text = "Переход по ссылке"; // // linkLabel1 // this.linkLabel1.AutoSize = true; this.linkLabel1.Location = new System.Drawing.Point(138, 89); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(95, 13); this.linkLabel1.TabIndex = 2; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "http://metanit.com"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(29, 120); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(161, 13); this.label2.TabIndex = 3; this.label2.Text = "Многострочное текствое поле"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(29, 148); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox1.Size = new System.Drawing.Size(187, 68); this.textBox1.TabIndex = 4; this.textBox1.Text = "Онегин был по мнению многих\r\nУмелый малый, но педант.\r\nИмел он счастливый талант\r" + "\nбез принуждения в разговоре"; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(29, 238); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(187, 20); this.textBox2.TabIndex = 5; // // textBox3 // this.textBox3.Location = new System.Drawing.Point(29, 342); this.textBox3.Name = "textBox3"; this.textBox3.Size = new System.Drawing.Size(100, 20); this.textBox3.TabIndex = 6; this.textBox3.UseSystemPasswordChar = true; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(29, 321); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(45, 13); this.label3.TabIndex = 7; this.label3.Text = "Пароль"; // // textBox4 // this.textBox4.Location = new System.Drawing.Point(272, 39); this.textBox4.Name = "textBox4"; this.textBox4.Size = new System.Drawing.Size(100, 20); this.textBox4.TabIndex = 8; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(278, 75); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(0, 13); this.label4.TabIndex = 9; // // maskedTextBox1 // this.maskedTextBox1.Location = new System.Drawing.Point(272, 120); this.maskedTextBox1.Mask = "9 (999) 999-9999"; this.maskedTextBox1.Name = "maskedTextBox1"; this.maskedTextBox1.Size = new System.Drawing.Size(100, 20); this.maskedTextBox1.TabIndex = 10; // // maskedTextBox2 // this.maskedTextBox2.Location = new System.Drawing.Point(272, 147); this.maskedTextBox2.Mask = "L.L.L???????????"; this.maskedTextBox2.Name = "maskedTextBox2"; this.maskedTextBox2.Size = new System.Drawing.Size(100, 20); this.maskedTextBox2.TabIndex = 11; // // groupBox1 // this.groupBox1.Controls.Add(this.checkBox3); this.groupBox1.Controls.Add(this.checkBox2); this.groupBox1.Controls.Add(this.checkBox1); this.groupBox1.Location = new System.Drawing.Point(272, 182); this.groupBox1.Name = "groupBox1"; this.groupBox1.Size = new System.Drawing.Size(200, 100); this.groupBox1.TabIndex = 12; this.groupBox1.TabStop = false; this.groupBox1.Text = "Свойство CheckState"; // // checkBox3 // this.checkBox3.AutoSize = true; this.checkBox3.Location = new System.Drawing.Point(7, 68); this.checkBox3.Name = "checkBox3"; this.checkBox3.Size = new System.Drawing.Size(82, 17); this.checkBox3.TabIndex = 2; this.checkBox3.Text = "Unchecked"; this.checkBox3.UseVisualStyleBackColor = true; // // checkBox2 // this.checkBox2.AutoSize = true; this.checkBox2.Checked = true; this.checkBox2.CheckState = System.Windows.Forms.CheckState.Indeterminate; this.checkBox2.Location = new System.Drawing.Point(7, 44); this.checkBox2.Name = "checkBox2"; this.checkBox2.Size = new System.Drawing.Size(90, 17); this.checkBox2.TabIndex = 1; this.checkBox2.Text = "Indeterminate"; this.checkBox2.UseVisualStyleBackColor = true; // // checkBox1 // this.checkBox1.AutoSize = true; this.checkBox1.Location = new System.Drawing.Point(7, 20); this.checkBox1.Name = "checkBox1"; this.checkBox1.Size = new System.Drawing.Size(69, 17); this.checkBox1.TabIndex = 0; this.checkBox1.Text = "Checked"; this.checkBox1.UseVisualStyleBackColor = true; this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged); // // Form4 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 389); this.Controls.Add(this.groupBox1); this.Controls.Add(this.maskedTextBox2); this.Controls.Add(this.maskedTextBox1); this.Controls.Add(this.label4); this.Controls.Add(this.textBox4); this.Controls.Add(this.label3); this.Controls.Add(this.textBox3); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label2); this.Controls.Add(this.linkLabel1); this.Controls.Add(this.label1); this.Controls.Add(this.button1); this.Name = "Form4"; this.Text = "Form4"; this.Load += new System.EventHandler(this.Form4_Load); this.groupBox1.ResumeLayout(false); this.groupBox1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button button1; private System.Windows.Forms.Label label1; private System.Windows.Forms.LinkLabel linkLabel1; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; private System.Windows.Forms.TextBox textBox3; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox textBox4; private System.Windows.Forms.Label label4; private System.Windows.Forms.MaskedTextBox maskedTextBox1; private System.Windows.Forms.MaskedTextBox maskedTextBox2; private System.Windows.Forms.GroupBox groupBox1; private System.Windows.Forms.CheckBox checkBox3; private System.Windows.Forms.CheckBox checkBox2; private System.Windows.Forms.CheckBox checkBox1; } }