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

298 lines
16 KiB
C#

namespace Cosmos.Win
{
partial class frmTPayConnectList
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmTPayConnectList));
this.btnExit = new Cosmos.UI.CsmLabel();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.btnEnter = new Cosmos.UI.CsmButton();
this.picBack = new System.Windows.Forms.PictureBox();
this.btnSearch = new Cosmos.UI.CsmButton();
this.gridList = new Cosmos.UI.CsmGrid();
this.btnGridDown = new Cosmos.UI.CsmButton();
this.btnGridUp = new Cosmos.UI.CsmButton();
this.pnlBleBack = new System.Windows.Forms.Panel();
this.picBLE = new System.Windows.Forms.PictureBox();
this.lblGuidMsg = new Cosmos.UI.CsmLabel();
this.label2 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.pnlBleBack.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.picBLE)).BeginInit();
this.SuspendLayout();
//
// btnExit
//
this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnExit.BorderStyleReDraw = false;
this.btnExit.Font = new System.Drawing.Font("굴림체", 20.25F, System.Drawing.FontStyle.Bold);
this.btnExit.ForeColor = System.Drawing.Color.White;
this.btnExit.Location = new System.Drawing.Point(729, 1);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(58, 50);
this.btnExit.TabIndex = 242;
this.btnExit.Text = "X";
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnExit.Click += new System.EventHandler(this.Button_Click);
//
// lblTitle
//
this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.lblTitle.BorderStyleReDraw = false;
this.lblTitle.Font = new System.Drawing.Font("나눔스퀘어 Bold", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblTitle.ForeColor = System.Drawing.Color.White;
this.lblTitle.Location = new System.Drawing.Point(16, 1);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(714, 50);
this.lblTitle.TabIndex = 241;
this.lblTitle.Text = "T 페이";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnEnter
//
this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnEnter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnEnter.BorderStyleReDraw = false;
this.btnEnter.ClickImage = null;
this.btnEnter.DefaultImage = null;
this.btnEnter.DisableImage = null;
this.btnEnter.Font = new System.Drawing.Font("나눔고딕", 14F);
this.btnEnter.ForeColor = System.Drawing.Color.White;
this.btnEnter.Location = new System.Drawing.Point(666, 344);
this.btnEnter.Name = "btnEnter";
this.btnEnter.OccupancyBar = 0;
this.btnEnter.OccupancyBar_Lv0 = null;
this.btnEnter.OccupancyBar_Lv1 = null;
this.btnEnter.OccupancyBar_Lv2 = null;
this.btnEnter.OccupancyBar_Lv3 = null;
this.btnEnter.OccupancyBar_Lv4 = null;
this.btnEnter.Size = new System.Drawing.Size(100, 40);
this.btnEnter.TabIndex = 264;
this.btnEnter.Text = "등록";
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnEnter.UseCompatibleTextRendering = true;
this.btnEnter.Click += new System.EventHandler(this.Button_Click);
//
// picBack
//
this.picBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.picBack.ErrorImage = null;
this.picBack.InitialImage = null;
this.picBack.Location = new System.Drawing.Point(164, 340);
this.picBack.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.picBack.Name = "picBack";
this.picBack.Size = new System.Drawing.Size(62, 60);
this.picBack.TabIndex = 313;
this.picBack.TabStop = false;
//
// btnSearch
//
this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnSearch.BorderStyleReDraw = false;
this.btnSearch.ClickImage = null;
this.btnSearch.DefaultImage = null;
this.btnSearch.DisableImage = null;
this.btnSearch.Font = new System.Drawing.Font("나눔고딕", 14F);
this.btnSearch.ForeColor = System.Drawing.Color.White;
this.btnSearch.Location = new System.Drawing.Point(22, 344);
this.btnSearch.Name = "btnSearch";
this.btnSearch.OccupancyBar = 0;
this.btnSearch.OccupancyBar_Lv0 = null;
this.btnSearch.OccupancyBar_Lv1 = null;
this.btnSearch.OccupancyBar_Lv2 = null;
this.btnSearch.OccupancyBar_Lv3 = null;
this.btnSearch.OccupancyBar_Lv4 = null;
this.btnSearch.Size = new System.Drawing.Size(100, 40);
this.btnSearch.TabIndex = 314;
this.btnSearch.Text = "고객 조회";
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnSearch.UseCompatibleTextRendering = true;
this.btnSearch.Click += new System.EventHandler(this.Button_Click);
//
// gridList
//
this.gridList.BackColor = System.Drawing.Color.White;
this.gridList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.gridList.CsmGridAlternateRowBackColor = System.Drawing.Color.White;
this.gridList.CsmGridBackGroundColor = System.Drawing.Color.Ivory;
this.gridList.CsmGridColumnCount = 5;
this.gridList.CsmGridColumnHeadersFont = new System.Drawing.Font("나눔스퀘어", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.gridList.CsmGridColumnHeadersHeight = 34;
this.gridList.CsmGridColumnHeadersVisible = true;
this.gridList.CsmGridDefaultRowBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234)))));
this.gridList.CsmGridFirstDisplayedScrollingRowIndex = -1;
this.gridList.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight;
this.gridList.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText;
this.gridList.CsmGridIndicateBackColor = System.Drawing.Color.Red;
this.gridList.CsmGridIndicateForeColor = System.Drawing.Color.White;
this.gridList.CsmGridRowMove = true;
this.gridList.CsmGridRowsHeight = 34;
this.gridList.CsmGridShowPageRowsCount = 6;
this.gridList.Font = new System.Drawing.Font("나눔스퀘어", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.gridList.Location = new System.Drawing.Point(22, 68);
this.gridList.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.gridList.Name = "gridList";
this.gridList.Size = new System.Drawing.Size(744, 262);
this.gridList.TabIndex = 315;
//
// btnGridDown
//
this.btnGridDown.BackColor = System.Drawing.Color.White;
this.btnGridDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnGridDown.BorderStyleReDraw = true;
this.btnGridDown.ClickImage = null;
this.btnGridDown.DefaultImage = null;
this.btnGridDown.DisableImage = null;
this.btnGridDown.Location = new System.Drawing.Point(735, 198);
this.btnGridDown.Name = "btnGridDown";
this.btnGridDown.OccupancyBar = 0;
this.btnGridDown.OccupancyBar_Lv0 = null;
this.btnGridDown.OccupancyBar_Lv1 = null;
this.btnGridDown.OccupancyBar_Lv2 = null;
this.btnGridDown.OccupancyBar_Lv3 = null;
this.btnGridDown.OccupancyBar_Lv4 = null;
this.btnGridDown.Size = new System.Drawing.Size(31, 132);
this.btnGridDown.TabIndex = 317;
this.btnGridDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnGridDown.Click += new System.EventHandler(this.Button_Click);
//
// btnGridUp
//
this.btnGridUp.BackColor = System.Drawing.Color.White;
this.btnGridUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnGridUp.BorderStyleReDraw = true;
this.btnGridUp.ClickImage = null;
this.btnGridUp.DefaultImage = null;
this.btnGridUp.DisableImage = null;
this.btnGridUp.Location = new System.Drawing.Point(735, 67);
this.btnGridUp.Name = "btnGridUp";
this.btnGridUp.OccupancyBar = 0;
this.btnGridUp.OccupancyBar_Lv0 = null;
this.btnGridUp.OccupancyBar_Lv1 = null;
this.btnGridUp.OccupancyBar_Lv2 = null;
this.btnGridUp.OccupancyBar_Lv3 = null;
this.btnGridUp.OccupancyBar_Lv4 = null;
this.btnGridUp.Size = new System.Drawing.Size(31, 133);
this.btnGridUp.TabIndex = 316;
this.btnGridUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnGridUp.Click += new System.EventHandler(this.Button_Click);
//
// pnlBleBack
//
this.pnlBleBack.Controls.Add(this.picBLE);
this.pnlBleBack.Controls.Add(this.lblGuidMsg);
this.pnlBleBack.Location = new System.Drawing.Point(22, 405);
this.pnlBleBack.Name = "pnlBleBack";
this.pnlBleBack.Size = new System.Drawing.Size(744, 264);
this.pnlBleBack.TabIndex = 318;
//
// picBLE
//
this.picBLE.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.picBLE.ErrorImage = null;
this.picBLE.Image = ((System.Drawing.Image)(resources.GetObject("picBLE.Image")));
this.picBLE.InitialImage = null;
this.picBLE.Location = new System.Drawing.Point(27, 58);
this.picBLE.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
this.picBLE.Name = "picBLE";
this.picBLE.Size = new System.Drawing.Size(128, 125);
this.picBLE.TabIndex = 314;
this.picBLE.TabStop = false;
this.picBLE.Click += new System.EventHandler(this.picBLE_Click);
//
// lblGuidMsg
//
this.lblGuidMsg.BackColor = System.Drawing.Color.White;
this.lblGuidMsg.BorderStyleReDraw = false;
this.lblGuidMsg.Font = new System.Drawing.Font("나눔스퀘어 Bold", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblGuidMsg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.lblGuidMsg.Location = new System.Drawing.Point(168, 24);
this.lblGuidMsg.Name = "lblGuidMsg";
this.lblGuidMsg.Size = new System.Drawing.Size(561, 200);
this.lblGuidMsg.TabIndex = 242;
this.lblGuidMsg.Text = "핸즈프리 결제를 시작합니다.";
this.lblGuidMsg.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label2
//
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label2.Location = new System.Drawing.Point(22, 67);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(744, 2);
this.label2.TabIndex = 319;
//
// frmTPayConnectList
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.White;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(788, 669);
this.Controls.Add(this.pnlBleBack);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnGridDown);
this.Controls.Add(this.btnGridUp);
this.Controls.Add(this.gridList);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.btnEnter);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmTPayConnectList";
this.ShowInTaskbar = false;
this.Text = "frmRegStorNotice";
this.Activated += new System.EventHandler(this.Form_Activated);
this.Deactivate += new System.EventHandler(this.Form_Deactivate);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Closing);
this.Load += new System.EventHandler(this.Form_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.pnlBleBack.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.picBLE)).EndInit();
this.ResumeLayout(false);
}
#endregion
private UI.CsmLabel btnExit;
private UI.CsmLabel lblTitle;
private UI.CsmButton btnEnter;
private System.Windows.Forms.PictureBox picBack;
private UI.CsmButton btnSearch;
private UI.CsmGrid gridList;
private UI.CsmButton btnGridDown;
private UI.CsmButton btnGridUp;
private System.Windows.Forms.Panel pnlBleBack;
private UI.CsmLabel lblGuidMsg;
private System.Windows.Forms.PictureBox picBLE;
private System.Windows.Forms.Label label2;
}
}