Form4.Designer.cs 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251
  1. 
  2. namespace KazarinPractica03
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form4));
  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.label2 = new System.Windows.Forms.Label();
  34. this.textBox1 = new System.Windows.Forms.TextBox();
  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.textBox4 = new System.Windows.Forms.TextBox();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
  41. this.maskedTextBox2 = new System.Windows.Forms.MaskedTextBox();
  42. this.groupBox1 = new System.Windows.Forms.GroupBox();
  43. this.checkBox3 = new System.Windows.Forms.CheckBox();
  44. this.checkBox2 = new System.Windows.Forms.CheckBox();
  45. this.checkBox1 = new System.Windows.Forms.CheckBox();
  46. this.groupBox1.SuspendLayout();
  47. this.SuspendLayout();
  48. //
  49. // button1
  50. //
  51. this.button1.BackColor = System.Drawing.Color.White;
  52. this.button1.Image = ((System.Drawing.Image)(resources.GetObject("button1.Image")));
  53. this.button1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
  54. this.button1.Location = new System.Drawing.Point(29, 44);
  55. this.button1.Name = "button1";
  56. this.button1.Size = new System.Drawing.Size(89, 28);
  57. this.button1.TabIndex = 0;
  58. this.button1.Text = "Удалить";
  59. this.button1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
  60. this.button1.UseVisualStyleBackColor = false;
  61. //
  62. // label1
  63. //
  64. this.label1.AutoSize = true;
  65. this.label1.Location = new System.Drawing.Point(26, 89);
  66. this.label1.Name = "label1";
  67. this.label1.Size = new System.Drawing.Size(106, 13);
  68. this.label1.TabIndex = 1;
  69. this.label1.Text = "Переход по ссылке";
  70. //
  71. // linkLabel1
  72. //
  73. this.linkLabel1.AutoSize = true;
  74. this.linkLabel1.Location = new System.Drawing.Point(138, 89);
  75. this.linkLabel1.Name = "linkLabel1";
  76. this.linkLabel1.Size = new System.Drawing.Size(95, 13);
  77. this.linkLabel1.TabIndex = 2;
  78. this.linkLabel1.TabStop = true;
  79. this.linkLabel1.Text = "http://metanit.com";
  80. //
  81. // label2
  82. //
  83. this.label2.AutoSize = true;
  84. this.label2.Location = new System.Drawing.Point(29, 120);
  85. this.label2.Name = "label2";
  86. this.label2.Size = new System.Drawing.Size(161, 13);
  87. this.label2.TabIndex = 3;
  88. this.label2.Text = "Многострочное текствое поле";
  89. //
  90. // textBox1
  91. //
  92. this.textBox1.Location = new System.Drawing.Point(29, 148);
  93. this.textBox1.Multiline = true;
  94. this.textBox1.Name = "textBox1";
  95. this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
  96. this.textBox1.Size = new System.Drawing.Size(187, 68);
  97. this.textBox1.TabIndex = 4;
  98. this.textBox1.Text = "Онегин был по мнению многих\r\nУмелый малый, но педант.\r\nИмел он счастливый талант\r" +
  99. "\nбез принуждения в разговоре";
  100. //
  101. // textBox2
  102. //
  103. this.textBox2.Location = new System.Drawing.Point(29, 238);
  104. this.textBox2.Name = "textBox2";
  105. this.textBox2.Size = new System.Drawing.Size(187, 20);
  106. this.textBox2.TabIndex = 5;
  107. //
  108. // textBox3
  109. //
  110. this.textBox3.Location = new System.Drawing.Point(29, 342);
  111. this.textBox3.Name = "textBox3";
  112. this.textBox3.Size = new System.Drawing.Size(100, 20);
  113. this.textBox3.TabIndex = 6;
  114. this.textBox3.UseSystemPasswordChar = true;
  115. //
  116. // label3
  117. //
  118. this.label3.AutoSize = true;
  119. this.label3.Location = new System.Drawing.Point(29, 321);
  120. this.label3.Name = "label3";
  121. this.label3.Size = new System.Drawing.Size(45, 13);
  122. this.label3.TabIndex = 7;
  123. this.label3.Text = "Пароль";
  124. //
  125. // textBox4
  126. //
  127. this.textBox4.Location = new System.Drawing.Point(272, 39);
  128. this.textBox4.Name = "textBox4";
  129. this.textBox4.Size = new System.Drawing.Size(100, 20);
  130. this.textBox4.TabIndex = 8;
  131. //
  132. // label4
  133. //
  134. this.label4.AutoSize = true;
  135. this.label4.Location = new System.Drawing.Point(278, 75);
  136. this.label4.Name = "label4";
  137. this.label4.Size = new System.Drawing.Size(0, 13);
  138. this.label4.TabIndex = 9;
  139. //
  140. // maskedTextBox1
  141. //
  142. this.maskedTextBox1.Location = new System.Drawing.Point(272, 120);
  143. this.maskedTextBox1.Mask = "9 (999) 999-9999";
  144. this.maskedTextBox1.Name = "maskedTextBox1";
  145. this.maskedTextBox1.Size = new System.Drawing.Size(100, 20);
  146. this.maskedTextBox1.TabIndex = 10;
  147. //
  148. // maskedTextBox2
  149. //
  150. this.maskedTextBox2.Location = new System.Drawing.Point(272, 147);
  151. this.maskedTextBox2.Mask = "L.L.L???????????";
  152. this.maskedTextBox2.Name = "maskedTextBox2";
  153. this.maskedTextBox2.Size = new System.Drawing.Size(100, 20);
  154. this.maskedTextBox2.TabIndex = 11;
  155. //
  156. // groupBox1
  157. //
  158. this.groupBox1.Controls.Add(this.checkBox3);
  159. this.groupBox1.Controls.Add(this.checkBox2);
  160. this.groupBox1.Controls.Add(this.checkBox1);
  161. this.groupBox1.Location = new System.Drawing.Point(272, 182);
  162. this.groupBox1.Name = "groupBox1";
  163. this.groupBox1.Size = new System.Drawing.Size(200, 100);
  164. this.groupBox1.TabIndex = 12;
  165. this.groupBox1.TabStop = false;
  166. this.groupBox1.Text = "Свойство CheckState";
  167. //
  168. // checkBox3
  169. //
  170. this.checkBox3.AutoSize = true;
  171. this.checkBox3.Location = new System.Drawing.Point(7, 68);
  172. this.checkBox3.Name = "checkBox3";
  173. this.checkBox3.Size = new System.Drawing.Size(82, 17);
  174. this.checkBox3.TabIndex = 2;
  175. this.checkBox3.Text = "Unchecked";
  176. this.checkBox3.UseVisualStyleBackColor = true;
  177. //
  178. // checkBox2
  179. //
  180. this.checkBox2.AutoSize = true;
  181. this.checkBox2.Checked = true;
  182. this.checkBox2.CheckState = System.Windows.Forms.CheckState.Indeterminate;
  183. this.checkBox2.Location = new System.Drawing.Point(7, 44);
  184. this.checkBox2.Name = "checkBox2";
  185. this.checkBox2.Size = new System.Drawing.Size(90, 17);
  186. this.checkBox2.TabIndex = 1;
  187. this.checkBox2.Text = "Indeterminate";
  188. this.checkBox2.UseVisualStyleBackColor = true;
  189. //
  190. // checkBox1
  191. //
  192. this.checkBox1.AutoSize = true;
  193. this.checkBox1.Location = new System.Drawing.Point(7, 20);
  194. this.checkBox1.Name = "checkBox1";
  195. this.checkBox1.Size = new System.Drawing.Size(69, 17);
  196. this.checkBox1.TabIndex = 0;
  197. this.checkBox1.Text = "Checked";
  198. this.checkBox1.UseVisualStyleBackColor = true;
  199. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  200. //
  201. // Form4
  202. //
  203. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  204. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  205. this.ClientSize = new System.Drawing.Size(800, 389);
  206. this.Controls.Add(this.groupBox1);
  207. this.Controls.Add(this.maskedTextBox2);
  208. this.Controls.Add(this.maskedTextBox1);
  209. this.Controls.Add(this.label4);
  210. this.Controls.Add(this.textBox4);
  211. this.Controls.Add(this.label3);
  212. this.Controls.Add(this.textBox3);
  213. this.Controls.Add(this.textBox2);
  214. this.Controls.Add(this.textBox1);
  215. this.Controls.Add(this.label2);
  216. this.Controls.Add(this.linkLabel1);
  217. this.Controls.Add(this.label1);
  218. this.Controls.Add(this.button1);
  219. this.Name = "Form4";
  220. this.Text = "Form4";
  221. this.Load += new System.EventHandler(this.Form4_Load);
  222. this.groupBox1.ResumeLayout(false);
  223. this.groupBox1.PerformLayout();
  224. this.ResumeLayout(false);
  225. this.PerformLayout();
  226. }
  227. #endregion
  228. private System.Windows.Forms.Button button1;
  229. private System.Windows.Forms.Label label1;
  230. private System.Windows.Forms.LinkLabel linkLabel1;
  231. private System.Windows.Forms.Label label2;
  232. private System.Windows.Forms.TextBox textBox1;
  233. private System.Windows.Forms.TextBox textBox2;
  234. private System.Windows.Forms.TextBox textBox3;
  235. private System.Windows.Forms.Label label3;
  236. private System.Windows.Forms.TextBox textBox4;
  237. private System.Windows.Forms.Label label4;
  238. private System.Windows.Forms.MaskedTextBox maskedTextBox1;
  239. private System.Windows.Forms.MaskedTextBox maskedTextBox2;
  240. private System.Windows.Forms.GroupBox groupBox1;
  241. private System.Windows.Forms.CheckBox checkBox3;
  242. private System.Windows.Forms.CheckBox checkBox2;
  243. private System.Windows.Forms.CheckBox checkBox1;
  244. }
  245. }