namespace Cosmos.Win { partial class frmHappyOrderList { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmHappyOrderList)); this.picBack = new System.Windows.Forms.PictureBox(); this.btnExit = new Cosmos.UI.CsmLabel(); this.lblTitle = new Cosmos.UI.CsmLabel(); this.panel1 = new System.Windows.Forms.Panel(); this.label4 = new System.Windows.Forms.Label(); this.vScrollbar = new Cosmos.UI.CsmVScrollbar(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.lblStatusType = new Cosmos.UI.CsmLabel(); this.btnStatus3 = new Cosmos.UI.CsmButton(); this.btnStatus2 = new Cosmos.UI.CsmButton(); this.btnStatus1 = new Cosmos.UI.CsmButton(); this.btnGridDown = new Cosmos.UI.CsmButton(); this.txtPrtData = new System.Windows.Forms.TextBox(); this.pnlTitle = new System.Windows.Forms.Panel(); this.btnTitle00 = new Cosmos.UI.CsmButton(); this.btnTitle05 = new Cosmos.UI.CsmButton(); this.btnTitle04 = new Cosmos.UI.CsmButton(); this.btnTitle03 = new Cosmos.UI.CsmButton(); this.label1 = new System.Windows.Forms.Label(); this.btnTitle02 = new Cosmos.UI.CsmButton(); this.btnTitle01 = new Cosmos.UI.CsmButton(); this.btnGridUp = new Cosmos.UI.CsmButton(); this.gridHappyOrderList = new Cosmos.UI.CsmGrid(); this.lblBox1 = new Cosmos.UI.CsmLabel(); this.btnStatus4 = new Cosmos.UI.CsmButton(); this.tbOrderBarcode = new System.Windows.Forms.TextBox(); this.PnlHPOrdPopup = new System.Windows.Forms.Panel(); this.RtbHPOrdPopup = new System.Windows.Forms.RichTextBox(); this.pnl_Image = new System.Windows.Forms.FlowLayoutPanel(); this.lb_title = new System.Windows.Forms.Label(); this.btn_01 = new Cosmos.UI.CsmButton(); this.btn_02 = new Cosmos.UI.CsmButton(); this.btn_03 = new Cosmos.UI.CsmButton(); this.btn_04 = new Cosmos.UI.CsmButton(); this.btn_05 = new Cosmos.UI.CsmButton(); this.btn_06 = new Cosmos.UI.CsmButton(); this.btn_07 = new Cosmos.UI.CsmButton(); this.btn_08 = new Cosmos.UI.CsmButton(); this.btn_09 = new Cosmos.UI.CsmButton(); this.btnTodayPrint = new Cosmos.UI.CsmButton(); this.btnHappyOrderWeb = new Cosmos.UI.CsmButton(); this.btnWeightPrint = new Cosmos.UI.CsmButton(); this.btnPrint = new Cosmos.UI.CsmButton(); this.btnSearch = new Cosmos.UI.CsmButton(); this.btnOrderCancel = new Cosmos.UI.CsmButton(); this.nm_pnl = new System.Windows.Forms.TableLayoutPanel(); this.nm_btn_1 = new Cosmos.UI.CsmButton(); this.nm_btn_6 = new Cosmos.UI.CsmButton(); this.nm_btn_3 = new Cosmos.UI.CsmButton(); this.nm_btn_4 = new Cosmos.UI.CsmButton(); this.nm_btn_2 = new Cosmos.UI.CsmButton(); this.nm_btn_5 = new Cosmos.UI.CsmButton(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); this.panel1.SuspendLayout(); this.pnlTitle.SuspendLayout(); this.PnlHPOrdPopup.SuspendLayout(); this.pnl_Image.SuspendLayout(); this.nm_pnl.SuspendLayout(); 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(1024, 696); this.picBack.TabIndex = 227; this.picBack.TabStop = false; this.picBack.Click += new System.EventHandler(this.ControlsOnForm_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(961, 1); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(61, 50); this.btnExit.TabIndex = 229; 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(950, 50); this.lblTitle.TabIndex = 228; this.lblTitle.Text = "타이틀"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblTitle.Click += new System.EventHandler(this.ControlsOnForm_Click); // // panel1 // this.panel1.BackColor = System.Drawing.Color.White; this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.panel1.Controls.Add(this.label4); this.panel1.Controls.Add(this.vScrollbar); this.panel1.Controls.Add(this.label2); this.panel1.Controls.Add(this.label3); this.panel1.Controls.Add(this.lblStatusType); this.panel1.Controls.Add(this.btnStatus3); this.panel1.Controls.Add(this.btnStatus2); this.panel1.Controls.Add(this.btnStatus1); this.panel1.Controls.Add(this.btnGridDown); this.panel1.Controls.Add(this.txtPrtData); this.panel1.Controls.Add(this.pnlTitle); this.panel1.Controls.Add(this.btnGridUp); this.panel1.Controls.Add(this.gridHappyOrderList); this.panel1.Controls.Add(this.lblBox1); this.panel1.Location = new System.Drawing.Point(31, 73); this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(958, 583); this.panel1.TabIndex = 230; this.panel1.Click += new System.EventHandler(this.ControlsOnForm_Click); // // label4 // this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label4.Location = new System.Drawing.Point(1, 126); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(578, 2); this.label4.TabIndex = 476; // // vScrollbar // this.vScrollbar.Location = new System.Drawing.Point(926, 128); this.vScrollbar.Name = "vScrollbar"; this.vScrollbar.Size = new System.Drawing.Size(30, 442); this.vScrollbar.TabIndex = 488; // // label2 // this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label2.Location = new System.Drawing.Point(615, 126); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(341, 2); this.label2.TabIndex = 475; // // label3 // this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label3.Location = new System.Drawing.Point(618, 58); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(330, 2); this.label3.TabIndex = 472; this.label3.Visible = false; // // lblStatusType // this.lblStatusType.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblStatusType.BorderStyleReDraw = true; this.lblStatusType.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold); this.lblStatusType.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblStatusType.Location = new System.Drawing.Point(618, 59); this.lblStatusType.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblStatusType.Name = "lblStatusType"; this.lblStatusType.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblStatusType.Size = new System.Drawing.Size(122, 40); this.lblStatusType.TabIndex = 470; this.lblStatusType.Text = "조회일자_1"; this.lblStatusType.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; this.lblStatusType.Visible = false; // // btnStatus3 // this.btnStatus3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnStatus3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnStatus3.BorderStyleReDraw = false; this.btnStatus3.ClickImage = null; this.btnStatus3.DefaultImage = null; this.btnStatus3.DisableImage = null; this.btnStatus3.Font = new System.Drawing.Font("맑은 고딕", 11F); this.btnStatus3.ForeColor = System.Drawing.Color.White; this.btnStatus3.Location = new System.Drawing.Point(205, 59); this.btnStatus3.Name = "btnStatus3"; this.btnStatus3.OccupancyBar = 0; this.btnStatus3.OccupancyBar_Lv0 = null; this.btnStatus3.OccupancyBar_Lv1 = null; this.btnStatus3.OccupancyBar_Lv2 = null; this.btnStatus3.OccupancyBar_Lv3 = null; this.btnStatus3.OccupancyBar_Lv4 = null; this.btnStatus3.Size = new System.Drawing.Size(100, 40); this.btnStatus3.TabIndex = 466; this.btnStatus3.Text = "상태_3"; this.btnStatus3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnStatus3.UseCompatibleTextRendering = true; this.btnStatus3.Click += new System.EventHandler(this.btnStatus_Click); // // btnStatus2 // this.btnStatus2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnStatus2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnStatus2.BorderStyleReDraw = false; this.btnStatus2.ClickImage = null; this.btnStatus2.DefaultImage = null; this.btnStatus2.DisableImage = null; this.btnStatus2.Font = new System.Drawing.Font("맑은 고딕", 11F); this.btnStatus2.ForeColor = System.Drawing.Color.White; this.btnStatus2.Location = new System.Drawing.Point(103, 59); this.btnStatus2.Name = "btnStatus2"; this.btnStatus2.OccupancyBar = 0; this.btnStatus2.OccupancyBar_Lv0 = null; this.btnStatus2.OccupancyBar_Lv1 = null; this.btnStatus2.OccupancyBar_Lv2 = null; this.btnStatus2.OccupancyBar_Lv3 = null; this.btnStatus2.OccupancyBar_Lv4 = null; this.btnStatus2.Size = new System.Drawing.Size(100, 40); this.btnStatus2.TabIndex = 465; this.btnStatus2.Text = "상태_2"; this.btnStatus2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnStatus2.UseCompatibleTextRendering = true; this.btnStatus2.Click += new System.EventHandler(this.btnStatus_Click); // // btnStatus1 // this.btnStatus1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnStatus1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnStatus1.BorderStyleReDraw = false; this.btnStatus1.ClickImage = null; this.btnStatus1.DefaultImage = null; this.btnStatus1.DisableImage = null; this.btnStatus1.Font = new System.Drawing.Font("맑은 고딕", 11F); this.btnStatus1.ForeColor = System.Drawing.Color.White; this.btnStatus1.Location = new System.Drawing.Point(1, 59); this.btnStatus1.Name = "btnStatus1"; this.btnStatus1.OccupancyBar = 0; this.btnStatus1.OccupancyBar_Lv0 = null; this.btnStatus1.OccupancyBar_Lv1 = null; this.btnStatus1.OccupancyBar_Lv2 = null; this.btnStatus1.OccupancyBar_Lv3 = null; this.btnStatus1.OccupancyBar_Lv4 = null; this.btnStatus1.Size = new System.Drawing.Size(100, 40); this.btnStatus1.TabIndex = 464; this.btnStatus1.Text = "상태_1"; this.btnStatus1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnStatus1.UseCompatibleTextRendering = true; this.btnStatus1.Click += new System.EventHandler(this.btnStatus_Click); // // 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(548, 366); 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, 205); this.btnGridDown.TabIndex = 265; 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); // // txtPrtData // this.txtPrtData.Font = new System.Drawing.Font("굴림체", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtPrtData.Location = new System.Drawing.Point(615, 127); this.txtPrtData.Multiline = true; this.txtPrtData.Name = "txtPrtData"; this.txtPrtData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtPrtData.Size = new System.Drawing.Size(330, 443); this.txtPrtData.TabIndex = 462; this.txtPrtData.Text = "012345678901234567890123456789012345678912"; this.txtPrtData.Click += new System.EventHandler(this.ControlsOnForm_Click); // // pnlTitle // this.pnlTitle.BackColor = System.Drawing.Color.White; this.pnlTitle.Controls.Add(this.btnTitle00); this.pnlTitle.Controls.Add(this.btnTitle05); this.pnlTitle.Controls.Add(this.btnTitle04); this.pnlTitle.Controls.Add(this.btnTitle03); this.pnlTitle.Controls.Add(this.label1); this.pnlTitle.Controls.Add(this.btnTitle02); this.pnlTitle.Controls.Add(this.btnTitle01); this.pnlTitle.Location = new System.Drawing.Point(0, 0); this.pnlTitle.Name = "pnlTitle"; this.pnlTitle.Size = new System.Drawing.Size(956, 44); this.pnlTitle.TabIndex = 17; this.pnlTitle.Click += new System.EventHandler(this.ControlsOnForm_Click); // // btnTitle00 // this.btnTitle00.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnTitle00.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnTitle00.BorderStyleReDraw = false; this.btnTitle00.ClickImage = null; this.btnTitle00.DefaultImage = null; this.btnTitle00.DisableImage = null; this.btnTitle00.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); this.btnTitle00.Location = new System.Drawing.Point(0, 0); this.btnTitle00.Name = "btnTitle00"; this.btnTitle00.OccupancyBar = 0; this.btnTitle00.OccupancyBar_Lv0 = null; this.btnTitle00.OccupancyBar_Lv1 = null; this.btnTitle00.OccupancyBar_Lv2 = null; this.btnTitle00.OccupancyBar_Lv3 = null; this.btnTitle00.OccupancyBar_Lv4 = null; this.btnTitle00.Size = new System.Drawing.Size(120, 41); this.btnTitle00.TabIndex = 23; this.btnTitle00.Tag = "00"; this.btnTitle00.Text = "전체"; this.btnTitle00.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnTitle00.Click += new System.EventHandler(this.btnTitle_Click); // // btnTitle05 // this.btnTitle05.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnTitle05.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnTitle05.BorderStyleReDraw = false; this.btnTitle05.ClickImage = null; this.btnTitle05.DefaultImage = null; this.btnTitle05.DisableImage = null; this.btnTitle05.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); this.btnTitle05.Location = new System.Drawing.Point(600, 0); this.btnTitle05.Name = "btnTitle05"; this.btnTitle05.OccupancyBar = 0; this.btnTitle05.OccupancyBar_Lv0 = null; this.btnTitle05.OccupancyBar_Lv1 = null; this.btnTitle05.OccupancyBar_Lv2 = null; this.btnTitle05.OccupancyBar_Lv3 = null; this.btnTitle05.OccupancyBar_Lv4 = null; this.btnTitle05.Size = new System.Drawing.Size(120, 41); this.btnTitle05.TabIndex = 21; this.btnTitle05.Text = "오더폼 배달"; this.btnTitle05.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnTitle05.Click += new System.EventHandler(this.btnTitle_Click); // // btnTitle04 // this.btnTitle04.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnTitle04.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnTitle04.BorderStyleReDraw = false; this.btnTitle04.ClickImage = null; this.btnTitle04.DefaultImage = null; this.btnTitle04.DisableImage = null; this.btnTitle04.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); this.btnTitle04.Location = new System.Drawing.Point(480, 0); this.btnTitle04.Name = "btnTitle04"; this.btnTitle04.OccupancyBar = 0; this.btnTitle04.OccupancyBar_Lv0 = null; this.btnTitle04.OccupancyBar_Lv1 = null; this.btnTitle04.OccupancyBar_Lv2 = null; this.btnTitle04.OccupancyBar_Lv3 = null; this.btnTitle04.OccupancyBar_Lv4 = null; this.btnTitle04.Size = new System.Drawing.Size(120, 41); this.btnTitle04.TabIndex = 20; this.btnTitle04.Text = "오더폼 내점"; this.btnTitle04.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnTitle04.Click += new System.EventHandler(this.btnTitle_Click); // // btnTitle03 // this.btnTitle03.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnTitle03.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnTitle03.BorderStyleReDraw = false; this.btnTitle03.ClickImage = null; this.btnTitle03.DefaultImage = null; this.btnTitle03.DisableImage = null; this.btnTitle03.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); this.btnTitle03.Location = new System.Drawing.Point(360, 0); this.btnTitle03.Name = "btnTitle03"; this.btnTitle03.OccupancyBar = 0; this.btnTitle03.OccupancyBar_Lv0 = null; this.btnTitle03.OccupancyBar_Lv1 = null; this.btnTitle03.OccupancyBar_Lv2 = null; this.btnTitle03.OccupancyBar_Lv3 = null; this.btnTitle03.OccupancyBar_Lv4 = null; this.btnTitle03.Size = new System.Drawing.Size(120, 41); this.btnTitle03.TabIndex = 19; this.btnTitle03.Text = "사전예약"; this.btnTitle03.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnTitle03.Click += new System.EventHandler(this.btnTitle_Click); // // label1 // this.label1.BackColor = System.Drawing.Color.Black; this.label1.Font = new System.Drawing.Font("굴림", 3F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label1.Location = new System.Drawing.Point(-1, 41); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(957, 1); this.label1.TabIndex = 18; // // btnTitle02 // this.btnTitle02.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnTitle02.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnTitle02.BorderStyleReDraw = false; this.btnTitle02.ClickImage = null; this.btnTitle02.DefaultImage = null; this.btnTitle02.DisableImage = null; this.btnTitle02.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); this.btnTitle02.Location = new System.Drawing.Point(240, 0); this.btnTitle02.Name = "btnTitle02"; this.btnTitle02.OccupancyBar = 0; this.btnTitle02.OccupancyBar_Lv0 = null; this.btnTitle02.OccupancyBar_Lv1 = null; this.btnTitle02.OccupancyBar_Lv2 = null; this.btnTitle02.OccupancyBar_Lv3 = null; this.btnTitle02.OccupancyBar_Lv4 = null; this.btnTitle02.Size = new System.Drawing.Size(120, 41); this.btnTitle02.TabIndex = 0; this.btnTitle02.Text = "배달"; this.btnTitle02.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnTitle02.Click += new System.EventHandler(this.btnTitle_Click); // // btnTitle01 // this.btnTitle01.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnTitle01.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnTitle01.BorderStyleReDraw = false; this.btnTitle01.ClickImage = null; this.btnTitle01.DefaultImage = null; this.btnTitle01.DisableImage = null; this.btnTitle01.Font = new System.Drawing.Font("Microsoft Sans Serif", 14F); this.btnTitle01.Location = new System.Drawing.Point(120, 0); this.btnTitle01.Name = "btnTitle01"; this.btnTitle01.OccupancyBar = 0; this.btnTitle01.OccupancyBar_Lv0 = null; this.btnTitle01.OccupancyBar_Lv1 = null; this.btnTitle01.OccupancyBar_Lv2 = null; this.btnTitle01.OccupancyBar_Lv3 = null; this.btnTitle01.OccupancyBar_Lv4 = null; this.btnTitle01.Size = new System.Drawing.Size(120, 41); this.btnTitle01.TabIndex = 0; this.btnTitle01.Text = "내점"; this.btnTitle01.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnTitle01.Click += new System.EventHandler(this.btnTitle_Click); // // 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(548, 161); 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, 205); this.btnGridUp.TabIndex = 264; 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); // // 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(1, 128); this.gridHappyOrderList.Name = "gridHappyOrderList"; this.gridHappyOrderList.Size = new System.Drawing.Size(578, 442); this.gridHappyOrderList.TabIndex = 263; this.gridHappyOrderList.GridClickEvent += new Cosmos.UI.CsmGrid.GridClickEventHandler(this.gridHappyOrderList_GridClickEvent); this.gridHappyOrderList.Click += new System.EventHandler(this.ControlsOnForm_Click); // // lblBox1 // this.lblBox1.BackColor = System.Drawing.Color.White; this.lblBox1.BorderStyleReDraw = true; this.lblBox1.Location = new System.Drawing.Point(739, 59); this.lblBox1.Name = "lblBox1"; this.lblBox1.Size = new System.Drawing.Size(209, 40); this.lblBox1.TabIndex = 474; this.lblBox1.Visible = false; // // btnStatus4 // this.btnStatus4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnStatus4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnStatus4.BorderStyleReDraw = false; this.btnStatus4.ClickImage = null; this.btnStatus4.DefaultImage = null; this.btnStatus4.DisableImage = null; this.btnStatus4.Font = new System.Drawing.Font("맑은 고딕", 11F); this.btnStatus4.ForeColor = System.Drawing.Color.White; this.btnStatus4.Location = new System.Drawing.Point(629, 5); this.btnStatus4.Name = "btnStatus4"; this.btnStatus4.OccupancyBar = 0; this.btnStatus4.OccupancyBar_Lv0 = null; this.btnStatus4.OccupancyBar_Lv1 = null; this.btnStatus4.OccupancyBar_Lv2 = null; this.btnStatus4.OccupancyBar_Lv3 = null; this.btnStatus4.OccupancyBar_Lv4 = null; this.btnStatus4.Size = new System.Drawing.Size(100, 40); this.btnStatus4.TabIndex = 489; this.btnStatus4.Text = "상태_4"; this.btnStatus4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnStatus4.UseCompatibleTextRendering = true; this.btnStatus4.Visible = false; this.btnStatus4.Click += new System.EventHandler(this.btnStatus_Click); // // tbOrderBarcode // this.tbOrderBarcode.Location = new System.Drawing.Point(410, 27); this.tbOrderBarcode.Name = "tbOrderBarcode"; this.tbOrderBarcode.Size = new System.Drawing.Size(295, 21); this.tbOrderBarcode.TabIndex = 469; this.tbOrderBarcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.tbOrderBarcode_KeyDown); // // PnlHPOrdPopup // this.PnlHPOrdPopup.Controls.Add(this.RtbHPOrdPopup); this.PnlHPOrdPopup.Location = new System.Drawing.Point(33, 2); this.PnlHPOrdPopup.Name = "PnlHPOrdPopup"; this.PnlHPOrdPopup.Size = new System.Drawing.Size(478, 65); this.PnlHPOrdPopup.TabIndex = 471; this.PnlHPOrdPopup.Visible = false; // // RtbHPOrdPopup // this.RtbHPOrdPopup.BackColor = System.Drawing.Color.White; this.RtbHPOrdPopup.BorderStyle = System.Windows.Forms.BorderStyle.None; this.RtbHPOrdPopup.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.RtbHPOrdPopup.ForeColor = System.Drawing.Color.Black; this.RtbHPOrdPopup.Location = new System.Drawing.Point(3, 3); this.RtbHPOrdPopup.Name = "RtbHPOrdPopup"; this.RtbHPOrdPopup.ReadOnly = true; this.RtbHPOrdPopup.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.None; this.RtbHPOrdPopup.Size = new System.Drawing.Size(952, 59); this.RtbHPOrdPopup.TabIndex = 166; this.RtbHPOrdPopup.Text = "해피오더 즉시주문(0) 내역이 있습니다.\n상품준비로 변경해주시기 바랍니다."; // // pnl_Image // this.pnl_Image.BackColor = System.Drawing.Color.White; this.pnl_Image.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.pnl_Image.Controls.Add(this.lb_title); this.pnl_Image.Controls.Add(this.btn_01); this.pnl_Image.Controls.Add(this.btn_02); this.pnl_Image.Controls.Add(this.btn_03); this.pnl_Image.Controls.Add(this.btn_04); this.pnl_Image.Controls.Add(this.btn_05); this.pnl_Image.Controls.Add(this.btn_06); this.pnl_Image.Controls.Add(this.btn_07); this.pnl_Image.Controls.Add(this.btn_08); this.pnl_Image.Controls.Add(this.btn_09); this.pnl_Image.Controls.Add(this.nm_pnl); this.pnl_Image.Location = new System.Drawing.Point(32, 288); this.pnl_Image.Name = "pnl_Image"; this.pnl_Image.Size = new System.Drawing.Size(961, 248); this.pnl_Image.TabIndex = 495; // // lb_title // this.lb_title.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98))))); this.lb_title.Font = new System.Drawing.Font("굴림", 28F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lb_title.ForeColor = System.Drawing.SystemColors.Window; this.lb_title.Location = new System.Drawing.Point(3, 0); this.lb_title.Name = "lb_title"; this.lb_title.Size = new System.Drawing.Size(111, 120); this.lb_title.TabIndex = 503; this.lb_title.Text = "배달"; this.lb_title.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // btn_01 // this.btn_01.BackColor = System.Drawing.Color.White; this.btn_01.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btn_01.BorderStyleReDraw = false; this.btn_01.ClickImage = ((System.Drawing.Image)(resources.GetObject("btn_01.ClickImage"))); this.btn_01.DefaultImage = null; this.btn_01.DisableImage = null; this.btn_01.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_01.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.btn_01.Image = ((System.Drawing.Image)(resources.GetObject("btn_01.Image"))); this.btn_01.Location = new System.Drawing.Point(120, 0); this.btn_01.Name = "btn_01"; this.btn_01.OccupancyBar = 0; this.btn_01.OccupancyBar_Lv0 = null; this.btn_01.OccupancyBar_Lv1 = null; this.btn_01.OccupancyBar_Lv2 = null; this.btn_01.OccupancyBar_Lv3 = null; this.btn_01.OccupancyBar_Lv4 = null; this.btn_01.Size = new System.Drawing.Size(115, 115); this.btn_01.TabIndex = 504; this.btn_01.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btn_01.UseCompatibleTextRendering = true; this.btn_01.Click += new System.EventHandler(this.btnStatus_Click); // // btn_02 // this.btn_02.BackColor = System.Drawing.Color.White; this.btn_02.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btn_02.BorderStyleReDraw = false; this.btn_02.ClickImage = null; this.btn_02.DefaultImage = null; this.btn_02.DisableImage = null; this.btn_02.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_02.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.btn_02.Image = ((System.Drawing.Image)(resources.GetObject("btn_02.Image"))); this.btn_02.Location = new System.Drawing.Point(241, 0); this.btn_02.Name = "btn_02"; this.btn_02.OccupancyBar = 0; this.btn_02.OccupancyBar_Lv0 = null; this.btn_02.OccupancyBar_Lv1 = null; this.btn_02.OccupancyBar_Lv2 = null; this.btn_02.OccupancyBar_Lv3 = null; this.btn_02.OccupancyBar_Lv4 = null; this.btn_02.Size = new System.Drawing.Size(53, 115); this.btn_02.TabIndex = 505; this.btn_02.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btn_02.UseCompatibleTextRendering = true; // // btn_03 // this.btn_03.BackColor = System.Drawing.Color.White; this.btn_03.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btn_03.BorderStyleReDraw = false; this.btn_03.ClickImage = null; this.btn_03.DefaultImage = null; this.btn_03.DisableImage = null; this.btn_03.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_03.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.btn_03.Image = ((System.Drawing.Image)(resources.GetObject("btn_03.Image"))); this.btn_03.Location = new System.Drawing.Point(300, 0); this.btn_03.Name = "btn_03"; this.btn_03.OccupancyBar = 0; this.btn_03.OccupancyBar_Lv0 = null; this.btn_03.OccupancyBar_Lv1 = null; this.btn_03.OccupancyBar_Lv2 = null; this.btn_03.OccupancyBar_Lv3 = null; this.btn_03.OccupancyBar_Lv4 = null; this.btn_03.Size = new System.Drawing.Size(115, 115); this.btn_03.TabIndex = 506; this.btn_03.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btn_03.UseCompatibleTextRendering = true; this.btn_03.Click += new System.EventHandler(this.btnStatus_Click); // // btn_04 // this.btn_04.BackColor = System.Drawing.Color.White; this.btn_04.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btn_04.BorderStyleReDraw = false; this.btn_04.ClickImage = null; this.btn_04.DefaultImage = null; this.btn_04.DisableImage = null; this.btn_04.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_04.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.btn_04.Image = ((System.Drawing.Image)(resources.GetObject("btn_04.Image"))); this.btn_04.Location = new System.Drawing.Point(421, 0); this.btn_04.Name = "btn_04"; this.btn_04.OccupancyBar = 0; this.btn_04.OccupancyBar_Lv0 = null; this.btn_04.OccupancyBar_Lv1 = null; this.btn_04.OccupancyBar_Lv2 = null; this.btn_04.OccupancyBar_Lv3 = null; this.btn_04.OccupancyBar_Lv4 = null; this.btn_04.Size = new System.Drawing.Size(53, 115); this.btn_04.TabIndex = 507; this.btn_04.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btn_04.UseCompatibleTextRendering = true; // // btn_05 // this.btn_05.BackColor = System.Drawing.Color.White; this.btn_05.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btn_05.BorderStyleReDraw = false; this.btn_05.ClickImage = null; this.btn_05.DefaultImage = null; this.btn_05.DisableImage = null; this.btn_05.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_05.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.btn_05.Image = ((System.Drawing.Image)(resources.GetObject("btn_05.Image"))); this.btn_05.Location = new System.Drawing.Point(480, 0); this.btn_05.Name = "btn_05"; this.btn_05.OccupancyBar = 0; this.btn_05.OccupancyBar_Lv0 = null; this.btn_05.OccupancyBar_Lv1 = null; this.btn_05.OccupancyBar_Lv2 = null; this.btn_05.OccupancyBar_Lv3 = null; this.btn_05.OccupancyBar_Lv4 = null; this.btn_05.Size = new System.Drawing.Size(115, 115); this.btn_05.TabIndex = 508; this.btn_05.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btn_05.UseCompatibleTextRendering = true; this.btn_05.Click += new System.EventHandler(this.btnStatus_Click); // // btn_06 // this.btn_06.BackColor = System.Drawing.Color.White; this.btn_06.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btn_06.BorderStyleReDraw = false; this.btn_06.ClickImage = null; this.btn_06.DefaultImage = null; this.btn_06.DisableImage = null; this.btn_06.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_06.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.btn_06.Image = ((System.Drawing.Image)(resources.GetObject("btn_06.Image"))); this.btn_06.Location = new System.Drawing.Point(601, 0); this.btn_06.Name = "btn_06"; this.btn_06.OccupancyBar = 0; this.btn_06.OccupancyBar_Lv0 = null; this.btn_06.OccupancyBar_Lv1 = null; this.btn_06.OccupancyBar_Lv2 = null; this.btn_06.OccupancyBar_Lv3 = null; this.btn_06.OccupancyBar_Lv4 = null; this.btn_06.Size = new System.Drawing.Size(53, 115); this.btn_06.TabIndex = 509; this.btn_06.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btn_06.UseCompatibleTextRendering = true; // // btn_07 // this.btn_07.BackColor = System.Drawing.Color.White; this.btn_07.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btn_07.BorderStyleReDraw = false; this.btn_07.ClickImage = null; this.btn_07.DefaultImage = null; this.btn_07.DisableImage = null; this.btn_07.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_07.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.btn_07.Image = ((System.Drawing.Image)(resources.GetObject("btn_07.Image"))); this.btn_07.Location = new System.Drawing.Point(660, 0); this.btn_07.Name = "btn_07"; this.btn_07.OccupancyBar = 0; this.btn_07.OccupancyBar_Lv0 = null; this.btn_07.OccupancyBar_Lv1 = null; this.btn_07.OccupancyBar_Lv2 = null; this.btn_07.OccupancyBar_Lv3 = null; this.btn_07.OccupancyBar_Lv4 = null; this.btn_07.Size = new System.Drawing.Size(115, 115); this.btn_07.TabIndex = 510; this.btn_07.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btn_07.UseCompatibleTextRendering = true; this.btn_07.Click += new System.EventHandler(this.btnStatus_Click); // // btn_08 // this.btn_08.BackColor = System.Drawing.Color.White; this.btn_08.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btn_08.BorderStyleReDraw = false; this.btn_08.ClickImage = null; this.btn_08.DefaultImage = null; this.btn_08.DisableImage = null; this.btn_08.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_08.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.btn_08.Image = ((System.Drawing.Image)(resources.GetObject("btn_08.Image"))); this.btn_08.Location = new System.Drawing.Point(781, 0); this.btn_08.Name = "btn_08"; this.btn_08.OccupancyBar = 0; this.btn_08.OccupancyBar_Lv0 = null; this.btn_08.OccupancyBar_Lv1 = null; this.btn_08.OccupancyBar_Lv2 = null; this.btn_08.OccupancyBar_Lv3 = null; this.btn_08.OccupancyBar_Lv4 = null; this.btn_08.Size = new System.Drawing.Size(53, 115); this.btn_08.TabIndex = 511; this.btn_08.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btn_08.UseCompatibleTextRendering = true; // // btn_09 // this.btn_09.BackColor = System.Drawing.Color.White; this.btn_09.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.btn_09.BorderStyleReDraw = false; this.btn_09.ClickImage = null; this.btn_09.DefaultImage = null; this.btn_09.DisableImage = null; this.btn_09.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.btn_09.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.btn_09.Image = ((System.Drawing.Image)(resources.GetObject("btn_09.Image"))); this.btn_09.Location = new System.Drawing.Point(840, 0); this.btn_09.Name = "btn_09"; this.btn_09.OccupancyBar = 0; this.btn_09.OccupancyBar_Lv0 = null; this.btn_09.OccupancyBar_Lv1 = null; this.btn_09.OccupancyBar_Lv2 = null; this.btn_09.OccupancyBar_Lv3 = null; this.btn_09.OccupancyBar_Lv4 = null; this.btn_09.Size = new System.Drawing.Size(115, 115); this.btn_09.TabIndex = 512; this.btn_09.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btn_09.UseCompatibleTextRendering = true; this.btn_09.Click += new System.EventHandler(this.btnStatus_Click); // // btnTodayPrint // this.btnTodayPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnTodayPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnTodayPrint.BorderStyleReDraw = false; this.btnTodayPrint.ClickImage = null; this.btnTodayPrint.DefaultImage = null; this.btnTodayPrint.DisableImage = null; this.btnTodayPrint.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.btnTodayPrint.ForeColor = System.Drawing.Color.White; this.btnTodayPrint.Location = new System.Drawing.Point(844, 5); this.btnTodayPrint.Name = "btnTodayPrint"; this.btnTodayPrint.OccupancyBar = 0; this.btnTodayPrint.OccupancyBar_Lv0 = null; this.btnTodayPrint.OccupancyBar_Lv1 = null; this.btnTodayPrint.OccupancyBar_Lv2 = null; this.btnTodayPrint.OccupancyBar_Lv3 = null; this.btnTodayPrint.OccupancyBar_Lv4 = null; this.btnTodayPrint.Size = new System.Drawing.Size(132, 39); this.btnTodayPrint.TabIndex = 497; this.btnTodayPrint.Text = "오늘 픽업/배달 주문서출력"; this.btnTodayPrint.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnTodayPrint.UseCompatibleTextRendering = true; this.btnTodayPrint.Click += new System.EventHandler(this.btn_Click); // // btnHappyOrderWeb // this.btnHappyOrderWeb.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnHappyOrderWeb.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnHappyOrderWeb.BorderStyleReDraw = false; this.btnHappyOrderWeb.ClickImage = null; this.btnHappyOrderWeb.DefaultImage = null; this.btnHappyOrderWeb.DisableImage = null; this.btnHappyOrderWeb.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); this.btnHappyOrderWeb.ForeColor = System.Drawing.Color.White; this.btnHappyOrderWeb.Location = new System.Drawing.Point(735, 5); this.btnHappyOrderWeb.Name = "btnHappyOrderWeb"; this.btnHappyOrderWeb.OccupancyBar = 0; this.btnHappyOrderWeb.OccupancyBar_Lv0 = null; this.btnHappyOrderWeb.OccupancyBar_Lv1 = null; this.btnHappyOrderWeb.OccupancyBar_Lv2 = null; this.btnHappyOrderWeb.OccupancyBar_Lv3 = null; this.btnHappyOrderWeb.OccupancyBar_Lv4 = null; this.btnHappyOrderWeb.Size = new System.Drawing.Size(90, 39); this.btnHappyOrderWeb.TabIndex = 496; this.btnHappyOrderWeb.Text = "점주WEB"; this.btnHappyOrderWeb.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnHappyOrderWeb.UseCompatibleTextRendering = true; this.btnHappyOrderWeb.Click += new System.EventHandler(this.btn_Click); // // btnWeightPrint // this.btnWeightPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnWeightPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnWeightPrint.BorderStyleReDraw = false; this.btnWeightPrint.ClickImage = null; this.btnWeightPrint.DefaultImage = null; this.btnWeightPrint.DisableImage = null; this.btnWeightPrint.Font = new System.Drawing.Font("맑은 고딕", 11F); this.btnWeightPrint.ForeColor = System.Drawing.Color.White; this.btnWeightPrint.Location = new System.Drawing.Point(633, 51); this.btnWeightPrint.Name = "btnWeightPrint"; this.btnWeightPrint.OccupancyBar = 0; this.btnWeightPrint.OccupancyBar_Lv0 = null; this.btnWeightPrint.OccupancyBar_Lv1 = null; this.btnWeightPrint.OccupancyBar_Lv2 = null; this.btnWeightPrint.OccupancyBar_Lv3 = null; this.btnWeightPrint.OccupancyBar_Lv4 = null; this.btnWeightPrint.Size = new System.Drawing.Size(90, 40); this.btnWeightPrint.TabIndex = 500; this.btnWeightPrint.Text = "중량출력"; this.btnWeightPrint.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnWeightPrint.UseCompatibleTextRendering = true; this.btnWeightPrint.Click += new System.EventHandler(this.btnFunc_Click); // // btnPrint // this.btnPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnPrint.BorderStyleReDraw = false; this.btnPrint.ClickImage = null; this.btnPrint.DefaultImage = null; this.btnPrint.DisableImage = null; this.btnPrint.Font = new System.Drawing.Font("맑은 고딕", 11F); this.btnPrint.ForeColor = System.Drawing.Color.White; this.btnPrint.Location = new System.Drawing.Point(844, 51); this.btnPrint.Name = "btnPrint"; this.btnPrint.OccupancyBar = 0; this.btnPrint.OccupancyBar_Lv0 = null; this.btnPrint.OccupancyBar_Lv1 = null; this.btnPrint.OccupancyBar_Lv2 = null; this.btnPrint.OccupancyBar_Lv3 = null; this.btnPrint.OccupancyBar_Lv4 = null; this.btnPrint.Size = new System.Drawing.Size(100, 40); this.btnPrint.TabIndex = 502; this.btnPrint.Text = "주문서출력"; this.btnPrint.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnPrint.UseCompatibleTextRendering = true; this.btnPrint.Click += new System.EventHandler(this.btnProc_Click); // // btnSearch // this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnSearch.BorderStyleReDraw = false; this.btnSearch.ClickImage = null; this.btnSearch.DefaultImage = null; this.btnSearch.DisableImage = null; this.btnSearch.Font = new System.Drawing.Font("맑은 고딕", 11F); this.btnSearch.ForeColor = System.Drawing.Color.White; this.btnSearch.Location = new System.Drawing.Point(738, 51); this.btnSearch.Name = "btnSearch"; this.btnSearch.OccupancyBar = 0; this.btnSearch.OccupancyBar_Lv0 = null; this.btnSearch.OccupancyBar_Lv1 = null; this.btnSearch.OccupancyBar_Lv2 = null; this.btnSearch.OccupancyBar_Lv3 = null; this.btnSearch.OccupancyBar_Lv4 = null; this.btnSearch.Size = new System.Drawing.Size(90, 40); this.btnSearch.TabIndex = 501; this.btnSearch.Text = "조회"; this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnSearch.UseCompatibleTextRendering = true; this.btnSearch.Click += new System.EventHandler(this.btnProc_Click); // // btnOrderCancel // this.btnOrderCancel.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnOrderCancel.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnOrderCancel.BorderStyleReDraw = false; this.btnOrderCancel.ClickImage = null; this.btnOrderCancel.DefaultImage = null; this.btnOrderCancel.DisableImage = null; this.btnOrderCancel.Font = new System.Drawing.Font("맑은 고딕", 11F); this.btnOrderCancel.ForeColor = System.Drawing.Color.White; this.btnOrderCancel.Location = new System.Drawing.Point(527, 51); this.btnOrderCancel.Name = "btnOrderCancel"; this.btnOrderCancel.OccupancyBar = 0; this.btnOrderCancel.OccupancyBar_Lv0 = null; this.btnOrderCancel.OccupancyBar_Lv1 = null; this.btnOrderCancel.OccupancyBar_Lv2 = null; this.btnOrderCancel.OccupancyBar_Lv3 = null; this.btnOrderCancel.OccupancyBar_Lv4 = null; this.btnOrderCancel.Size = new System.Drawing.Size(90, 40); this.btnOrderCancel.TabIndex = 503; this.btnOrderCancel.Text = "주문취소"; this.btnOrderCancel.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnOrderCancel.UseCompatibleTextRendering = true; this.btnOrderCancel.Click += new System.EventHandler(this.btnStatus_Click); // // nm_pnl // this.nm_pnl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.nm_pnl.ColumnCount = 3; this.nm_pnl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.nm_pnl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 62F)); this.nm_pnl.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 125F)); this.nm_pnl.Controls.Add(this.nm_btn_1, 0, 0); this.nm_pnl.Controls.Add(this.nm_btn_6, 1, 1); this.nm_pnl.Controls.Add(this.nm_btn_3, 0, 1); this.nm_pnl.Controls.Add(this.nm_btn_4, 2, 1); this.nm_pnl.Controls.Add(this.nm_btn_2, 2, 0); this.nm_pnl.Controls.Add(this.nm_btn_5, 1, 0); this.nm_pnl.Location = new System.Drawing.Point(3, 123); this.nm_pnl.Name = "nm_pnl"; this.nm_pnl.RowCount = 2; this.nm_pnl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 60F)); this.nm_pnl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F)); this.nm_pnl.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F)); this.nm_pnl.Size = new System.Drawing.Size(312, 121); this.nm_pnl.TabIndex = 514; // // nm_btn_1 // this.nm_btn_1.BackColor = System.Drawing.Color.White; this.nm_btn_1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.nm_btn_1.BorderStyleReDraw = false; this.nm_btn_1.ClickImage = null; this.nm_btn_1.DefaultImage = null; this.nm_btn_1.DisableImage = null; this.nm_btn_1.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nm_btn_1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.nm_btn_1.Image = ((System.Drawing.Image)(resources.GetObject("nm_btn_1.Image"))); this.nm_btn_1.Location = new System.Drawing.Point(3, 3); this.nm_btn_1.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0); this.nm_btn_1.Name = "nm_btn_1"; this.nm_btn_1.OccupancyBar = 0; this.nm_btn_1.OccupancyBar_Lv0 = null; this.nm_btn_1.OccupancyBar_Lv1 = null; this.nm_btn_1.OccupancyBar_Lv2 = null; this.nm_btn_1.OccupancyBar_Lv3 = null; this.nm_btn_1.OccupancyBar_Lv4 = null; this.nm_btn_1.Size = new System.Drawing.Size(119, 57); this.nm_btn_1.TabIndex = 510; this.nm_btn_1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.nm_btn_1.UseCompatibleTextRendering = true; this.nm_btn_1.Click += new System.EventHandler(this.btnStatus_Click); // // nm_btn_6 // this.nm_btn_6.BackColor = System.Drawing.Color.White; this.nm_btn_6.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.nm_btn_6.BorderStyleReDraw = false; this.nm_btn_6.ClickImage = null; this.nm_btn_6.DefaultImage = null; this.nm_btn_6.DisableImage = null; this.nm_btn_6.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nm_btn_6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.nm_btn_6.Image = ((System.Drawing.Image)(resources.GetObject("nm_btn_6.Image"))); this.nm_btn_6.Location = new System.Drawing.Point(128, 60); this.nm_btn_6.Name = "nm_btn_6"; this.nm_btn_6.OccupancyBar = 0; this.nm_btn_6.OccupancyBar_Lv0 = null; this.nm_btn_6.OccupancyBar_Lv1 = null; this.nm_btn_6.OccupancyBar_Lv2 = null; this.nm_btn_6.OccupancyBar_Lv3 = null; this.nm_btn_6.OccupancyBar_Lv4 = null; this.nm_btn_6.Size = new System.Drawing.Size(56, 57); this.nm_btn_6.TabIndex = 516; this.nm_btn_6.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.nm_btn_6.UseCompatibleTextRendering = true; // // nm_btn_3 // this.nm_btn_3.BackColor = System.Drawing.Color.White; this.nm_btn_3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.nm_btn_3.BorderStyleReDraw = false; this.nm_btn_3.ClickImage = null; this.nm_btn_3.DefaultImage = null; this.nm_btn_3.DisableImage = null; this.nm_btn_3.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nm_btn_3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.nm_btn_3.Image = ((System.Drawing.Image)(resources.GetObject("nm_btn_3.Image"))); this.nm_btn_3.Location = new System.Drawing.Point(3, 63); this.nm_btn_3.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0); this.nm_btn_3.Name = "nm_btn_3"; this.nm_btn_3.OccupancyBar = 0; this.nm_btn_3.OccupancyBar_Lv0 = null; this.nm_btn_3.OccupancyBar_Lv1 = null; this.nm_btn_3.OccupancyBar_Lv2 = null; this.nm_btn_3.OccupancyBar_Lv3 = null; this.nm_btn_3.OccupancyBar_Lv4 = null; this.nm_btn_3.Size = new System.Drawing.Size(119, 57); this.nm_btn_3.TabIndex = 517; this.nm_btn_3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.nm_btn_3.UseCompatibleTextRendering = true; this.nm_btn_3.Click += new System.EventHandler(this.btnStatus_Click); // // nm_btn_4 // this.nm_btn_4.BackColor = System.Drawing.Color.White; this.nm_btn_4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.nm_btn_4.BorderStyleReDraw = false; this.nm_btn_4.ClickImage = null; this.nm_btn_4.DefaultImage = null; this.nm_btn_4.DisableImage = null; this.nm_btn_4.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nm_btn_4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.nm_btn_4.Image = ((System.Drawing.Image)(resources.GetObject("nm_btn_4.Image"))); this.nm_btn_4.Location = new System.Drawing.Point(190, 63); this.nm_btn_4.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0); this.nm_btn_4.Name = "nm_btn_4"; this.nm_btn_4.OccupancyBar = 0; this.nm_btn_4.OccupancyBar_Lv0 = null; this.nm_btn_4.OccupancyBar_Lv1 = null; this.nm_btn_4.OccupancyBar_Lv2 = null; this.nm_btn_4.OccupancyBar_Lv3 = null; this.nm_btn_4.OccupancyBar_Lv4 = null; this.nm_btn_4.Size = new System.Drawing.Size(119, 57); this.nm_btn_4.TabIndex = 514; this.nm_btn_4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.nm_btn_4.UseCompatibleTextRendering = true; this.nm_btn_4.Click += new System.EventHandler(this.btnStatus_Click); // // nm_btn_2 // this.nm_btn_2.BackColor = System.Drawing.Color.White; this.nm_btn_2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.nm_btn_2.BorderStyleReDraw = false; this.nm_btn_2.ClickImage = null; this.nm_btn_2.DefaultImage = null; this.nm_btn_2.DisableImage = null; this.nm_btn_2.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nm_btn_2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.nm_btn_2.Image = ((System.Drawing.Image)(resources.GetObject("nm_btn_2.Image"))); this.nm_btn_2.Location = new System.Drawing.Point(190, 3); this.nm_btn_2.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0); this.nm_btn_2.Name = "nm_btn_2"; this.nm_btn_2.OccupancyBar = 0; this.nm_btn_2.OccupancyBar_Lv0 = null; this.nm_btn_2.OccupancyBar_Lv1 = null; this.nm_btn_2.OccupancyBar_Lv2 = null; this.nm_btn_2.OccupancyBar_Lv3 = null; this.nm_btn_2.OccupancyBar_Lv4 = null; this.nm_btn_2.Size = new System.Drawing.Size(119, 57); this.nm_btn_2.TabIndex = 515; this.nm_btn_2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.nm_btn_2.UseCompatibleTextRendering = true; this.nm_btn_2.Click += new System.EventHandler(this.btnStatus_Click); // // nm_btn_5 // this.nm_btn_5.BackColor = System.Drawing.Color.White; this.nm_btn_5.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.nm_btn_5.BorderStyleReDraw = false; this.nm_btn_5.ClickImage = null; this.nm_btn_5.DefaultImage = null; this.nm_btn_5.DisableImage = null; this.nm_btn_5.Font = new System.Drawing.Font("Microsoft Sans Serif", 21.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.nm_btn_5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(102)))), ((int)(((byte)(102)))), ((int)(((byte)(102))))); this.nm_btn_5.Image = ((System.Drawing.Image)(resources.GetObject("nm_btn_5.Image"))); this.nm_btn_5.Location = new System.Drawing.Point(128, 0); this.nm_btn_5.Name = "nm_btn_5"; this.nm_btn_5.OccupancyBar = 0; this.nm_btn_5.OccupancyBar_Lv0 = null; this.nm_btn_5.OccupancyBar_Lv1 = null; this.nm_btn_5.OccupancyBar_Lv2 = null; this.nm_btn_5.OccupancyBar_Lv3 = null; this.nm_btn_5.OccupancyBar_Lv4 = null; this.nm_btn_5.Size = new System.Drawing.Size(56, 57); this.nm_btn_5.TabIndex = 513; this.nm_btn_5.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.nm_btn_5.UseCompatibleTextRendering = true; // // frmHappyOrderList // this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.ClientSize = new System.Drawing.Size(1024, 696); this.Controls.Add(this.btnStatus4); this.Controls.Add(this.btnOrderCancel); this.Controls.Add(this.btnPrint); this.Controls.Add(this.btnSearch); this.Controls.Add(this.btnWeightPrint); this.Controls.Add(this.btnTodayPrint); this.Controls.Add(this.btnHappyOrderWeb); this.Controls.Add(this.pnl_Image); this.Controls.Add(this.PnlHPOrdPopup); this.Controls.Add(this.panel1); this.Controls.Add(this.btnExit); this.Controls.Add(this.lblTitle); this.Controls.Add(this.picBack); this.Controls.Add(this.tbOrderBarcode); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmHappyOrderList"; this.ShowInTaskbar = false; this.Text = "frmHappyOrderList"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmHappyOrderList_FormClosing); this.Load += new System.EventHandler(this.frmHappyOrderList_Load); this.Shown += new System.EventHandler(this.frmHappyOrderList_Shown); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); this.panel1.ResumeLayout(false); this.panel1.PerformLayout(); this.pnlTitle.ResumeLayout(false); this.PnlHPOrdPopup.ResumeLayout(false); this.pnl_Image.ResumeLayout(false); this.nm_pnl.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox picBack; private UI.CsmLabel btnExit; private UI.CsmLabel lblTitle; private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Panel pnlTitle; private System.Windows.Forms.Label label1; private UI.CsmButton btnTitle02; private UI.CsmButton btnTitle01; private UI.CsmButton btnGridDown; private UI.CsmButton btnGridUp; private UI.CsmGrid gridHappyOrderList; public System.Windows.Forms.TextBox txtPrtData; private UI.CsmButton btnStatus1; private UI.CsmButton btnStatus3; private UI.CsmButton btnStatus2; private System.Windows.Forms.Label label3; private UI.CsmLabel lblStatusType; private System.Windows.Forms.TextBox tbOrderBarcode; private UI.CsmButton btnTitle04; private UI.CsmButton btnTitle03; private UI.CsmButton btnTitle05; private UI.CsmLabel lblBox1; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label2; private UI.CsmVScrollbar vScrollbar; private UI.CsmButton btnStatus4; private System.Windows.Forms.Panel PnlHPOrdPopup; private System.Windows.Forms.RichTextBox RtbHPOrdPopup; private UI.CsmButton btnTitle00; private System.Windows.Forms.FlowLayoutPanel pnl_Image; private System.Windows.Forms.Label lb_title; private UI.CsmButton btn_01; private UI.CsmButton btn_02; private UI.CsmButton btn_03; private UI.CsmButton btn_04; private UI.CsmButton btn_05; private UI.CsmButton btn_06; private UI.CsmButton btn_07; private UI.CsmButton btn_08; private UI.CsmButton btn_09; private UI.CsmButton btnTodayPrint; private UI.CsmButton btnHappyOrderWeb; private UI.CsmButton btnWeightPrint; private UI.CsmButton btnPrint; private UI.CsmButton btnSearch; private UI.CsmButton btnOrderCancel; private System.Windows.Forms.TableLayoutPanel nm_pnl; private UI.CsmButton nm_btn_1; private UI.CsmButton nm_btn_6; private UI.CsmButton nm_btn_3; private UI.CsmButton nm_btn_4; private UI.CsmButton nm_btn_2; private UI.CsmButton nm_btn_5; } }