800 lines
48 KiB
C#
800 lines
48 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmSalePreCard_China
|
|
{
|
|
/// <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();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle8 = 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();
|
|
this.lblAmount = new Cosmos.UI.CsmLabel();
|
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|
this.txtAmount = new Cosmos.UI.CsmLabel();
|
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.dgvData = new System.Windows.Forms.DataGridView();
|
|
this.CARDID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.CARDNO = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.AMOUNT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.btnMenu = new Cosmos.UI.CsmMenu();
|
|
this.txtCardNM = new Cosmos.UI.CsmLabel();
|
|
this.btnAdd = new Cosmos.UI.CsmButton();
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.txtCardID = new Cosmos.UI.CsmLabel();
|
|
this.picFuncKey = new System.Windows.Forms.PictureBox();
|
|
this.btnAllDw = new Cosmos.UI.CsmButton();
|
|
this.btnAllUp = new Cosmos.UI.CsmButton();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|
this.csmLabel4 = new Cosmos.UI.CsmLabel();
|
|
this.lblCardNo = new Cosmos.UI.CsmLabel();
|
|
this.txtCardNo = new Cosmos.UI.CsmPosEditBox();
|
|
this.btnSearch = new Cosmos.UI.CsmButton();
|
|
this.btnDelete = new Cosmos.UI.CsmButton();
|
|
this.btnComplete = new Cosmos.UI.CsmButton();
|
|
this.dgvInsData = new System.Windows.Forms.DataGridView();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.Column3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.btnAllDw2 = new Cosmos.UI.CsmButton();
|
|
this.btnAllUp2 = new Cosmos.UI.CsmButton();
|
|
this.btnCardNo = new Cosmos.UI.CsmButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picFuncKey)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvInsData)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// lblAmount
|
|
//
|
|
this.lblAmount.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblAmount.BorderStyleReDraw = true;
|
|
this.lblAmount.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lblAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblAmount.Location = new System.Drawing.Point(403, 107);
|
|
this.lblAmount.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblAmount.Name = "lblAmount";
|
|
this.lblAmount.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblAmount.Size = new System.Drawing.Size(122, 40);
|
|
this.lblAmount.TabIndex = 119;
|
|
this.lblAmount.Text = "선불카드금액";
|
|
this.lblAmount.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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);
|
|
//
|
|
// txtAmount
|
|
//
|
|
this.txtAmount.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtAmount.BorderStyleReDraw = true;
|
|
this.txtAmount.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtAmount.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtAmount.Location = new System.Drawing.Point(541, 114);
|
|
this.txtAmount.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtAmount.Name = "txtAmount";
|
|
this.txtAmount.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtAmount.Size = new System.Drawing.Size(227, 26);
|
|
this.txtAmount.TabIndex = 285;
|
|
this.txtAmount.Text = "0";
|
|
this.txtAmount.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// 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(728, 50);
|
|
this.lblTitle.TabIndex = 287;
|
|
this.lblTitle.Text = "선불카드 판매 - 중국";
|
|
this.lblTitle.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(403, 67);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(378, 1);
|
|
this.label2.TabIndex = 305;
|
|
//
|
|
// 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 = 40;
|
|
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.CARDID,
|
|
this.CARDNO,
|
|
this.AMOUNT,
|
|
this.Column1});
|
|
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(22, 270);
|
|
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.RowHeadersWidth = 50;
|
|
this.dgvData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
this.dgvData.RowTemplate.Height = 40;
|
|
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(377, 238);
|
|
this.dgvData.TabIndex = 315;
|
|
this.dgvData.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvData_CellClick);
|
|
//
|
|
// CARDID
|
|
//
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
this.CARDID.DefaultCellStyle = dataGridViewCellStyle2;
|
|
this.CARDID.HeaderText = "권종코드";
|
|
this.CARDID.Name = "CARDID";
|
|
this.CARDID.ReadOnly = true;
|
|
this.CARDID.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.CARDID.Visible = false;
|
|
//
|
|
// CARDNO
|
|
//
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.CARDNO.DefaultCellStyle = dataGridViewCellStyle3;
|
|
this.CARDNO.HeaderText = "카드번호";
|
|
this.CARDNO.Name = "CARDNO";
|
|
this.CARDNO.ReadOnly = true;
|
|
this.CARDNO.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.CARDNO.Width = 210;
|
|
//
|
|
// AMOUNT
|
|
//
|
|
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle4.Format = "N0";
|
|
dataGridViewCellStyle4.NullValue = "0";
|
|
this.AMOUNT.DefaultCellStyle = dataGridViewCellStyle4;
|
|
this.AMOUNT.HeaderText = "금액";
|
|
this.AMOUNT.Name = "AMOUNT";
|
|
this.AMOUNT.ReadOnly = true;
|
|
this.AMOUNT.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.AMOUNT.Width = 114;
|
|
//
|
|
// Column1
|
|
//
|
|
this.Column1.HeaderText = "Column1";
|
|
this.Column1.Name = "Column1";
|
|
this.Column1.ReadOnly = true;
|
|
this.Column1.Visible = false;
|
|
//
|
|
// btnMenu
|
|
//
|
|
this.btnMenu.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu.BackColorUpDown = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.btnMenu.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
|
this.btnMenu.BorderLineSize = 0;
|
|
this.btnMenu.BorderStyleReDraw = false;
|
|
this.btnMenu.FontSizeUpDown = 14F;
|
|
this.btnMenu.ForeColorUpDown = System.Drawing.SystemColors.ControlText;
|
|
this.btnMenu.Location = new System.Drawing.Point(23, 68);
|
|
this.btnMenu.Name = "btnMenu";
|
|
this.btnMenu.Size = new System.Drawing.Size(373, 192);
|
|
this.btnMenu.TabIndex = 317;
|
|
this.btnMenu.TextDown = "▶";
|
|
this.btnMenu.TextUp = "◀";
|
|
this.btnMenu.VisibleUpDown = true;
|
|
this.btnMenu.MenuClickHandler += new Cosmos.UI.CsmMenu.MenuClickEventHandler(this.btnMenu_MenuClickHandler);
|
|
//
|
|
// txtCardNM
|
|
//
|
|
this.txtCardNM.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtCardNM.BorderStyleReDraw = true;
|
|
this.txtCardNM.Font = new System.Drawing.Font("나눔스퀘어", 14F, System.Drawing.FontStyle.Bold);
|
|
this.txtCardNM.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtCardNM.Location = new System.Drawing.Point(118, 131);
|
|
this.txtCardNM.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtCardNM.Name = "txtCardNM";
|
|
this.txtCardNM.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtCardNM.Size = new System.Drawing.Size(167, 26);
|
|
this.txtCardNM.TabIndex = 318;
|
|
this.txtCardNM.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.txtCardNM.Visible = false;
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.BackColor = System.Drawing.Color.White;
|
|
this.btnAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnAdd.BorderStyleReDraw = true;
|
|
this.btnAdd.ClickImage = null;
|
|
this.btnAdd.DefaultImage = null;
|
|
this.btnAdd.DisableImage = null;
|
|
this.btnAdd.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|
this.btnAdd.ForeColor = System.Drawing.Color.Black;
|
|
this.btnAdd.Location = new System.Drawing.Point(477, 221);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.OccupancyBar = 0;
|
|
this.btnAdd.OccupancyBar_Lv0 = null;
|
|
this.btnAdd.OccupancyBar_Lv1 = null;
|
|
this.btnAdd.OccupancyBar_Lv2 = null;
|
|
this.btnAdd.OccupancyBar_Lv3 = null;
|
|
this.btnAdd.OccupancyBar_Lv4 = null;
|
|
this.btnAdd.Size = new System.Drawing.Size(100, 40);
|
|
this.btnAdd.TabIndex = 133;
|
|
this.btnAdd.Text = "등록";
|
|
this.btnAdd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnAdd.UseCompatibleTextRendering = true;
|
|
this.btnAdd.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// 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;
|
|
//
|
|
// txtCardID
|
|
//
|
|
this.txtCardID.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtCardID.BorderStyleReDraw = true;
|
|
this.txtCardID.Font = new System.Drawing.Font("나눔스퀘어", 14F, System.Drawing.FontStyle.Bold);
|
|
this.txtCardID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtCardID.Location = new System.Drawing.Point(45, 131);
|
|
this.txtCardID.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtCardID.Name = "txtCardID";
|
|
this.txtCardID.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtCardID.Size = new System.Drawing.Size(57, 26);
|
|
this.txtCardID.TabIndex = 321;
|
|
this.txtCardID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.txtCardID.Visible = false;
|
|
//
|
|
// picFuncKey
|
|
//
|
|
this.picFuncKey.BackColor = System.Drawing.Color.Gray;
|
|
this.picFuncKey.Location = new System.Drawing.Point(22, 67);
|
|
this.picFuncKey.Name = "picFuncKey";
|
|
this.picFuncKey.Size = new System.Drawing.Size(375, 194);
|
|
this.picFuncKey.TabIndex = 322;
|
|
this.picFuncKey.TabStop = false;
|
|
//
|
|
// btnAllDw
|
|
//
|
|
this.btnAllDw.BackColor = System.Drawing.Color.White;
|
|
this.btnAllDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
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(210, 509);
|
|
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(189, 48);
|
|
this.btnAllDw.TabIndex = 342;
|
|
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.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(22, 509);
|
|
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(189, 48);
|
|
this.btnAllUp.TabIndex = 343;
|
|
this.btnAllUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnAllUp.UseCompatibleTextRendering = true;
|
|
this.btnAllUp.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label11.Location = new System.Drawing.Point(22, 269);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(376, 1);
|
|
this.label11.TabIndex = 345;
|
|
//
|
|
// lblBox3
|
|
//
|
|
this.lblBox3.BackColor = System.Drawing.Color.White;
|
|
this.lblBox3.BorderStyleReDraw = true;
|
|
this.lblBox3.Location = new System.Drawing.Point(524, 107);
|
|
this.lblBox3.Name = "lblBox3";
|
|
this.lblBox3.Size = new System.Drawing.Size(257, 40);
|
|
this.lblBox3.TabIndex = 538;
|
|
//
|
|
// csmLabel4
|
|
//
|
|
this.csmLabel4.BackColor = System.Drawing.Color.White;
|
|
this.csmLabel4.BorderStyleReDraw = true;
|
|
this.csmLabel4.Location = new System.Drawing.Point(524, 68);
|
|
this.csmLabel4.Name = "csmLabel4";
|
|
this.csmLabel4.Size = new System.Drawing.Size(257, 40);
|
|
this.csmLabel4.TabIndex = 543;
|
|
//
|
|
// 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("나눔스퀘어", 12F, 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(403, 68);
|
|
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, 40);
|
|
this.lblCardNo.TabIndex = 541;
|
|
this.lblCardNo.Text = "선불카드번호";
|
|
this.lblCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtCardNo
|
|
//
|
|
this.txtCardNo.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
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.WhiteSmoke;
|
|
this.txtCardNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtCardNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtCardNo.InputType = Cosmos.UI.InputType.CardNo;
|
|
this.txtCardNo.InputTypeFormat = "";
|
|
this.txtCardNo.Location = new System.Drawing.Point(541, 75);
|
|
this.txtCardNo.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtCardNo.MaxLength = 21;
|
|
this.txtCardNo.MaxLengthAutoEnd = false;
|
|
this.txtCardNo.MaxLengthForKeyIn = 32767;
|
|
this.txtCardNo.MaxLengthForNumpad = 32767;
|
|
this.txtCardNo.Name = "txtCardNo";
|
|
this.txtCardNo.PasswordChar = '\0';
|
|
this.txtCardNo.ReadOnly = false;
|
|
this.txtCardNo.Size = new System.Drawing.Size(200, 26);
|
|
this.txtCardNo.TabIndex = 544;
|
|
this.txtCardNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtCardNo.UseDualMaxLength = false;
|
|
this.txtCardNo.Value = "1234567890123456";
|
|
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);
|
|
//
|
|
// btnSearch
|
|
//
|
|
this.btnSearch.BackColor = System.Drawing.Color.White;
|
|
this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnSearch.BorderStyleReDraw = true;
|
|
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.Black;
|
|
this.btnSearch.Location = new System.Drawing.Point(405, 159);
|
|
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 = 545;
|
|
this.btnSearch.Text = "조회";
|
|
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnSearch.UseCompatibleTextRendering = true;
|
|
this.btnSearch.Visible = false;
|
|
this.btnSearch.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnDelete
|
|
//
|
|
this.btnDelete.BackColor = System.Drawing.Color.White;
|
|
this.btnDelete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnDelete.BorderStyleReDraw = true;
|
|
this.btnDelete.ClickImage = null;
|
|
this.btnDelete.DefaultImage = null;
|
|
this.btnDelete.DisableImage = null;
|
|
this.btnDelete.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|
this.btnDelete.ForeColor = System.Drawing.Color.Black;
|
|
this.btnDelete.Location = new System.Drawing.Point(579, 221);
|
|
this.btnDelete.Name = "btnDelete";
|
|
this.btnDelete.OccupancyBar = 0;
|
|
this.btnDelete.OccupancyBar_Lv0 = null;
|
|
this.btnDelete.OccupancyBar_Lv1 = null;
|
|
this.btnDelete.OccupancyBar_Lv2 = null;
|
|
this.btnDelete.OccupancyBar_Lv3 = null;
|
|
this.btnDelete.OccupancyBar_Lv4 = null;
|
|
this.btnDelete.Size = new System.Drawing.Size(100, 40);
|
|
this.btnDelete.TabIndex = 547;
|
|
this.btnDelete.Text = "삭제";
|
|
this.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnDelete.UseCompatibleTextRendering = true;
|
|
this.btnDelete.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// 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("나눔스퀘어", 14F);
|
|
this.btnComplete.ForeColor = System.Drawing.Color.White;
|
|
this.btnComplete.Location = new System.Drawing.Point(681, 221);
|
|
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 = 546;
|
|
this.btnComplete.Text = "완료";
|
|
this.btnComplete.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnComplete.UseCompatibleTextRendering = true;
|
|
this.btnComplete.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// dgvInsData
|
|
//
|
|
this.dgvInsData.BackgroundColor = System.Drawing.Color.White;
|
|
this.dgvInsData.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
|
|
this.dgvInsData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(229)))));
|
|
dataGridViewCellStyle7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle7.ForeColor = System.Drawing.Color.Black;
|
|
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
|
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgvInsData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle7;
|
|
this.dgvInsData.ColumnHeadersHeight = 40;
|
|
this.dgvInsData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
this.dgvInsData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dataGridViewTextBoxColumn1,
|
|
this.dataGridViewTextBoxColumn2,
|
|
this.dataGridViewTextBoxColumn3,
|
|
this.Column2,
|
|
this.Column3});
|
|
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle11.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle11.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle11.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.Color.Black;
|
|
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dgvInsData.DefaultCellStyle = dataGridViewCellStyle11;
|
|
this.dgvInsData.EnableHeadersVisualStyles = false;
|
|
this.dgvInsData.GridColor = System.Drawing.Color.Silver;
|
|
this.dgvInsData.Location = new System.Drawing.Point(404, 270);
|
|
this.dgvInsData.MultiSelect = false;
|
|
this.dgvInsData.Name = "dgvInsData";
|
|
this.dgvInsData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle12.BackColor = System.Drawing.SystemColors.Control;
|
|
dataGridViewCellStyle12.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
dataGridViewCellStyle12.ForeColor = System.Drawing.SystemColors.WindowText;
|
|
dataGridViewCellStyle12.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|
dataGridViewCellStyle12.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
|
dataGridViewCellStyle12.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
|
this.dgvInsData.RowHeadersDefaultCellStyle = dataGridViewCellStyle12;
|
|
this.dgvInsData.RowHeadersWidth = 50;
|
|
this.dgvInsData.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
this.dgvInsData.RowTemplate.Height = 40;
|
|
this.dgvInsData.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dgvInsData.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|
this.dgvInsData.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|
this.dgvInsData.ShowEditingIcon = false;
|
|
this.dgvInsData.Size = new System.Drawing.Size(377, 238);
|
|
this.dgvInsData.TabIndex = 548;
|
|
this.dgvInsData.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dgvInsData_CellClick);
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
dataGridViewCellStyle8.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
this.dataGridViewTextBoxColumn1.DefaultCellStyle = dataGridViewCellStyle8;
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "권종코드";
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dataGridViewTextBoxColumn1.Visible = false;
|
|
//
|
|
// dataGridViewTextBoxColumn2
|
|
//
|
|
dataGridViewCellStyle9.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
this.dataGridViewTextBoxColumn2.DefaultCellStyle = dataGridViewCellStyle9;
|
|
this.dataGridViewTextBoxColumn2.HeaderText = "카드번호";
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn2.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dataGridViewTextBoxColumn2.Width = 210;
|
|
//
|
|
// dataGridViewTextBoxColumn3
|
|
//
|
|
dataGridViewCellStyle10.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
dataGridViewCellStyle10.Format = "N0";
|
|
dataGridViewCellStyle10.NullValue = "0";
|
|
this.dataGridViewTextBoxColumn3.DefaultCellStyle = dataGridViewCellStyle10;
|
|
this.dataGridViewTextBoxColumn3.HeaderText = "금액";
|
|
this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
this.dataGridViewTextBoxColumn3.ReadOnly = true;
|
|
this.dataGridViewTextBoxColumn3.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.dataGridViewTextBoxColumn3.Width = 114;
|
|
//
|
|
// Column2
|
|
//
|
|
this.Column2.HeaderText = "처리용 카드번호";
|
|
this.Column2.Name = "Column2";
|
|
this.Column2.ReadOnly = true;
|
|
this.Column2.Visible = false;
|
|
//
|
|
// Column3
|
|
//
|
|
this.Column3.HeaderText = "상품코드";
|
|
this.Column3.Name = "Column3";
|
|
this.Column3.ReadOnly = true;
|
|
this.Column3.Visible = false;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label1.Location = new System.Drawing.Point(404, 269);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(376, 1);
|
|
this.label1.TabIndex = 549;
|
|
//
|
|
// btnAllDw2
|
|
//
|
|
this.btnAllDw2.BackColor = System.Drawing.Color.White;
|
|
this.btnAllDw2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnAllDw2.BorderStyleReDraw = true;
|
|
this.btnAllDw2.ClickImage = null;
|
|
this.btnAllDw2.DefaultImage = null;
|
|
this.btnAllDw2.DisableImage = null;
|
|
this.btnAllDw2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnAllDw2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
|
|
this.btnAllDw2.Location = new System.Drawing.Point(592, 509);
|
|
this.btnAllDw2.Name = "btnAllDw2";
|
|
this.btnAllDw2.OccupancyBar = 0;
|
|
this.btnAllDw2.OccupancyBar_Lv0 = null;
|
|
this.btnAllDw2.OccupancyBar_Lv1 = null;
|
|
this.btnAllDw2.OccupancyBar_Lv2 = null;
|
|
this.btnAllDw2.OccupancyBar_Lv3 = null;
|
|
this.btnAllDw2.OccupancyBar_Lv4 = null;
|
|
this.btnAllDw2.Size = new System.Drawing.Size(189, 48);
|
|
this.btnAllDw2.TabIndex = 550;
|
|
this.btnAllDw2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnAllDw2.UseCompatibleTextRendering = true;
|
|
this.btnAllDw2.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnAllUp2
|
|
//
|
|
this.btnAllUp2.BackColor = System.Drawing.Color.White;
|
|
this.btnAllUp2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnAllUp2.BorderStyleReDraw = true;
|
|
this.btnAllUp2.ClickImage = null;
|
|
this.btnAllUp2.DefaultImage = null;
|
|
this.btnAllUp2.DisableImage = null;
|
|
this.btnAllUp2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnAllUp2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
|
|
this.btnAllUp2.Location = new System.Drawing.Point(404, 509);
|
|
this.btnAllUp2.Name = "btnAllUp2";
|
|
this.btnAllUp2.OccupancyBar = 0;
|
|
this.btnAllUp2.OccupancyBar_Lv0 = null;
|
|
this.btnAllUp2.OccupancyBar_Lv1 = null;
|
|
this.btnAllUp2.OccupancyBar_Lv2 = null;
|
|
this.btnAllUp2.OccupancyBar_Lv3 = null;
|
|
this.btnAllUp2.OccupancyBar_Lv4 = null;
|
|
this.btnAllUp2.Size = new System.Drawing.Size(189, 48);
|
|
this.btnAllUp2.TabIndex = 551;
|
|
this.btnAllUp2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnAllUp2.UseCompatibleTextRendering = true;
|
|
this.btnAllUp2.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnCardNo
|
|
//
|
|
this.btnCardNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235)))));
|
|
this.btnCardNo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnCardNo.BorderStyleReDraw = true;
|
|
this.btnCardNo.ClickImage = null;
|
|
this.btnCardNo.DefaultImage = null;
|
|
this.btnCardNo.DisableImage = null;
|
|
this.btnCardNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold);
|
|
this.btnCardNo.ForeColor = System.Drawing.Color.Black;
|
|
this.btnCardNo.Location = new System.Drawing.Point(742, 75);
|
|
this.btnCardNo.Name = "btnCardNo";
|
|
this.btnCardNo.OccupancyBar = 0;
|
|
this.btnCardNo.OccupancyBar_Lv0 = null;
|
|
this.btnCardNo.OccupancyBar_Lv1 = null;
|
|
this.btnCardNo.OccupancyBar_Lv2 = null;
|
|
this.btnCardNo.OccupancyBar_Lv3 = null;
|
|
this.btnCardNo.OccupancyBar_Lv4 = null;
|
|
this.btnCardNo.Size = new System.Drawing.Size(26, 26);
|
|
this.btnCardNo.TabIndex = 552;
|
|
this.btnCardNo.Text = "..";
|
|
this.btnCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnCardNo.Click += new System.EventHandler(this.btnCardNo_Click);
|
|
//
|
|
// frmSalePreCard_China
|
|
//
|
|
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.btnCardNo);
|
|
this.Controls.Add(this.btnAllDw2);
|
|
this.Controls.Add(this.btnAllUp2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.dgvInsData);
|
|
this.Controls.Add(this.btnDelete);
|
|
this.Controls.Add(this.btnComplete);
|
|
this.Controls.Add(this.btnSearch);
|
|
this.Controls.Add(this.txtCardNo);
|
|
this.Controls.Add(this.csmLabel4);
|
|
this.Controls.Add(this.lblCardNo);
|
|
this.Controls.Add(this.txtCardID);
|
|
this.Controls.Add(this.txtCardNM);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.txtAmount);
|
|
this.Controls.Add(this.lblBox3);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.btnAllDw);
|
|
this.Controls.Add(this.btnAllUp);
|
|
this.Controls.Add(this.btnMenu);
|
|
this.Controls.Add(this.dgvData);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.btnAdd);
|
|
this.Controls.Add(this.lblAmount);
|
|
this.Controls.Add(this.picFuncKey);
|
|
this.Controls.Add(this.picBack);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmSalePreCard_China";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "`";
|
|
this.Activated += new System.EventHandler(this.frmSalePreCard_China_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmSalePreCard_China_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSalePreCard_China_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmSalePreCard_China_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picFuncKey)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.dgvInsData)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmLabel lblAmount;
|
|
private UI.CsmLabel btnExit;
|
|
private UI.CsmLabel txtAmount;
|
|
private UI.CsmLabel lblTitle;
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.DataGridView dgvData;
|
|
private UI.CsmMenu btnMenu;
|
|
private UI.CsmLabel txtCardNM;
|
|
private UI.CsmButton btnAdd;
|
|
private UI.CsmLabel txtCardID;
|
|
private System.Windows.Forms.PictureBox picFuncKey;
|
|
private UI.CsmButton btnAllDw;
|
|
private UI.CsmButton btnAllUp;
|
|
private System.Windows.Forms.Label label11;
|
|
private UI.CsmLabel lblBox3;
|
|
private UI.CsmLabel csmLabel4;
|
|
private UI.CsmLabel lblCardNo;
|
|
private UI.CsmPosEditBox txtCardNo;
|
|
private UI.CsmButton btnSearch;
|
|
private UI.CsmButton btnDelete;
|
|
private UI.CsmButton btnComplete;
|
|
private System.Windows.Forms.DataGridView dgvInsData;
|
|
private System.Windows.Forms.Label label1;
|
|
private UI.CsmButton btnAllDw2;
|
|
private UI.CsmButton btnAllUp2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CARDID;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CARDNO;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn AMOUNT;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column2;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Column3;
|
|
private UI.CsmButton btnCardNo;
|
|
}
|
|
} |