Form1.Designer.cs 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. 
  2. namespace Yurevich08
  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.textBox1 = new System.Windows.Forms.TextBox();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.SuspendLayout();
  33. //
  34. // button1
  35. //
  36. this.button1.Location = new System.Drawing.Point(152, 173);
  37. this.button1.Name = "button1";
  38. this.button1.Size = new System.Drawing.Size(75, 23);
  39. this.button1.TabIndex = 0;
  40. this.button1.Text = "button1";
  41. this.button1.UseVisualStyleBackColor = true;
  42. //
  43. // textBox1
  44. //
  45. this.textBox1.Location = new System.Drawing.Point(152, 147);
  46. this.textBox1.Name = "textBox1";
  47. this.textBox1.Size = new System.Drawing.Size(100, 20);
  48. this.textBox1.TabIndex = 1;
  49. //
  50. // label1
  51. //
  52. this.label1.AutoSize = true;
  53. this.label1.Location = new System.Drawing.Point(152, 111);
  54. this.label1.Name = "label1";
  55. this.label1.Size = new System.Drawing.Size(35, 13);
  56. this.label1.TabIndex = 2;
  57. this.label1.Text = "label1";
  58. //
  59. // Form1
  60. //
  61. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  62. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  63. this.ClientSize = new System.Drawing.Size(800, 450);
  64. this.Controls.Add(this.label1);
  65. this.Controls.Add(this.textBox1);
  66. this.Controls.Add(this.button1);
  67. this.Name = "Form1";
  68. this.Text = "Form1";
  69. this.ResumeLayout(false);
  70. this.PerformLayout();
  71. }
  72. #endregion
  73. private System.Windows.Forms.Button button1;
  74. private System.Windows.Forms.TextBox textBox1;
  75. private System.Windows.Forms.Label label1;
  76. }
  77. }