Form4.Designer.cs 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. 
  2. namespace WindowsFormsApp19
  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.maskedTextBox1 = new System.Windows.Forms.MaskedTextBox();
  30. this.radioButton1 = new System.Windows.Forms.RadioButton();
  31. this.radioButton2 = new System.Windows.Forms.RadioButton();
  32. this.radioButton3 = new System.Windows.Forms.RadioButton();
  33. this.checkBox1 = new System.Windows.Forms.CheckBox();
  34. this.checkBox2 = new System.Windows.Forms.CheckBox();
  35. this.checkBox3 = new System.Windows.Forms.CheckBox();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.SuspendLayout();
  38. //
  39. // maskedTextBox1
  40. //
  41. this.maskedTextBox1.Location = new System.Drawing.Point(25, 33);
  42. this.maskedTextBox1.Mask = "+7 (999) 000-0000";
  43. this.maskedTextBox1.Name = "maskedTextBox1";
  44. this.maskedTextBox1.Size = new System.Drawing.Size(100, 20);
  45. this.maskedTextBox1.TabIndex = 0;
  46. //
  47. // radioButton1
  48. //
  49. this.radioButton1.AutoSize = true;
  50. this.radioButton1.Location = new System.Drawing.Point(40, 209);
  51. this.radioButton1.Name = "radioButton1";
  52. this.radioButton1.Size = new System.Drawing.Size(85, 17);
  53. this.radioButton1.TabIndex = 1;
  54. this.radioButton1.TabStop = true;
  55. this.radioButton1.Text = "radioButton1";
  56. this.radioButton1.UseVisualStyleBackColor = true;
  57. this.radioButton1.CheckedChanged += new System.EventHandler(this.radioButton1_CheckedChanged);
  58. //
  59. // radioButton2
  60. //
  61. this.radioButton2.AutoSize = true;
  62. this.radioButton2.Location = new System.Drawing.Point(40, 232);
  63. this.radioButton2.Name = "radioButton2";
  64. this.radioButton2.Size = new System.Drawing.Size(85, 17);
  65. this.radioButton2.TabIndex = 2;
  66. this.radioButton2.TabStop = true;
  67. this.radioButton2.Text = "radioButton2";
  68. this.radioButton2.UseVisualStyleBackColor = true;
  69. //
  70. // radioButton3
  71. //
  72. this.radioButton3.AutoSize = true;
  73. this.radioButton3.Location = new System.Drawing.Point(40, 255);
  74. this.radioButton3.Name = "radioButton3";
  75. this.radioButton3.Size = new System.Drawing.Size(85, 17);
  76. this.radioButton3.TabIndex = 3;
  77. this.radioButton3.TabStop = true;
  78. this.radioButton3.Text = "radioButton3";
  79. this.radioButton3.UseVisualStyleBackColor = true;
  80. //
  81. // checkBox1
  82. //
  83. this.checkBox1.AutoSize = true;
  84. this.checkBox1.Location = new System.Drawing.Point(172, 209);
  85. this.checkBox1.Name = "checkBox1";
  86. this.checkBox1.Size = new System.Drawing.Size(80, 17);
  87. this.checkBox1.TabIndex = 4;
  88. this.checkBox1.Text = "checkBox1";
  89. this.checkBox1.UseVisualStyleBackColor = true;
  90. this.checkBox1.CheckedChanged += new System.EventHandler(this.checkBox1_CheckedChanged);
  91. //
  92. // checkBox2
  93. //
  94. this.checkBox2.AutoSize = true;
  95. this.checkBox2.Location = new System.Drawing.Point(172, 232);
  96. this.checkBox2.Name = "checkBox2";
  97. this.checkBox2.Size = new System.Drawing.Size(80, 17);
  98. this.checkBox2.TabIndex = 5;
  99. this.checkBox2.Text = "checkBox2";
  100. this.checkBox2.UseVisualStyleBackColor = true;
  101. //
  102. // checkBox3
  103. //
  104. this.checkBox3.AutoSize = true;
  105. this.checkBox3.Location = new System.Drawing.Point(172, 255);
  106. this.checkBox3.Name = "checkBox3";
  107. this.checkBox3.Size = new System.Drawing.Size(80, 17);
  108. this.checkBox3.TabIndex = 6;
  109. this.checkBox3.Text = "checkBox3";
  110. this.checkBox3.UseVisualStyleBackColor = true;
  111. //
  112. // button1
  113. //
  114. this.button1.Location = new System.Drawing.Point(452, 300);
  115. this.button1.Name = "button1";
  116. this.button1.Size = new System.Drawing.Size(75, 23);
  117. this.button1.TabIndex = 7;
  118. this.button1.Text = ">";
  119. this.button1.UseVisualStyleBackColor = true;
  120. this.button1.Click += new System.EventHandler(this.button1_Click);
  121. //
  122. // Form4
  123. //
  124. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  125. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  126. this.ClientSize = new System.Drawing.Size(553, 335);
  127. this.Controls.Add(this.button1);
  128. this.Controls.Add(this.checkBox3);
  129. this.Controls.Add(this.checkBox2);
  130. this.Controls.Add(this.checkBox1);
  131. this.Controls.Add(this.radioButton3);
  132. this.Controls.Add(this.radioButton2);
  133. this.Controls.Add(this.radioButton1);
  134. this.Controls.Add(this.maskedTextBox1);
  135. this.Name = "Form4";
  136. this.Text = "MaskedTextBox";
  137. this.ResumeLayout(false);
  138. this.PerformLayout();
  139. }
  140. #endregion
  141. private System.Windows.Forms.MaskedTextBox maskedTextBox1;
  142. private System.Windows.Forms.RadioButton radioButton1;
  143. private System.Windows.Forms.RadioButton radioButton2;
  144. private System.Windows.Forms.RadioButton radioButton3;
  145. private System.Windows.Forms.CheckBox checkBox1;
  146. private System.Windows.Forms.CheckBox checkBox2;
  147. private System.Windows.Forms.CheckBox checkBox3;
  148. private System.Windows.Forms.Button button1;
  149. }
  150. }