Start.Designer.cs 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  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.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.groupBox1.SuspendLayout();
  31. this.SuspendLayout();
  32. //
  33. // button1
  34. //
  35. this.button1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(150)))), ((int)(((byte)(125)))));
  36. this.button1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  37. this.button1.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  38. this.button1.ForeColor = System.Drawing.SystemColors.Window;
  39. this.button1.Location = new System.Drawing.Point(63, 33);
  40. this.button1.Name = "button1";
  41. this.button1.Size = new System.Drawing.Size(215, 34);
  42. this.button1.TabIndex = 0;
  43. this.button1.Text = "Войти";
  44. this.button1.UseVisualStyleBackColor = false;
  45. this.button1.Click += new System.EventHandler(this.button1_Click);
  46. //
  47. // groupBox1
  48. //
  49. this.groupBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
  50. this.groupBox1.Controls.Add(this.button1);
  51. this.groupBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  52. this.groupBox1.Location = new System.Drawing.Point(6, 0);
  53. this.groupBox1.Name = "groupBox1";
  54. this.groupBox1.Size = new System.Drawing.Size(342, 136);
  55. this.groupBox1.TabIndex = 15;
  56. this.groupBox1.TabStop = false;
  57. //
  58. // Start
  59. //
  60. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  61. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  62. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(180)))), ((int)(((byte)(145)))));
  63. this.ClientSize = new System.Drawing.Size(354, 90);
  64. this.Controls.Add(this.groupBox1);
  65. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
  66. this.Name = "Start";
  67. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  68. this.Text = "Стартовое окно";
  69. this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Start_FormClosed);
  70. this.groupBox1.ResumeLayout(false);
  71. this.ResumeLayout(false);
  72. }
  73. #endregion
  74. private System.Windows.Forms.Button button1;
  75. private System.Windows.Forms.GroupBox groupBox1;
  76. }
  77. }