namespace РеестрWindows
{
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()
{
this.tbxFam = new System.Windows.Forms.TextBox();
this.tbxAge = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.btnSave = new System.Windows.Forms.Button();
this.btnRead = new System.Windows.Forms.Button();
this.btnDel = new System.Windows.Forms.Button();
this.btnDelTree = new System.Windows.Forms.Button();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.button1 = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// tbxFam
//
this.tbxFam.Location = new System.Drawing.Point(121, 31);
this.tbxFam.Name = "tbxFam";
this.tbxFam.Size = new System.Drawing.Size(106, 20);
this.tbxFam.TabIndex = 0;
//
// tbxAge
//
this.tbxAge.Location = new System.Drawing.Point(121, 68);
this.tbxAge.Name = "tbxAge";
this.tbxAge.Size = new System.Drawing.Size(106, 20);
this.tbxAge.TabIndex = 1;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(52, 31);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 15);
this.label1.TabIndex = 2;
this.label1.Text = "Фамилия:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(53, 68);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(58, 15);
this.label2.TabIndex = 3;
this.label2.Text = "Возраст:";
//
// btnSave
//
this.btnSave.Location = new System.Drawing.Point(60, 289);
this.btnSave.Name = "btnSave";
this.btnSave.Size = new System.Drawing.Size(167, 25);
this.btnSave.TabIndex = 4;
this.btnSave.Text = "Сохранить в реестре";
this.btnSave.UseVisualStyleBackColor = true;
this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
//
// btnRead
//
this.btnRead.Location = new System.Drawing.Point(60, 322);
this.btnRead.Name = "btnRead";
this.btnRead.Size = new System.Drawing.Size(167, 25);
this.btnRead.TabIndex = 5;
this.btnRead.Text = "Прочитать из реестра";
this.btnRead.UseVisualStyleBackColor = true;
this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
//
// btnDel
//
this.btnDel.Location = new System.Drawing.Point(60, 355);
this.btnDel.Name = "btnDel";
this.btnDel.Size = new System.Drawing.Size(167, 25);
this.btnDel.TabIndex = 6;
this.btnDel.Text = "Удалить данные";
this.btnDel.UseVisualStyleBackColor = true;
this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
//
// btnDelTree
//
this.btnDelTree.Location = new System.Drawing.Point(60, 388);
this.btnDelTree.Name = "btnDelTree";
this.btnDelTree.Size = new System.Drawing.Size(167, 25);
this.btnDelTree.TabIndex = 7;
this.btnDelTree.Text = "Удалить ключ";
this.btnDelTree.UseVisualStyleBackColor = true;
this.btnDelTree.Click += new System.EventHandler(this.btnDelTree_Click);
//
// pictureBox1
//
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.pictureBox1.Location = new System.Drawing.Point(60, 107);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(167, 133);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 8;
this.pictureBox1.TabStop = false;
//
// button1
//
this.button1.Location = new System.Drawing.Point(81, 246);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(129, 23);
this.button1.TabIndex = 9;
this.button1.Text = "Загрузить фото";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(281, 438);
this.Controls.Add(this.button1);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.btnDelTree);
this.Controls.Add(this.btnDel);
this.Controls.Add(this.btnRead);
this.Controls.Add(this.btnSave);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.tbxAge);
this.Controls.Add(this.tbxFam);
this.Name = "Form1";
this.Text = "Form1";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.TextBox tbxFam;
private System.Windows.Forms.TextBox tbxAge;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Button btnSave;
private System.Windows.Forms.Button btnRead;
private System.Windows.Forms.Button btnDel;
private System.Windows.Forms.Button btnDelTree;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
}
}