spc-kiosk-pb/Window/WinPayment/frmCustBrowse.Designer.cs
2019-06-16 14:12:09 +09:00

572 lines
33 KiB
C#
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

namespace Cosmos.Win
{
partial class frmCustBrowse
{
/// <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 dataGridViewCellStyle6 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle7 = 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();
this.picBack = new System.Windows.Forms.PictureBox();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.btnExit = new Cosmos.UI.CsmLabel();
this.dgvData = new System.Windows.Forms.DataGridView();
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.label3 = new System.Windows.Forms.Label();
this.btnAllDw = new Cosmos.UI.CsmButton();
this.btnAllUp = new Cosmos.UI.CsmButton();
this.btnSearchType2 = new Cosmos.UI.CsmButton();
this.btnSearchType1 = new Cosmos.UI.CsmButton();
this.txtCustAmt = new Cosmos.UI.CsmLabel();
this.txtTel = new Cosmos.UI.CsmLabel();
this.txtCustNo = new Cosmos.UI.CsmLabel();
this.label2 = new System.Windows.Forms.Label();
this.lblBox4 = new Cosmos.UI.CsmLabel();
this.lblBox2 = new Cosmos.UI.CsmLabel();
this.lblCustAmt = new Cosmos.UI.CsmLabel();
this.lblTel = new Cosmos.UI.CsmLabel();
this.lblCustNM = new Cosmos.UI.CsmLabel();
this.lblCustNo = new Cosmos.UI.CsmLabel();
this.btnEnter = new Cosmos.UI.CsmButton();
this.lblBox3 = new Cosmos.UI.CsmLabel();
this.lblBox1 = new Cosmos.UI.CsmLabel();
this.txtCustNm = new Cosmos.UI.CsmLabel();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
this.SuspendLayout();
//
// 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(788, 402);
this.picBack.TabIndex = 299;
this.picBack.TabStop = false;
//
// 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(714, 50);
this.lblTitle.TabIndex = 301;
this.lblTitle.Text = "고객 조회";
this.lblTitle.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(729, 1);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(58, 50);
this.btnExit.TabIndex = 300;
this.btnExit.Text = "X";
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnExit.Click += new System.EventHandler(this.btnExit_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;
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 = 35;
this.dgvData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
this.dgvData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
this.CustNo,
this.CustNM,
this.TelePhone,
this.SaleAmount});
dataGridViewCellStyle6.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle6.BackColor = System.Drawing.SystemColors.Window;
dataGridViewCellStyle6.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle6.ForeColor = System.Drawing.SystemColors.ControlText;
dataGridViewCellStyle6.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
dataGridViewCellStyle6.SelectionForeColor = System.Drawing.Color.Black;
dataGridViewCellStyle6.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
this.dgvData.DefaultCellStyle = dataGridViewCellStyle6;
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;
dataGridViewCellStyle7.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
dataGridViewCellStyle7.BackColor = System.Drawing.SystemColors.Control;
dataGridViewCellStyle7.Font = new System.Drawing.Font("굴림", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
dataGridViewCellStyle7.ForeColor = System.Drawing.SystemColors.WindowText;
dataGridViewCellStyle7.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
dataGridViewCellStyle7.SelectionForeColor = System.Drawing.SystemColors.HighlightText;
dataGridViewCellStyle7.WrapMode = System.Windows.Forms.DataGridViewTriState.True;
this.dgvData.RowHeadersDefaultCellStyle = dataGridViewCellStyle7;
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, 309);
this.dgvData.TabIndex = 344;
this.dgvData.Click += new System.EventHandler(this.dgvCustomer_Click);
//
// CustNo
//
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.CustNo.DefaultCellStyle = dataGridViewCellStyle2;
this.CustNo.FillWeight = 97F;
this.CustNo.HeaderText = "고객번호";
this.CustNo.Name = "CustNo";
this.CustNo.ReadOnly = true;
this.CustNo.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.CustNo.Width = 97;
//
// CustNM
//
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.CustNM.DefaultCellStyle = dataGridViewCellStyle3;
this.CustNM.HeaderText = "고 객 명";
this.CustNM.Name = "CustNM";
this.CustNM.ReadOnly = true;
this.CustNM.Resizable = System.Windows.Forms.DataGridViewTriState.False;
//
// TelePhone
//
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.TelePhone.DefaultCellStyle = dataGridViewCellStyle4;
this.TelePhone.FillWeight = 97F;
this.TelePhone.HeaderText = "전화번호";
this.TelePhone.Name = "TelePhone";
this.TelePhone.ReadOnly = true;
this.TelePhone.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.TelePhone.Width = 97;
//
// SaleAmount
//
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle5.Format = "N0";
dataGridViewCellStyle5.NullValue = "0";
this.SaleAmount.DefaultCellStyle = dataGridViewCellStyle5;
this.SaleAmount.HeaderText = "외상잔액";
this.SaleAmount.Name = "SaleAmount";
this.SaleAmount.ReadOnly = true;
this.SaleAmount.Resizable = System.Windows.Forms.DataGridViewTriState.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 = 365;
//
// 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, 222);
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, 155);
this.btnAllDw.TabIndex = 366;
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, 68);
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, 155);
this.btnAllUp.TabIndex = 367;
this.btnAllUp.Text = "∧";
this.btnAllUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnAllUp.UseCompatibleTextRendering = true;
this.btnAllUp.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(535, 233);
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 = 369;
this.btnSearchType2.Text = "법인";
this.btnSearchType2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnSearchType2.UseCompatibleTextRendering = true;
this.btnSearchType2.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(453, 233);
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 = 368;
this.btnSearchType1.Text = "개인";
this.btnSearchType1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnSearchType1.UseCompatibleTextRendering = true;
this.btnSearchType1.Click += new System.EventHandler(this.btnProc_Click);
//
// txtCustAmt
//
this.txtCustAmt.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtCustAmt.BorderStyleReDraw = true;
this.txtCustAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
this.txtCustAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtCustAmt.Location = new System.Drawing.Point(589, 186);
this.txtCustAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.txtCustAmt.Name = "txtCustAmt";
this.txtCustAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.txtCustAmt.Size = new System.Drawing.Size(167, 25);
this.txtCustAmt.TabIndex = 379;
this.txtCustAmt.Text = "0";
this.txtCustAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// 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(589, 149);
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 = 377;
this.txtTel.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(589, 75);
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 = 374;
this.txtCustNo.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(451, 68);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(322, 2);
this.label2.TabIndex = 371;
//
// lblBox4
//
this.lblBox4.BackColor = System.Drawing.Color.White;
this.lblBox4.BorderStyleReDraw = true;
this.lblBox4.Location = new System.Drawing.Point(572, 180);
this.lblBox4.Name = "lblBox4";
this.lblBox4.Size = new System.Drawing.Size(201, 38);
this.lblBox4.TabIndex = 381;
//
// lblBox2
//
this.lblBox2.BackColor = System.Drawing.Color.White;
this.lblBox2.BorderStyleReDraw = true;
this.lblBox2.Location = new System.Drawing.Point(572, 106);
this.lblBox2.Name = "lblBox2";
this.lblBox2.Size = new System.Drawing.Size(201, 38);
this.lblBox2.TabIndex = 383;
//
// lblCustAmt
//
this.lblCustAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblCustAmt.BorderStyleReDraw = true;
this.lblCustAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.lblCustAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblCustAmt.Location = new System.Drawing.Point(451, 180);
this.lblCustAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblCustAmt.Name = "lblCustAmt";
this.lblCustAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblCustAmt.Size = new System.Drawing.Size(122, 38);
this.lblCustAmt.TabIndex = 378;
this.lblCustAmt.Text = "외상잔액";
this.lblCustAmt.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(451, 143);
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 = 376;
this.lblTel.Text = "전화번호";
this.lblTel.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(451, 106);
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 = 375;
this.lblCustNM.Text = "고 객 명";
this.lblCustNM.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblCustNo
//
this.lblCustNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblCustNo.BorderStyleReDraw = true;
this.lblCustNo.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
this.lblCustNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblCustNo.Location = new System.Drawing.Point(451, 69);
this.lblCustNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblCustNo.Name = "lblCustNo";
this.lblCustNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblCustNo.Size = new System.Drawing.Size(122, 38);
this.lblCustNo.TabIndex = 373;
this.lblCustNo.Text = "고객번호";
this.lblCustNo.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(693, 233);
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 = 384;
this.btnEnter.Text = "선택";
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnEnter.UseCompatibleTextRendering = true;
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
//
// lblBox3
//
this.lblBox3.BackColor = System.Drawing.Color.White;
this.lblBox3.BorderStyleReDraw = true;
this.lblBox3.Location = new System.Drawing.Point(572, 143);
this.lblBox3.Name = "lblBox3";
this.lblBox3.Size = new System.Drawing.Size(201, 38);
this.lblBox3.TabIndex = 385;
//
// lblBox1
//
this.lblBox1.BackColor = System.Drawing.Color.White;
this.lblBox1.BorderStyleReDraw = true;
this.lblBox1.Location = new System.Drawing.Point(572, 69);
this.lblBox1.Name = "lblBox1";
this.lblBox1.Size = new System.Drawing.Size(201, 38);
this.lblBox1.TabIndex = 386;
//
// 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(589, 112);
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 = 387;
this.txtCustNm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// frmCustBrowse
//
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(788, 402);
this.Controls.Add(this.txtCustNm);
this.Controls.Add(this.txtTel);
this.Controls.Add(this.txtCustNo);
this.Controls.Add(this.lblBox3);
this.Controls.Add(this.lblBox1);
this.Controls.Add(this.btnEnter);
this.Controls.Add(this.txtCustAmt);
this.Controls.Add(this.label2);
this.Controls.Add(this.lblBox4);
this.Controls.Add(this.lblBox2);
this.Controls.Add(this.lblCustAmt);
this.Controls.Add(this.lblTel);
this.Controls.Add(this.lblCustNM);
this.Controls.Add(this.lblCustNo);
this.Controls.Add(this.btnSearchType2);
this.Controls.Add(this.btnSearchType1);
this.Controls.Add(this.btnAllDw);
this.Controls.Add(this.btnAllUp);
this.Controls.Add(this.label3);
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 = "frmCustBrowse";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "frmCustBrowse";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCustBrowse_FormClosing);
this.Load += new System.EventHandler(this.frmCustBrowse_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox picBack;
private UI.CsmLabel lblTitle;
private UI.CsmLabel btnExit;
private System.Windows.Forms.DataGridView dgvData;
private System.Windows.Forms.Label label3;
private UI.CsmButton btnAllDw;
private UI.CsmButton btnAllUp;
private UI.CsmButton btnSearchType2;
private UI.CsmButton btnSearchType1;
private UI.CsmLabel txtCustAmt;
private UI.CsmLabel txtTel;
private UI.CsmLabel txtCustNo;
private System.Windows.Forms.Label label2;
private UI.CsmLabel lblBox4;
private UI.CsmLabel lblBox2;
private UI.CsmLabel lblCustAmt;
private UI.CsmLabel lblTel;
private UI.CsmLabel lblCustNM;
private UI.CsmLabel lblCustNo;
private UI.CsmButton btnEnter;
private UI.CsmLabel lblBox3;
private UI.CsmLabel lblBox1;
private UI.CsmLabel txtCustNm;
private System.Windows.Forms.DataGridViewTextBoxColumn CustNo;
private System.Windows.Forms.DataGridViewTextBoxColumn CustNM;
private System.Windows.Forms.DataGridViewTextBoxColumn TelePhone;
private System.Windows.Forms.DataGridViewTextBoxColumn SaleAmount;
}
}