665 lines
37 KiB
C#
665 lines
37 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmItemSearch
|
|
{
|
|
/// <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.btnAdd = new Cosmos.UI.CsmButton();
|
|
this.btnDel = new Cosmos.UI.CsmButton();
|
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.grdSelectItem = new Cosmos.UI.CsmGrid();
|
|
this.grdSearchItem = new Cosmos.UI.CsmGrid();
|
|
this.btnFuncChar = new Cosmos.UI.CsmFunc();
|
|
this.btnFuncAmt = new Cosmos.UI.CsmFunc();
|
|
this.btnBack = new Cosmos.UI.CsmButton();
|
|
this.txtStrDsp = new Cosmos.UI.CsmLabel();
|
|
this.cbItemTy = new System.Windows.Forms.ComboBox();
|
|
this.btnUp2 = new Cosmos.UI.CsmButton();
|
|
this.btnUp = new Cosmos.UI.CsmButton();
|
|
this.btnDw = new Cosmos.UI.CsmButton();
|
|
this.btnDw2 = new Cosmos.UI.CsmButton();
|
|
this.btnUpS = new Cosmos.UI.CsmButton();
|
|
this.btnDwS = new Cosmos.UI.CsmButton();
|
|
this.lblItemTy = new Cosmos.UI.CsmLabel();
|
|
this.lblSubStor = new Cosmos.UI.CsmLabel();
|
|
this.lblSearch = new Cosmos.UI.CsmLabel();
|
|
this.cbSubStor = new System.Windows.Forms.ComboBox();
|
|
this.BtnSave = new Cosmos.UI.CsmButton();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
this.btnAdd.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnAdd.BorderStyleReDraw = false;
|
|
this.btnAdd.ClickImage = null;
|
|
this.btnAdd.DefaultImage = null;
|
|
this.btnAdd.DisableImage = null;
|
|
this.btnAdd.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|
this.btnAdd.ForeColor = System.Drawing.Color.White;
|
|
this.btnAdd.Location = new System.Drawing.Point(22, 394);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.OccupancyBar = 0;
|
|
this.btnAdd.OccupancyBar_Lv0 = null;
|
|
this.btnAdd.OccupancyBar_Lv1 = null;
|
|
this.btnAdd.OccupancyBar_Lv2 = null;
|
|
this.btnAdd.OccupancyBar_Lv3 = null;
|
|
this.btnAdd.OccupancyBar_Lv4 = null;
|
|
this.btnAdd.Size = new System.Drawing.Size(100, 40);
|
|
this.btnAdd.TabIndex = 133;
|
|
this.btnAdd.Text = "추가_1";
|
|
this.btnAdd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnAdd.UseCompatibleTextRendering = true;
|
|
this.btnAdd.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnDel
|
|
//
|
|
this.btnDel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnDel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnDel.BorderStyleReDraw = false;
|
|
this.btnDel.ClickImage = null;
|
|
this.btnDel.DefaultImage = null;
|
|
this.btnDel.DisableImage = null;
|
|
this.btnDel.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|
this.btnDel.ForeColor = System.Drawing.Color.White;
|
|
this.btnDel.Location = new System.Drawing.Point(127, 394);
|
|
this.btnDel.Name = "btnDel";
|
|
this.btnDel.OccupancyBar = 0;
|
|
this.btnDel.OccupancyBar_Lv0 = null;
|
|
this.btnDel.OccupancyBar_Lv1 = null;
|
|
this.btnDel.OccupancyBar_Lv2 = null;
|
|
this.btnDel.OccupancyBar_Lv3 = null;
|
|
this.btnDel.OccupancyBar_Lv4 = null;
|
|
this.btnDel.Size = new System.Drawing.Size(100, 40);
|
|
this.btnDel.TabIndex = 152;
|
|
this.btnDel.Text = "삭제_1";
|
|
this.btnDel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnDel.UseCompatibleTextRendering = true;
|
|
this.btnDel.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|
this.btnExit.BorderStyleReDraw = false;
|
|
this.btnExit.Font = new System.Drawing.Font("굴림체", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnExit.ForeColor = System.Drawing.Color.White;
|
|
this.btnExit.Location = new System.Drawing.Point(741, 1);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|
this.btnExit.TabIndex = 224;
|
|
this.btnExit.Text = "X";
|
|
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|
this.lblTitle.BorderStyleReDraw = false;
|
|
this.lblTitle.Font = new System.Drawing.Font("나눔스퀘어 Bold", 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(738, 50);
|
|
this.lblTitle.TabIndex = 229;
|
|
this.lblTitle.Text = "제품 검색_1";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// picBack
|
|
//
|
|
this.picBack.ErrorImage = null;
|
|
this.picBack.InitialImage = null;
|
|
this.picBack.Location = new System.Drawing.Point(0, 0);
|
|
this.picBack.Name = "picBack";
|
|
this.picBack.Size = new System.Drawing.Size(800, 600);
|
|
this.picBack.TabIndex = 233;
|
|
this.picBack.TabStop = false;
|
|
//
|
|
// grdSelectItem
|
|
//
|
|
this.grdSelectItem.BackColor = System.Drawing.Color.White;
|
|
this.grdSelectItem.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grdSelectItem.CsmGridAlternateRowBackColor = System.Drawing.Color.White;
|
|
this.grdSelectItem.CsmGridBackGroundColor = System.Drawing.Color.Ivory;
|
|
this.grdSelectItem.CsmGridColumnCount = 0;
|
|
this.grdSelectItem.CsmGridColumnHeadersFont = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.grdSelectItem.CsmGridColumnHeadersHeight = 18;
|
|
this.grdSelectItem.CsmGridColumnHeadersVisible = false;
|
|
this.grdSelectItem.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory;
|
|
this.grdSelectItem.CsmGridFirstDisplayedScrollingRowIndex = -1;
|
|
this.grdSelectItem.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight;
|
|
this.grdSelectItem.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText;
|
|
this.grdSelectItem.CsmGridIndicateBackColor = System.Drawing.Color.Red;
|
|
this.grdSelectItem.CsmGridIndicateForeColor = System.Drawing.Color.White;
|
|
this.grdSelectItem.CsmGridRowMove = true;
|
|
this.grdSelectItem.CsmGridRowsHeight = 35;
|
|
this.grdSelectItem.CsmGridShowPageRowsCount = 4;
|
|
this.grdSelectItem.Font = new System.Drawing.Font("나눔스퀘어", 11.25F);
|
|
this.grdSelectItem.Location = new System.Drawing.Point(22, 440);
|
|
this.grdSelectItem.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.grdSelectItem.Name = "grdSelectItem";
|
|
this.grdSelectItem.Size = new System.Drawing.Size(392, 138);
|
|
this.grdSelectItem.TabIndex = 319;
|
|
//
|
|
// grdSearchItem
|
|
//
|
|
this.grdSearchItem.BackColor = System.Drawing.Color.White;
|
|
this.grdSearchItem.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.grdSearchItem.CsmGridAlternateRowBackColor = System.Drawing.Color.White;
|
|
this.grdSearchItem.CsmGridBackGroundColor = System.Drawing.Color.Ivory;
|
|
this.grdSearchItem.CsmGridColumnCount = 0;
|
|
this.grdSearchItem.CsmGridColumnHeadersFont = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.grdSearchItem.CsmGridColumnHeadersHeight = 18;
|
|
this.grdSearchItem.CsmGridColumnHeadersVisible = false;
|
|
this.grdSearchItem.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory;
|
|
this.grdSearchItem.CsmGridFirstDisplayedScrollingRowIndex = -1;
|
|
this.grdSearchItem.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight;
|
|
this.grdSearchItem.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText;
|
|
this.grdSearchItem.CsmGridIndicateBackColor = System.Drawing.Color.Red;
|
|
this.grdSearchItem.CsmGridIndicateForeColor = System.Drawing.Color.White;
|
|
this.grdSearchItem.CsmGridRowMove = true;
|
|
this.grdSearchItem.CsmGridRowsHeight = 35;
|
|
this.grdSearchItem.CsmGridShowPageRowsCount = 4;
|
|
this.grdSearchItem.Font = new System.Drawing.Font("나눔스퀘어", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.grdSearchItem.Location = new System.Drawing.Point(22, 68);
|
|
this.grdSearchItem.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.grdSearchItem.Name = "grdSearchItem";
|
|
this.grdSearchItem.Size = new System.Drawing.Size(392, 321);
|
|
this.grdSearchItem.TabIndex = 319;
|
|
//
|
|
// btnFuncChar
|
|
//
|
|
this.btnFuncChar.BackColor = System.Drawing.Color.White;
|
|
this.btnFuncChar.BackColorButton = System.Drawing.SystemColors.Control;
|
|
this.btnFuncChar.BackColorUpDown = System.Drawing.SystemColors.Control;
|
|
this.btnFuncChar.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
|
this.btnFuncChar.BorderLineSize = 0;
|
|
this.btnFuncChar.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.btnFuncChar.BorderStyleReDraw = false;
|
|
this.btnFuncChar.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnFuncChar.FontSizeUpDown = 15.75F;
|
|
this.btnFuncChar.ForeColorUpDown = System.Drawing.SystemColors.ControlText;
|
|
this.btnFuncChar.Location = new System.Drawing.Point(457, 199);
|
|
this.btnFuncChar.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnFuncChar.Name = "btnFuncChar";
|
|
this.btnFuncChar.SelectedBackColor = System.Drawing.Color.DarkGray;
|
|
this.btnFuncChar.SelectedForeColor = System.Drawing.Color.Empty;
|
|
this.btnFuncChar.Size = new System.Drawing.Size(322, 190);
|
|
this.btnFuncChar.TabIndex = 320;
|
|
this.btnFuncChar.TextDown = "▶";
|
|
this.btnFuncChar.TextUp = "◀";
|
|
this.btnFuncChar.VisibleUpDown = true;
|
|
this.btnFuncChar.FuncClickHandler += new Cosmos.UI.CsmFunc.FuncClickEventHandler(this.btnFuncChar_FuncClickHandler);
|
|
//
|
|
// btnFuncAmt
|
|
//
|
|
this.btnFuncAmt.BackColor = System.Drawing.Color.White;
|
|
this.btnFuncAmt.BackColorButton = System.Drawing.SystemColors.Control;
|
|
this.btnFuncAmt.BackColorUpDown = System.Drawing.SystemColors.Control;
|
|
this.btnFuncAmt.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
|
this.btnFuncAmt.BorderLineSize = 0;
|
|
this.btnFuncAmt.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.btnFuncAmt.BorderStyleReDraw = false;
|
|
this.btnFuncAmt.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnFuncAmt.FontSizeUpDown = 15.75F;
|
|
this.btnFuncAmt.ForeColorUpDown = System.Drawing.SystemColors.ControlText;
|
|
this.btnFuncAmt.Location = new System.Drawing.Point(457, 402);
|
|
this.btnFuncAmt.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
|
|
this.btnFuncAmt.Name = "btnFuncAmt";
|
|
this.btnFuncAmt.SelectedBackColor = System.Drawing.Color.DarkGray;
|
|
this.btnFuncAmt.SelectedForeColor = System.Drawing.Color.Empty;
|
|
this.btnFuncAmt.Size = new System.Drawing.Size(322, 176);
|
|
this.btnFuncAmt.TabIndex = 320;
|
|
this.btnFuncAmt.TextDown = "▶";
|
|
this.btnFuncAmt.TextUp = "◀";
|
|
this.btnFuncAmt.VisibleUpDown = true;
|
|
this.btnFuncAmt.FuncClickHandler += new Cosmos.UI.CsmFunc.FuncClickEventHandler(this.btnFuncAmt_FuncClickHandler);
|
|
//
|
|
// btnBack
|
|
//
|
|
this.btnBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(110)))), ((int)(((byte)(113)))));
|
|
this.btnBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnBack.BorderStyleReDraw = false;
|
|
this.btnBack.ClickImage = null;
|
|
this.btnBack.DefaultImage = null;
|
|
this.btnBack.DisableImage = null;
|
|
this.btnBack.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnBack.ForeColor = System.Drawing.Color.White;
|
|
this.btnBack.Location = new System.Drawing.Point(737, 153);
|
|
this.btnBack.Name = "btnBack";
|
|
this.btnBack.OccupancyBar = 0;
|
|
this.btnBack.OccupancyBar_Lv0 = null;
|
|
this.btnBack.OccupancyBar_Lv1 = null;
|
|
this.btnBack.OccupancyBar_Lv2 = null;
|
|
this.btnBack.OccupancyBar_Lv3 = null;
|
|
this.btnBack.OccupancyBar_Lv4 = null;
|
|
this.btnBack.Size = new System.Drawing.Size(26, 26);
|
|
this.btnBack.TabIndex = 133;
|
|
this.btnBack.Text = "<";
|
|
this.btnBack.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnBack.UseCompatibleTextRendering = true;
|
|
this.btnBack.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// txtStrDsp
|
|
//
|
|
this.txtStrDsp.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtStrDsp.BorderStyleReDraw = true;
|
|
this.txtStrDsp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14F, System.Drawing.FontStyle.Bold);
|
|
this.txtStrDsp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtStrDsp.Location = new System.Drawing.Point(594, 153);
|
|
this.txtStrDsp.Name = "txtStrDsp";
|
|
this.txtStrDsp.Size = new System.Drawing.Size(142, 26);
|
|
this.txtStrDsp.TabIndex = 321;
|
|
this.txtStrDsp.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// cbItemTy
|
|
//
|
|
this.cbItemTy.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.cbItemTy.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbItemTy.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.cbItemTy.FormattingEnabled = true;
|
|
this.cbItemTy.Location = new System.Drawing.Point(594, 75);
|
|
this.cbItemTy.Name = "cbItemTy";
|
|
this.cbItemTy.Size = new System.Drawing.Size(169, 26);
|
|
this.cbItemTy.TabIndex = 322;
|
|
this.cbItemTy.TextChanged += new System.EventHandler(this.cbItemTy_TextChanged);
|
|
//
|
|
// btnUp2
|
|
//
|
|
this.btnUp2.BackColor = System.Drawing.Color.White;
|
|
this.btnUp2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnUp2.BorderStyleReDraw = true;
|
|
this.btnUp2.ClickImage = null;
|
|
this.btnUp2.DefaultImage = null;
|
|
this.btnUp2.DisableImage = null;
|
|
this.btnUp2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnUp2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnUp2.Location = new System.Drawing.Point(413, 68);
|
|
this.btnUp2.Name = "btnUp2";
|
|
this.btnUp2.OccupancyBar = 0;
|
|
this.btnUp2.OccupancyBar_Lv0 = null;
|
|
this.btnUp2.OccupancyBar_Lv1 = null;
|
|
this.btnUp2.OccupancyBar_Lv2 = null;
|
|
this.btnUp2.OccupancyBar_Lv3 = null;
|
|
this.btnUp2.OccupancyBar_Lv4 = null;
|
|
this.btnUp2.Size = new System.Drawing.Size(29, 81);
|
|
this.btnUp2.TabIndex = 133;
|
|
this.btnUp2.Text = "▲";
|
|
this.btnUp2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnUp2.UseCompatibleTextRendering = true;
|
|
this.btnUp2.Click += new System.EventHandler(this.btnSelProc_Click);
|
|
//
|
|
// btnUp
|
|
//
|
|
this.btnUp.BackColor = System.Drawing.Color.White;
|
|
this.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnUp.BorderStyleReDraw = true;
|
|
this.btnUp.ClickImage = null;
|
|
this.btnUp.DefaultImage = null;
|
|
this.btnUp.DisableImage = null;
|
|
this.btnUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnUp.Location = new System.Drawing.Point(413, 148);
|
|
this.btnUp.Name = "btnUp";
|
|
this.btnUp.OccupancyBar = 0;
|
|
this.btnUp.OccupancyBar_Lv0 = null;
|
|
this.btnUp.OccupancyBar_Lv1 = null;
|
|
this.btnUp.OccupancyBar_Lv2 = null;
|
|
this.btnUp.OccupancyBar_Lv3 = null;
|
|
this.btnUp.OccupancyBar_Lv4 = null;
|
|
this.btnUp.Size = new System.Drawing.Size(29, 81);
|
|
this.btnUp.TabIndex = 133;
|
|
this.btnUp.Text = "△";
|
|
this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnUp.UseCompatibleTextRendering = true;
|
|
this.btnUp.Click += new System.EventHandler(this.btnSelProc_Click);
|
|
//
|
|
// btnDw
|
|
//
|
|
this.btnDw.BackColor = System.Drawing.Color.White;
|
|
this.btnDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnDw.BorderStyleReDraw = true;
|
|
this.btnDw.ClickImage = null;
|
|
this.btnDw.DefaultImage = null;
|
|
this.btnDw.DisableImage = null;
|
|
this.btnDw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnDw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnDw.Location = new System.Drawing.Point(413, 228);
|
|
this.btnDw.Name = "btnDw";
|
|
this.btnDw.OccupancyBar = 0;
|
|
this.btnDw.OccupancyBar_Lv0 = null;
|
|
this.btnDw.OccupancyBar_Lv1 = null;
|
|
this.btnDw.OccupancyBar_Lv2 = null;
|
|
this.btnDw.OccupancyBar_Lv3 = null;
|
|
this.btnDw.OccupancyBar_Lv4 = null;
|
|
this.btnDw.Size = new System.Drawing.Size(29, 81);
|
|
this.btnDw.TabIndex = 133;
|
|
this.btnDw.Text = "▽";
|
|
this.btnDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnDw.UseCompatibleTextRendering = true;
|
|
this.btnDw.Click += new System.EventHandler(this.btnSelProc_Click);
|
|
//
|
|
// btnDw2
|
|
//
|
|
this.btnDw2.BackColor = System.Drawing.Color.White;
|
|
this.btnDw2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnDw2.BorderStyleReDraw = true;
|
|
this.btnDw2.ClickImage = null;
|
|
this.btnDw2.DefaultImage = null;
|
|
this.btnDw2.DisableImage = null;
|
|
this.btnDw2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnDw2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnDw2.Location = new System.Drawing.Point(413, 308);
|
|
this.btnDw2.Name = "btnDw2";
|
|
this.btnDw2.OccupancyBar = 0;
|
|
this.btnDw2.OccupancyBar_Lv0 = null;
|
|
this.btnDw2.OccupancyBar_Lv1 = null;
|
|
this.btnDw2.OccupancyBar_Lv2 = null;
|
|
this.btnDw2.OccupancyBar_Lv3 = null;
|
|
this.btnDw2.OccupancyBar_Lv4 = null;
|
|
this.btnDw2.Size = new System.Drawing.Size(29, 81);
|
|
this.btnDw2.TabIndex = 133;
|
|
this.btnDw2.Text = "▼";
|
|
this.btnDw2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnDw2.UseCompatibleTextRendering = true;
|
|
this.btnDw2.Click += new System.EventHandler(this.btnSelProc_Click);
|
|
//
|
|
// btnUpS
|
|
//
|
|
this.btnUpS.BackColor = System.Drawing.Color.White;
|
|
this.btnUpS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnUpS.BorderStyleReDraw = true;
|
|
this.btnUpS.ClickImage = null;
|
|
this.btnUpS.DefaultImage = null;
|
|
this.btnUpS.DisableImage = null;
|
|
this.btnUpS.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnUpS.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnUpS.Location = new System.Drawing.Point(413, 439);
|
|
this.btnUpS.Name = "btnUpS";
|
|
this.btnUpS.OccupancyBar = 0;
|
|
this.btnUpS.OccupancyBar_Lv0 = null;
|
|
this.btnUpS.OccupancyBar_Lv1 = null;
|
|
this.btnUpS.OccupancyBar_Lv2 = null;
|
|
this.btnUpS.OccupancyBar_Lv3 = null;
|
|
this.btnUpS.OccupancyBar_Lv4 = null;
|
|
this.btnUpS.Size = new System.Drawing.Size(29, 70);
|
|
this.btnUpS.TabIndex = 133;
|
|
this.btnUpS.Text = "△";
|
|
this.btnUpS.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnUpS.UseCompatibleTextRendering = true;
|
|
this.btnUpS.Click += new System.EventHandler(this.btnSarhProc_Click);
|
|
//
|
|
// btnDwS
|
|
//
|
|
this.btnDwS.BackColor = System.Drawing.Color.White;
|
|
this.btnDwS.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnDwS.BorderStyleReDraw = true;
|
|
this.btnDwS.ClickImage = null;
|
|
this.btnDwS.DefaultImage = null;
|
|
this.btnDwS.DisableImage = null;
|
|
this.btnDwS.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnDwS.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.btnDwS.Location = new System.Drawing.Point(413, 508);
|
|
this.btnDwS.Name = "btnDwS";
|
|
this.btnDwS.OccupancyBar = 0;
|
|
this.btnDwS.OccupancyBar_Lv0 = null;
|
|
this.btnDwS.OccupancyBar_Lv1 = null;
|
|
this.btnDwS.OccupancyBar_Lv2 = null;
|
|
this.btnDwS.OccupancyBar_Lv3 = null;
|
|
this.btnDwS.OccupancyBar_Lv4 = null;
|
|
this.btnDwS.Size = new System.Drawing.Size(29, 70);
|
|
this.btnDwS.TabIndex = 133;
|
|
this.btnDwS.Text = "▽";
|
|
this.btnDwS.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnDwS.UseCompatibleTextRendering = true;
|
|
this.btnDwS.Click += new System.EventHandler(this.btnSarhProc_Click);
|
|
//
|
|
// lblItemTy
|
|
//
|
|
this.lblItemTy.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblItemTy.BorderStyleReDraw = true;
|
|
this.lblItemTy.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblItemTy.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblItemTy.Location = new System.Drawing.Point(457, 68);
|
|
this.lblItemTy.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblItemTy.Name = "lblItemTy";
|
|
this.lblItemTy.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblItemTy.Size = new System.Drawing.Size(122, 40);
|
|
this.lblItemTy.TabIndex = 323;
|
|
this.lblItemTy.Text = "상품유형_1";
|
|
this.lblItemTy.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblSubStor
|
|
//
|
|
this.lblSubStor.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblSubStor.BorderStyleReDraw = true;
|
|
this.lblSubStor.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblSubStor.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblSubStor.Location = new System.Drawing.Point(457, 107);
|
|
this.lblSubStor.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblSubStor.Name = "lblSubStor";
|
|
this.lblSubStor.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblSubStor.Size = new System.Drawing.Size(122, 40);
|
|
this.lblSubStor.TabIndex = 323;
|
|
this.lblSubStor.Text = "세부매장_1";
|
|
this.lblSubStor.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblSearch
|
|
//
|
|
this.lblSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblSearch.BorderStyleReDraw = true;
|
|
this.lblSearch.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblSearch.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblSearch.Location = new System.Drawing.Point(457, 146);
|
|
this.lblSearch.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblSearch.Name = "lblSearch";
|
|
this.lblSearch.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblSearch.Size = new System.Drawing.Size(122, 40);
|
|
this.lblSearch.TabIndex = 323;
|
|
this.lblSearch.Text = "조회조건_1";
|
|
this.lblSearch.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// cbSubStor
|
|
//
|
|
this.cbSubStor.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.cbSubStor.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.cbSubStor.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.cbSubStor.FormattingEnabled = true;
|
|
this.cbSubStor.Location = new System.Drawing.Point(594, 114);
|
|
this.cbSubStor.Name = "cbSubStor";
|
|
this.cbSubStor.Size = new System.Drawing.Size(169, 26);
|
|
this.cbSubStor.TabIndex = 322;
|
|
this.cbSubStor.TextChanged += new System.EventHandler(this.cbItemTy_TextChanged);
|
|
//
|
|
// BtnSave
|
|
//
|
|
this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
this.BtnSave.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.BtnSave.BorderStyleReDraw = false;
|
|
this.BtnSave.ClickImage = null;
|
|
this.BtnSave.DefaultImage = null;
|
|
this.BtnSave.DisableImage = null;
|
|
this.BtnSave.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|
this.BtnSave.ForeColor = System.Drawing.Color.White;
|
|
this.BtnSave.Location = new System.Drawing.Point(342, 394);
|
|
this.BtnSave.Name = "BtnSave";
|
|
this.BtnSave.OccupancyBar = 0;
|
|
this.BtnSave.OccupancyBar_Lv0 = null;
|
|
this.BtnSave.OccupancyBar_Lv1 = null;
|
|
this.BtnSave.OccupancyBar_Lv2 = null;
|
|
this.BtnSave.OccupancyBar_Lv3 = null;
|
|
this.BtnSave.OccupancyBar_Lv4 = null;
|
|
this.BtnSave.Size = new System.Drawing.Size(100, 40);
|
|
this.BtnSave.TabIndex = 133;
|
|
this.BtnSave.Text = "저장_1";
|
|
this.BtnSave.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.BtnSave.UseCompatibleTextRendering = true;
|
|
this.BtnSave.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(457, 67);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(322, 2);
|
|
this.label2.TabIndex = 335;
|
|
//
|
|
// lblBox3
|
|
//
|
|
this.lblBox3.BackColor = System.Drawing.Color.White;
|
|
this.lblBox3.BorderStyleReDraw = true;
|
|
this.lblBox3.Location = new System.Drawing.Point(578, 146);
|
|
this.lblBox3.Name = "lblBox3";
|
|
this.lblBox3.Size = new System.Drawing.Size(201, 40);
|
|
this.lblBox3.TabIndex = 336;
|
|
//
|
|
// lblBox2
|
|
//
|
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|
this.lblBox2.BorderStyleReDraw = true;
|
|
this.lblBox2.Location = new System.Drawing.Point(578, 107);
|
|
this.lblBox2.Name = "lblBox2";
|
|
this.lblBox2.Size = new System.Drawing.Size(201, 40);
|
|
this.lblBox2.TabIndex = 337;
|
|
//
|
|
// lblBox1
|
|
//
|
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|
this.lblBox1.BorderStyleReDraw = true;
|
|
this.lblBox1.Location = new System.Drawing.Point(578, 68);
|
|
this.lblBox1.Name = "lblBox1";
|
|
this.lblBox1.Size = new System.Drawing.Size(201, 40);
|
|
this.lblBox1.TabIndex = 338;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label1.Location = new System.Drawing.Point(22, 67);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(420, 2);
|
|
this.label1.TabIndex = 335;
|
|
//
|
|
// 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, 439);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(420, 2);
|
|
this.label3.TabIndex = 339;
|
|
//
|
|
// frmItemSearch
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.ClientSize = new System.Drawing.Size(800, 600);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.btnDwS);
|
|
this.Controls.Add(this.btnUpS);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.BtnSave);
|
|
this.Controls.Add(this.lblSearch);
|
|
this.Controls.Add(this.lblSubStor);
|
|
this.Controls.Add(this.lblItemTy);
|
|
this.Controls.Add(this.cbSubStor);
|
|
this.Controls.Add(this.cbItemTy);
|
|
this.Controls.Add(this.txtStrDsp);
|
|
this.Controls.Add(this.btnFuncAmt);
|
|
this.Controls.Add(this.btnFuncChar);
|
|
this.Controls.Add(this.grdSelectItem);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.btnDel);
|
|
this.Controls.Add(this.btnBack);
|
|
this.Controls.Add(this.btnDw2);
|
|
this.Controls.Add(this.btnDw);
|
|
this.Controls.Add(this.btnUp);
|
|
this.Controls.Add(this.btnUp2);
|
|
this.Controls.Add(this.btnAdd);
|
|
this.Controls.Add(this.lblBox3);
|
|
this.Controls.Add(this.lblBox2);
|
|
this.Controls.Add(this.lblBox1);
|
|
this.Controls.Add(this.grdSearchItem);
|
|
this.Controls.Add(this.picBack);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmItemSearch";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "frmCheck";
|
|
this.Activated += new System.EventHandler(this.frmCheck_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmCheck_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCheck_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmCheck_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmButton btnAdd;
|
|
private UI.CsmButton btnDel;
|
|
private UI.CsmLabel btnExit;
|
|
private UI.CsmLabel lblTitle;
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private UI.CsmGrid grdSelectItem;
|
|
private UI.CsmGrid grdSearchItem;
|
|
private UI.CsmFunc btnFuncChar;
|
|
private UI.CsmFunc btnFuncAmt;
|
|
private UI.CsmButton btnBack;
|
|
private UI.CsmLabel txtStrDsp;
|
|
private System.Windows.Forms.ComboBox cbItemTy;
|
|
private UI.CsmButton btnUp2;
|
|
private UI.CsmButton btnUp;
|
|
private UI.CsmButton btnDw;
|
|
private UI.CsmButton btnDw2;
|
|
private UI.CsmButton btnUpS;
|
|
private UI.CsmButton btnDwS;
|
|
private UI.CsmLabel lblItemTy;
|
|
private UI.CsmLabel lblSubStor;
|
|
private UI.CsmLabel lblSearch;
|
|
private System.Windows.Forms.ComboBox cbSubStor;
|
|
private UI.CsmButton BtnSave;
|
|
private System.Windows.Forms.Label label2;
|
|
private UI.CsmLabel lblBox3;
|
|
private UI.CsmLabel lblBox2;
|
|
private UI.CsmLabel lblBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
} |