spc-kiosk-pb/Window/WinOpenClose/frmSafetyDay.Designer.cs

175 lines
8.3 KiB
C#
Raw Normal View History

2019-06-16 05:12:09 +00:00
namespace Cosmos.Win
{
partial class frmSafetyDay
{
/// <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.txtMemo01 = new System.Windows.Forms.TextBox();
this.btnPopUp = new Cosmos.UI.CsmButton();
this.txtMemo02 = new System.Windows.Forms.TextBox();
this.txtMemo03 = new System.Windows.Forms.TextBox();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
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(788, 402);
this.picBack.TabIndex = 240;
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(729, 1);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(58, 50);
this.btnExit.TabIndex = 242;
this.btnExit.Text = "X";
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// 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(714, 50);
this.lblTitle.TabIndex = 241;
this.lblTitle.Text = "타이틀";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtMemo01
//
this.txtMemo01.BackColor = System.Drawing.Color.White;
this.txtMemo01.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtMemo01.Font = new System.Drawing.Font("나눔스퀘어 Bold", 15.75F, System.Drawing.FontStyle.Bold);
this.txtMemo01.Location = new System.Drawing.Point(24, 86);
this.txtMemo01.MaxLength = 4000;
this.txtMemo01.Multiline = true;
this.txtMemo01.Name = "txtMemo01";
this.txtMemo01.Size = new System.Drawing.Size(740, 69);
this.txtMemo01.TabIndex = 484;
//
// btnPopUp
//
this.btnPopUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
this.btnPopUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnPopUp.BorderStyleReDraw = false;
this.btnPopUp.ClickImage = null;
this.btnPopUp.DefaultImage = null;
this.btnPopUp.DisableImage = null;
this.btnPopUp.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnPopUp.ForeColor = System.Drawing.Color.White;
this.btnPopUp.Location = new System.Drawing.Point(263, 327);
this.btnPopUp.Name = "btnPopUp";
this.btnPopUp.OccupancyBar = 0;
this.btnPopUp.OccupancyBar_Lv0 = null;
this.btnPopUp.OccupancyBar_Lv1 = null;
this.btnPopUp.OccupancyBar_Lv2 = null;
this.btnPopUp.OccupancyBar_Lv3 = null;
this.btnPopUp.OccupancyBar_Lv4 = null;
this.btnPopUp.Size = new System.Drawing.Size(262, 45);
this.btnPopUp.TabIndex = 489;
this.btnPopUp.Text = "참여하기";
this.btnPopUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnPopUp.UseCompatibleTextRendering = true;
this.btnPopUp.Click += new System.EventHandler(this.btnPopUp_Click);
//
// txtMemo02
//
this.txtMemo02.BackColor = System.Drawing.Color.White;
this.txtMemo02.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtMemo02.Font = new System.Drawing.Font("나눔스퀘어 Bold", 15.75F, System.Drawing.FontStyle.Bold);
this.txtMemo02.Location = new System.Drawing.Point(24, 159);
this.txtMemo02.MaxLength = 4000;
this.txtMemo02.Multiline = true;
this.txtMemo02.Name = "txtMemo02";
this.txtMemo02.Size = new System.Drawing.Size(740, 69);
this.txtMemo02.TabIndex = 490;
//
// txtMemo03
//
this.txtMemo03.BackColor = System.Drawing.Color.White;
this.txtMemo03.BorderStyle = System.Windows.Forms.BorderStyle.None;
this.txtMemo03.Font = new System.Drawing.Font("나눔스퀘어 Bold", 15.75F, System.Drawing.FontStyle.Bold);
this.txtMemo03.Location = new System.Drawing.Point(24, 233);
this.txtMemo03.MaxLength = 4000;
this.txtMemo03.Multiline = true;
this.txtMemo03.Name = "txtMemo03";
this.txtMemo03.Size = new System.Drawing.Size(740, 69);
this.txtMemo03.TabIndex = 491;
//
// frmSafetyDay
//
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.txtMemo03);
this.Controls.Add(this.txtMemo02);
this.Controls.Add(this.btnPopUp);
this.Controls.Add(this.txtMemo01);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmSafetyDay";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "frmSafetyDay";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSafetyDay_FormClosing);
this.Load += new System.EventHandler(this.frmSafetyDay_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 System.Windows.Forms.TextBox txtMemo01;
private UI.CsmButton btnPopUp;
private System.Windows.Forms.TextBox txtMemo02;
private System.Windows.Forms.TextBox txtMemo03;
}
}