1039 lines
62 KiB
C#
1039 lines
62 KiB
C#
|
namespace Cosmos.Win
|
|||
|
{
|
|||
|
partial class frmCalendar
|
|||
|
{
|
|||
|
/// <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.btnExit = new Cosmos.UI.CsmButton();
|
|||
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|||
|
this.csmLabel1 = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnDown = new Cosmos.UI.CsmButton();
|
|||
|
this.btnUp = new Cosmos.UI.CsmButton();
|
|||
|
this.lblWeek1 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblWeek2 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblWeek3 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblWeek4 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblWeek5 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblWeek6 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblWeek7 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays01 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays02 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays03 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays04 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays05 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays06 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays07 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays14 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays13 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays12 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays11 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays10 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays09 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays08 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays28 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays27 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays26 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays25 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays24 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays23 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays22 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays21 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays20 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays19 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays18 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays17 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays16 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays15 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays35 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays34 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays33 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays32 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays31 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays30 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays29 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays42 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays41 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays40 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays39 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays38 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays37 = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblDays36 = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnToDay = new Cosmos.UI.CsmButton();
|
|||
|
this.lblSaleDate = new Cosmos.UI.CsmLabel();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// btnExit
|
|||
|
//
|
|||
|
this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|||
|
this.btnExit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnExit.BorderStyleReDraw = false;
|
|||
|
this.btnExit.ClickImage = null;
|
|||
|
this.btnExit.DefaultImage = null;
|
|||
|
this.btnExit.DisableImage = null;
|
|||
|
this.btnExit.Font = new System.Drawing.Font("Microsoft Sans Serif", 15.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|||
|
this.btnExit.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnExit.Location = new System.Drawing.Point(506, 6);
|
|||
|
this.btnExit.Name = "btnExit";
|
|||
|
this.btnExit.OccupancyBar = 0;
|
|||
|
this.btnExit.OccupancyBar_Lv0 = null;
|
|||
|
this.btnExit.OccupancyBar_Lv1 = null;
|
|||
|
this.btnExit.OccupancyBar_Lv2 = null;
|
|||
|
this.btnExit.OccupancyBar_Lv3 = null;
|
|||
|
this.btnExit.OccupancyBar_Lv4 = null;
|
|||
|
this.btnExit.Size = new System.Drawing.Size(36, 30);
|
|||
|
this.btnExit.TabIndex = 418;
|
|||
|
this.btnExit.Text = "X";
|
|||
|
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnExit.Click += new System.EventHandler(this.btnFunc_Click);
|
|||
|
//
|
|||
|
// lblTitle
|
|||
|
//
|
|||
|
this.lblTitle.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblTitle.BorderStyleReDraw = false;
|
|||
|
this.lblTitle.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblTitle.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.lblTitle.Location = new System.Drawing.Point(209, 7);
|
|||
|
this.lblTitle.Name = "lblTitle";
|
|||
|
this.lblTitle.Size = new System.Drawing.Size(133, 26);
|
|||
|
this.lblTitle.TabIndex = 419;
|
|||
|
this.lblTitle.Text = "2016-06";
|
|||
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// csmLabel1
|
|||
|
//
|
|||
|
this.csmLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|||
|
this.csmLabel1.BorderStyleReDraw = false;
|
|||
|
this.csmLabel1.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.csmLabel1.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.csmLabel1.Location = new System.Drawing.Point(5, 4);
|
|||
|
this.csmLabel1.Name = "csmLabel1";
|
|||
|
this.csmLabel1.Size = new System.Drawing.Size(538, 34);
|
|||
|
this.csmLabel1.TabIndex = 420;
|
|||
|
this.csmLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// btnDown
|
|||
|
//
|
|||
|
this.btnDown.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(45)))), ((int)(((byte)(53)))));
|
|||
|
this.btnDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnDown.BorderStyleReDraw = false;
|
|||
|
this.btnDown.ClickImage = null;
|
|||
|
this.btnDown.DefaultImage = null;
|
|||
|
this.btnDown.DisableImage = null;
|
|||
|
this.btnDown.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnDown.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnDown.Location = new System.Drawing.Point(170, 7);
|
|||
|
this.btnDown.Name = "btnDown";
|
|||
|
this.btnDown.OccupancyBar = 0;
|
|||
|
this.btnDown.OccupancyBar_Lv0 = null;
|
|||
|
this.btnDown.OccupancyBar_Lv1 = null;
|
|||
|
this.btnDown.OccupancyBar_Lv2 = null;
|
|||
|
this.btnDown.OccupancyBar_Lv3 = null;
|
|||
|
this.btnDown.OccupancyBar_Lv4 = null;
|
|||
|
this.btnDown.Size = new System.Drawing.Size(38, 26);
|
|||
|
this.btnDown.TabIndex = 421;
|
|||
|
this.btnDown.Text = "<";
|
|||
|
this.btnDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnDown.Click += new System.EventHandler(this.btnFunc_Click);
|
|||
|
//
|
|||
|
// btnUp
|
|||
|
//
|
|||
|
this.btnUp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(35)))), ((int)(((byte)(45)))), ((int)(((byte)(53)))));
|
|||
|
this.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnUp.BorderStyleReDraw = false;
|
|||
|
this.btnUp.ClickImage = null;
|
|||
|
this.btnUp.DefaultImage = null;
|
|||
|
this.btnUp.DisableImage = null;
|
|||
|
this.btnUp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnUp.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnUp.Location = new System.Drawing.Point(342, 7);
|
|||
|
this.btnUp.Name = "btnUp";
|
|||
|
this.btnUp.OccupancyBar = 0;
|
|||
|
this.btnUp.OccupancyBar_Lv0 = null;
|
|||
|
this.btnUp.OccupancyBar_Lv1 = null;
|
|||
|
this.btnUp.OccupancyBar_Lv2 = null;
|
|||
|
this.btnUp.OccupancyBar_Lv3 = null;
|
|||
|
this.btnUp.OccupancyBar_Lv4 = null;
|
|||
|
this.btnUp.Size = new System.Drawing.Size(38, 26);
|
|||
|
this.btnUp.TabIndex = 422;
|
|||
|
this.btnUp.Text = ">";
|
|||
|
this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnUp.Click += new System.EventHandler(this.btnFunc_Click);
|
|||
|
//
|
|||
|
// lblWeek1
|
|||
|
//
|
|||
|
this.lblWeek1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|||
|
this.lblWeek1.BorderStyleReDraw = false;
|
|||
|
this.lblWeek1.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblWeek1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(109)))), ((int)(((byte)(74)))));
|
|||
|
this.lblWeek1.Location = new System.Drawing.Point(5, 39);
|
|||
|
this.lblWeek1.Name = "lblWeek1";
|
|||
|
this.lblWeek1.Size = new System.Drawing.Size(76, 28);
|
|||
|
this.lblWeek1.TabIndex = 423;
|
|||
|
this.lblWeek1.Text = "SUN";
|
|||
|
this.lblWeek1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblWeek2
|
|||
|
//
|
|||
|
this.lblWeek2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|||
|
this.lblWeek2.BorderStyleReDraw = false;
|
|||
|
this.lblWeek2.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblWeek2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblWeek2.Location = new System.Drawing.Point(82, 39);
|
|||
|
this.lblWeek2.Name = "lblWeek2";
|
|||
|
this.lblWeek2.Size = new System.Drawing.Size(76, 28);
|
|||
|
this.lblWeek2.TabIndex = 424;
|
|||
|
this.lblWeek2.Text = "MON";
|
|||
|
this.lblWeek2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblWeek3
|
|||
|
//
|
|||
|
this.lblWeek3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|||
|
this.lblWeek3.BorderStyleReDraw = false;
|
|||
|
this.lblWeek3.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblWeek3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblWeek3.Location = new System.Drawing.Point(159, 39);
|
|||
|
this.lblWeek3.Name = "lblWeek3";
|
|||
|
this.lblWeek3.Size = new System.Drawing.Size(76, 28);
|
|||
|
this.lblWeek3.TabIndex = 425;
|
|||
|
this.lblWeek3.Text = "TUE";
|
|||
|
this.lblWeek3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblWeek4
|
|||
|
//
|
|||
|
this.lblWeek4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|||
|
this.lblWeek4.BorderStyleReDraw = false;
|
|||
|
this.lblWeek4.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblWeek4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblWeek4.Location = new System.Drawing.Point(236, 39);
|
|||
|
this.lblWeek4.Name = "lblWeek4";
|
|||
|
this.lblWeek4.Size = new System.Drawing.Size(76, 28);
|
|||
|
this.lblWeek4.TabIndex = 426;
|
|||
|
this.lblWeek4.Text = "WED";
|
|||
|
this.lblWeek4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblWeek5
|
|||
|
//
|
|||
|
this.lblWeek5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|||
|
this.lblWeek5.BorderStyleReDraw = false;
|
|||
|
this.lblWeek5.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblWeek5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblWeek5.Location = new System.Drawing.Point(313, 39);
|
|||
|
this.lblWeek5.Name = "lblWeek5";
|
|||
|
this.lblWeek5.Size = new System.Drawing.Size(76, 28);
|
|||
|
this.lblWeek5.TabIndex = 427;
|
|||
|
this.lblWeek5.Text = "THU";
|
|||
|
this.lblWeek5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblWeek6
|
|||
|
//
|
|||
|
this.lblWeek6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|||
|
this.lblWeek6.BorderStyleReDraw = false;
|
|||
|
this.lblWeek6.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblWeek6.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblWeek6.Location = new System.Drawing.Point(390, 39);
|
|||
|
this.lblWeek6.Name = "lblWeek6";
|
|||
|
this.lblWeek6.Size = new System.Drawing.Size(76, 28);
|
|||
|
this.lblWeek6.TabIndex = 428;
|
|||
|
this.lblWeek6.Text = "FRI";
|
|||
|
this.lblWeek6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblWeek7
|
|||
|
//
|
|||
|
this.lblWeek7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|||
|
this.lblWeek7.BorderStyleReDraw = false;
|
|||
|
this.lblWeek7.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblWeek7.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(76)))), ((int)(((byte)(151)))));
|
|||
|
this.lblWeek7.Location = new System.Drawing.Point(467, 39);
|
|||
|
this.lblWeek7.Name = "lblWeek7";
|
|||
|
this.lblWeek7.Size = new System.Drawing.Size(76, 28);
|
|||
|
this.lblWeek7.TabIndex = 429;
|
|||
|
this.lblWeek7.Text = "SAT";
|
|||
|
this.lblWeek7.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// lblDays01
|
|||
|
//
|
|||
|
this.lblDays01.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays01.BorderStyleReDraw = false;
|
|||
|
this.lblDays01.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays01.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(109)))), ((int)(((byte)(74)))));
|
|||
|
this.lblDays01.Location = new System.Drawing.Point(5, 68);
|
|||
|
this.lblDays01.Name = "lblDays01";
|
|||
|
this.lblDays01.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays01.TabIndex = 430;
|
|||
|
this.lblDays01.Text = "1";
|
|||
|
this.lblDays01.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays01.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays02
|
|||
|
//
|
|||
|
this.lblDays02.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays02.BorderStyleReDraw = false;
|
|||
|
this.lblDays02.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays02.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays02.Location = new System.Drawing.Point(82, 68);
|
|||
|
this.lblDays02.Name = "lblDays02";
|
|||
|
this.lblDays02.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays02.TabIndex = 431;
|
|||
|
this.lblDays02.Text = "1";
|
|||
|
this.lblDays02.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays02.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays03
|
|||
|
//
|
|||
|
this.lblDays03.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays03.BorderStyleReDraw = false;
|
|||
|
this.lblDays03.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays03.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays03.Location = new System.Drawing.Point(159, 68);
|
|||
|
this.lblDays03.Name = "lblDays03";
|
|||
|
this.lblDays03.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays03.TabIndex = 432;
|
|||
|
this.lblDays03.Text = "1";
|
|||
|
this.lblDays03.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays03.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays04
|
|||
|
//
|
|||
|
this.lblDays04.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays04.BorderStyleReDraw = false;
|
|||
|
this.lblDays04.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays04.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays04.Location = new System.Drawing.Point(236, 68);
|
|||
|
this.lblDays04.Name = "lblDays04";
|
|||
|
this.lblDays04.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays04.TabIndex = 433;
|
|||
|
this.lblDays04.Text = "1";
|
|||
|
this.lblDays04.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays04.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays05
|
|||
|
//
|
|||
|
this.lblDays05.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays05.BorderStyleReDraw = false;
|
|||
|
this.lblDays05.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays05.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays05.Location = new System.Drawing.Point(313, 68);
|
|||
|
this.lblDays05.Name = "lblDays05";
|
|||
|
this.lblDays05.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays05.TabIndex = 434;
|
|||
|
this.lblDays05.Text = "1";
|
|||
|
this.lblDays05.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays05.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays06
|
|||
|
//
|
|||
|
this.lblDays06.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays06.BorderStyleReDraw = false;
|
|||
|
this.lblDays06.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays06.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays06.Location = new System.Drawing.Point(390, 68);
|
|||
|
this.lblDays06.Name = "lblDays06";
|
|||
|
this.lblDays06.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays06.TabIndex = 435;
|
|||
|
this.lblDays06.Text = "1";
|
|||
|
this.lblDays06.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays06.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays07
|
|||
|
//
|
|||
|
this.lblDays07.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays07.BorderStyleReDraw = false;
|
|||
|
this.lblDays07.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays07.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(76)))), ((int)(((byte)(151)))));
|
|||
|
this.lblDays07.Location = new System.Drawing.Point(467, 68);
|
|||
|
this.lblDays07.Name = "lblDays07";
|
|||
|
this.lblDays07.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays07.TabIndex = 436;
|
|||
|
this.lblDays07.Text = "1";
|
|||
|
this.lblDays07.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays07.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays14
|
|||
|
//
|
|||
|
this.lblDays14.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays14.BorderStyleReDraw = false;
|
|||
|
this.lblDays14.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays14.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(76)))), ((int)(((byte)(151)))));
|
|||
|
this.lblDays14.Location = new System.Drawing.Point(467, 123);
|
|||
|
this.lblDays14.Name = "lblDays14";
|
|||
|
this.lblDays14.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays14.TabIndex = 443;
|
|||
|
this.lblDays14.Text = "1";
|
|||
|
this.lblDays14.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays14.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays13
|
|||
|
//
|
|||
|
this.lblDays13.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays13.BorderStyleReDraw = false;
|
|||
|
this.lblDays13.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays13.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays13.Location = new System.Drawing.Point(390, 123);
|
|||
|
this.lblDays13.Name = "lblDays13";
|
|||
|
this.lblDays13.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays13.TabIndex = 442;
|
|||
|
this.lblDays13.Text = "1";
|
|||
|
this.lblDays13.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays13.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays12
|
|||
|
//
|
|||
|
this.lblDays12.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays12.BorderStyleReDraw = false;
|
|||
|
this.lblDays12.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays12.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays12.Location = new System.Drawing.Point(313, 123);
|
|||
|
this.lblDays12.Name = "lblDays12";
|
|||
|
this.lblDays12.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays12.TabIndex = 441;
|
|||
|
this.lblDays12.Text = "1";
|
|||
|
this.lblDays12.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays12.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays11
|
|||
|
//
|
|||
|
this.lblDays11.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays11.BorderStyleReDraw = false;
|
|||
|
this.lblDays11.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays11.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays11.Location = new System.Drawing.Point(236, 123);
|
|||
|
this.lblDays11.Name = "lblDays11";
|
|||
|
this.lblDays11.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays11.TabIndex = 440;
|
|||
|
this.lblDays11.Text = "1";
|
|||
|
this.lblDays11.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays11.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays10
|
|||
|
//
|
|||
|
this.lblDays10.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays10.BorderStyleReDraw = false;
|
|||
|
this.lblDays10.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays10.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays10.Location = new System.Drawing.Point(159, 123);
|
|||
|
this.lblDays10.Name = "lblDays10";
|
|||
|
this.lblDays10.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays10.TabIndex = 439;
|
|||
|
this.lblDays10.Text = "1";
|
|||
|
this.lblDays10.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays10.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays09
|
|||
|
//
|
|||
|
this.lblDays09.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays09.BorderStyleReDraw = false;
|
|||
|
this.lblDays09.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays09.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays09.Location = new System.Drawing.Point(82, 123);
|
|||
|
this.lblDays09.Name = "lblDays09";
|
|||
|
this.lblDays09.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays09.TabIndex = 438;
|
|||
|
this.lblDays09.Text = "1";
|
|||
|
this.lblDays09.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays09.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays08
|
|||
|
//
|
|||
|
this.lblDays08.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays08.BorderStyleReDraw = false;
|
|||
|
this.lblDays08.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays08.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(109)))), ((int)(((byte)(74)))));
|
|||
|
this.lblDays08.Location = new System.Drawing.Point(5, 123);
|
|||
|
this.lblDays08.Name = "lblDays08";
|
|||
|
this.lblDays08.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays08.TabIndex = 437;
|
|||
|
this.lblDays08.Text = "1";
|
|||
|
this.lblDays08.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays08.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays28
|
|||
|
//
|
|||
|
this.lblDays28.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays28.BorderStyleReDraw = false;
|
|||
|
this.lblDays28.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays28.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(76)))), ((int)(((byte)(151)))));
|
|||
|
this.lblDays28.Location = new System.Drawing.Point(467, 233);
|
|||
|
this.lblDays28.Name = "lblDays28";
|
|||
|
this.lblDays28.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays28.TabIndex = 457;
|
|||
|
this.lblDays28.Text = "1";
|
|||
|
this.lblDays28.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays28.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays27
|
|||
|
//
|
|||
|
this.lblDays27.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays27.BorderStyleReDraw = false;
|
|||
|
this.lblDays27.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays27.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays27.Location = new System.Drawing.Point(390, 233);
|
|||
|
this.lblDays27.Name = "lblDays27";
|
|||
|
this.lblDays27.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays27.TabIndex = 456;
|
|||
|
this.lblDays27.Text = "1";
|
|||
|
this.lblDays27.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays27.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays26
|
|||
|
//
|
|||
|
this.lblDays26.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays26.BorderStyleReDraw = false;
|
|||
|
this.lblDays26.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays26.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays26.Location = new System.Drawing.Point(313, 233);
|
|||
|
this.lblDays26.Name = "lblDays26";
|
|||
|
this.lblDays26.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays26.TabIndex = 455;
|
|||
|
this.lblDays26.Text = "1";
|
|||
|
this.lblDays26.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays26.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays25
|
|||
|
//
|
|||
|
this.lblDays25.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays25.BorderStyleReDraw = false;
|
|||
|
this.lblDays25.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays25.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays25.Location = new System.Drawing.Point(236, 233);
|
|||
|
this.lblDays25.Name = "lblDays25";
|
|||
|
this.lblDays25.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays25.TabIndex = 454;
|
|||
|
this.lblDays25.Text = "1";
|
|||
|
this.lblDays25.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays25.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays24
|
|||
|
//
|
|||
|
this.lblDays24.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays24.BorderStyleReDraw = false;
|
|||
|
this.lblDays24.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays24.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays24.Location = new System.Drawing.Point(159, 233);
|
|||
|
this.lblDays24.Name = "lblDays24";
|
|||
|
this.lblDays24.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays24.TabIndex = 453;
|
|||
|
this.lblDays24.Text = "1";
|
|||
|
this.lblDays24.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays24.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays23
|
|||
|
//
|
|||
|
this.lblDays23.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays23.BorderStyleReDraw = false;
|
|||
|
this.lblDays23.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays23.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays23.Location = new System.Drawing.Point(82, 233);
|
|||
|
this.lblDays23.Name = "lblDays23";
|
|||
|
this.lblDays23.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays23.TabIndex = 452;
|
|||
|
this.lblDays23.Text = "1";
|
|||
|
this.lblDays23.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays23.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays22
|
|||
|
//
|
|||
|
this.lblDays22.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays22.BorderStyleReDraw = false;
|
|||
|
this.lblDays22.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays22.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(109)))), ((int)(((byte)(74)))));
|
|||
|
this.lblDays22.Location = new System.Drawing.Point(5, 233);
|
|||
|
this.lblDays22.Name = "lblDays22";
|
|||
|
this.lblDays22.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays22.TabIndex = 451;
|
|||
|
this.lblDays22.Text = "1";
|
|||
|
this.lblDays22.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays22.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays21
|
|||
|
//
|
|||
|
this.lblDays21.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays21.BorderStyleReDraw = false;
|
|||
|
this.lblDays21.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays21.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(76)))), ((int)(((byte)(151)))));
|
|||
|
this.lblDays21.Location = new System.Drawing.Point(467, 178);
|
|||
|
this.lblDays21.Name = "lblDays21";
|
|||
|
this.lblDays21.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays21.TabIndex = 450;
|
|||
|
this.lblDays21.Text = "1";
|
|||
|
this.lblDays21.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays21.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays20
|
|||
|
//
|
|||
|
this.lblDays20.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays20.BorderStyleReDraw = false;
|
|||
|
this.lblDays20.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays20.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays20.Location = new System.Drawing.Point(390, 178);
|
|||
|
this.lblDays20.Name = "lblDays20";
|
|||
|
this.lblDays20.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays20.TabIndex = 449;
|
|||
|
this.lblDays20.Text = "1";
|
|||
|
this.lblDays20.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays20.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays19
|
|||
|
//
|
|||
|
this.lblDays19.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays19.BorderStyleReDraw = false;
|
|||
|
this.lblDays19.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays19.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays19.Location = new System.Drawing.Point(313, 178);
|
|||
|
this.lblDays19.Name = "lblDays19";
|
|||
|
this.lblDays19.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays19.TabIndex = 448;
|
|||
|
this.lblDays19.Text = "1";
|
|||
|
this.lblDays19.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays19.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays18
|
|||
|
//
|
|||
|
this.lblDays18.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays18.BorderStyleReDraw = false;
|
|||
|
this.lblDays18.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays18.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays18.Location = new System.Drawing.Point(236, 178);
|
|||
|
this.lblDays18.Name = "lblDays18";
|
|||
|
this.lblDays18.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays18.TabIndex = 447;
|
|||
|
this.lblDays18.Text = "1";
|
|||
|
this.lblDays18.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays18.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays17
|
|||
|
//
|
|||
|
this.lblDays17.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays17.BorderStyleReDraw = false;
|
|||
|
this.lblDays17.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays17.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays17.Location = new System.Drawing.Point(159, 178);
|
|||
|
this.lblDays17.Name = "lblDays17";
|
|||
|
this.lblDays17.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays17.TabIndex = 446;
|
|||
|
this.lblDays17.Text = "1";
|
|||
|
this.lblDays17.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays17.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays16
|
|||
|
//
|
|||
|
this.lblDays16.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays16.BorderStyleReDraw = false;
|
|||
|
this.lblDays16.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays16.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays16.Location = new System.Drawing.Point(82, 178);
|
|||
|
this.lblDays16.Name = "lblDays16";
|
|||
|
this.lblDays16.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays16.TabIndex = 445;
|
|||
|
this.lblDays16.Text = "1";
|
|||
|
this.lblDays16.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays16.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays15
|
|||
|
//
|
|||
|
this.lblDays15.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays15.BorderStyleReDraw = false;
|
|||
|
this.lblDays15.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays15.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(109)))), ((int)(((byte)(74)))));
|
|||
|
this.lblDays15.Location = new System.Drawing.Point(5, 178);
|
|||
|
this.lblDays15.Name = "lblDays15";
|
|||
|
this.lblDays15.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays15.TabIndex = 444;
|
|||
|
this.lblDays15.Text = "1";
|
|||
|
this.lblDays15.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays15.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays35
|
|||
|
//
|
|||
|
this.lblDays35.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays35.BorderStyleReDraw = false;
|
|||
|
this.lblDays35.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays35.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(76)))), ((int)(((byte)(151)))));
|
|||
|
this.lblDays35.Location = new System.Drawing.Point(467, 288);
|
|||
|
this.lblDays35.Name = "lblDays35";
|
|||
|
this.lblDays35.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays35.TabIndex = 464;
|
|||
|
this.lblDays35.Text = "1";
|
|||
|
this.lblDays35.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays35.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays34
|
|||
|
//
|
|||
|
this.lblDays34.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays34.BorderStyleReDraw = false;
|
|||
|
this.lblDays34.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays34.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays34.Location = new System.Drawing.Point(390, 288);
|
|||
|
this.lblDays34.Name = "lblDays34";
|
|||
|
this.lblDays34.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays34.TabIndex = 463;
|
|||
|
this.lblDays34.Text = "1";
|
|||
|
this.lblDays34.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays34.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays33
|
|||
|
//
|
|||
|
this.lblDays33.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays33.BorderStyleReDraw = false;
|
|||
|
this.lblDays33.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays33.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays33.Location = new System.Drawing.Point(313, 288);
|
|||
|
this.lblDays33.Name = "lblDays33";
|
|||
|
this.lblDays33.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays33.TabIndex = 462;
|
|||
|
this.lblDays33.Text = "1";
|
|||
|
this.lblDays33.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays33.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays32
|
|||
|
//
|
|||
|
this.lblDays32.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays32.BorderStyleReDraw = false;
|
|||
|
this.lblDays32.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays32.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays32.Location = new System.Drawing.Point(236, 288);
|
|||
|
this.lblDays32.Name = "lblDays32";
|
|||
|
this.lblDays32.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays32.TabIndex = 461;
|
|||
|
this.lblDays32.Text = "1";
|
|||
|
this.lblDays32.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays32.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays31
|
|||
|
//
|
|||
|
this.lblDays31.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays31.BorderStyleReDraw = false;
|
|||
|
this.lblDays31.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays31.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays31.Location = new System.Drawing.Point(159, 288);
|
|||
|
this.lblDays31.Name = "lblDays31";
|
|||
|
this.lblDays31.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays31.TabIndex = 460;
|
|||
|
this.lblDays31.Text = "1";
|
|||
|
this.lblDays31.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays31.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays30
|
|||
|
//
|
|||
|
this.lblDays30.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays30.BorderStyleReDraw = false;
|
|||
|
this.lblDays30.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays30.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays30.Location = new System.Drawing.Point(82, 288);
|
|||
|
this.lblDays30.Name = "lblDays30";
|
|||
|
this.lblDays30.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays30.TabIndex = 459;
|
|||
|
this.lblDays30.Text = "1";
|
|||
|
this.lblDays30.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays30.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays29
|
|||
|
//
|
|||
|
this.lblDays29.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays29.BorderStyleReDraw = false;
|
|||
|
this.lblDays29.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays29.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(109)))), ((int)(((byte)(74)))));
|
|||
|
this.lblDays29.Location = new System.Drawing.Point(5, 288);
|
|||
|
this.lblDays29.Name = "lblDays29";
|
|||
|
this.lblDays29.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays29.TabIndex = 458;
|
|||
|
this.lblDays29.Text = "1";
|
|||
|
this.lblDays29.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays29.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays42
|
|||
|
//
|
|||
|
this.lblDays42.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays42.BorderStyleReDraw = false;
|
|||
|
this.lblDays42.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays42.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(17)))), ((int)(((byte)(76)))), ((int)(((byte)(151)))));
|
|||
|
this.lblDays42.Location = new System.Drawing.Point(467, 343);
|
|||
|
this.lblDays42.Name = "lblDays42";
|
|||
|
this.lblDays42.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays42.TabIndex = 471;
|
|||
|
this.lblDays42.Text = "1";
|
|||
|
this.lblDays42.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays42.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays41
|
|||
|
//
|
|||
|
this.lblDays41.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays41.BorderStyleReDraw = false;
|
|||
|
this.lblDays41.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays41.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays41.Location = new System.Drawing.Point(390, 343);
|
|||
|
this.lblDays41.Name = "lblDays41";
|
|||
|
this.lblDays41.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays41.TabIndex = 470;
|
|||
|
this.lblDays41.Text = "1";
|
|||
|
this.lblDays41.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays41.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays40
|
|||
|
//
|
|||
|
this.lblDays40.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays40.BorderStyleReDraw = false;
|
|||
|
this.lblDays40.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays40.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays40.Location = new System.Drawing.Point(313, 343);
|
|||
|
this.lblDays40.Name = "lblDays40";
|
|||
|
this.lblDays40.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays40.TabIndex = 469;
|
|||
|
this.lblDays40.Text = "1";
|
|||
|
this.lblDays40.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays40.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays39
|
|||
|
//
|
|||
|
this.lblDays39.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays39.BorderStyleReDraw = false;
|
|||
|
this.lblDays39.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays39.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays39.Location = new System.Drawing.Point(236, 343);
|
|||
|
this.lblDays39.Name = "lblDays39";
|
|||
|
this.lblDays39.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays39.TabIndex = 468;
|
|||
|
this.lblDays39.Text = "1";
|
|||
|
this.lblDays39.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays39.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays38
|
|||
|
//
|
|||
|
this.lblDays38.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays38.BorderStyleReDraw = false;
|
|||
|
this.lblDays38.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays38.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays38.Location = new System.Drawing.Point(159, 343);
|
|||
|
this.lblDays38.Name = "lblDays38";
|
|||
|
this.lblDays38.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays38.TabIndex = 467;
|
|||
|
this.lblDays38.Text = "1";
|
|||
|
this.lblDays38.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays38.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays37
|
|||
|
//
|
|||
|
this.lblDays37.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays37.BorderStyleReDraw = false;
|
|||
|
this.lblDays37.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays37.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(3)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblDays37.Location = new System.Drawing.Point(82, 343);
|
|||
|
this.lblDays37.Name = "lblDays37";
|
|||
|
this.lblDays37.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays37.TabIndex = 466;
|
|||
|
this.lblDays37.Text = "1";
|
|||
|
this.lblDays37.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays37.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// lblDays36
|
|||
|
//
|
|||
|
this.lblDays36.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblDays36.BorderStyleReDraw = false;
|
|||
|
this.lblDays36.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.lblDays36.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(229)))), ((int)(((byte)(109)))), ((int)(((byte)(74)))));
|
|||
|
this.lblDays36.Location = new System.Drawing.Point(5, 343);
|
|||
|
this.lblDays36.Name = "lblDays36";
|
|||
|
this.lblDays36.Size = new System.Drawing.Size(76, 54);
|
|||
|
this.lblDays36.TabIndex = 465;
|
|||
|
this.lblDays36.Text = "1";
|
|||
|
this.lblDays36.TextAlign = System.Drawing.ContentAlignment.BottomRight;
|
|||
|
this.lblDays36.Click += new System.EventHandler(this.lblDays_Click);
|
|||
|
//
|
|||
|
// btnToDay
|
|||
|
//
|
|||
|
this.btnToDay.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|||
|
this.btnToDay.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnToDay.BorderStyleReDraw = false;
|
|||
|
this.btnToDay.ClickImage = null;
|
|||
|
this.btnToDay.DefaultImage = null;
|
|||
|
this.btnToDay.DisableImage = null;
|
|||
|
this.btnToDay.Font = new System.Drawing.Font("맑은 고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnToDay.Location = new System.Drawing.Point(161, 401);
|
|||
|
this.btnToDay.Name = "btnToDay";
|
|||
|
this.btnToDay.OccupancyBar = 0;
|
|||
|
this.btnToDay.OccupancyBar_Lv0 = null;
|
|||
|
this.btnToDay.OccupancyBar_Lv1 = null;
|
|||
|
this.btnToDay.OccupancyBar_Lv2 = null;
|
|||
|
this.btnToDay.OccupancyBar_Lv3 = null;
|
|||
|
this.btnToDay.OccupancyBar_Lv4 = null;
|
|||
|
this.btnToDay.Size = new System.Drawing.Size(151, 26);
|
|||
|
this.btnToDay.TabIndex = 472;
|
|||
|
this.btnToDay.Text = "2016-01-01";
|
|||
|
this.btnToDay.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnToDay.Click += new System.EventHandler(this.btnFunc_Click);
|
|||
|
//
|
|||
|
// lblSaleDate
|
|||
|
//
|
|||
|
this.lblSaleDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblSaleDate.BorderStyleReDraw = true;
|
|||
|
this.lblSaleDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblSaleDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblSaleDate.Location = new System.Drawing.Point(5, 401);
|
|||
|
this.lblSaleDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblSaleDate.Name = "lblSaleDate";
|
|||
|
this.lblSaleDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblSaleDate.Size = new System.Drawing.Size(153, 26);
|
|||
|
this.lblSaleDate.TabIndex = 477;
|
|||
|
this.lblSaleDate.Text = "To Day";
|
|||
|
this.lblSaleDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// frmCalendar
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|||
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.ClientSize = new System.Drawing.Size(548, 431);
|
|||
|
this.Controls.Add(this.lblSaleDate);
|
|||
|
this.Controls.Add(this.btnToDay);
|
|||
|
this.Controls.Add(this.lblDays42);
|
|||
|
this.Controls.Add(this.lblDays41);
|
|||
|
this.Controls.Add(this.lblDays40);
|
|||
|
this.Controls.Add(this.lblDays39);
|
|||
|
this.Controls.Add(this.lblDays38);
|
|||
|
this.Controls.Add(this.lblDays37);
|
|||
|
this.Controls.Add(this.lblDays36);
|
|||
|
this.Controls.Add(this.lblDays35);
|
|||
|
this.Controls.Add(this.lblDays34);
|
|||
|
this.Controls.Add(this.lblDays33);
|
|||
|
this.Controls.Add(this.lblDays32);
|
|||
|
this.Controls.Add(this.lblDays31);
|
|||
|
this.Controls.Add(this.lblDays30);
|
|||
|
this.Controls.Add(this.lblDays29);
|
|||
|
this.Controls.Add(this.lblDays28);
|
|||
|
this.Controls.Add(this.lblDays27);
|
|||
|
this.Controls.Add(this.lblDays26);
|
|||
|
this.Controls.Add(this.lblDays25);
|
|||
|
this.Controls.Add(this.lblDays24);
|
|||
|
this.Controls.Add(this.lblDays23);
|
|||
|
this.Controls.Add(this.lblDays22);
|
|||
|
this.Controls.Add(this.lblDays21);
|
|||
|
this.Controls.Add(this.lblDays20);
|
|||
|
this.Controls.Add(this.lblDays19);
|
|||
|
this.Controls.Add(this.lblDays18);
|
|||
|
this.Controls.Add(this.lblDays17);
|
|||
|
this.Controls.Add(this.lblDays16);
|
|||
|
this.Controls.Add(this.lblDays15);
|
|||
|
this.Controls.Add(this.lblDays14);
|
|||
|
this.Controls.Add(this.lblDays13);
|
|||
|
this.Controls.Add(this.lblDays12);
|
|||
|
this.Controls.Add(this.lblDays11);
|
|||
|
this.Controls.Add(this.lblDays10);
|
|||
|
this.Controls.Add(this.lblDays09);
|
|||
|
this.Controls.Add(this.lblDays08);
|
|||
|
this.Controls.Add(this.lblDays07);
|
|||
|
this.Controls.Add(this.lblDays06);
|
|||
|
this.Controls.Add(this.lblDays05);
|
|||
|
this.Controls.Add(this.lblDays04);
|
|||
|
this.Controls.Add(this.lblDays03);
|
|||
|
this.Controls.Add(this.lblDays02);
|
|||
|
this.Controls.Add(this.lblDays01);
|
|||
|
this.Controls.Add(this.lblWeek7);
|
|||
|
this.Controls.Add(this.lblWeek6);
|
|||
|
this.Controls.Add(this.lblWeek5);
|
|||
|
this.Controls.Add(this.lblWeek4);
|
|||
|
this.Controls.Add(this.lblWeek3);
|
|||
|
this.Controls.Add(this.lblWeek2);
|
|||
|
this.Controls.Add(this.lblWeek1);
|
|||
|
this.Controls.Add(this.btnUp);
|
|||
|
this.Controls.Add(this.btnDown);
|
|||
|
this.Controls.Add(this.lblTitle);
|
|||
|
this.Controls.Add(this.btnExit);
|
|||
|
this.Controls.Add(this.csmLabel1);
|
|||
|
this.DoubleBuffered = true;
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Location = new System.Drawing.Point(0, 55);
|
|||
|
this.Name = "frmCalendar";
|
|||
|
this.ShowInTaskbar = false;
|
|||
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|||
|
this.Text = "frmCalendar";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmCalendar_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.frmCalendar_Load);
|
|||
|
this.ResumeLayout(false);
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private UI.CsmButton btnExit;
|
|||
|
private UI.CsmLabel lblTitle;
|
|||
|
private UI.CsmLabel csmLabel1;
|
|||
|
private UI.CsmButton btnDown;
|
|||
|
private UI.CsmButton btnUp;
|
|||
|
private UI.CsmLabel lblWeek1;
|
|||
|
private UI.CsmLabel lblWeek2;
|
|||
|
private UI.CsmLabel lblWeek3;
|
|||
|
private UI.CsmLabel lblWeek4;
|
|||
|
private UI.CsmLabel lblWeek5;
|
|||
|
private UI.CsmLabel lblWeek6;
|
|||
|
private UI.CsmLabel lblWeek7;
|
|||
|
private UI.CsmLabel lblDays01;
|
|||
|
private UI.CsmLabel lblDays02;
|
|||
|
private UI.CsmLabel lblDays03;
|
|||
|
private UI.CsmLabel lblDays04;
|
|||
|
private UI.CsmLabel lblDays05;
|
|||
|
private UI.CsmLabel lblDays06;
|
|||
|
private UI.CsmLabel lblDays07;
|
|||
|
private UI.CsmLabel lblDays14;
|
|||
|
private UI.CsmLabel lblDays13;
|
|||
|
private UI.CsmLabel lblDays12;
|
|||
|
private UI.CsmLabel lblDays11;
|
|||
|
private UI.CsmLabel lblDays10;
|
|||
|
private UI.CsmLabel lblDays09;
|
|||
|
private UI.CsmLabel lblDays08;
|
|||
|
private UI.CsmLabel lblDays28;
|
|||
|
private UI.CsmLabel lblDays27;
|
|||
|
private UI.CsmLabel lblDays26;
|
|||
|
private UI.CsmLabel lblDays25;
|
|||
|
private UI.CsmLabel lblDays24;
|
|||
|
private UI.CsmLabel lblDays23;
|
|||
|
private UI.CsmLabel lblDays22;
|
|||
|
private UI.CsmLabel lblDays21;
|
|||
|
private UI.CsmLabel lblDays20;
|
|||
|
private UI.CsmLabel lblDays19;
|
|||
|
private UI.CsmLabel lblDays18;
|
|||
|
private UI.CsmLabel lblDays17;
|
|||
|
private UI.CsmLabel lblDays16;
|
|||
|
private UI.CsmLabel lblDays15;
|
|||
|
private UI.CsmLabel lblDays35;
|
|||
|
private UI.CsmLabel lblDays34;
|
|||
|
private UI.CsmLabel lblDays33;
|
|||
|
private UI.CsmLabel lblDays32;
|
|||
|
private UI.CsmLabel lblDays31;
|
|||
|
private UI.CsmLabel lblDays30;
|
|||
|
private UI.CsmLabel lblDays29;
|
|||
|
private UI.CsmLabel lblDays42;
|
|||
|
private UI.CsmLabel lblDays41;
|
|||
|
private UI.CsmLabel lblDays40;
|
|||
|
private UI.CsmLabel lblDays39;
|
|||
|
private UI.CsmLabel lblDays38;
|
|||
|
private UI.CsmLabel lblDays37;
|
|||
|
private UI.CsmLabel lblDays36;
|
|||
|
private UI.CsmButton btnToDay;
|
|||
|
private UI.CsmLabel lblSaleDate;
|
|||
|
|
|||
|
}
|
|||
|
}
|