Form1.Designer.cs 2.6 KB

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