Advertisement
Guest User

Admin_Page.Designer.bs

a guest
Feb 20th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 41.24 KB | None | 0 0
  1. namespace LaundryBookingApp.View
  2. {
  3. partial class Admin_Page
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9.  
  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.  
  23. #region Windows Form Designer generated code
  24.  
  25. /// <summary>
  26. /// Required method for Designer support - do not modify
  27. /// the contents of this method with the code editor.
  28. /// </summary>
  29. private void InitializeComponent()
  30. {
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Admin_Page));
  32. this.labelAddResident = new System.Windows.Forms.Label();
  33. this.textboxName = new System.Windows.Forms.TextBox();
  34. this.buttonAddResident = new System.Windows.Forms.Button();
  35. this.buttonAddLaundryRoom = new System.Windows.Forms.Button();
  36. this.buttonUpdateResident = new System.Windows.Forms.Button();
  37. this.buttonLogout = new System.Windows.Forms.Button();
  38. this.buttonUpdateLaundryRoom = new System.Windows.Forms.Button();
  39. this.buttonDeleteLaundryRoom = new System.Windows.Forms.Button();
  40. this.textBoxSSN = new System.Windows.Forms.TextBox();
  41. this.textBoxLaundryRoomID = new System.Windows.Forms.TextBox();
  42. this.checkBoxTDAdd = new System.Windows.Forms.CheckBox();
  43. this.checkBoxDCAdd = new System.Windows.Forms.CheckBox();
  44. this.checkBoxIBAdd = new System.Windows.Forms.CheckBox();
  45. this.groupboxAddResident = new System.Windows.Forms.GroupBox();
  46. this.groupBoxManageLaundryRoom = new System.Windows.Forms.GroupBox();
  47. this.labelItemsInLaundryRoomAdd = new System.Windows.Forms.Label();
  48. this.checkBoxConfirmDeleteLaundry = new System.Windows.Forms.CheckBox();
  49. this.labelResponse = new System.Windows.Forms.Label();
  50. this.buttonDeleteResident = new System.Windows.Forms.Button();
  51. this.textBoxResidentID = new System.Windows.Forms.TextBox();
  52. this.groupBoxDeleteResident = new System.Windows.Forms.GroupBox();
  53. this.checkBoxConfirmDeleteResident = new System.Windows.Forms.CheckBox();
  54. this.groupBoxUpdateResident = new System.Windows.Forms.GroupBox();
  55. this.checkBoxConfirmUpdateResident = new System.Windows.Forms.CheckBox();
  56. this.textBoxSSNUpdate = new System.Windows.Forms.TextBox();
  57. this.textBoxNameUpdate = new System.Windows.Forms.TextBox();
  58. this.textBoxResidentIdUpdate = new System.Windows.Forms.TextBox();
  59. this.labelItemsInLaundryRoomUpdate = new System.Windows.Forms.Label();
  60. this.groupBox1 = new System.Windows.Forms.GroupBox();
  61. this.checkBoxConfirmUpdateLaundry = new System.Windows.Forms.CheckBox();
  62. this.checkBoxIBUpdate = new System.Windows.Forms.CheckBox();
  63. this.checkBoxDCUpdate = new System.Windows.Forms.CheckBox();
  64. this.checkBoxTDUpdate = new System.Windows.Forms.CheckBox();
  65. this.textBoxLaundryRoomIdUpdate = new System.Windows.Forms.TextBox();
  66. this.groupBox2 = new System.Windows.Forms.GroupBox();
  67. this.groupBox3 = new System.Windows.Forms.GroupBox();
  68. this.groupBox4 = new System.Windows.Forms.GroupBox();
  69. this.label1 = new System.Windows.Forms.Label();
  70. this.groupboxAddResident.SuspendLayout();
  71. this.groupBoxManageLaundryRoom.SuspendLayout();
  72. this.groupBoxDeleteResident.SuspendLayout();
  73. this.groupBoxUpdateResident.SuspendLayout();
  74. this.groupBox1.SuspendLayout();
  75. this.groupBox2.SuspendLayout();
  76. this.groupBox3.SuspendLayout();
  77. this.groupBox4.SuspendLayout();
  78. this.SuspendLayout();
  79. //
  80. // labelAddResident
  81. //
  82. this.labelAddResident.AutoSize = true;
  83. this.labelAddResident.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  84. this.labelAddResident.Location = new System.Drawing.Point(0, 13);
  85. this.labelAddResident.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  86. this.labelAddResident.Name = "labelAddResident";
  87. this.labelAddResident.Size = new System.Drawing.Size(0, 29);
  88. this.labelAddResident.TabIndex = 0;
  89. //
  90. // textboxName
  91. //
  92. this.textboxName.ForeColor = System.Drawing.SystemColors.GrayText;
  93. this.textboxName.Location = new System.Drawing.Point(20, 47);
  94. this.textboxName.Margin = new System.Windows.Forms.Padding(2);
  95. this.textboxName.Name = "textboxName";
  96. this.textboxName.Size = new System.Drawing.Size(187, 32);
  97. this.textboxName.TabIndex = 2;
  98. this.textboxName.Text = "Enter name";
  99. this.textboxName.Click += new System.EventHandler(this.textboxName_Click);
  100. this.textboxName.Leave += new System.EventHandler(this.textboxName_Leave);
  101. //
  102. // buttonAddResident
  103. //
  104. this.buttonAddResident.Font = new System.Drawing.Font("Century Gothic", 9F);
  105. this.buttonAddResident.Image = ((System.Drawing.Image)(resources.GetObject("buttonAddResident.Image")));
  106. this.buttonAddResident.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
  107. this.buttonAddResident.Location = new System.Drawing.Point(99, 146);
  108. this.buttonAddResident.Margin = new System.Windows.Forms.Padding(2);
  109. this.buttonAddResident.Name = "buttonAddResident";
  110. this.buttonAddResident.Size = new System.Drawing.Size(108, 55);
  111. this.buttonAddResident.TabIndex = 3;
  112. this.buttonAddResident.Text = "Add";
  113. this.buttonAddResident.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
  114. this.buttonAddResident.UseVisualStyleBackColor = true;
  115. this.buttonAddResident.Click += new System.EventHandler(this.buttonAddResident_Click);
  116. //
  117. // buttonAddLaundryRoom
  118. //
  119. this.buttonAddLaundryRoom.Font = new System.Drawing.Font("Century Gothic", 9F);
  120. this.buttonAddLaundryRoom.Image = ((System.Drawing.Image)(resources.GetObject("buttonAddLaundryRoom.Image")));
  121. this.buttonAddLaundryRoom.Location = new System.Drawing.Point(192, 126);
  122. this.buttonAddLaundryRoom.Margin = new System.Windows.Forms.Padding(2);
  123. this.buttonAddLaundryRoom.Name = "buttonAddLaundryRoom";
  124. this.buttonAddLaundryRoom.Size = new System.Drawing.Size(109, 57);
  125. this.buttonAddLaundryRoom.TabIndex = 8;
  126. this.buttonAddLaundryRoom.Text = "Add";
  127. this.buttonAddLaundryRoom.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
  128. this.buttonAddLaundryRoom.UseVisualStyleBackColor = true;
  129. this.buttonAddLaundryRoom.Click += new System.EventHandler(this.buttonAddLaundryRoom_Click);
  130. //
  131. // buttonUpdateResident
  132. //
  133. this.buttonUpdateResident.Font = new System.Drawing.Font("Century Gothic", 9F);
  134. this.buttonUpdateResident.Image = ((System.Drawing.Image)(resources.GetObject("buttonUpdateResident.Image")));
  135. this.buttonUpdateResident.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
  136. this.buttonUpdateResident.Location = new System.Drawing.Point(224, 142);
  137. this.buttonUpdateResident.Margin = new System.Windows.Forms.Padding(2);
  138. this.buttonUpdateResident.Name = "buttonUpdateResident";
  139. this.buttonUpdateResident.Size = new System.Drawing.Size(134, 59);
  140. this.buttonUpdateResident.TabIndex = 9;
  141. this.buttonUpdateResident.Text = "Update";
  142. this.buttonUpdateResident.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
  143. this.buttonUpdateResident.UseVisualStyleBackColor = true;
  144. this.buttonUpdateResident.Click += new System.EventHandler(this.buttonUpdateResident_Click);
  145. //
  146. // buttonLogout
  147. //
  148. this.buttonLogout.Location = new System.Drawing.Point(11, 11);
  149. this.buttonLogout.Margin = new System.Windows.Forms.Padding(2);
  150. this.buttonLogout.Name = "buttonLogout";
  151. this.buttonLogout.Size = new System.Drawing.Size(96, 43);
  152. this.buttonLogout.TabIndex = 10;
  153. this.buttonLogout.Text = "Logout";
  154. this.buttonLogout.UseVisualStyleBackColor = true;
  155. this.buttonLogout.Click += new System.EventHandler(this.buttonLogout_Click);
  156. //
  157. // buttonUpdateLaundryRoom
  158. //
  159. this.buttonUpdateLaundryRoom.Font = new System.Drawing.Font("Century Gothic", 9F);
  160. this.buttonUpdateLaundryRoom.Image = ((System.Drawing.Image)(resources.GetObject("buttonUpdateLaundryRoom.Image")));
  161. this.buttonUpdateLaundryRoom.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
  162. this.buttonUpdateLaundryRoom.Location = new System.Drawing.Point(221, 151);
  163. this.buttonUpdateLaundryRoom.Margin = new System.Windows.Forms.Padding(2);
  164. this.buttonUpdateLaundryRoom.Name = "buttonUpdateLaundryRoom";
  165. this.buttonUpdateLaundryRoom.Size = new System.Drawing.Size(135, 60);
  166. this.buttonUpdateLaundryRoom.TabIndex = 11;
  167. this.buttonUpdateLaundryRoom.Text = "Update";
  168. this.buttonUpdateLaundryRoom.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
  169. this.buttonUpdateLaundryRoom.UseVisualStyleBackColor = true;
  170. this.buttonUpdateLaundryRoom.Click += new System.EventHandler(this.buttonUpdateLaundryRoom_Click);
  171. //
  172. // buttonDeleteLaundryRoom
  173. //
  174. this.buttonDeleteLaundryRoom.Font = new System.Drawing.Font("Century Gothic", 9F);
  175. this.buttonDeleteLaundryRoom.Image = ((System.Drawing.Image)(resources.GetObject("buttonDeleteLaundryRoom.Image")));
  176. this.buttonDeleteLaundryRoom.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
  177. this.buttonDeleteLaundryRoom.Location = new System.Drawing.Point(23, 121);
  178. this.buttonDeleteLaundryRoom.Margin = new System.Windows.Forms.Padding(2);
  179. this.buttonDeleteLaundryRoom.Name = "buttonDeleteLaundryRoom";
  180. this.buttonDeleteLaundryRoom.Size = new System.Drawing.Size(125, 57);
  181. this.buttonDeleteLaundryRoom.TabIndex = 12;
  182. this.buttonDeleteLaundryRoom.Text = "Delete";
  183. this.buttonDeleteLaundryRoom.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
  184. this.buttonDeleteLaundryRoom.UseVisualStyleBackColor = true;
  185. this.buttonDeleteLaundryRoom.Click += new System.EventHandler(this.buttonDeleteLaundryRoom_Click);
  186. //
  187. // textBoxSSN
  188. //
  189. this.textBoxSSN.ForeColor = System.Drawing.SystemColors.GrayText;
  190. this.textBoxSSN.Location = new System.Drawing.Point(20, 95);
  191. this.textBoxSSN.Margin = new System.Windows.Forms.Padding(2);
  192. this.textBoxSSN.Name = "textBoxSSN";
  193. this.textBoxSSN.Size = new System.Drawing.Size(187, 32);
  194. this.textBoxSSN.TabIndex = 14;
  195. this.textBoxSSN.Text = "YYMMDD";
  196. this.textBoxSSN.Click += new System.EventHandler(this.textBoxSSN_Click);
  197. this.textBoxSSN.Leave += new System.EventHandler(this.textBoxSSN_Leave);
  198. //
  199. // textBoxLaundryRoomID
  200. //
  201. this.textBoxLaundryRoomID.ForeColor = System.Drawing.SystemColors.GrayText;
  202. this.textBoxLaundryRoomID.Location = new System.Drawing.Point(32, 35);
  203. this.textBoxLaundryRoomID.Margin = new System.Windows.Forms.Padding(2);
  204. this.textBoxLaundryRoomID.Name = "textBoxLaundryRoomID";
  205. this.textBoxLaundryRoomID.Size = new System.Drawing.Size(225, 32);
  206. this.textBoxLaundryRoomID.TabIndex = 15;
  207. this.textBoxLaundryRoomID.Text = "Enter laundry room ID";
  208. this.textBoxLaundryRoomID.Click += new System.EventHandler(this.textBoxLaundryRoomID_Click);
  209. this.textBoxLaundryRoomID.Leave += new System.EventHandler(this.textBoxLaundryRoomID_Leave);
  210. //
  211. // checkBoxTDAdd
  212. //
  213. this.checkBoxTDAdd.AutoSize = true;
  214. this.checkBoxTDAdd.Font = new System.Drawing.Font("Century Gothic", 9F);
  215. this.checkBoxTDAdd.Location = new System.Drawing.Point(20, 77);
  216. this.checkBoxTDAdd.Margin = new System.Windows.Forms.Padding(2);
  217. this.checkBoxTDAdd.Name = "checkBoxTDAdd";
  218. this.checkBoxTDAdd.Size = new System.Drawing.Size(150, 25);
  219. this.checkBoxTDAdd.TabIndex = 17;
  220. this.checkBoxTDAdd.Text = "Tumble Dryer";
  221. this.checkBoxTDAdd.UseVisualStyleBackColor = true;
  222. //
  223. // checkBoxDCAdd
  224. //
  225. this.checkBoxDCAdd.AutoSize = true;
  226. this.checkBoxDCAdd.Font = new System.Drawing.Font("Century Gothic", 9F);
  227. this.checkBoxDCAdd.Location = new System.Drawing.Point(20, 116);
  228. this.checkBoxDCAdd.Margin = new System.Windows.Forms.Padding(2);
  229. this.checkBoxDCAdd.Name = "checkBoxDCAdd";
  230. this.checkBoxDCAdd.Size = new System.Drawing.Size(168, 25);
  231. this.checkBoxDCAdd.TabIndex = 18;
  232. this.checkBoxDCAdd.Text = "Drying Cabinet";
  233. this.checkBoxDCAdd.UseVisualStyleBackColor = true;
  234. //
  235. // checkBoxIBAdd
  236. //
  237. this.checkBoxIBAdd.AutoSize = true;
  238. this.checkBoxIBAdd.Font = new System.Drawing.Font("Century Gothic", 9F);
  239. this.checkBoxIBAdd.Location = new System.Drawing.Point(20, 158);
  240. this.checkBoxIBAdd.Margin = new System.Windows.Forms.Padding(2);
  241. this.checkBoxIBAdd.Name = "checkBoxIBAdd";
  242. this.checkBoxIBAdd.Size = new System.Drawing.Size(151, 25);
  243. this.checkBoxIBAdd.TabIndex = 19;
  244. this.checkBoxIBAdd.Text = "Ironing Board";
  245. this.checkBoxIBAdd.UseVisualStyleBackColor = true;
  246. //
  247. // groupboxAddResident
  248. //
  249. this.groupboxAddResident.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(177)))), ((int)(((byte)(200)))));
  250. this.groupboxAddResident.Controls.Add(this.textBoxSSN);
  251. this.groupboxAddResident.Controls.Add(this.buttonAddResident);
  252. this.groupboxAddResident.Controls.Add(this.textboxName);
  253. this.groupboxAddResident.Controls.Add(this.labelAddResident);
  254. this.groupboxAddResident.Font = new System.Drawing.Font("Century Gothic", 10F);
  255. this.groupboxAddResident.Location = new System.Drawing.Point(28, 52);
  256. this.groupboxAddResident.Margin = new System.Windows.Forms.Padding(2);
  257. this.groupboxAddResident.Name = "groupboxAddResident";
  258. this.groupboxAddResident.Padding = new System.Windows.Forms.Padding(2);
  259. this.groupboxAddResident.Size = new System.Drawing.Size(307, 227);
  260. this.groupboxAddResident.TabIndex = 20;
  261. this.groupboxAddResident.TabStop = false;
  262. this.groupboxAddResident.Text = "Add Resident";
  263. //
  264. // groupBoxManageLaundryRoom
  265. //
  266. this.groupBoxManageLaundryRoom.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(177)))), ((int)(((byte)(200)))));
  267. this.groupBoxManageLaundryRoom.Controls.Add(this.labelItemsInLaundryRoomAdd);
  268. this.groupBoxManageLaundryRoom.Controls.Add(this.checkBoxIBAdd);
  269. this.groupBoxManageLaundryRoom.Controls.Add(this.checkBoxDCAdd);
  270. this.groupBoxManageLaundryRoom.Controls.Add(this.checkBoxTDAdd);
  271. this.groupBoxManageLaundryRoom.Controls.Add(this.buttonAddLaundryRoom);
  272. this.groupBoxManageLaundryRoom.Font = new System.Drawing.Font("Century Gothic", 10F);
  273. this.groupBoxManageLaundryRoom.Location = new System.Drawing.Point(28, 56);
  274. this.groupBoxManageLaundryRoom.Margin = new System.Windows.Forms.Padding(2);
  275. this.groupBoxManageLaundryRoom.Name = "groupBoxManageLaundryRoom";
  276. this.groupBoxManageLaundryRoom.Padding = new System.Windows.Forms.Padding(2);
  277. this.groupBoxManageLaundryRoom.Size = new System.Drawing.Size(340, 230);
  278. this.groupBoxManageLaundryRoom.TabIndex = 21;
  279. this.groupBoxManageLaundryRoom.TabStop = false;
  280. this.groupBoxManageLaundryRoom.Text = "Add Laundry Room";
  281. //
  282. // labelItemsInLaundryRoomAdd
  283. //
  284. this.labelItemsInLaundryRoomAdd.AutoSize = true;
  285. this.labelItemsInLaundryRoomAdd.Font = new System.Drawing.Font("Century Gothic", 9F);
  286. this.labelItemsInLaundryRoomAdd.Location = new System.Drawing.Point(5, 45);
  287. this.labelItemsInLaundryRoomAdd.Name = "labelItemsInLaundryRoomAdd";
  288. this.labelItemsInLaundryRoomAdd.Size = new System.Drawing.Size(203, 21);
  289. this.labelItemsInLaundryRoomAdd.TabIndex = 21;
  290. this.labelItemsInLaundryRoomAdd.Text = "Items in laundry room:";
  291. //
  292. // checkBoxConfirmDeleteLaundry
  293. //
  294. this.checkBoxConfirmDeleteLaundry.AutoSize = true;
  295. this.checkBoxConfirmDeleteLaundry.Font = new System.Drawing.Font("Century Gothic", 9F);
  296. this.checkBoxConfirmDeleteLaundry.Location = new System.Drawing.Point(32, 82);
  297. this.checkBoxConfirmDeleteLaundry.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  298. this.checkBoxConfirmDeleteLaundry.Name = "checkBoxConfirmDeleteLaundry";
  299. this.checkBoxConfirmDeleteLaundry.Size = new System.Drawing.Size(105, 25);
  300. this.checkBoxConfirmDeleteLaundry.TabIndex = 20;
  301. this.checkBoxConfirmDeleteLaundry.Text = "Confirm";
  302. this.checkBoxConfirmDeleteLaundry.UseVisualStyleBackColor = true;
  303. //
  304. // labelResponse
  305. //
  306. this.labelResponse.AutoSize = true;
  307. this.labelResponse.BackColor = System.Drawing.SystemColors.Info;
  308. this.labelResponse.Dock = System.Windows.Forms.DockStyle.Bottom;
  309. this.labelResponse.Font = new System.Drawing.Font("Century Gothic", 12F);
  310. this.labelResponse.Location = new System.Drawing.Point(0, 705);
  311. this.labelResponse.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  312. this.labelResponse.Name = "labelResponse";
  313. this.labelResponse.Size = new System.Drawing.Size(0, 30);
  314. this.labelResponse.TabIndex = 22;
  315. //
  316. // buttonDeleteResident
  317. //
  318. this.buttonDeleteResident.Font = new System.Drawing.Font("Century Gothic", 9F);
  319. this.buttonDeleteResident.Image = ((System.Drawing.Image)(resources.GetObject("buttonDeleteResident.Image")));
  320. this.buttonDeleteResident.ImageAlign = System.Drawing.ContentAlignment.MiddleRight;
  321. this.buttonDeleteResident.Location = new System.Drawing.Point(69, 142);
  322. this.buttonDeleteResident.Margin = new System.Windows.Forms.Padding(2);
  323. this.buttonDeleteResident.Name = "buttonDeleteResident";
  324. this.buttonDeleteResident.Size = new System.Drawing.Size(133, 55);
  325. this.buttonDeleteResident.TabIndex = 4;
  326. this.buttonDeleteResident.Text = "Delete";
  327. this.buttonDeleteResident.TextImageRelation = System.Windows.Forms.TextImageRelation.TextBeforeImage;
  328. this.buttonDeleteResident.UseVisualStyleBackColor = true;
  329. this.buttonDeleteResident.Click += new System.EventHandler(this.buttonDeleteResident_Click);
  330. //
  331. // textBoxResidentID
  332. //
  333. this.textBoxResidentID.ForeColor = System.Drawing.SystemColors.GrayText;
  334. this.textBoxResidentID.Location = new System.Drawing.Point(23, 47);
  335. this.textBoxResidentID.Margin = new System.Windows.Forms.Padding(2);
  336. this.textBoxResidentID.Name = "textBoxResidentID";
  337. this.textBoxResidentID.Size = new System.Drawing.Size(179, 32);
  338. this.textBoxResidentID.TabIndex = 5;
  339. this.textBoxResidentID.Text = "Enter resident ID";
  340. this.textBoxResidentID.Click += new System.EventHandler(this.TextBoxResidentID_Click);
  341. this.textBoxResidentID.Leave += new System.EventHandler(this.textBoxResidentID_Leave);
  342. //
  343. // groupBoxDeleteResident
  344. //
  345. this.groupBoxDeleteResident.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(177)))), ((int)(((byte)(200)))));
  346. this.groupBoxDeleteResident.Controls.Add(this.checkBoxConfirmDeleteResident);
  347. this.groupBoxDeleteResident.Controls.Add(this.buttonDeleteResident);
  348. this.groupBoxDeleteResident.Controls.Add(this.textBoxResidentID);
  349. this.groupBoxDeleteResident.Font = new System.Drawing.Font("Century Gothic", 10F);
  350. this.groupBoxDeleteResident.Location = new System.Drawing.Point(382, 50);
  351. this.groupBoxDeleteResident.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  352. this.groupBoxDeleteResident.Name = "groupBoxDeleteResident";
  353. this.groupBoxDeleteResident.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  354. this.groupBoxDeleteResident.Size = new System.Drawing.Size(271, 229);
  355. this.groupBoxDeleteResident.TabIndex = 23;
  356. this.groupBoxDeleteResident.TabStop = false;
  357. this.groupBoxDeleteResident.Text = "Delete Resident";
  358. //
  359. // checkBoxConfirmDeleteResident
  360. //
  361. this.checkBoxConfirmDeleteResident.AutoSize = true;
  362. this.checkBoxConfirmDeleteResident.Font = new System.Drawing.Font("Century Gothic", 9F);
  363. this.checkBoxConfirmDeleteResident.Location = new System.Drawing.Point(97, 99);
  364. this.checkBoxConfirmDeleteResident.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  365. this.checkBoxConfirmDeleteResident.Name = "checkBoxConfirmDeleteResident";
  366. this.checkBoxConfirmDeleteResident.Size = new System.Drawing.Size(105, 25);
  367. this.checkBoxConfirmDeleteResident.TabIndex = 7;
  368. this.checkBoxConfirmDeleteResident.Text = "Confirm";
  369. this.checkBoxConfirmDeleteResident.UseVisualStyleBackColor = true;
  370. //
  371. // groupBoxUpdateResident
  372. //
  373. this.groupBoxUpdateResident.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  374. this.groupBoxUpdateResident.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(177)))), ((int)(((byte)(200)))));
  375. this.groupBoxUpdateResident.Controls.Add(this.checkBoxConfirmUpdateResident);
  376. this.groupBoxUpdateResident.Controls.Add(this.textBoxSSNUpdate);
  377. this.groupBoxUpdateResident.Controls.Add(this.textBoxNameUpdate);
  378. this.groupBoxUpdateResident.Controls.Add(this.textBoxResidentIdUpdate);
  379. this.groupBoxUpdateResident.Controls.Add(this.buttonUpdateResident);
  380. this.groupBoxUpdateResident.Font = new System.Drawing.Font("Century Gothic", 10F);
  381. this.groupBoxUpdateResident.Location = new System.Drawing.Point(690, 50);
  382. this.groupBoxUpdateResident.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  383. this.groupBoxUpdateResident.Name = "groupBoxUpdateResident";
  384. this.groupBoxUpdateResident.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  385. this.groupBoxUpdateResident.Size = new System.Drawing.Size(367, 227);
  386. this.groupBoxUpdateResident.TabIndex = 27;
  387. this.groupBoxUpdateResident.TabStop = false;
  388. this.groupBoxUpdateResident.Text = "Update Resident";
  389. //
  390. // checkBoxConfirmUpdateResident
  391. //
  392. this.checkBoxConfirmUpdateResident.AutoSize = true;
  393. this.checkBoxConfirmUpdateResident.Font = new System.Drawing.Font("Century Gothic", 9F);
  394. this.checkBoxConfirmUpdateResident.Location = new System.Drawing.Point(224, 99);
  395. this.checkBoxConfirmUpdateResident.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  396. this.checkBoxConfirmUpdateResident.Name = "checkBoxConfirmUpdateResident";
  397. this.checkBoxConfirmUpdateResident.Size = new System.Drawing.Size(105, 25);
  398. this.checkBoxConfirmUpdateResident.TabIndex = 30;
  399. this.checkBoxConfirmUpdateResident.Text = "Confirm";
  400. this.checkBoxConfirmUpdateResident.UseVisualStyleBackColor = true;
  401. //
  402. // textBoxSSNUpdate
  403. //
  404. this.textBoxSSNUpdate.ForeColor = System.Drawing.SystemColors.GrayText;
  405. this.textBoxSSNUpdate.Location = new System.Drawing.Point(15, 133);
  406. this.textBoxSSNUpdate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  407. this.textBoxSSNUpdate.Name = "textBoxSSNUpdate";
  408. this.textBoxSSNUpdate.Size = new System.Drawing.Size(185, 32);
  409. this.textBoxSSNUpdate.TabIndex = 29;
  410. this.textBoxSSNUpdate.Text = "YYMMDD";
  411. this.textBoxSSNUpdate.Click += new System.EventHandler(this.textBoxSSNUpdate_Click);
  412. this.textBoxSSNUpdate.Leave += new System.EventHandler(this.textBoxSSNUpdate_Leave);
  413. //
  414. // textBoxNameUpdate
  415. //
  416. this.textBoxNameUpdate.ForeColor = System.Drawing.SystemColors.GrayText;
  417. this.textBoxNameUpdate.Location = new System.Drawing.Point(15, 87);
  418. this.textBoxNameUpdate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  419. this.textBoxNameUpdate.Name = "textBoxNameUpdate";
  420. this.textBoxNameUpdate.Size = new System.Drawing.Size(185, 32);
  421. this.textBoxNameUpdate.TabIndex = 28;
  422. this.textBoxNameUpdate.Text = "Name";
  423. this.textBoxNameUpdate.Click += new System.EventHandler(this.textBoxNameUpdate_Click);
  424. this.textBoxNameUpdate.Leave += new System.EventHandler(this.textBoxNameUpdate_Leave);
  425. //
  426. // textBoxResidentIdUpdate
  427. //
  428. this.textBoxResidentIdUpdate.ForeColor = System.Drawing.SystemColors.GrayText;
  429. this.textBoxResidentIdUpdate.Location = new System.Drawing.Point(15, 47);
  430. this.textBoxResidentIdUpdate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  431. this.textBoxResidentIdUpdate.Name = "textBoxResidentIdUpdate";
  432. this.textBoxResidentIdUpdate.Size = new System.Drawing.Size(185, 32);
  433. this.textBoxResidentIdUpdate.TabIndex = 27;
  434. this.textBoxResidentIdUpdate.Text = "Enter resident ID";
  435. this.textBoxResidentIdUpdate.Click += new System.EventHandler(this.textBoxResidentIdUpdate_Click);
  436. this.textBoxResidentIdUpdate.Leave += new System.EventHandler(this.textBoxResidentIdUpdate_Leave);
  437. //
  438. // labelItemsInLaundryRoomUpdate
  439. //
  440. this.labelItemsInLaundryRoomUpdate.AutoSize = true;
  441. this.labelItemsInLaundryRoomUpdate.Font = new System.Drawing.Font("Century Gothic", 9F);
  442. this.labelItemsInLaundryRoomUpdate.Location = new System.Drawing.Point(9, 86);
  443. this.labelItemsInLaundryRoomUpdate.Name = "labelItemsInLaundryRoomUpdate";
  444. this.labelItemsInLaundryRoomUpdate.Size = new System.Drawing.Size(203, 21);
  445. this.labelItemsInLaundryRoomUpdate.TabIndex = 29;
  446. this.labelItemsInLaundryRoomUpdate.Text = "Items in laundry room:";
  447. //
  448. // groupBox1
  449. //
  450. this.groupBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(177)))), ((int)(((byte)(200)))));
  451. this.groupBox1.Controls.Add(this.checkBoxConfirmUpdateLaundry);
  452. this.groupBox1.Controls.Add(this.checkBoxIBUpdate);
  453. this.groupBox1.Controls.Add(this.checkBoxDCUpdate);
  454. this.groupBox1.Controls.Add(this.checkBoxTDUpdate);
  455. this.groupBox1.Controls.Add(this.textBoxLaundryRoomIdUpdate);
  456. this.groupBox1.Controls.Add(this.labelItemsInLaundryRoomUpdate);
  457. this.groupBox1.Controls.Add(this.buttonUpdateLaundryRoom);
  458. this.groupBox1.Font = new System.Drawing.Font("Century Gothic", 10F);
  459. this.groupBox1.Location = new System.Drawing.Point(701, 56);
  460. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  461. this.groupBox1.Name = "groupBox1";
  462. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  463. this.groupBox1.Size = new System.Drawing.Size(386, 230);
  464. this.groupBox1.TabIndex = 30;
  465. this.groupBox1.TabStop = false;
  466. this.groupBox1.Text = "Update Laundry Room";
  467. //
  468. // checkBoxConfirmUpdateLaundry
  469. //
  470. this.checkBoxConfirmUpdateLaundry.AutoSize = true;
  471. this.checkBoxConfirmUpdateLaundry.Font = new System.Drawing.Font("Century Gothic", 9F);
  472. this.checkBoxConfirmUpdateLaundry.Location = new System.Drawing.Point(251, 116);
  473. this.checkBoxConfirmUpdateLaundry.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  474. this.checkBoxConfirmUpdateLaundry.Name = "checkBoxConfirmUpdateLaundry";
  475. this.checkBoxConfirmUpdateLaundry.Size = new System.Drawing.Size(105, 25);
  476. this.checkBoxConfirmUpdateLaundry.TabIndex = 34;
  477. this.checkBoxConfirmUpdateLaundry.Text = "Confirm";
  478. this.checkBoxConfirmUpdateLaundry.UseVisualStyleBackColor = true;
  479. //
  480. // checkBoxIBUpdate
  481. //
  482. this.checkBoxIBUpdate.AutoSize = true;
  483. this.checkBoxIBUpdate.Font = new System.Drawing.Font("Century Gothic", 9F);
  484. this.checkBoxIBUpdate.Location = new System.Drawing.Point(13, 184);
  485. this.checkBoxIBUpdate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  486. this.checkBoxIBUpdate.Name = "checkBoxIBUpdate";
  487. this.checkBoxIBUpdate.Size = new System.Drawing.Size(151, 25);
  488. this.checkBoxIBUpdate.TabIndex = 33;
  489. this.checkBoxIBUpdate.Text = "Ironing Board";
  490. this.checkBoxIBUpdate.UseVisualStyleBackColor = true;
  491. //
  492. // checkBoxDCUpdate
  493. //
  494. this.checkBoxDCUpdate.AutoSize = true;
  495. this.checkBoxDCUpdate.Font = new System.Drawing.Font("Century Gothic", 9F);
  496. this.checkBoxDCUpdate.Location = new System.Drawing.Point(13, 151);
  497. this.checkBoxDCUpdate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  498. this.checkBoxDCUpdate.Name = "checkBoxDCUpdate";
  499. this.checkBoxDCUpdate.Size = new System.Drawing.Size(168, 25);
  500. this.checkBoxDCUpdate.TabIndex = 32;
  501. this.checkBoxDCUpdate.Text = "Drying Cabinet";
  502. this.checkBoxDCUpdate.UseVisualStyleBackColor = true;
  503. //
  504. // checkBoxTDUpdate
  505. //
  506. this.checkBoxTDUpdate.AutoSize = true;
  507. this.checkBoxTDUpdate.Font = new System.Drawing.Font("Century Gothic", 9F);
  508. this.checkBoxTDUpdate.Location = new System.Drawing.Point(13, 118);
  509. this.checkBoxTDUpdate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  510. this.checkBoxTDUpdate.Name = "checkBoxTDUpdate";
  511. this.checkBoxTDUpdate.Size = new System.Drawing.Size(150, 25);
  512. this.checkBoxTDUpdate.TabIndex = 31;
  513. this.checkBoxTDUpdate.Text = "Tumble Dryer";
  514. this.checkBoxTDUpdate.UseVisualStyleBackColor = true;
  515. //
  516. // textBoxLaundryRoomIdUpdate
  517. //
  518. this.textBoxLaundryRoomIdUpdate.ForeColor = System.Drawing.SystemColors.GrayText;
  519. this.textBoxLaundryRoomIdUpdate.Location = new System.Drawing.Point(13, 33);
  520. this.textBoxLaundryRoomIdUpdate.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  521. this.textBoxLaundryRoomIdUpdate.Name = "textBoxLaundryRoomIdUpdate";
  522. this.textBoxLaundryRoomIdUpdate.Size = new System.Drawing.Size(231, 32);
  523. this.textBoxLaundryRoomIdUpdate.TabIndex = 30;
  524. this.textBoxLaundryRoomIdUpdate.Text = "Enter laundry room ID";
  525. this.textBoxLaundryRoomIdUpdate.Click += new System.EventHandler(this.textBoxLaundryRoomIdUpdate_Click);
  526. this.textBoxLaundryRoomIdUpdate.Leave += new System.EventHandler(this.textBoxLaundryRoomIdUpdate_Leave);
  527. //
  528. // groupBox2
  529. //
  530. this.groupBox2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(85)))), ((int)(((byte)(177)))), ((int)(((byte)(200)))));
  531. this.groupBox2.Controls.Add(this.checkBoxConfirmDeleteLaundry);
  532. this.groupBox2.Controls.Add(this.textBoxLaundryRoomID);
  533. this.groupBox2.Controls.Add(this.buttonDeleteLaundryRoom);
  534. this.groupBox2.Font = new System.Drawing.Font("Century Gothic", 10F);
  535. this.groupBox2.Location = new System.Drawing.Point(396, 56);
  536. this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
  537. this.groupBox2.Name = "groupBox2";
  538. this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
  539. this.groupBox2.Size = new System.Drawing.Size(271, 230);
  540. this.groupBox2.TabIndex = 35;
  541. this.groupBox2.TabStop = false;
  542. this.groupBox2.Text = "Delete Laundry Room";
  543. //
  544. // groupBox3
  545. //
  546. this.groupBox3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(203)))), ((int)(((byte)(218)))));
  547. this.groupBox3.Controls.Add(this.groupBox1);
  548. this.groupBox3.Controls.Add(this.groupBoxManageLaundryRoom);
  549. this.groupBox3.Controls.Add(this.groupBox2);
  550. this.groupBox3.Font = new System.Drawing.Font("Century Gothic", 12F);
  551. this.groupBox3.Location = new System.Drawing.Point(85, 394);
  552. this.groupBox3.Name = "groupBox3";
  553. this.groupBox3.Size = new System.Drawing.Size(1106, 305);
  554. this.groupBox3.TabIndex = 35;
  555. this.groupBox3.TabStop = false;
  556. this.groupBox3.Text = "Manage Laundry Rooms";
  557. //
  558. // groupBox4
  559. //
  560. this.groupBox4.AutoSize = true;
  561. this.groupBox4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(141)))), ((int)(((byte)(203)))), ((int)(((byte)(218)))));
  562. this.groupBox4.Controls.Add(this.groupboxAddResident);
  563. this.groupBox4.Controls.Add(this.groupBoxUpdateResident);
  564. this.groupBox4.Controls.Add(this.groupBoxDeleteResident);
  565. this.groupBox4.Font = new System.Drawing.Font("Century Gothic", 12F);
  566. this.groupBox4.Location = new System.Drawing.Point(85, 59);
  567. this.groupBox4.Name = "groupBox4";
  568. this.groupBox4.Size = new System.Drawing.Size(1106, 316);
  569. this.groupBox4.TabIndex = 41;
  570. this.groupBox4.TabStop = false;
  571. this.groupBox4.Text = "Manage Residents ";
  572. //
  573. // label1
  574. //
  575. this.label1.Dock = System.Windows.Forms.DockStyle.Top;
  576. this.label1.Image = ((System.Drawing.Image)(resources.GetObject("label1.Image")));
  577. this.label1.ImageAlign = System.Drawing.ContentAlignment.TopRight;
  578. this.label1.Location = new System.Drawing.Point(0, 0);
  579. this.label1.Name = "label1";
  580. this.label1.Size = new System.Drawing.Size(1278, 63);
  581. this.label1.TabIndex = 42;
  582. //
  583. // Admin_Page
  584. //
  585. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  586. this.AutoSize = true;
  587. this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
  588. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(138)))), ((int)(((byte)(173)))));
  589. this.ClientSize = new System.Drawing.Size(1278, 735);
  590. this.Controls.Add(this.buttonLogout);
  591. this.Controls.Add(this.labelResponse);
  592. this.Controls.Add(this.groupBox3);
  593. this.Controls.Add(this.groupBox4);
  594. this.Controls.Add(this.label1);
  595. this.DoubleBuffered = true;
  596. this.Font = new System.Drawing.Font("Century Gothic", 8F);
  597. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  598. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  599. this.Margin = new System.Windows.Forms.Padding(2);
  600. this.Name = "Admin_Page";
  601. this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  602. this.Text = "Admin Page";
  603. this.Load += new System.EventHandler(this.Admin_Page_Load);
  604. this.groupboxAddResident.ResumeLayout(false);
  605. this.groupboxAddResident.PerformLayout();
  606. this.groupBoxManageLaundryRoom.ResumeLayout(false);
  607. this.groupBoxManageLaundryRoom.PerformLayout();
  608. this.groupBoxDeleteResident.ResumeLayout(false);
  609. this.groupBoxDeleteResident.PerformLayout();
  610. this.groupBoxUpdateResident.ResumeLayout(false);
  611. this.groupBoxUpdateResident.PerformLayout();
  612. this.groupBox1.ResumeLayout(false);
  613. this.groupBox1.PerformLayout();
  614. this.groupBox2.ResumeLayout(false);
  615. this.groupBox2.PerformLayout();
  616. this.groupBox3.ResumeLayout(false);
  617. this.groupBox4.ResumeLayout(false);
  618. this.ResumeLayout(false);
  619. this.PerformLayout();
  620.  
  621. }
  622.  
  623. #endregion
  624.  
  625. private System.Windows.Forms.Label labelAddResident;
  626. private System.Windows.Forms.TextBox textboxName;
  627. private System.Windows.Forms.Button buttonAddResident;
  628. private System.Windows.Forms.Button buttonAddLaundryRoom;
  629. private System.Windows.Forms.Button buttonUpdateResident;
  630. private System.Windows.Forms.Button buttonLogout;
  631. private System.Windows.Forms.Button buttonUpdateLaundryRoom;
  632. private System.Windows.Forms.Button buttonDeleteLaundryRoom;
  633. private System.Windows.Forms.TextBox textBoxSSN;
  634. private System.Windows.Forms.TextBox textBoxLaundryRoomID;
  635. private System.Windows.Forms.CheckBox checkBoxTDAdd;
  636. private System.Windows.Forms.CheckBox checkBoxDCAdd;
  637. private System.Windows.Forms.CheckBox checkBoxIBAdd;
  638. private System.Windows.Forms.GroupBox groupboxAddResident;
  639. private System.Windows.Forms.GroupBox groupBoxManageLaundryRoom;
  640. private System.Windows.Forms.Label labelResponse;
  641. private System.Windows.Forms.Button buttonDeleteResident;
  642. private System.Windows.Forms.TextBox textBoxResidentID;
  643. private System.Windows.Forms.GroupBox groupBoxDeleteResident;
  644. private System.Windows.Forms.GroupBox groupBoxUpdateResident;
  645. private System.Windows.Forms.TextBox textBoxSSNUpdate;
  646. private System.Windows.Forms.TextBox textBoxNameUpdate;
  647. private System.Windows.Forms.TextBox textBoxResidentIdUpdate;
  648. private System.Windows.Forms.CheckBox checkBoxConfirmDeleteLaundry;
  649. private System.Windows.Forms.CheckBox checkBoxConfirmDeleteResident;
  650. private System.Windows.Forms.Label labelItemsInLaundryRoomAdd;
  651. private System.Windows.Forms.CheckBox checkBoxConfirmUpdateResident;
  652. private System.Windows.Forms.Label labelItemsInLaundryRoomUpdate;
  653. private System.Windows.Forms.GroupBox groupBox1;
  654. private System.Windows.Forms.TextBox textBoxLaundryRoomIdUpdate;
  655. private System.Windows.Forms.CheckBox checkBoxConfirmUpdateLaundry;
  656. private System.Windows.Forms.CheckBox checkBoxIBUpdate;
  657. private System.Windows.Forms.CheckBox checkBoxDCUpdate;
  658. private System.Windows.Forms.CheckBox checkBoxTDUpdate;
  659. private System.Windows.Forms.GroupBox groupBox2;
  660. private System.Windows.Forms.GroupBox groupBox3;
  661. private System.Windows.Forms.GroupBox groupBox4;
  662. private System.Windows.Forms.Label label1;
  663. }
  664. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement