Profile.Designer.cs 8.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. 
  2. namespace project
  3. {
  4. partial class Profile
  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.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.button1 = new System.Windows.Forms.Button();
  36. this.groupBox1 = new System.Windows.Forms.GroupBox();
  37. this.groupBox1.SuspendLayout();
  38. this.SuspendLayout();
  39. //
  40. // label1
  41. //
  42. this.label1.AutoSize = true;
  43. this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  44. this.label1.ForeColor = System.Drawing.SystemColors.Window;
  45. this.label1.Location = new System.Drawing.Point(28, 62);
  46. this.label1.Name = "label1";
  47. this.label1.Size = new System.Drawing.Size(51, 24);
  48. this.label1.TabIndex = 0;
  49. this.label1.Text = "Имя:";
  50. //
  51. // label2
  52. //
  53. this.label2.AutoSize = true;
  54. this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  55. this.label2.ForeColor = System.Drawing.SystemColors.Window;
  56. this.label2.Location = new System.Drawing.Point(28, 98);
  57. this.label2.Name = "label2";
  58. this.label2.Size = new System.Drawing.Size(96, 24);
  59. this.label2.TabIndex = 1;
  60. this.label2.Text = "Фамилия:";
  61. //
  62. // label3
  63. //
  64. this.label3.AutoSize = true;
  65. this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  66. this.label3.ForeColor = System.Drawing.SystemColors.Window;
  67. this.label3.Location = new System.Drawing.Point(28, 135);
  68. this.label3.Name = "label3";
  69. this.label3.Size = new System.Drawing.Size(167, 24);
  70. this.label3.TabIndex = 2;
  71. this.label3.Text = "Номер телефона:";
  72. //
  73. // label4
  74. //
  75. this.label4.AutoSize = true;
  76. this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  77. this.label4.ForeColor = System.Drawing.SystemColors.Window;
  78. this.label4.Location = new System.Drawing.Point(28, 171);
  79. this.label4.Name = "label4";
  80. this.label4.Size = new System.Drawing.Size(49, 24);
  81. this.label4.TabIndex = 3;
  82. this.label4.Text = "Пол:";
  83. //
  84. // label5
  85. //
  86. this.label5.AutoSize = true;
  87. this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  88. this.label5.ForeColor = System.Drawing.SystemColors.Window;
  89. this.label5.Location = new System.Drawing.Point(34, 30);
  90. this.label5.Name = "label5";
  91. this.label5.Size = new System.Drawing.Size(25, 20);
  92. this.label5.TabIndex = 4;
  93. this.label5.Text = "id:";
  94. //
  95. // label6
  96. //
  97. this.label6.AutoSize = true;
  98. this.label6.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  99. this.label6.ForeColor = System.Drawing.Color.Yellow;
  100. this.label6.Location = new System.Drawing.Point(67, 223);
  101. this.label6.Name = "label6";
  102. this.label6.Size = new System.Drawing.Size(304, 24);
  103. this.label6.TabIndex = 5;
  104. this.label6.Text = "Вы являетесь администратором";
  105. this.label6.Visible = false;
  106. //
  107. // button1
  108. //
  109. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  110. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  111. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  112. this.button1.ForeColor = System.Drawing.SystemColors.Window;
  113. this.button1.Location = new System.Drawing.Point(93, 275);
  114. this.button1.Name = "button1";
  115. this.button1.Size = new System.Drawing.Size(255, 35);
  116. this.button1.TabIndex = 6;
  117. this.button1.Text = "Редактировать профиль";
  118. this.button1.UseVisualStyleBackColor = false;
  119. this.button1.Click += new System.EventHandler(this.button1_Click);
  120. //
  121. // groupBox1
  122. //
  123. this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  124. this.groupBox1.Controls.Add(this.label1);
  125. this.groupBox1.Controls.Add(this.label2);
  126. this.groupBox1.Controls.Add(this.label3);
  127. this.groupBox1.Controls.Add(this.label4);
  128. this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  129. this.groupBox1.Location = new System.Drawing.Point(6, 0);
  130. this.groupBox1.Name = "groupBox1";
  131. this.groupBox1.Size = new System.Drawing.Size(430, 326);
  132. this.groupBox1.TabIndex = 15;
  133. this.groupBox1.TabStop = false;
  134. //
  135. // Profile
  136. //
  137. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  138. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  139. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(180)))), ((int)(((byte)(145)))));
  140. this.ClientSize = new System.Drawing.Size(442, 332);
  141. this.Controls.Add(this.button1);
  142. this.Controls.Add(this.label6);
  143. this.Controls.Add(this.label5);
  144. this.Controls.Add(this.groupBox1);
  145. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  146. this.Name = "Profile";
  147. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  148. this.Text = "Профиль";
  149. this.Load += new System.EventHandler(this.Profile_Load);
  150. this.groupBox1.ResumeLayout(false);
  151. this.groupBox1.PerformLayout();
  152. this.ResumeLayout(false);
  153. this.PerformLayout();
  154. }
  155. #endregion
  156. private System.Windows.Forms.Label label1;
  157. private System.Windows.Forms.Label label2;
  158. private System.Windows.Forms.Label label3;
  159. private System.Windows.Forms.Label label4;
  160. private System.Windows.Forms.Label label5;
  161. private System.Windows.Forms.Label label6;
  162. private System.Windows.Forms.Button button1;
  163. private System.Windows.Forms.GroupBox groupBox1;
  164. }
  165. }