namespace proba
{
partial class CountryUpd
{
///
/// 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(CountryUpd));
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button_back = new System.Windows.Forms.Button();
this.button_save = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Times New Roman", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label2.Location = new System.Drawing.Point(71, 21);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(282, 26);
this.label2.TabIndex = 25;
this.label2.Text = "ИЗМЕНЕНИЕ СТРАНЫ";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(72, 79);
this.label1.Name = "label1";
this.label1.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.label1.Size = new System.Drawing.Size(75, 24);
this.label1.TabIndex = 26;
this.label1.Text = "Страна";
//
// textBox1
//
this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.textBox1.Location = new System.Drawing.Point(162, 76);
this.textBox1.MaximumSize = new System.Drawing.Size(210, 29);
this.textBox1.MaxLength = 25;
this.textBox1.MinimumSize = new System.Drawing.Size(210, 29);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(210, 29);
this.textBox1.TabIndex = 27;
//
// button_back
//
this.button_back.BackColor = System.Drawing.Color.Gray;
this.button_back.Cursor = System.Windows.Forms.Cursors.Hand;
this.button_back.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button_back.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.button_back.Location = new System.Drawing.Point(65, 137);
this.button_back.Name = "button_back";
this.button_back.Size = new System.Drawing.Size(111, 30);
this.button_back.TabIndex = 28;
this.button_back.Text = "Назад";
this.button_back.UseVisualStyleBackColor = false;
this.button_back.Click += new System.EventHandler(this.button_back_Click);
//
// button_save
//
this.button_save.BackColor = System.Drawing.Color.Gray;
this.button_save.Cursor = System.Windows.Forms.Cursors.Hand;
this.button_save.Font = new System.Drawing.Font("Freestyle Script", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.button_save.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
this.button_save.Location = new System.Drawing.Point(242, 137);
this.button_save.Name = "button_save";
this.button_save.Size = new System.Drawing.Size(111, 30);
this.button_save.TabIndex = 29;
this.button_save.Text = "Сохранить";
this.button_save.UseVisualStyleBackColor = false;
this.button_save.Click += new System.EventHandler(this.button_save_Click);
//
// CountryUpd
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(133)))), ((int)(((byte)(133)))), ((int)(((byte)(173)))));
this.ClientSize = new System.Drawing.Size(418, 210);
this.Controls.Add(this.button_save);
this.Controls.Add(this.button_back);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.label2);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximumSize = new System.Drawing.Size(434, 249);
this.MinimumSize = new System.Drawing.Size(434, 249);
this.Name = "CountryUpd";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "Изменение страны";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button_back;
private System.Windows.Forms.Button button_save;
}
}