Form4.Designer.cs 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285
  1. namespace lyahov_tim
  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.components = new System.ComponentModel.Container();
  29. System.Windows.Forms.Label emailLabel;
  30. System.Windows.Forms.Label firstNameLabel;
  31. System.Windows.Forms.Label lastNameLabel;
  32. System.Windows.Forms.Label officeIDLabel;
  33. System.Windows.Forms.Label birthdateLabel;
  34. System.Windows.Forms.Label passwordLabel;
  35. System.Windows.Forms.Label roleIDLabel;
  36. this.lyahov_portDataSet = new lyahov_tim.lyahov_portDataSet();
  37. this.usersBindingSource = new System.Windows.Forms.BindingSource(this.components);
  38. this.usersTableAdapter = new lyahov_tim.lyahov_portDataSetTableAdapters.UsersTableAdapter();
  39. this.tableAdapterManager = new lyahov_tim.lyahov_portDataSetTableAdapters.TableAdapterManager();
  40. this.email = new System.Windows.Forms.TextBox();
  41. this.firstname = new System.Windows.Forms.TextBox();
  42. this.lastname = new System.Windows.Forms.TextBox();
  43. this.password = new System.Windows.Forms.TextBox();
  44. this.officeid = new System.Windows.Forms.ComboBox();
  45. this.birthdate = new System.Windows.Forms.DateTimePicker();
  46. this.Save = new System.Windows.Forms.Button();
  47. this.roleid = new System.Windows.Forms.TextBox();
  48. this.Cancel = new System.Windows.Forms.Button();
  49. emailLabel = new System.Windows.Forms.Label();
  50. firstNameLabel = new System.Windows.Forms.Label();
  51. lastNameLabel = new System.Windows.Forms.Label();
  52. officeIDLabel = new System.Windows.Forms.Label();
  53. birthdateLabel = new System.Windows.Forms.Label();
  54. passwordLabel = new System.Windows.Forms.Label();
  55. roleIDLabel = new System.Windows.Forms.Label();
  56. ((System.ComponentModel.ISupportInitialize)(this.lyahov_portDataSet)).BeginInit();
  57. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).BeginInit();
  58. this.SuspendLayout();
  59. //
  60. // emailLabel
  61. //
  62. emailLabel.AutoSize = true;
  63. emailLabel.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
  64. emailLabel.Location = new System.Drawing.Point(39, 27);
  65. emailLabel.Name = "emailLabel";
  66. emailLabel.Size = new System.Drawing.Size(42, 17);
  67. emailLabel.TabIndex = 1;
  68. emailLabel.Text = "Email:";
  69. //
  70. // firstNameLabel
  71. //
  72. firstNameLabel.AutoSize = true;
  73. firstNameLabel.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
  74. firstNameLabel.Location = new System.Drawing.Point(14, 62);
  75. firstNameLabel.Name = "firstNameLabel";
  76. firstNameLabel.Size = new System.Drawing.Size(75, 17);
  77. firstNameLabel.TabIndex = 2;
  78. firstNameLabel.Text = "First Name:";
  79. //
  80. // lastNameLabel
  81. //
  82. lastNameLabel.AutoSize = true;
  83. lastNameLabel.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
  84. lastNameLabel.Location = new System.Drawing.Point(13, 98);
  85. lastNameLabel.Name = "lastNameLabel";
  86. lastNameLabel.Size = new System.Drawing.Size(74, 17);
  87. lastNameLabel.TabIndex = 4;
  88. lastNameLabel.Text = "Last Name:";
  89. //
  90. // officeIDLabel
  91. //
  92. officeIDLabel.AutoSize = true;
  93. officeIDLabel.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
  94. officeIDLabel.Location = new System.Drawing.Point(22, 129);
  95. officeIDLabel.Name = "officeIDLabel";
  96. officeIDLabel.Size = new System.Drawing.Size(66, 17);
  97. officeIDLabel.TabIndex = 6;
  98. officeIDLabel.Text = "Office ID:";
  99. //
  100. // birthdateLabel
  101. //
  102. birthdateLabel.AutoSize = true;
  103. birthdateLabel.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
  104. birthdateLabel.Location = new System.Drawing.Point(22, 169);
  105. birthdateLabel.Name = "birthdateLabel";
  106. birthdateLabel.Size = new System.Drawing.Size(66, 17);
  107. birthdateLabel.TabIndex = 8;
  108. birthdateLabel.Text = "Birthdate:";
  109. //
  110. // passwordLabel
  111. //
  112. passwordLabel.AutoSize = true;
  113. passwordLabel.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
  114. passwordLabel.Location = new System.Drawing.Point(18, 205);
  115. passwordLabel.Name = "passwordLabel";
  116. passwordLabel.Size = new System.Drawing.Size(68, 17);
  117. passwordLabel.TabIndex = 10;
  118. passwordLabel.Text = "Password:";
  119. //
  120. // roleIDLabel
  121. //
  122. roleIDLabel.AutoSize = true;
  123. roleIDLabel.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
  124. roleIDLabel.Location = new System.Drawing.Point(28, 246);
  125. roleIDLabel.Name = "roleIDLabel";
  126. roleIDLabel.Size = new System.Drawing.Size(54, 17);
  127. roleIDLabel.TabIndex = 17;
  128. roleIDLabel.Text = "Role ID:";
  129. //
  130. // lyahov_portDataSet
  131. //
  132. this.lyahov_portDataSet.DataSetName = "lyahov_portDataSet";
  133. this.lyahov_portDataSet.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
  134. //
  135. // usersBindingSource
  136. //
  137. this.usersBindingSource.DataMember = "Users";
  138. this.usersBindingSource.DataSource = this.lyahov_portDataSet;
  139. //
  140. // usersTableAdapter
  141. //
  142. this.usersTableAdapter.ClearBeforeFill = true;
  143. //
  144. // tableAdapterManager
  145. //
  146. this.tableAdapterManager.AircraftsTableAdapter = null;
  147. this.tableAdapterManager.AirportsTableAdapter = null;
  148. this.tableAdapterManager.BackupDataSetBeforeUpdate = false;
  149. this.tableAdapterManager.CabinTypesTableAdapter = null;
  150. this.tableAdapterManager.CountriesTableAdapter = null;
  151. this.tableAdapterManager.OfficesTableAdapter = null;
  152. this.tableAdapterManager.RolesTableAdapter = null;
  153. this.tableAdapterManager.RoutesTableAdapter = null;
  154. this.tableAdapterManager.SchedulesTableAdapter = null;
  155. this.tableAdapterManager.TicketsTableAdapter = null;
  156. this.tableAdapterManager.UpdateOrder = lyahov_tim.lyahov_portDataSetTableAdapters.TableAdapterManager.UpdateOrderOption.InsertUpdateDelete;
  157. this.tableAdapterManager.UsersTableAdapter = this.usersTableAdapter;
  158. //
  159. // email
  160. //
  161. this.email.Location = new System.Drawing.Point(91, 24);
  162. this.email.Name = "email";
  163. this.email.Size = new System.Drawing.Size(163, 20);
  164. this.email.TabIndex = 11;
  165. //
  166. // firstname
  167. //
  168. this.firstname.Location = new System.Drawing.Point(91, 59);
  169. this.firstname.Name = "firstname";
  170. this.firstname.Size = new System.Drawing.Size(163, 20);
  171. this.firstname.TabIndex = 12;
  172. //
  173. // lastname
  174. //
  175. this.lastname.Location = new System.Drawing.Point(91, 95);
  176. this.lastname.Name = "lastname";
  177. this.lastname.Size = new System.Drawing.Size(163, 20);
  178. this.lastname.TabIndex = 13;
  179. //
  180. // password
  181. //
  182. this.password.Location = new System.Drawing.Point(91, 202);
  183. this.password.Name = "password";
  184. this.password.Size = new System.Drawing.Size(163, 20);
  185. this.password.TabIndex = 14;
  186. //
  187. // officeid
  188. //
  189. this.officeid.DataSource = this.lyahov_portDataSet;
  190. this.officeid.DisplayMember = "Users.OfficeID";
  191. this.officeid.FormattingEnabled = true;
  192. this.officeid.Location = new System.Drawing.Point(91, 126);
  193. this.officeid.Name = "officeid";
  194. this.officeid.Size = new System.Drawing.Size(163, 21);
  195. this.officeid.TabIndex = 15;
  196. this.officeid.ValueMember = "Users.OfficeID";
  197. //
  198. // birthdate
  199. //
  200. this.birthdate.Location = new System.Drawing.Point(91, 169);
  201. this.birthdate.Name = "birthdate";
  202. this.birthdate.Size = new System.Drawing.Size(163, 20);
  203. this.birthdate.TabIndex = 16;
  204. //
  205. // Save
  206. //
  207. this.Save.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
  208. this.Save.Location = new System.Drawing.Point(25, 281);
  209. this.Save.Name = "Save";
  210. this.Save.Size = new System.Drawing.Size(75, 23);
  211. this.Save.TabIndex = 17;
  212. this.Save.Text = "Save";
  213. this.Save.UseVisualStyleBackColor = true;
  214. this.Save.Click += new System.EventHandler(this.Save_Click_1);
  215. //
  216. // roleid
  217. //
  218. this.roleid.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.usersBindingSource, "RoleID", true));
  219. this.roleid.Location = new System.Drawing.Point(91, 243);
  220. this.roleid.Name = "roleid";
  221. this.roleid.Size = new System.Drawing.Size(163, 20);
  222. this.roleid.TabIndex = 18;
  223. //
  224. // Cancel
  225. //
  226. this.Cancel.Font = new System.Drawing.Font("Tw Cen MT", 11.25F);
  227. this.Cancel.Location = new System.Drawing.Point(179, 281);
  228. this.Cancel.Name = "Cancel";
  229. this.Cancel.Size = new System.Drawing.Size(75, 23);
  230. this.Cancel.TabIndex = 19;
  231. this.Cancel.Text = "Cancel";
  232. this.Cancel.UseVisualStyleBackColor = true;
  233. this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
  234. //
  235. // Form4
  236. //
  237. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  238. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  239. this.ClientSize = new System.Drawing.Size(315, 321);
  240. this.Controls.Add(this.Cancel);
  241. this.Controls.Add(roleIDLabel);
  242. this.Controls.Add(this.roleid);
  243. this.Controls.Add(this.Save);
  244. this.Controls.Add(this.birthdate);
  245. this.Controls.Add(this.officeid);
  246. this.Controls.Add(this.password);
  247. this.Controls.Add(this.lastname);
  248. this.Controls.Add(this.firstname);
  249. this.Controls.Add(this.email);
  250. this.Controls.Add(passwordLabel);
  251. this.Controls.Add(birthdateLabel);
  252. this.Controls.Add(officeIDLabel);
  253. this.Controls.Add(lastNameLabel);
  254. this.Controls.Add(firstNameLabel);
  255. this.Controls.Add(emailLabel);
  256. this.Name = "Form4";
  257. this.Text = "Add user";
  258. this.Load += new System.EventHandler(this.Form4_Load);
  259. ((System.ComponentModel.ISupportInitialize)(this.lyahov_portDataSet)).EndInit();
  260. ((System.ComponentModel.ISupportInitialize)(this.usersBindingSource)).EndInit();
  261. this.ResumeLayout(false);
  262. this.PerformLayout();
  263. }
  264. #endregion
  265. private lyahov_portDataSet lyahov_portDataSet;
  266. private System.Windows.Forms.BindingSource usersBindingSource;
  267. private lyahov_portDataSetTableAdapters.UsersTableAdapter usersTableAdapter;
  268. private lyahov_portDataSetTableAdapters.TableAdapterManager tableAdapterManager;
  269. private System.Windows.Forms.TextBox email;
  270. private System.Windows.Forms.TextBox firstname;
  271. private System.Windows.Forms.TextBox lastname;
  272. private System.Windows.Forms.TextBox password;
  273. private System.Windows.Forms.ComboBox officeid;
  274. private System.Windows.Forms.DateTimePicker birthdate;
  275. private System.Windows.Forms.Button Save;
  276. private System.Windows.Forms.TextBox roleid;
  277. private System.Windows.Forms.Button Cancel;
  278. }
  279. }