RedactorProfile.Designer.cs 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182
  1. namespace WindowsFormsApp1
  2. {
  3. partial class RedactorProfile
  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.button3 = new System.Windows.Forms.Button();
  29. this.label3 = new System.Windows.Forms.Label();
  30. this.label4 = new System.Windows.Forms.Label();
  31. this.textBox3 = new System.Windows.Forms.TextBox();
  32. this.button1 = new System.Windows.Forms.Button();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label1 = new System.Windows.Forms.Label();
  35. this.textBox2 = new System.Windows.Forms.TextBox();
  36. this.textBox1 = new System.Windows.Forms.TextBox();
  37. this.textBox4 = new System.Windows.Forms.TextBox();
  38. this.SuspendLayout();
  39. //
  40. // button3
  41. //
  42. this.button3.BackColor = System.Drawing.Color.BurlyWood;
  43. this.button3.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  44. this.button3.Location = new System.Drawing.Point(382, 275);
  45. this.button3.Name = "button3";
  46. this.button3.Size = new System.Drawing.Size(130, 42);
  47. this.button3.TabIndex = 41;
  48. this.button3.Text = "Назад";
  49. this.button3.UseVisualStyleBackColor = false;
  50. this.button3.Click += new System.EventHandler(this.button3_Click);
  51. //
  52. // label3
  53. //
  54. this.label3.AutoSize = true;
  55. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  56. this.label3.Location = new System.Drawing.Point(77, 212);
  57. this.label3.Name = "label3";
  58. this.label3.Size = new System.Drawing.Size(150, 24);
  59. this.label3.TabIndex = 37;
  60. this.label3.Text = "Дата рождения";
  61. this.label3.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  62. //
  63. // label4
  64. //
  65. this.label4.AutoSize = true;
  66. this.label4.BackColor = System.Drawing.Color.Wheat;
  67. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  68. this.label4.ForeColor = System.Drawing.SystemColors.ControlText;
  69. this.label4.Location = new System.Drawing.Point(77, 157);
  70. this.label4.Name = "label4";
  71. this.label4.Size = new System.Drawing.Size(98, 24);
  72. this.label4.TabIndex = 36;
  73. this.label4.Text = "Отчество";
  74. this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  75. //
  76. // textBox3
  77. //
  78. this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  79. this.textBox3.Location = new System.Drawing.Point(255, 154);
  80. this.textBox3.Name = "textBox3";
  81. this.textBox3.Size = new System.Drawing.Size(272, 29);
  82. this.textBox3.TabIndex = 35;
  83. //
  84. // button1
  85. //
  86. this.button1.BackColor = System.Drawing.Color.BurlyWood;
  87. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  88. this.button1.Location = new System.Drawing.Point(85, 275);
  89. this.button1.Name = "button1";
  90. this.button1.Size = new System.Drawing.Size(140, 42);
  91. this.button1.TabIndex = 34;
  92. this.button1.Text = "Сохранить";
  93. this.button1.UseVisualStyleBackColor = false;
  94. //
  95. // label2
  96. //
  97. this.label2.AutoSize = true;
  98. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  99. this.label2.Location = new System.Drawing.Point(77, 104);
  100. this.label2.Name = "label2";
  101. this.label2.Size = new System.Drawing.Size(91, 24);
  102. this.label2.TabIndex = 33;
  103. this.label2.Text = "Фамилия";
  104. this.label2.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  105. //
  106. // label1
  107. //
  108. this.label1.AutoSize = true;
  109. this.label1.BackColor = System.Drawing.Color.Wheat;
  110. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  111. this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
  112. this.label1.Location = new System.Drawing.Point(77, 51);
  113. this.label1.Name = "label1";
  114. this.label1.Size = new System.Drawing.Size(46, 24);
  115. this.label1.TabIndex = 32;
  116. this.label1.Text = "Имя";
  117. this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
  118. //
  119. // textBox2
  120. //
  121. this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  122. this.textBox2.Location = new System.Drawing.Point(255, 101);
  123. this.textBox2.Name = "textBox2";
  124. this.textBox2.Size = new System.Drawing.Size(272, 29);
  125. this.textBox2.TabIndex = 31;
  126. //
  127. // textBox1
  128. //
  129. this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  130. this.textBox1.Location = new System.Drawing.Point(255, 48);
  131. this.textBox1.Name = "textBox1";
  132. this.textBox1.Size = new System.Drawing.Size(272, 29);
  133. this.textBox1.TabIndex = 30;
  134. //
  135. // textBox4
  136. //
  137. this.textBox4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  138. this.textBox4.Location = new System.Drawing.Point(255, 209);
  139. this.textBox4.Name = "textBox4";
  140. this.textBox4.Size = new System.Drawing.Size(272, 29);
  141. this.textBox4.TabIndex = 42;
  142. //
  143. // RedactorProfile
  144. //
  145. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  146. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  147. this.BackColor = System.Drawing.Color.Wheat;
  148. this.ClientSize = new System.Drawing.Size(604, 361);
  149. this.Controls.Add(this.textBox4);
  150. this.Controls.Add(this.button3);
  151. this.Controls.Add(this.label3);
  152. this.Controls.Add(this.label4);
  153. this.Controls.Add(this.textBox3);
  154. this.Controls.Add(this.button1);
  155. this.Controls.Add(this.label2);
  156. this.Controls.Add(this.label1);
  157. this.Controls.Add(this.textBox2);
  158. this.Controls.Add(this.textBox1);
  159. this.Name = "RedactorProfile";
  160. this.Text = "Редактировать профиль";
  161. this.ResumeLayout(false);
  162. this.PerformLayout();
  163. }
  164. #endregion
  165. private System.Windows.Forms.Button button3;
  166. private System.Windows.Forms.Label label3;
  167. private System.Windows.Forms.Label label4;
  168. private System.Windows.Forms.TextBox textBox3;
  169. private System.Windows.Forms.Button button1;
  170. private System.Windows.Forms.Label label2;
  171. private System.Windows.Forms.Label label1;
  172. private System.Windows.Forms.TextBox textBox2;
  173. private System.Windows.Forms.TextBox textBox1;
  174. private System.Windows.Forms.TextBox textBox4;
  175. }
  176. }