460 lines
27 KiB
C#
460 lines
27 KiB
C#
|
namespace Cosmos.Win
|
|||
|
{
|
|||
|
partial class frmMobileCouponHappyConLog
|
|||
|
{
|
|||
|
/// <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 dataGridViewCellStyle9 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle10 = 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();
|
|||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle5 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|||
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|||
|
this.btnAllDw = new Cosmos.UI.CsmButton();
|
|||
|
this.btnAllUp = new Cosmos.UI.CsmButton();
|
|||
|
this.dgvData = new System.Windows.Forms.DataGridView();
|
|||
|
this.txtVCouponNo = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.lblVCouponNo = new Cosmos.UI.CsmLabel();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.txtCouponNo = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.lblCouponNo = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|||
|
this.label3 = new System.Windows.Forms.Label();
|
|||
|
this.COUPONTYPE = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
this.CouponNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
this.VConponCD = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
this.VCouponNM = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
this.ValidDate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
this.Bigo1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
this.Bigo2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgvData)).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, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnExit.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnExit.Location = new System.Drawing.Point(741, 1);
|
|||
|
this.btnExit.Name = "btnExit";
|
|||
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|||
|
this.btnExit.TabIndex = 224;
|
|||
|
this.btnExit.Text = "X";
|
|||
|
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnExit.Click += new System.EventHandler(this.btnExit_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", 16F, System.Drawing.FontStyle.Bold);
|
|||
|
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(738, 50);
|
|||
|
this.lblTitle.TabIndex = 287;
|
|||
|
this.lblTitle.Text = "모바일 쿠폰 - 해피콘 이력 조회";
|
|||
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// picBack
|
|||
|
//
|
|||
|
this.picBack.ErrorImage = null;
|
|||
|
this.picBack.InitialImage = null;
|
|||
|
this.picBack.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.picBack.Name = "picBack";
|
|||
|
this.picBack.Size = new System.Drawing.Size(800, 578);
|
|||
|
this.picBack.TabIndex = 298;
|
|||
|
this.picBack.TabStop = false;
|
|||
|
//
|
|||
|
// 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("나눔스퀘어 Bold", 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(748, 359);
|
|||
|
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, 197);
|
|||
|
this.btnAllDw.TabIndex = 357;
|
|||
|
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("나눔스퀘어 Bold", 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(748, 162);
|
|||
|
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, 198);
|
|||
|
this.btnAllUp.TabIndex = 358;
|
|||
|
this.btnAllUp.Text = "∧";
|
|||
|
this.btnAllUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnAllUp.UseCompatibleTextRendering = true;
|
|||
|
this.btnAllUp.Click += new System.EventHandler(this.btnProc_Click);
|
|||
|
//
|
|||
|
// dgvData
|
|||
|
//
|
|||
|
this.dgvData.AllowUserToAddRows = false;
|
|||
|
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.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
|
|||
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|||
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|||
|
this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle1;
|
|||
|
this.dgvData.ColumnHeadersHeight = 35;
|
|||
|
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|||
|
this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|||
|
this.COUPONTYPE,
|
|||
|
this.CouponNO,
|
|||
|
this.VConponCD,
|
|||
|
this.VCouponNM,
|
|||
|
this.ValidDate,
|
|||
|
this.Bigo1,
|
|||
|
this.Bigo2});
|
|||
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|||
|
dataGridViewCellStyle9.BackColor = System.Drawing.SystemColors.Window;
|
|||
|
dataGridViewCellStyle9.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
dataGridViewCellStyle9.ForeColor = System.Drawing.SystemColors.ControlText;
|
|||
|
dataGridViewCellStyle9.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|||
|
dataGridViewCellStyle9.SelectionForeColor = System.Drawing.Color.Black;
|
|||
|
dataGridViewCellStyle9.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|||
|
this.dgvData.DefaultCellStyle = dataGridViewCellStyle9;
|
|||
|
this.dgvData.EnableHeadersVisualStyles = false;
|
|||
|
this.dgvData.GridColor = System.Drawing.Color.Silver;
|
|||
|
this.dgvData.Location = new System.Drawing.Point(22, 162);
|
|||
|
this.dgvData.MultiSelect = false;
|
|||
|
this.dgvData.Name = "dgvData";
|
|||
|
this.dgvData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|||
|
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|||
|
dataGridViewCellStyle10.BackColor = System.Drawing.SystemColors.Control;
|
|||
|
dataGridViewCellStyle10.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
dataGridViewCellStyle10.ForeColor = System.Drawing.SystemColors.WindowText;
|
|||
|
dataGridViewCellStyle10.SelectionBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(128)))));
|
|||
|
dataGridViewCellStyle10.SelectionForeColor = System.Drawing.Color.Black;
|
|||
|
dataGridViewCellStyle10.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|||
|
this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle10;
|
|||
|
this.dgvData.RowHeadersVisible = false;
|
|||
|
this.dgvData.RowHeadersWidth = 50;
|
|||
|
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(727, 394);
|
|||
|
this.dgvData.TabIndex = 356;
|
|||
|
//
|
|||
|
// txtVCouponNo
|
|||
|
//
|
|||
|
this.txtVCouponNo.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtVCouponNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|||
|
this.txtVCouponNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|||
|
this.txtVCouponNo.BorderStyleReDraw = false;
|
|||
|
this.txtVCouponNo.ClearFlag = false;
|
|||
|
this.txtVCouponNo.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtVCouponNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|||
|
this.txtVCouponNo.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.txtVCouponNo.InputType = Cosmos.UI.InputType.CardNo;
|
|||
|
this.txtVCouponNo.InputTypeFormat = "";
|
|||
|
this.txtVCouponNo.Location = new System.Drawing.Point(160, 114);
|
|||
|
this.txtVCouponNo.Margin = new System.Windows.Forms.Padding(5);
|
|||
|
this.txtVCouponNo.MaxLength = 20;
|
|||
|
this.txtVCouponNo.MaxLengthAutoEnd = false;
|
|||
|
this.txtVCouponNo.MaxLengthForKeyIn = 32767;
|
|||
|
this.txtVCouponNo.MaxLengthForNumpad = 32767;
|
|||
|
this.txtVCouponNo.Name = "txtVCouponNo";
|
|||
|
this.txtVCouponNo.PasswordChar = '\0';
|
|||
|
this.txtVCouponNo.ReadOnly = false;
|
|||
|
this.txtVCouponNo.Size = new System.Drawing.Size(253, 26);
|
|||
|
this.txtVCouponNo.TabIndex = 360;
|
|||
|
this.txtVCouponNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|||
|
this.txtVCouponNo.UseDualMaxLength = false;
|
|||
|
this.txtVCouponNo.Value = "";
|
|||
|
//
|
|||
|
// lblVCouponNo
|
|||
|
//
|
|||
|
this.lblVCouponNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblVCouponNo.BorderStyleReDraw = true;
|
|||
|
this.lblVCouponNo.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblVCouponNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblVCouponNo.Location = new System.Drawing.Point(22, 107);
|
|||
|
this.lblVCouponNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblVCouponNo.Name = "lblVCouponNo";
|
|||
|
this.lblVCouponNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblVCouponNo.Size = new System.Drawing.Size(122, 40);
|
|||
|
this.lblVCouponNo.TabIndex = 359;
|
|||
|
this.lblVCouponNo.Text = "쿠폰번호";
|
|||
|
this.lblVCouponNo.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(22, 67);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(408, 2);
|
|||
|
this.label1.TabIndex = 362;
|
|||
|
//
|
|||
|
// txtCouponNo
|
|||
|
//
|
|||
|
this.txtCouponNo.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtCouponNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|||
|
this.txtCouponNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|||
|
this.txtCouponNo.BorderStyleReDraw = false;
|
|||
|
this.txtCouponNo.ClearFlag = false;
|
|||
|
this.txtCouponNo.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtCouponNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|||
|
this.txtCouponNo.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.txtCouponNo.InputType = Cosmos.UI.InputType.CardNo;
|
|||
|
this.txtCouponNo.InputTypeFormat = "";
|
|||
|
this.txtCouponNo.Location = new System.Drawing.Point(160, 75);
|
|||
|
this.txtCouponNo.Margin = new System.Windows.Forms.Padding(5);
|
|||
|
this.txtCouponNo.MaxLength = 20;
|
|||
|
this.txtCouponNo.MaxLengthAutoEnd = false;
|
|||
|
this.txtCouponNo.MaxLengthForKeyIn = 32767;
|
|||
|
this.txtCouponNo.MaxLengthForNumpad = 32767;
|
|||
|
this.txtCouponNo.Name = "txtCouponNo";
|
|||
|
this.txtCouponNo.PasswordChar = '\0';
|
|||
|
this.txtCouponNo.ReadOnly = false;
|
|||
|
this.txtCouponNo.Size = new System.Drawing.Size(253, 26);
|
|||
|
this.txtCouponNo.TabIndex = 364;
|
|||
|
this.txtCouponNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|||
|
this.txtCouponNo.UseDualMaxLength = false;
|
|||
|
this.txtCouponNo.Value = "";
|
|||
|
//
|
|||
|
// lblCouponNo
|
|||
|
//
|
|||
|
this.lblCouponNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblCouponNo.BorderStyleReDraw = true;
|
|||
|
this.lblCouponNo.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblCouponNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblCouponNo.Location = new System.Drawing.Point(22, 68);
|
|||
|
this.lblCouponNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblCouponNo.Name = "lblCouponNo";
|
|||
|
this.lblCouponNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblCouponNo.Size = new System.Drawing.Size(122, 40);
|
|||
|
this.lblCouponNo.TabIndex = 363;
|
|||
|
this.lblCouponNo.Text = "쿠폰번호";
|
|||
|
this.lblCouponNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// lblBox2
|
|||
|
//
|
|||
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox2.BorderStyleReDraw = true;
|
|||
|
this.lblBox2.Location = new System.Drawing.Point(143, 107);
|
|||
|
this.lblBox2.Name = "lblBox2";
|
|||
|
this.lblBox2.Size = new System.Drawing.Size(287, 40);
|
|||
|
this.lblBox2.TabIndex = 366;
|
|||
|
//
|
|||
|
// lblBox1
|
|||
|
//
|
|||
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox1.BorderStyleReDraw = true;
|
|||
|
this.lblBox1.Location = new System.Drawing.Point(143, 68);
|
|||
|
this.lblBox1.Name = "lblBox1";
|
|||
|
this.lblBox1.Size = new System.Drawing.Size(287, 40);
|
|||
|
this.lblBox1.TabIndex = 367;
|
|||
|
//
|
|||
|
// label3
|
|||
|
//
|
|||
|
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label3.Location = new System.Drawing.Point(22, 161);
|
|||
|
this.label3.Name = "label3";
|
|||
|
this.label3.Size = new System.Drawing.Size(756, 2);
|
|||
|
this.label3.TabIndex = 547;
|
|||
|
//
|
|||
|
// COUPONTYPE
|
|||
|
//
|
|||
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|||
|
this.COUPONTYPE.DefaultCellStyle = dataGridViewCellStyle2;
|
|||
|
this.COUPONTYPE.HeaderText = "승인번호";
|
|||
|
this.COUPONTYPE.Name = "COUPONTYPE";
|
|||
|
this.COUPONTYPE.ReadOnly = true;
|
|||
|
this.COUPONTYPE.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|||
|
this.COUPONTYPE.Width = 150;
|
|||
|
//
|
|||
|
// CouponNO
|
|||
|
//
|
|||
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|||
|
this.CouponNO.DefaultCellStyle = dataGridViewCellStyle3;
|
|||
|
this.CouponNO.HeaderText = "구분";
|
|||
|
this.CouponNO.Name = "CouponNO";
|
|||
|
this.CouponNO.ReadOnly = true;
|
|||
|
this.CouponNO.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|||
|
this.CouponNO.Width = 60;
|
|||
|
//
|
|||
|
// VConponCD
|
|||
|
//
|
|||
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|||
|
this.VConponCD.DefaultCellStyle = dataGridViewCellStyle4;
|
|||
|
this.VConponCD.HeaderText = "사용금액";
|
|||
|
this.VConponCD.Name = "VConponCD";
|
|||
|
this.VConponCD.ReadOnly = true;
|
|||
|
this.VConponCD.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|||
|
//
|
|||
|
// VCouponNM
|
|||
|
//
|
|||
|
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|||
|
dataGridViewCellStyle5.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|||
|
this.VCouponNM.DefaultCellStyle = dataGridViewCellStyle5;
|
|||
|
this.VCouponNM.HeaderText = "잔액";
|
|||
|
this.VCouponNM.Name = "VCouponNM";
|
|||
|
this.VCouponNM.ReadOnly = true;
|
|||
|
this.VCouponNM.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|||
|
//
|
|||
|
// ValidDate
|
|||
|
//
|
|||
|
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|||
|
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|||
|
this.ValidDate.DefaultCellStyle = dataGridViewCellStyle6;
|
|||
|
this.ValidDate.HeaderText = "사용일시";
|
|||
|
this.ValidDate.Name = "ValidDate";
|
|||
|
this.ValidDate.ReadOnly = true;
|
|||
|
this.ValidDate.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|||
|
//
|
|||
|
// Bigo1
|
|||
|
//
|
|||
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|||
|
this.Bigo1.DefaultCellStyle = dataGridViewCellStyle7;
|
|||
|
this.Bigo1.HeaderText = "매장코드";
|
|||
|
this.Bigo1.Name = "Bigo1";
|
|||
|
this.Bigo1.ReadOnly = true;
|
|||
|
this.Bigo1.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|||
|
this.Bigo1.Width = 80;
|
|||
|
//
|
|||
|
// Bigo2
|
|||
|
//
|
|||
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|||
|
this.Bigo2.DefaultCellStyle = dataGridViewCellStyle8;
|
|||
|
this.Bigo2.HeaderText = "매장명";
|
|||
|
this.Bigo2.Name = "Bigo2";
|
|||
|
this.Bigo2.ReadOnly = true;
|
|||
|
this.Bigo2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|||
|
this.Bigo2.Width = 140;
|
|||
|
//
|
|||
|
// frmMobileCouponHappyConLog
|
|||
|
//
|
|||
|
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(800, 578);
|
|||
|
this.Controls.Add(this.label3);
|
|||
|
this.Controls.Add(this.txtCouponNo);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.txtVCouponNo);
|
|||
|
this.Controls.Add(this.lblBox2);
|
|||
|
this.Controls.Add(this.lblBox1);
|
|||
|
this.Controls.Add(this.lblCouponNo);
|
|||
|
this.Controls.Add(this.lblVCouponNo);
|
|||
|
this.Controls.Add(this.btnAllDw);
|
|||
|
this.Controls.Add(this.btnAllUp);
|
|||
|
this.Controls.Add(this.dgvData);
|
|||
|
this.Controls.Add(this.lblTitle);
|
|||
|
this.Controls.Add(this.btnExit);
|
|||
|
this.Controls.Add(this.picBack);
|
|||
|
this.DoubleBuffered = true;
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Name = "frmMobileCouponHappyConLog";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "frmMobileCouponHappyConLog";
|
|||
|
this.Activated += new System.EventHandler(this.frmMobileCouponHappyConLog_Activated);
|
|||
|
this.Deactivate += new System.EventHandler(this.frmMobileCouponHappyConLog_Deactivate);
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMobileCouponHappyConLog_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.frmMobileCouponHappyConLog_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private UI.CsmLabel btnExit;
|
|||
|
private UI.CsmLabel lblTitle;
|
|||
|
private System.Windows.Forms.PictureBox picBack;
|
|||
|
private UI.CsmButton btnAllDw;
|
|||
|
private UI.CsmButton btnAllUp;
|
|||
|
private System.Windows.Forms.DataGridView dgvData;
|
|||
|
private UI.CsmPosEditBox txtVCouponNo;
|
|||
|
private UI.CsmLabel lblVCouponNo;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private UI.CsmPosEditBox txtCouponNo;
|
|||
|
private UI.CsmLabel lblCouponNo;
|
|||
|
private UI.CsmLabel lblBox2;
|
|||
|
private UI.CsmLabel lblBox1;
|
|||
|
private System.Windows.Forms.Label label3;
|
|||
|
private System.Windows.Forms.DataGridViewTextBoxColumn COUPONTYPE;
|
|||
|
private System.Windows.Forms.DataGridViewTextBoxColumn CouponNO;
|
|||
|
private System.Windows.Forms.DataGridViewTextBoxColumn VConponCD;
|
|||
|
private System.Windows.Forms.DataGridViewTextBoxColumn VCouponNM;
|
|||
|
private System.Windows.Forms.DataGridViewTextBoxColumn ValidDate;
|
|||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Bigo1;
|
|||
|
private System.Windows.Forms.DataGridViewTextBoxColumn Bigo2;
|
|||
|
}
|
|||
|
}
|