922 lines
53 KiB
C#
922 lines
53 KiB
C#
namespace Cosmos.Win
|
||
{
|
||
partial class frmSaleOnCustomer
|
||
{
|
||
/// <summary>
|
||
/// Required designer variable.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Clean up any resources being used.
|
||
/// </summary>
|
||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Windows Form Designer generated code
|
||
|
||
/// <summary>
|
||
/// Required method for Designer support - do not modify
|
||
/// the contents of this method with the code editor.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
this.components = new System.ComponentModel.Container();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle11 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle19 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle20 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle12 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle13 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle14 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle15 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle16 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle17 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle18 = new System.Windows.Forms.DataGridViewCellStyle();
|
||
this.lblPayAmt = new Cosmos.UI.CsmLabel();
|
||
this.btnEnter = new Cosmos.UI.CsmButton();
|
||
this.padInPut = new Cosmos.UI.CsmNumpad();
|
||
this.btnExit = new Cosmos.UI.CsmLabel();
|
||
this.lblTitle = new Cosmos.UI.CsmLabel();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.btnSearch = new Cosmos.UI.CsmButton();
|
||
this.dgvData = new System.Windows.Forms.DataGridView();
|
||
this.Select = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.CustNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.CustNM = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.TelePhone = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.SaleAmount = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.DCRate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.CustType = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
||
this.txtPayAmt = new Cosmos.UI.CsmPosEditBox();
|
||
this.picBack = new System.Windows.Forms.PictureBox();
|
||
this.gridDataItemBindingSource = new System.Windows.Forms.BindingSource(this.components);
|
||
this.txtSaleAmt = new Cosmos.UI.CsmLabel();
|
||
this.lblSaleAmt = new Cosmos.UI.CsmLabel();
|
||
this.txtCustNm = new Cosmos.UI.CsmLabel();
|
||
this.lblCustNM = new Cosmos.UI.CsmLabel();
|
||
this.txtTel = new Cosmos.UI.CsmLabel();
|
||
this.lblTel = new Cosmos.UI.CsmLabel();
|
||
this.txtCustNo = new Cosmos.UI.CsmLabel();
|
||
this.txtDCAmt = new Cosmos.UI.CsmLabel();
|
||
this.lblDCAmt = new Cosmos.UI.CsmLabel();
|
||
this.txtCustID = new Cosmos.UI.CsmPosEditBox();
|
||
this.lblCustID = new Cosmos.UI.CsmLabel();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.btnAllDw = new Cosmos.UI.CsmButton();
|
||
this.btnAllUp = new Cosmos.UI.CsmButton();
|
||
this.btnSearchType1 = new Cosmos.UI.CsmButton();
|
||
this.btnSearchType2 = new Cosmos.UI.CsmButton();
|
||
this.lblBox5 = new Cosmos.UI.CsmLabel();
|
||
this.lblBox4 = new Cosmos.UI.CsmLabel();
|
||
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
||
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
||
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
||
this.lblBox6 = new Cosmos.UI.CsmLabel();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.btnAllPgUp = new Cosmos.UI.CsmButton();
|
||
this.btnAllPgDw = new Cosmos.UI.CsmButton();
|
||
this.btnSearchType3 = new Cosmos.UI.CsmButton();
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).BeginInit();
|
||
this.SuspendLayout();
|
||
//
|
||
// lblPayAmt
|
||
//
|
||
this.lblPayAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
||
this.lblPayAmt.BorderStyleReDraw = true;
|
||
this.lblPayAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
||
this.lblPayAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
this.lblPayAmt.Location = new System.Drawing.Point(456, 216);
|
||
this.lblPayAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
||
this.lblPayAmt.Name = "lblPayAmt";
|
||
this.lblPayAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||
this.lblPayAmt.Size = new System.Drawing.Size(122, 38);
|
||
this.lblPayAmt.TabIndex = 119;
|
||
this.lblPayAmt.Text = "결제금액 *";
|
||
this.lblPayAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// btnEnter
|
||
//
|
||
this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
||
this.btnEnter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnEnter.BorderStyleReDraw = false;
|
||
this.btnEnter.ClickImage = null;
|
||
this.btnEnter.DefaultImage = null;
|
||
this.btnEnter.DisableImage = null;
|
||
this.btnEnter.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
||
this.btnEnter.ForeColor = System.Drawing.Color.White;
|
||
this.btnEnter.Location = new System.Drawing.Point(698, 260);
|
||
this.btnEnter.Name = "btnEnter";
|
||
this.btnEnter.OccupancyBar = 0;
|
||
this.btnEnter.OccupancyBar_Lv0 = null;
|
||
this.btnEnter.OccupancyBar_Lv1 = null;
|
||
this.btnEnter.OccupancyBar_Lv2 = null;
|
||
this.btnEnter.OccupancyBar_Lv3 = null;
|
||
this.btnEnter.OccupancyBar_Lv4 = null;
|
||
this.btnEnter.Size = new System.Drawing.Size(80, 40);
|
||
this.btnEnter.TabIndex = 133;
|
||
this.btnEnter.Text = "승인";
|
||
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnEnter.UseCompatibleTextRendering = true;
|
||
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
|
||
//
|
||
// padInPut
|
||
//
|
||
this.padInPut.AccessibleRole = System.Windows.Forms.AccessibleRole.None;
|
||
this.padInPut.BackColor = System.Drawing.Color.Transparent;
|
||
this.padInPut.BtnDotEnable = true;
|
||
this.padInPut.BtnMinusEnable = false;
|
||
this.padInPut.BtnPlusEnable = false;
|
||
this.padInPut.BtnQtyEnable = false;
|
||
this.padInPut.BtnSearchEnable = false;
|
||
this.padInPut.ClearBtnText = "CLEAR";
|
||
this.padInPut.DesignType = Cosmos.UI.DesignType.POPUP;
|
||
this.padInPut.Location = new System.Drawing.Point(456, 307);
|
||
this.padInPut.Name = "padInPut";
|
||
this.padInPut.QtyBtnText = "QTY";
|
||
this.padInPut.SearchBtnText = "FIND";
|
||
this.padInPut.Size = new System.Drawing.Size(322, 250);
|
||
this.padInPut.TabIndex = 17;
|
||
this.padInPut.ThemeColor = "000000000";
|
||
this.padInPut.Use4By4 = true;
|
||
//
|
||
// 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("나눔스퀘어", 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(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(456, 67);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(322, 2);
|
||
this.label2.TabIndex = 305;
|
||
//
|
||
// btnSearch
|
||
//
|
||
this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
||
this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnSearch.BorderStyleReDraw = false;
|
||
this.btnSearch.ClickImage = null;
|
||
this.btnSearch.DefaultImage = null;
|
||
this.btnSearch.DisableImage = null;
|
||
this.btnSearch.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
||
this.btnSearch.ForeColor = System.Drawing.Color.White;
|
||
this.btnSearch.Location = new System.Drawing.Point(344, 68);
|
||
this.btnSearch.Name = "btnSearch";
|
||
this.btnSearch.OccupancyBar = 0;
|
||
this.btnSearch.OccupancyBar_Lv0 = null;
|
||
this.btnSearch.OccupancyBar_Lv1 = null;
|
||
this.btnSearch.OccupancyBar_Lv2 = null;
|
||
this.btnSearch.OccupancyBar_Lv3 = null;
|
||
this.btnSearch.OccupancyBar_Lv4 = null;
|
||
this.btnSearch.Size = new System.Drawing.Size(100, 40);
|
||
this.btnSearch.TabIndex = 314;
|
||
this.btnSearch.Text = "조회";
|
||
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnSearch.UseCompatibleTextRendering = true;
|
||
this.btnSearch.Visible = false;
|
||
this.btnSearch.Click += new System.EventHandler(this.btnProc_Click);
|
||
//
|
||
// dgvData
|
||
//
|
||
this.dgvData.BackgroundColor = System.Drawing.Color.White;
|
||
this.dgvData.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleHorizontal;
|
||
this.dgvData.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||
dataGridViewCellStyle11.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
||
dataGridViewCellStyle11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(229)))), ((int)(((byte)(229)))));
|
||
dataGridViewCellStyle11.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
dataGridViewCellStyle11.ForeColor = System.Drawing.Color.Black;
|
||
dataGridViewCellStyle11.SelectionBackColor = System.Drawing.SystemColors.GradientActiveCaption;
|
||
dataGridViewCellStyle11.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
dataGridViewCellStyle11.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
this.dgvData.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle11;
|
||
this.dgvData.ColumnHeadersHeight = 35;
|
||
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
||
this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
||
this.Select,
|
||
this.CustNo,
|
||
this.CustNM,
|
||
this.TelePhone,
|
||
this.SaleAmount,
|
||
this.DCRate,
|
||
this.CustType});
|
||
dataGridViewCellStyle19.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle19.BackColor = System.Drawing.SystemColors.Window;
|
||
dataGridViewCellStyle19.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
dataGridViewCellStyle19.ForeColor = System.Drawing.SystemColors.ControlText;
|
||
dataGridViewCellStyle19.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
||
dataGridViewCellStyle19.SelectionForeColor = System.Drawing.Color.Black;
|
||
dataGridViewCellStyle19.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.dgvData.DefaultCellStyle = dataGridViewCellStyle19;
|
||
this.dgvData.EnableHeadersVisualStyles = false;
|
||
this.dgvData.GridColor = System.Drawing.Color.Silver;
|
||
this.dgvData.Location = new System.Drawing.Point(22, 68);
|
||
this.dgvData.MultiSelect = false;
|
||
this.dgvData.Name = "dgvData";
|
||
this.dgvData.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
||
dataGridViewCellStyle20.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
dataGridViewCellStyle20.BackColor = System.Drawing.SystemColors.Control;
|
||
dataGridViewCellStyle20.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
dataGridViewCellStyle20.ForeColor = System.Drawing.SystemColors.WindowText;
|
||
dataGridViewCellStyle20.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
||
dataGridViewCellStyle20.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
|
||
dataGridViewCellStyle20.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
|
||
this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle20;
|
||
this.dgvData.RowHeadersVisible = false;
|
||
this.dgvData.RowHeadersWidth = 40;
|
||
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(394, 489);
|
||
this.dgvData.TabIndex = 316;
|
||
this.dgvData.Click += new System.EventHandler(this.dgvCustomer_Click);
|
||
//
|
||
// Select
|
||
//
|
||
this.Select.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
||
dataGridViewCellStyle12.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle12.Format = "N0";
|
||
dataGridViewCellStyle12.NullValue = "0";
|
||
this.Select.DefaultCellStyle = dataGridViewCellStyle12;
|
||
this.Select.HeaderText = "No.";
|
||
this.Select.Name = "Select";
|
||
this.Select.ReadOnly = true;
|
||
this.Select.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.Select.Width = 40;
|
||
//
|
||
// CustNo
|
||
//
|
||
dataGridViewCellStyle13.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
this.CustNo.DefaultCellStyle = dataGridViewCellStyle13;
|
||
this.CustNo.HeaderText = "고객번호";
|
||
this.CustNo.Name = "CustNo";
|
||
this.CustNo.ReadOnly = true;
|
||
this.CustNo.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.CustNo.Visible = false;
|
||
//
|
||
// CustNM
|
||
//
|
||
dataGridViewCellStyle14.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
this.CustNM.DefaultCellStyle = dataGridViewCellStyle14;
|
||
this.CustNM.HeaderText = "고 객 명";
|
||
this.CustNM.Name = "CustNM";
|
||
this.CustNM.ReadOnly = true;
|
||
this.CustNM.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
//
|
||
// TelePhone
|
||
//
|
||
dataGridViewCellStyle15.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
||
this.TelePhone.DefaultCellStyle = dataGridViewCellStyle15;
|
||
this.TelePhone.HeaderText = "전화번호";
|
||
this.TelePhone.Name = "TelePhone";
|
||
this.TelePhone.ReadOnly = true;
|
||
this.TelePhone.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
//
|
||
// SaleAmount
|
||
//
|
||
dataGridViewCellStyle16.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle16.Format = "N0";
|
||
dataGridViewCellStyle16.NullValue = "0";
|
||
this.SaleAmount.DefaultCellStyle = dataGridViewCellStyle16;
|
||
this.SaleAmount.HeaderText = "외상잔액";
|
||
this.SaleAmount.Name = "SaleAmount";
|
||
this.SaleAmount.ReadOnly = true;
|
||
this.SaleAmount.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
//
|
||
// DCRate
|
||
//
|
||
dataGridViewCellStyle17.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
||
dataGridViewCellStyle17.NullValue = "0";
|
||
this.DCRate.DefaultCellStyle = dataGridViewCellStyle17;
|
||
this.DCRate.HeaderText = "DC율";
|
||
this.DCRate.Name = "DCRate";
|
||
this.DCRate.ReadOnly = true;
|
||
this.DCRate.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.DCRate.Width = 45;
|
||
//
|
||
// CustType
|
||
//
|
||
dataGridViewCellStyle18.NullValue = "0";
|
||
this.CustType.DefaultCellStyle = dataGridViewCellStyle18;
|
||
this.CustType.HeaderText = "고객구분";
|
||
this.CustType.Name = "CustType";
|
||
this.CustType.ReadOnly = true;
|
||
this.CustType.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
||
this.CustType.Visible = false;
|
||
//
|
||
// txtPayAmt
|
||
//
|
||
this.txtPayAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
||
this.txtPayAmt.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||
this.txtPayAmt.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
||
this.txtPayAmt.BorderStyleReDraw = false;
|
||
this.txtPayAmt.ClearFlag = false;
|
||
this.txtPayAmt.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
||
this.txtPayAmt.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
||
this.txtPayAmt.Enabled = false;
|
||
this.txtPayAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
||
this.txtPayAmt.InputType = Cosmos.UI.InputType.Money;
|
||
this.txtPayAmt.InputTypeFormat = "";
|
||
this.txtPayAmt.Location = new System.Drawing.Point(594, 222);
|
||
this.txtPayAmt.Margin = new System.Windows.Forms.Padding(5);
|
||
this.txtPayAmt.MaxLength = 15;
|
||
this.txtPayAmt.MaxLengthAutoEnd = false;
|
||
this.txtPayAmt.MaxLengthForKeyIn = 32767;
|
||
this.txtPayAmt.MaxLengthForNumpad = 32767;
|
||
this.txtPayAmt.Name = "txtPayAmt";
|
||
this.txtPayAmt.PasswordChar = '\0';
|
||
this.txtPayAmt.ReadOnly = false;
|
||
this.txtPayAmt.Size = new System.Drawing.Size(167, 25);
|
||
this.txtPayAmt.TabIndex = 320;
|
||
this.txtPayAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
||
this.txtPayAmt.UseDualMaxLength = false;
|
||
this.txtPayAmt.Value = "";
|
||
this.txtPayAmt.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
||
this.txtPayAmt.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
||
//
|
||
// picBack
|
||
//
|
||
this.picBack.ErrorImage = 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;
|
||
//
|
||
// gridDataItemBindingSource
|
||
//
|
||
this.gridDataItemBindingSource.DataSource = typeof(Cosmos.UI.GridDataItem);
|
||
//
|
||
// txtSaleAmt
|
||
//
|
||
this.txtSaleAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
||
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(594, 74);
|
||
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, 25);
|
||
this.txtSaleAmt.TabIndex = 323;
|
||
this.txtSaleAmt.Text = "0";
|
||
this.txtSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// 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(456, 68);
|
||
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 = 322;
|
||
this.lblSaleAmt.Text = "받을금액";
|
||
this.lblSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// txtCustNm
|
||
//
|
||
this.txtCustNm.BackColor = System.Drawing.Color.WhiteSmoke;
|
||
this.txtCustNm.BorderStyleReDraw = true;
|
||
this.txtCustNm.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
||
this.txtCustNm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
this.txtCustNm.Location = new System.Drawing.Point(594, 111);
|
||
this.txtCustNm.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
||
this.txtCustNm.Name = "txtCustNm";
|
||
this.txtCustNm.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||
this.txtCustNm.Size = new System.Drawing.Size(167, 25);
|
||
this.txtCustNm.TabIndex = 326;
|
||
this.txtCustNm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// lblCustNM
|
||
//
|
||
this.lblCustNM.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
||
this.lblCustNM.BorderStyleReDraw = true;
|
||
this.lblCustNM.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
||
this.lblCustNM.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
this.lblCustNM.Location = new System.Drawing.Point(456, 105);
|
||
this.lblCustNM.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
||
this.lblCustNM.Name = "lblCustNM";
|
||
this.lblCustNM.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||
this.lblCustNM.Size = new System.Drawing.Size(122, 38);
|
||
this.lblCustNM.TabIndex = 325;
|
||
this.lblCustNM.Text = "고 객 명";
|
||
this.lblCustNM.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// txtTel
|
||
//
|
||
this.txtTel.BackColor = System.Drawing.Color.WhiteSmoke;
|
||
this.txtTel.BorderStyleReDraw = true;
|
||
this.txtTel.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
||
this.txtTel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
this.txtTel.Location = new System.Drawing.Point(594, 148);
|
||
this.txtTel.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
||
this.txtTel.Name = "txtTel";
|
||
this.txtTel.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||
this.txtTel.Size = new System.Drawing.Size(167, 25);
|
||
this.txtTel.TabIndex = 329;
|
||
this.txtTel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// lblTel
|
||
//
|
||
this.lblTel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
||
this.lblTel.BorderStyleReDraw = true;
|
||
this.lblTel.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
||
this.lblTel.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
this.lblTel.Location = new System.Drawing.Point(456, 142);
|
||
this.lblTel.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
||
this.lblTel.Name = "lblTel";
|
||
this.lblTel.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||
this.lblTel.Size = new System.Drawing.Size(122, 38);
|
||
this.lblTel.TabIndex = 328;
|
||
this.lblTel.Text = "전화번호";
|
||
this.lblTel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// txtCustNo
|
||
//
|
||
this.txtCustNo.BackColor = System.Drawing.Color.WhiteSmoke;
|
||
this.txtCustNo.BorderStyleReDraw = true;
|
||
this.txtCustNo.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
||
this.txtCustNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
this.txtCustNo.Location = new System.Drawing.Point(594, 37);
|
||
this.txtCustNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
||
this.txtCustNo.Name = "txtCustNo";
|
||
this.txtCustNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||
this.txtCustNo.Size = new System.Drawing.Size(167, 25);
|
||
this.txtCustNo.TabIndex = 331;
|
||
this.txtCustNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.txtCustNo.Visible = false;
|
||
//
|
||
// txtDCAmt
|
||
//
|
||
this.txtDCAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
||
this.txtDCAmt.BorderStyleReDraw = true;
|
||
this.txtDCAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
||
this.txtDCAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
this.txtDCAmt.Location = new System.Drawing.Point(594, 185);
|
||
this.txtDCAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
||
this.txtDCAmt.Name = "txtDCAmt";
|
||
this.txtDCAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||
this.txtDCAmt.Size = new System.Drawing.Size(167, 25);
|
||
this.txtDCAmt.TabIndex = 333;
|
||
this.txtDCAmt.Text = "0";
|
||
this.txtDCAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// lblDCAmt
|
||
//
|
||
this.lblDCAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
||
this.lblDCAmt.BorderStyleReDraw = true;
|
||
this.lblDCAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
||
this.lblDCAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
this.lblDCAmt.Location = new System.Drawing.Point(456, 179);
|
||
this.lblDCAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
||
this.lblDCAmt.Name = "lblDCAmt";
|
||
this.lblDCAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||
this.lblDCAmt.Size = new System.Drawing.Size(122, 38);
|
||
this.lblDCAmt.TabIndex = 332;
|
||
this.lblDCAmt.Text = "할인금액";
|
||
this.lblDCAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// txtCustID
|
||
//
|
||
this.txtCustID.BackColor = System.Drawing.Color.WhiteSmoke;
|
||
this.txtCustID.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
||
this.txtCustID.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
||
this.txtCustID.BorderStyleReDraw = false;
|
||
this.txtCustID.ClearFlag = false;
|
||
this.txtCustID.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
||
this.txtCustID.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
||
this.txtCustID.Font = new System.Drawing.Font("나눔스퀘어", 14F, System.Drawing.FontStyle.Bold);
|
||
this.txtCustID.InputType = Cosmos.UI.InputType.None;
|
||
this.txtCustID.InputTypeFormat = "";
|
||
this.txtCustID.Location = new System.Drawing.Point(160, 75);
|
||
this.txtCustID.Margin = new System.Windows.Forms.Padding(5);
|
||
this.txtCustID.MaxLength = 30;
|
||
this.txtCustID.MaxLengthAutoEnd = false;
|
||
this.txtCustID.MaxLengthForKeyIn = 32767;
|
||
this.txtCustID.MaxLengthForNumpad = 32767;
|
||
this.txtCustID.Name = "txtCustID";
|
||
this.txtCustID.PasswordChar = '\0';
|
||
this.txtCustID.ReadOnly = false;
|
||
this.txtCustID.Size = new System.Drawing.Size(161, 26);
|
||
this.txtCustID.TabIndex = 336;
|
||
this.txtCustID.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
||
this.txtCustID.UseDualMaxLength = false;
|
||
this.txtCustID.Value = "";
|
||
this.txtCustID.Visible = false;
|
||
this.txtCustID.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
||
this.txtCustID.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
||
//
|
||
// lblCustID
|
||
//
|
||
this.lblCustID.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
||
this.lblCustID.BorderStyleReDraw = true;
|
||
this.lblCustID.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Bold);
|
||
this.lblCustID.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
this.lblCustID.Location = new System.Drawing.Point(22, 68);
|
||
this.lblCustID.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
||
this.lblCustID.Name = "lblCustID";
|
||
this.lblCustID.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
||
this.lblCustID.Size = new System.Drawing.Size(122, 40);
|
||
this.lblCustID.TabIndex = 335;
|
||
this.lblCustID.Text = "검색코드";
|
||
this.lblCustID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
this.lblCustID.Visible = false;
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
||
this.label7.Location = new System.Drawing.Point(22, 67);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(317, 2);
|
||
this.label7.TabIndex = 337;
|
||
this.label7.Visible = 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(415, 312);
|
||
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(29, 123);
|
||
this.btnAllDw.TabIndex = 342;
|
||
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(415, 190);
|
||
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(29, 123);
|
||
this.btnAllUp.TabIndex = 343;
|
||
this.btnAllUp.Text = "∧";
|
||
this.btnAllUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnAllUp.UseCompatibleTextRendering = true;
|
||
this.btnAllUp.Click += new System.EventHandler(this.btnProc_Click);
|
||
//
|
||
// btnSearchType1
|
||
//
|
||
this.btnSearchType1.BackColor = System.Drawing.Color.White;
|
||
this.btnSearchType1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnSearchType1.BorderStyleReDraw = true;
|
||
this.btnSearchType1.ClickImage = null;
|
||
this.btnSearchType1.DefaultImage = null;
|
||
this.btnSearchType1.DisableImage = null;
|
||
this.btnSearchType1.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
||
this.btnSearchType1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
||
this.btnSearchType1.Location = new System.Drawing.Point(456, 260);
|
||
this.btnSearchType1.Name = "btnSearchType1";
|
||
this.btnSearchType1.OccupancyBar = 0;
|
||
this.btnSearchType1.OccupancyBar_Lv0 = null;
|
||
this.btnSearchType1.OccupancyBar_Lv1 = null;
|
||
this.btnSearchType1.OccupancyBar_Lv2 = null;
|
||
this.btnSearchType1.OccupancyBar_Lv3 = null;
|
||
this.btnSearchType1.OccupancyBar_Lv4 = null;
|
||
this.btnSearchType1.Size = new System.Drawing.Size(80, 40);
|
||
this.btnSearchType1.TabIndex = 344;
|
||
this.btnSearchType1.Text = "개인";
|
||
this.btnSearchType1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnSearchType1.UseCompatibleTextRendering = true;
|
||
this.btnSearchType1.Click += new System.EventHandler(this.btnProc_Click);
|
||
//
|
||
// btnSearchType2
|
||
//
|
||
this.btnSearchType2.BackColor = System.Drawing.Color.White;
|
||
this.btnSearchType2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnSearchType2.BorderStyleReDraw = true;
|
||
this.btnSearchType2.ClickImage = null;
|
||
this.btnSearchType2.DefaultImage = null;
|
||
this.btnSearchType2.DisableImage = null;
|
||
this.btnSearchType2.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
||
this.btnSearchType2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
||
this.btnSearchType2.Location = new System.Drawing.Point(538, 260);
|
||
this.btnSearchType2.Name = "btnSearchType2";
|
||
this.btnSearchType2.OccupancyBar = 0;
|
||
this.btnSearchType2.OccupancyBar_Lv0 = null;
|
||
this.btnSearchType2.OccupancyBar_Lv1 = null;
|
||
this.btnSearchType2.OccupancyBar_Lv2 = null;
|
||
this.btnSearchType2.OccupancyBar_Lv3 = null;
|
||
this.btnSearchType2.OccupancyBar_Lv4 = null;
|
||
this.btnSearchType2.Size = new System.Drawing.Size(80, 40);
|
||
this.btnSearchType2.TabIndex = 345;
|
||
this.btnSearchType2.Text = "법인";
|
||
this.btnSearchType2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnSearchType2.UseCompatibleTextRendering = true;
|
||
this.btnSearchType2.Click += new System.EventHandler(this.btnProc_Click);
|
||
//
|
||
// lblBox5
|
||
//
|
||
this.lblBox5.BackColor = System.Drawing.Color.White;
|
||
this.lblBox5.BorderStyleReDraw = true;
|
||
this.lblBox5.Location = new System.Drawing.Point(577, 216);
|
||
this.lblBox5.Name = "lblBox5";
|
||
this.lblBox5.Size = new System.Drawing.Size(201, 38);
|
||
this.lblBox5.TabIndex = 346;
|
||
//
|
||
// lblBox4
|
||
//
|
||
this.lblBox4.BackColor = System.Drawing.Color.White;
|
||
this.lblBox4.BorderStyleReDraw = true;
|
||
this.lblBox4.Location = new System.Drawing.Point(577, 179);
|
||
this.lblBox4.Name = "lblBox4";
|
||
this.lblBox4.Size = new System.Drawing.Size(201, 38);
|
||
this.lblBox4.TabIndex = 347;
|
||
//
|
||
// lblBox3
|
||
//
|
||
this.lblBox3.BackColor = System.Drawing.Color.White;
|
||
this.lblBox3.BorderStyleReDraw = true;
|
||
this.lblBox3.Location = new System.Drawing.Point(577, 142);
|
||
this.lblBox3.Name = "lblBox3";
|
||
this.lblBox3.Size = new System.Drawing.Size(201, 38);
|
||
this.lblBox3.TabIndex = 348;
|
||
//
|
||
// lblBox2
|
||
//
|
||
this.lblBox2.BackColor = System.Drawing.Color.White;
|
||
this.lblBox2.BorderStyleReDraw = true;
|
||
this.lblBox2.Location = new System.Drawing.Point(577, 105);
|
||
this.lblBox2.Name = "lblBox2";
|
||
this.lblBox2.Size = new System.Drawing.Size(201, 38);
|
||
this.lblBox2.TabIndex = 349;
|
||
//
|
||
// lblBox1
|
||
//
|
||
this.lblBox1.BackColor = System.Drawing.Color.White;
|
||
this.lblBox1.BorderStyleReDraw = true;
|
||
this.lblBox1.Location = new System.Drawing.Point(577, 68);
|
||
this.lblBox1.Name = "lblBox1";
|
||
this.lblBox1.Size = new System.Drawing.Size(201, 38);
|
||
this.lblBox1.TabIndex = 350;
|
||
//
|
||
// lblBox6
|
||
//
|
||
this.lblBox6.BackColor = System.Drawing.Color.White;
|
||
this.lblBox6.BorderStyleReDraw = true;
|
||
this.lblBox6.Location = new System.Drawing.Point(143, 68);
|
||
this.lblBox6.Name = "lblBox6";
|
||
this.lblBox6.Size = new System.Drawing.Size(196, 40);
|
||
this.lblBox6.TabIndex = 351;
|
||
this.lblBox6.Visible = false;
|
||
//
|
||
// 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, 67);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(420, 2);
|
||
this.label3.TabIndex = 364;
|
||
//
|
||
// btnAllPgUp
|
||
//
|
||
this.btnAllPgUp.BackColor = System.Drawing.Color.White;
|
||
this.btnAllPgUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnAllPgUp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.btnAllPgUp.BorderStyleReDraw = true;
|
||
this.btnAllPgUp.ClickImage = null;
|
||
this.btnAllPgUp.DefaultImage = null;
|
||
this.btnAllPgUp.DisableImage = null;
|
||
this.btnAllPgUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.btnAllPgUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
|
||
this.btnAllPgUp.Location = new System.Drawing.Point(415, 68);
|
||
this.btnAllPgUp.Name = "btnAllPgUp";
|
||
this.btnAllPgUp.OccupancyBar = 0;
|
||
this.btnAllPgUp.OccupancyBar_Lv0 = null;
|
||
this.btnAllPgUp.OccupancyBar_Lv1 = null;
|
||
this.btnAllPgUp.OccupancyBar_Lv2 = null;
|
||
this.btnAllPgUp.OccupancyBar_Lv3 = null;
|
||
this.btnAllPgUp.OccupancyBar_Lv4 = null;
|
||
this.btnAllPgUp.Size = new System.Drawing.Size(29, 123);
|
||
this.btnAllPgUp.TabIndex = 365;
|
||
this.btnAllPgUp.Text = "▲";
|
||
this.btnAllPgUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnAllPgUp.UseCompatibleTextRendering = true;
|
||
this.btnAllPgUp.Click += new System.EventHandler(this.btnProc_Click);
|
||
//
|
||
// btnAllPgDw
|
||
//
|
||
this.btnAllPgDw.BackColor = System.Drawing.Color.White;
|
||
this.btnAllPgDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnAllPgDw.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.btnAllPgDw.BorderStyleReDraw = true;
|
||
this.btnAllPgDw.ClickImage = null;
|
||
this.btnAllPgDw.DefaultImage = null;
|
||
this.btnAllPgDw.DisableImage = null;
|
||
this.btnAllPgDw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.btnAllPgDw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127)))));
|
||
this.btnAllPgDw.Location = new System.Drawing.Point(415, 434);
|
||
this.btnAllPgDw.Name = "btnAllPgDw";
|
||
this.btnAllPgDw.OccupancyBar = 0;
|
||
this.btnAllPgDw.OccupancyBar_Lv0 = null;
|
||
this.btnAllPgDw.OccupancyBar_Lv1 = null;
|
||
this.btnAllPgDw.OccupancyBar_Lv2 = null;
|
||
this.btnAllPgDw.OccupancyBar_Lv3 = null;
|
||
this.btnAllPgDw.OccupancyBar_Lv4 = null;
|
||
this.btnAllPgDw.Size = new System.Drawing.Size(29, 123);
|
||
this.btnAllPgDw.TabIndex = 366;
|
||
this.btnAllPgDw.Text = "▼";
|
||
this.btnAllPgDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnAllPgDw.UseCompatibleTextRendering = true;
|
||
this.btnAllPgDw.Click += new System.EventHandler(this.btnProc_Click);
|
||
//
|
||
// btnSearchType3
|
||
//
|
||
this.btnSearchType3.BackColor = System.Drawing.Color.White;
|
||
this.btnSearchType3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnSearchType3.BorderStyleReDraw = true;
|
||
this.btnSearchType3.ClickImage = null;
|
||
this.btnSearchType3.DefaultImage = null;
|
||
this.btnSearchType3.DisableImage = null;
|
||
this.btnSearchType3.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
||
this.btnSearchType3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
||
this.btnSearchType3.Location = new System.Drawing.Point(579, 260);
|
||
this.btnSearchType3.Name = "btnSearchType3";
|
||
this.btnSearchType3.OccupancyBar = 0;
|
||
this.btnSearchType3.OccupancyBar_Lv0 = null;
|
||
this.btnSearchType3.OccupancyBar_Lv1 = null;
|
||
this.btnSearchType3.OccupancyBar_Lv2 = null;
|
||
this.btnSearchType3.OccupancyBar_Lv3 = null;
|
||
this.btnSearchType3.OccupancyBar_Lv4 = null;
|
||
this.btnSearchType3.Size = new System.Drawing.Size(113, 40);
|
||
this.btnSearchType3.TabIndex = 367;
|
||
this.btnSearchType3.Text = "법인";
|
||
this.btnSearchType3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnSearchType3.UseCompatibleTextRendering = true;
|
||
this.btnSearchType3.Click += new System.EventHandler(this.btnProc_Click);
|
||
//
|
||
// frmSaleOnCustomer
|
||
//
|
||
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.btnSearchType3);
|
||
this.Controls.Add(this.btnAllPgDw);
|
||
this.Controls.Add(this.btnAllPgUp);
|
||
this.Controls.Add(this.label3);
|
||
this.Controls.Add(this.btnAllDw);
|
||
this.Controls.Add(this.btnAllUp);
|
||
this.Controls.Add(this.dgvData);
|
||
this.Controls.Add(this.label7);
|
||
this.Controls.Add(this.txtCustID);
|
||
this.Controls.Add(this.lblBox6);
|
||
this.Controls.Add(this.txtDCAmt);
|
||
this.Controls.Add(this.txtCustNo);
|
||
this.Controls.Add(this.txtTel);
|
||
this.Controls.Add(this.txtCustNm);
|
||
this.Controls.Add(this.txtSaleAmt);
|
||
this.Controls.Add(this.txtPayAmt);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.lblBox5);
|
||
this.Controls.Add(this.lblBox4);
|
||
this.Controls.Add(this.lblBox3);
|
||
this.Controls.Add(this.lblBox2);
|
||
this.Controls.Add(this.lblBox1);
|
||
this.Controls.Add(this.btnSearchType2);
|
||
this.Controls.Add(this.btnSearchType1);
|
||
this.Controls.Add(this.lblCustID);
|
||
this.Controls.Add(this.lblDCAmt);
|
||
this.Controls.Add(this.lblTel);
|
||
this.Controls.Add(this.lblCustNM);
|
||
this.Controls.Add(this.lblSaleAmt);
|
||
this.Controls.Add(this.btnSearch);
|
||
this.Controls.Add(this.lblTitle);
|
||
this.Controls.Add(this.btnExit);
|
||
this.Controls.Add(this.btnEnter);
|
||
this.Controls.Add(this.lblPayAmt);
|
||
this.Controls.Add(this.padInPut);
|
||
this.Controls.Add(this.picBack);
|
||
this.DoubleBuffered = true;
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.Name = "frmSaleOnCustomer";
|
||
this.ShowInTaskbar = false;
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
||
this.Text = "frmSaleOnCustomer";
|
||
this.Activated += new System.EventHandler(this.frmSaleOnCustomer_Activated);
|
||
this.Deactivate += new System.EventHandler(this.frmSaleOnCustomer_Deactivate);
|
||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSaleOnCustomer_FormClosing);
|
||
this.Load += new System.EventHandler(this.frmSaleOnCustomer_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.gridDataItemBindingSource)).EndInit();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private UI.CsmNumpad padInPut;
|
||
private UI.CsmLabel lblPayAmt;
|
||
private UI.CsmButton btnEnter;
|
||
private UI.CsmLabel btnExit;
|
||
private UI.CsmLabel lblTitle;
|
||
private System.Windows.Forms.PictureBox picBack;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.BindingSource gridDataItemBindingSource;
|
||
private UI.CsmButton btnSearch;
|
||
private System.Windows.Forms.DataGridView dgvData;
|
||
private UI.CsmPosEditBox txtPayAmt;
|
||
private UI.CsmLabel txtSaleAmt;
|
||
private UI.CsmLabel lblSaleAmt;
|
||
private UI.CsmLabel txtCustNm;
|
||
private UI.CsmLabel lblCustNM;
|
||
private UI.CsmLabel txtTel;
|
||
private UI.CsmLabel lblTel;
|
||
private UI.CsmLabel txtCustNo;
|
||
private UI.CsmLabel txtDCAmt;
|
||
private UI.CsmLabel lblDCAmt;
|
||
private UI.CsmPosEditBox txtCustID;
|
||
private UI.CsmLabel lblCustID;
|
||
private System.Windows.Forms.Label label7;
|
||
private UI.CsmButton btnAllDw;
|
||
private UI.CsmButton btnAllUp;
|
||
private UI.CsmButton btnSearchType1;
|
||
private UI.CsmButton btnSearchType2;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn Select;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn CustNo;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn CustNM;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn TelePhone;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn SaleAmount;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn DCRate;
|
||
private System.Windows.Forms.DataGridViewTextBoxColumn CustType;
|
||
private UI.CsmLabel lblBox5;
|
||
private UI.CsmLabel lblBox4;
|
||
private UI.CsmLabel lblBox3;
|
||
private UI.CsmLabel lblBox2;
|
||
private UI.CsmLabel lblBox1;
|
||
private UI.CsmLabel lblBox6;
|
||
private System.Windows.Forms.Label label3;
|
||
private UI.CsmButton btnAllPgUp;
|
||
private UI.CsmButton btnAllPgDw;
|
||
private UI.CsmButton btnSearchType3;
|
||
}
|
||
} |