spc-kiosk-pb/Service/AsvCustDisplay/frmScreenSaver.Designer.cs
2019-06-16 14:12:09 +09:00

165 lines
8.9 KiB
C#

namespace Cosmos.Service
{
partial class frmScreenSaver
{
/// <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(frmScreenSaver));
this.tmrMedia = new System.Windows.Forms.Timer(this.components);
this.txtInPut = new System.Windows.Forms.TextBox();
this.btnFunc1 = new System.Windows.Forms.Button();
this.btnFunc2 = new System.Windows.Forms.Button();
this.lblFunc1 = new System.Windows.Forms.Label();
this.lblFunc2 = new System.Windows.Forms.Label();
this.picMedia = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.picMedia)).BeginInit();
this.SuspendLayout();
//
// tmrMedia
//
this.tmrMedia.Interval = 1000;
this.tmrMedia.Tick += new System.EventHandler(this.tmrMedia_Tick);
//
// txtInPut
//
this.txtInPut.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(37)))));
this.txtInPut.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtInPut.Font = new System.Drawing.Font("굴림", 28F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtInPut.ForeColor = System.Drawing.SystemColors.Window;
this.txtInPut.Location = new System.Drawing.Point(12, 505);
this.txtInPut.Name = "txtInPut";
this.txtInPut.ReadOnly = true;
this.txtInPut.Size = new System.Drawing.Size(776, 43);
this.txtInPut.TabIndex = 42;
this.txtInPut.Text = "화면 터치 시 판매등록 화면으로 전환됩니다";
this.txtInPut.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.txtInPut.Click += new System.EventHandler(this.txtInPut_Click);
this.txtInPut.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.frmScreenSaver_KeyPress);
//
// btnFunc1
//
this.btnFunc1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.btnFunc1.Font = new System.Drawing.Font("굴림체", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnFunc1.ForeColor = System.Drawing.Color.White;
this.btnFunc1.Image = ((System.Drawing.Image)(resources.GetObject("btnFunc1.Image")));
this.btnFunc1.Location = new System.Drawing.Point(85, 223);
this.btnFunc1.Name = "btnFunc1";
this.btnFunc1.Size = new System.Drawing.Size(273, 159);
this.btnFunc1.TabIndex = 43;
this.btnFunc1.UseVisualStyleBackColor = false;
this.btnFunc1.Click += new System.EventHandler(this.btnFunc1_Click);
//
// btnFunc2
//
this.btnFunc2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
this.btnFunc2.Font = new System.Drawing.Font("굴림체", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnFunc2.ForeColor = System.Drawing.Color.White;
this.btnFunc2.Image = ((System.Drawing.Image)(resources.GetObject("btnFunc2.Image")));
this.btnFunc2.Location = new System.Drawing.Point(443, 223);
this.btnFunc2.Name = "btnFunc2";
this.btnFunc2.Size = new System.Drawing.Size(273, 159);
this.btnFunc2.TabIndex = 44;
this.btnFunc2.UseVisualStyleBackColor = false;
this.btnFunc2.Click += new System.EventHandler(this.btnFunc1_Click);
//
// lblFunc1
//
this.lblFunc1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(179)))), ((int)(((byte)(231)))));
this.lblFunc1.Font = new System.Drawing.Font("굴림", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblFunc1.ForeColor = System.Drawing.Color.White;
this.lblFunc1.Location = new System.Drawing.Point(171, 269);
this.lblFunc1.Name = "lblFunc1";
this.lblFunc1.Size = new System.Drawing.Size(178, 66);
this.lblFunc1.TabIndex = 45;
this.lblFunc1.Text = "파리지앵";
this.lblFunc1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.lblFunc1.Click += new System.EventHandler(this.lblFunc1_Click);
//
// lblFunc2
//
this.lblFunc2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(81)))), ((int)(((byte)(153)))));
this.lblFunc2.Font = new System.Drawing.Font("굴림", 27.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblFunc2.ForeColor = System.Drawing.Color.White;
this.lblFunc2.Location = new System.Drawing.Point(528, 269);
this.lblFunc2.Name = "lblFunc2";
this.lblFunc2.Size = new System.Drawing.Size(178, 66);
this.lblFunc2.TabIndex = 46;
this.lblFunc2.Text = "가맹대표";
this.lblFunc2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.lblFunc2.Click += new System.EventHandler(this.lblFunc1_Click);
//
// picMedia
//
this.picMedia.Location = new System.Drawing.Point(348, 208);
this.picMedia.Name = "picMedia";
this.picMedia.Size = new System.Drawing.Size(132, 185);
this.picMedia.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.picMedia.TabIndex = 41;
this.picMedia.TabStop = false;
this.picMedia.Click += new System.EventHandler(this.frmScreenSaver_Click);
//
// frmScreenSaver
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(37)))), ((int)(((byte)(37)))), ((int)(((byte)(37)))));
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(800, 600);
this.Controls.Add(this.lblFunc2);
this.Controls.Add(this.lblFunc1);
this.Controls.Add(this.btnFunc2);
this.Controls.Add(this.btnFunc1);
this.Controls.Add(this.txtInPut);
this.Controls.Add(this.picMedia);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.KeyPreview = true;
this.Name = "frmScreenSaver";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "frmScreenSaver";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmScreenSaver_FormClosing);
this.Load += new System.EventHandler(this.frmScreenSaver_Load);
this.Click += new System.EventHandler(this.frmScreenSaver_Click);
this.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.frmScreenSaver_KeyPress);
((System.ComponentModel.ISupportInitialize)(this.picMedia)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Timer tmrMedia;
private System.Windows.Forms.TextBox txtInPut;
private System.Windows.Forms.Button btnFunc1;
private System.Windows.Forms.Button btnFunc2;
private System.Windows.Forms.Label lblFunc1;
private System.Windows.Forms.Label lblFunc2;
private System.Windows.Forms.PictureBox picMedia;
}
}