291 lines
15 KiB
C#
291 lines
15 KiB
C#
namespace Cosmos.Win
|
||
{
|
||
partial class frmHappyOrderMsg
|
||
{
|
||
/// <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.picBack = new System.Windows.Forms.PictureBox();
|
||
this.btnYes = new Cosmos.UI.CsmButton();
|
||
this.tbBarcodeNum = new System.Windows.Forms.TextBox();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.lbMsg2 = new System.Windows.Forms.Label();
|
||
this.btnNo = new Cosmos.UI.CsmButton();
|
||
this.dgvData = new Cosmos.UI.CsmGrid();
|
||
this.btnDw = new Cosmos.UI.CsmButton();
|
||
this.btnUp = new Cosmos.UI.CsmButton();
|
||
this.lbMsg1 = 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("Microsoft Sans Serif", 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;
|
||
//
|
||
// 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;
|
||
//
|
||
// btnYes
|
||
//
|
||
this.btnYes.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
||
this.btnYes.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnYes.BorderStyleReDraw = false;
|
||
this.btnYes.ClickImage = null;
|
||
this.btnYes.DefaultImage = null;
|
||
this.btnYes.DisableImage = null;
|
||
this.btnYes.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
|
||
this.btnYes.ForeColor = System.Drawing.Color.White;
|
||
this.btnYes.Location = new System.Drawing.Point(458, 342);
|
||
this.btnYes.Name = "btnYes";
|
||
this.btnYes.OccupancyBar = 0;
|
||
this.btnYes.OccupancyBar_Lv0 = null;
|
||
this.btnYes.OccupancyBar_Lv1 = null;
|
||
this.btnYes.OccupancyBar_Lv2 = null;
|
||
this.btnYes.OccupancyBar_Lv3 = null;
|
||
this.btnYes.OccupancyBar_Lv4 = null;
|
||
this.btnYes.Size = new System.Drawing.Size(100, 40);
|
||
this.btnYes.TabIndex = 248;
|
||
this.btnYes.Text = "예";
|
||
this.btnYes.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnYes.UseCompatibleTextRendering = true;
|
||
this.btnYes.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;
|
||
//
|
||
// 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, 115);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(744, 2);
|
||
this.label2.TabIndex = 327;
|
||
//
|
||
// lbMsg2
|
||
//
|
||
this.lbMsg2.AutoSize = true;
|
||
this.lbMsg2.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.lbMsg2.Location = new System.Drawing.Point(19, 342);
|
||
this.lbMsg2.Name = "lbMsg2";
|
||
this.lbMsg2.Size = new System.Drawing.Size(412, 27);
|
||
this.lbMsg2.TabIndex = 330;
|
||
this.lbMsg2.Text = "픽업완료 처리를 하시겠습니까?";
|
||
//
|
||
// btnNo
|
||
//
|
||
this.btnNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
||
this.btnNo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
||
this.btnNo.BorderStyleReDraw = false;
|
||
this.btnNo.ClickImage = null;
|
||
this.btnNo.DefaultImage = null;
|
||
this.btnNo.DisableImage = null;
|
||
this.btnNo.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F);
|
||
this.btnNo.ForeColor = System.Drawing.Color.White;
|
||
this.btnNo.Location = new System.Drawing.Point(564, 342);
|
||
this.btnNo.Name = "btnNo";
|
||
this.btnNo.OccupancyBar = 0;
|
||
this.btnNo.OccupancyBar_Lv0 = null;
|
||
this.btnNo.OccupancyBar_Lv1 = null;
|
||
this.btnNo.OccupancyBar_Lv2 = null;
|
||
this.btnNo.OccupancyBar_Lv3 = null;
|
||
this.btnNo.OccupancyBar_Lv4 = null;
|
||
this.btnNo.Size = new System.Drawing.Size(100, 40);
|
||
this.btnNo.TabIndex = 331;
|
||
this.btnNo.Text = "아니요";
|
||
this.btnNo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnNo.UseCompatibleTextRendering = true;
|
||
this.btnNo.Click += new System.EventHandler(this.btnProc_Click);
|
||
//
|
||
// dgvData
|
||
//
|
||
this.dgvData.BackColor = System.Drawing.Color.White;
|
||
this.dgvData.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.dgvData.CsmGridAlternateRowBackColor = System.Drawing.Color.White;
|
||
this.dgvData.CsmGridBackGroundColor = System.Drawing.Color.FromArgb(((int)(((byte)(251)))), ((int)(((byte)(253)))), ((int)(((byte)(255)))));
|
||
this.dgvData.CsmGridColumnCount = 0;
|
||
this.dgvData.CsmGridColumnHeadersFont = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.dgvData.CsmGridColumnHeadersHeight = 18;
|
||
this.dgvData.CsmGridColumnHeadersVisible = false;
|
||
this.dgvData.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory;
|
||
this.dgvData.CsmGridFirstDisplayedScrollingRowIndex = -1;
|
||
this.dgvData.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight;
|
||
this.dgvData.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText;
|
||
this.dgvData.CsmGridIndicateBackColor = System.Drawing.Color.Red;
|
||
this.dgvData.CsmGridIndicateForeColor = System.Drawing.Color.White;
|
||
this.dgvData.CsmGridRowMove = true;
|
||
this.dgvData.CsmGridRowsHeight = 35;
|
||
this.dgvData.CsmGridShowPageRowsCount = 4;
|
||
this.dgvData.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.dgvData.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
||
this.dgvData.Location = new System.Drawing.Point(22, 117);
|
||
this.dgvData.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
||
this.dgvData.Name = "dgvData";
|
||
this.dgvData.Size = new System.Drawing.Size(715, 202);
|
||
this.dgvData.TabIndex = 545;
|
||
//
|
||
// 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("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.btnDw.ForeColor = System.Drawing.SystemColors.WindowFrame;
|
||
this.btnDw.Location = new System.Drawing.Point(737, 219);
|
||
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, 100);
|
||
this.btnDw.TabIndex = 547;
|
||
this.btnDw.Text = "∨";
|
||
this.btnDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnDw.UseCompatibleTextRendering = true;
|
||
this.btnDw.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("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.btnUp.ForeColor = System.Drawing.SystemColors.WindowFrame;
|
||
this.btnUp.Location = new System.Drawing.Point(737, 119);
|
||
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, 100);
|
||
this.btnUp.TabIndex = 546;
|
||
this.btnUp.Text = "∧";
|
||
this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
this.btnUp.UseCompatibleTextRendering = true;
|
||
this.btnUp.Click += new System.EventHandler(this.btnSelProc_Click);
|
||
//
|
||
// lbMsg1
|
||
//
|
||
this.lbMsg1.AutoSize = true;
|
||
this.lbMsg1.Font = new System.Drawing.Font("굴림", 20F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
||
this.lbMsg1.Location = new System.Drawing.Point(24, 68);
|
||
this.lbMsg1.Name = "lbMsg1";
|
||
this.lbMsg1.Size = new System.Drawing.Size(134, 27);
|
||
this.lbMsg1.TabIndex = 548;
|
||
this.lbMsg1.Text = "주문번호 ";
|
||
//
|
||
// frmHappyOrderMsg
|
||
//
|
||
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.lbMsg1);
|
||
this.Controls.Add(this.btnDw);
|
||
this.Controls.Add(this.btnUp);
|
||
this.Controls.Add(this.dgvData);
|
||
this.Controls.Add(this.btnNo);
|
||
this.Controls.Add(this.lbMsg2);
|
||
this.Controls.Add(this.label2);
|
||
this.Controls.Add(this.lblTitle);
|
||
this.Controls.Add(this.tbBarcodeNum);
|
||
this.Controls.Add(this.btnYes);
|
||
this.Controls.Add(this.btnExit);
|
||
this.Controls.Add(this.picBack);
|
||
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
||
this.Name = "frmHappyOrderMsg";
|
||
this.ShowInTaskbar = false;
|
||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
||
this.Text = "frmHappyOrderMsg";
|
||
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmHappyOrderMsg_FormClosed);
|
||
this.Load += new System.EventHandler(this.frmHappyOrderMsg_Load);
|
||
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
||
this.ResumeLayout(false);
|
||
this.PerformLayout();
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private UI.CsmLabel btnExit;
|
||
private UI.CsmLabel lblTitle;
|
||
private System.Windows.Forms.PictureBox picBack;
|
||
private UI.CsmButton btnYes;
|
||
private System.Windows.Forms.TextBox tbBarcodeNum;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label lbMsg2;
|
||
private UI.CsmButton btnNo;
|
||
private UI.CsmGrid dgvData;
|
||
private UI.CsmButton btnDw;
|
||
private UI.CsmButton btnUp;
|
||
private System.Windows.Forms.Label lbMsg1;
|
||
}
|
||
} |