ButtonWork.Designer.cs 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. namespace WindowsFormsСигаеваПР1
  2. {
  3. partial class ButtonWork
  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.button3 = new System.Windows.Forms.Button();
  31. this.button4 = new System.Windows.Forms.Button();
  32. this.SuspendLayout();
  33. //
  34. // button1
  35. //
  36. this.button1.Location = new System.Drawing.Point(37, 33);
  37. this.button1.Name = "button1";
  38. this.button1.Size = new System.Drawing.Size(105, 53);
  39. this.button1.TabIndex = 0;
  40. this.button1.Text = "Кнопка1";
  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(37, 115);
  47. this.button2.Name = "button2";
  48. this.button2.Size = new System.Drawing.Size(105, 52);
  49. this.button2.TabIndex = 1;
  50. this.button2.Text = "Кнопка2";
  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(37, 199);
  57. this.button3.Name = "button3";
  58. this.button3.Size = new System.Drawing.Size(105, 49);
  59. this.button3.TabIndex = 2;
  60. this.button3.Text = "Кнопка3";
  61. this.button3.UseVisualStyleBackColor = true;
  62. this.button3.Click += new System.EventHandler(this.Button3_Click);
  63. //
  64. // button4
  65. //
  66. this.button4.Location = new System.Drawing.Point(37, 284);
  67. this.button4.Name = "button4";
  68. this.button4.Size = new System.Drawing.Size(105, 48);
  69. this.button4.TabIndex = 3;
  70. this.button4.Text = "Кнопка4";
  71. this.button4.UseVisualStyleBackColor = true;
  72. this.button4.Click += new System.EventHandler(this.Button4_Click);
  73. //
  74. // Form1
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.BackColor = System.Drawing.SystemColors.Control;
  79. this.ClientSize = new System.Drawing.Size(800, 450);
  80. this.Controls.Add(this.button4);
  81. this.Controls.Add(this.button3);
  82. this.Controls.Add(this.button2);
  83. this.Controls.Add(this.button1);
  84. this.Name = "ButtonWork";
  85. this.Text = "ПР.№1 гр.2ИС Сигаева А.А.";
  86. this.ResumeLayout(false);
  87. }
  88. #endregion
  89. private System.Windows.Forms.Button button1;
  90. private System.Windows.Forms.Button button2;
  91. private System.Windows.Forms.Button button3;
  92. private System.Windows.Forms.Button button4;
  93. }
  94. }