MIT-Curricular/DBMS/C-Sharp/Lab/Week2/Banker/Banker/Form2.Designer.cs
2025-02-10 13:18:49 +05:30

316 lines
No EOL
16 KiB
C#

namespace Banker
{
partial class Form2
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.button1 = new System.Windows.Forms.Button();
this.label3 = new System.Windows.Forms.Label();
this.listBoxTransactions = new System.Windows.Forms.ListBox();
this.pictureBox2 = new System.Windows.Forms.PictureBox();
this.label9 = new System.Windows.Forms.Label();
this.textBoxAmount = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.textBoxBeneficiary = new System.Windows.Forms.TextBox();
this.btnTransferMoney = new System.Windows.Forms.Button();
this.label12 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(0, 13);
this.label1.TabIndex = 0;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.Location = new System.Drawing.Point(62, 158);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(64, 18);
this.label2.TabIndex = 1;
this.label2.Text = "Balance";
this.label2.Click += new System.EventHandler(this.label2_Click);
//
// label4
//
this.label4.AutoSize = true;
this.label4.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label4.Location = new System.Drawing.Point(391, 41);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(468, 18);
this.label4.TabIndex = 3;
this.label4.Text = "Welcome to IBS Bank. Joining bonus for the bank is 1000000 INR.";
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.pictureBox1.Location = new System.Drawing.Point(32, 30);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(319, 454);
this.pictureBox1.TabIndex = 4;
this.pictureBox1.TabStop = false;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label5.Location = new System.Drawing.Point(62, 60);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(120, 18);
this.label5.TabIndex = 5;
this.label5.Text = "Account Details";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label6.Location = new System.Drawing.Point(62, 93);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(80, 18);
this.label6.TabIndex = 6;
this.label6.Text = "Username";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label7.Location = new System.Drawing.Point(62, 207);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(186, 18);
this.label7.TabIndex = 7;
this.label7.Text = "To change your password";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label8.Location = new System.Drawing.Point(62, 225);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(106, 18);
this.label8.TabIndex = 8;
this.label8.Text = "enter it here -";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(65, 258);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(183, 20);
this.textBox1.TabIndex = 9;
//
// button1
//
this.button1.Location = new System.Drawing.Point(65, 294);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(183, 23);
this.button1.TabIndex = 10;
this.button1.Text = "Change Password";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(62, 121);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(76, 18);
this.label3.TabIndex = 11;
this.label3.Text = "Password";
this.label3.Click += new System.EventHandler(this.label3_Click);
//
// listBoxTransactions
//
this.listBoxTransactions.Font = new System.Drawing.Font("Century", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.listBoxTransactions.FormattingEnabled = true;
this.listBoxTransactions.ItemHeight = 28;
this.listBoxTransactions.Location = new System.Drawing.Point(394, 83);
this.listBoxTransactions.Name = "listBoxTransactions";
this.listBoxTransactions.Size = new System.Drawing.Size(602, 256);
this.listBoxTransactions.TabIndex = 12;
//
// pictureBox2
//
this.pictureBox2.BackColor = System.Drawing.SystemColors.GradientInactiveCaption;
this.pictureBox2.Location = new System.Drawing.Point(1036, 30);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(262, 454);
this.pictureBox2.TabIndex = 13;
this.pictureBox2.TabStop = false;
//
// label9
//
this.label9.AutoSize = true;
this.label9.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label9.Location = new System.Drawing.Point(1069, 60);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(120, 18);
this.label9.TabIndex = 14;
this.label9.Text = "Transfer Money";
//
// textBoxAmount
//
this.textBoxAmount.Location = new System.Drawing.Point(1072, 119);
this.textBoxAmount.Name = "textBoxAmount";
this.textBoxAmount.Size = new System.Drawing.Size(181, 20);
this.textBoxAmount.TabIndex = 15;
//
// label10
//
this.label10.AutoSize = true;
this.label10.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label10.Location = new System.Drawing.Point(1069, 98);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(109, 18);
this.label10.TabIndex = 16;
this.label10.Text = "Enter Amount";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Font = new System.Drawing.Font("Century", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label11.Location = new System.Drawing.Point(1069, 158);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(134, 18);
this.label11.TabIndex = 17;
this.label11.Text = "Enter Beneficiary";
//
// textBoxBeneficiary
//
this.textBoxBeneficiary.Location = new System.Drawing.Point(1072, 179);
this.textBoxBeneficiary.Name = "textBoxBeneficiary";
this.textBoxBeneficiary.Size = new System.Drawing.Size(181, 20);
this.textBoxBeneficiary.TabIndex = 18;
//
// btnTransferMoney
//
this.btnTransferMoney.Location = new System.Drawing.Point(1072, 220);
this.btnTransferMoney.Name = "btnTransferMoney";
this.btnTransferMoney.Size = new System.Drawing.Size(117, 23);
this.btnTransferMoney.TabIndex = 19;
this.btnTransferMoney.Text = "Transfer Money";
this.btnTransferMoney.UseVisualStyleBackColor = true;
this.btnTransferMoney.Click += new System.EventHandler(this.btnTransferMoney_Click);
//
// label12
//
this.label12.AutoSize = true;
this.label12.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label12.Location = new System.Drawing.Point(514, 379);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(334, 20);
this.label12.TabIndex = 20;
this.label12.Text = "CLICK TO VIEW LAST ACCESSED TIME";
this.label12.Click += new System.EventHandler(this.label12_Click);
//
// label13
//
this.label13.AutoSize = true;
this.label13.Font = new System.Drawing.Font("Century", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label13.Location = new System.Drawing.Point(514, 408);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(336, 20);
this.label13.TabIndex = 21;
this.label13.Text = "CLICK TO VIEW LAST ACCESSED DATE";
this.label13.Click += new System.EventHandler(this.label13_Click);
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1329, 513);
this.Controls.Add(this.label13);
this.Controls.Add(this.label12);
this.Controls.Add(this.btnTransferMoney);
this.Controls.Add(this.textBoxBeneficiary);
this.Controls.Add(this.label11);
this.Controls.Add(this.label10);
this.Controls.Add(this.textBoxAmount);
this.Controls.Add(this.label9);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.listBoxTransactions);
this.Controls.Add(this.label3);
this.Controls.Add(this.button1);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label8);
this.Controls.Add(this.label7);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.label4);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.pictureBox1);
this.Name = "Form2";
this.Text = "Form2";
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.ListBox listBoxTransactions;
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.TextBox textBoxAmount;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.TextBox textBoxBeneficiary;
private System.Windows.Forms.Button btnTransferMoney;
private System.Windows.Forms.Label label12;
private System.Windows.Forms.Label label13;
}
}