Form1.Designer.cs 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. 
  2. namespace Praktika409
  3. {
  4. partial class Form1
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
  30. this.button1 = new System.Windows.Forms.Button();
  31. this.label1 = new System.Windows.Forms.Label();
  32. this.linkLabel1 = new System.Windows.Forms.LinkLabel();
  33. this.textBox1 = new System.Windows.Forms.TextBox();
  34. this.label2 = new System.Windows.Forms.Label();
  35. this.textBox2 = new System.Windows.Forms.TextBox();
  36. this.textBox3 = new System.Windows.Forms.TextBox();
  37. this.label3 = new System.Windows.Forms.Label();
  38. this.SuspendLayout();
  39. //
  40. // button1
  41. //
  42. this.button1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("button1.BackgroundImage")));
  43. this.button1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
  44. this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  45. this.button1.Location = new System.Drawing.Point(56, 12);
  46. this.button1.Name = "button1";
  47. this.button1.Size = new System.Drawing.Size(156, 136);
  48. this.button1.TabIndex = 0;
  49. this.button1.Text = "Удалить";
  50. this.button1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageBeforeText;
  51. this.button1.UseVisualStyleBackColor = true;
  52. this.button1.Click += new System.EventHandler(this.button1_Click);
  53. //
  54. // label1
  55. //
  56. this.label1.AutoSize = true;
  57. this.label1.Location = new System.Drawing.Point(56, 151);
  58. this.label1.Name = "label1";
  59. this.label1.Size = new System.Drawing.Size(114, 15);
  60. this.label1.TabIndex = 1;
  61. this.label1.Text = "Переход по ссылке";
  62. //
  63. // linkLabel1
  64. //
  65. this.linkLabel1.AutoSize = true;
  66. this.linkLabel1.Location = new System.Drawing.Point(176, 151);
  67. this.linkLabel1.Name = "linkLabel1";
  68. this.linkLabel1.Size = new System.Drawing.Size(110, 15);
  69. this.linkLabel1.TabIndex = 2;
  70. this.linkLabel1.TabStop = true;
  71. this.linkLabel1.Text = "http://metanit.com";
  72. this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
  73. //
  74. // textBox1
  75. //
  76. this.textBox1.Location = new System.Drawing.Point(336, 40);
  77. this.textBox1.Multiline = true;
  78. this.textBox1.Name = "textBox1";
  79. this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Both;
  80. this.textBox1.Size = new System.Drawing.Size(139, 107);
  81. this.textBox1.TabIndex = 3;
  82. this.textBox1.Text = "123123\r\n123123\r\n12312\r\n3123\r\n123\r\n123\r\n12312312\r\n3123\r\n1231\r\n2312";
  83. //
  84. // label2
  85. //
  86. this.label2.AutoSize = true;
  87. this.label2.Location = new System.Drawing.Point(314, 22);
  88. this.label2.Name = "label2";
  89. this.label2.Size = new System.Drawing.Size(179, 15);
  90. this.label2.TabIndex = 4;
  91. this.label2.Text = "Много строчное текствое поле";
  92. //
  93. // textBox2
  94. //
  95. this.textBox2.Location = new System.Drawing.Point(505, 40);
  96. this.textBox2.Name = "textBox2";
  97. this.textBox2.Size = new System.Drawing.Size(134, 23);
  98. this.textBox2.TabIndex = 5;
  99. //
  100. // textBox3
  101. //
  102. this.textBox3.Location = new System.Drawing.Point(654, 40);
  103. this.textBox3.Name = "textBox3";
  104. this.textBox3.Size = new System.Drawing.Size(134, 23);
  105. this.textBox3.TabIndex = 6;
  106. this.textBox3.TextChanged += new System.EventHandler(this.textBox3_TextChanged);
  107. //
  108. // label3
  109. //
  110. this.label3.AutoSize = true;
  111. this.label3.Location = new System.Drawing.Point(654, 70);
  112. this.label3.Name = "label3";
  113. this.label3.Size = new System.Drawing.Size(38, 15);
  114. this.label3.TabIndex = 7;
  115. this.label3.Text = "label3";
  116. //
  117. // Form1
  118. //
  119. this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
  120. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  121. this.ClientSize = new System.Drawing.Size(800, 450);
  122. this.Controls.Add(this.label3);
  123. this.Controls.Add(this.textBox3);
  124. this.Controls.Add(this.textBox2);
  125. this.Controls.Add(this.label2);
  126. this.Controls.Add(this.textBox1);
  127. this.Controls.Add(this.linkLabel1);
  128. this.Controls.Add(this.label1);
  129. this.Controls.Add(this.button1);
  130. this.Name = "Form1";
  131. this.Text = "Form1";
  132. this.ResumeLayout(false);
  133. this.PerformLayout();
  134. }
  135. #endregion
  136. private System.Windows.Forms.Label label1;
  137. private System.Windows.Forms.LinkLabel linkLabel1;
  138. internal System.Windows.Forms.Button button1;
  139. private System.Windows.Forms.TextBox textBox1;
  140. private System.Windows.Forms.Label label2;
  141. private System.Windows.Forms.TextBox textBox2;
  142. private System.Windows.Forms.TextBox textBox3;
  143. private System.Windows.Forms.Label label3;
  144. }
  145. }