finish??
This commit is contained in:
116
HCI_Coursework_EVCHARGE/Payment.Designer.cs
generated
Normal file
116
HCI_Coursework_EVCHARGE/Payment.Designer.cs
generated
Normal file
@@ -0,0 +1,116 @@
|
||||
namespace HCI_Coursework_EVCHARGE
|
||||
{
|
||||
partial class Payment
|
||||
{
|
||||
/// <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.loginLabel = new System.Windows.Forms.Label();
|
||||
this.qrCodeButton = new System.Windows.Forms.Button();
|
||||
this.accountNoButton = new System.Windows.Forms.Button();
|
||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||
this.tableLayoutPanel1.SuspendLayout();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// loginLabel
|
||||
//
|
||||
this.loginLabel.Anchor = System.Windows.Forms.AnchorStyles.None;
|
||||
this.loginLabel.AutoSize = true;
|
||||
this.loginLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 34F);
|
||||
this.loginLabel.Location = new System.Drawing.Point(0, 456);
|
||||
this.loginLabel.MinimumSize = new System.Drawing.Size(1920, 0);
|
||||
this.loginLabel.Name = "loginLabel";
|
||||
this.loginLabel.Size = new System.Drawing.Size(1920, 53);
|
||||
this.loginLabel.TabIndex = 3;
|
||||
this.loginLabel.Text = "Choose a Payment Method";
|
||||
this.loginLabel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||||
//
|
||||
// qrCodeButton
|
||||
//
|
||||
this.qrCodeButton.Dock = System.Windows.Forms.DockStyle.Left;
|
||||
this.qrCodeButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
||||
this.qrCodeButton.Location = new System.Drawing.Point(1042, 3);
|
||||
this.qrCodeButton.Margin = new System.Windows.Forms.Padding(90, 3, 3, 3);
|
||||
this.qrCodeButton.Name = "qrCodeButton";
|
||||
this.qrCodeButton.Size = new System.Drawing.Size(144, 114);
|
||||
this.qrCodeButton.TabIndex = 5;
|
||||
this.qrCodeButton.Text = "Tap Payment Card";
|
||||
this.qrCodeButton.UseVisualStyleBackColor = true;
|
||||
this.qrCodeButton.Click += new System.EventHandler(this.tapButton_Click);
|
||||
//
|
||||
// accountNoButton
|
||||
//
|
||||
this.accountNoButton.Dock = System.Windows.Forms.DockStyle.Right;
|
||||
this.accountNoButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F);
|
||||
this.accountNoButton.Location = new System.Drawing.Point(718, 3);
|
||||
this.accountNoButton.Margin = new System.Windows.Forms.Padding(3, 3, 90, 3);
|
||||
this.accountNoButton.Name = "accountNoButton";
|
||||
this.accountNoButton.Size = new System.Drawing.Size(144, 114);
|
||||
this.accountNoButton.TabIndex = 4;
|
||||
this.accountNoButton.Text = "Account Credit";
|
||||
this.accountNoButton.UseVisualStyleBackColor = true;
|
||||
//
|
||||
// tableLayoutPanel1
|
||||
//
|
||||
this.tableLayoutPanel1.ColumnCount = 2;
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
||||
this.tableLayoutPanel1.Controls.Add(this.qrCodeButton, 1, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.accountNoButton, 0, 0);
|
||||
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 632);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
this.tableLayoutPanel1.RowCount = 1;
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
||||
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
||||
this.tableLayoutPanel1.Size = new System.Drawing.Size(1904, 120);
|
||||
this.tableLayoutPanel1.TabIndex = 6;
|
||||
//
|
||||
// Payment
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(1904, 1041);
|
||||
this.Controls.Add(this.tableLayoutPanel1);
|
||||
this.Controls.Add(this.loginLabel);
|
||||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||||
this.Name = "Payment";
|
||||
this.Text = "Payment";
|
||||
this.TopMost = true;
|
||||
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
|
||||
this.tableLayoutPanel1.ResumeLayout(false);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
||||
private System.Windows.Forms.Label loginLabel;
|
||||
private System.Windows.Forms.Button qrCodeButton;
|
||||
private System.Windows.Forms.Button accountNoButton;
|
||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user