namespace WindowsFormsApp6 { partial class Lab2 { /// /// 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() { this.tbInput = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.button1 = new System.Windows.Forms.Button(); this.SuspendLayout(); // // tbInput // this.tbInput.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.tbInput.Location = new System.Drawing.Point(15, 52); this.tbInput.Name = "tbInput"; this.tbInput.Size = new System.Drawing.Size(296, 26); this.tbInput.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.Location = new System.Drawing.Point(11, 7); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(241, 20); this.label1.TabIndex = 1; this.label1.Text = "Проверка на почтовый индекс"; // // button1 // this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.button1.Location = new System.Drawing.Point(97, 104); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(119, 36); this.button1.TabIndex = 2; this.button1.Text = "Проверить"; this.button1.UseVisualStyleBackColor = true; this.button1.Click += new System.EventHandler(this.btnCalculate_Click); // // Lab2 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(327, 152); this.Controls.Add(this.button1); this.Controls.Add(this.label1); this.Controls.Add(this.tbInput); this.Name = "Lab2"; this.Text = "Lab2"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Lab2_FormClosed); this.Load += new System.EventHandler(this.Lab2_Load); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox tbInput; private System.Windows.Forms.Label label1; private System.Windows.Forms.Button button1; } }