246 lines
13 KiB
C#
246 lines
13 KiB
C#
|
namespace Cosmos.Win
|
|||
|
{
|
|||
|
partial class frmHappyOrderWeightPrint
|
|||
|
{
|
|||
|
/// <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.picBack = new System.Windows.Forms.PictureBox();
|
|||
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnGridDown = new Cosmos.UI.CsmButton();
|
|||
|
this.txtPrtData = new System.Windows.Forms.TextBox();
|
|||
|
this.btnGridUp = new Cosmos.UI.CsmButton();
|
|||
|
this.gridHappyOrderList = new Cosmos.UI.CsmGrid();
|
|||
|
this.btnIceCream = new Cosmos.UI.CsmButton();
|
|||
|
this.label2 = new System.Windows.Forms.Label();
|
|||
|
this.vScrollbar = new Cosmos.UI.CsmVScrollbar();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// picBack
|
|||
|
//
|
|||
|
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 = 0;
|
|||
|
this.picBack.TabStop = false;
|
|||
|
//
|
|||
|
// 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(965, 1);
|
|||
|
this.btnExit.Name = "btnExit";
|
|||
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|||
|
this.btnExit.TabIndex = 231;
|
|||
|
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(950, 50);
|
|||
|
this.lblTitle.TabIndex = 230;
|
|||
|
this.lblTitle.Text = "타이틀";
|
|||
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// btnGridDown
|
|||
|
//
|
|||
|
this.btnGridDown.BorderStyleReDraw = true;
|
|||
|
this.btnGridDown.ClickImage = null;
|
|||
|
this.btnGridDown.DefaultImage = null;
|
|||
|
this.btnGridDown.DisableImage = null;
|
|||
|
this.btnGridDown.Location = new System.Drawing.Point(605, 365);
|
|||
|
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, 260);
|
|||
|
this.btnGridDown.TabIndex = 465;
|
|||
|
this.btnGridDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
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(656, 68);
|
|||
|
this.txtPrtData.Multiline = true;
|
|||
|
this.txtPrtData.Name = "txtPrtData";
|
|||
|
this.txtPrtData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
|
|||
|
this.txtPrtData.Size = new System.Drawing.Size(329, 558);
|
|||
|
this.txtPrtData.TabIndex = 466;
|
|||
|
this.txtPrtData.Text = "012345678901234567890123456789012345678912";
|
|||
|
//
|
|||
|
// btnGridUp
|
|||
|
//
|
|||
|
this.btnGridUp.BorderStyleReDraw = true;
|
|||
|
this.btnGridUp.ClickImage = null;
|
|||
|
this.btnGridUp.DefaultImage = null;
|
|||
|
this.btnGridUp.DisableImage = null;
|
|||
|
this.btnGridUp.Location = new System.Drawing.Point(605, 105);
|
|||
|
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, 261);
|
|||
|
this.btnGridUp.TabIndex = 464;
|
|||
|
this.btnGridUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
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(16, 68);
|
|||
|
this.gridHappyOrderList.Name = "gridHappyOrderList";
|
|||
|
this.gridHappyOrderList.Size = new System.Drawing.Size(620, 558);
|
|||
|
this.gridHappyOrderList.TabIndex = 463;
|
|||
|
this.gridHappyOrderList.GridClickEvent += new Cosmos.UI.CsmGrid.GridClickEventHandler(this.gridHappyOrderList_GridClickEvent);
|
|||
|
//
|
|||
|
// btnIceCream
|
|||
|
//
|
|||
|
this.btnIceCream.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|||
|
this.btnIceCream.BorderStyleReDraw = false;
|
|||
|
this.btnIceCream.ClickImage = null;
|
|||
|
this.btnIceCream.DefaultImage = null;
|
|||
|
this.btnIceCream.DisableImage = null;
|
|||
|
this.btnIceCream.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|||
|
this.btnIceCream.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnIceCream.Location = new System.Drawing.Point(16, 640);
|
|||
|
this.btnIceCream.Name = "btnIceCream";
|
|||
|
this.btnIceCream.OccupancyBar = 0;
|
|||
|
this.btnIceCream.OccupancyBar_Lv0 = null;
|
|||
|
this.btnIceCream.OccupancyBar_Lv1 = null;
|
|||
|
this.btnIceCream.OccupancyBar_Lv2 = null;
|
|||
|
this.btnIceCream.OccupancyBar_Lv3 = null;
|
|||
|
this.btnIceCream.OccupancyBar_Lv4 = null;
|
|||
|
this.btnIceCream.Size = new System.Drawing.Size(100, 40);
|
|||
|
this.btnIceCream.TabIndex = 467;
|
|||
|
this.btnIceCream.Text = "I/C 중량";
|
|||
|
this.btnIceCream.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnIceCream.UseCompatibleTextRendering = true;
|
|||
|
this.btnIceCream.Click += new System.EventHandler(this.btnIceCream_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(16, 67);
|
|||
|
this.label2.Name = "label2";
|
|||
|
this.label2.Size = new System.Drawing.Size(620, 2);
|
|||
|
this.label2.TabIndex = 468;
|
|||
|
//
|
|||
|
// vScrollbar
|
|||
|
//
|
|||
|
this.vScrollbar.Location = new System.Drawing.Point(960, 68);
|
|||
|
this.vScrollbar.Name = "vScrollbar";
|
|||
|
this.vScrollbar.Size = new System.Drawing.Size(35, 558);
|
|||
|
this.vScrollbar.TabIndex = 494;
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label1.Location = new System.Drawing.Point(656, 67);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(339, 2);
|
|||
|
this.label1.TabIndex = 495;
|
|||
|
//
|
|||
|
// frmHappyOrderWeightPrint
|
|||
|
//
|
|||
|
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(1024, 696);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.vScrollbar);
|
|||
|
this.Controls.Add(this.label2);
|
|||
|
this.Controls.Add(this.btnIceCream);
|
|||
|
this.Controls.Add(this.btnGridDown);
|
|||
|
this.Controls.Add(this.txtPrtData);
|
|||
|
this.Controls.Add(this.btnGridUp);
|
|||
|
this.Controls.Add(this.gridHappyOrderList);
|
|||
|
this.Controls.Add(this.btnExit);
|
|||
|
this.Controls.Add(this.lblTitle);
|
|||
|
this.Controls.Add(this.picBack);
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Name = "frmHappyOrderWeightPrint";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.Text = "frmHappyOrderWeightPrint";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmHappyOrderWeightPrint_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.frmHappyOrderWeightPrint_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.PictureBox picBack;
|
|||
|
private UI.CsmLabel btnExit;
|
|||
|
private UI.CsmLabel lblTitle;
|
|||
|
private UI.CsmButton btnGridDown;
|
|||
|
public System.Windows.Forms.TextBox txtPrtData;
|
|||
|
private UI.CsmButton btnGridUp;
|
|||
|
private UI.CsmGrid gridHappyOrderList;
|
|||
|
private UI.CsmButton btnIceCream;
|
|||
|
private System.Windows.Forms.Label label2;
|
|||
|
private UI.CsmVScrollbar vScrollbar;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
}
|
|||
|
}
|