Start.Designer.cs 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. namespace project
  2. {
  3. partial class Start
  4. {
  5. /// <summary>
  6. /// Обязательная переменная конструктора.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Освободить все используемые ресурсы.
  11. /// </summary>
  12. /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</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
  22. /// <summary>
  23. /// Требуемый метод для поддержки конструктора — не изменяйте
  24. /// содержимое этого метода с помощью редактора кода.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.button1 = new System.Windows.Forms.Button();
  29. this.button2 = new System.Windows.Forms.Button();
  30. this.groupBox1 = new System.Windows.Forms.GroupBox();
  31. this.groupBox1.SuspendLayout();
  32. this.SuspendLayout();
  33. //
  34. // button1
  35. //
  36. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  37. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  38. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  39. this.button1.ForeColor = System.Drawing.SystemColors.Window;
  40. this.button1.Location = new System.Drawing.Point(63, 33);
  41. this.button1.Name = "button1";
  42. this.button1.Size = new System.Drawing.Size(215, 34);
  43. this.button1.TabIndex = 0;
  44. this.button1.Text = "Войти";
  45. this.button1.UseVisualStyleBackColor = false;
  46. this.button1.Click += new System.EventHandler(this.button1_Click);
  47. //
  48. // button2
  49. //
  50. this.button2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  51. this.button2.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  52. this.button2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  53. this.button2.ForeColor = System.Drawing.SystemColors.Window;
  54. this.button2.Location = new System.Drawing.Point(63, 80);
  55. this.button2.Name = "button2";
  56. this.button2.Size = new System.Drawing.Size(215, 34);
  57. this.button2.TabIndex = 1;
  58. this.button2.Text = "Зарегистрироваться";
  59. this.button2.UseVisualStyleBackColor = false;
  60. this.button2.Click += new System.EventHandler(this.button2_Click);
  61. //
  62. // groupBox1
  63. //
  64. this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  65. this.groupBox1.Controls.Add(this.button2);
  66. this.groupBox1.Controls.Add(this.button1);
  67. this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  68. this.groupBox1.Location = new System.Drawing.Point(6, 0);
  69. this.groupBox1.Name = "groupBox1";
  70. this.groupBox1.Size = new System.Drawing.Size(342, 136);
  71. this.groupBox1.TabIndex = 15;
  72. this.groupBox1.TabStop = false;
  73. //
  74. // Start
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(180)))), ((int)(((byte)(145)))));
  79. this.ClientSize = new System.Drawing.Size(354, 142);
  80. this.Controls.Add(this.groupBox1);
  81. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  82. this.Name = "Start";
  83. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  84. this.Text = "Стартовое окно";
  85. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Start_FormClosed);
  86. this.groupBox1.ResumeLayout(false);
  87. this.ResumeLayout(false);
  88. }
  89. #endregion
  90. private System.Windows.Forms.Button button1;
  91. private System.Windows.Forms.Button button2;
  92. private System.Windows.Forms.GroupBox groupBox1;
  93. }
  94. }