261 lines
14 KiB
C#
261 lines
14 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmHappyOrderBarcodeRegMain
|
|
{
|
|
/// <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.btnExit = new Cosmos.UI.CsmLabel();
|
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.gridHappyOrderList = new Cosmos.UI.CsmGrid();
|
|
this.btnDel = new Cosmos.UI.CsmButton();
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.btnReg = new Cosmos.UI.CsmButton();
|
|
this.tbBarcodeNum = new System.Windows.Forms.TextBox();
|
|
this.btnGridDown = new Cosmos.UI.CsmButton();
|
|
this.btnGridUp = new Cosmos.UI.CsmButton();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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 = 244;
|
|
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", 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(714, 50);
|
|
this.lblTitle.TabIndex = 243;
|
|
this.lblTitle.Text = "타이틀";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
this.lblTitle.Click += new System.EventHandler(this.ControlOnFormClick);
|
|
//
|
|
// gridHappyOrderList
|
|
//
|
|
this.gridHappyOrderList.BackColor = System.Drawing.Color.White;
|
|
this.gridHappyOrderList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.gridHappyOrderList.CsmGridAlternateRowBackColor = System.Drawing.Color.White;
|
|
this.gridHappyOrderList.CsmGridBackGroundColor = System.Drawing.Color.Ivory;
|
|
this.gridHappyOrderList.CsmGridColumnCount = 0;
|
|
this.gridHappyOrderList.CsmGridColumnHeadersFont = new System.Drawing.Font("맑은 고딕", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.gridHappyOrderList.CsmGridColumnHeadersHeight = 18;
|
|
this.gridHappyOrderList.CsmGridColumnHeadersVisible = false;
|
|
this.gridHappyOrderList.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory;
|
|
this.gridHappyOrderList.CsmGridFirstDisplayedScrollingRowIndex = -1;
|
|
this.gridHappyOrderList.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight;
|
|
this.gridHappyOrderList.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText;
|
|
this.gridHappyOrderList.CsmGridIndicateBackColor = System.Drawing.Color.Red;
|
|
this.gridHappyOrderList.CsmGridIndicateForeColor = System.Drawing.Color.White;
|
|
this.gridHappyOrderList.CsmGridRowMove = true;
|
|
this.gridHappyOrderList.CsmGridRowsHeight = 35;
|
|
this.gridHappyOrderList.CsmGridShowPageRowsCount = 4;
|
|
this.gridHappyOrderList.Location = new System.Drawing.Point(22, 68);
|
|
this.gridHappyOrderList.Name = "gridHappyOrderList";
|
|
this.gridHappyOrderList.Size = new System.Drawing.Size(744, 258);
|
|
this.gridHappyOrderList.TabIndex = 245;
|
|
this.gridHappyOrderList.GridClickEvent += new Cosmos.UI.CsmGrid.GridClickEventHandler(this.gridHappyOrderList_GridClickEvent);
|
|
this.gridHappyOrderList.Click += new System.EventHandler(this.ControlOnFormClick);
|
|
//
|
|
// btnDel
|
|
//
|
|
this.btnDel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
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(564, 340);
|
|
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 = 246;
|
|
this.btnDel.Text = "버튼1";
|
|
this.btnDel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnDel.UseCompatibleTextRendering = true;
|
|
this.btnDel.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// 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 = 247;
|
|
this.picBack.TabStop = false;
|
|
this.picBack.Click += new System.EventHandler(this.ControlOnFormClick);
|
|
//
|
|
// btnReg
|
|
//
|
|
this.btnReg.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnReg.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnReg.BorderStyleReDraw = false;
|
|
this.btnReg.ClickImage = null;
|
|
this.btnReg.DefaultImage = null;
|
|
this.btnReg.DisableImage = null;
|
|
this.btnReg.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|
this.btnReg.ForeColor = System.Drawing.Color.White;
|
|
this.btnReg.Location = new System.Drawing.Point(666, 340);
|
|
this.btnReg.Name = "btnReg";
|
|
this.btnReg.OccupancyBar = 0;
|
|
this.btnReg.OccupancyBar_Lv0 = null;
|
|
this.btnReg.OccupancyBar_Lv1 = null;
|
|
this.btnReg.OccupancyBar_Lv2 = null;
|
|
this.btnReg.OccupancyBar_Lv3 = null;
|
|
this.btnReg.OccupancyBar_Lv4 = null;
|
|
this.btnReg.Size = new System.Drawing.Size(100, 40);
|
|
this.btnReg.TabIndex = 248;
|
|
this.btnReg.Text = "버튼2";
|
|
this.btnReg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnReg.UseCompatibleTextRendering = true;
|
|
this.btnReg.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// tbBarcodeNum
|
|
//
|
|
this.tbBarcodeNum.Location = new System.Drawing.Point(326, 26);
|
|
this.tbBarcodeNum.Name = "tbBarcodeNum";
|
|
this.tbBarcodeNum.Size = new System.Drawing.Size(285, 21);
|
|
this.tbBarcodeNum.TabIndex = 249;
|
|
this.tbBarcodeNum.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbBarcodeNum_KeyDown);
|
|
//
|
|
// btnGridDown
|
|
//
|
|
this.btnGridDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnGridDown.BorderStyleReDraw = true;
|
|
this.btnGridDown.ClickImage = null;
|
|
this.btnGridDown.DefaultImage = null;
|
|
this.btnGridDown.DisableImage = null;
|
|
this.btnGridDown.Location = new System.Drawing.Point(735, 216);
|
|
this.btnGridDown.Name = "btnGridDown";
|
|
this.btnGridDown.OccupancyBar = 0;
|
|
this.btnGridDown.OccupancyBar_Lv0 = null;
|
|
this.btnGridDown.OccupancyBar_Lv1 = null;
|
|
this.btnGridDown.OccupancyBar_Lv2 = null;
|
|
this.btnGridDown.OccupancyBar_Lv3 = null;
|
|
this.btnGridDown.OccupancyBar_Lv4 = null;
|
|
this.btnGridDown.Size = new System.Drawing.Size(30, 109);
|
|
this.btnGridDown.TabIndex = 267;
|
|
this.btnGridDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnGridDown.Click += new System.EventHandler(this.btnGrid_Click);
|
|
this.btnGridDown.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnGrid_MouseDown);
|
|
this.btnGridDown.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnGrid_MouseUp);
|
|
//
|
|
// btnGridUp
|
|
//
|
|
this.btnGridUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnGridUp.BorderStyleReDraw = true;
|
|
this.btnGridUp.ClickImage = null;
|
|
this.btnGridUp.DefaultImage = null;
|
|
this.btnGridUp.DisableImage = null;
|
|
this.btnGridUp.Location = new System.Drawing.Point(735, 107);
|
|
this.btnGridUp.Name = "btnGridUp";
|
|
this.btnGridUp.OccupancyBar = 0;
|
|
this.btnGridUp.OccupancyBar_Lv0 = null;
|
|
this.btnGridUp.OccupancyBar_Lv1 = null;
|
|
this.btnGridUp.OccupancyBar_Lv2 = null;
|
|
this.btnGridUp.OccupancyBar_Lv3 = null;
|
|
this.btnGridUp.OccupancyBar_Lv4 = null;
|
|
this.btnGridUp.Size = new System.Drawing.Size(30, 110);
|
|
this.btnGridUp.TabIndex = 266;
|
|
this.btnGridUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnGridUp.Click += new System.EventHandler(this.btnGrid_Click);
|
|
this.btnGridUp.MouseDown += new System.Windows.Forms.MouseEventHandler(this.btnGrid_MouseDown);
|
|
this.btnGridUp.MouseUp += new System.Windows.Forms.MouseEventHandler(this.btnGrid_MouseUp);
|
|
//
|
|
// 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(744, 2);
|
|
this.label2.TabIndex = 327;
|
|
//
|
|
// frmHappyOrderBarcodeRegMain
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(788, 402);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.btnGridDown);
|
|
this.Controls.Add(this.btnGridUp);
|
|
this.Controls.Add(this.tbBarcodeNum);
|
|
this.Controls.Add(this.btnReg);
|
|
this.Controls.Add(this.btnDel);
|
|
this.Controls.Add(this.gridHappyOrderList);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.picBack);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmHappyOrderBarcodeRegMain";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "frmHappyOrderBarcodeRegMain";
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmHappyOrderBarcodeRegMain_FormClosed);
|
|
this.Load += new System.EventHandler(this.frmHappyOrderBarcodeRegMain_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmLabel btnExit;
|
|
private UI.CsmLabel lblTitle;
|
|
private UI.CsmGrid gridHappyOrderList;
|
|
private UI.CsmButton btnDel;
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private UI.CsmButton btnReg;
|
|
private System.Windows.Forms.TextBox tbBarcodeNum;
|
|
private UI.CsmButton btnGridDown;
|
|
private UI.CsmButton btnGridUp;
|
|
private System.Windows.Forms.Label label2;
|
|
}
|
|
} |