spc-kiosk-pb/Window/WinPayment/frmAirPortTran.designer.cs
2019-06-16 14:12:09 +09:00

153 lines
7.4 KiB
C#

namespace Cosmos.Win
{
partial class frmAirPortTran
{
/// <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.btnPaySearch = new Cosmos.UI.CsmButton();
this.btnPayRequest = new Cosmos.UI.CsmButton();
this.lblMessage = new Cosmos.UI.CsmLabel();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.pnlCardMot.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).BeginInit();
this.SuspendLayout();
//
// padInPut
//
this.padInPut.Use4By4 = false;
//
// btnExit
//
this.btnExit.Click += new System.EventHandler(this.btnProc_Click);
//
// btnPaySearch
//
this.btnPaySearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnPaySearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnPaySearch.BorderStyleReDraw = false;
this.btnPaySearch.ClickImage = null;
this.btnPaySearch.DefaultImage = null;
this.btnPaySearch.DisableImage = null;
this.btnPaySearch.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
this.btnPaySearch.ForeColor = System.Drawing.Color.White;
this.btnPaySearch.Location = new System.Drawing.Point(247, 421);
this.btnPaySearch.Name = "btnPaySearch";
this.btnPaySearch.OccupancyBar = 0;
this.btnPaySearch.OccupancyBar_Lv0 = null;
this.btnPaySearch.OccupancyBar_Lv1 = null;
this.btnPaySearch.OccupancyBar_Lv2 = null;
this.btnPaySearch.OccupancyBar_Lv3 = null;
this.btnPaySearch.OccupancyBar_Lv4 = null;
this.btnPaySearch.Size = new System.Drawing.Size(112, 41);
this.btnPaySearch.TabIndex = 328;
this.btnPaySearch.Text = "결제마감";
this.btnPaySearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnPaySearch.UseCompatibleTextRendering = true;
this.btnPaySearch.Click += new System.EventHandler(this.btnProc_Click);
//
// btnPayRequest
//
this.btnPayRequest.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnPayRequest.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnPayRequest.BorderStyleReDraw = false;
this.btnPayRequest.ClickImage = null;
this.btnPayRequest.DefaultImage = null;
this.btnPayRequest.DisableImage = null;
this.btnPayRequest.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
this.btnPayRequest.ForeColor = System.Drawing.Color.White;
this.btnPayRequest.Location = new System.Drawing.Point(365, 421);
this.btnPayRequest.Name = "btnPayRequest";
this.btnPayRequest.OccupancyBar = 0;
this.btnPayRequest.OccupancyBar_Lv0 = null;
this.btnPayRequest.OccupancyBar_Lv1 = null;
this.btnPayRequest.OccupancyBar_Lv2 = null;
this.btnPayRequest.OccupancyBar_Lv3 = null;
this.btnPayRequest.OccupancyBar_Lv4 = null;
this.btnPayRequest.Size = new System.Drawing.Size(112, 41);
this.btnPayRequest.TabIndex = 327;
this.btnPayRequest.Text = "결제요청";
this.btnPayRequest.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnPayRequest.UseCompatibleTextRendering = true;
this.btnPayRequest.Visible = false;
this.btnPayRequest.Click += new System.EventHandler(this.btnProc_Click);
//
// lblMessage
//
this.lblMessage.BorderStyleReDraw = false;
this.lblMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblMessage.Location = new System.Drawing.Point(242, 226);
this.lblMessage.Name = "lblMessage";
this.lblMessage.Size = new System.Drawing.Size(665, 183);
this.lblMessage.TabIndex = 330;
this.lblMessage.Text = "1. 통합POS에서 결제완료\r\n2. 결제조회";
this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// frmAirPortTran
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.ClientSize = new System.Drawing.Size(1004, 525);
this.Controls.Add(this.lblMessage);
this.Controls.Add(this.btnPaySearch);
this.Controls.Add(this.btnPayRequest);
this.Location = new System.Drawing.Point(210, 153);
this.Name = "frmAirPortTran";
this.ShowInTaskbar = false;
this.Text = "frmAirPortTran";
this.Activated += new System.EventHandler(this.frmAirPortTran_Activated);
this.Deactivate += new System.EventHandler(this.frmAirPortTran_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmAirPortTran_FormClosing);
this.Load += new System.EventHandler(this.frmAirPortTran_Load);
this.Shown += new System.EventHandler(this.frmAirPortTran_Shown);
this.Controls.SetChildIndex(this.picBack, 0);
this.Controls.SetChildIndex(this.lblbg1, 0);
this.Controls.SetChildIndex(this.lblbg2, 0);
this.Controls.SetChildIndex(this.padInPut, 0);
this.Controls.SetChildIndex(this.lblTitle, 0);
this.Controls.SetChildIndex(this.rtbMotMain, 0);
this.Controls.SetChildIndex(this.btnExit, 0);
this.Controls.SetChildIndex(this.pnlCardMot, 0);
this.Controls.SetChildIndex(this.btnPayRequest, 0);
this.Controls.SetChildIndex(this.btnPaySearch, 0);
this.Controls.SetChildIndex(this.lblMessage, 0);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.pnlCardMot.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
this.ResumeLayout(false);
}
#endregion
private UI.CsmButton btnPaySearch;
private UI.CsmButton btnPayRequest;
private UI.CsmLabel lblMessage;
}
}