Form4.Designer.cs 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203
  1. namespace WindowsFormsApp22222
  2. {
  3. partial class Form4
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.textBox1 = new System.Windows.Forms.TextBox();
  29. this.textBox2 = new System.Windows.Forms.TextBox();
  30. this.textBox3 = new System.Windows.Forms.TextBox();
  31. this.comboBox1 = new System.Windows.Forms.ComboBox();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.label2 = new System.Windows.Forms.Label();
  34. this.label3 = new System.Windows.Forms.Label();
  35. this.label4 = new System.Windows.Forms.Label();
  36. this.button1 = new System.Windows.Forms.Button();
  37. this.button2 = new System.Windows.Forms.Button();
  38. this.label5 = new System.Windows.Forms.Label();
  39. this.radioButton1 = new System.Windows.Forms.RadioButton();
  40. this.radioButton2 = new System.Windows.Forms.RadioButton();
  41. this.SuspendLayout();
  42. //
  43. // textBox1
  44. //
  45. this.textBox1.Location = new System.Drawing.Point(101, 22);
  46. this.textBox1.Name = "textBox1";
  47. this.textBox1.Size = new System.Drawing.Size(238, 20);
  48. this.textBox1.TabIndex = 0;
  49. //
  50. // textBox2
  51. //
  52. this.textBox2.Location = new System.Drawing.Point(101, 72);
  53. this.textBox2.Name = "textBox2";
  54. this.textBox2.Size = new System.Drawing.Size(238, 20);
  55. this.textBox2.TabIndex = 2;
  56. //
  57. // textBox3
  58. //
  59. this.textBox3.Location = new System.Drawing.Point(101, 120);
  60. this.textBox3.Name = "textBox3";
  61. this.textBox3.Size = new System.Drawing.Size(238, 20);
  62. this.textBox3.TabIndex = 4;
  63. //
  64. // comboBox1
  65. //
  66. this.comboBox1.FormattingEnabled = true;
  67. this.comboBox1.Location = new System.Drawing.Point(101, 173);
  68. this.comboBox1.Name = "comboBox1";
  69. this.comboBox1.Size = new System.Drawing.Size(238, 21);
  70. this.comboBox1.TabIndex = 5;
  71. //
  72. // label1
  73. //
  74. this.label1.AutoSize = true;
  75. this.label1.Location = new System.Drawing.Point(23, 29);
  76. this.label1.Name = "label1";
  77. this.label1.Size = new System.Drawing.Size(72, 13);
  78. this.label1.TabIndex = 6;
  79. this.label1.Text = "Email address";
  80. //
  81. // label2
  82. //
  83. this.label2.AutoSize = true;
  84. this.label2.Location = new System.Drawing.Point(40, 79);
  85. this.label2.Name = "label2";
  86. this.label2.Size = new System.Drawing.Size(55, 13);
  87. this.label2.TabIndex = 8;
  88. this.label2.Text = "First name";
  89. //
  90. // label3
  91. //
  92. this.label3.AutoSize = true;
  93. this.label3.Location = new System.Drawing.Point(39, 127);
  94. this.label3.Name = "label3";
  95. this.label3.Size = new System.Drawing.Size(56, 13);
  96. this.label3.TabIndex = 10;
  97. this.label3.Text = "Last name";
  98. //
  99. // label4
  100. //
  101. this.label4.AutoSize = true;
  102. this.label4.Location = new System.Drawing.Point(60, 181);
  103. this.label4.Name = "label4";
  104. this.label4.Size = new System.Drawing.Size(35, 13);
  105. this.label4.TabIndex = 12;
  106. this.label4.Text = "Office";
  107. //
  108. // button1
  109. //
  110. this.button1.Location = new System.Drawing.Point(73, 317);
  111. this.button1.Name = "button1";
  112. this.button1.Size = new System.Drawing.Size(75, 23);
  113. this.button1.TabIndex = 13;
  114. this.button1.Text = "Apply";
  115. this.button1.UseVisualStyleBackColor = true;
  116. this.button1.Click += new System.EventHandler(this.button1_Click);
  117. //
  118. // button2
  119. //
  120. this.button2.Location = new System.Drawing.Point(197, 317);
  121. this.button2.Name = "button2";
  122. this.button2.Size = new System.Drawing.Size(75, 23);
  123. this.button2.TabIndex = 15;
  124. this.button2.Text = "Cancel";
  125. this.button2.UseVisualStyleBackColor = true;
  126. this.button2.Click += new System.EventHandler(this.button2_Click);
  127. //
  128. // label5
  129. //
  130. this.label5.AutoSize = true;
  131. this.label5.Location = new System.Drawing.Point(60, 247);
  132. this.label5.Name = "label5";
  133. this.label5.Size = new System.Drawing.Size(29, 13);
  134. this.label5.TabIndex = 16;
  135. this.label5.Text = "Role";
  136. //
  137. // radioButton1
  138. //
  139. this.radioButton1.AutoSize = true;
  140. this.radioButton1.Location = new System.Drawing.Point(116, 226);
  141. this.radioButton1.Name = "radioButton1";
  142. this.radioButton1.Size = new System.Drawing.Size(47, 17);
  143. this.radioButton1.TabIndex = 17;
  144. this.radioButton1.TabStop = true;
  145. this.radioButton1.Text = "User";
  146. this.radioButton1.UseVisualStyleBackColor = true;
  147. //
  148. // radioButton2
  149. //
  150. this.radioButton2.AutoSize = true;
  151. this.radioButton2.Location = new System.Drawing.Point(116, 272);
  152. this.radioButton2.Name = "radioButton2";
  153. this.radioButton2.Size = new System.Drawing.Size(85, 17);
  154. this.radioButton2.TabIndex = 19;
  155. this.radioButton2.TabStop = true;
  156. this.radioButton2.Text = "Administrator";
  157. this.radioButton2.UseVisualStyleBackColor = true;
  158. //
  159. // Form4
  160. //
  161. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  162. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  163. this.ClientSize = new System.Drawing.Size(399, 359);
  164. this.Controls.Add(this.radioButton2);
  165. this.Controls.Add(this.radioButton1);
  166. this.Controls.Add(this.label5);
  167. this.Controls.Add(this.button2);
  168. this.Controls.Add(this.button1);
  169. this.Controls.Add(this.label4);
  170. this.Controls.Add(this.label3);
  171. this.Controls.Add(this.label2);
  172. this.Controls.Add(this.label1);
  173. this.Controls.Add(this.comboBox1);
  174. this.Controls.Add(this.textBox3);
  175. this.Controls.Add(this.textBox2);
  176. this.Controls.Add(this.textBox1);
  177. this.Name = "Form4";
  178. this.Text = "Form4";
  179. this.ResumeLayout(false);
  180. this.PerformLayout();
  181. }
  182. #endregion
  183. private System.Windows.Forms.TextBox textBox1;
  184. private System.Windows.Forms.TextBox textBox2;
  185. private System.Windows.Forms.TextBox textBox3;
  186. private System.Windows.Forms.ComboBox comboBox1;
  187. private System.Windows.Forms.Label label1;
  188. private System.Windows.Forms.Label label2;
  189. private System.Windows.Forms.Label label3;
  190. private System.Windows.Forms.Label label4;
  191. private System.Windows.Forms.Button button1;
  192. private System.Windows.Forms.Button button2;
  193. private System.Windows.Forms.Label label5;
  194. private System.Windows.Forms.RadioButton radioButton1;
  195. private System.Windows.Forms.RadioButton radioButton2;
  196. }
  197. }