634 lines
35 KiB
C#
634 lines
35 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmExchangeTicket
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
this.gridDataItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
|
this.txtExchangeTicketAmt = new Cosmos.UI.CsmLabel();
|
|
this.lblExchangeTicketAmt = new Cosmos.UI.CsmLabel();
|
|
this.txtExchangeTicketNo = new Cosmos.UI.CsmPosEditBox();
|
|
this.btnPay3 = new Cosmos.UI.CsmButton();
|
|
this.btnPay6 = new Cosmos.UI.CsmButton();
|
|
this.btnPay5 = new Cosmos.UI.CsmButton();
|
|
this.btnPay4 = new Cosmos.UI.CsmButton();
|
|
this.btnPay2 = new Cosmos.UI.CsmButton();
|
|
this.btnPay1 = new Cosmos.UI.CsmButton();
|
|
this.btnExchangeTicket = new Cosmos.UI.CsmButton();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtPayAmt = new Cosmos.UI.CsmLabel();
|
|
this.btnComplete = new Cosmos.UI.CsmButton();
|
|
this.btnSearch = new Cosmos.UI.CsmButton();
|
|
this.lblPayAmt = new Cosmos.UI.CsmLabel();
|
|
this.lblExchangeTicketNo = new Cosmos.UI.CsmLabel();
|
|
this.btnMenu4 = new Cosmos.UI.CsmButton();
|
|
this.btnMenu3 = new Cosmos.UI.CsmButton();
|
|
this.btnMenu2 = new Cosmos.UI.CsmButton();
|
|
this.btnMenu1 = new Cosmos.UI.CsmButton();
|
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
this.pnlCardMot.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// padInPut
|
|
//
|
|
this.padInPut.Use4By4 = false;
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// gridDataItemBindingSource
|
|
//
|
|
this.gridDataItemBindingSource.DataSource = typeof(Cosmos.UI.GridDataItem);
|
|
//
|
|
// txtExchangeTicketAmt
|
|
//
|
|
this.txtExchangeTicketAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtExchangeTicketAmt.BorderStyleReDraw = true;
|
|
this.txtExchangeTicketAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtExchangeTicketAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtExchangeTicketAmt.Location = new System.Drawing.Point(376, 276);
|
|
this.txtExchangeTicketAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtExchangeTicketAmt.Name = "txtExchangeTicketAmt";
|
|
this.txtExchangeTicketAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtExchangeTicketAmt.Size = new System.Drawing.Size(253, 26);
|
|
this.txtExchangeTicketAmt.TabIndex = 354;
|
|
this.txtExchangeTicketAmt.Text = "0";
|
|
this.txtExchangeTicketAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// lblExchangeTicketAmt
|
|
//
|
|
this.lblExchangeTicketAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblExchangeTicketAmt.BorderStyleReDraw = true;
|
|
this.lblExchangeTicketAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblExchangeTicketAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblExchangeTicketAmt.Location = new System.Drawing.Point(238, 269);
|
|
this.lblExchangeTicketAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblExchangeTicketAmt.Name = "lblExchangeTicketAmt";
|
|
this.lblExchangeTicketAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblExchangeTicketAmt.Size = new System.Drawing.Size(122, 40);
|
|
this.lblExchangeTicketAmt.TabIndex = 353;
|
|
this.lblExchangeTicketAmt.Text = "교환권금액";
|
|
this.lblExchangeTicketAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtExchangeTicketNo
|
|
//
|
|
this.txtExchangeTicketNo.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtExchangeTicketNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtExchangeTicketNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtExchangeTicketNo.BorderStyleReDraw = false;
|
|
this.txtExchangeTicketNo.ClearFlag = false;
|
|
this.txtExchangeTicketNo.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtExchangeTicketNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtExchangeTicketNo.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtExchangeTicketNo.InputType = Cosmos.UI.InputType.None;
|
|
this.txtExchangeTicketNo.InputTypeFormat = "";
|
|
this.txtExchangeTicketNo.Location = new System.Drawing.Point(376, 237);
|
|
this.txtExchangeTicketNo.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtExchangeTicketNo.MaxLength = 22;
|
|
this.txtExchangeTicketNo.MaxLengthAutoEnd = false;
|
|
this.txtExchangeTicketNo.MaxLengthForKeyIn = 32767;
|
|
this.txtExchangeTicketNo.MaxLengthForNumpad = 32767;
|
|
this.txtExchangeTicketNo.Name = "txtExchangeTicketNo";
|
|
this.txtExchangeTicketNo.PasswordChar = '\0';
|
|
this.txtExchangeTicketNo.ReadOnly = false;
|
|
this.txtExchangeTicketNo.Size = new System.Drawing.Size(253, 26);
|
|
this.txtExchangeTicketNo.TabIndex = 352;
|
|
this.txtExchangeTicketNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtExchangeTicketNo.UseDualMaxLength = false;
|
|
this.txtExchangeTicketNo.Value = "";
|
|
this.txtExchangeTicketNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtExchangeTicketNo.EditBoxTextChangedEvnet += new Cosmos.UI.CsmPosEditBox.EditBoxTextChangedEventHandler(this.txtExchangeTicketNo_EditBoxTextChangedEvnet);
|
|
this.txtExchangeTicketNo.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// btnPay3
|
|
//
|
|
this.btnPay3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnPay3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnPay3.BorderStyleReDraw = false;
|
|
this.btnPay3.ClickImage = null;
|
|
this.btnPay3.DefaultImage = null;
|
|
this.btnPay3.DisableImage = null;
|
|
this.btnPay3.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnPay3.ForeColor = System.Drawing.Color.White;
|
|
this.btnPay3.Location = new System.Drawing.Point(513, 316);
|
|
this.btnPay3.Name = "btnPay3";
|
|
this.btnPay3.OccupancyBar = 0;
|
|
this.btnPay3.OccupancyBar_Lv0 = null;
|
|
this.btnPay3.OccupancyBar_Lv1 = null;
|
|
this.btnPay3.OccupancyBar_Lv2 = null;
|
|
this.btnPay3.OccupancyBar_Lv3 = null;
|
|
this.btnPay3.OccupancyBar_Lv4 = null;
|
|
this.btnPay3.Size = new System.Drawing.Size(133, 40);
|
|
this.btnPay3.TabIndex = 351;
|
|
this.btnPay3.Text = "10,000,000";
|
|
this.btnPay3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnPay3.Visible = false;
|
|
this.btnPay3.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnPay6
|
|
//
|
|
this.btnPay6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnPay6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnPay6.BorderStyleReDraw = false;
|
|
this.btnPay6.ClickImage = null;
|
|
this.btnPay6.DefaultImage = null;
|
|
this.btnPay6.DisableImage = null;
|
|
this.btnPay6.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnPay6.ForeColor = System.Drawing.Color.White;
|
|
this.btnPay6.Location = new System.Drawing.Point(513, 361);
|
|
this.btnPay6.Name = "btnPay6";
|
|
this.btnPay6.OccupancyBar = 0;
|
|
this.btnPay6.OccupancyBar_Lv0 = null;
|
|
this.btnPay6.OccupancyBar_Lv1 = null;
|
|
this.btnPay6.OccupancyBar_Lv2 = null;
|
|
this.btnPay6.OccupancyBar_Lv3 = null;
|
|
this.btnPay6.OccupancyBar_Lv4 = null;
|
|
this.btnPay6.Size = new System.Drawing.Size(133, 40);
|
|
this.btnPay6.TabIndex = 346;
|
|
this.btnPay6.Text = "10,000,000";
|
|
this.btnPay6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnPay6.Visible = false;
|
|
this.btnPay6.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnPay5
|
|
//
|
|
this.btnPay5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnPay5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnPay5.BorderStyleReDraw = false;
|
|
this.btnPay5.ClickImage = null;
|
|
this.btnPay5.DefaultImage = null;
|
|
this.btnPay5.DisableImage = null;
|
|
this.btnPay5.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnPay5.ForeColor = System.Drawing.Color.White;
|
|
this.btnPay5.Location = new System.Drawing.Point(376, 361);
|
|
this.btnPay5.Name = "btnPay5";
|
|
this.btnPay5.OccupancyBar = 0;
|
|
this.btnPay5.OccupancyBar_Lv0 = null;
|
|
this.btnPay5.OccupancyBar_Lv1 = null;
|
|
this.btnPay5.OccupancyBar_Lv2 = null;
|
|
this.btnPay5.OccupancyBar_Lv3 = null;
|
|
this.btnPay5.OccupancyBar_Lv4 = null;
|
|
this.btnPay5.Size = new System.Drawing.Size(132, 40);
|
|
this.btnPay5.TabIndex = 347;
|
|
this.btnPay5.Text = "10,000,000";
|
|
this.btnPay5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnPay5.Visible = false;
|
|
this.btnPay5.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnPay4
|
|
//
|
|
this.btnPay4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnPay4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnPay4.BorderStyleReDraw = false;
|
|
this.btnPay4.ClickImage = null;
|
|
this.btnPay4.DefaultImage = null;
|
|
this.btnPay4.DisableImage = null;
|
|
this.btnPay4.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnPay4.ForeColor = System.Drawing.Color.White;
|
|
this.btnPay4.Location = new System.Drawing.Point(238, 361);
|
|
this.btnPay4.Name = "btnPay4";
|
|
this.btnPay4.OccupancyBar = 0;
|
|
this.btnPay4.OccupancyBar_Lv0 = null;
|
|
this.btnPay4.OccupancyBar_Lv1 = null;
|
|
this.btnPay4.OccupancyBar_Lv2 = null;
|
|
this.btnPay4.OccupancyBar_Lv3 = null;
|
|
this.btnPay4.OccupancyBar_Lv4 = null;
|
|
this.btnPay4.Size = new System.Drawing.Size(133, 40);
|
|
this.btnPay4.TabIndex = 348;
|
|
this.btnPay4.Text = "10,000,000";
|
|
this.btnPay4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnPay4.Visible = false;
|
|
this.btnPay4.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnPay2
|
|
//
|
|
this.btnPay2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnPay2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnPay2.BorderStyleReDraw = false;
|
|
this.btnPay2.ClickImage = null;
|
|
this.btnPay2.DefaultImage = null;
|
|
this.btnPay2.DisableImage = null;
|
|
this.btnPay2.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnPay2.ForeColor = System.Drawing.Color.White;
|
|
this.btnPay2.Location = new System.Drawing.Point(376, 316);
|
|
this.btnPay2.Name = "btnPay2";
|
|
this.btnPay2.OccupancyBar = 0;
|
|
this.btnPay2.OccupancyBar_Lv0 = null;
|
|
this.btnPay2.OccupancyBar_Lv1 = null;
|
|
this.btnPay2.OccupancyBar_Lv2 = null;
|
|
this.btnPay2.OccupancyBar_Lv3 = null;
|
|
this.btnPay2.OccupancyBar_Lv4 = null;
|
|
this.btnPay2.Size = new System.Drawing.Size(132, 40);
|
|
this.btnPay2.TabIndex = 349;
|
|
this.btnPay2.Text = "10,000,000";
|
|
this.btnPay2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnPay2.Visible = false;
|
|
this.btnPay2.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnPay1
|
|
//
|
|
this.btnPay1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnPay1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnPay1.BorderStyleReDraw = false;
|
|
this.btnPay1.ClickImage = null;
|
|
this.btnPay1.DefaultImage = null;
|
|
this.btnPay1.DisableImage = null;
|
|
this.btnPay1.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnPay1.ForeColor = System.Drawing.Color.White;
|
|
this.btnPay1.Location = new System.Drawing.Point(238, 316);
|
|
this.btnPay1.Name = "btnPay1";
|
|
this.btnPay1.OccupancyBar = 0;
|
|
this.btnPay1.OccupancyBar_Lv0 = null;
|
|
this.btnPay1.OccupancyBar_Lv1 = null;
|
|
this.btnPay1.OccupancyBar_Lv2 = null;
|
|
this.btnPay1.OccupancyBar_Lv3 = null;
|
|
this.btnPay1.OccupancyBar_Lv4 = null;
|
|
this.btnPay1.Size = new System.Drawing.Size(133, 40);
|
|
this.btnPay1.TabIndex = 350;
|
|
this.btnPay1.Text = "10,000,000";
|
|
this.btnPay1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnPay1.Visible = false;
|
|
this.btnPay1.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnExchangeTicket
|
|
//
|
|
this.btnExchangeTicket.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
this.btnExchangeTicket.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnExchangeTicket.BorderStyleReDraw = false;
|
|
this.btnExchangeTicket.ClickImage = null;
|
|
this.btnExchangeTicket.DefaultImage = null;
|
|
this.btnExchangeTicket.DisableImage = null;
|
|
this.btnExchangeTicket.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnExchangeTicket.ForeColor = System.Drawing.Color.White;
|
|
this.btnExchangeTicket.Location = new System.Drawing.Point(444, 463);
|
|
this.btnExchangeTicket.Name = "btnExchangeTicket";
|
|
this.btnExchangeTicket.OccupancyBar = 0;
|
|
this.btnExchangeTicket.OccupancyBar_Lv0 = null;
|
|
this.btnExchangeTicket.OccupancyBar_Lv1 = null;
|
|
this.btnExchangeTicket.OccupancyBar_Lv2 = null;
|
|
this.btnExchangeTicket.OccupancyBar_Lv3 = null;
|
|
this.btnExchangeTicket.OccupancyBar_Lv4 = null;
|
|
this.btnExchangeTicket.Size = new System.Drawing.Size(100, 40);
|
|
this.btnExchangeTicket.TabIndex = 345;
|
|
this.btnExchangeTicket.Text = "교환권";
|
|
this.btnExchangeTicket.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnExchangeTicket.UseCompatibleTextRendering = true;
|
|
this.btnExchangeTicket.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label2.Location = new System.Drawing.Point(238, 190);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(408, 2);
|
|
this.label2.TabIndex = 342;
|
|
//
|
|
// txtPayAmt
|
|
//
|
|
this.txtPayAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtPayAmt.BorderStyleReDraw = true;
|
|
this.txtPayAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtPayAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtPayAmt.Location = new System.Drawing.Point(376, 198);
|
|
this.txtPayAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtPayAmt.Name = "txtPayAmt";
|
|
this.txtPayAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtPayAmt.Size = new System.Drawing.Size(253, 26);
|
|
this.txtPayAmt.TabIndex = 339;
|
|
this.txtPayAmt.Text = "0";
|
|
this.txtPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// btnComplete
|
|
//
|
|
this.btnComplete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnComplete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnComplete.BorderStyleReDraw = false;
|
|
this.btnComplete.ClickImage = null;
|
|
this.btnComplete.DefaultImage = null;
|
|
this.btnComplete.DisableImage = null;
|
|
this.btnComplete.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnComplete.ForeColor = System.Drawing.Color.White;
|
|
this.btnComplete.Location = new System.Drawing.Point(546, 463);
|
|
this.btnComplete.Name = "btnComplete";
|
|
this.btnComplete.OccupancyBar = 0;
|
|
this.btnComplete.OccupancyBar_Lv0 = null;
|
|
this.btnComplete.OccupancyBar_Lv1 = null;
|
|
this.btnComplete.OccupancyBar_Lv2 = null;
|
|
this.btnComplete.OccupancyBar_Lv3 = null;
|
|
this.btnComplete.OccupancyBar_Lv4 = null;
|
|
this.btnComplete.Size = new System.Drawing.Size(100, 40);
|
|
this.btnComplete.TabIndex = 337;
|
|
this.btnComplete.Text = "결제";
|
|
this.btnComplete.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnComplete.UseCompatibleTextRendering = true;
|
|
this.btnComplete.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// 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("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnSearch.ForeColor = System.Drawing.Color.White;
|
|
this.btnSearch.Location = new System.Drawing.Point(342, 463);
|
|
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 = 336;
|
|
this.btnSearch.Text = "조회";
|
|
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnSearch.UseCompatibleTextRendering = true;
|
|
this.btnSearch.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// lblPayAmt
|
|
//
|
|
this.lblPayAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblPayAmt.BorderStyleReDraw = true;
|
|
this.lblPayAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblPayAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblPayAmt.Location = new System.Drawing.Point(238, 191);
|
|
this.lblPayAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblPayAmt.Name = "lblPayAmt";
|
|
this.lblPayAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblPayAmt.Size = new System.Drawing.Size(122, 40);
|
|
this.lblPayAmt.TabIndex = 335;
|
|
this.lblPayAmt.Text = "받을금액";
|
|
this.lblPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblExchangeTicketNo
|
|
//
|
|
this.lblExchangeTicketNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblExchangeTicketNo.BorderStyleReDraw = true;
|
|
this.lblExchangeTicketNo.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblExchangeTicketNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblExchangeTicketNo.Location = new System.Drawing.Point(238, 230);
|
|
this.lblExchangeTicketNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblExchangeTicketNo.Name = "lblExchangeTicketNo";
|
|
this.lblExchangeTicketNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblExchangeTicketNo.Size = new System.Drawing.Size(122, 40);
|
|
this.lblExchangeTicketNo.TabIndex = 334;
|
|
this.lblExchangeTicketNo.Text = "교환권번호";
|
|
this.lblExchangeTicketNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// btnMenu4
|
|
//
|
|
this.btnMenu4.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnMenu4.BorderStyleReDraw = true;
|
|
this.btnMenu4.ClickImage = null;
|
|
this.btnMenu4.DefaultImage = null;
|
|
this.btnMenu4.DisableImage = null;
|
|
this.btnMenu4.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnMenu4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnMenu4.Location = new System.Drawing.Point(901, 190);
|
|
this.btnMenu4.Name = "btnMenu4";
|
|
this.btnMenu4.OccupancyBar = 0;
|
|
this.btnMenu4.OccupancyBar_Lv0 = null;
|
|
this.btnMenu4.OccupancyBar_Lv1 = null;
|
|
this.btnMenu4.OccupancyBar_Lv2 = null;
|
|
this.btnMenu4.OccupancyBar_Lv3 = null;
|
|
this.btnMenu4.OccupancyBar_Lv4 = null;
|
|
this.btnMenu4.Size = new System.Drawing.Size(81, 49);
|
|
this.btnMenu4.TabIndex = 359;
|
|
this.btnMenu4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu4.UseCompatibleTextRendering = true;
|
|
//
|
|
// btnMenu3
|
|
//
|
|
this.btnMenu3.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnMenu3.BorderStyleReDraw = true;
|
|
this.btnMenu3.ClickImage = null;
|
|
this.btnMenu3.DefaultImage = null;
|
|
this.btnMenu3.DisableImage = null;
|
|
this.btnMenu3.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnMenu3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnMenu3.Location = new System.Drawing.Point(821, 190);
|
|
this.btnMenu3.Name = "btnMenu3";
|
|
this.btnMenu3.OccupancyBar = 0;
|
|
this.btnMenu3.OccupancyBar_Lv0 = null;
|
|
this.btnMenu3.OccupancyBar_Lv1 = null;
|
|
this.btnMenu3.OccupancyBar_Lv2 = null;
|
|
this.btnMenu3.OccupancyBar_Lv3 = null;
|
|
this.btnMenu3.OccupancyBar_Lv4 = null;
|
|
this.btnMenu3.Size = new System.Drawing.Size(81, 49);
|
|
this.btnMenu3.TabIndex = 358;
|
|
this.btnMenu3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu3.UseCompatibleTextRendering = true;
|
|
//
|
|
// btnMenu2
|
|
//
|
|
this.btnMenu2.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnMenu2.BorderStyleReDraw = true;
|
|
this.btnMenu2.ClickImage = null;
|
|
this.btnMenu2.DefaultImage = null;
|
|
this.btnMenu2.DisableImage = null;
|
|
this.btnMenu2.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnMenu2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnMenu2.Location = new System.Drawing.Point(740, 190);
|
|
this.btnMenu2.Name = "btnMenu2";
|
|
this.btnMenu2.OccupancyBar = 0;
|
|
this.btnMenu2.OccupancyBar_Lv0 = null;
|
|
this.btnMenu2.OccupancyBar_Lv1 = null;
|
|
this.btnMenu2.OccupancyBar_Lv2 = null;
|
|
this.btnMenu2.OccupancyBar_Lv3 = null;
|
|
this.btnMenu2.OccupancyBar_Lv4 = null;
|
|
this.btnMenu2.Size = new System.Drawing.Size(82, 49);
|
|
this.btnMenu2.TabIndex = 357;
|
|
this.btnMenu2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu2.UseCompatibleTextRendering = true;
|
|
//
|
|
// btnMenu1
|
|
//
|
|
this.btnMenu1.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnMenu1.BorderStyleReDraw = true;
|
|
this.btnMenu1.ClickImage = null;
|
|
this.btnMenu1.DefaultImage = null;
|
|
this.btnMenu1.DisableImage = null;
|
|
this.btnMenu1.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnMenu1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnMenu1.Location = new System.Drawing.Point(660, 190);
|
|
this.btnMenu1.Name = "btnMenu1";
|
|
this.btnMenu1.OccupancyBar = 0;
|
|
this.btnMenu1.OccupancyBar_Lv0 = null;
|
|
this.btnMenu1.OccupancyBar_Lv1 = null;
|
|
this.btnMenu1.OccupancyBar_Lv2 = null;
|
|
this.btnMenu1.OccupancyBar_Lv3 = null;
|
|
this.btnMenu1.OccupancyBar_Lv4 = null;
|
|
this.btnMenu1.Size = new System.Drawing.Size(81, 49);
|
|
this.btnMenu1.TabIndex = 356;
|
|
this.btnMenu1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu1.UseCompatibleTextRendering = true;
|
|
//
|
|
// lblBox3
|
|
//
|
|
this.lblBox3.BackColor = System.Drawing.Color.White;
|
|
this.lblBox3.BorderStyleReDraw = true;
|
|
this.lblBox3.Location = new System.Drawing.Point(359, 269);
|
|
this.lblBox3.Name = "lblBox3";
|
|
this.lblBox3.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox3.TabIndex = 360;
|
|
//
|
|
// lblBox2
|
|
//
|
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|
this.lblBox2.BorderStyleReDraw = true;
|
|
this.lblBox2.Location = new System.Drawing.Point(359, 230);
|
|
this.lblBox2.Name = "lblBox2";
|
|
this.lblBox2.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox2.TabIndex = 361;
|
|
//
|
|
// lblBox1
|
|
//
|
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|
this.lblBox1.BorderStyleReDraw = true;
|
|
this.lblBox1.Location = new System.Drawing.Point(359, 191);
|
|
this.lblBox1.Name = "lblBox1";
|
|
this.lblBox1.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox1.TabIndex = 362;
|
|
//
|
|
// frmExchangeTicket
|
|
//
|
|
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.btnMenu4);
|
|
this.Controls.Add(this.btnMenu3);
|
|
this.Controls.Add(this.btnMenu2);
|
|
this.Controls.Add(this.btnMenu1);
|
|
this.Controls.Add(this.txtExchangeTicketAmt);
|
|
this.Controls.Add(this.lblExchangeTicketAmt);
|
|
this.Controls.Add(this.txtExchangeTicketNo);
|
|
this.Controls.Add(this.btnPay3);
|
|
this.Controls.Add(this.btnPay6);
|
|
this.Controls.Add(this.btnPay5);
|
|
this.Controls.Add(this.btnPay4);
|
|
this.Controls.Add(this.btnPay2);
|
|
this.Controls.Add(this.btnPay1);
|
|
this.Controls.Add(this.btnExchangeTicket);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtPayAmt);
|
|
this.Controls.Add(this.btnComplete);
|
|
this.Controls.Add(this.btnSearch);
|
|
this.Controls.Add(this.lblPayAmt);
|
|
this.Controls.Add(this.lblExchangeTicketNo);
|
|
this.Controls.Add(this.lblBox3);
|
|
this.Controls.Add(this.lblBox2);
|
|
this.Controls.Add(this.lblBox1);
|
|
this.Name = "frmExchangeTicket";
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "frmExchangeTicket";
|
|
this.Activated += new System.EventHandler(this.frmExchangeTicket_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmExchangeTicket_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmExchangeTicket_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmExchangeTicket_Load);
|
|
this.Controls.SetChildIndex(this.picBack, 0);
|
|
this.Controls.SetChildIndex(this.lblbg1, 0);
|
|
this.Controls.SetChildIndex(this.lblbg2, 0);
|
|
this.Controls.SetChildIndex(this.lblBox1, 0);
|
|
this.Controls.SetChildIndex(this.lblBox2, 0);
|
|
this.Controls.SetChildIndex(this.lblBox3, 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.lblExchangeTicketNo, 0);
|
|
this.Controls.SetChildIndex(this.lblPayAmt, 0);
|
|
this.Controls.SetChildIndex(this.btnSearch, 0);
|
|
this.Controls.SetChildIndex(this.btnComplete, 0);
|
|
this.Controls.SetChildIndex(this.txtPayAmt, 0);
|
|
this.Controls.SetChildIndex(this.label2, 0);
|
|
this.Controls.SetChildIndex(this.btnExchangeTicket, 0);
|
|
this.Controls.SetChildIndex(this.btnPay1, 0);
|
|
this.Controls.SetChildIndex(this.btnPay2, 0);
|
|
this.Controls.SetChildIndex(this.btnPay4, 0);
|
|
this.Controls.SetChildIndex(this.btnPay5, 0);
|
|
this.Controls.SetChildIndex(this.btnPay6, 0);
|
|
this.Controls.SetChildIndex(this.btnPay3, 0);
|
|
this.Controls.SetChildIndex(this.txtExchangeTicketNo, 0);
|
|
this.Controls.SetChildIndex(this.lblExchangeTicketAmt, 0);
|
|
this.Controls.SetChildIndex(this.txtExchangeTicketAmt, 0);
|
|
this.Controls.SetChildIndex(this.btnMenu1, 0);
|
|
this.Controls.SetChildIndex(this.btnMenu2, 0);
|
|
this.Controls.SetChildIndex(this.btnMenu3, 0);
|
|
this.Controls.SetChildIndex(this.btnMenu4, 0);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.pnlCardMot.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.BindingSource gridDataItemBindingSource;
|
|
private UI.CsmLabel txtExchangeTicketAmt;
|
|
private UI.CsmLabel lblExchangeTicketAmt;
|
|
private UI.CsmPosEditBox txtExchangeTicketNo;
|
|
private UI.CsmButton btnPay3;
|
|
private UI.CsmButton btnPay6;
|
|
private UI.CsmButton btnPay5;
|
|
private UI.CsmButton btnPay4;
|
|
private UI.CsmButton btnPay2;
|
|
private UI.CsmButton btnPay1;
|
|
private UI.CsmButton btnExchangeTicket;
|
|
private System.Windows.Forms.Label label2;
|
|
private UI.CsmLabel txtPayAmt;
|
|
private UI.CsmButton btnComplete;
|
|
private UI.CsmButton btnSearch;
|
|
private UI.CsmLabel lblPayAmt;
|
|
private UI.CsmLabel lblExchangeTicketNo;
|
|
private UI.CsmButton btnMenu4;
|
|
private UI.CsmButton btnMenu3;
|
|
private UI.CsmButton btnMenu2;
|
|
private UI.CsmButton btnMenu1;
|
|
private UI.CsmLabel lblBox3;
|
|
private UI.CsmLabel lblBox2;
|
|
private UI.CsmLabel lblBox1;
|
|
|
|
}
|
|
} |