Form1.Designer.cs 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. namespace Practic_rab_1
  2. {
  3. partial class FormForButtonClick
  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.RedBtn = new System.Windows.Forms.Button();
  29. this.YellowBtn = new System.Windows.Forms.Button();
  30. this.BlueBtn = new System.Windows.Forms.Button();
  31. this.PurpleBtn = new System.Windows.Forms.Button();
  32. this.Metkalbl = new System.Windows.Forms.Label();
  33. this.SuspendLayout();
  34. //
  35. // RedBtn
  36. //
  37. this.RedBtn.Font = new System.Drawing.Font("Neue Machina", 14.0979F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  38. this.RedBtn.Location = new System.Drawing.Point(59, 333);
  39. this.RedBtn.Name = "RedBtn";
  40. this.RedBtn.Size = new System.Drawing.Size(204, 72);
  41. this.RedBtn.TabIndex = 0;
  42. this.RedBtn.Text = "Красный";
  43. this.RedBtn.UseVisualStyleBackColor = true;
  44. this.RedBtn.Click += new System.EventHandler(this.RedBtn_Click);
  45. //
  46. // YellowBtn
  47. //
  48. this.YellowBtn.Font = new System.Drawing.Font("Neue Machina", 14.0979F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  49. this.YellowBtn.Location = new System.Drawing.Point(225, 231);
  50. this.YellowBtn.Name = "YellowBtn";
  51. this.YellowBtn.Size = new System.Drawing.Size(204, 72);
  52. this.YellowBtn.TabIndex = 0;
  53. this.YellowBtn.Text = "Желтый";
  54. this.YellowBtn.UseVisualStyleBackColor = true;
  55. this.YellowBtn.Click += new System.EventHandler(this.YellowBtn_Click);
  56. //
  57. // BlueBtn
  58. //
  59. this.BlueBtn.Font = new System.Drawing.Font("Neue Machina", 14.0979F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  60. this.BlueBtn.Location = new System.Drawing.Point(412, 347);
  61. this.BlueBtn.Name = "BlueBtn";
  62. this.BlueBtn.Size = new System.Drawing.Size(204, 72);
  63. this.BlueBtn.TabIndex = 0;
  64. this.BlueBtn.Text = "Синий";
  65. this.BlueBtn.UseVisualStyleBackColor = true;
  66. this.BlueBtn.Click += new System.EventHandler(this.BlueBtn_Click);
  67. //
  68. // PurpleBtn
  69. //
  70. this.PurpleBtn.Font = new System.Drawing.Font("Neue Machina", 14.0979F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  71. this.PurpleBtn.Location = new System.Drawing.Point(519, 231);
  72. this.PurpleBtn.Name = "PurpleBtn";
  73. this.PurpleBtn.Size = new System.Drawing.Size(204, 72);
  74. this.PurpleBtn.TabIndex = 0;
  75. this.PurpleBtn.Text = "Фиолетовый";
  76. this.PurpleBtn.UseVisualStyleBackColor = true;
  77. this.PurpleBtn.Click += new System.EventHandler(this.PurpleBtn_Click);
  78. //
  79. // Metkalbl
  80. //
  81. this.Metkalbl.AutoSize = true;
  82. this.Metkalbl.Font = new System.Drawing.Font("Neue Machina", 22.15384F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  83. this.Metkalbl.ForeColor = System.Drawing.SystemColors.ButtonFace;
  84. this.Metkalbl.Location = new System.Drawing.Point(168, 71);
  85. this.Metkalbl.Name = "Metkalbl";
  86. this.Metkalbl.Size = new System.Drawing.Size(463, 58);
  87. this.Metkalbl.TabIndex = 1;
  88. this.Metkalbl.Text = "Нажимай на кнопки";
  89. //
  90. // FormForButtonClick
  91. //
  92. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 20F);
  93. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  94. this.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
  95. this.ClientSize = new System.Drawing.Size(800, 450);
  96. this.Controls.Add(this.Metkalbl);
  97. this.Controls.Add(this.PurpleBtn);
  98. this.Controls.Add(this.BlueBtn);
  99. this.Controls.Add(this.YellowBtn);
  100. this.Controls.Add(this.RedBtn);
  101. this.Name = "FormForButtonClick";
  102. this.Text = "Khasanov_sr";
  103. this.Load += new System.EventHandler(this.FormForButtonClick_Load);
  104. this.ResumeLayout(false);
  105. this.PerformLayout();
  106. }
  107. #endregion
  108. private System.Windows.Forms.Button RedBtn;
  109. private System.Windows.Forms.Button YellowBtn;
  110. private System.Windows.Forms.Button BlueBtn;
  111. private System.Windows.Forms.Button PurpleBtn;
  112. private System.Windows.Forms.Label Metkalbl;
  113. }
  114. }