spc-kiosk-pb/Window/WinSale/frmHpSaveMsg.Designer.cs
2019-06-16 14:12:09 +09:00

120 lines
5.6 KiB
C#

namespace Cosmos.Win
{
partial class frmHpSaveMsg
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmHpSaveMsg));
this.picBack = new System.Windows.Forms.PictureBox();
this.lblMessage = new System.Windows.Forms.Label();
this.textBox1 = new System.Windows.Forms.TextBox();
this.tmrFormClose = new System.Windows.Forms.Timer(this.components);
this.lblTitle = new Cosmos.UI.CsmLabel();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.SuspendLayout();
//
// picBack
//
this.picBack.BackColor = System.Drawing.Color.White;
this.picBack.Image = ((System.Drawing.Image)(resources.GetObject("picBack.Image")));
this.picBack.Location = new System.Drawing.Point(0, 0);
this.picBack.Name = "picBack";
this.picBack.Size = new System.Drawing.Size(788, 212);
this.picBack.TabIndex = 0;
this.picBack.TabStop = false;
this.picBack.Click += new System.EventHandler(this.picBack_Click);
//
// lblMessage
//
this.lblMessage.BackColor = System.Drawing.Color.White;
this.lblMessage.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblMessage.Location = new System.Drawing.Point(12, 58);
this.lblMessage.Name = "lblMessage";
this.lblMessage.Size = new System.Drawing.Size(764, 145);
this.lblMessage.TabIndex = 1;
this.lblMessage.Text = "000 포인트 적립 되었습니다";
this.lblMessage.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.lblMessage.Click += new System.EventHandler(this.lblMessage_Click);
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(746, 343);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(77, 21);
this.textBox1.TabIndex = 2;
//
// tmrFormClose
//
this.tmrFormClose.Interval = 3000;
this.tmrFormClose.Tick += new System.EventHandler(this.tmrFormClose_Tick);
//
// 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", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblTitle.ForeColor = System.Drawing.Color.White;
this.lblTitle.Location = new System.Drawing.Point(6, 3);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(776, 46);
this.lblTitle.TabIndex = 12;
this.lblTitle.Text = "해피포인트 적립";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// frmHpSaveMsg
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(788, 212);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.lblMessage);
this.Controls.Add(this.picBack);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmHpSaveMsg";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "frmHpSaveMsg";
this.Activated += new System.EventHandler(this.frmHpSaveMsg_Activated);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmHpSaveMsg_FormClosing);
this.Load += new System.EventHandler(this.frmHpSaveMsg_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox picBack;
private System.Windows.Forms.Label lblMessage;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Timer tmrFormClose;
private UI.CsmLabel lblTitle;
}
}