AdduserForm.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257
  1. namespace Session_4
  2. {
  3. partial class AdduserForm
  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.components = new System.ComponentModel.Container();
  29. this.label1 = new System.Windows.Forms.Label();
  30. this.label2 = new System.Windows.Forms.Label();
  31. this.label3 = new System.Windows.Forms.Label();
  32. this.label4 = new System.Windows.Forms.Label();
  33. this.label5 = new System.Windows.Forms.Label();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.email_text = new System.Windows.Forms.TextBox();
  36. this.firstname_text = new System.Windows.Forms.TextBox();
  37. this.password_text = new System.Windows.Forms.TextBox();
  38. this.lastname_text = new System.Windows.Forms.TextBox();
  39. this.officebox_text = new System.Windows.Forms.ComboBox();
  40. this.officesBindingSource = new System.Windows.Forms.BindingSource(this.components);
  41. this.session3_4DataSet = new Session_4.Session3_4DataSet();
  42. this.officesTableAdapter = new Session_4.Session3_4DataSetTableAdapters.OfficesTableAdapter();
  43. this.save_button = new System.Windows.Forms.Button();
  44. this.cancel_button = new System.Windows.Forms.Button();
  45. this.dateTimePicker1 = new System.Windows.Forms.DateTimePicker();
  46. ((System.ComponentModel.ISupportInitialize)(this.officesBindingSource)).BeginInit();
  47. ((System.ComponentModel.ISupportInitialize)(this.session3_4DataSet)).BeginInit();
  48. this.SuspendLayout();
  49. //
  50. // label1
  51. //
  52. this.label1.AutoSize = true;
  53. this.label1.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  54. this.label1.Location = new System.Drawing.Point(65, 21);
  55. this.label1.Name = "label1";
  56. this.label1.Size = new System.Drawing.Size(96, 19);
  57. this.label1.TabIndex = 0;
  58. this.label1.Text = "Email address";
  59. //
  60. // label2
  61. //
  62. this.label2.AutoSize = true;
  63. this.label2.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  64. this.label2.Location = new System.Drawing.Point(65, 60);
  65. this.label2.Name = "label2";
  66. this.label2.Size = new System.Drawing.Size(72, 19);
  67. this.label2.TabIndex = 1;
  68. this.label2.Text = "First name";
  69. //
  70. // label3
  71. //
  72. this.label3.AutoSize = true;
  73. this.label3.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  74. this.label3.Location = new System.Drawing.Point(65, 100);
  75. this.label3.Name = "label3";
  76. this.label3.Size = new System.Drawing.Size(72, 19);
  77. this.label3.TabIndex = 2;
  78. this.label3.Text = "Last name";
  79. //
  80. // label4
  81. //
  82. this.label4.AutoSize = true;
  83. this.label4.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  84. this.label4.Location = new System.Drawing.Point(65, 140);
  85. this.label4.Name = "label4";
  86. this.label4.Size = new System.Drawing.Size(48, 19);
  87. this.label4.TabIndex = 3;
  88. this.label4.Text = "Office";
  89. //
  90. // label5
  91. //
  92. this.label5.AutoSize = true;
  93. this.label5.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  94. this.label5.Location = new System.Drawing.Point(65, 182);
  95. this.label5.Name = "label5";
  96. this.label5.Size = new System.Drawing.Size(66, 19);
  97. this.label5.TabIndex = 4;
  98. this.label5.Text = "Birthdate";
  99. //
  100. // label6
  101. //
  102. this.label6.AutoSize = true;
  103. this.label6.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  104. this.label6.Location = new System.Drawing.Point(65, 222);
  105. this.label6.Name = "label6";
  106. this.label6.Size = new System.Drawing.Size(69, 19);
  107. this.label6.TabIndex = 5;
  108. this.label6.Text = "Password";
  109. //
  110. // email_text
  111. //
  112. this.email_text.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  113. this.email_text.Location = new System.Drawing.Point(193, 18);
  114. this.email_text.Name = "email_text";
  115. this.email_text.Size = new System.Drawing.Size(197, 25);
  116. this.email_text.TabIndex = 6;
  117. //
  118. // firstname_text
  119. //
  120. this.firstname_text.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  121. this.firstname_text.Location = new System.Drawing.Point(193, 57);
  122. this.firstname_text.Name = "firstname_text";
  123. this.firstname_text.Size = new System.Drawing.Size(197, 25);
  124. this.firstname_text.TabIndex = 7;
  125. //
  126. // password_text
  127. //
  128. this.password_text.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  129. this.password_text.Location = new System.Drawing.Point(193, 219);
  130. this.password_text.Name = "password_text";
  131. this.password_text.Size = new System.Drawing.Size(197, 25);
  132. this.password_text.TabIndex = 8;
  133. //
  134. // lastname_text
  135. //
  136. this.lastname_text.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  137. this.lastname_text.Location = new System.Drawing.Point(193, 97);
  138. this.lastname_text.Name = "lastname_text";
  139. this.lastname_text.Size = new System.Drawing.Size(197, 25);
  140. this.lastname_text.TabIndex = 9;
  141. //
  142. // officebox_text
  143. //
  144. this.officebox_text.DataBindings.Add(new System.Windows.Forms.Binding("SelectedValue", this.officesBindingSource, "ID", true));
  145. this.officebox_text.DataSource = this.officesBindingSource;
  146. this.officebox_text.DisplayMember = "Title";
  147. this.officebox_text.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  148. this.officebox_text.FormattingEnabled = true;
  149. this.officebox_text.Location = new System.Drawing.Point(193, 137);
  150. this.officebox_text.Name = "officebox_text";
  151. this.officebox_text.Size = new System.Drawing.Size(197, 27);
  152. this.officebox_text.TabIndex = 11;
  153. this.officebox_text.ValueMember = "ID";
  154. //
  155. // officesBindingSource
  156. //
  157. this.officesBindingSource.DataMember = "Offices";
  158. this.officesBindingSource.DataSource = this.session3_4DataSet;
  159. //
  160. // session3_4DataSet
  161. //
  162. this.session3_4DataSet.DataSetName = "Session3_4DataSet";
  163. this.session3_4DataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  164. //
  165. // officesTableAdapter
  166. //
  167. this.officesTableAdapter.ClearBeforeFill = true;
  168. //
  169. // save_button
  170. //
  171. this.save_button.DialogResult = System.Windows.Forms.DialogResult.OK;
  172. this.save_button.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  173. this.save_button.Location = new System.Drawing.Point(110, 257);
  174. this.save_button.Name = "save_button";
  175. this.save_button.Size = new System.Drawing.Size(106, 29);
  176. this.save_button.TabIndex = 12;
  177. this.save_button.Text = "Save";
  178. this.save_button.UseVisualStyleBackColor = true;
  179. this.save_button.Click += new System.EventHandler(this.save_button_Click);
  180. //
  181. // cancel_button
  182. //
  183. this.cancel_button.Font = new System.Drawing.Font("Tw Cen MT", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  184. this.cancel_button.Location = new System.Drawing.Point(259, 257);
  185. this.cancel_button.Name = "cancel_button";
  186. this.cancel_button.Size = new System.Drawing.Size(106, 29);
  187. this.cancel_button.TabIndex = 13;
  188. this.cancel_button.Text = "Cancel";
  189. this.cancel_button.UseVisualStyleBackColor = true;
  190. this.cancel_button.Click += new System.EventHandler(this.cancel_button_Click);
  191. //
  192. // dateTimePicker1
  193. //
  194. this.dateTimePicker1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  195. this.dateTimePicker1.Location = new System.Drawing.Point(193, 181);
  196. this.dateTimePicker1.Name = "dateTimePicker1";
  197. this.dateTimePicker1.Size = new System.Drawing.Size(197, 22);
  198. this.dateTimePicker1.TabIndex = 14;
  199. //
  200. // AdduserForm
  201. //
  202. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  203. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  204. this.ClientSize = new System.Drawing.Size(468, 295);
  205. this.ControlBox = false;
  206. this.Controls.Add(this.dateTimePicker1);
  207. this.Controls.Add(this.cancel_button);
  208. this.Controls.Add(this.save_button);
  209. this.Controls.Add(this.officebox_text);
  210. this.Controls.Add(this.lastname_text);
  211. this.Controls.Add(this.password_text);
  212. this.Controls.Add(this.firstname_text);
  213. this.Controls.Add(this.email_text);
  214. this.Controls.Add(this.label6);
  215. this.Controls.Add(this.label5);
  216. this.Controls.Add(this.label4);
  217. this.Controls.Add(this.label3);
  218. this.Controls.Add(this.label2);
  219. this.Controls.Add(this.label1);
  220. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
  221. this.MaximizeBox = false;
  222. this.MinimizeBox = false;
  223. this.Name = "AdduserForm";
  224. this.ShowIcon = false;
  225. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  226. this.Text = "Add User";
  227. this.Load += new System.EventHandler(this.AdduserForm_Load);
  228. ((System.ComponentModel.ISupportInitialize)(this.officesBindingSource)).EndInit();
  229. ((System.ComponentModel.ISupportInitialize)(this.session3_4DataSet)).EndInit();
  230. this.ResumeLayout(false);
  231. this.PerformLayout();
  232. }
  233. #endregion
  234. private Session3_4DataSet session3_4DataSet;
  235. private System.Windows.Forms.BindingSource officesBindingSource;
  236. private Session3_4DataSetTableAdapters.OfficesTableAdapter officesTableAdapter;
  237. public System.Windows.Forms.Label label1;
  238. public System.Windows.Forms.Label label2;
  239. public System.Windows.Forms.Label label3;
  240. public System.Windows.Forms.Label label4;
  241. public System.Windows.Forms.Label label5;
  242. public System.Windows.Forms.Label label6;
  243. public System.Windows.Forms.TextBox email_text;
  244. public System.Windows.Forms.TextBox firstname_text;
  245. public System.Windows.Forms.TextBox password_text;
  246. public System.Windows.Forms.TextBox lastname_text;
  247. public System.Windows.Forms.ComboBox officebox_text;
  248. public System.Windows.Forms.Button save_button;
  249. public System.Windows.Forms.Button cancel_button;
  250. private System.Windows.Forms.DateTimePicker dateTimePicker1;
  251. }
  252. }