using System.ComponentModel; namespace Database3 { partial class frmEdit { /// /// Required designer variable. /// private IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.lblDisStuID = new System.Windows.Forms.Label(); this.lblDisfname = new System.Windows.Forms.Label(); this.lblDislname = new System.Windows.Forms.Label(); this.lblDisDOB = new System.Windows.Forms.Label(); this.lblDisSalary = new System.Windows.Forms.Label(); this.lblDisGender = new System.Windows.Forms.Label(); this.lblDisCredits = new System.Windows.Forms.Label(); this.lblDisState = new System.Windows.Forms.Label(); this.btnUpdate = new System.Windows.Forms.Button(); this.txtStuID = new System.Windows.Forms.TextBox(); this.txtfname = new System.Windows.Forms.TextBox(); this.txtlname = new System.Windows.Forms.TextBox(); this.txtDOB = new System.Windows.Forms.TextBox(); this.txtSalary = new System.Windows.Forms.TextBox(); this.txtCredits = new System.Windows.Forms.TextBox(); this.cboGender = new System.Windows.Forms.ComboBox(); this.cboState = new System.Windows.Forms.ComboBox(); this.SuspendLayout(); // // lblDisStuID // this.lblDisStuID.Location = new System.Drawing.Point(91, 62); this.lblDisStuID.Name = "lblDisStuID"; this.lblDisStuID.Size = new System.Drawing.Size(183, 24); this.lblDisStuID.TabIndex = 0; this.lblDisStuID.Text = "Student ID:"; this.lblDisStuID.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblDisfname // this.lblDisfname.Location = new System.Drawing.Point(91, 86); this.lblDisfname.Name = "lblDisfname"; this.lblDisfname.Size = new System.Drawing.Size(183, 24); this.lblDisfname.TabIndex = 1; this.lblDisfname.Text = "First Name:"; this.lblDisfname.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblDislname // this.lblDislname.Location = new System.Drawing.Point(91, 110); this.lblDislname.Name = "lblDislname"; this.lblDislname.Size = new System.Drawing.Size(183, 24); this.lblDislname.TabIndex = 2; this.lblDislname.Text = "Last Name:"; this.lblDislname.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblDisDOB // this.lblDisDOB.Location = new System.Drawing.Point(91, 134); this.lblDisDOB.Name = "lblDisDOB"; this.lblDisDOB.Size = new System.Drawing.Size(183, 24); this.lblDisDOB.TabIndex = 3; this.lblDisDOB.Text = "Date of Birth:"; this.lblDisDOB.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblDisSalary // this.lblDisSalary.Location = new System.Drawing.Point(91, 158); this.lblDisSalary.Name = "lblDisSalary"; this.lblDisSalary.Size = new System.Drawing.Size(183, 24); this.lblDisSalary.TabIndex = 4; this.lblDisSalary.Text = "Salary:"; this.lblDisSalary.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblDisGender // this.lblDisGender.Location = new System.Drawing.Point(91, 182); this.lblDisGender.Name = "lblDisGender"; this.lblDisGender.Size = new System.Drawing.Size(183, 24); this.lblDisGender.TabIndex = 5; this.lblDisGender.Text = "Gender:"; this.lblDisGender.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblDisCredits // this.lblDisCredits.Location = new System.Drawing.Point(91, 206); this.lblDisCredits.Name = "lblDisCredits"; this.lblDisCredits.Size = new System.Drawing.Size(183, 24); this.lblDisCredits.TabIndex = 6; this.lblDisCredits.Text = "Total Credits:"; this.lblDisCredits.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // lblDisState // this.lblDisState.Location = new System.Drawing.Point(91, 230); this.lblDisState.Name = "lblDisState"; this.lblDisState.Size = new System.Drawing.Size(183, 24); this.lblDisState.TabIndex = 7; this.lblDisState.Text = "State:"; this.lblDisState.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // btnUpdate // this.btnUpdate.Location = new System.Drawing.Point(537, 111); this.btnUpdate.Name = "btnUpdate"; this.btnUpdate.Size = new System.Drawing.Size(75, 23); this.btnUpdate.TabIndex = 8; this.btnUpdate.Text = "Update"; this.btnUpdate.UseVisualStyleBackColor = true; this.btnUpdate.Click += new System.EventHandler(this.btnUpdate_Click); // // txtStuID // this.txtStuID.Location = new System.Drawing.Point(312, 65); this.txtStuID.Name = "txtStuID"; this.txtStuID.Size = new System.Drawing.Size(187, 20); this.txtStuID.TabIndex = 9; // // txtfname // this.txtfname.Location = new System.Drawing.Point(312, 89); this.txtfname.Name = "txtfname"; this.txtfname.Size = new System.Drawing.Size(187, 20); this.txtfname.TabIndex = 10; // // txtlname // this.txtlname.Location = new System.Drawing.Point(312, 113); this.txtlname.Name = "txtlname"; this.txtlname.Size = new System.Drawing.Size(187, 20); this.txtlname.TabIndex = 11; // // txtDOB // this.txtDOB.Location = new System.Drawing.Point(312, 137); this.txtDOB.Name = "txtDOB"; this.txtDOB.Size = new System.Drawing.Size(187, 20); this.txtDOB.TabIndex = 12; // // txtSalary // this.txtSalary.Location = new System.Drawing.Point(312, 161); this.txtSalary.Name = "txtSalary"; this.txtSalary.Size = new System.Drawing.Size(187, 20); this.txtSalary.TabIndex = 13; // // txtCredits // this.txtCredits.Location = new System.Drawing.Point(312, 209); this.txtCredits.Name = "txtCredits"; this.txtCredits.Size = new System.Drawing.Size(187, 20); this.txtCredits.TabIndex = 15; // // cboGender // this.cboGender.FormattingEnabled = true; this.cboGender.Location = new System.Drawing.Point(312, 185); this.cboGender.Name = "cboGender"; this.cboGender.Size = new System.Drawing.Size(187, 21); this.cboGender.TabIndex = 16; // // cboState // this.cboState.FormattingEnabled = true; this.cboState.Location = new System.Drawing.Point(312, 233); this.cboState.Name = "cboState"; this.cboState.Size = new System.Drawing.Size(187, 21); this.cboState.TabIndex = 17; // // frmEdit // this.AcceptButton = this.btnUpdate; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.cboState); this.Controls.Add(this.cboGender); this.Controls.Add(this.txtCredits); this.Controls.Add(this.txtSalary); this.Controls.Add(this.txtDOB); this.Controls.Add(this.txtlname); this.Controls.Add(this.txtfname); this.Controls.Add(this.txtStuID); this.Controls.Add(this.btnUpdate); this.Controls.Add(this.lblDisState); this.Controls.Add(this.lblDisCredits); this.Controls.Add(this.lblDisGender); this.Controls.Add(this.lblDisSalary); this.Controls.Add(this.lblDisDOB); this.Controls.Add(this.lblDislname); this.Controls.Add(this.lblDisfname); this.Controls.Add(this.lblDisStuID); this.Name = "frmEdit"; this.Text = "frmEdit"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Closing); this.Load += new System.EventHandler(this.frmEdit_Load); this.ResumeLayout(false); this.PerformLayout(); } private System.Windows.Forms.Button btnUpdate; private System.Windows.Forms.TextBox txtStuID; private System.Windows.Forms.TextBox txtfname; private System.Windows.Forms.TextBox txtlname; private System.Windows.Forms.TextBox txtDOB; private System.Windows.Forms.TextBox txtSalary; private System.Windows.Forms.TextBox txtCredits; private System.Windows.Forms.ComboBox cboGender; private System.Windows.Forms.ComboBox cboState; private System.Windows.Forms.Label lblDisStuID; private System.Windows.Forms.Label lblDisfname; private System.Windows.Forms.Label lblDislname; private System.Windows.Forms.Label lblDisDOB; private System.Windows.Forms.Label lblDisSalary; private System.Windows.Forms.Label lblDisGender; private System.Windows.Forms.Label lblDisCredits; private System.Windows.Forms.Label lblDisState; #endregion } }