Form1.Designer.cs 3.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. 
  2. namespace Бархотные_брови
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Обязательная переменная конструктора.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Освободить все используемые ресурсы.
  12. /// </summary>
  13. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  23. /// <summary>
  24. /// Требуемый метод для поддержки конструктора — не изменяйте
  25. /// содержимое этого метода с помощью редактора кода.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.button1 = new System.Windows.Forms.Button();
  30. this.button2 = new System.Windows.Forms.Button();
  31. this.button3 = new System.Windows.Forms.Button();
  32. this.SuspendLayout();
  33. //
  34. // button1
  35. //
  36. this.button1.Location = new System.Drawing.Point(332, 98);
  37. this.button1.Name = "button1";
  38. this.button1.Size = new System.Drawing.Size(136, 62);
  39. this.button1.TabIndex = 0;
  40. this.button1.Text = "Сервис";
  41. this.button1.UseVisualStyleBackColor = true;
  42. this.button1.Click += new System.EventHandler(this.button1_Click);
  43. //
  44. // button2
  45. //
  46. this.button2.Location = new System.Drawing.Point(332, 182);
  47. this.button2.Name = "button2";
  48. this.button2.Size = new System.Drawing.Size(136, 62);
  49. this.button2.TabIndex = 1;
  50. this.button2.Text = "Клиент";
  51. this.button2.UseVisualStyleBackColor = true;
  52. this.button2.Click += new System.EventHandler(this.button2_Click);
  53. //
  54. // button3
  55. //
  56. this.button3.Location = new System.Drawing.Point(332, 262);
  57. this.button3.Name = "button3";
  58. this.button3.Size = new System.Drawing.Size(136, 62);
  59. this.button3.TabIndex = 2;
  60. this.button3.Text = "Клиент сервис";
  61. this.button3.UseVisualStyleBackColor = true;
  62. this.button3.Click += new System.EventHandler(this.button3_Click);
  63. //
  64. // Form1
  65. //
  66. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  67. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  68. this.ClientSize = new System.Drawing.Size(800, 450);
  69. this.Controls.Add(this.button3);
  70. this.Controls.Add(this.button2);
  71. this.Controls.Add(this.button1);
  72. this.Name = "Form1";
  73. this.Text = "Бархотные брови";
  74. this.ResumeLayout(false);
  75. }
  76. #endregion
  77. private System.Windows.Forms.Button button1;
  78. private System.Windows.Forms.Button button2;
  79. private System.Windows.Forms.Button button3;
  80. }
  81. }