Form1.Designer.cs 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179
  1. namespace РеестрWindows
  2. {
  3. partial class Form1
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.tbxFam = new System.Windows.Forms.TextBox();
  29. this.tbxAge = new System.Windows.Forms.TextBox();
  30. this.label1 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.btnSave = new System.Windows.Forms.Button();
  33. this.btnRead = new System.Windows.Forms.Button();
  34. this.btnDel = new System.Windows.Forms.Button();
  35. this.btnDelTree = new System.Windows.Forms.Button();
  36. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  37. this.button1 = new System.Windows.Forms.Button();
  38. this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
  39. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  40. this.SuspendLayout();
  41. //
  42. // tbxFam
  43. //
  44. this.tbxFam.Location = new System.Drawing.Point(121, 31);
  45. this.tbxFam.Name = "tbxFam";
  46. this.tbxFam.Size = new System.Drawing.Size(106, 20);
  47. this.tbxFam.TabIndex = 0;
  48. //
  49. // tbxAge
  50. //
  51. this.tbxAge.Location = new System.Drawing.Point(121, 68);
  52. this.tbxAge.Name = "tbxAge";
  53. this.tbxAge.Size = new System.Drawing.Size(106, 20);
  54. this.tbxAge.TabIndex = 1;
  55. //
  56. // label1
  57. //
  58. this.label1.AutoSize = true;
  59. this.label1.Location = new System.Drawing.Point(52, 31);
  60. this.label1.Name = "label1";
  61. this.label1.Size = new System.Drawing.Size(65, 15);
  62. this.label1.TabIndex = 2;
  63. this.label1.Text = "Фамилия:";
  64. //
  65. // label2
  66. //
  67. this.label2.AutoSize = true;
  68. this.label2.Location = new System.Drawing.Point(53, 68);
  69. this.label2.Name = "label2";
  70. this.label2.Size = new System.Drawing.Size(58, 15);
  71. this.label2.TabIndex = 3;
  72. this.label2.Text = "Возраст:";
  73. //
  74. // btnSave
  75. //
  76. this.btnSave.Location = new System.Drawing.Point(60, 289);
  77. this.btnSave.Name = "btnSave";
  78. this.btnSave.Size = new System.Drawing.Size(167, 25);
  79. this.btnSave.TabIndex = 4;
  80. this.btnSave.Text = "Сохранить в реестре";
  81. this.btnSave.UseVisualStyleBackColor = true;
  82. this.btnSave.Click += new System.EventHandler(this.btnSave_Click);
  83. //
  84. // btnRead
  85. //
  86. this.btnRead.Location = new System.Drawing.Point(60, 322);
  87. this.btnRead.Name = "btnRead";
  88. this.btnRead.Size = new System.Drawing.Size(167, 25);
  89. this.btnRead.TabIndex = 5;
  90. this.btnRead.Text = "Прочитать из реестра";
  91. this.btnRead.UseVisualStyleBackColor = true;
  92. this.btnRead.Click += new System.EventHandler(this.btnRead_Click);
  93. //
  94. // btnDel
  95. //
  96. this.btnDel.Location = new System.Drawing.Point(60, 355);
  97. this.btnDel.Name = "btnDel";
  98. this.btnDel.Size = new System.Drawing.Size(167, 25);
  99. this.btnDel.TabIndex = 6;
  100. this.btnDel.Text = "Удалить данные";
  101. this.btnDel.UseVisualStyleBackColor = true;
  102. this.btnDel.Click += new System.EventHandler(this.btnDel_Click);
  103. //
  104. // btnDelTree
  105. //
  106. this.btnDelTree.Location = new System.Drawing.Point(60, 388);
  107. this.btnDelTree.Name = "btnDelTree";
  108. this.btnDelTree.Size = new System.Drawing.Size(167, 25);
  109. this.btnDelTree.TabIndex = 7;
  110. this.btnDelTree.Text = "Удалить ключ";
  111. this.btnDelTree.UseVisualStyleBackColor = true;
  112. this.btnDelTree.Click += new System.EventHandler(this.btnDelTree_Click);
  113. //
  114. // pictureBox1
  115. //
  116. this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  117. this.pictureBox1.Location = new System.Drawing.Point(60, 107);
  118. this.pictureBox1.Name = "pictureBox1";
  119. this.pictureBox1.Size = new System.Drawing.Size(167, 133);
  120. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  121. this.pictureBox1.TabIndex = 8;
  122. this.pictureBox1.TabStop = false;
  123. //
  124. // button1
  125. //
  126. this.button1.Location = new System.Drawing.Point(81, 246);
  127. this.button1.Name = "button1";
  128. this.button1.Size = new System.Drawing.Size(129, 23);
  129. this.button1.TabIndex = 9;
  130. this.button1.Text = "Загрузить фото";
  131. this.button1.UseVisualStyleBackColor = true;
  132. this.button1.Click += new System.EventHandler(this.button1_Click);
  133. //
  134. // openFileDialog1
  135. //
  136. this.openFileDialog1.FileName = "openFileDialog1";
  137. //
  138. // Form1
  139. //
  140. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  141. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  142. this.ClientSize = new System.Drawing.Size(281, 438);
  143. this.Controls.Add(this.button1);
  144. this.Controls.Add(this.pictureBox1);
  145. this.Controls.Add(this.btnDelTree);
  146. this.Controls.Add(this.btnDel);
  147. this.Controls.Add(this.btnRead);
  148. this.Controls.Add(this.btnSave);
  149. this.Controls.Add(this.label2);
  150. this.Controls.Add(this.label1);
  151. this.Controls.Add(this.tbxAge);
  152. this.Controls.Add(this.tbxFam);
  153. this.Name = "Form1";
  154. this.Text = "Form1";
  155. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  156. this.ResumeLayout(false);
  157. this.PerformLayout();
  158. }
  159. #endregion
  160. private System.Windows.Forms.TextBox tbxFam;
  161. private System.Windows.Forms.TextBox tbxAge;
  162. private System.Windows.Forms.Label label1;
  163. private System.Windows.Forms.Label label2;
  164. private System.Windows.Forms.Button btnSave;
  165. private System.Windows.Forms.Button btnRead;
  166. private System.Windows.Forms.Button btnDel;
  167. private System.Windows.Forms.Button btnDelTree;
  168. private System.Windows.Forms.PictureBox pictureBox1;
  169. private System.Windows.Forms.Button button1;
  170. private System.Windows.Forms.OpenFileDialog openFileDialog1;
  171. }
  172. }