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

470 lines
27 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 frmVenderSearch
{
/// <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.txtVenderNm = new Cosmos.UI.CsmLabel();
this.txtTel = new Cosmos.UI.CsmLabel();
this.txtBizNo = new Cosmos.UI.CsmLabel();
this.lblBox3 = new Cosmos.UI.CsmLabel();
this.lblBox1 = new Cosmos.UI.CsmLabel();
this.btnEnter = new Cosmos.UI.CsmButton();
this.label2 = new System.Windows.Forms.Label();
this.lblBox2 = new Cosmos.UI.CsmLabel();
this.lblTel = new Cosmos.UI.CsmLabel();
this.lblVenderNm = new Cosmos.UI.CsmLabel();
this.lblBizNo = new Cosmos.UI.CsmLabel();
this.btnAllDw = new Cosmos.UI.CsmButton();
this.btnAllUp = new Cosmos.UI.CsmButton();
this.label3 = new System.Windows.Forms.Label();
this.dgvData = new System.Windows.Forms.DataGridView();
this.BizNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.VenderNm = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.TelNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
this.SpplrNo = new System.Windows.Forms.DataGridViewTextBoxColumn();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.dgvData)).BeginInit();
this.SuspendLayout();
//
// picBack
//
this.picBack.BackColor = System.Drawing.Color.White;
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(15, 0);
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(728, 0);
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);
//
// txtVenderNm
//
this.txtVenderNm.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtVenderNm.BorderStyleReDraw = true;
this.txtVenderNm.Font = new System.Drawing.Font("나눔스퀘어", 14F, System.Drawing.FontStyle.Bold);
this.txtVenderNm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtVenderNm.Location = new System.Drawing.Point(589, 112);
this.txtVenderNm.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.txtVenderNm.Name = "txtVenderNm";
this.txtVenderNm.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.txtVenderNm.Size = new System.Drawing.Size(167, 25);
this.txtVenderNm.TabIndex = 407;
this.txtVenderNm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtTel
//
this.txtTel.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtTel.BorderStyleReDraw = true;
this.txtTel.Font = new System.Drawing.Font("나눔스퀘어", 14F, 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 = 399;
this.txtTel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtBizNo
//
this.txtBizNo.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtBizNo.BorderStyleReDraw = true;
this.txtBizNo.Font = new System.Drawing.Font("나눔스퀘어", 14F, System.Drawing.FontStyle.Bold);
this.txtBizNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtBizNo.Location = new System.Drawing.Point(589, 75);
this.txtBizNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.txtBizNo.Name = "txtBizNo";
this.txtBizNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.txtBizNo.Size = new System.Drawing.Size(167, 25);
this.txtBizNo.TabIndex = 396;
this.txtBizNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 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 = 405;
//
// 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 = 406;
//
// 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("나눔스퀘어", 14F);
this.btnEnter.ForeColor = System.Drawing.Color.White;
this.btnEnter.Location = new System.Drawing.Point(693, 193);
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 = 404;
this.btnEnter.Text = "_선택";
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnEnter.UseCompatibleTextRendering = true;
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
//
// 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 = 394;
//
// 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 = 403;
//
// 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("나눔스퀘어", 12F, 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 = 398;
this.lblTel.Text = "전화번호";
this.lblTel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblVenderNm
//
this.lblVenderNm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblVenderNm.BorderStyleReDraw = true;
this.lblVenderNm.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Bold);
this.lblVenderNm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblVenderNm.Location = new System.Drawing.Point(451, 106);
this.lblVenderNm.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblVenderNm.Name = "lblVenderNm";
this.lblVenderNm.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblVenderNm.Size = new System.Drawing.Size(122, 38);
this.lblVenderNm.TabIndex = 397;
this.lblVenderNm.Text = "매입처명";
this.lblVenderNm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblBizNo
//
this.lblBizNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblBizNo.BorderStyleReDraw = true;
this.lblBizNo.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Bold);
this.lblBizNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblBizNo.Location = new System.Drawing.Point(451, 69);
this.lblBizNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblBizNo.Name = "lblBizNo";
this.lblBizNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblBizNo.Size = new System.Drawing.Size(122, 38);
this.lblBizNo.TabIndex = 395;
this.lblBizNo.Text = "사업자번호";
this.lblBizNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// 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 = 390;
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 = 391;
this.btnAllUp.Text = "∧";
this.btnAllUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnAllUp.UseCompatibleTextRendering = true;
this.btnAllUp.Click += new System.EventHandler(this.btnProc_Click);
//
// 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 = 389;
//
// 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.BizNo,
this.VenderNm,
this.TelNo,
this.SpplrNo});
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 = 388;
this.dgvData.Click += new System.EventHandler(this.dgvData_Click);
//
// BizNo
//
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.BizNo.DefaultCellStyle = dataGridViewCellStyle2;
this.BizNo.FillWeight = 130F;
this.BizNo.HeaderText = "사업자번호";
this.BizNo.Name = "BizNo";
this.BizNo.ReadOnly = true;
this.BizNo.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.BizNo.Width = 130;
//
// VenderNm
//
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.VenderNm.DefaultCellStyle = dataGridViewCellStyle3;
this.VenderNm.FillWeight = 130F;
this.VenderNm.HeaderText = "매입처명";
this.VenderNm.Name = "VenderNm";
this.VenderNm.ReadOnly = true;
this.VenderNm.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.VenderNm.Width = 130;
//
// TelNo
//
dataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
this.TelNo.DefaultCellStyle = dataGridViewCellStyle4;
this.TelNo.FillWeight = 130F;
this.TelNo.HeaderText = "전화번호";
this.TelNo.Name = "TelNo";
this.TelNo.ReadOnly = true;
this.TelNo.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.TelNo.Width = 130;
//
// SpplrNo
//
dataGridViewCellStyle5.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
dataGridViewCellStyle5.Format = "N0";
dataGridViewCellStyle5.NullValue = "0";
this.SpplrNo.DefaultCellStyle = dataGridViewCellStyle5;
this.SpplrNo.HeaderText = "매입처코드";
this.SpplrNo.Name = "SpplrNo";
this.SpplrNo.ReadOnly = true;
this.SpplrNo.Resizable = System.Windows.Forms.DataGridViewTriState.False;
this.SpplrNo.Visible = false;
//
// frmVenderSearch
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(788, 402);
this.Controls.Add(this.txtVenderNm);
this.Controls.Add(this.txtTel);
this.Controls.Add(this.txtBizNo);
this.Controls.Add(this.lblBox3);
this.Controls.Add(this.lblBox1);
this.Controls.Add(this.btnEnter);
this.Controls.Add(this.label2);
this.Controls.Add(this.lblBox2);
this.Controls.Add(this.lblTel);
this.Controls.Add(this.lblVenderNm);
this.Controls.Add(this.lblBizNo);
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 = "frmVenderSearch";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "frmVenderSearch";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmVenderSearch_FormClosing);
this.Load += new System.EventHandler(this.frmVenderSearch_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 UI.CsmLabel txtVenderNm;
private UI.CsmLabel txtTel;
private UI.CsmLabel txtBizNo;
private UI.CsmLabel lblBox3;
private UI.CsmLabel lblBox1;
private UI.CsmButton btnEnter;
private System.Windows.Forms.Label label2;
private UI.CsmLabel lblBox2;
private UI.CsmLabel lblTel;
private UI.CsmLabel lblVenderNm;
private UI.CsmLabel lblBizNo;
private UI.CsmButton btnAllDw;
private UI.CsmButton btnAllUp;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.DataGridView dgvData;
private System.Windows.Forms.DataGridViewTextBoxColumn BizNo;
private System.Windows.Forms.DataGridViewTextBoxColumn VenderNm;
private System.Windows.Forms.DataGridViewTextBoxColumn TelNo;
private System.Windows.Forms.DataGridViewTextBoxColumn SpplrNo;
}
}