RedactorProfile.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249
  1. 
  2. namespace project
  3. {
  4. partial class RedactorProfile
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.label4 = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.label2 = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.textBox2 = new System.Windows.Forms.TextBox();
  35. this.textBox3 = new System.Windows.Forms.TextBox();
  36. this.comboBox1 = new System.Windows.Forms.ComboBox();
  37. this.button1 = new System.Windows.Forms.Button();
  38. this.groupBox1 = new System.Windows.Forms.GroupBox();
  39. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  40. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  41. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  42. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  43. this.groupBox1.SuspendLayout();
  44. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  45. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  46. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // label4
  51. //
  52. this.label4.AutoSize = true;
  53. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  54. this.label4.ForeColor = System.Drawing.SystemColors.Window;
  55. this.label4.Location = new System.Drawing.Point(26, 162);
  56. this.label4.Name = "label4";
  57. this.label4.Size = new System.Drawing.Size(49, 24);
  58. this.label4.TabIndex = 7;
  59. this.label4.Text = "Пол:";
  60. //
  61. // label3
  62. //
  63. this.label3.AutoSize = true;
  64. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  65. this.label3.ForeColor = System.Drawing.SystemColors.Window;
  66. this.label3.Location = new System.Drawing.Point(26, 117);
  67. this.label3.Name = "label3";
  68. this.label3.Size = new System.Drawing.Size(167, 24);
  69. this.label3.TabIndex = 6;
  70. this.label3.Text = "Номер телефона:";
  71. //
  72. // label2
  73. //
  74. this.label2.AutoSize = true;
  75. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  76. this.label2.ForeColor = System.Drawing.SystemColors.Window;
  77. this.label2.Location = new System.Drawing.Point(26, 74);
  78. this.label2.Name = "label2";
  79. this.label2.Size = new System.Drawing.Size(96, 24);
  80. this.label2.TabIndex = 5;
  81. this.label2.Text = "Фамилия:";
  82. //
  83. // label1
  84. //
  85. this.label1.AutoSize = true;
  86. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  87. this.label1.ForeColor = System.Drawing.SystemColors.Window;
  88. this.label1.Location = new System.Drawing.Point(26, 33);
  89. this.label1.Name = "label1";
  90. this.label1.Size = new System.Drawing.Size(51, 24);
  91. this.label1.TabIndex = 4;
  92. this.label1.Text = "Имя:";
  93. //
  94. // textBox1
  95. //
  96. this.textBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  97. this.textBox1.Location = new System.Drawing.Point(234, 30);
  98. this.textBox1.MaxLength = 20;
  99. this.textBox1.Name = "textBox1";
  100. this.textBox1.Size = new System.Drawing.Size(160, 29);
  101. this.textBox1.TabIndex = 8;
  102. //
  103. // textBox2
  104. //
  105. this.textBox2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  106. this.textBox2.Location = new System.Drawing.Point(234, 71);
  107. this.textBox2.MaxLength = 25;
  108. this.textBox2.Name = "textBox2";
  109. this.textBox2.Size = new System.Drawing.Size(160, 29);
  110. this.textBox2.TabIndex = 9;
  111. //
  112. // textBox3
  113. //
  114. this.textBox3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  115. this.textBox3.Location = new System.Drawing.Point(234, 112);
  116. this.textBox3.MaxLength = 11;
  117. this.textBox3.Name = "textBox3";
  118. this.textBox3.Size = new System.Drawing.Size(160, 29);
  119. this.textBox3.TabIndex = 10;
  120. //
  121. // comboBox1
  122. //
  123. this.comboBox1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  124. this.comboBox1.FormattingEnabled = true;
  125. this.comboBox1.Items.AddRange(new object[] {
  126. "МУЖ",
  127. "ЖЕН"});
  128. this.comboBox1.Location = new System.Drawing.Point(234, 154);
  129. this.comboBox1.Name = "comboBox1";
  130. this.comboBox1.Size = new System.Drawing.Size(160, 32);
  131. this.comboBox1.TabIndex = 11;
  132. //
  133. // button1
  134. //
  135. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  136. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  137. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  138. this.button1.ForeColor = System.Drawing.SystemColors.Window;
  139. this.button1.Location = new System.Drawing.Point(30, 206);
  140. this.button1.Name = "button1";
  141. this.button1.Size = new System.Drawing.Size(135, 35);
  142. this.button1.TabIndex = 12;
  143. this.button1.Text = "Сохранить";
  144. this.button1.UseVisualStyleBackColor = false;
  145. this.button1.Click += new System.EventHandler(this.button1_Click);
  146. //
  147. // groupBox1
  148. //
  149. this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  150. this.groupBox1.Controls.Add(this.pictureBox4);
  151. this.groupBox1.Controls.Add(this.pictureBox2);
  152. this.groupBox1.Controls.Add(this.pictureBox1);
  153. this.groupBox1.Controls.Add(this.pictureBox3);
  154. this.groupBox1.Controls.Add(this.button1);
  155. this.groupBox1.Controls.Add(this.label4);
  156. this.groupBox1.Controls.Add(this.label3);
  157. this.groupBox1.Controls.Add(this.label2);
  158. this.groupBox1.Controls.Add(this.label1);
  159. this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  160. this.groupBox1.Location = new System.Drawing.Point(6, 0);
  161. this.groupBox1.Name = "groupBox1";
  162. this.groupBox1.Size = new System.Drawing.Size(423, 264);
  163. this.groupBox1.TabIndex = 15;
  164. this.groupBox1.TabStop = false;
  165. //
  166. // pictureBox3
  167. //
  168. this.pictureBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  169. this.pictureBox3.Location = new System.Drawing.Point(225, 27);
  170. this.pictureBox3.Name = "pictureBox3";
  171. this.pictureBox3.Size = new System.Drawing.Size(166, 35);
  172. this.pictureBox3.TabIndex = 16;
  173. this.pictureBox3.TabStop = false;
  174. //
  175. // pictureBox1
  176. //
  177. this.pictureBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  178. this.pictureBox1.Location = new System.Drawing.Point(225, 68);
  179. this.pictureBox1.Name = "pictureBox1";
  180. this.pictureBox1.Size = new System.Drawing.Size(166, 35);
  181. this.pictureBox1.TabIndex = 17;
  182. this.pictureBox1.TabStop = false;
  183. //
  184. // pictureBox2
  185. //
  186. this.pictureBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  187. this.pictureBox2.Location = new System.Drawing.Point(225, 109);
  188. this.pictureBox2.Name = "pictureBox2";
  189. this.pictureBox2.Size = new System.Drawing.Size(166, 35);
  190. this.pictureBox2.TabIndex = 18;
  191. this.pictureBox2.TabStop = false;
  192. //
  193. // pictureBox4
  194. //
  195. this.pictureBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  196. this.pictureBox4.Location = new System.Drawing.Point(225, 151);
  197. this.pictureBox4.Name = "pictureBox4";
  198. this.pictureBox4.Size = new System.Drawing.Size(166, 38);
  199. this.pictureBox4.TabIndex = 19;
  200. this.pictureBox4.TabStop = false;
  201. //
  202. // RedactorProfile
  203. //
  204. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  205. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  206. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(180)))), ((int)(((byte)(145)))));
  207. this.ClientSize = new System.Drawing.Size(435, 270);
  208. this.Controls.Add(this.comboBox1);
  209. this.Controls.Add(this.textBox3);
  210. this.Controls.Add(this.textBox2);
  211. this.Controls.Add(this.textBox1);
  212. this.Controls.Add(this.groupBox1);
  213. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  214. this.Name = "RedactorProfile";
  215. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  216. this.Text = "Редактирования профиля";
  217. this.Load += new System.EventHandler(this.RedactorProfile_Load);
  218. this.groupBox1.ResumeLayout(false);
  219. this.groupBox1.PerformLayout();
  220. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  221. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  222. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  223. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  224. this.ResumeLayout(false);
  225. this.PerformLayout();
  226. }
  227. #endregion
  228. private System.Windows.Forms.Label label4;
  229. private System.Windows.Forms.Label label3;
  230. private System.Windows.Forms.Label label2;
  231. private System.Windows.Forms.Label label1;
  232. private System.Windows.Forms.TextBox textBox1;
  233. private System.Windows.Forms.TextBox textBox2;
  234. private System.Windows.Forms.TextBox textBox3;
  235. private System.Windows.Forms.ComboBox comboBox1;
  236. private System.Windows.Forms.Button button1;
  237. private System.Windows.Forms.GroupBox groupBox1;
  238. private System.Windows.Forms.PictureBox pictureBox4;
  239. private System.Windows.Forms.PictureBox pictureBox2;
  240. private System.Windows.Forms.PictureBox pictureBox1;
  241. private System.Windows.Forms.PictureBox pictureBox3;
  242. }
  243. }