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

297 lines
15 KiB
C#

namespace Cosmos.Win
{
partial class frmSchPosLog
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmSchPosLog));
this.picBack = new System.Windows.Forms.PictureBox();
this.btnExit = new Cosmos.UI.CsmLabel();
this.lblTitle = new Cosmos.UI.CsmLabel();
this.txtChkMessage = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.lblDate = new Cosmos.UI.CsmLabel();
this.lblTableNo = new Cosmos.UI.CsmLabel();
this.cbFileName = new System.Windows.Forms.ComboBox();
this.btnSearch = new Cosmos.UI.CsmButton();
this.label3 = new System.Windows.Forms.Label();
this.btnDate = new Cosmos.UI.CsmButton();
this.txtDate = new Cosmos.UI.CsmPosEditBox();
this.lblBox2 = new Cosmos.UI.CsmLabel();
this.lblBox1 = new Cosmos.UI.CsmLabel();
((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(1024, 696);
this.picBack.TabIndex = 228;
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(961, 1);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(61, 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 = "POS Log 조회";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtChkMessage
//
this.txtChkMessage.Location = new System.Drawing.Point(16, 123);
this.txtChkMessage.Multiline = true;
this.txtChkMessage.Name = "txtChkMessage";
this.txtChkMessage.ReadOnly = true;
this.txtChkMessage.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtChkMessage.Size = new System.Drawing.Size(992, 556);
this.txtChkMessage.TabIndex = 334;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label1.Location = new System.Drawing.Point(16, 67);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(835, 2);
this.label1.TabIndex = 414;
//
// lblDate
//
this.lblDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblDate.BorderStyleReDraw = true;
this.lblDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblDate.Location = new System.Drawing.Point(16, 68);
this.lblDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblDate.Name = "lblDate";
this.lblDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblDate.Size = new System.Drawing.Size(122, 40);
this.lblDate.TabIndex = 412;
this.lblDate.Text = "조회일자";
this.lblDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblTableNo
//
this.lblTableNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblTableNo.BorderStyleReDraw = true;
this.lblTableNo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblTableNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblTableNo.Location = new System.Drawing.Point(353, 68);
this.lblTableNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblTableNo.Name = "lblTableNo";
this.lblTableNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblTableNo.Size = new System.Drawing.Size(122, 40);
this.lblTableNo.TabIndex = 423;
this.lblTableNo.Text = "파일명";
this.lblTableNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// cbFileName
//
this.cbFileName.BackColor = System.Drawing.Color.WhiteSmoke;
this.cbFileName.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Bold);
this.cbFileName.FormattingEnabled = true;
this.cbFileName.Location = new System.Drawing.Point(490, 75);
this.cbFileName.Name = "cbFileName";
this.cbFileName.Size = new System.Drawing.Size(343, 26);
this.cbFileName.TabIndex = 459;
this.cbFileName.Text = "PosOpLog";
//
// btnSearch
//
this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnSearch.BorderStyleReDraw = false;
this.btnSearch.ClickImage = null;
this.btnSearch.DefaultImage = null;
this.btnSearch.DisableImage = null;
this.btnSearch.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnSearch.ForeColor = System.Drawing.Color.White;
this.btnSearch.Location = new System.Drawing.Point(908, 68);
this.btnSearch.Name = "btnSearch";
this.btnSearch.OccupancyBar = 0;
this.btnSearch.OccupancyBar_Lv0 = null;
this.btnSearch.OccupancyBar_Lv1 = null;
this.btnSearch.OccupancyBar_Lv2 = null;
this.btnSearch.OccupancyBar_Lv3 = null;
this.btnSearch.OccupancyBar_Lv4 = null;
this.btnSearch.Size = new System.Drawing.Size(100, 40);
this.btnSearch.TabIndex = 479;
this.btnSearch.Text = "조회";
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
//
// label3
//
this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label3.Location = new System.Drawing.Point(16, 122);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(992, 2);
this.label3.TabIndex = 480;
//
// btnDate
//
this.btnDate.BackColor = System.Drawing.Color.WhiteSmoke;
this.btnDate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnDate.BorderStyleReDraw = true;
this.btnDate.ClickImage = null;
this.btnDate.DefaultImage = null;
this.btnDate.DisableImage = null;
this.btnDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold);
this.btnDate.ForeColor = System.Drawing.Color.Black;
this.btnDate.Image = ((System.Drawing.Image)(resources.GetObject("btnDate.Image")));
this.btnDate.Location = new System.Drawing.Point(311, 75);
this.btnDate.Name = "btnDate";
this.btnDate.OccupancyBar = 0;
this.btnDate.OccupancyBar_Lv0 = null;
this.btnDate.OccupancyBar_Lv1 = null;
this.btnDate.OccupancyBar_Lv2 = null;
this.btnDate.OccupancyBar_Lv3 = null;
this.btnDate.OccupancyBar_Lv4 = null;
this.btnDate.Size = new System.Drawing.Size(26, 26);
this.btnDate.TabIndex = 530;
this.btnDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnDate.Click += new System.EventHandler(this.btnDate_Click);
//
// txtDate
//
this.txtDate.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtDate.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
this.txtDate.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
this.txtDate.BorderStyleReDraw = false;
this.txtDate.ClearFlag = false;
this.txtDate.DisableBackColor = System.Drawing.Color.WhiteSmoke;
this.txtDate.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
this.txtDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtDate.InputType = Cosmos.UI.InputType.Date;
this.txtDate.InputTypeFormat = "";
this.txtDate.Location = new System.Drawing.Point(153, 75);
this.txtDate.Margin = new System.Windows.Forms.Padding(5);
this.txtDate.MaxLength = 10;
this.txtDate.MaxLengthAutoEnd = false;
this.txtDate.MaxLengthForKeyIn = 32767;
this.txtDate.MaxLengthForNumpad = 32767;
this.txtDate.Name = "txtDate";
this.txtDate.PasswordChar = '\0';
this.txtDate.ReadOnly = false;
this.txtDate.Size = new System.Drawing.Size(157, 26);
this.txtDate.TabIndex = 529;
this.txtDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
this.txtDate.UseDualMaxLength = false;
this.txtDate.Value = "20160101";
//
// lblBox2
//
this.lblBox2.BackColor = System.Drawing.Color.White;
this.lblBox2.BorderStyleReDraw = true;
this.lblBox2.Location = new System.Drawing.Point(474, 68);
this.lblBox2.Name = "lblBox2";
this.lblBox2.Size = new System.Drawing.Size(377, 40);
this.lblBox2.TabIndex = 531;
//
// lblBox1
//
this.lblBox1.BackColor = System.Drawing.Color.White;
this.lblBox1.BorderStyleReDraw = true;
this.lblBox1.Location = new System.Drawing.Point(137, 68);
this.lblBox1.Name = "lblBox1";
this.lblBox1.Size = new System.Drawing.Size(217, 40);
this.lblBox1.TabIndex = 532;
//
// frmSchPosLog
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(1024, 696);
this.Controls.Add(this.label1);
this.Controls.Add(this.btnDate);
this.Controls.Add(this.txtDate);
this.Controls.Add(this.label3);
this.Controls.Add(this.btnSearch);
this.Controls.Add(this.cbFileName);
this.Controls.Add(this.lblTableNo);
this.Controls.Add(this.lblDate);
this.Controls.Add(this.txtChkMessage);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.lblBox2);
this.Controls.Add(this.lblBox1);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmSchPosLog";
this.ShowInTaskbar = false;
this.Text = "frmSchPosLog";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmSchPosLog_FormClosing);
this.Load += new System.EventHandler(this.frmSchPosLog_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 txtChkMessage;
private System.Windows.Forms.Label label1;
private UI.CsmLabel lblDate;
private UI.CsmLabel lblTableNo;
private System.Windows.Forms.ComboBox cbFileName;
private UI.CsmButton btnSearch;
private System.Windows.Forms.Label label3;
private UI.CsmButton btnDate;
private UI.CsmPosEditBox txtDate;
private UI.CsmLabel lblBox2;
private UI.CsmLabel lblBox1;
}
}