504 lines
30 KiB
C#
504 lines
30 KiB
C#
|
namespace Cosmos.Win
|
|||
|
{
|
|||
|
partial class frmCakeChange
|
|||
|
{
|
|||
|
/// <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.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle4 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
this.txtCardNo = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.btnAllDw = new Cosmos.UI.CsmButton();
|
|||
|
this.btnAllUp = new Cosmos.UI.CsmButton();
|
|||
|
this.txtCakeChangeAmt = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.dgvData = new System.Windows.Forms.DataGridView();
|
|||
|
this.CHECK = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|||
|
this.ITEMCD = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
this.ITEMNM = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
this.QTY = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
this.SALEAMT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.txtSaleAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblCakeChangeAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnComplete = new Cosmos.UI.CsmButton();
|
|||
|
this.lblSaleAmt = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblCardNo = new Cosmos.UI.CsmLabel();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|||
|
this.pnlCardMot.SuspendLayout();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// padInPut
|
|||
|
//
|
|||
|
this.padInPut.Location = new System.Drawing.Point(667, 262);
|
|||
|
//
|
|||
|
// btnExit
|
|||
|
//
|
|||
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|||
|
//
|
|||
|
// txtCardNo
|
|||
|
//
|
|||
|
this.txtCardNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|||
|
this.txtCardNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
|
|||
|
this.txtCardNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|||
|
this.txtCardNo.BorderStyleReDraw = false;
|
|||
|
this.txtCardNo.ClearFlag = false;
|
|||
|
this.txtCardNo.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|||
|
this.txtCardNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(234)))), ((int)(((byte)(176)))));
|
|||
|
this.txtCardNo.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.txtCardNo.InputType = Cosmos.UI.InputType.CardNo;
|
|||
|
this.txtCardNo.InputTypeFormat = "";
|
|||
|
this.txtCardNo.Location = new System.Drawing.Point(805, 184);
|
|||
|
this.txtCardNo.Margin = new System.Windows.Forms.Padding(5);
|
|||
|
this.txtCardNo.MaxLength = 20;
|
|||
|
this.txtCardNo.MaxLengthAutoEnd = false;
|
|||
|
this.txtCardNo.MaxLengthForKeyIn = 20;
|
|||
|
this.txtCardNo.MaxLengthForNumpad = 20;
|
|||
|
this.txtCardNo.Name = "txtCardNo";
|
|||
|
this.txtCardNo.PasswordChar = '\0';
|
|||
|
this.txtCardNo.ReadOnly = false;
|
|||
|
this.txtCardNo.Size = new System.Drawing.Size(168, 25);
|
|||
|
this.txtCardNo.TabIndex = 358;
|
|||
|
this.txtCardNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|||
|
this.txtCardNo.UseDualMaxLength = false;
|
|||
|
this.txtCardNo.Value = "";
|
|||
|
this.txtCardNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|||
|
this.txtCardNo.EditBoxTextChangedEvnet += new Cosmos.UI.CsmPosEditBox.EditBoxTextChangedEventHandler(this.txtCardNo_EditBoxTextChangedEvnet);
|
|||
|
this.txtCardNo.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|||
|
//
|
|||
|
// btnAllDw
|
|||
|
//
|
|||
|
this.btnAllDw.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnAllDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnAllDw.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.btnAllDw.BorderStyleReDraw = true;
|
|||
|
this.btnAllDw.ClickImage = null;
|
|||
|
this.btnAllDw.DefaultImage = null;
|
|||
|
this.btnAllDw.DisableImage = null;
|
|||
|
this.btnAllDw.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnAllDw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
|
|||
|
this.btnAllDw.Location = new System.Drawing.Point(632, 318);
|
|||
|
this.btnAllDw.Name = "btnAllDw";
|
|||
|
this.btnAllDw.OccupancyBar = 0;
|
|||
|
this.btnAllDw.OccupancyBar_Lv0 = null;
|
|||
|
this.btnAllDw.OccupancyBar_Lv1 = null;
|
|||
|
this.btnAllDw.OccupancyBar_Lv2 = null;
|
|||
|
this.btnAllDw.OccupancyBar_Lv3 = null;
|
|||
|
this.btnAllDw.OccupancyBar_Lv4 = null;
|
|||
|
this.btnAllDw.Size = new System.Drawing.Size(30, 140);
|
|||
|
this.btnAllDw.TabIndex = 355;
|
|||
|
this.btnAllDw.Text = "∨";
|
|||
|
this.btnAllDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnAllDw.UseCompatibleTextRendering = true;
|
|||
|
this.btnAllDw.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// btnAllUp
|
|||
|
//
|
|||
|
this.btnAllUp.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnAllUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnAllUp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|||
|
this.btnAllUp.BorderStyleReDraw = true;
|
|||
|
this.btnAllUp.ClickImage = null;
|
|||
|
this.btnAllUp.DefaultImage = null;
|
|||
|
this.btnAllUp.DisableImage = null;
|
|||
|
this.btnAllUp.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnAllUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
|
|||
|
this.btnAllUp.Location = new System.Drawing.Point(632, 178);
|
|||
|
this.btnAllUp.Name = "btnAllUp";
|
|||
|
this.btnAllUp.OccupancyBar = 0;
|
|||
|
this.btnAllUp.OccupancyBar_Lv0 = null;
|
|||
|
this.btnAllUp.OccupancyBar_Lv1 = null;
|
|||
|
this.btnAllUp.OccupancyBar_Lv2 = null;
|
|||
|
this.btnAllUp.OccupancyBar_Lv3 = null;
|
|||
|
this.btnAllUp.OccupancyBar_Lv4 = null;
|
|||
|
this.btnAllUp.Size = new System.Drawing.Size(30, 141);
|
|||
|
this.btnAllUp.TabIndex = 356;
|
|||
|
this.btnAllUp.Text = "∧";
|
|||
|
this.btnAllUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnAllUp.UseCompatibleTextRendering = true;
|
|||
|
this.btnAllUp.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// txtCakeChangeAmt
|
|||
|
//
|
|||
|
this.txtCakeChangeAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|||
|
this.txtCakeChangeAmt.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178)))));
|
|||
|
this.txtCakeChangeAmt.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|||
|
this.txtCakeChangeAmt.BorderStyleReDraw = false;
|
|||
|
this.txtCakeChangeAmt.ClearFlag = false;
|
|||
|
this.txtCakeChangeAmt.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|||
|
this.txtCakeChangeAmt.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(234)))), ((int)(((byte)(176)))));
|
|||
|
this.txtCakeChangeAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.txtCakeChangeAmt.InputType = Cosmos.UI.InputType.Money;
|
|||
|
this.txtCakeChangeAmt.InputTypeFormat = "";
|
|||
|
this.txtCakeChangeAmt.Location = new System.Drawing.Point(805, 221);
|
|||
|
this.txtCakeChangeAmt.Margin = new System.Windows.Forms.Padding(5);
|
|||
|
this.txtCakeChangeAmt.MaxLength = 12;
|
|||
|
this.txtCakeChangeAmt.MaxLengthAutoEnd = false;
|
|||
|
this.txtCakeChangeAmt.MaxLengthForKeyIn = 32767;
|
|||
|
this.txtCakeChangeAmt.MaxLengthForNumpad = 32767;
|
|||
|
this.txtCakeChangeAmt.Name = "txtCakeChangeAmt";
|
|||
|
this.txtCakeChangeAmt.PasswordChar = '\0';
|
|||
|
this.txtCakeChangeAmt.ReadOnly = false;
|
|||
|
this.txtCakeChangeAmt.Size = new System.Drawing.Size(168, 25);
|
|||
|
this.txtCakeChangeAmt.TabIndex = 354;
|
|||
|
this.txtCakeChangeAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|||
|
this.txtCakeChangeAmt.UseDualMaxLength = false;
|
|||
|
this.txtCakeChangeAmt.Value = "";
|
|||
|
this.txtCakeChangeAmt.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|||
|
this.txtCakeChangeAmt.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|||
|
//
|
|||
|
// dgvData
|
|||
|
//
|
|||
|
this.dgvData.BackgroundColor = System.Drawing.Color.White;
|
|||
|
this.dgvData.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
|
|||
|
this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|||
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|||
|
dataGridViewCellStyle1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(229)))));
|
|||
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
dataGridViewCellStyle1.ForeColor = System.Drawing.Color.Black;
|
|||
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
|||
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|||
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|||
|
this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|||
|
this.dgvData.ColumnHeadersHeight = 30;
|
|||
|
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|||
|
this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|||
|
this.CHECK,
|
|||
|
this.ITEMCD,
|
|||
|
this.ITEMNM,
|
|||
|
this.QTY,
|
|||
|
this.SALEAMT});
|
|||
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|||
|
dataGridViewCellStyle5.BackColor = System.Drawing.SystemColors.Window;
|
|||
|
dataGridViewCellStyle5.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
dataGridViewCellStyle5.ForeColor = System.Drawing.SystemColors.ControlText;
|
|||
|
dataGridViewCellStyle5.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|||
|
dataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.Black;
|
|||
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|||
|
this.dgvData.DefaultCellStyle = dataGridViewCellStyle5;
|
|||
|
this.dgvData.EnableHeadersVisualStyles = false;
|
|||
|
this.dgvData.GridColor = System.Drawing.Color.Silver;
|
|||
|
this.dgvData.Location = new System.Drawing.Point(229, 178);
|
|||
|
this.dgvData.MultiSelect = false;
|
|||
|
this.dgvData.Name = "dgvData";
|
|||
|
this.dgvData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|||
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|||
|
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Control;
|
|||
|
dataGridViewCellStyle6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.WindowText;
|
|||
|
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|||
|
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|||
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|||
|
this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle6;
|
|||
|
this.dgvData.RowHeadersVisible = false;
|
|||
|
this.dgvData.RowHeadersWidth = 10;
|
|||
|
this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|||
|
this.dgvData.RowTemplate.Height = 34;
|
|||
|
this.dgvData.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|||
|
this.dgvData.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|||
|
this.dgvData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|||
|
this.dgvData.ShowEditingIcon = false;
|
|||
|
this.dgvData.Size = new System.Drawing.Size(404, 280);
|
|||
|
this.dgvData.TabIndex = 353;
|
|||
|
this.dgvData.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvData_CellClick);
|
|||
|
//
|
|||
|
// CHECK
|
|||
|
//
|
|||
|
this.CHECK.HeaderText = "";
|
|||
|
this.CHECK.Name = "CHECK";
|
|||
|
this.CHECK.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|||
|
this.CHECK.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|||
|
this.CHECK.Width = 30;
|
|||
|
//
|
|||
|
// ITEMCD
|
|||
|
//
|
|||
|
this.ITEMCD.HeaderText = "상품코드";
|
|||
|
this.ITEMCD.Name = "ITEMCD";
|
|||
|
this.ITEMCD.ReadOnly = true;
|
|||
|
this.ITEMCD.Visible = false;
|
|||
|
//
|
|||
|
// ITEMNM
|
|||
|
//
|
|||
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|||
|
this.ITEMNM.DefaultCellStyle = dataGridViewCellStyle2;
|
|||
|
this.ITEMNM.HeaderText = "상품명";
|
|||
|
this.ITEMNM.Name = "ITEMNM";
|
|||
|
this.ITEMNM.ReadOnly = true;
|
|||
|
this.ITEMNM.Width = 180;
|
|||
|
//
|
|||
|
// QTY
|
|||
|
//
|
|||
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|||
|
this.QTY.DefaultCellStyle = dataGridViewCellStyle3;
|
|||
|
this.QTY.HeaderText = "수량";
|
|||
|
this.QTY.Name = "QTY";
|
|||
|
this.QTY.ReadOnly = true;
|
|||
|
this.QTY.Width = 90;
|
|||
|
//
|
|||
|
// SALEAMT
|
|||
|
//
|
|||
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|||
|
this.SALEAMT.DefaultCellStyle = dataGridViewCellStyle4;
|
|||
|
this.SALEAMT.HeaderText = "판매금액";
|
|||
|
this.SALEAMT.Name = "SALEAMT";
|
|||
|
this.SALEAMT.ReadOnly = true;
|
|||
|
//
|
|||
|
// label2
|
|||
|
//
|
|||
|
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label2.Location = new System.Drawing.Point(667, 177);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(322, 2);
|
|||
|
this.label2.TabIndex = 351;
|
|||
|
//
|
|||
|
// txtSaleAmt
|
|||
|
//
|
|||
|
this.txtSaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(247)))), ((int)(((byte)(247)))), ((int)(((byte)(247)))));
|
|||
|
this.txtSaleAmt.BorderStyleReDraw = true;
|
|||
|
this.txtSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.txtSaleAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.txtSaleAmt.Location = new System.Drawing.Point(367, 480);
|
|||
|
this.txtSaleAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.txtSaleAmt.Name = "txtSaleAmt";
|
|||
|
this.txtSaleAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.txtSaleAmt.Size = new System.Drawing.Size(167, 26);
|
|||
|
this.txtSaleAmt.TabIndex = 350;
|
|||
|
this.txtSaleAmt.Text = "0";
|
|||
|
this.txtSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|||
|
this.txtSaleAmt.Visible = false;
|
|||
|
//
|
|||
|
// lblCakeChangeAmt
|
|||
|
//
|
|||
|
this.lblCakeChangeAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblCakeChangeAmt.BorderStyleReDraw = true;
|
|||
|
this.lblCakeChangeAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblCakeChangeAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblCakeChangeAmt.Location = new System.Drawing.Point(667, 215);
|
|||
|
this.lblCakeChangeAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblCakeChangeAmt.Name = "lblCakeChangeAmt";
|
|||
|
this.lblCakeChangeAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblCakeChangeAmt.Size = new System.Drawing.Size(122, 38);
|
|||
|
this.lblCakeChangeAmt.TabIndex = 349;
|
|||
|
this.lblCakeChangeAmt.Text = "케익교환권금액";
|
|||
|
this.lblCakeChangeAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// 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(562, 472);
|
|||
|
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 = 348;
|
|||
|
this.btnComplete.Text = "결제";
|
|||
|
this.btnComplete.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnComplete.UseCompatibleTextRendering = true;
|
|||
|
this.btnComplete.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// lblSaleAmt
|
|||
|
//
|
|||
|
this.lblSaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblSaleAmt.BorderStyleReDraw = true;
|
|||
|
this.lblSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblSaleAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblSaleAmt.Location = new System.Drawing.Point(230, 474);
|
|||
|
this.lblSaleAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblSaleAmt.Name = "lblSaleAmt";
|
|||
|
this.lblSaleAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblSaleAmt.Size = new System.Drawing.Size(122, 38);
|
|||
|
this.lblSaleAmt.TabIndex = 347;
|
|||
|
this.lblSaleAmt.Text = "받을금액";
|
|||
|
this.lblSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
this.lblSaleAmt.Visible = false;
|
|||
|
//
|
|||
|
// lblCardNo
|
|||
|
//
|
|||
|
this.lblCardNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblCardNo.BorderStyleReDraw = true;
|
|||
|
this.lblCardNo.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblCardNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblCardNo.Location = new System.Drawing.Point(667, 178);
|
|||
|
this.lblCardNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblCardNo.Name = "lblCardNo";
|
|||
|
this.lblCardNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblCardNo.Size = new System.Drawing.Size(122, 38);
|
|||
|
this.lblCardNo.TabIndex = 346;
|
|||
|
this.lblCardNo.Text = "케익교환권번호";
|
|||
|
this.lblCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label1.Location = new System.Drawing.Point(230, 473);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(320, 2);
|
|||
|
this.label1.TabIndex = 359;
|
|||
|
//
|
|||
|
// lblBox3
|
|||
|
//
|
|||
|
this.lblBox3.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox3.BorderStyleReDraw = true;
|
|||
|
this.lblBox3.Location = new System.Drawing.Point(351, 474);
|
|||
|
this.lblBox3.Name = "lblBox3";
|
|||
|
this.lblBox3.Size = new System.Drawing.Size(199, 38);
|
|||
|
this.lblBox3.TabIndex = 360;
|
|||
|
//
|
|||
|
// lblBox2
|
|||
|
//
|
|||
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox2.BorderStyleReDraw = true;
|
|||
|
this.lblBox2.Location = new System.Drawing.Point(788, 215);
|
|||
|
this.lblBox2.Name = "lblBox2";
|
|||
|
this.lblBox2.Size = new System.Drawing.Size(201, 38);
|
|||
|
this.lblBox2.TabIndex = 361;
|
|||
|
//
|
|||
|
// lblBox1
|
|||
|
//
|
|||
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox1.BorderStyleReDraw = true;
|
|||
|
this.lblBox1.Location = new System.Drawing.Point(788, 178);
|
|||
|
this.lblBox1.Name = "lblBox1";
|
|||
|
this.lblBox1.Size = new System.Drawing.Size(201, 38);
|
|||
|
this.lblBox1.TabIndex = 362;
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label3.Location = new System.Drawing.Point(229, 177);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(433, 2);
|
|||
|
this.label3.TabIndex = 363;
|
|||
|
//
|
|||
|
// frmCakeChange
|
|||
|
//
|
|||
|
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.label3);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.txtCardNo);
|
|||
|
this.Controls.Add(this.btnAllDw);
|
|||
|
this.Controls.Add(this.btnAllUp);
|
|||
|
this.Controls.Add(this.txtCakeChangeAmt);
|
|||
|
this.Controls.Add(this.dgvData);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.txtSaleAmt);
|
|||
|
this.Controls.Add(this.lblCakeChangeAmt);
|
|||
|
this.Controls.Add(this.btnComplete);
|
|||
|
this.Controls.Add(this.lblSaleAmt);
|
|||
|
this.Controls.Add(this.lblCardNo);
|
|||
|
this.Controls.Add(this.lblBox3);
|
|||
|
this.Controls.Add(this.lblBox2);
|
|||
|
this.Controls.Add(this.lblBox1);
|
|||
|
this.Name = "frmCakeChange";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "frmCakeChange";
|
|||
|
this.Activated += new System.EventHandler(this.frmCakeChange_Activated);
|
|||
|
this.Deactivate += new System.EventHandler(this.frmCakeChange_Deactivate);
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCakeChange_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.frmCakeChange_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.lblCardNo, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblSaleAmt, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnComplete, 0);
|
|||
|
this.Controls.SetChildIndex(this.lblCakeChangeAmt, 0);
|
|||
|
this.Controls.SetChildIndex(this.txtSaleAmt, 0);
|
|||
|
this.Controls.SetChildIndex(this.label2, 0);
|
|||
|
this.Controls.SetChildIndex(this.dgvData, 0);
|
|||
|
this.Controls.SetChildIndex(this.txtCakeChangeAmt, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnAllUp, 0);
|
|||
|
this.Controls.SetChildIndex(this.btnAllDw, 0);
|
|||
|
this.Controls.SetChildIndex(this.txtCardNo, 0);
|
|||
|
this.Controls.SetChildIndex(this.label1, 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.label3, 0);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|||
|
this.pnlCardMot.ResumeLayout(false);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private UI.CsmPosEditBox txtCardNo;
|
|||
|
private UI.CsmButton btnAllDw;
|
|||
|
private UI.CsmButton btnAllUp;
|
|||
|
private UI.CsmPosEditBox txtCakeChangeAmt;
|
|||
|
private System.Windows.Forms.DataGridView dgvData;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private UI.CsmLabel txtSaleAmt;
|
|||
|
private UI.CsmLabel lblCakeChangeAmt;
|
|||
|
private UI.CsmButton btnComplete;
|
|||
|
private UI.CsmLabel lblSaleAmt;
|
|||
|
private UI.CsmLabel lblCardNo;
|
|||
|
private System.Windows.Forms.DataGridViewCheckBoxColumn CHECK;
|
|||
|
private System.Windows.Forms.DataGridViewTextBoxColumn ITEMCD;
|
|||
|
private System.Windows.Forms.DataGridViewTextBoxColumn ITEMNM;
|
|||
|
private System.Windows.Forms.DataGridViewTextBoxColumn QTY;
|
|||
|
private System.Windows.Forms.DataGridViewTextBoxColumn SALEAMT;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private UI.CsmLabel lblBox3;
|
|||
|
private UI.CsmLabel lblBox2;
|
|||
|
private UI.CsmLabel lblBox1;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
|
|||
|
}
|
|||
|
}
|