private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FORMBarrowedBooks_New));
     this.ctrlSeparator1  = new LibrarySystem.ctrlSeparator();
     this.label1          = new System.Windows.Forms.Label();
     this.picLOGO         = new System.Windows.Forms.PictureBox();
     this.txtBookNO       = new System.Windows.Forms.TextBox();
     this.label14         = new System.Windows.Forms.Label();
     this.bttnBookNO      = new System.Windows.Forms.Button();
     this.textBookTitle   = new System.Windows.Forms.TextBox();
     this.label2          = new System.Windows.Forms.Label();
     this.txtBarrowerName = new System.Windows.Forms.TextBox();
     this.label3          = new System.Windows.Forms.Label();
     this.txtBarrowerID   = new System.Windows.Forms.TextBox();
     this.label4          = new System.Windows.Forms.Label();
     this.bttnStudentID   = new System.Windows.Forms.Button();
     this.label7          = new System.Windows.Forms.Label();
     this.dtBarrowed      = new System.Windows.Forms.DateTimePicker();
     this.label5          = new System.Windows.Forms.Label();
     this.dtDueDate       = new System.Windows.Forms.DateTimePicker();
     this.ctrlSeparator2  = new LibrarySystem.ctrlSeparator();
     this.bttnUpdate      = new System.Windows.Forms.Button();
     this.bttnCancel      = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(8, 64);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(328, 2);
     this.ctrlSeparator1.TabIndex = 159;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(48, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(304, 40);
     this.label1.TabIndex = 158;
     this.label1.Text     = "Fill all the fields bellow and click \'Update\' or \'Save\' button to be able to Add " +
                            "or Save changes in records.Click \'Cancel\' if you want to cancel.";
     //
     // picLOGO
     //
     this.picLOGO.Location = new System.Drawing.Point(8, 8);
     this.picLOGO.Name     = "picLOGO";
     this.picLOGO.Size     = new System.Drawing.Size(35, 31);
     this.picLOGO.TabIndex = 157;
     this.picLOGO.TabStop  = false;
     //
     // txtBookNO
     //
     this.txtBookNO.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtBookNO.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtBookNO.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.txtBookNO.Location  = new System.Drawing.Point(98, 80);
     this.txtBookNO.Name      = "txtBookNO";
     this.txtBookNO.ReadOnly  = true;
     this.txtBookNO.Size      = new System.Drawing.Size(211, 20);
     this.txtBookNO.TabIndex  = 196;
     this.txtBookNO.Text      = "";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label14.Location = new System.Drawing.Point(10, 80);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(76, 17);
     this.label14.TabIndex = 195;
     this.label14.Text     = "&Book Number:";
     //
     // bttnBookNO
     //
     this.bttnBookNO.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.bttnBookNO.Image    = ((System.Drawing.Image)(resources.GetObject("bttnBookNO.Image")));
     this.bttnBookNO.Location = new System.Drawing.Point(312, 79);
     this.bttnBookNO.Name     = "bttnBookNO";
     this.bttnBookNO.Size     = new System.Drawing.Size(21, 20);
     this.bttnBookNO.TabIndex = 194;
     this.bttnBookNO.Click   += new System.EventHandler(this.bttnBookNO_Click);
     //
     // textBookTitle
     //
     this.textBookTitle.BackColor = System.Drawing.Color.WhiteSmoke;
     this.textBookTitle.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.textBookTitle.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.textBookTitle.Location  = new System.Drawing.Point(98, 109);
     this.textBookTitle.Name      = "textBookTitle";
     this.textBookTitle.ReadOnly  = true;
     this.textBookTitle.Size      = new System.Drawing.Size(238, 20);
     this.textBookTitle.TabIndex  = 198;
     this.textBookTitle.Text      = "";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(10, 109);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(58, 17);
     this.label2.TabIndex = 197;
     this.label2.Text     = "&Book Title:";
     //
     // txtBarrowerName
     //
     this.txtBarrowerName.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtBarrowerName.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtBarrowerName.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.txtBarrowerName.Location  = new System.Drawing.Point(98, 169);
     this.txtBarrowerName.Name      = "txtBarrowerName";
     this.txtBarrowerName.ReadOnly  = true;
     this.txtBarrowerName.Size      = new System.Drawing.Size(238, 20);
     this.txtBarrowerName.TabIndex  = 203;
     this.txtBarrowerName.Text      = "";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(10, 169);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(86, 17);
     this.label3.TabIndex = 202;
     this.label3.Text     = "&Barrower Name:";
     //
     // txtBarrowerID
     //
     this.txtBarrowerID.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtBarrowerID.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtBarrowerID.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.txtBarrowerID.Location  = new System.Drawing.Point(98, 140);
     this.txtBarrowerID.Name      = "txtBarrowerID";
     this.txtBarrowerID.ReadOnly  = true;
     this.txtBarrowerID.Size      = new System.Drawing.Size(211, 20);
     this.txtBarrowerID.TabIndex  = 201;
     this.txtBarrowerID.Text      = "";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.Location = new System.Drawing.Point(10, 140);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(69, 17);
     this.label4.TabIndex = 200;
     this.label4.Text     = "&Barrower ID:";
     //
     // bttnStudentID
     //
     this.bttnStudentID.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.bttnStudentID.Image    = ((System.Drawing.Image)(resources.GetObject("bttnStudentID.Image")));
     this.bttnStudentID.Location = new System.Drawing.Point(312, 139);
     this.bttnStudentID.Name     = "bttnStudentID";
     this.bttnStudentID.Size     = new System.Drawing.Size(21, 20);
     this.bttnStudentID.TabIndex = 199;
     this.bttnStudentID.Click   += new System.EventHandler(this.bttnStudentID_Click);
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label7.Location = new System.Drawing.Point(8, 200);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(83, 17);
     this.label7.TabIndex = 204;
     this.label7.Text     = "&Date Barrowed:";
     //
     // dtBarrowed
     //
     this.dtBarrowed.CustomFormat = "MMMM/dd/yyyy";
     this.dtBarrowed.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtBarrowed.Location     = new System.Drawing.Point(98, 199);
     this.dtBarrowed.Name         = "dtBarrowed";
     this.dtBarrowed.Size         = new System.Drawing.Size(213, 21);
     this.dtBarrowed.TabIndex     = 205;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.Location = new System.Drawing.Point(8, 233);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(55, 17);
     this.label5.TabIndex = 206;
     this.label5.Text     = "&Date Due:";
     //
     // dtDueDate
     //
     this.dtDueDate.CustomFormat = "MMMM/dd/yyyy";
     this.dtDueDate.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtDueDate.Location     = new System.Drawing.Point(98, 232);
     this.dtDueDate.Name         = "dtDueDate";
     this.dtDueDate.Size         = new System.Drawing.Size(213, 21);
     this.dtDueDate.TabIndex     = 207;
     //
     // ctrlSeparator2
     //
     this.ctrlSeparator2.Location = new System.Drawing.Point(8, 271);
     this.ctrlSeparator2.Name     = "ctrlSeparator2";
     this.ctrlSeparator2.Size     = new System.Drawing.Size(328, 2);
     this.ctrlSeparator2.TabIndex = 209;
     //
     // bttnUpdate
     //
     this.bttnUpdate.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnUpdate.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnUpdate.Location  = new System.Drawing.Point(171, 281);
     this.bttnUpdate.Name      = "bttnUpdate";
     this.bttnUpdate.Size      = new System.Drawing.Size(80, 25);
     this.bttnUpdate.TabIndex  = 211;
     this.bttnUpdate.Text      = "&Update";
     this.bttnUpdate.Click    += new System.EventHandler(this.bttnUpdate_Click);
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnCancel.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnCancel.Location     = new System.Drawing.Point(257, 281);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(80, 25);
     this.bttnCancel.TabIndex     = 210;
     this.bttnCancel.Text         = "&Cancel";
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // FORMBarrowedBooks_New
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(344, 312);
     this.Controls.Add(this.bttnUpdate);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.ctrlSeparator2);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txtBarrowerName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtBarrowerID);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.textBookTitle);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtBookNO);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.dtDueDate);
     this.Controls.Add(this.dtBarrowed);
     this.Controls.Add(this.bttnStudentID);
     this.Controls.Add(this.bttnBookNO);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.picLOGO);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMBarrowedBooks_New";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "New Barrowed Book";
     this.Load           += new System.EventHandler(this.FORMBarrowedBooks_New_Load);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.bttnSelect     = new System.Windows.Forms.Button();
     this.bttnReload     = new System.Windows.Forms.Button();
     this.bttnCancel     = new System.Windows.Forms.Button();
     this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
     this.picFill        = new System.Windows.Forms.PictureBox();
     this.label1         = new System.Windows.Forms.Label();
     this.lvBarrowers    = new System.Windows.Forms.ListView();
     this.ChBarrowerID   = new System.Windows.Forms.ColumnHeader();
     this.chStudentName  = new System.Windows.Forms.ColumnHeader();
     this.chCourse       = new System.Windows.Forms.ColumnHeader();
     this.chLevel        = new System.Windows.Forms.ColumnHeader();
     this.bttnSearch     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // bttnSelect
     //
     this.bttnSelect.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnSelect.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnSelect.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnSelect.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnSelect.Location     = new System.Drawing.Point(296, 416);
     this.bttnSelect.Name         = "bttnSelect";
     this.bttnSelect.Size         = new System.Drawing.Size(80, 25);
     this.bttnSelect.TabIndex     = 244;
     this.bttnSelect.Text         = "&Select";
     this.bttnSelect.Click       += new System.EventHandler(this.bttnSelect_Click);
     //
     // bttnReload
     //
     this.bttnReload.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnReload.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnReload.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnReload.Location  = new System.Drawing.Point(472, 415);
     this.bttnReload.Name      = "bttnReload";
     this.bttnReload.Size      = new System.Drawing.Size(80, 25);
     this.bttnReload.TabIndex  = 243;
     this.bttnReload.Text      = "&Reload";
     this.bttnReload.Click    += new System.EventHandler(this.bttnReload_Click);
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnCancel.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnCancel.Location     = new System.Drawing.Point(560, 415);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(80, 25);
     this.bttnCancel.TabIndex     = 242;
     this.bttnCancel.Text         = "&Cancel";
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(7, 401);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(632, 2);
     this.ctrlSeparator1.TabIndex = 241;
     //
     // picFill
     //
     this.picFill.BackColor   = System.Drawing.Color.White;
     this.picFill.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.picFill.Location    = new System.Drawing.Point(5, 35);
     this.picFill.Name        = "picFill";
     this.picFill.Size        = new System.Drawing.Size(635, 354);
     this.picFill.TabIndex    = 239;
     this.picFill.TabStop     = false;
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.DarkGray;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(-1, 9);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(648, 20);
     this.label1.TabIndex  = 238;
     this.label1.Text      = "  Barrowed History Viewer";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lvBarrowers
     //
     this.lvBarrowers.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                      | System.Windows.Forms.AnchorStyles.Left)
                                                                     | System.Windows.Forms.AnchorStyles.Right)));
     this.lvBarrowers.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lvBarrowers.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ChBarrowerID,
         this.chStudentName,
         this.chCourse,
         this.chLevel
     });
     this.lvBarrowers.Cursor         = System.Windows.Forms.Cursors.Hand;
     this.lvBarrowers.Font           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lvBarrowers.ForeColor      = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.lvBarrowers.FullRowSelect  = true;
     this.lvBarrowers.GridLines      = true;
     this.lvBarrowers.HideSelection  = false;
     this.lvBarrowers.HoverSelection = true;
     this.lvBarrowers.Location       = new System.Drawing.Point(7, 37);
     this.lvBarrowers.MultiSelect    = false;
     this.lvBarrowers.Name           = "lvBarrowers";
     this.lvBarrowers.Size           = new System.Drawing.Size(630, 350);
     this.lvBarrowers.TabIndex       = 246;
     this.lvBarrowers.View           = System.Windows.Forms.View.Details;
     this.lvBarrowers.DoubleClick   += new System.EventHandler(this.lvBarrowers_DoubleClick);
     //
     // ChBarrowerID
     //
     this.ChBarrowerID.Text  = "Barrower ID";
     this.ChBarrowerID.Width = 150;
     //
     // chStudentName
     //
     this.chStudentName.Text  = "Barrower Name";
     this.chStudentName.Width = 300;
     //
     // chCourse
     //
     this.chCourse.Text  = "Course";
     this.chCourse.Width = 150;
     //
     // chLevel
     //
     this.chLevel.Text  = "Level";
     this.chLevel.Width = 150;
     //
     // bttnSearch
     //
     this.bttnSearch.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnSearch.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnSearch.Location  = new System.Drawing.Point(384, 416);
     this.bttnSearch.Name      = "bttnSearch";
     this.bttnSearch.Size      = new System.Drawing.Size(80, 25);
     this.bttnSearch.TabIndex  = 247;
     this.bttnSearch.Text      = "&Search";
     this.bttnSearch.Click    += new System.EventHandler(this.bttnSearch_Click);
     //
     // FORMBarrowers_View
     //
     this.AcceptButton      = this.bttnSelect;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.bttnCancel;
     this.ClientSize        = new System.Drawing.Size(646, 448);
     this.Controls.Add(this.bttnSearch);
     this.Controls.Add(this.lvBarrowers);
     this.Controls.Add(this.bttnSelect);
     this.Controls.Add(this.bttnReload);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.picFill);
     this.Controls.Add(this.label1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMBarrowers_View";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Select Barrowers";
     this.Load           += new System.EventHandler(this.FORMBarrowers_View_Load);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FORMBarrowers_Modify));
     this.ctrlSeparator2   = new LibrarySystem.ctrlSeparator();
     this.txtLevelName     = new System.Windows.Forms.TextBox();
     this.label12          = new System.Windows.Forms.Label();
     this.txtCourseName    = new System.Windows.Forms.TextBox();
     this.label13          = new System.Windows.Forms.Label();
     this.bttnEmailAdd     = new System.Windows.Forms.Button();
     this.txtEmailAdd      = new System.Windows.Forms.TextBox();
     this.label11          = new System.Windows.Forms.Label();
     this.txtContactNo     = new System.Windows.Forms.TextBox();
     this.label10          = new System.Windows.Forms.Label();
     this.bttnPicture      = new System.Windows.Forms.Button();
     this.bttnZipCode      = new System.Windows.Forms.Button();
     this.txtZipCode       = new System.Windows.Forms.TextBox();
     this.label9           = new System.Windows.Forms.Label();
     this.txtProvince      = new System.Windows.Forms.TextBox();
     this.label8           = new System.Windows.Forms.Label();
     this.txtCity          = new System.Windows.Forms.TextBox();
     this.label7           = new System.Windows.Forms.Label();
     this.txtStreetAddress = new System.Windows.Forms.TextBox();
     this.label6           = new System.Windows.Forms.Label();
     this.txtLastName      = new System.Windows.Forms.TextBox();
     this.label5           = new System.Windows.Forms.Label();
     this.txtMiddleName    = new System.Windows.Forms.TextBox();
     this.label4           = new System.Windows.Forms.Label();
     this.txtFirstName     = new System.Windows.Forms.TextBox();
     this.label3           = new System.Windows.Forms.Label();
     this.txtBarrowerID    = new System.Windows.Forms.TextBox();
     this.label2           = new System.Windows.Forms.Label();
     this.ctrlSeparator1   = new LibrarySystem.ctrlSeparator();
     this.label1           = new System.Windows.Forms.Label();
     this.picLOGO          = new System.Windows.Forms.PictureBox();
     this.bttnCourse       = new System.Windows.Forms.Button();
     this.bttnLevel        = new System.Windows.Forms.Button();
     this.bttnSY           = new System.Windows.Forms.Button();
     this.txtSchoolYear    = new System.Windows.Forms.TextBox();
     this.label14          = new System.Windows.Forms.Label();
     this.bttnUpdate       = new System.Windows.Forms.Button();
     this.bttnReset        = new System.Windows.Forms.Button();
     this.bttnCancel       = new System.Windows.Forms.Button();
     this.picBarrower      = new System.Windows.Forms.PictureBox();
     this.SuspendLayout();
     //
     // ctrlSeparator2
     //
     this.ctrlSeparator2.Location = new System.Drawing.Point(8, 439);
     this.ctrlSeparator2.Name     = "ctrlSeparator2";
     this.ctrlSeparator2.Size     = new System.Drawing.Size(488, 2);
     this.ctrlSeparator2.TabIndex = 181;
     //
     // txtLevelName
     //
     this.txtLevelName.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtLevelName.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtLevelName.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.txtLevelName.Location  = new System.Drawing.Point(95, 379);
     this.txtLevelName.Name      = "txtLevelName";
     this.txtLevelName.ReadOnly  = true;
     this.txtLevelName.Size      = new System.Drawing.Size(209, 20);
     this.txtLevelName.TabIndex  = 179;
     this.txtLevelName.Text      = "";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label12.Location = new System.Drawing.Point(7, 379);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(66, 17);
     this.label12.TabIndex = 178;
     this.label12.Text     = "Level Name:";
     //
     // txtCourseName
     //
     this.txtCourseName.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtCourseName.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtCourseName.Location  = new System.Drawing.Point(95, 352);
     this.txtCourseName.Name      = "txtCourseName";
     this.txtCourseName.ReadOnly  = true;
     this.txtCourseName.Size      = new System.Drawing.Size(209, 20);
     this.txtCourseName.TabIndex  = 177;
     this.txtCourseName.Text      = "";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label13.Location = new System.Drawing.Point(7, 352);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(75, 17);
     this.label13.TabIndex = 176;
     this.label13.Text     = "&Course Name:";
     //
     // bttnEmailAdd
     //
     this.bttnEmailAdd.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.bttnEmailAdd.Image    = ((System.Drawing.Image)(resources.GetObject("bttnEmailAdd.Image")));
     this.bttnEmailAdd.Location = new System.Drawing.Point(282, 311);
     this.bttnEmailAdd.Name     = "bttnEmailAdd";
     this.bttnEmailAdd.Size     = new System.Drawing.Size(21, 20);
     this.bttnEmailAdd.TabIndex = 175;
     this.bttnEmailAdd.Click   += new System.EventHandler(this.bttnEmailAdd_Click);
     //
     // txtEmailAdd
     //
     this.txtEmailAdd.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtEmailAdd.ForeColor = System.Drawing.Color.Blue;
     this.txtEmailAdd.Location  = new System.Drawing.Point(95, 311);
     this.txtEmailAdd.Name      = "txtEmailAdd";
     this.txtEmailAdd.Size      = new System.Drawing.Size(185, 20);
     this.txtEmailAdd.TabIndex  = 174;
     this.txtEmailAdd.Text      = "";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label11.Location = new System.Drawing.Point(6, 312);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(78, 17);
     this.label11.TabIndex = 173;
     this.label11.Text     = "&Email Address:";
     //
     // txtContactNo
     //
     this.txtContactNo.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtContactNo.Location = new System.Drawing.Point(95, 283);
     this.txtContactNo.Name     = "txtContactNo";
     this.txtContactNo.Size     = new System.Drawing.Size(185, 20);
     this.txtContactNo.TabIndex = 172;
     this.txtContactNo.Text     = "";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label10.Location = new System.Drawing.Point(5, 283);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(89, 17);
     this.label10.TabIndex = 171;
     this.label10.Text     = "&Contact Number:";
     //
     // bttnPicture
     //
     this.bttnPicture.BackColor = System.Drawing.SystemColors.Control;
     this.bttnPicture.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnPicture.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnPicture.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnPicture.Location  = new System.Drawing.Point(408, 158);
     this.bttnPicture.Name      = "bttnPicture";
     this.bttnPicture.Size      = new System.Drawing.Size(88, 24);
     this.bttnPicture.TabIndex  = 170;
     this.bttnPicture.Text      = "Change Picture";
     this.bttnPicture.Click    += new System.EventHandler(this.bttnPicture_Click);
     //
     // bttnZipCode
     //
     this.bttnZipCode.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.bttnZipCode.Image    = ((System.Drawing.Image)(resources.GetObject("bttnZipCode.Image")));
     this.bttnZipCode.Location = new System.Drawing.Point(250, 255);
     this.bttnZipCode.Name     = "bttnZipCode";
     this.bttnZipCode.Size     = new System.Drawing.Size(21, 20);
     this.bttnZipCode.TabIndex = 168;
     this.bttnZipCode.Click   += new System.EventHandler(this.bttnZipCode_Click);
     //
     // txtZipCode
     //
     this.txtZipCode.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtZipCode.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtZipCode.Location  = new System.Drawing.Point(95, 255);
     this.txtZipCode.Name      = "txtZipCode";
     this.txtZipCode.ReadOnly  = true;
     this.txtZipCode.Size      = new System.Drawing.Size(153, 20);
     this.txtZipCode.TabIndex  = 167;
     this.txtZipCode.Text      = "";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label9.Location = new System.Drawing.Point(7, 255);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(52, 17);
     this.label9.TabIndex = 166;
     this.label9.Text     = "&Zip Code:";
     //
     // txtProvince
     //
     this.txtProvince.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtProvince.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtProvince.Location  = new System.Drawing.Point(95, 225);
     this.txtProvince.Name      = "txtProvince";
     this.txtProvince.ReadOnly  = true;
     this.txtProvince.Size      = new System.Drawing.Size(209, 20);
     this.txtProvince.TabIndex  = 165;
     this.txtProvince.Text      = "";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label8.Location = new System.Drawing.Point(8, 225);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(81, 17);
     this.label8.TabIndex = 164;
     this.label8.Text     = "&State/Province:";
     //
     // txtCity
     //
     this.txtCity.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtCity.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtCity.Location  = new System.Drawing.Point(95, 197);
     this.txtCity.Name      = "txtCity";
     this.txtCity.ReadOnly  = true;
     this.txtCity.Size      = new System.Drawing.Size(209, 20);
     this.txtCity.TabIndex  = 163;
     this.txtCity.Text      = "";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label7.Location = new System.Drawing.Point(7, 197);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(59, 17);
     this.label7.TabIndex = 162;
     this.label7.Text     = "&City/Town:";
     //
     // txtStreetAddress
     //
     this.txtStreetAddress.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtStreetAddress.Location = new System.Drawing.Point(95, 167);
     this.txtStreetAddress.Name     = "txtStreetAddress";
     this.txtStreetAddress.Size     = new System.Drawing.Size(233, 20);
     this.txtStreetAddress.TabIndex = 161;
     this.txtStreetAddress.Text     = "";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label6.Location = new System.Drawing.Point(8, 167);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(81, 17);
     this.label6.TabIndex = 160;
     this.label6.Text     = "&Street Address:";
     //
     // txtLastName
     //
     this.txtLastName.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtLastName.Location = new System.Drawing.Point(95, 141);
     this.txtLastName.Name     = "txtLastName";
     this.txtLastName.Size     = new System.Drawing.Size(200, 20);
     this.txtLastName.TabIndex = 159;
     this.txtLastName.Text     = "";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.Location = new System.Drawing.Point(8, 141);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(61, 17);
     this.label5.TabIndex = 158;
     this.label5.Text     = "&Last Name:";
     //
     // txtMiddleName
     //
     this.txtMiddleName.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtMiddleName.Location = new System.Drawing.Point(95, 115);
     this.txtMiddleName.Name     = "txtMiddleName";
     this.txtMiddleName.Size     = new System.Drawing.Size(200, 20);
     this.txtMiddleName.TabIndex = 157;
     this.txtMiddleName.Text     = "";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.Location = new System.Drawing.Point(8, 115);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(73, 17);
     this.label4.TabIndex = 156;
     this.label4.Text     = "&Middle Name:";
     //
     // txtFirstName
     //
     this.txtFirstName.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtFirstName.Location = new System.Drawing.Point(95, 89);
     this.txtFirstName.Name     = "txtFirstName";
     this.txtFirstName.Size     = new System.Drawing.Size(200, 20);
     this.txtFirstName.TabIndex = 155;
     this.txtFirstName.Text     = "";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 89);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(62, 17);
     this.label3.TabIndex = 154;
     this.label3.Text     = "&First Name:";
     //
     // txtBarrowerID
     //
     this.txtBarrowerID.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtBarrowerID.Location = new System.Drawing.Point(95, 63);
     this.txtBarrowerID.Name     = "txtBarrowerID";
     this.txtBarrowerID.Size     = new System.Drawing.Size(201, 20);
     this.txtBarrowerID.TabIndex = 153;
     this.txtBarrowerID.Text     = "";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(8, 63);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(69, 17);
     this.label2.TabIndex = 152;
     this.label2.Text     = "&Barrower ID:";
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(4, 50);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(491, 2);
     this.ctrlSeparator1.TabIndex = 151;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(48, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(472, 40);
     this.label1.TabIndex = 150;
     this.label1.Text     = "Fill all the fields bellow and click \'Update\' or \'Save\' button to be able to Add " +
                            "or Save changes in records.Click \'Cancel\' if you want to cancel and Click Change" +
                            " Picture to change picture.";
     //
     // picLOGO
     //
     this.picLOGO.Location = new System.Drawing.Point(8, 8);
     this.picLOGO.Name     = "picLOGO";
     this.picLOGO.Size     = new System.Drawing.Size(35, 31);
     this.picLOGO.TabIndex = 149;
     this.picLOGO.TabStop  = false;
     //
     // bttnCourse
     //
     this.bttnCourse.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.bttnCourse.Image    = ((System.Drawing.Image)(resources.GetObject("bttnCourse.Image")));
     this.bttnCourse.Location = new System.Drawing.Point(306, 352);
     this.bttnCourse.Name     = "bttnCourse";
     this.bttnCourse.Size     = new System.Drawing.Size(21, 20);
     this.bttnCourse.TabIndex = 184;
     this.bttnCourse.Click   += new System.EventHandler(this.bttnCourse_Click);
     //
     // bttnLevel
     //
     this.bttnLevel.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.bttnLevel.Image    = ((System.Drawing.Image)(resources.GetObject("bttnLevel.Image")));
     this.bttnLevel.Location = new System.Drawing.Point(306, 379);
     this.bttnLevel.Name     = "bttnLevel";
     this.bttnLevel.Size     = new System.Drawing.Size(21, 20);
     this.bttnLevel.TabIndex = 185;
     this.bttnLevel.Click   += new System.EventHandler(this.bttnLevel_Click);
     //
     // bttnSY
     //
     this.bttnSY.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.bttnSY.Image    = ((System.Drawing.Image)(resources.GetObject("bttnSY.Image")));
     this.bttnSY.Location = new System.Drawing.Point(308, 408);
     this.bttnSY.Name     = "bttnSY";
     this.bttnSY.Size     = new System.Drawing.Size(21, 20);
     this.bttnSY.TabIndex = 188;
     this.bttnSY.Click   += new System.EventHandler(this.bttnSY_Click);
     //
     // txtSchoolYear
     //
     this.txtSchoolYear.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtSchoolYear.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtSchoolYear.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.txtSchoolYear.Location  = new System.Drawing.Point(96, 408);
     this.txtSchoolYear.Name      = "txtSchoolYear";
     this.txtSchoolYear.ReadOnly  = true;
     this.txtSchoolYear.Size      = new System.Drawing.Size(209, 20);
     this.txtSchoolYear.TabIndex  = 190;
     this.txtSchoolYear.Text      = "";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label14.Location = new System.Drawing.Point(8, 408);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(67, 17);
     this.label14.TabIndex = 189;
     this.label14.Text     = "School Year:";
     //
     // bttnUpdate
     //
     this.bttnUpdate.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnUpdate.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnUpdate.Location  = new System.Drawing.Point(224, 452);
     this.bttnUpdate.Name      = "bttnUpdate";
     this.bttnUpdate.Size      = new System.Drawing.Size(88, 26);
     this.bttnUpdate.TabIndex  = 196;
     this.bttnUpdate.Text      = "&Update";
     this.bttnUpdate.Click    += new System.EventHandler(this.bttnUpdate_Click);
     //
     // bttnReset
     //
     this.bttnReset.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnReset.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnReset.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnReset.Location  = new System.Drawing.Point(317, 452);
     this.bttnReset.Name      = "bttnReset";
     this.bttnReset.Size      = new System.Drawing.Size(88, 26);
     this.bttnReset.TabIndex  = 195;
     this.bttnReset.Text      = "&Reset";
     this.bttnReset.Click    += new System.EventHandler(this.bttnReset_Click);
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnCancel.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnCancel.Location     = new System.Drawing.Point(411, 452);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(88, 26);
     this.bttnCancel.TabIndex     = 194;
     this.bttnCancel.Text         = "&Cancel";
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // picBarrower
     //
     this.picBarrower.BackColor   = System.Drawing.Color.White;
     this.picBarrower.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picBarrower.Location    = new System.Drawing.Point(408, 62);
     this.picBarrower.Name        = "picBarrower";
     this.picBarrower.Size        = new System.Drawing.Size(86, 88);
     this.picBarrower.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picBarrower.TabIndex    = 198;
     this.picBarrower.TabStop     = false;
     //
     // FORMBarrowers_Modify
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(506, 488);
     this.Controls.Add(this.picBarrower);
     this.Controls.Add(this.bttnUpdate);
     this.Controls.Add(this.bttnReset);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.txtSchoolYear);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.txtLevelName);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.txtCourseName);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.txtEmailAdd);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.txtContactNo);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.txtZipCode);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.txtProvince);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.txtCity);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txtStreetAddress);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.txtLastName);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtMiddleName);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtFirstName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtBarrowerID);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.bttnSY);
     this.Controls.Add(this.bttnLevel);
     this.Controls.Add(this.bttnCourse);
     this.Controls.Add(this.ctrlSeparator2);
     this.Controls.Add(this.bttnEmailAdd);
     this.Controls.Add(this.bttnPicture);
     this.Controls.Add(this.bttnZipCode);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.picLOGO);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMBarrowers_Modify";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Add New";
     this.Load           += new System.EventHandler(this.FORMBarrowers_Modify_Load);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FORMBooks_Modify));
     this.txtBookNO        = new System.Windows.Forms.TextBox();
     this.label2           = new System.Windows.Forms.Label();
     this.ctrlSeparator1   = new LibrarySystem.ctrlSeparator();
     this.label1           = new System.Windows.Forms.Label();
     this.picLOGO          = new System.Windows.Forms.PictureBox();
     this.txtISBN          = new System.Windows.Forms.TextBox();
     this.label3           = new System.Windows.Forms.Label();
     this.txtBookTitle     = new System.Windows.Forms.TextBox();
     this.label4           = new System.Windows.Forms.Label();
     this.txtAuthor        = new System.Windows.Forms.TextBox();
     this.label5           = new System.Windows.Forms.Label();
     this.txtCategory      = new System.Windows.Forms.TextBox();
     this.label14          = new System.Windows.Forms.Label();
     this.bttnCategory     = new System.Windows.Forms.Button();
     this.txtPublished     = new System.Windows.Forms.TextBox();
     this.label6           = new System.Windows.Forms.Label();
     this.label7           = new System.Windows.Forms.Label();
     this.dtArrived        = new System.Windows.Forms.DateTimePicker();
     this.txtPrice         = new System.Windows.Forms.TextBox();
     this.label8           = new System.Windows.Forms.Label();
     this.txtQuantity      = new System.Windows.Forms.TextBox();
     this.label9           = new System.Windows.Forms.Label();
     this.ctrlSeparator2   = new LibrarySystem.ctrlSeparator();
     this.bttnBarrowed     = new System.Windows.Forms.Button();
     this.bttnModification = new System.Windows.Forms.Button();
     this.bttnUpdate       = new System.Windows.Forms.Button();
     this.bttnCancel       = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // txtBookNO
     //
     this.txtBookNO.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtBookNO.Location = new System.Drawing.Point(96, 72);
     this.txtBookNO.Name     = "txtBookNO";
     this.txtBookNO.Size     = new System.Drawing.Size(208, 20);
     this.txtBookNO.TabIndex = 158;
     this.txtBookNO.Text     = "";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(8, 72);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(76, 17);
     this.label2.TabIndex = 157;
     this.label2.Text     = "&Book Number:";
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(8, 60);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(408, 2);
     this.ctrlSeparator1.TabIndex = 156;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(48, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(384, 40);
     this.label1.TabIndex = 155;
     this.label1.Text     = "Fill all the fields bellow and click \'Update\' or \'Save\' button to be able to Add " +
                            "or Save changes in records.Click \'Cancel\' if you want to cancel.";
     //
     // picLOGO
     //
     this.picLOGO.Location = new System.Drawing.Point(8, 8);
     this.picLOGO.Name     = "picLOGO";
     this.picLOGO.Size     = new System.Drawing.Size(35, 31);
     this.picLOGO.TabIndex = 154;
     this.picLOGO.TabStop  = false;
     //
     // txtISBN
     //
     this.txtISBN.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtISBN.Location = new System.Drawing.Point(96, 99);
     this.txtISBN.Name     = "txtISBN";
     this.txtISBN.Size     = new System.Drawing.Size(208, 20);
     this.txtISBN.TabIndex = 160;
     this.txtISBN.Text     = "";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 101);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(33, 17);
     this.label3.TabIndex = 159;
     this.label3.Text     = "&ISBN:";
     //
     // txtBookTitle
     //
     this.txtBookTitle.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtBookTitle.Location = new System.Drawing.Point(96, 157);
     this.txtBookTitle.Name     = "txtBookTitle";
     this.txtBookTitle.Size     = new System.Drawing.Size(264, 20);
     this.txtBookTitle.TabIndex = 164;
     this.txtBookTitle.Text     = "";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.Location = new System.Drawing.Point(8, 158);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(58, 17);
     this.label4.TabIndex = 163;
     this.label4.Text     = "&Book Title:";
     //
     // txtAuthor
     //
     this.txtAuthor.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtAuthor.Location = new System.Drawing.Point(96, 128);
     this.txtAuthor.Name     = "txtAuthor";
     this.txtAuthor.Size     = new System.Drawing.Size(235, 20);
     this.txtAuthor.TabIndex = 162;
     this.txtAuthor.Text     = "";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.Location = new System.Drawing.Point(8, 128);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(74, 17);
     this.label5.TabIndex = 161;
     this.label5.Text     = "&Author Name:";
     //
     // txtCategory
     //
     this.txtCategory.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtCategory.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtCategory.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.txtCategory.Location  = new System.Drawing.Point(96, 188);
     this.txtCategory.Name      = "txtCategory";
     this.txtCategory.ReadOnly  = true;
     this.txtCategory.Size      = new System.Drawing.Size(211, 20);
     this.txtCategory.TabIndex  = 193;
     this.txtCategory.Text      = "";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label14.Location = new System.Drawing.Point(8, 188);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(53, 17);
     this.label14.TabIndex = 192;
     this.label14.Text     = "&Category:";
     //
     // bttnCategory
     //
     this.bttnCategory.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.bttnCategory.Image    = ((System.Drawing.Image)(resources.GetObject("bttnCategory.Image")));
     this.bttnCategory.Location = new System.Drawing.Point(310, 188);
     this.bttnCategory.Name     = "bttnCategory";
     this.bttnCategory.Size     = new System.Drawing.Size(21, 20);
     this.bttnCategory.TabIndex = 191;
     this.bttnCategory.Click   += new System.EventHandler(this.bttnCategory_Click);
     //
     // txtPublished
     //
     this.txtPublished.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtPublished.Location  = new System.Drawing.Point(96, 217);
     this.txtPublished.MaxLength = 4;
     this.txtPublished.Name      = "txtPublished";
     this.txtPublished.Size      = new System.Drawing.Size(120, 20);
     this.txtPublished.TabIndex  = 195;
     this.txtPublished.Text      = "";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label6.Location = new System.Drawing.Point(8, 219);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(82, 17);
     this.label6.TabIndex = 194;
     this.label6.Text     = "&Year Published:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label7.Location = new System.Drawing.Point(8, 248);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(71, 17);
     this.label7.TabIndex = 196;
     this.label7.Text     = "&Date Arrived:";
     //
     // dtArrived
     //
     this.dtArrived.Location = new System.Drawing.Point(96, 248);
     this.dtArrived.Name     = "dtArrived";
     this.dtArrived.Size     = new System.Drawing.Size(213, 21);
     this.dtArrived.TabIndex = 197;
     //
     // txtPrice
     //
     this.txtPrice.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtPrice.Location  = new System.Drawing.Point(96, 279);
     this.txtPrice.MaxLength = 1000;
     this.txtPrice.Name      = "txtPrice";
     this.txtPrice.Size      = new System.Drawing.Size(120, 20);
     this.txtPrice.TabIndex  = 199;
     this.txtPrice.Text      = "0.00";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label8.Location = new System.Drawing.Point(8, 280);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(32, 17);
     this.label8.TabIndex = 198;
     this.label8.Text     = "&Price:";
     //
     // txtQuantity
     //
     this.txtQuantity.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtQuantity.Location  = new System.Drawing.Point(96, 309);
     this.txtQuantity.MaxLength = 1000;
     this.txtQuantity.Name      = "txtQuantity";
     this.txtQuantity.Size      = new System.Drawing.Size(120, 20);
     this.txtQuantity.TabIndex  = 201;
     this.txtQuantity.Text      = "0";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label9.Location = new System.Drawing.Point(8, 311);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(51, 17);
     this.label9.TabIndex = 200;
     this.label9.Text     = "&Quantity:";
     //
     // ctrlSeparator2
     //
     this.ctrlSeparator2.Location = new System.Drawing.Point(8, 344);
     this.ctrlSeparator2.Name     = "ctrlSeparator2";
     this.ctrlSeparator2.Size     = new System.Drawing.Size(408, 2);
     this.ctrlSeparator2.TabIndex = 203;
     //
     // bttnBarrowed
     //
     this.bttnBarrowed.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnBarrowed.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnBarrowed.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnBarrowed.Location  = new System.Drawing.Point(115, 356);
     this.bttnBarrowed.Name      = "bttnBarrowed";
     this.bttnBarrowed.Size      = new System.Drawing.Size(104, 25);
     this.bttnBarrowed.TabIndex  = 207;
     this.bttnBarrowed.Text      = "&Barrowed History";
     this.bttnBarrowed.Click    += new System.EventHandler(this.bttnBarrowed_Click);
     //
     // bttnModification
     //
     this.bttnModification.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnModification.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnModification.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnModification.Location  = new System.Drawing.Point(8, 356);
     this.bttnModification.Name      = "bttnModification";
     this.bttnModification.Size      = new System.Drawing.Size(104, 25);
     this.bttnModification.TabIndex  = 206;
     this.bttnModification.Text      = "&Modification History";
     this.bttnModification.Click    += new System.EventHandler(this.bttnModification_Click);
     //
     // bttnUpdate
     //
     this.bttnUpdate.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnUpdate.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnUpdate.Location  = new System.Drawing.Point(248, 356);
     this.bttnUpdate.Name      = "bttnUpdate";
     this.bttnUpdate.Size      = new System.Drawing.Size(80, 25);
     this.bttnUpdate.TabIndex  = 205;
     this.bttnUpdate.Text      = "&Update";
     this.bttnUpdate.Click    += new System.EventHandler(this.bttnUpdate_Click);
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnCancel.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnCancel.Location     = new System.Drawing.Point(336, 356);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(80, 25);
     this.bttnCancel.TabIndex     = 204;
     this.bttnCancel.Text         = "&Cancel";
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // FORMBooks_Modify
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(426, 392);
     this.Controls.Add(this.bttnBarrowed);
     this.Controls.Add(this.bttnModification);
     this.Controls.Add(this.bttnUpdate);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.ctrlSeparator2);
     this.Controls.Add(this.txtQuantity);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.txtPrice);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txtPublished);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.txtCategory);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.txtBookTitle);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtAuthor);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtISBN);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtBookNO);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.dtArrived);
     this.Controls.Add(this.bttnCategory);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.picLOGO);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMBooks_Modify";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Add New";
     this.Load           += new System.EventHandler(this.FORMBooks_Modify_Load);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.txtISBN        = new System.Windows.Forms.TextBox();
     this.lblProvice     = new System.Windows.Forms.Label();
     this.txtBookNO      = new System.Windows.Forms.TextBox();
     this.lblCity        = new System.Windows.Forms.Label();
     this.txtBookTitle   = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.txtQTY         = new System.Windows.Forms.TextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.txtBarrowed    = new System.Windows.Forms.TextBox();
     this.label3         = new System.Windows.Forms.Label();
     this.txtAvailable   = new System.Windows.Forms.TextBox();
     this.label4         = new System.Windows.Forms.Label();
     this.bttnUpdate     = new System.Windows.Forms.Button();
     this.bttnCancel     = new System.Windows.Forms.Button();
     this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
     this.SuspendLayout();
     //
     // txtISBN
     //
     this.txtISBN.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtISBN.Location  = new System.Drawing.Point(91, 43);
     this.txtISBN.Name      = "txtISBN";
     this.txtISBN.ReadOnly  = true;
     this.txtISBN.Size      = new System.Drawing.Size(184, 21);
     this.txtISBN.TabIndex  = 7;
     this.txtISBN.Text      = "";
     //
     // lblProvice
     //
     this.lblProvice.AutoSize = true;
     this.lblProvice.Location = new System.Drawing.Point(8, 43);
     this.lblProvice.Name     = "lblProvice";
     this.lblProvice.Size     = new System.Drawing.Size(33, 17);
     this.lblProvice.TabIndex = 6;
     this.lblProvice.Text     = "ISBN:";
     //
     // txtBookNO
     //
     this.txtBookNO.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtBookNO.Location  = new System.Drawing.Point(91, 16);
     this.txtBookNO.Name      = "txtBookNO";
     this.txtBookNO.ReadOnly  = true;
     this.txtBookNO.Size      = new System.Drawing.Size(184, 21);
     this.txtBookNO.TabIndex  = 5;
     this.txtBookNO.Text      = "";
     //
     // lblCity
     //
     this.lblCity.AutoSize = true;
     this.lblCity.Location = new System.Drawing.Point(8, 16);
     this.lblCity.Name     = "lblCity";
     this.lblCity.Size     = new System.Drawing.Size(76, 17);
     this.lblCity.TabIndex = 4;
     this.lblCity.Text     = "Book Number:";
     //
     // txtBookTitle
     //
     this.txtBookTitle.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtBookTitle.Location  = new System.Drawing.Point(91, 72);
     this.txtBookTitle.Name      = "txtBookTitle";
     this.txtBookTitle.ReadOnly  = true;
     this.txtBookTitle.Size      = new System.Drawing.Size(216, 21);
     this.txtBookTitle.TabIndex  = 9;
     this.txtBookTitle.Text      = "";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 74);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(58, 17);
     this.label1.TabIndex = 8;
     this.label1.Text     = "Book Title:";
     //
     // txtQTY
     //
     this.txtQTY.BackColor    = System.Drawing.Color.White;
     this.txtQTY.Location     = new System.Drawing.Point(91, 104);
     this.txtQTY.Name         = "txtQTY";
     this.txtQTY.Size         = new System.Drawing.Size(112, 21);
     this.txtQTY.TabIndex     = 11;
     this.txtQTY.Text         = "0";
     this.txtQTY.TextChanged += new System.EventHandler(this.txtQTY_TextChanged);
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(8, 106);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(79, 17);
     this.label2.TabIndex = 10;
     this.label2.Text     = "Total Quantity:";
     //
     // txtBarrowed
     //
     this.txtBarrowed.BackColor    = System.Drawing.Color.White;
     this.txtBarrowed.Location     = new System.Drawing.Point(91, 136);
     this.txtBarrowed.Name         = "txtBarrowed";
     this.txtBarrowed.Size         = new System.Drawing.Size(112, 21);
     this.txtBarrowed.TabIndex     = 13;
     this.txtBarrowed.Text         = "0";
     this.txtBarrowed.TextChanged += new System.EventHandler(this.txtBarrowed_TextChanged);
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Location = new System.Drawing.Point(8, 136);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(84, 17);
     this.label3.TabIndex = 12;
     this.label3.Text     = "Total Barrowed:";
     //
     // txtAvailable
     //
     this.txtAvailable.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(243)), ((System.Byte)(241)), ((System.Byte)(211)));
     this.txtAvailable.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.txtAvailable.Location  = new System.Drawing.Point(91, 166);
     this.txtAvailable.Name      = "txtAvailable";
     this.txtAvailable.ReadOnly  = true;
     this.txtAvailable.Size      = new System.Drawing.Size(133, 21);
     this.txtAvailable.TabIndex  = 15;
     this.txtAvailable.Text      = "0";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Location = new System.Drawing.Point(7, 168);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(81, 17);
     this.label4.TabIndex = 14;
     this.label4.Text     = "Total Available:";
     //
     // bttnUpdate
     //
     this.bttnUpdate.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnUpdate.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnUpdate.Location  = new System.Drawing.Point(141, 217);
     this.bttnUpdate.Name      = "bttnUpdate";
     this.bttnUpdate.Size      = new System.Drawing.Size(80, 25);
     this.bttnUpdate.TabIndex  = 237;
     this.bttnUpdate.Text      = "&Update";
     this.bttnUpdate.Click    += new System.EventHandler(this.bttnUpdate_Click);
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnCancel.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnCancel.Location     = new System.Drawing.Point(229, 217);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(80, 25);
     this.bttnCancel.TabIndex     = 236;
     this.bttnCancel.Text         = "&Cancel";
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(10, 206);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(296, 2);
     this.ctrlSeparator1.TabIndex = 239;
     //
     // FORMAdjustments_Modify
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(314, 248);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.bttnUpdate);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.txtAvailable);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtBarrowed);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtQTY);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtBookTitle);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtISBN);
     this.Controls.Add(this.lblProvice);
     this.Controls.Add(this.txtBookNO);
     this.Controls.Add(this.lblCity);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMAdjustments_Modify";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Book Adjustment";
     this.Load           += new System.EventHandler(this.FORMAdjustments_Modify_Load);
     this.ResumeLayout(false);
 }
Beispiel #6
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FORMBarrowedBooks_Returned));
     this.ctrlSeparator1   = new LibrarySystem.ctrlSeparator();
     this.label1           = new System.Windows.Forms.Label();
     this.picLOGO          = new System.Windows.Forms.PictureBox();
     this.label5           = new System.Windows.Forms.Label();
     this.label7           = new System.Windows.Forms.Label();
     this.txtBarrowerName  = new System.Windows.Forms.TextBox();
     this.label3           = new System.Windows.Forms.Label();
     this.txtBarrowerID    = new System.Windows.Forms.TextBox();
     this.label4           = new System.Windows.Forms.Label();
     this.txtBookTitle     = new System.Windows.Forms.TextBox();
     this.label2           = new System.Windows.Forms.Label();
     this.txtBookNO        = new System.Windows.Forms.TextBox();
     this.label14          = new System.Windows.Forms.Label();
     this.txtDateDue       = new System.Windows.Forms.TextBox();
     this.txtDateBarrowed  = new System.Windows.Forms.TextBox();
     this.ctrlSeparator2   = new LibrarySystem.ctrlSeparator();
     this.label6           = new System.Windows.Forms.Label();
     this.dtReturn         = new System.Windows.Forms.DateTimePicker();
     this.txtDelayed       = new System.Windows.Forms.TextBox();
     this.label8           = new System.Windows.Forms.Label();
     this.txtFined         = new System.Windows.Forms.TextBox();
     this.label9           = new System.Windows.Forms.Label();
     this.label10          = new System.Windows.Forms.Label();
     this.txtNote          = new System.Windows.Forms.TextBox();
     this.bttnUpdate       = new System.Windows.Forms.Button();
     this.bttnCancel       = new System.Windows.Forms.Button();
     this.bttnCalculator   = new System.Windows.Forms.Button();
     this.bttnModification = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(8, 48);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(616, 2);
     this.ctrlSeparator1.TabIndex = 159;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(48, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(576, 40);
     this.label1.TabIndex = 158;
     this.label1.Text     = "Fill all the fields bellow and click \'Update\' or \'Save\' button to be able to Add " +
                            "or Save changes in records. Click Cancel\'  if you want to cancel.";
     //
     // picLOGO
     //
     this.picLOGO.Location = new System.Drawing.Point(8, 8);
     this.picLOGO.Name     = "picLOGO";
     this.picLOGO.Size     = new System.Drawing.Size(35, 31);
     this.picLOGO.TabIndex = 157;
     this.picLOGO.TabStop  = false;
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.Location = new System.Drawing.Point(8, 205);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(55, 17);
     this.label5.TabIndex = 220;
     this.label5.Text     = "&Date Due:";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label7.Location = new System.Drawing.Point(8, 176);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(83, 17);
     this.label7.TabIndex = 218;
     this.label7.Text     = "&Date Barrowed:";
     //
     // txtBarrowerName
     //
     this.txtBarrowerName.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtBarrowerName.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtBarrowerName.ForeColor = System.Drawing.Color.Black;
     this.txtBarrowerName.Location  = new System.Drawing.Point(96, 147);
     this.txtBarrowerName.Name      = "txtBarrowerName";
     this.txtBarrowerName.ReadOnly  = true;
     this.txtBarrowerName.Size      = new System.Drawing.Size(192, 20);
     this.txtBarrowerName.TabIndex  = 217;
     this.txtBarrowerName.Text      = "";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 147);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(86, 17);
     this.label3.TabIndex = 216;
     this.label3.Text     = "&Barrower Name:";
     //
     // txtBarrowerID
     //
     this.txtBarrowerID.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtBarrowerID.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtBarrowerID.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(0)), ((System.Byte)(0)), ((System.Byte)(192)));
     this.txtBarrowerID.Location  = new System.Drawing.Point(96, 118);
     this.txtBarrowerID.Name      = "txtBarrowerID";
     this.txtBarrowerID.ReadOnly  = true;
     this.txtBarrowerID.Size      = new System.Drawing.Size(168, 20);
     this.txtBarrowerID.TabIndex  = 215;
     this.txtBarrowerID.Text      = "";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.Location = new System.Drawing.Point(8, 118);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(69, 17);
     this.label4.TabIndex = 214;
     this.label4.Text     = "&Barrower ID:";
     //
     // txtBookTitle
     //
     this.txtBookTitle.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtBookTitle.Location  = new System.Drawing.Point(96, 88);
     this.txtBookTitle.Name      = "txtBookTitle";
     this.txtBookTitle.ReadOnly  = true;
     this.txtBookTitle.Size      = new System.Drawing.Size(168, 21);
     this.txtBookTitle.TabIndex  = 236;
     this.txtBookTitle.Text      = "";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(8, 91);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(58, 17);
     this.label2.TabIndex = 211;
     this.label2.Text     = "&Book Title:";
     //
     // txtBookNO
     //
     this.txtBookNO.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtBookNO.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtBookNO.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.txtBookNO.Location  = new System.Drawing.Point(96, 64);
     this.txtBookNO.Name      = "txtBookNO";
     this.txtBookNO.ReadOnly  = true;
     this.txtBookNO.Size      = new System.Drawing.Size(168, 20);
     this.txtBookNO.TabIndex  = 210;
     this.txtBookNO.Text      = "";
     //
     // label14
     //
     this.label14.AutoSize = true;
     this.label14.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label14.Location = new System.Drawing.Point(8, 64);
     this.label14.Name     = "label14";
     this.label14.Size     = new System.Drawing.Size(76, 17);
     this.label14.TabIndex = 209;
     this.label14.Text     = "&Book Number:";
     //
     // txtDateDue
     //
     this.txtDateDue.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtDateDue.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtDateDue.ForeColor = System.Drawing.Color.Black;
     this.txtDateDue.Location  = new System.Drawing.Point(96, 203);
     this.txtDateDue.Name      = "txtDateDue";
     this.txtDateDue.ReadOnly  = true;
     this.txtDateDue.Size      = new System.Drawing.Size(152, 20);
     this.txtDateDue.TabIndex  = 222;
     this.txtDateDue.Text      = "";
     //
     // txtDateBarrowed
     //
     this.txtDateBarrowed.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtDateBarrowed.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtDateBarrowed.ForeColor = System.Drawing.Color.Black;
     this.txtDateBarrowed.Location  = new System.Drawing.Point(96, 176);
     this.txtDateBarrowed.Name      = "txtDateBarrowed";
     this.txtDateBarrowed.ReadOnly  = true;
     this.txtDateBarrowed.Size      = new System.Drawing.Size(152, 20);
     this.txtDateBarrowed.TabIndex  = 221;
     this.txtDateBarrowed.Text      = "";
     //
     // ctrlSeparator2
     //
     this.ctrlSeparator2.Location = new System.Drawing.Point(8, 240);
     this.ctrlSeparator2.Name     = "ctrlSeparator2";
     this.ctrlSeparator2.Size     = new System.Drawing.Size(616, 2);
     this.ctrlSeparator2.TabIndex = 223;
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label6.Location = new System.Drawing.Point(336, 67);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(69, 17);
     this.label6.TabIndex = 224;
     this.label6.Text     = "&Date Return:";
     //
     // dtReturn
     //
     this.dtReturn.CustomFormat = "MMMM/dd/yyyy";
     this.dtReturn.Format       = System.Windows.Forms.DateTimePickerFormat.Custom;
     this.dtReturn.Location     = new System.Drawing.Point(472, 64);
     this.dtReturn.Name         = "dtReturn";
     this.dtReturn.Size         = new System.Drawing.Size(152, 21);
     this.dtReturn.TabIndex     = 225;
     //
     // txtDelayed
     //
     this.txtDelayed.BackColor = System.Drawing.Color.White;
     this.txtDelayed.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtDelayed.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.txtDelayed.Location  = new System.Drawing.Point(472, 91);
     this.txtDelayed.Name      = "txtDelayed";
     this.txtDelayed.Size      = new System.Drawing.Size(115, 20);
     this.txtDelayed.TabIndex  = 227;
     this.txtDelayed.Text      = "0";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label8.Location = new System.Drawing.Point(336, 94);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(76, 17);
     this.label8.TabIndex = 226;
     this.label8.Text     = "&Days Delayed:";
     //
     // txtFined
     //
     this.txtFined.BackColor = System.Drawing.Color.White;
     this.txtFined.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtFined.ForeColor = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.txtFined.Location  = new System.Drawing.Point(472, 118);
     this.txtFined.Name      = "txtFined";
     this.txtFined.Size      = new System.Drawing.Size(115, 20);
     this.txtFined.TabIndex  = 229;
     this.txtFined.Text      = "0.00";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label9.Location = new System.Drawing.Point(336, 120);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(34, 17);
     this.label9.TabIndex = 228;
     this.label9.Text     = "&Fines:";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label10.Location = new System.Drawing.Point(337, 144);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(37, 17);
     this.label10.TabIndex = 230;
     this.label10.Text     = "&Notes:";
     //
     // txtNote
     //
     this.txtNote.Location   = new System.Drawing.Point(338, 162);
     this.txtNote.Multiline  = true;
     this.txtNote.Name       = "txtNote";
     this.txtNote.ScrollBars = System.Windows.Forms.ScrollBars.Both;
     this.txtNote.Size       = new System.Drawing.Size(288, 64);
     this.txtNote.TabIndex   = 231;
     this.txtNote.Text       = "";
     //
     // bttnUpdate
     //
     this.bttnUpdate.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnUpdate.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnUpdate.Location  = new System.Drawing.Point(458, 250);
     this.bttnUpdate.Name      = "bttnUpdate";
     this.bttnUpdate.Size      = new System.Drawing.Size(80, 25);
     this.bttnUpdate.TabIndex  = 233;
     this.bttnUpdate.Text      = "&Update";
     this.bttnUpdate.Click    += new System.EventHandler(this.bttnUpdate_Click);
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnCancel.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnCancel.Location     = new System.Drawing.Point(546, 250);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(80, 25);
     this.bttnCancel.TabIndex     = 232;
     this.bttnCancel.Text         = "&Cancel";
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // bttnCalculator
     //
     this.bttnCalculator.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.bttnCalculator.Image      = ((System.Drawing.Image)(resources.GetObject("bttnCalculator.Image")));
     this.bttnCalculator.ImageAlign = System.Drawing.ContentAlignment.BottomCenter;
     this.bttnCalculator.Location   = new System.Drawing.Point(590, 119);
     this.bttnCalculator.Name       = "bttnCalculator";
     this.bttnCalculator.Size       = new System.Drawing.Size(19, 20);
     this.bttnCalculator.TabIndex   = 234;
     this.bttnCalculator.Click     += new System.EventHandler(this.bttnCalculator_Click);
     //
     // bttnModification
     //
     this.bttnModification.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnModification.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnModification.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnModification.Location  = new System.Drawing.Point(8, 250);
     this.bttnModification.Name      = "bttnModification";
     this.bttnModification.Size      = new System.Drawing.Size(112, 25);
     this.bttnModification.TabIndex  = 235;
     this.bttnModification.Text      = "&Modification History";
     this.bttnModification.Click    += new System.EventHandler(this.bttnModification_Click);
     //
     // FORMBarrowedBooks_Returned
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(634, 288);
     this.Controls.Add(this.bttnModification);
     this.Controls.Add(this.bttnCalculator);
     this.Controls.Add(this.bttnUpdate);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.txtNote);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.txtFined);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.txtDelayed);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.txtDateDue);
     this.Controls.Add(this.txtDateBarrowed);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txtBarrowerName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtBarrowerID);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtBookTitle);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtBookNO);
     this.Controls.Add(this.label14);
     this.Controls.Add(this.dtReturn);
     this.Controls.Add(this.ctrlSeparator2);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.picLOGO);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMBarrowedBooks_Returned";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Return";
     this.Load           += new System.EventHandler(this.FORMBarrowedBooks_Returned_Load);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
     this.bttnSelect     = new System.Windows.Forms.Button();
     this.bttnCancel     = new System.Windows.Forms.Button();
     this.pictureBox1    = new System.Windows.Forms.PictureBox();
     this.listView1      = new System.Windows.Forms.ListView();
     this.chCategory     = new System.Windows.Forms.ColumnHeader();
     this.chDescription  = new System.Windows.Forms.ColumnHeader();
     this.chIndex        = new System.Windows.Forms.ColumnHeader();
     this.SuspendLayout();
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(4, 280);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(416, 2);
     this.ctrlSeparator1.TabIndex = 45;
     //
     // bttnSelect
     //
     this.bttnSelect.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnSelect.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnSelect.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnSelect.Location  = new System.Drawing.Point(214, 288);
     this.bttnSelect.Name      = "bttnSelect";
     this.bttnSelect.Size      = new System.Drawing.Size(100, 25);
     this.bttnSelect.TabIndex  = 213;
     this.bttnSelect.Text      = "&Select";
     this.bttnSelect.Click    += new System.EventHandler(this.bttnSelect_Click);
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnCancel.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnCancel.Location     = new System.Drawing.Point(321, 288);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(100, 25);
     this.bttnCancel.TabIndex     = 212;
     this.bttnCancel.Text         = "&Cancel";
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor   = System.Drawing.Color.White;
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pictureBox1.Location    = new System.Drawing.Point(6, 8);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(416, 264);
     this.pictureBox1.TabIndex    = 214;
     this.pictureBox1.TabStop     = false;
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chCategory,
         this.chDescription,
         this.chIndex
     });
     this.listView1.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.listView1.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.listView1.ForeColor     = System.Drawing.Color.Navy;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines     = true;
     this.listView1.HideSelection = false;
     this.listView1.Location      = new System.Drawing.Point(8, 10);
     this.listView1.MultiSelect   = false;
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(412, 261);
     this.listView1.TabIndex      = 215;
     this.listView1.View          = System.Windows.Forms.View.Details;
     this.listView1.DoubleClick  += new System.EventHandler(this.listView1_DoubleClick);
     //
     // chCategory
     //
     this.chCategory.Text  = "Category";
     this.chCategory.Width = 150;
     //
     // chDescription
     //
     this.chDescription.Text  = "Description";
     this.chDescription.Width = 240;
     //
     // chIndex
     //
     this.chIndex.Text  = "Index";
     this.chIndex.Width = 0;
     //
     // FORMCategory_View
     //
     this.AcceptButton      = this.bttnSelect;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.bttnCancel;
     this.ClientSize        = new System.Drawing.Size(426, 320);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.bttnSelect);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.ctrlSeparator1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMCategory_View";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Select Category";
     this.Load           += new System.EventHandler(this.FORMCategory_View_Load);
     this.ResumeLayout(false);
 }
Beispiel #8
0
        private void InitializeComponent()
        {
            System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FORMShortcuts));
            this.picLOGO        = new System.Windows.Forms.PictureBox();
            this.lblHeader      = new System.Windows.Forms.Label();
            this.picHeader      = new System.Windows.Forms.PictureBox();
            this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
            this.bttnCancel     = new System.Windows.Forms.Button();
            this.pictureBox1    = new System.Windows.Forms.PictureBox();
            this.txtKeys        = new System.Windows.Forms.TextBox();
            this.SuspendLayout();
            //
            // picLOGO
            //
            this.picLOGO.Image    = ((System.Drawing.Image)(resources.GetObject("picLOGO.Image")));
            this.picLOGO.Location = new System.Drawing.Point(16, 0);
            this.picLOGO.Name     = "picLOGO";
            this.picLOGO.Size     = new System.Drawing.Size(24, 24);
            this.picLOGO.TabIndex = 10;
            this.picLOGO.TabStop  = false;
            //
            // lblHeader
            //
            this.lblHeader.AutoSize  = true;
            this.lblHeader.BackColor = System.Drawing.Color.Transparent;
            this.lblHeader.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.lblHeader.Font      = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.lblHeader.ForeColor = System.Drawing.Color.White;
            this.lblHeader.Location  = new System.Drawing.Point(40, 4);
            this.lblHeader.Name      = "lblHeader";
            this.lblHeader.Size      = new System.Drawing.Size(118, 22);
            this.lblHeader.TabIndex  = 9;
            this.lblHeader.Text      = "Shortcut Keys";
            //
            // picHeader
            //
            this.picHeader.BackColor = System.Drawing.Color.Transparent;
            this.picHeader.Dock      = System.Windows.Forms.DockStyle.Top;
            this.picHeader.Location  = new System.Drawing.Point(0, 0);
            this.picHeader.Name      = "picHeader";
            this.picHeader.Size      = new System.Drawing.Size(319, 30);
            this.picHeader.TabIndex  = 8;
            this.picHeader.TabStop   = false;
            //
            // ctrlSeparator1
            //
            this.ctrlSeparator1.Location = new System.Drawing.Point(6, 440);
            this.ctrlSeparator1.Name     = "ctrlSeparator1";
            this.ctrlSeparator1.Size     = new System.Drawing.Size(306, 2);
            this.ctrlSeparator1.TabIndex = 11;
            //
            // bttnCancel
            //
            this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
            this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
            this.bttnCancel.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.bttnCancel.ForeColor    = System.Drawing.Color.Black;
            this.bttnCancel.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
            this.bttnCancel.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
            this.bttnCancel.Location     = new System.Drawing.Point(213, 450);
            this.bttnCancel.Name         = "bttnCancel";
            this.bttnCancel.Size         = new System.Drawing.Size(100, 30);
            this.bttnCancel.TabIndex     = 35;
            this.bttnCancel.Text         = "&Cancel";
            this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
            //
            // pictureBox1
            //
            this.pictureBox1.BackColor   = System.Drawing.Color.White;
            this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
            this.pictureBox1.Image       = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
            this.pictureBox1.Location    = new System.Drawing.Point(5, 40);
            this.pictureBox1.Name        = "pictureBox1";
            this.pictureBox1.Size        = new System.Drawing.Size(307, 392);
            this.pictureBox1.TabIndex    = 36;
            this.pictureBox1.TabStop     = false;
            //
            // txtKeys
            //
            this.txtKeys.BackColor   = System.Drawing.Color.White;
            this.txtKeys.BorderStyle = System.Windows.Forms.BorderStyle.None;
            this.txtKeys.Location    = new System.Drawing.Point(93, 52);
            this.txtKeys.Multiline   = true;
            this.txtKeys.Name        = "txtKeys";
            this.txtKeys.ReadOnly    = true;
            this.txtKeys.Size        = new System.Drawing.Size(210, 368);
            this.txtKeys.TabIndex    = 37;
            this.txtKeys.Text        = @"Librarian Records		Shift + F1
Libarary Setup		Shift + F2
Log Details		Shift + F3
Log-Off			Shift + F4
Exit Appliction		Shift + F5

Barrowers Records		Ctrl   + B 
Books Records		Ctrl   + O 
Barrowed Books		Ctrl   + A 
Due Books		Ctrl   + D 
Returned Books		Ctrl   + R 
Book Monitoring		Ctrl   + M 

Quick Inventory Report	F1	
Barrowers Report		F2	
Barrowers w/ Fines		F3	
Book Report		F4	
Barrowed Books Reports	F5	
Due Books Reports		F6	
Returned Books Reports	F7	

Calculator		Alt    + F1
Wordpad			Alt    + F2
Notepad			Alt    + F3
MS Paint			Alt    + F4
Normal Window		Alt    + F5
Minimized Window		Alt    + F6
Maximized Window		Alt    + F7"        ;
            //
            // FORMShortcuts
            //
            this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
            this.ClientSize        = new System.Drawing.Size(319, 488);
            this.Controls.Add(this.txtKeys);
            this.Controls.Add(this.pictureBox1);
            this.Controls.Add(this.bttnCancel);
            this.Controls.Add(this.lblHeader);
            this.Controls.Add(this.ctrlSeparator1);
            this.Controls.Add(this.picLOGO);
            this.Controls.Add(this.picHeader);
            this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
            this.MaximizeBox     = false;
            this.MinimizeBox     = false;
            this.Name            = "FORMShortcuts";
            this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
            this.Text            = "List of Key Shortcuts";
            this.Load           += new System.EventHandler(this.FORMShortcuts_Load);
            this.ResumeLayout(false);
        }
Beispiel #9
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FORMSearch));
     this.picLOGO        = new System.Windows.Forms.PictureBox();
     this.txtSearchText  = new System.Windows.Forms.TextBox();
     this.bttnCancel     = new System.Windows.Forms.Button();
     this.btnSearch      = new System.Windows.Forms.Button();
     this.label1         = new System.Windows.Forms.Label();
     this.label2         = new System.Windows.Forms.Label();
     this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
     this.cbLookIn       = new System.Windows.Forms.ComboBox();
     this.ctrlSeparator3 = new LibrarySystem.ctrlSeparator();
     this.label3         = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // picLOGO
     //
     this.picLOGO.Location = new System.Drawing.Point(8, 8);
     this.picLOGO.Name     = "picLOGO";
     this.picLOGO.Size     = new System.Drawing.Size(35, 31);
     this.picLOGO.TabIndex = 27;
     this.picLOGO.TabStop  = false;
     //
     // txtSearchText
     //
     this.txtSearchText.Location = new System.Drawing.Point(8, 88);
     this.txtSearchText.Name     = "txtSearchText";
     this.txtSearchText.Size     = new System.Drawing.Size(328, 21);
     this.txtSearchText.TabIndex = 25;
     this.txtSearchText.Text     = "Enter some text here!";
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnCancel.Location     = new System.Drawing.Point(264, 192);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(72, 24);
     this.bttnCancel.TabIndex     = 24;
     this.bttnCancel.Text         = "Close";
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // btnSearch
     //
     this.btnSearch.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.btnSearch.Location  = new System.Drawing.Point(184, 192);
     this.btnSearch.Name      = "btnSearch";
     this.btnSearch.Size      = new System.Drawing.Size(72, 24);
     this.btnSearch.TabIndex  = 23;
     this.btnSearch.Text      = "Search";
     this.btnSearch.Click    += new System.EventHandler(this.btnSearch_Click);
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(64, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(288, 48);
     this.label1.TabIndex = 28;
     this.label1.Text     = "Enter a text which you want to search and select a field where to locate it. Clic" +
                            "k \'Cancel\' if you want to cancel searching of records";
     //
     // label2
     //
     this.label2.Location = new System.Drawing.Point(8, 72);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(88, 16);
     this.label2.TabIndex = 29;
     this.label2.Text     = "Search for:";
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(8, 56);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(328, 2);
     this.ctrlSeparator1.TabIndex = 30;
     //
     // cbLookIn
     //
     this.cbLookIn.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.cbLookIn.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbLookIn.Location      = new System.Drawing.Point(8, 139);
     this.cbLookIn.Name          = "cbLookIn";
     this.cbLookIn.Size          = new System.Drawing.Size(328, 21);
     this.cbLookIn.TabIndex      = 31;
     //
     // ctrlSeparator3
     //
     this.ctrlSeparator3.Location = new System.Drawing.Point(8, 184);
     this.ctrlSeparator3.Name     = "ctrlSeparator3";
     this.ctrlSeparator3.Size     = new System.Drawing.Size(328, 2);
     this.ctrlSeparator3.TabIndex = 0;
     //
     // label3
     //
     this.label3.Location = new System.Drawing.Point(8, 120);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(96, 16);
     this.label3.TabIndex = 32;
     this.label3.Text     = "Look in:";
     //
     // FORMSearch
     //
     this.AcceptButton      = this.btnSearch;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.bttnCancel;
     this.ClientSize        = new System.Drawing.Size(346, 224);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.ctrlSeparator3);
     this.Controls.Add(this.cbLookIn);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.picLOGO);
     this.Controls.Add(this.txtSearchText);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.btnSearch);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMSearch";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Search";
     this.Load           += new System.EventHandler(this.FORMSearch_Load);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FORMLibrarian_Modify));
     this.ctrlSeparator1   = new LibrarySystem.ctrlSeparator();
     this.label1           = new System.Windows.Forms.Label();
     this.picLOGO          = new System.Windows.Forms.PictureBox();
     this.txtLibraryID     = new System.Windows.Forms.TextBox();
     this.label2           = new System.Windows.Forms.Label();
     this.txtFirstName     = new System.Windows.Forms.TextBox();
     this.label3           = new System.Windows.Forms.Label();
     this.txtMiddleName    = new System.Windows.Forms.TextBox();
     this.label4           = new System.Windows.Forms.Label();
     this.txtLastName      = new System.Windows.Forms.TextBox();
     this.label5           = new System.Windows.Forms.Label();
     this.txtStreetAddress = new System.Windows.Forms.TextBox();
     this.label6           = new System.Windows.Forms.Label();
     this.txtCity          = new System.Windows.Forms.TextBox();
     this.label7           = new System.Windows.Forms.Label();
     this.txtProvince      = new System.Windows.Forms.TextBox();
     this.label8           = new System.Windows.Forms.Label();
     this.txtZipCode       = new System.Windows.Forms.TextBox();
     this.label9           = new System.Windows.Forms.Label();
     this.bttnZipCode      = new System.Windows.Forms.Button();
     this.bttnPicture      = new System.Windows.Forms.Button();
     this.picLibrarian     = new System.Windows.Forms.PictureBox();
     this.txtContactNo     = new System.Windows.Forms.TextBox();
     this.label10          = new System.Windows.Forms.Label();
     this.bttnEmailAdd     = new System.Windows.Forms.Button();
     this.txtEmailAdd      = new System.Windows.Forms.TextBox();
     this.label11          = new System.Windows.Forms.Label();
     this.txtPassword      = new System.Windows.Forms.TextBox();
     this.label12          = new System.Windows.Forms.Label();
     this.txtUserID        = new System.Windows.Forms.TextBox();
     this.label13          = new System.Windows.Forms.Label();
     this.ctrlSeparator2   = new LibrarySystem.ctrlSeparator();
     this.bttnCancel       = new System.Windows.Forms.Button();
     this.bttnReset        = new System.Windows.Forms.Button();
     this.bttnUpdate       = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(8, 50);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(453, 2);
     this.ctrlSeparator1.TabIndex = 33;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(48, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(440, 40);
     this.label1.TabIndex = 32;
     this.label1.Text     = "Fill all the fields bellow and click \'Update\' or \'Save\' button to be able to Add " +
                            "or Save changes in records.Click \'Reset\'  to clear all fields and \'Cancel\'  if y" +
                            "ou want to cancel.";
     //
     // picLOGO
     //
     this.picLOGO.Location = new System.Drawing.Point(8, 8);
     this.picLOGO.Name     = "picLOGO";
     this.picLOGO.Size     = new System.Drawing.Size(35, 31);
     this.picLOGO.TabIndex = 31;
     this.picLOGO.TabStop  = false;
     //
     // txtLibraryID
     //
     this.txtLibraryID.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtLibraryID.Location = new System.Drawing.Point(95, 63);
     this.txtLibraryID.Name     = "txtLibraryID";
     this.txtLibraryID.Size     = new System.Drawing.Size(209, 20);
     this.txtLibraryID.TabIndex = 35;
     this.txtLibraryID.Text     = "";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(8, 63);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(58, 17);
     this.label2.TabIndex = 34;
     this.label2.Text     = "&Library ID:";
     //
     // txtFirstName
     //
     this.txtFirstName.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtFirstName.Location = new System.Drawing.Point(95, 89);
     this.txtFirstName.Name     = "txtFirstName";
     this.txtFirstName.Size     = new System.Drawing.Size(209, 20);
     this.txtFirstName.TabIndex = 37;
     this.txtFirstName.Text     = "";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 89);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(62, 17);
     this.label3.TabIndex = 36;
     this.label3.Text     = "&First Name:";
     //
     // txtMiddleName
     //
     this.txtMiddleName.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtMiddleName.Location = new System.Drawing.Point(95, 115);
     this.txtMiddleName.Name     = "txtMiddleName";
     this.txtMiddleName.Size     = new System.Drawing.Size(209, 20);
     this.txtMiddleName.TabIndex = 39;
     this.txtMiddleName.Text     = "";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.Location = new System.Drawing.Point(8, 115);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(73, 17);
     this.label4.TabIndex = 38;
     this.label4.Text     = "&Middle Name:";
     //
     // txtLastName
     //
     this.txtLastName.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtLastName.Location = new System.Drawing.Point(95, 141);
     this.txtLastName.Name     = "txtLastName";
     this.txtLastName.Size     = new System.Drawing.Size(209, 20);
     this.txtLastName.TabIndex = 41;
     this.txtLastName.Text     = "";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.Location = new System.Drawing.Point(8, 141);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(61, 17);
     this.label5.TabIndex = 40;
     this.label5.Text     = "&Last Name:";
     //
     // txtStreetAddress
     //
     this.txtStreetAddress.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtStreetAddress.Location = new System.Drawing.Point(95, 167);
     this.txtStreetAddress.Name     = "txtStreetAddress";
     this.txtStreetAddress.Size     = new System.Drawing.Size(233, 20);
     this.txtStreetAddress.TabIndex = 43;
     this.txtStreetAddress.Text     = "";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label6.Location = new System.Drawing.Point(8, 167);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(81, 17);
     this.label6.TabIndex = 42;
     this.label6.Text     = "&Street Address:";
     //
     // txtCity
     //
     this.txtCity.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtCity.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtCity.Location  = new System.Drawing.Point(95, 197);
     this.txtCity.Name      = "txtCity";
     this.txtCity.ReadOnly  = true;
     this.txtCity.Size      = new System.Drawing.Size(209, 20);
     this.txtCity.TabIndex  = 45;
     this.txtCity.Text      = "";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label7.Location = new System.Drawing.Point(7, 197);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(59, 17);
     this.label7.TabIndex = 44;
     this.label7.Text     = "&City/Town:";
     //
     // txtProvince
     //
     this.txtProvince.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtProvince.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtProvince.Location  = new System.Drawing.Point(95, 225);
     this.txtProvince.Name      = "txtProvince";
     this.txtProvince.ReadOnly  = true;
     this.txtProvince.Size      = new System.Drawing.Size(209, 20);
     this.txtProvince.TabIndex  = 47;
     this.txtProvince.Text      = "";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label8.Location = new System.Drawing.Point(8, 225);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(81, 17);
     this.label8.TabIndex = 46;
     this.label8.Text     = "&State/Province:";
     //
     // txtZipCode
     //
     this.txtZipCode.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtZipCode.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtZipCode.Location  = new System.Drawing.Point(95, 255);
     this.txtZipCode.Name      = "txtZipCode";
     this.txtZipCode.ReadOnly  = true;
     this.txtZipCode.Size      = new System.Drawing.Size(161, 20);
     this.txtZipCode.TabIndex  = 49;
     this.txtZipCode.Text      = "";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label9.Location = new System.Drawing.Point(7, 255);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(52, 17);
     this.label9.TabIndex = 48;
     this.label9.Text     = "&Zip Code:";
     //
     // bttnZipCode
     //
     this.bttnZipCode.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.bttnZipCode.Image    = ((System.Drawing.Image)(resources.GetObject("bttnZipCode.Image")));
     this.bttnZipCode.Location = new System.Drawing.Point(258, 255);
     this.bttnZipCode.Name     = "bttnZipCode";
     this.bttnZipCode.Size     = new System.Drawing.Size(21, 20);
     this.bttnZipCode.TabIndex = 50;
     this.bttnZipCode.Click   += new System.EventHandler(this.bttnZipCode_Click);
     //
     // bttnPicture
     //
     this.bttnPicture.BackColor = System.Drawing.SystemColors.Control;
     this.bttnPicture.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnPicture.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnPicture.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnPicture.Location  = new System.Drawing.Point(368, 166);
     this.bttnPicture.Name      = "bttnPicture";
     this.bttnPicture.Size      = new System.Drawing.Size(88, 24);
     this.bttnPicture.TabIndex  = 131;
     this.bttnPicture.Text      = "Change Picture";
     this.bttnPicture.Click    += new System.EventHandler(this.bttnPicture_Click);
     //
     // picLibrarian
     //
     this.picLibrarian.BackColor   = System.Drawing.Color.White;
     this.picLibrarian.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
     this.picLibrarian.Font        = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.picLibrarian.Location    = new System.Drawing.Point(368, 62);
     this.picLibrarian.Name        = "picLibrarian";
     this.picLibrarian.Size        = new System.Drawing.Size(88, 96);
     this.picLibrarian.SizeMode    = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
     this.picLibrarian.TabIndex    = 130;
     this.picLibrarian.TabStop     = false;
     //
     // txtContactNo
     //
     this.txtContactNo.Font     = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtContactNo.Location = new System.Drawing.Point(95, 283);
     this.txtContactNo.Name     = "txtContactNo";
     this.txtContactNo.Size     = new System.Drawing.Size(185, 20);
     this.txtContactNo.TabIndex = 133;
     this.txtContactNo.Text     = "";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label10.Location = new System.Drawing.Point(5, 283);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(89, 17);
     this.label10.TabIndex = 132;
     this.label10.Text     = "&Contact Number:";
     //
     // bttnEmailAdd
     //
     this.bttnEmailAdd.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.bttnEmailAdd.Image    = ((System.Drawing.Image)(resources.GetObject("bttnEmailAdd.Image")));
     this.bttnEmailAdd.Location = new System.Drawing.Point(282, 311);
     this.bttnEmailAdd.Name     = "bttnEmailAdd";
     this.bttnEmailAdd.Size     = new System.Drawing.Size(21, 20);
     this.bttnEmailAdd.TabIndex = 136;
     this.bttnEmailAdd.Click   += new System.EventHandler(this.bttnEmailAdd_Click);
     //
     // txtEmailAdd
     //
     this.txtEmailAdd.Font      = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtEmailAdd.ForeColor = System.Drawing.Color.Blue;
     this.txtEmailAdd.Location  = new System.Drawing.Point(95, 311);
     this.txtEmailAdd.Name      = "txtEmailAdd";
     this.txtEmailAdd.Size      = new System.Drawing.Size(185, 20);
     this.txtEmailAdd.TabIndex  = 135;
     this.txtEmailAdd.Text      = "";
     //
     // label11
     //
     this.label11.AutoSize = true;
     this.label11.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label11.Location = new System.Drawing.Point(6, 312);
     this.label11.Name     = "label11";
     this.label11.Size     = new System.Drawing.Size(78, 17);
     this.label11.TabIndex = 134;
     this.label11.Text     = "&Email Address:";
     //
     // txtPassword
     //
     this.txtPassword.Font         = new System.Drawing.Font("Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtPassword.ForeColor    = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.txtPassword.Location     = new System.Drawing.Point(96, 379);
     this.txtPassword.Name         = "txtPassword";
     this.txtPassword.PasswordChar = '*';
     this.txtPassword.Size         = new System.Drawing.Size(211, 20);
     this.txtPassword.TabIndex     = 140;
     this.txtPassword.Text         = "";
     //
     // label12
     //
     this.label12.AutoSize = true;
     this.label12.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label12.Location = new System.Drawing.Point(7, 379);
     this.label12.Name     = "label12";
     this.label12.Size     = new System.Drawing.Size(81, 17);
     this.label12.TabIndex = 139;
     this.label12.Text     = "User &Password:"******"Arial", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtUserID.Location = new System.Drawing.Point(96, 352);
     this.txtUserID.Name     = "txtUserID";
     this.txtUserID.Size     = new System.Drawing.Size(211, 20);
     this.txtUserID.TabIndex = 138;
     this.txtUserID.Text     = "";
     //
     // label13
     //
     this.label13.AutoSize = true;
     this.label13.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label13.Location = new System.Drawing.Point(7, 352);
     this.label13.Name     = "label13";
     this.label13.Size     = new System.Drawing.Size(63, 17);
     this.label13.TabIndex = 137;
     this.label13.Text     = "&User Name:";
     //
     // ctrlSeparator2
     //
     this.ctrlSeparator2.Location = new System.Drawing.Point(8, 413);
     this.ctrlSeparator2.Name     = "ctrlSeparator2";
     this.ctrlSeparator2.Size     = new System.Drawing.Size(450, 2);
     this.ctrlSeparator2.TabIndex = 142;
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnCancel.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnCancel.Location     = new System.Drawing.Point(371, 427);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(88, 26);
     this.bttnCancel.TabIndex     = 0;
     this.bttnCancel.Text         = "&Cancel";
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // bttnReset
     //
     this.bttnReset.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnReset.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnReset.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnReset.Location  = new System.Drawing.Point(277, 427);
     this.bttnReset.Name      = "bttnReset";
     this.bttnReset.Size      = new System.Drawing.Size(88, 26);
     this.bttnReset.TabIndex  = 146;
     this.bttnReset.Text      = "&Reset";
     this.bttnReset.Click    += new System.EventHandler(this.bttnReset_Click);
     //
     // bttnUpdate
     //
     this.bttnUpdate.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnUpdate.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnUpdate.Location  = new System.Drawing.Point(182, 427);
     this.bttnUpdate.Name      = "bttnUpdate";
     this.bttnUpdate.Size      = new System.Drawing.Size(88, 26);
     this.bttnUpdate.TabIndex  = 147;
     this.bttnUpdate.Text      = "&Update";
     this.bttnUpdate.Click    += new System.EventHandler(this.bttnUpdate_Click);
     //
     // FORMLibrarian_Modify
     //
     this.AcceptButton      = this.bttnUpdate;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.bttnCancel;
     this.ClientSize        = new System.Drawing.Size(466, 464);
     this.Controls.Add(this.bttnUpdate);
     this.Controls.Add(this.bttnReset);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.ctrlSeparator2);
     this.Controls.Add(this.txtPassword);
     this.Controls.Add(this.label12);
     this.Controls.Add(this.txtUserID);
     this.Controls.Add(this.label13);
     this.Controls.Add(this.txtEmailAdd);
     this.Controls.Add(this.label11);
     this.Controls.Add(this.txtContactNo);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.txtZipCode);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.txtProvince);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.txtCity);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.txtStreetAddress);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.txtLastName);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtMiddleName);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtFirstName);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtLibraryID);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.bttnEmailAdd);
     this.Controls.Add(this.bttnPicture);
     this.Controls.Add(this.picLibrarian);
     this.Controls.Add(this.bttnZipCode);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.picLOGO);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMLibrarian_Modify";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Add New";
     this.Load           += new System.EventHandler(this.FORMLibrarian_Modify_Load);
     this.ResumeLayout(false);
 }
Beispiel #11
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FORMAbout));
     this.picLOGO        = new System.Windows.Forms.PictureBox();
     this.lblHeader      = new System.Windows.Forms.Label();
     this.picHeader      = new System.Windows.Forms.PictureBox();
     this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
     this.label1         = new System.Windows.Forms.Label();
     this.bttnOK         = new System.Windows.Forms.Button();
     this.bttnInfo       = new System.Windows.Forms.Button();
     this.picSPLASH      = new System.Windows.Forms.PictureBox();
     this.label3         = new System.Windows.Forms.Label();
     this.pictureBox1    = new System.Windows.Forms.PictureBox();
     this.SuspendLayout();
     //
     // picLOGO
     //
     this.picLOGO.Image    = ((System.Drawing.Image)(resources.GetObject("picLOGO.Image")));
     this.picLOGO.Location = new System.Drawing.Point(16, 0);
     this.picLOGO.Name     = "picLOGO";
     this.picLOGO.Size     = new System.Drawing.Size(24, 24);
     this.picLOGO.TabIndex = 7;
     this.picLOGO.TabStop  = false;
     //
     // lblHeader
     //
     this.lblHeader.AutoSize  = true;
     this.lblHeader.BackColor = System.Drawing.Color.Transparent;
     this.lblHeader.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lblHeader.Font      = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblHeader.ForeColor = System.Drawing.Color.White;
     this.lblHeader.Location  = new System.Drawing.Point(40, 4);
     this.lblHeader.Name      = "lblHeader";
     this.lblHeader.Size      = new System.Drawing.Size(163, 22);
     this.lblHeader.TabIndex  = 6;
     this.lblHeader.Text      = "Product Information";
     //
     // picHeader
     //
     this.picHeader.BackColor = System.Drawing.Color.Transparent;
     this.picHeader.Dock      = System.Windows.Forms.DockStyle.Top;
     this.picHeader.Location  = new System.Drawing.Point(0, 0);
     this.picHeader.Name      = "picHeader";
     this.picHeader.Size      = new System.Drawing.Size(450, 30);
     this.picHeader.TabIndex  = 5;
     this.picHeader.TabStop   = false;
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(8, 249);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(432, 2);
     this.ctrlSeparator1.TabIndex = 9;
     //
     // label1
     //
     this.label1.ForeColor = System.Drawing.Color.Brown;
     this.label1.Location  = new System.Drawing.Point(8, 261);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(336, 48);
     this.label1.TabIndex  = 10;
     this.label1.Text      = "Warning: This software is copyright 2006 by Jaslad Solutions. Any form of selling" +
                             " or reproduction of this software without permission from the author is strictly" +
                             " prohibited.";
     //
     // bttnOK
     //
     this.bttnOK.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnOK.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnOK.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnOK.Location     = new System.Drawing.Point(344, 261);
     this.bttnOK.Name         = "bttnOK";
     this.bttnOK.Size         = new System.Drawing.Size(96, 25);
     this.bttnOK.TabIndex     = 11;
     this.bttnOK.Text         = "&OK";
     this.bttnOK.Click       += new System.EventHandler(this.bttnOK_Click);
     //
     // bttnInfo
     //
     this.bttnInfo.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnInfo.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnInfo.Location  = new System.Drawing.Point(344, 293);
     this.bttnInfo.Name      = "bttnInfo";
     this.bttnInfo.Size      = new System.Drawing.Size(96, 23);
     this.bttnInfo.TabIndex  = 0;
     this.bttnInfo.Text      = "&System Info...";
     this.bttnInfo.Click    += new System.EventHandler(this.bttnInfo_Click);
     //
     // picSPLASH
     //
     this.picSPLASH.BackColor   = System.Drawing.Color.White;
     this.picSPLASH.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.picSPLASH.Location    = new System.Drawing.Point(8, 40);
     this.picSPLASH.Name        = "picSPLASH";
     this.picSPLASH.Size        = new System.Drawing.Size(432, 200);
     this.picSPLASH.TabIndex    = 14;
     this.picSPLASH.TabStop     = false;
     //
     // label3
     //
     this.label3.BackColor = System.Drawing.Color.White;
     this.label3.Location  = new System.Drawing.Point(112, 64);
     this.label3.Name      = "label3";
     this.label3.Size      = new System.Drawing.Size(320, 80);
     this.label3.TabIndex  = 16;
     this.label3.Text      = @"This software was designed for library purpose only. This system can be able to speed-up the proccess of barrowing of books, searching of books, monitoring of due and barrowed books in the library per school year. The system also do all the reporting you needs for  your hard copy of data.";
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor = System.Drawing.Color.White;
     this.pictureBox1.Location  = new System.Drawing.Point(120, 48);
     this.pictureBox1.Name      = "pictureBox1";
     this.pictureBox1.Size      = new System.Drawing.Size(312, 16);
     this.pictureBox1.TabIndex  = 17;
     this.pictureBox1.TabStop   = false;
     //
     // FORMAbout
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(450, 328);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.picSPLASH);
     this.Controls.Add(this.lblHeader);
     this.Controls.Add(this.bttnInfo);
     this.Controls.Add(this.bttnOK);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.picLOGO);
     this.Controls.Add(this.picHeader);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMAbout";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "About the System";
     this.Load           += new System.EventHandler(this.FORMAbout_Load);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.bttReload      = new System.Windows.Forms.Button();
     this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
     this.lvBooks        = new System.Windows.Forms.ListView();
     this.ChBarrowerID   = new System.Windows.Forms.ColumnHeader();
     this.chBarrowerName = new System.Windows.Forms.ColumnHeader();
     this.chCourse       = new System.Windows.Forms.ColumnHeader();
     this.chBarrowed     = new System.Windows.Forms.ColumnHeader();
     this.chReturned     = new System.Windows.Forms.ColumnHeader();
     this.picFill        = new System.Windows.Forms.PictureBox();
     this.bttnSearch     = new System.Windows.Forms.Button();
     this.bttnCancel     = new System.Windows.Forms.Button();
     this.label1         = new System.Windows.Forms.Label();
     this.cbLevel        = new System.Windows.Forms.ComboBox();
     this.label10        = new System.Windows.Forms.Label();
     this.label8         = new System.Windows.Forms.Label();
     this.cbYear         = new System.Windows.Forms.ComboBox();
     this.SuspendLayout();
     //
     // bttReload
     //
     this.bttReload.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttReload.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttReload.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttReload.Location  = new System.Drawing.Point(471, 414);
     this.bttReload.Name      = "bttReload";
     this.bttReload.Size      = new System.Drawing.Size(80, 25);
     this.bttReload.TabIndex  = 243;
     this.bttReload.Text      = "&Reload";
     this.bttReload.Click    += new System.EventHandler(this.bttReload_Click);
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(6, 400);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(632, 2);
     this.ctrlSeparator1.TabIndex = 241;
     //
     // lvBooks
     //
     this.lvBooks.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvBooks.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lvBooks.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ChBarrowerID,
         this.chBarrowerName,
         this.chCourse,
         this.chBarrowed,
         this.chReturned
     });
     this.lvBooks.Cursor         = System.Windows.Forms.Cursors.Hand;
     this.lvBooks.Font           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lvBooks.ForeColor      = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.lvBooks.FullRowSelect  = true;
     this.lvBooks.GridLines      = true;
     this.lvBooks.HideSelection  = false;
     this.lvBooks.HoverSelection = true;
     this.lvBooks.Location       = new System.Drawing.Point(6, 36);
     this.lvBooks.MultiSelect    = false;
     this.lvBooks.Name           = "lvBooks";
     this.lvBooks.Size           = new System.Drawing.Size(630, 332);
     this.lvBooks.TabIndex       = 240;
     this.lvBooks.View           = System.Windows.Forms.View.Details;
     //
     // ChBarrowerID
     //
     this.ChBarrowerID.Text  = "Barrower ID";
     this.ChBarrowerID.Width = 150;
     //
     // chBarrowerName
     //
     this.chBarrowerName.Text  = "Barrower Name";
     this.chBarrowerName.Width = 300;
     //
     // chCourse
     //
     this.chCourse.Text  = "Course";
     this.chCourse.Width = 150;
     //
     // chBarrowed
     //
     this.chBarrowed.Text  = "Date Barrowed";
     this.chBarrowed.Width = 300;
     //
     // chReturned
     //
     this.chReturned.Text  = "Date Returned";
     this.chReturned.Width = 300;
     //
     // picFill
     //
     this.picFill.BackColor   = System.Drawing.Color.White;
     this.picFill.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.picFill.Location    = new System.Drawing.Point(4, 34);
     this.picFill.Name        = "picFill";
     this.picFill.Size        = new System.Drawing.Size(635, 336);
     this.picFill.TabIndex    = 239;
     this.picFill.TabStop     = false;
     //
     // bttnSearch
     //
     this.bttnSearch.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnSearch.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnSearch.Location  = new System.Drawing.Point(384, 414);
     this.bttnSearch.Name      = "bttnSearch";
     this.bttnSearch.Size      = new System.Drawing.Size(80, 25);
     this.bttnSearch.TabIndex  = 244;
     this.bttnSearch.Text      = "&Search";
     this.bttnSearch.Click    += new System.EventHandler(this.bttnSearch_Click);
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnCancel.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnCancel.Location     = new System.Drawing.Point(559, 414);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(80, 25);
     this.bttnCancel.TabIndex     = 242;
     this.bttnCancel.Text         = "&Cancel";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.DarkGray;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(-2, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(648, 20);
     this.label1.TabIndex  = 238;
     this.label1.Text      = "  Barrowers History Viewer";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // cbLevel
     //
     this.cbLevel.Cursor                = System.Windows.Forms.Cursors.Hand;
     this.cbLevel.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbLevel.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cbLevel.Location              = new System.Drawing.Point(488, 376);
     this.cbLevel.Name                  = "cbLevel";
     this.cbLevel.Size                  = new System.Drawing.Size(152, 21);
     this.cbLevel.TabIndex              = 249;
     this.cbLevel.SelectedIndexChanged += new System.EventHandler(this.cbLevel_SelectedIndexChanged);
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label10.Location = new System.Drawing.Point(421, 378);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(67, 17);
     this.label10.TabIndex = 248;
     this.label10.Text     = "Select Level:";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label8.Location = new System.Drawing.Point(8, 378);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(67, 17);
     this.label8.TabIndex = 246;
     this.label8.Text     = "School Year:";
     //
     // cbYear
     //
     this.cbYear.Cursor                = System.Windows.Forms.Cursors.Hand;
     this.cbYear.DropDownStyle         = System.Windows.Forms.ComboBoxStyle.DropDownList;
     this.cbYear.Font                  = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.cbYear.Location              = new System.Drawing.Point(80, 376);
     this.cbYear.Name                  = "cbYear";
     this.cbYear.Size                  = new System.Drawing.Size(232, 21);
     this.cbYear.TabIndex              = 247;
     this.cbYear.SelectedIndexChanged += new System.EventHandler(this.cbYear_SelectedIndexChanged);
     //
     // FORMBarrowedBooks_Barrowers
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(644, 446);
     this.Controls.Add(this.cbLevel);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.cbYear);
     this.Controls.Add(this.bttReload);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.lvBooks);
     this.Controls.Add(this.picFill);
     this.Controls.Add(this.bttnSearch);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.label1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMBarrowedBooks_Barrowers";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Barrowers History Viewer";
     this.Load           += new System.EventHandler(this.FORMBarrowedBooks_Barrowers_Load);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
     this.txtYearStart   = new System.Windows.Forms.TextBox();
     this.lblCity        = new System.Windows.Forms.Label();
     this.label1         = new System.Windows.Forms.Label();
     this.txtYearEnd     = new System.Windows.Forms.TextBox();
     this.bttnCancel     = new System.Windows.Forms.Button();
     this.bttnAddNew     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(13, 44);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(192, 2);
     this.ctrlSeparator1.TabIndex = 32;
     //
     // txtYearStart
     //
     this.txtYearStart.Location     = new System.Drawing.Point(72, 12);
     this.txtYearStart.MaxLength    = 4;
     this.txtYearStart.Name         = "txtYearStart";
     this.txtYearStart.Size         = new System.Drawing.Size(56, 21);
     this.txtYearStart.TabIndex     = 27;
     this.txtYearStart.Text         = "";
     this.txtYearStart.TextChanged += new System.EventHandler(this.txtYearStart_TextChanged);
     //
     // lblCity
     //
     this.lblCity.AutoSize = true;
     this.lblCity.Location = new System.Drawing.Point(8, 12);
     this.lblCity.Name     = "lblCity";
     this.lblCity.Size     = new System.Drawing.Size(67, 17);
     this.lblCity.TabIndex = 26;
     this.lblCity.Text     = "School Year:";
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.Location  = new System.Drawing.Point(130, 11);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(22, 16);
     this.label1.TabIndex  = 35;
     this.label1.Text      = "____";
     //
     // txtYearEnd
     //
     this.txtYearEnd.BackColor = System.Drawing.Color.White;
     this.txtYearEnd.Location  = new System.Drawing.Point(149, 13);
     this.txtYearEnd.MaxLength = 4;
     this.txtYearEnd.Name      = "txtYearEnd";
     this.txtYearEnd.ReadOnly  = true;
     this.txtYearEnd.Size      = new System.Drawing.Size(56, 21);
     this.txtYearEnd.TabIndex  = 36;
     this.txtYearEnd.Text      = "";
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnCancel.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.bttnCancel.Location     = new System.Drawing.Point(136, 51);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(72, 25);
     this.bttnCancel.TabIndex     = 38;
     this.bttnCancel.Text         = "   &Cancel";
     //
     // bttnAddNew
     //
     this.bttnAddNew.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.bttnAddNew.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.bttnAddNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.bttnAddNew.Location   = new System.Drawing.Point(66, 51);
     this.bttnAddNew.Name       = "bttnAddNew";
     this.bttnAddNew.Size       = new System.Drawing.Size(64, 25);
     this.bttnAddNew.TabIndex   = 39;
     this.bttnAddNew.Text       = "    &Save";
     this.bttnAddNew.Click     += new System.EventHandler(this.bttnAddNew_Click);
     //
     // FORMSchoolYear_Modify
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.bttnCancel;
     this.ClientSize        = new System.Drawing.Size(210, 80);
     this.Controls.Add(this.bttnAddNew);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.txtYearEnd);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.txtYearStart);
     this.Controls.Add(this.lblCity);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMSchoolYear_Modify";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Add New";
     this.Load           += new System.EventHandler(this.FORMSchoolYear_Modify_Load);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.label1         = new System.Windows.Forms.Label();
     this.lvBooks        = new System.Windows.Forms.ListView();
     this.ChBookNO       = new System.Windows.Forms.ColumnHeader();
     this.chBookTitle    = new System.Windows.Forms.ColumnHeader();
     this.chCategoty     = new System.Windows.Forms.ColumnHeader();
     this.chBarrowed     = new System.Windows.Forms.ColumnHeader();
     this.chReturned     = new System.Windows.Forms.ColumnHeader();
     this.picFill        = new System.Windows.Forms.PictureBox();
     this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
     this.bttReload      = new System.Windows.Forms.Button();
     this.bttnCancel     = new System.Windows.Forms.Button();
     this.bttnSearch     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.DarkGray;
     this.label1.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.ForeColor = System.Drawing.Color.White;
     this.label1.Location  = new System.Drawing.Point(0, 8);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(648, 20);
     this.label1.TabIndex  = 0;
     this.label1.Text      = "  Barrowed History Viewer";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // lvBooks
     //
     this.lvBooks.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                  | System.Windows.Forms.AnchorStyles.Left)
                                                                 | System.Windows.Forms.AnchorStyles.Right)));
     this.lvBooks.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.lvBooks.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.ChBookNO,
         this.chBookTitle,
         this.chCategoty,
         this.chBarrowed,
         this.chReturned
     });
     this.lvBooks.Cursor         = System.Windows.Forms.Cursors.Hand;
     this.lvBooks.Font           = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lvBooks.ForeColor      = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.lvBooks.FullRowSelect  = true;
     this.lvBooks.GridLines      = true;
     this.lvBooks.HideSelection  = false;
     this.lvBooks.HoverSelection = true;
     this.lvBooks.Location       = new System.Drawing.Point(8, 36);
     this.lvBooks.MultiSelect    = false;
     this.lvBooks.Name           = "lvBooks";
     this.lvBooks.Size           = new System.Drawing.Size(630, 350);
     this.lvBooks.TabIndex       = 122;
     this.lvBooks.View           = System.Windows.Forms.View.Details;
     //
     // ChBookNO
     //
     this.ChBookNO.Text  = "Book Number";
     this.ChBookNO.Width = 150;
     //
     // chBookTitle
     //
     this.chBookTitle.Text  = "Book Title";
     this.chBookTitle.Width = 300;
     //
     // chCategoty
     //
     this.chCategoty.Text  = "Categoty Name";
     this.chCategoty.Width = 150;
     //
     // chBarrowed
     //
     this.chBarrowed.Text  = "Date Barrowed";
     this.chBarrowed.Width = 300;
     //
     // chReturned
     //
     this.chReturned.Text  = "Date Returned";
     this.chReturned.Width = 300;
     //
     // picFill
     //
     this.picFill.BackColor   = System.Drawing.Color.White;
     this.picFill.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.picFill.Location    = new System.Drawing.Point(6, 34);
     this.picFill.Name        = "picFill";
     this.picFill.Size        = new System.Drawing.Size(635, 354);
     this.picFill.TabIndex    = 121;
     this.picFill.TabStop     = false;
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(8, 400);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(632, 2);
     this.ctrlSeparator1.TabIndex = 123;
     //
     // bttReload
     //
     this.bttReload.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttReload.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttReload.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttReload.Location  = new System.Drawing.Point(473, 414);
     this.bttReload.Name      = "bttReload";
     this.bttReload.Size      = new System.Drawing.Size(80, 25);
     this.bttReload.TabIndex  = 235;
     this.bttReload.Text      = "&Reload";
     this.bttReload.Click    += new System.EventHandler(this.bttReload_Click);
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnCancel.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnCancel.Location     = new System.Drawing.Point(561, 414);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(80, 25);
     this.bttnCancel.TabIndex     = 234;
     this.bttnCancel.Text         = "&Cancel";
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // bttnSearch
     //
     this.bttnSearch.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnSearch.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnSearch.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnSearch.Location  = new System.Drawing.Point(386, 414);
     this.bttnSearch.Name      = "bttnSearch";
     this.bttnSearch.Size      = new System.Drawing.Size(80, 25);
     this.bttnSearch.TabIndex  = 236;
     this.bttnSearch.Text      = "&Search";
     this.bttnSearch.Click    += new System.EventHandler(this.bttnSearch_Click);
     //
     // FORMBarrowedBooks_History
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.bttnCancel;
     this.ClientSize        = new System.Drawing.Size(646, 448);
     this.Controls.Add(this.bttnSearch);
     this.Controls.Add(this.bttReload);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.lvBooks);
     this.Controls.Add(this.picFill);
     this.Controls.Add(this.label1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMBarrowedBooks_History";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Barrowed History Viewer";
     this.Load           += new System.EventHandler(this.FORMBarrowedBooks_History_Load);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FORMZipCodes_View));
     this.picLOGO        = new System.Windows.Forms.PictureBox();
     this.lblHeader      = new System.Windows.Forms.Label();
     this.picHeader      = new System.Windows.Forms.PictureBox();
     this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
     this.bttnCancel     = new System.Windows.Forms.Button();
     this.pictureBox1    = new System.Windows.Forms.PictureBox();
     this.listView1      = new System.Windows.Forms.ListView();
     this.chCity         = new System.Windows.Forms.ColumnHeader();
     this.chProvince     = new System.Windows.Forms.ColumnHeader();
     this.chZip          = new System.Windows.Forms.ColumnHeader();
     this.bttnSelect     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // picLOGO
     //
     this.picLOGO.Image    = ((System.Drawing.Image)(resources.GetObject("picLOGO.Image")));
     this.picLOGO.Location = new System.Drawing.Point(16, 0);
     this.picLOGO.Name     = "picLOGO";
     this.picLOGO.Size     = new System.Drawing.Size(24, 24);
     this.picLOGO.TabIndex = 10;
     this.picLOGO.TabStop  = false;
     //
     // lblHeader
     //
     this.lblHeader.AutoSize  = true;
     this.lblHeader.BackColor = System.Drawing.Color.Transparent;
     this.lblHeader.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lblHeader.Font      = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblHeader.ForeColor = System.Drawing.Color.White;
     this.lblHeader.Location  = new System.Drawing.Point(40, 4);
     this.lblHeader.Name      = "lblHeader";
     this.lblHeader.Size      = new System.Drawing.Size(85, 22);
     this.lblHeader.TabIndex  = 9;
     this.lblHeader.Text      = "Zip Codes";
     //
     // picHeader
     //
     this.picHeader.BackColor = System.Drawing.Color.Transparent;
     this.picHeader.Dock      = System.Windows.Forms.DockStyle.Top;
     this.picHeader.Location  = new System.Drawing.Point(0, 0);
     this.picHeader.Name      = "picHeader";
     this.picHeader.Size      = new System.Drawing.Size(434, 30);
     this.picHeader.TabIndex  = 8;
     this.picHeader.TabStop   = false;
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(7, 299);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(420, 2);
     this.ctrlSeparator1.TabIndex = 12;
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnCancel.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnCancel.ForeColor    = System.Drawing.Color.Black;
     this.bttnCancel.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.bttnCancel.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnCancel.Location     = new System.Drawing.Point(340, 312);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(88, 26);
     this.bttnCancel.TabIndex     = 43;
     this.bttnCancel.Text         = "&Cancel";
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor   = System.Drawing.Color.White;
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pictureBox1.Location    = new System.Drawing.Point(7, 36);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(420, 256);
     this.pictureBox1.TabIndex    = 45;
     this.pictureBox1.TabStop     = false;
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chCity,
         this.chProvince,
         this.chZip
     });
     this.listView1.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.listView1.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.listView1.ForeColor     = System.Drawing.Color.Navy;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines     = true;
     this.listView1.HideSelection = false;
     this.listView1.Location      = new System.Drawing.Point(10, 38);
     this.listView1.MultiSelect   = false;
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(415, 249);
     this.listView1.TabIndex      = 46;
     this.listView1.View          = System.Windows.Forms.View.Details;
     this.listView1.DoubleClick  += new System.EventHandler(this.listView1_DoubleClick);
     //
     // chCity
     //
     this.chCity.Text  = "City/Town";
     this.chCity.Width = 150;
     //
     // chProvince
     //
     this.chProvince.Text  = "State/Province";
     this.chProvince.Width = 150;
     //
     // chZip
     //
     this.chZip.Text      = "Zip Code";
     this.chZip.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.chZip.Width     = 95;
     //
     // bttnSelect
     //
     this.bttnSelect.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnSelect.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnSelect.Font      = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnSelect.Location  = new System.Drawing.Point(240, 312);
     this.bttnSelect.Name      = "bttnSelect";
     this.bttnSelect.Size      = new System.Drawing.Size(92, 26);
     this.bttnSelect.TabIndex  = 47;
     this.bttnSelect.Text      = "&Select";
     this.bttnSelect.Click    += new System.EventHandler(this.bttnSelect_Click);
     //
     // FORMZipCodes_View
     //
     this.AcceptButton      = this.bttnSelect;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.bttnCancel;
     this.ClientSize        = new System.Drawing.Size(434, 344);
     this.Controls.Add(this.bttnSelect);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.pictureBox1);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.picLOGO);
     this.Controls.Add(this.lblHeader);
     this.Controls.Add(this.picHeader);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMZipCodes_View";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Zip Codes";
     this.Load           += new System.EventHandler(this.FORMZipCodes_View_Load);
     this.ResumeLayout(false);
 }
Beispiel #16
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FORMSchoolYear));
     this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
     this.bttnReload     = new System.Windows.Forms.Button();
     this.bttnDelete     = new System.Windows.Forms.Button();
     this.bttnEdit       = new System.Windows.Forms.Button();
     this.bttnNew        = new System.Windows.Forms.Button();
     this.bttnSearch     = new System.Windows.Forms.Button();
     this.listView1      = new System.Windows.Forms.ListView();
     this.chLevel        = new System.Windows.Forms.ColumnHeader();
     this.chIndex        = new System.Windows.Forms.ColumnHeader();
     this.picLOGO        = new System.Windows.Forms.PictureBox();
     this.lblHeader      = new System.Windows.Forms.Label();
     this.picHeader      = new System.Windows.Forms.PictureBox();
     this.bttnCancel     = new System.Windows.Forms.Button();
     this.bttnHistory    = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(12, 299);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(240, 2);
     this.ctrlSeparator1.TabIndex = 45;
     //
     // bttnReload
     //
     this.bttnReload.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnReload.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnReload.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnReload.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnReload.ForeColor    = System.Drawing.Color.Black;
     this.bttnReload.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnReload.Location     = new System.Drawing.Point(3, 141);
     this.bttnReload.Name         = "bttnReload";
     this.bttnReload.Size         = new System.Drawing.Size(24, 24);
     this.bttnReload.TabIndex     = 44;
     this.bttnReload.Click       += new System.EventHandler(this.bttnReload_Click);
     //
     // bttnDelete
     //
     this.bttnDelete.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnDelete.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnDelete.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnDelete.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnDelete.ForeColor    = System.Drawing.Color.Black;
     this.bttnDelete.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnDelete.Location     = new System.Drawing.Point(3, 116);
     this.bttnDelete.Name         = "bttnDelete";
     this.bttnDelete.Size         = new System.Drawing.Size(24, 24);
     this.bttnDelete.TabIndex     = 43;
     this.bttnDelete.Click       += new System.EventHandler(this.bttnDelete_Click);
     //
     // bttnEdit
     //
     this.bttnEdit.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnEdit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnEdit.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnEdit.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnEdit.ForeColor    = System.Drawing.Color.Black;
     this.bttnEdit.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnEdit.Location     = new System.Drawing.Point(3, 90);
     this.bttnEdit.Name         = "bttnEdit";
     this.bttnEdit.Size         = new System.Drawing.Size(24, 25);
     this.bttnEdit.TabIndex     = 42;
     this.bttnEdit.Click       += new System.EventHandler(this.bttnEdit_Click);
     //
     // bttnNew
     //
     this.bttnNew.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnNew.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnNew.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnNew.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnNew.ForeColor    = System.Drawing.Color.Black;
     this.bttnNew.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnNew.Location     = new System.Drawing.Point(3, 65);
     this.bttnNew.Name         = "bttnNew";
     this.bttnNew.Size         = new System.Drawing.Size(24, 24);
     this.bttnNew.TabIndex     = 41;
     this.bttnNew.Click       += new System.EventHandler(this.bttnNew_Click);
     //
     // bttnSearch
     //
     this.bttnSearch.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnSearch.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnSearch.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnSearch.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnSearch.ForeColor    = System.Drawing.Color.Black;
     this.bttnSearch.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnSearch.Location     = new System.Drawing.Point(3, 39);
     this.bttnSearch.Name         = "bttnSearch";
     this.bttnSearch.Size         = new System.Drawing.Size(24, 25);
     this.bttnSearch.TabIndex     = 40;
     this.bttnSearch.Click       += new System.EventHandler(this.bttnSearch_Click);
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chLevel,
         this.chIndex
     });
     this.listView1.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.listView1.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.listView1.ForeColor     = System.Drawing.Color.Navy;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines     = true;
     this.listView1.HideSelection = false;
     this.listView1.Location      = new System.Drawing.Point(29, 39);
     this.listView1.MultiSelect   = false;
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(222, 249);
     this.listView1.TabIndex      = 39;
     this.listView1.View          = System.Windows.Forms.View.Details;
     this.listView1.DoubleClick  += new System.EventHandler(this.listView1_DoubleClick);
     //
     // chLevel
     //
     this.chLevel.Text  = "School Year";
     this.chLevel.Width = 200;
     //
     // chIndex
     //
     this.chIndex.Text  = "";
     this.chIndex.Width = 0;
     //
     // picLOGO
     //
     this.picLOGO.Image    = ((System.Drawing.Image)(resources.GetObject("picLOGO.Image")));
     this.picLOGO.Location = new System.Drawing.Point(16, 0);
     this.picLOGO.Name     = "picLOGO";
     this.picLOGO.Size     = new System.Drawing.Size(24, 24);
     this.picLOGO.TabIndex = 38;
     this.picLOGO.TabStop  = false;
     //
     // lblHeader
     //
     this.lblHeader.AutoSize  = true;
     this.lblHeader.BackColor = System.Drawing.Color.Transparent;
     this.lblHeader.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lblHeader.Font      = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblHeader.ForeColor = System.Drawing.Color.White;
     this.lblHeader.Location  = new System.Drawing.Point(40, 4);
     this.lblHeader.Name      = "lblHeader";
     this.lblHeader.Size      = new System.Drawing.Size(101, 22);
     this.lblHeader.TabIndex  = 37;
     this.lblHeader.Text      = "School Year";
     //
     // picHeader
     //
     this.picHeader.BackColor = System.Drawing.Color.Transparent;
     this.picHeader.Dock      = System.Windows.Forms.DockStyle.Top;
     this.picHeader.Location  = new System.Drawing.Point(0, 0);
     this.picHeader.Name      = "picHeader";
     this.picHeader.Size      = new System.Drawing.Size(258, 30);
     this.picHeader.TabIndex  = 36;
     this.picHeader.TabStop   = false;
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnCancel.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnCancel.ForeColor    = System.Drawing.Color.Black;
     this.bttnCancel.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnCancel.Location     = new System.Drawing.Point(3, 192);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(24, 24);
     this.bttnCancel.TabIndex     = 48;
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // bttnHistory
     //
     this.bttnHistory.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnHistory.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnHistory.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnHistory.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnHistory.ForeColor    = System.Drawing.Color.Black;
     this.bttnHistory.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnHistory.Location     = new System.Drawing.Point(3, 166);
     this.bttnHistory.Name         = "bttnHistory";
     this.bttnHistory.Size         = new System.Drawing.Size(24, 24);
     this.bttnHistory.TabIndex     = 54;
     //
     // FORMSchoolYear
     //
     this.AcceptButton      = this.bttnNew;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.bttnCancel;
     this.ClientSize        = new System.Drawing.Size(258, 312);
     this.Controls.Add(this.bttnHistory);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.bttnReload);
     this.Controls.Add(this.bttnDelete);
     this.Controls.Add(this.bttnEdit);
     this.Controls.Add(this.bttnNew);
     this.Controls.Add(this.bttnSearch);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.picLOGO);
     this.Controls.Add(this.lblHeader);
     this.Controls.Add(this.picHeader);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "FORMSchoolYear";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "List of School Year";
     this.Load           += new System.EventHandler(this.FORMSchoolYear_Load);
     this.ResumeLayout(false);
 }
Beispiel #17
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(LOGSCREEN));
     this.btnConnect     = new System.Windows.Forms.Button();
     this.btnCancel      = new System.Windows.Forms.Button();
     this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
     this.label1         = new System.Windows.Forms.Label();
     this.picLOGO        = new System.Windows.Forms.PictureBox();
     this.chkUnmask      = new System.Windows.Forms.CheckBox();
     this.Label3         = new System.Windows.Forms.Label();
     this.txtPwd         = new System.Windows.Forms.TextBox();
     this.label4         = new System.Windows.Forms.Label();
     this.txtUsername    = new System.Windows.Forms.TextBox();
     this.ctrlSeparator2 = new LibrarySystem.ctrlSeparator();
     this.label2         = new System.Windows.Forms.Label();
     this.lblAttempt     = new System.Windows.Forms.Label();
     this.SuspendLayout();
     //
     // btnConnect
     //
     this.btnConnect.BackColor  = System.Drawing.SystemColors.Control;
     this.btnConnect.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.btnConnect.Font       = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnConnect.Image      = ((System.Drawing.Image)(resources.GetObject("btnConnect.Image")));
     this.btnConnect.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnConnect.Location   = new System.Drawing.Point(203, 168);
     this.btnConnect.Name       = "btnConnect";
     this.btnConnect.Size       = new System.Drawing.Size(72, 22);
     this.btnConnect.TabIndex   = 4;
     this.btnConnect.Text       = "&Connect";
     this.btnConnect.TextAlign  = System.Drawing.ContentAlignment.MiddleRight;
     this.btnConnect.Click     += new System.EventHandler(this.btnConnect_Click);
     //
     // btnCancel
     //
     this.btnCancel.BackColor    = System.Drawing.SystemColors.Control;
     this.btnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.btnCancel.Font         = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.btnCancel.Image        = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
     this.btnCancel.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.btnCancel.Location     = new System.Drawing.Point(147, 168);
     this.btnCancel.Name         = "btnCancel";
     this.btnCancel.Size         = new System.Drawing.Size(48, 22);
     this.btnCancel.TabIndex     = 5;
     this.btnCancel.Text         = "&Exit";
     this.btnCancel.TextAlign    = System.Drawing.ContentAlignment.MiddleRight;
     this.btnCancel.Click       += new System.EventHandler(this.btnCancel_Click);
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(5, 48);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(272, 2);
     this.ctrlSeparator1.TabIndex = 33;
     //
     // label1
     //
     this.label1.Location = new System.Drawing.Point(48, 8);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(248, 40);
     this.label1.TabIndex = 32;
     this.label1.Text     = "Please enter your correct username and password in the space provided bellow to l" +
                            "ogin.";
     //
     // picLOGO
     //
     this.picLOGO.Image    = ((System.Drawing.Image)(resources.GetObject("picLOGO.Image")));
     this.picLOGO.Location = new System.Drawing.Point(8, 8);
     this.picLOGO.Name     = "picLOGO";
     this.picLOGO.Size     = new System.Drawing.Size(32, 32);
     this.picLOGO.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
     this.picLOGO.TabIndex = 31;
     this.picLOGO.TabStop  = false;
     //
     // chkUnmask
     //
     this.chkUnmask.FlatStyle       = System.Windows.Forms.FlatStyle.System;
     this.chkUnmask.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.chkUnmask.Location        = new System.Drawing.Point(80, 128);
     this.chkUnmask.Name            = "chkUnmask";
     this.chkUnmask.Size            = new System.Drawing.Size(136, 16);
     this.chkUnmask.TabIndex        = 3;
     this.chkUnmask.Text            = "Unmask Password";
     this.chkUnmask.CheckedChanged += new System.EventHandler(this.chkUnmask_CheckedChanged);
     //
     // Label3
     //
     this.Label3.BackColor = System.Drawing.Color.Transparent;
     this.Label3.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.Label3.Location  = new System.Drawing.Point(8, 98);
     this.Label3.Name      = "Label3";
     this.Label3.Size      = new System.Drawing.Size(72, 16);
     this.Label3.TabIndex  = 38;
     this.Label3.Text      = "Password:"******"Tahoma", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtPwd.ForeColor    = System.Drawing.Color.FromArgb(((System.Byte)(192)), ((System.Byte)(0)), ((System.Byte)(0)));
     this.txtPwd.Location     = new System.Drawing.Point(80, 96);
     this.txtPwd.MaxLength    = 9000;
     this.txtPwd.Name         = "txtPwd";
     this.txtPwd.PasswordChar = '•';
     this.txtPwd.Size         = new System.Drawing.Size(184, 21);
     this.txtPwd.TabIndex     = 2;
     this.txtPwd.Tag          = "Password";
     this.txtPwd.Text         = "";
     //
     // label4
     //
     this.label4.BackColor = System.Drawing.Color.Transparent;
     this.label4.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.Location  = new System.Drawing.Point(8, 66);
     this.label4.Name      = "label4";
     this.label4.Size      = new System.Drawing.Size(72, 16);
     this.label4.TabIndex  = 37;
     this.label4.Text      = "User Name:";
     this.label4.TextAlign = System.Drawing.ContentAlignment.TopRight;
     //
     // txtUsername
     //
     this.txtUsername.Location = new System.Drawing.Point(80, 64);
     this.txtUsername.Name     = "txtUsername";
     this.txtUsername.Size     = new System.Drawing.Size(184, 21);
     this.txtUsername.TabIndex = 1;
     this.txtUsername.Text     = "";
     //
     // ctrlSeparator2
     //
     this.ctrlSeparator2.Location = new System.Drawing.Point(5, 160);
     this.ctrlSeparator2.Name     = "ctrlSeparator2";
     this.ctrlSeparator2.Size     = new System.Drawing.Size(272, 2);
     this.ctrlSeparator2.TabIndex = 40;
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Tahoma", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(8, 168);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(52, 18);
     this.label2.TabIndex = 41;
     this.label2.Text     = "Attempt:";
     //
     // lblAttempt
     //
     this.lblAttempt.AutoSize = true;
     this.lblAttempt.Location = new System.Drawing.Point(64, 168);
     this.lblAttempt.Name     = "lblAttempt";
     this.lblAttempt.Size     = new System.Drawing.Size(10, 17);
     this.lblAttempt.TabIndex = 42;
     this.lblAttempt.Text     = "3";
     //
     // LOGSCREEN
     //
     this.AcceptButton      = this.btnConnect;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.btnCancel;
     this.ClientSize        = new System.Drawing.Size(282, 200);
     this.Controls.Add(this.lblAttempt);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtPwd);
     this.Controls.Add(this.txtUsername);
     this.Controls.Add(this.ctrlSeparator2);
     this.Controls.Add(this.chkUnmask);
     this.Controls.Add(this.Label3);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.picLOGO);
     this.Controls.Add(this.btnConnect);
     this.Controls.Add(this.btnCancel);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.Name            = "LOGSCREEN";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "LOGIN SCREEN";
     this.Closing        += new System.ComponentModel.CancelEventHandler(this.LOGSCREEN_Closing);
     this.Load           += new System.EventHandler(this.LOGSCREEN_Load);
     this.ResumeLayout(false);
 }
Beispiel #18
0
 private void InitializeComponent()
 {
     this.txtCategory    = new System.Windows.Forms.TextBox();
     this.label2         = new System.Windows.Forms.Label();
     this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
     this.txtDescription = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.bttnCancel     = new System.Windows.Forms.Button();
     this.bttnAddNew     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // txtCategory
     //
     this.txtCategory.Location = new System.Drawing.Point(90, 16);
     this.txtCategory.Name     = "txtCategory";
     this.txtCategory.Size     = new System.Drawing.Size(216, 21);
     this.txtCategory.TabIndex = 37;
     this.txtCategory.Text     = "";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Location = new System.Drawing.Point(10, 18);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(85, 17);
     this.label2.TabIndex = 43;
     this.label2.Text     = "Category Name:";
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(10, 136);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(296, 2);
     this.ctrlSeparator1.TabIndex = 40;
     //
     // txtDescription
     //
     this.txtDescription.Location   = new System.Drawing.Point(90, 48);
     this.txtDescription.Multiline  = true;
     this.txtDescription.Name       = "txtDescription";
     this.txtDescription.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
     this.txtDescription.Size       = new System.Drawing.Size(216, 80);
     this.txtDescription.TabIndex   = 39;
     this.txtDescription.Text       = "";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(10, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(64, 17);
     this.label1.TabIndex = 38;
     this.label1.Text     = "Description:";
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.bttnCancel.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.bttnCancel.Location   = new System.Drawing.Point(236, 144);
     this.bttnCancel.Name       = "bttnCancel";
     this.bttnCancel.Size       = new System.Drawing.Size(70, 24);
     this.bttnCancel.TabIndex   = 44;
     this.bttnCancel.Text       = "   &Cancel";
     this.bttnCancel.Click     += new System.EventHandler(this.bttnCancel_Click);
     //
     // bttnAddNew
     //
     this.bttnAddNew.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.bttnAddNew.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.bttnAddNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.bttnAddNew.Location   = new System.Drawing.Point(168, 144);
     this.bttnAddNew.Name       = "bttnAddNew";
     this.bttnAddNew.Size       = new System.Drawing.Size(58, 24);
     this.bttnAddNew.TabIndex   = 45;
     this.bttnAddNew.Text       = "    &Save";
     this.bttnAddNew.Click     += new System.EventHandler(this.bttnAddNew_Click);
     //
     // FORMCategory_Modify
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(314, 176);
     this.Controls.Add(this.bttnAddNew);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.txtCategory);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.txtDescription);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.ctrlSeparator1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMCategory_Modify";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Add New";
     this.Load           += new System.EventHandler(this.FORMCategory_Modify_Load);
     this.ResumeLayout(false);
 }
Beispiel #19
0
 private void InitializeComponent()
 {
     this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
     this.bttnSelect     = new System.Windows.Forms.Button();
     this.chIndex        = new System.Windows.Forms.ColumnHeader();
     this.bttnCancel     = new System.Windows.Forms.Button();
     this.listView1      = new System.Windows.Forms.ListView();
     this.chLevel        = new System.Windows.Forms.ColumnHeader();
     this.pictureBox1    = new System.Windows.Forms.PictureBox();
     this.SuspendLayout();
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(4, 265);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(224, 2);
     this.ctrlSeparator1.TabIndex = 226;
     //
     // bttnSelect
     //
     this.bttnSelect.Cursor    = System.Windows.Forms.Cursors.Hand;
     this.bttnSelect.FlatStyle = System.Windows.Forms.FlatStyle.System;
     this.bttnSelect.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnSelect.Location  = new System.Drawing.Point(28, 273);
     this.bttnSelect.Name      = "bttnSelect";
     this.bttnSelect.Size      = new System.Drawing.Size(100, 25);
     this.bttnSelect.TabIndex  = 225;
     this.bttnSelect.Text      = "&Select";
     this.bttnSelect.Click    += new System.EventHandler(this.bttnSelect_Click);
     //
     // chIndex
     //
     this.chIndex.Text  = "";
     this.chIndex.Width = 0;
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnCancel.Font         = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnCancel.Location     = new System.Drawing.Point(132, 273);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(100, 25);
     this.bttnCancel.TabIndex     = 224;
     this.bttnCancel.Text         = "&Cancel";
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chLevel,
         this.chIndex
     });
     this.listView1.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.listView1.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.listView1.ForeColor     = System.Drawing.Color.Navy;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines     = true;
     this.listView1.HideSelection = false;
     this.listView1.Location      = new System.Drawing.Point(5, 9);
     this.listView1.MultiSelect   = false;
     this.listView1.Name          = "listView1";
     this.listView1.Scrollable    = false;
     this.listView1.Size          = new System.Drawing.Size(223, 249);
     this.listView1.TabIndex      = 223;
     this.listView1.View          = System.Windows.Forms.View.Details;
     this.listView1.DoubleClick  += new System.EventHandler(this.listView1_DoubleClick);
     //
     // chLevel
     //
     this.chLevel.Text  = "School Year";
     this.chLevel.Width = 200;
     //
     // pictureBox1
     //
     this.pictureBox1.BackColor   = System.Drawing.Color.White;
     this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
     this.pictureBox1.Location    = new System.Drawing.Point(4, 8);
     this.pictureBox1.Name        = "pictureBox1";
     this.pictureBox1.Size        = new System.Drawing.Size(224, 248);
     this.pictureBox1.TabIndex    = 222;
     this.pictureBox1.TabStop     = false;
     //
     // FORMLevel_View
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.ClientSize        = new System.Drawing.Size(234, 304);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.bttnSelect);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.pictureBox1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMLevel_View";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Select Level";
     this.Load           += new System.EventHandler(this.FORMLevel_View_Load);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.lblCity        = new System.Windows.Forms.Label();
     this.txtCity        = new System.Windows.Forms.TextBox();
     this.txtProvice     = new System.Windows.Forms.TextBox();
     this.lblProvice     = new System.Windows.Forms.Label();
     this.txtZipCode     = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
     this.bttnCancel     = new System.Windows.Forms.Button();
     this.bttnAddNew     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // lblCity
     //
     this.lblCity.AutoSize = true;
     this.lblCity.Location = new System.Drawing.Point(26, 16);
     this.lblCity.Name     = "lblCity";
     this.lblCity.Size     = new System.Drawing.Size(59, 17);
     this.lblCity.TabIndex = 0;
     this.lblCity.Text     = "City/Town:";
     //
     // txtCity
     //
     this.txtCity.Location = new System.Drawing.Point(91, 14);
     this.txtCity.Name     = "txtCity";
     this.txtCity.Size     = new System.Drawing.Size(173, 21);
     this.txtCity.TabIndex = 1;
     this.txtCity.Text     = "";
     //
     // txtProvice
     //
     this.txtProvice.Location = new System.Drawing.Point(91, 40);
     this.txtProvice.Name     = "txtProvice";
     this.txtProvice.Size     = new System.Drawing.Size(173, 21);
     this.txtProvice.TabIndex = 3;
     this.txtProvice.Text     = "";
     //
     // lblProvice
     //
     this.lblProvice.AutoSize = true;
     this.lblProvice.Location = new System.Drawing.Point(11, 40);
     this.lblProvice.Name     = "lblProvice";
     this.lblProvice.Size     = new System.Drawing.Size(74, 17);
     this.lblProvice.TabIndex = 2;
     this.lblProvice.Text     = "Provice/State:";
     //
     // txtZipCode
     //
     this.txtZipCode.Location  = new System.Drawing.Point(92, 67);
     this.txtZipCode.MaxLength = 5;
     this.txtZipCode.Name      = "txtZipCode";
     this.txtZipCode.TabIndex  = 5;
     this.txtZipCode.Text      = "";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(29, 67);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(57, 17);
     this.label1.TabIndex = 4;
     this.label1.Text     = "Zip Codes:";
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(8, 104);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(256, 2);
     this.ctrlSeparator1.TabIndex = 6;
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnCancel.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.bttnCancel.Location     = new System.Drawing.Point(194, 120);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(72, 25);
     this.bttnCancel.TabIndex     = 25;
     this.bttnCancel.Text         = "   &Cancel";
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // bttnAddNew
     //
     this.bttnAddNew.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.bttnAddNew.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.bttnAddNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.bttnAddNew.Location   = new System.Drawing.Point(120, 120);
     this.bttnAddNew.Name       = "bttnAddNew";
     this.bttnAddNew.Size       = new System.Drawing.Size(64, 25);
     this.bttnAddNew.TabIndex   = 26;
     this.bttnAddNew.Text       = "    &Save";
     this.bttnAddNew.Click     += new System.EventHandler(this.bttnAddNew_Click_1);
     //
     // FORMZipCodes_Modify
     //
     this.AcceptButton      = this.bttnAddNew;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.bttnCancel;
     this.ClientSize        = new System.Drawing.Size(274, 152);
     this.Controls.Add(this.bttnAddNew);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.txtZipCode);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.txtProvice);
     this.Controls.Add(this.lblProvice);
     this.Controls.Add(this.txtCity);
     this.Controls.Add(this.lblCity);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMZipCodes_Modify";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Add New";
     this.Load           += new System.EventHandler(this.FORMZipCodes_Modify_Load);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
     this.txtLevelName   = new System.Windows.Forms.TextBox();
     this.label1         = new System.Windows.Forms.Label();
     this.bttnCancel     = new System.Windows.Forms.Button();
     this.bttnAddNew     = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(8, 40);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(280, 2);
     this.ctrlSeparator1.TabIndex = 28;
     //
     // txtLevelName
     //
     this.txtLevelName.Location = new System.Drawing.Point(80, 8);
     this.txtLevelName.Name     = "txtLevelName";
     this.txtLevelName.Size     = new System.Drawing.Size(208, 21);
     this.txtLevelName.TabIndex = 31;
     this.txtLevelName.Text     = "";
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Location = new System.Drawing.Point(8, 10);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(66, 17);
     this.label1.TabIndex = 26;
     this.label1.Text     = "Level Name:";
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnCancel.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.bttnCancel.Location     = new System.Drawing.Point(218, 48);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(70, 24);
     this.bttnCancel.TabIndex     = 32;
     this.bttnCancel.Text         = "   &Cancel";
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // bttnAddNew
     //
     this.bttnAddNew.Cursor     = System.Windows.Forms.Cursors.Hand;
     this.bttnAddNew.FlatStyle  = System.Windows.Forms.FlatStyle.Popup;
     this.bttnAddNew.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
     this.bttnAddNew.Location   = new System.Drawing.Point(152, 48);
     this.bttnAddNew.Name       = "bttnAddNew";
     this.bttnAddNew.Size       = new System.Drawing.Size(58, 24);
     this.bttnAddNew.TabIndex   = 33;
     this.bttnAddNew.Text       = "    &Save";
     this.bttnAddNew.Click     += new System.EventHandler(this.bttnAddNew_Click);
     //
     // FORMLevel_Modify
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.bttnCancel;
     this.ClientSize        = new System.Drawing.Size(294, 80);
     this.Controls.Add(this.bttnAddNew);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.txtLevelName);
     this.Controls.Add(this.label1);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FORMLevel_Modify";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Add New";
     this.Load           += new System.EventHandler(this.FORMLevel_Modify_Load);
     this.ResumeLayout(false);
 }
Beispiel #22
0
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FORMZipCodes));
     this.picLOGO        = new System.Windows.Forms.PictureBox();
     this.lblHeader      = new System.Windows.Forms.Label();
     this.picHeader      = new System.Windows.Forms.PictureBox();
     this.listView1      = new System.Windows.Forms.ListView();
     this.chCity         = new System.Windows.Forms.ColumnHeader();
     this.chProvince     = new System.Windows.Forms.ColumnHeader();
     this.chZip          = new System.Windows.Forms.ColumnHeader();
     this.bttnSearch     = new System.Windows.Forms.Button();
     this.bttnNew        = new System.Windows.Forms.Button();
     this.bttnDelete     = new System.Windows.Forms.Button();
     this.bttnEdit       = new System.Windows.Forms.Button();
     this.bttnReload     = new System.Windows.Forms.Button();
     this.ctrlSeparator1 = new LibrarySystem.ctrlSeparator();
     this.bttnCancel     = new System.Windows.Forms.Button();
     this.bttnHistory    = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // picLOGO
     //
     this.picLOGO.Image    = ((System.Drawing.Image)(resources.GetObject("picLOGO.Image")));
     this.picLOGO.Location = new System.Drawing.Point(16, 0);
     this.picLOGO.Name     = "picLOGO";
     this.picLOGO.Size     = new System.Drawing.Size(24, 24);
     this.picLOGO.TabIndex = 7;
     this.picLOGO.TabStop  = false;
     //
     // lblHeader
     //
     this.lblHeader.AutoSize  = true;
     this.lblHeader.BackColor = System.Drawing.Color.Transparent;
     this.lblHeader.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lblHeader.Font      = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblHeader.ForeColor = System.Drawing.Color.White;
     this.lblHeader.Location  = new System.Drawing.Point(40, 4);
     this.lblHeader.Name      = "lblHeader";
     this.lblHeader.Size      = new System.Drawing.Size(85, 22);
     this.lblHeader.TabIndex  = 6;
     this.lblHeader.Text      = "Zip Codes";
     //
     // picHeader
     //
     this.picHeader.BackColor = System.Drawing.Color.Transparent;
     this.picHeader.Dock      = System.Windows.Forms.DockStyle.Top;
     this.picHeader.Location  = new System.Drawing.Point(0, 0);
     this.picHeader.Name      = "picHeader";
     this.picHeader.Size      = new System.Drawing.Size(454, 30);
     this.picHeader.TabIndex  = 5;
     this.picHeader.TabStop   = false;
     //
     // listView1
     //
     this.listView1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
                                                                    | System.Windows.Forms.AnchorStyles.Left)
                                                                   | System.Windows.Forms.AnchorStyles.Right)));
     this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
         this.chCity,
         this.chProvince,
         this.chZip
     });
     this.listView1.Cursor        = System.Windows.Forms.Cursors.Hand;
     this.listView1.Font          = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.listView1.ForeColor     = System.Drawing.Color.Navy;
     this.listView1.FullRowSelect = true;
     this.listView1.GridLines     = true;
     this.listView1.HideSelection = false;
     this.listView1.Location      = new System.Drawing.Point(29, 40);
     this.listView1.MultiSelect   = false;
     this.listView1.Name          = "listView1";
     this.listView1.Size          = new System.Drawing.Size(420, 256);
     this.listView1.TabIndex      = 8;
     this.listView1.View          = System.Windows.Forms.View.Details;
     this.listView1.DoubleClick  += new System.EventHandler(this.listView1_DoubleClick);
     //
     // chCity
     //
     this.chCity.Text  = "City/Town";
     this.chCity.Width = 150;
     //
     // chProvince
     //
     this.chProvince.Text  = "State/Province";
     this.chProvince.Width = 150;
     //
     // chZip
     //
     this.chZip.Text      = "Zip Code";
     this.chZip.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
     this.chZip.Width     = 95;
     //
     // bttnSearch
     //
     this.bttnSearch.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnSearch.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnSearch.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnSearch.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnSearch.ForeColor    = System.Drawing.Color.Black;
     this.bttnSearch.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnSearch.Location     = new System.Drawing.Point(3, 40);
     this.bttnSearch.Name         = "bttnSearch";
     this.bttnSearch.Size         = new System.Drawing.Size(24, 25);
     this.bttnSearch.TabIndex     = 20;
     this.bttnSearch.Click       += new System.EventHandler(this.bttnSearch_Click);
     //
     // bttnNew
     //
     this.bttnNew.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnNew.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnNew.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnNew.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnNew.ForeColor    = System.Drawing.Color.Black;
     this.bttnNew.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnNew.Location     = new System.Drawing.Point(3, 66);
     this.bttnNew.Name         = "bttnNew";
     this.bttnNew.Size         = new System.Drawing.Size(24, 24);
     this.bttnNew.TabIndex     = 22;
     this.bttnNew.Click       += new System.EventHandler(this.bttnNew_Click);
     //
     // bttnDelete
     //
     this.bttnDelete.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnDelete.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnDelete.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnDelete.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnDelete.ForeColor    = System.Drawing.Color.Black;
     this.bttnDelete.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnDelete.Location     = new System.Drawing.Point(3, 117);
     this.bttnDelete.Name         = "bttnDelete";
     this.bttnDelete.Size         = new System.Drawing.Size(24, 24);
     this.bttnDelete.TabIndex     = 24;
     this.bttnDelete.Click       += new System.EventHandler(this.bttnDelete_Click);
     //
     // bttnEdit
     //
     this.bttnEdit.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnEdit.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnEdit.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnEdit.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnEdit.ForeColor    = System.Drawing.Color.Black;
     this.bttnEdit.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnEdit.Location     = new System.Drawing.Point(3, 91);
     this.bttnEdit.Name         = "bttnEdit";
     this.bttnEdit.Size         = new System.Drawing.Size(24, 25);
     this.bttnEdit.TabIndex     = 23;
     this.bttnEdit.Click       += new System.EventHandler(this.bttnEdit_Click);
     //
     // bttnReload
     //
     this.bttnReload.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnReload.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnReload.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnReload.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnReload.ForeColor    = System.Drawing.Color.Black;
     this.bttnReload.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnReload.Location     = new System.Drawing.Point(3, 142);
     this.bttnReload.Name         = "bttnReload";
     this.bttnReload.Size         = new System.Drawing.Size(24, 24);
     this.bttnReload.TabIndex     = 25;
     this.bttnReload.Click       += new System.EventHandler(this.bttnReload_Click);
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(8, 303);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(440, 2);
     this.ctrlSeparator1.TabIndex = 26;
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnCancel.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnCancel.ForeColor    = System.Drawing.Color.Black;
     this.bttnCancel.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnCancel.Location     = new System.Drawing.Point(3, 194);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(24, 24);
     this.bttnCancel.TabIndex     = 49;
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // bttnHistory
     //
     this.bttnHistory.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnHistory.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnHistory.FlatStyle    = System.Windows.Forms.FlatStyle.Popup;
     this.bttnHistory.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnHistory.ForeColor    = System.Drawing.Color.Black;
     this.bttnHistory.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnHistory.Location     = new System.Drawing.Point(3, 168);
     this.bttnHistory.Name         = "bttnHistory";
     this.bttnHistory.Size         = new System.Drawing.Size(24, 24);
     this.bttnHistory.TabIndex     = 50;
     this.bttnHistory.Click       += new System.EventHandler(this.bttnHistory_Click);
     //
     // FORMZipCodes
     //
     this.AcceptButton      = this.bttnNew;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.bttnCancel;
     this.ClientSize        = new System.Drawing.Size(454, 312);
     this.Controls.Add(this.bttnHistory);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.bttnReload);
     this.Controls.Add(this.bttnDelete);
     this.Controls.Add(this.bttnEdit);
     this.Controls.Add(this.bttnNew);
     this.Controls.Add(this.bttnSearch);
     this.Controls.Add(this.listView1);
     this.Controls.Add(this.picLOGO);
     this.Controls.Add(this.lblHeader);
     this.Controls.Add(this.picHeader);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "FORMZipCodes";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Manage Zip Codes";
     this.Load           += new System.EventHandler(this.FORMZipCodes_Load);
     this.ResumeLayout(false);
 }
 private void InitializeComponent()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FORMLibrarySetup));
     this.picLOGO            = new System.Windows.Forms.PictureBox();
     this.lblHeader          = new System.Windows.Forms.Label();
     this.picHeader          = new System.Windows.Forms.PictureBox();
     this.label1             = new System.Windows.Forms.Label();
     this.label2             = new System.Windows.Forms.Label();
     this.txtInstitutionName = new System.Windows.Forms.TextBox();
     this.txtContactName     = new System.Windows.Forms.TextBox();
     this.txtStreetAddress   = new System.Windows.Forms.TextBox();
     this.label3             = new System.Windows.Forms.Label();
     this.txtCity            = new System.Windows.Forms.TextBox();
     this.label4             = new System.Windows.Forms.Label();
     this.txtProvince        = new System.Windows.Forms.TextBox();
     this.label5             = new System.Windows.Forms.Label();
     this.txtZipCode         = new System.Windows.Forms.TextBox();
     this.label6             = new System.Windows.Forms.Label();
     this.bttnZipCode        = new System.Windows.Forms.Button();
     this.txtPhoneNumber     = new System.Windows.Forms.TextBox();
     this.label7             = new System.Windows.Forms.Label();
     this.txtFaxNumber       = new System.Windows.Forms.TextBox();
     this.label8             = new System.Windows.Forms.Label();
     this.txtEmailAdd        = new System.Windows.Forms.TextBox();
     this.label9             = new System.Windows.Forms.Label();
     this.txtWebsite         = new System.Windows.Forms.TextBox();
     this.label10            = new System.Windows.Forms.Label();
     this.bttnEmailAdd       = new System.Windows.Forms.Button();
     this.bttnWebsite        = new System.Windows.Forms.Button();
     this.ctrlSeparator1     = new LibrarySystem.ctrlSeparator();
     this.bttnCancel         = new System.Windows.Forms.Button();
     this.bttnSave           = new System.Windows.Forms.Button();
     this.SuspendLayout();
     //
     // picLOGO
     //
     this.picLOGO.Image    = ((System.Drawing.Image)(resources.GetObject("picLOGO.Image")));
     this.picLOGO.Location = new System.Drawing.Point(16, 0);
     this.picLOGO.Name     = "picLOGO";
     this.picLOGO.Size     = new System.Drawing.Size(24, 24);
     this.picLOGO.TabIndex = 16;
     this.picLOGO.TabStop  = false;
     //
     // lblHeader
     //
     this.lblHeader.AutoSize  = true;
     this.lblHeader.BackColor = System.Drawing.Color.Transparent;
     this.lblHeader.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
     this.lblHeader.Font      = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.lblHeader.ForeColor = System.Drawing.Color.White;
     this.lblHeader.Location  = new System.Drawing.Point(40, 4);
     this.lblHeader.Name      = "lblHeader";
     this.lblHeader.Size      = new System.Drawing.Size(118, 22);
     this.lblHeader.TabIndex  = 15;
     this.lblHeader.Text      = "Library Profile";
     //
     // picHeader
     //
     this.picHeader.BackColor = System.Drawing.Color.Transparent;
     this.picHeader.Dock      = System.Windows.Forms.DockStyle.Top;
     this.picHeader.Location  = new System.Drawing.Point(0, 0);
     this.picHeader.Name      = "picHeader";
     this.picHeader.Size      = new System.Drawing.Size(354, 30);
     this.picHeader.TabIndex  = 14;
     this.picHeader.TabStop   = false;
     //
     // label1
     //
     this.label1.AutoSize = true;
     this.label1.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label1.Location = new System.Drawing.Point(8, 48);
     this.label1.Name     = "label1";
     this.label1.Size     = new System.Drawing.Size(92, 17);
     this.label1.TabIndex = 17;
     this.label1.Text     = "&Institution Name:";
     //
     // label2
     //
     this.label2.AutoSize = true;
     this.label2.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label2.Location = new System.Drawing.Point(8, 82);
     this.label2.Name     = "label2";
     this.label2.Size     = new System.Drawing.Size(79, 17);
     this.label2.TabIndex = 18;
     this.label2.Text     = "&Contact Name:";
     //
     // txtInstitutionName
     //
     this.txtInstitutionName.Location = new System.Drawing.Point(98, 46);
     this.txtInstitutionName.Name     = "txtInstitutionName";
     this.txtInstitutionName.Size     = new System.Drawing.Size(211, 21);
     this.txtInstitutionName.TabIndex = 19;
     this.txtInstitutionName.Text     = "";
     //
     // txtContactName
     //
     this.txtContactName.Location = new System.Drawing.Point(98, 80);
     this.txtContactName.Name     = "txtContactName";
     this.txtContactName.Size     = new System.Drawing.Size(211, 21);
     this.txtContactName.TabIndex = 20;
     this.txtContactName.Text     = "";
     //
     // txtStreetAddress
     //
     this.txtStreetAddress.Location = new System.Drawing.Point(98, 112);
     this.txtStreetAddress.Name     = "txtStreetAddress";
     this.txtStreetAddress.Size     = new System.Drawing.Size(251, 21);
     this.txtStreetAddress.TabIndex = 22;
     this.txtStreetAddress.Text     = "";
     //
     // label3
     //
     this.label3.AutoSize = true;
     this.label3.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label3.Location = new System.Drawing.Point(8, 114);
     this.label3.Name     = "label3";
     this.label3.Size     = new System.Drawing.Size(81, 17);
     this.label3.TabIndex = 21;
     this.label3.Text     = "&Street Address:";
     //
     // txtCity
     //
     this.txtCity.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtCity.Location  = new System.Drawing.Point(98, 144);
     this.txtCity.Name      = "txtCity";
     this.txtCity.ReadOnly  = true;
     this.txtCity.Size      = new System.Drawing.Size(211, 21);
     this.txtCity.TabIndex  = 24;
     this.txtCity.Text      = "";
     //
     // label4
     //
     this.label4.AutoSize = true;
     this.label4.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label4.Location = new System.Drawing.Point(8, 144);
     this.label4.Name     = "label4";
     this.label4.Size     = new System.Drawing.Size(59, 17);
     this.label4.TabIndex = 23;
     this.label4.Text     = "&Town/City:";
     //
     // txtProvince
     //
     this.txtProvince.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtProvince.Location  = new System.Drawing.Point(98, 176);
     this.txtProvince.Name      = "txtProvince";
     this.txtProvince.ReadOnly  = true;
     this.txtProvince.Size      = new System.Drawing.Size(211, 21);
     this.txtProvince.TabIndex  = 26;
     this.txtProvince.Text      = "";
     //
     // label5
     //
     this.label5.AutoSize = true;
     this.label5.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label5.Location = new System.Drawing.Point(8, 176);
     this.label5.Name     = "label5";
     this.label5.Size     = new System.Drawing.Size(81, 17);
     this.label5.TabIndex = 25;
     this.label5.Text     = "&Province/State:";
     //
     // txtZipCode
     //
     this.txtZipCode.BackColor = System.Drawing.Color.WhiteSmoke;
     this.txtZipCode.Location  = new System.Drawing.Point(98, 207);
     this.txtZipCode.Name      = "txtZipCode";
     this.txtZipCode.ReadOnly  = true;
     this.txtZipCode.Size      = new System.Drawing.Size(98, 21);
     this.txtZipCode.TabIndex  = 44;
     this.txtZipCode.Text      = "";
     //
     // label6
     //
     this.label6.AutoSize = true;
     this.label6.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label6.Location = new System.Drawing.Point(8, 208);
     this.label6.Name     = "label6";
     this.label6.Size     = new System.Drawing.Size(52, 17);
     this.label6.TabIndex = 27;
     this.label6.Text     = "&Zip Code:";
     //
     // bttnZipCode
     //
     this.bttnZipCode.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.bttnZipCode.Image    = ((System.Drawing.Image)(resources.GetObject("bttnZipCode.Image")));
     this.bttnZipCode.Location = new System.Drawing.Point(197, 207);
     this.bttnZipCode.Name     = "bttnZipCode";
     this.bttnZipCode.Size     = new System.Drawing.Size(21, 22);
     this.bttnZipCode.TabIndex = 29;
     this.bttnZipCode.Click   += new System.EventHandler(this.bttnZipCode_Click);
     //
     // txtPhoneNumber
     //
     this.txtPhoneNumber.Location = new System.Drawing.Point(98, 240);
     this.txtPhoneNumber.Name     = "txtPhoneNumber";
     this.txtPhoneNumber.Size     = new System.Drawing.Size(177, 21);
     this.txtPhoneNumber.TabIndex = 31;
     this.txtPhoneNumber.Text     = "";
     //
     // label7
     //
     this.label7.AutoSize = true;
     this.label7.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label7.Location = new System.Drawing.Point(8, 243);
     this.label7.Name     = "label7";
     this.label7.Size     = new System.Drawing.Size(82, 17);
     this.label7.TabIndex = 30;
     this.label7.Text     = "&Phone Number:";
     //
     // txtFaxNumber
     //
     this.txtFaxNumber.Location = new System.Drawing.Point(98, 272);
     this.txtFaxNumber.Name     = "txtFaxNumber";
     this.txtFaxNumber.Size     = new System.Drawing.Size(177, 21);
     this.txtFaxNumber.TabIndex = 33;
     this.txtFaxNumber.Text     = "";
     //
     // label8
     //
     this.label8.AutoSize = true;
     this.label8.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label8.Location = new System.Drawing.Point(8, 272);
     this.label8.Name     = "label8";
     this.label8.Size     = new System.Drawing.Size(69, 17);
     this.label8.TabIndex = 32;
     this.label8.Text     = "&Fax Number:";
     //
     // txtEmailAdd
     //
     this.txtEmailAdd.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtEmailAdd.ForeColor = System.Drawing.Color.Blue;
     this.txtEmailAdd.Location  = new System.Drawing.Point(98, 304);
     this.txtEmailAdd.Name      = "txtEmailAdd";
     this.txtEmailAdd.Size      = new System.Drawing.Size(211, 21);
     this.txtEmailAdd.TabIndex  = 35;
     this.txtEmailAdd.Text      = "";
     //
     // label9
     //
     this.label9.AutoSize = true;
     this.label9.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label9.Location = new System.Drawing.Point(8, 304);
     this.label9.Name     = "label9";
     this.label9.Size     = new System.Drawing.Size(78, 17);
     this.label9.TabIndex = 34;
     this.label9.Text     = "&Email Address:";
     //
     // txtWebsite
     //
     this.txtWebsite.Font      = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Underline, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.txtWebsite.ForeColor = System.Drawing.Color.Blue;
     this.txtWebsite.Location  = new System.Drawing.Point(98, 336);
     this.txtWebsite.Name      = "txtWebsite";
     this.txtWebsite.Size      = new System.Drawing.Size(211, 21);
     this.txtWebsite.TabIndex  = 37;
     this.txtWebsite.Text      = "";
     //
     // label10
     //
     this.label10.AutoSize = true;
     this.label10.Font     = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.label10.Location = new System.Drawing.Point(8, 336);
     this.label10.Name     = "label10";
     this.label10.Size     = new System.Drawing.Size(91, 17);
     this.label10.TabIndex = 36;
     this.label10.Text     = "&Website Address:";
     //
     // bttnEmailAdd
     //
     this.bttnEmailAdd.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.bttnEmailAdd.Image    = ((System.Drawing.Image)(resources.GetObject("bttnEmailAdd.Image")));
     this.bttnEmailAdd.Location = new System.Drawing.Point(312, 303);
     this.bttnEmailAdd.Name     = "bttnEmailAdd";
     this.bttnEmailAdd.Size     = new System.Drawing.Size(21, 22);
     this.bttnEmailAdd.TabIndex = 38;
     this.bttnEmailAdd.Click   += new System.EventHandler(this.bttnEmailAdd_Click);
     //
     // bttnWebsite
     //
     this.bttnWebsite.Cursor   = System.Windows.Forms.Cursors.Hand;
     this.bttnWebsite.Image    = ((System.Drawing.Image)(resources.GetObject("bttnWebsite.Image")));
     this.bttnWebsite.Location = new System.Drawing.Point(312, 336);
     this.bttnWebsite.Name     = "bttnWebsite";
     this.bttnWebsite.Size     = new System.Drawing.Size(21, 22);
     this.bttnWebsite.TabIndex = 43;
     this.bttnWebsite.Click   += new System.EventHandler(this.bttnWebsite_Click);
     //
     // ctrlSeparator1
     //
     this.ctrlSeparator1.Location = new System.Drawing.Point(8, 376);
     this.ctrlSeparator1.Name     = "ctrlSeparator1";
     this.ctrlSeparator1.Size     = new System.Drawing.Size(336, 2);
     this.ctrlSeparator1.TabIndex = 40;
     //
     // bttnCancel
     //
     this.bttnCancel.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnCancel.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnCancel.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnCancel.ForeColor    = System.Drawing.Color.Black;
     this.bttnCancel.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.bttnCancel.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnCancel.Location     = new System.Drawing.Point(256, 388);
     this.bttnCancel.Name         = "bttnCancel";
     this.bttnCancel.Size         = new System.Drawing.Size(88, 26);
     this.bttnCancel.TabIndex     = 41;
     this.bttnCancel.Text         = "&Cancel";
     this.bttnCancel.Click       += new System.EventHandler(this.bttnCancel_Click);
     //
     // bttnSave
     //
     this.bttnSave.Cursor       = System.Windows.Forms.Cursors.Hand;
     this.bttnSave.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.bttnSave.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.bttnSave.Font         = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.bttnSave.ForeColor    = System.Drawing.Color.Black;
     this.bttnSave.ImageAlign   = System.Drawing.ContentAlignment.MiddleLeft;
     this.bttnSave.ImeMode      = System.Windows.Forms.ImeMode.NoControl;
     this.bttnSave.Location     = new System.Drawing.Point(160, 388);
     this.bttnSave.Name         = "bttnSave";
     this.bttnSave.Size         = new System.Drawing.Size(88, 26);
     this.bttnSave.TabIndex     = 42;
     this.bttnSave.Text         = "&Save";
     this.bttnSave.Click       += new System.EventHandler(this.bttnSave_Click);
     //
     // FORMLibrarySetup
     //
     this.AcceptButton      = this.bttnSave;
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 14);
     this.CancelButton      = this.bttnCancel;
     this.ClientSize        = new System.Drawing.Size(354, 424);
     this.Controls.Add(this.bttnSave);
     this.Controls.Add(this.bttnCancel);
     this.Controls.Add(this.ctrlSeparator1);
     this.Controls.Add(this.bttnWebsite);
     this.Controls.Add(this.bttnEmailAdd);
     this.Controls.Add(this.txtWebsite);
     this.Controls.Add(this.label10);
     this.Controls.Add(this.txtEmailAdd);
     this.Controls.Add(this.label9);
     this.Controls.Add(this.txtFaxNumber);
     this.Controls.Add(this.label8);
     this.Controls.Add(this.txtPhoneNumber);
     this.Controls.Add(this.label7);
     this.Controls.Add(this.bttnZipCode);
     this.Controls.Add(this.txtZipCode);
     this.Controls.Add(this.label6);
     this.Controls.Add(this.txtProvince);
     this.Controls.Add(this.label5);
     this.Controls.Add(this.txtCity);
     this.Controls.Add(this.label4);
     this.Controls.Add(this.txtStreetAddress);
     this.Controls.Add(this.label3);
     this.Controls.Add(this.txtContactName);
     this.Controls.Add(this.txtInstitutionName);
     this.Controls.Add(this.label2);
     this.Controls.Add(this.label1);
     this.Controls.Add(this.picLOGO);
     this.Controls.Add(this.lblHeader);
     this.Controls.Add(this.picHeader);
     this.Font            = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.Name            = "FORMLibrarySetup";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Manage Profile";
     this.Load           += new System.EventHandler(this.FORMLibrarySetup_Load);
     this.ResumeLayout(false);
 }