| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179 |
- namespace РеестрWindows
- {
- partial class Form1
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- 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;
- }
- }
|