Form4.Designer.cs 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. 
  2. namespace Praktika5
  3. {
  4. partial class Form4
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</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 Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.components = new System.ComponentModel.Container();
  30. this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
  31. this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
  32. this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.contextMenuStrip1.SuspendLayout();
  35. this.SuspendLayout();
  36. //
  37. // contextMenuStrip1
  38. //
  39. this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
  40. this.toolStripMenuItem1,
  41. this.toolStripSeparator1});
  42. this.contextMenuStrip1.Name = "contextMenuStrip1";
  43. this.contextMenuStrip1.Size = new System.Drawing.Size(181, 32);
  44. //
  45. // toolStripMenuItem1
  46. //
  47. this.toolStripMenuItem1.Name = "toolStripMenuItem1";
  48. this.toolStripMenuItem1.Size = new System.Drawing.Size(180, 22);
  49. this.toolStripMenuItem1.Text = "toolStripMenuItem1";
  50. //
  51. // toolStripSeparator1
  52. //
  53. this.toolStripSeparator1.Name = "toolStripSeparator1";
  54. this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6);
  55. //
  56. // textBox1
  57. //
  58. this.textBox1.Location = new System.Drawing.Point(197, 169);
  59. this.textBox1.Name = "textBox1";
  60. this.textBox1.Size = new System.Drawing.Size(100, 23);
  61. this.textBox1.TabIndex = 1;
  62. //
  63. // Form4
  64. //
  65. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  66. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  67. this.ClientSize = new System.Drawing.Size(800, 450);
  68. this.Controls.Add(this.textBox1);
  69. this.Name = "Form4";
  70. this.Text = "Form4";
  71. this.contextMenuStrip1.ResumeLayout(false);
  72. this.ResumeLayout(false);
  73. this.PerformLayout();
  74. }
  75. #endregion
  76. private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
  77. private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
  78. private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
  79. private System.Windows.Forms.TextBox textBox1;
  80. }
  81. }