332 lines
17 KiB
C#
332 lines
17 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmTestPluSearch
|
|
{
|
|
/// <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.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.lblPluInfo = new Cosmos.UI.CsmLabel();
|
|
this.picPluImg = new System.Windows.Forms.PictureBox();
|
|
this.lblPluImg = new Cosmos.UI.CsmLabel();
|
|
this.gridList = new Cosmos.UI.CsmGrid();
|
|
this.btnDown = new Cosmos.UI.CsmButton();
|
|
this.btnUp = new Cosmos.UI.CsmButton();
|
|
this.btnPgUp = new Cosmos.UI.CsmButton();
|
|
this.btnPgDown = new Cosmos.UI.CsmButton();
|
|
this.btnExit = new Cosmos.UI.CsmButton();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picPluImg)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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", 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(727, 50);
|
|
this.lblTitle.TabIndex = 287;
|
|
this.lblTitle.Text = "전체상품조회";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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(800, 600);
|
|
this.picBack.TabIndex = 300;
|
|
this.picBack.TabStop = false;
|
|
//
|
|
// lblPluInfo
|
|
//
|
|
this.lblPluInfo.BackColor = System.Drawing.Color.White;
|
|
this.lblPluInfo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.lblPluInfo.BorderStyleReDraw = false;
|
|
this.lblPluInfo.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.lblPluInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(31)))), ((int)(((byte)(32)))));
|
|
this.lblPluInfo.Location = new System.Drawing.Point(456, 396);
|
|
this.lblPluInfo.Name = "lblPluInfo";
|
|
this.lblPluInfo.Size = new System.Drawing.Size(322, 182);
|
|
this.lblPluInfo.TabIndex = 302;
|
|
//
|
|
// picPluImg
|
|
//
|
|
this.picPluImg.BackColor = System.Drawing.Color.White;
|
|
this.picPluImg.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.picPluImg.ErrorImage = null;
|
|
this.picPluImg.InitialImage = null;
|
|
this.picPluImg.Location = new System.Drawing.Point(456, 123);
|
|
this.picPluImg.Name = "picPluImg";
|
|
this.picPluImg.Size = new System.Drawing.Size(322, 259);
|
|
this.picPluImg.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
|
|
this.picPluImg.TabIndex = 482;
|
|
this.picPluImg.TabStop = false;
|
|
//
|
|
// lblPluImg
|
|
//
|
|
this.lblPluImg.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.lblPluImg.BorderStyleReDraw = true;
|
|
this.lblPluImg.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblPluImg.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(88)))), ((int)(((byte)(89)))), ((int)(((byte)(91)))));
|
|
this.lblPluImg.Location = new System.Drawing.Point(456, 68);
|
|
this.lblPluImg.Name = "lblPluImg";
|
|
this.lblPluImg.Size = new System.Drawing.Size(322, 40);
|
|
this.lblPluImg.TabIndex = 484;
|
|
this.lblPluImg.Text = "[[ 제품 이미지 ]]";
|
|
this.lblPluImg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// gridList
|
|
//
|
|
this.gridList.BackColor = System.Drawing.Color.White;
|
|
this.gridList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.gridList.CsmGridAlternateRowBackColor = System.Drawing.Color.White;
|
|
this.gridList.CsmGridBackGroundColor = System.Drawing.Color.Ivory;
|
|
this.gridList.CsmGridColumnCount = 0;
|
|
this.gridList.CsmGridColumnHeadersFont = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.gridList.CsmGridColumnHeadersHeight = 18;
|
|
this.gridList.CsmGridColumnHeadersVisible = false;
|
|
this.gridList.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory;
|
|
this.gridList.CsmGridFirstDisplayedScrollingRowIndex = -1;
|
|
this.gridList.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight;
|
|
this.gridList.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText;
|
|
this.gridList.CsmGridIndicateBackColor = System.Drawing.Color.Red;
|
|
this.gridList.CsmGridIndicateForeColor = System.Drawing.Color.White;
|
|
this.gridList.CsmGridRowMove = true;
|
|
this.gridList.CsmGridRowsHeight = 35;
|
|
this.gridList.CsmGridShowPageRowsCount = 4;
|
|
this.gridList.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.gridList.Location = new System.Drawing.Point(22, 68);
|
|
this.gridList.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.gridList.Name = "gridList";
|
|
this.gridList.Size = new System.Drawing.Size(420, 464);
|
|
this.gridList.TabIndex = 488;
|
|
this.gridList.GridClickEvent += new Cosmos.UI.CsmGrid.GridClickEventHandler(this.gridList_GridClickEvent);
|
|
//
|
|
// btnDown
|
|
//
|
|
this.btnDown.BackColor = System.Drawing.Color.White;
|
|
this.btnDown.BorderStyleReDraw = true;
|
|
this.btnDown.ClickImage = null;
|
|
this.btnDown.DefaultImage = null;
|
|
this.btnDown.DisableImage = null;
|
|
this.btnDown.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnDown.ForeColor = System.Drawing.Color.Black;
|
|
this.btnDown.Location = new System.Drawing.Point(232, 531);
|
|
this.btnDown.Name = "btnDown";
|
|
this.btnDown.OccupancyBar = 0;
|
|
this.btnDown.OccupancyBar_Lv0 = null;
|
|
this.btnDown.OccupancyBar_Lv1 = null;
|
|
this.btnDown.OccupancyBar_Lv2 = null;
|
|
this.btnDown.OccupancyBar_Lv3 = null;
|
|
this.btnDown.OccupancyBar_Lv4 = null;
|
|
this.btnDown.Size = new System.Drawing.Size(105, 48);
|
|
this.btnDown.TabIndex = 490;
|
|
this.btnDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnDown.UseCompatibleTextRendering = true;
|
|
this.btnDown.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnUp
|
|
//
|
|
this.btnUp.BackColor = System.Drawing.Color.White;
|
|
this.btnUp.BorderStyleReDraw = true;
|
|
this.btnUp.ClickImage = null;
|
|
this.btnUp.DefaultImage = null;
|
|
this.btnUp.DisableImage = null;
|
|
this.btnUp.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnUp.ForeColor = System.Drawing.Color.Black;
|
|
this.btnUp.Location = new System.Drawing.Point(127, 531);
|
|
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(105, 48);
|
|
this.btnUp.TabIndex = 489;
|
|
this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnUp.UseCompatibleTextRendering = true;
|
|
this.btnUp.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnPgUp
|
|
//
|
|
this.btnPgUp.BackColor = System.Drawing.Color.White;
|
|
this.btnPgUp.BorderStyleReDraw = true;
|
|
this.btnPgUp.ClickImage = null;
|
|
this.btnPgUp.DefaultImage = null;
|
|
this.btnPgUp.DisableImage = null;
|
|
this.btnPgUp.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnPgUp.ForeColor = System.Drawing.Color.Black;
|
|
this.btnPgUp.Location = new System.Drawing.Point(22, 531);
|
|
this.btnPgUp.Name = "btnPgUp";
|
|
this.btnPgUp.OccupancyBar = 0;
|
|
this.btnPgUp.OccupancyBar_Lv0 = null;
|
|
this.btnPgUp.OccupancyBar_Lv1 = null;
|
|
this.btnPgUp.OccupancyBar_Lv2 = null;
|
|
this.btnPgUp.OccupancyBar_Lv3 = null;
|
|
this.btnPgUp.OccupancyBar_Lv4 = null;
|
|
this.btnPgUp.Size = new System.Drawing.Size(105, 48);
|
|
this.btnPgUp.TabIndex = 491;
|
|
this.btnPgUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnPgUp.UseCompatibleTextRendering = true;
|
|
this.btnPgUp.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnPgDown
|
|
//
|
|
this.btnPgDown.BackColor = System.Drawing.Color.White;
|
|
this.btnPgDown.BorderStyleReDraw = true;
|
|
this.btnPgDown.ClickImage = null;
|
|
this.btnPgDown.DefaultImage = null;
|
|
this.btnPgDown.DisableImage = null;
|
|
this.btnPgDown.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnPgDown.ForeColor = System.Drawing.Color.Black;
|
|
this.btnPgDown.Location = new System.Drawing.Point(337, 531);
|
|
this.btnPgDown.Name = "btnPgDown";
|
|
this.btnPgDown.OccupancyBar = 0;
|
|
this.btnPgDown.OccupancyBar_Lv0 = null;
|
|
this.btnPgDown.OccupancyBar_Lv1 = null;
|
|
this.btnPgDown.OccupancyBar_Lv2 = null;
|
|
this.btnPgDown.OccupancyBar_Lv3 = null;
|
|
this.btnPgDown.OccupancyBar_Lv4 = null;
|
|
this.btnPgDown.Size = new System.Drawing.Size(105, 48);
|
|
this.btnPgDown.TabIndex = 492;
|
|
this.btnPgDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnPgDown.UseCompatibleTextRendering = true;
|
|
this.btnPgDown.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.ClickImage = null;
|
|
this.btnExit.DefaultImage = null;
|
|
this.btnExit.DisableImage = null;
|
|
this.btnExit.Font = new System.Drawing.Font("굴림", 21.75F, 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.OccupancyBar = 0;
|
|
this.btnExit.OccupancyBar_Lv0 = null;
|
|
this.btnExit.OccupancyBar_Lv1 = null;
|
|
this.btnExit.OccupancyBar_Lv2 = null;
|
|
this.btnExit.OccupancyBar_Lv3 = null;
|
|
this.btnExit.OccupancyBar_Lv4 = null;
|
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|
this.btnExit.TabIndex = 496;
|
|
this.btnExit.Text = "X";
|
|
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnExit.UseCompatibleTextRendering = true;
|
|
this.btnExit.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(22, 67);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(420, 2);
|
|
this.label2.TabIndex = 497;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label1.Location = new System.Drawing.Point(456, 67);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(322, 2);
|
|
this.label1.TabIndex = 497;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label3.Location = new System.Drawing.Point(456, 122);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(322, 2);
|
|
this.label3.TabIndex = 498;
|
|
//
|
|
// frmTestPluSearch
|
|
//
|
|
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, 600);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.btnUp);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.btnPgDown);
|
|
this.Controls.Add(this.btnPgUp);
|
|
this.Controls.Add(this.btnDown);
|
|
this.Controls.Add(this.gridList);
|
|
this.Controls.Add(this.lblPluImg);
|
|
this.Controls.Add(this.picPluImg);
|
|
this.Controls.Add(this.lblPluInfo);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.picBack);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmTestPluSearch";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "frmTestPluSearch";
|
|
this.Activated += new System.EventHandler(this.frmTestPluSearch_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmTestPluSearch_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmTestPluSearch_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmTestPluSearch_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.picPluImg)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmLabel lblTitle;
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private UI.CsmLabel lblPluInfo;
|
|
private System.Windows.Forms.PictureBox picPluImg;
|
|
private UI.CsmLabel lblPluImg;
|
|
private UI.CsmGrid gridList;
|
|
private UI.CsmButton btnDown;
|
|
private UI.CsmButton btnUp;
|
|
private UI.CsmButton btnPgUp;
|
|
private UI.CsmButton btnPgDown;
|
|
protected UI.CsmButton btnExit;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label3;
|
|
}
|
|
} |