520 lines
29 KiB
C#
520 lines
29 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmTestModeSearch
|
|
{
|
|
/// <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(frmTestModeSearch));
|
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.gridList = new Cosmos.UI.CsmGrid();
|
|
this.btnDown = new Cosmos.UI.CsmButton();
|
|
this.btnUp = new Cosmos.UI.CsmButton();
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.label01 = new System.Windows.Forms.Label();
|
|
this.lblCashierName = new Cosmos.UI.CsmLabel();
|
|
this.txtCashierName = new Cosmos.UI.CsmLabel();
|
|
this.lblDate = new Cosmos.UI.CsmLabel();
|
|
this.csmLabel1 = new Cosmos.UI.CsmLabel();
|
|
this.btnSearch = new Cosmos.UI.CsmButton();
|
|
this.btnPgDown = new Cosmos.UI.CsmButton();
|
|
this.btnPgUp = new Cosmos.UI.CsmButton();
|
|
this.btnExit = new Cosmos.UI.CsmButton();
|
|
this.btnStartDate = new Cosmos.UI.CsmButton();
|
|
this.txtStartDate = new Cosmos.UI.CsmPosEditBox();
|
|
this.btnEndDate = new Cosmos.UI.CsmButton();
|
|
this.txtEndDate = new Cosmos.UI.CsmPosEditBox();
|
|
this.label02 = new System.Windows.Forms.Label();
|
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// 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(783, 50);
|
|
this.lblTitle.TabIndex = 287;
|
|
this.lblTitle.Text = "시험 결과 조회";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// gridList
|
|
//
|
|
this.gridList.BackColor = System.Drawing.Color.White;
|
|
this.gridList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.gridList.CsmGridAlternateRowBackColor = System.Drawing.Color.White;
|
|
this.gridList.CsmGridBackGroundColor = System.Drawing.Color.Ivory;
|
|
this.gridList.CsmGridColumnCount = 0;
|
|
this.gridList.CsmGridColumnHeadersFont = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.gridList.CsmGridColumnHeadersHeight = 18;
|
|
this.gridList.CsmGridColumnHeadersVisible = false;
|
|
this.gridList.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory;
|
|
this.gridList.CsmGridFirstDisplayedScrollingRowIndex = -1;
|
|
this.gridList.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight;
|
|
this.gridList.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText;
|
|
this.gridList.CsmGridIndicateBackColor = System.Drawing.Color.Red;
|
|
this.gridList.CsmGridIndicateForeColor = System.Drawing.Color.White;
|
|
this.gridList.CsmGridRowMove = true;
|
|
this.gridList.CsmGridRowsHeight = 35;
|
|
this.gridList.CsmGridShowPageRowsCount = 4;
|
|
this.gridList.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.gridList.Location = new System.Drawing.Point(22, 167);
|
|
this.gridList.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
this.gridList.Name = "gridList";
|
|
this.gridList.Size = new System.Drawing.Size(720, 417);
|
|
this.gridList.TabIndex = 297;
|
|
//
|
|
// btnDown
|
|
//
|
|
this.btnDown.BackColor = System.Drawing.Color.White;
|
|
this.btnDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnDown.BorderStyleReDraw = true;
|
|
this.btnDown.ClickImage = null;
|
|
this.btnDown.DefaultImage = null;
|
|
this.btnDown.DisableImage = null;
|
|
this.btnDown.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnDown.ForeColor = System.Drawing.Color.Black;
|
|
this.btnDown.Location = new System.Drawing.Point(741, 375);
|
|
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(37, 105);
|
|
this.btnDown.TabIndex = 299;
|
|
this.btnDown.Text = "▽";
|
|
this.btnDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnDown.UseCompatibleTextRendering = true;
|
|
this.btnDown.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnUp
|
|
//
|
|
this.btnUp.BackColor = System.Drawing.Color.White;
|
|
this.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnUp.BorderStyleReDraw = true;
|
|
this.btnUp.ClickImage = null;
|
|
this.btnUp.DefaultImage = null;
|
|
this.btnUp.DisableImage = null;
|
|
this.btnUp.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnUp.ForeColor = System.Drawing.Color.Black;
|
|
this.btnUp.Location = new System.Drawing.Point(741, 271);
|
|
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(37, 105);
|
|
this.btnUp.TabIndex = 298;
|
|
this.btnUp.Text = "△";
|
|
this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnUp.UseCompatibleTextRendering = true;
|
|
this.btnUp.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// 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(800, 600);
|
|
this.picBack.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.picBack.TabIndex = 300;
|
|
this.picBack.TabStop = false;
|
|
//
|
|
// label01
|
|
//
|
|
this.label01.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label01.Location = new System.Drawing.Point(22, 67);
|
|
this.label01.Name = "label01";
|
|
this.label01.Size = new System.Drawing.Size(756, 2);
|
|
this.label01.TabIndex = 479;
|
|
//
|
|
// lblCashierName
|
|
//
|
|
this.lblCashierName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblCashierName.BorderStyleReDraw = true;
|
|
this.lblCashierName.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|
this.lblCashierName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblCashierName.Location = new System.Drawing.Point(22, 68);
|
|
this.lblCashierName.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblCashierName.Name = "lblCashierName";
|
|
this.lblCashierName.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblCashierName.Size = new System.Drawing.Size(122, 40);
|
|
this.lblCashierName.TabIndex = 478;
|
|
this.lblCashierName.Text = "판매원";
|
|
this.lblCashierName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtCashierName
|
|
//
|
|
this.txtCashierName.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtCashierName.BorderStyleReDraw = true;
|
|
this.txtCashierName.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtCashierName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtCashierName.Location = new System.Drawing.Point(159, 75);
|
|
this.txtCashierName.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtCashierName.Name = "txtCashierName";
|
|
this.txtCashierName.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtCashierName.Size = new System.Drawing.Size(134, 26);
|
|
this.txtCashierName.TabIndex = 481;
|
|
this.txtCashierName.Text = "홍길동";
|
|
this.txtCashierName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// 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(309, 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 = 482;
|
|
this.lblDate.Text = "조회일자";
|
|
this.lblDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// csmLabel1
|
|
//
|
|
this.csmLabel1.BackColor = System.Drawing.Color.White;
|
|
this.csmLabel1.BorderStyleReDraw = false;
|
|
this.csmLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.csmLabel1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.csmLabel1.Location = new System.Drawing.Point(596, 75);
|
|
this.csmLabel1.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.csmLabel1.Name = "csmLabel1";
|
|
this.csmLabel1.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.csmLabel1.Size = new System.Drawing.Size(15, 25);
|
|
this.csmLabel1.TabIndex = 485;
|
|
this.csmLabel1.Text = "-";
|
|
this.csmLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// 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(678, 113);
|
|
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 = 486;
|
|
this.btnSearch.Text = "조회";
|
|
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnSearch.UseCompatibleTextRendering = true;
|
|
this.btnSearch.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnPgDown
|
|
//
|
|
this.btnPgDown.BackColor = System.Drawing.Color.White;
|
|
this.btnPgDown.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnPgDown.BorderStyleReDraw = true;
|
|
this.btnPgDown.ClickImage = null;
|
|
this.btnPgDown.DefaultImage = null;
|
|
this.btnPgDown.DisableImage = null;
|
|
this.btnPgDown.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnPgDown.ForeColor = System.Drawing.Color.Black;
|
|
this.btnPgDown.Location = new System.Drawing.Point(741, 479);
|
|
this.btnPgDown.Name = "btnPgDown";
|
|
this.btnPgDown.OccupancyBar = 0;
|
|
this.btnPgDown.OccupancyBar_Lv0 = null;
|
|
this.btnPgDown.OccupancyBar_Lv1 = null;
|
|
this.btnPgDown.OccupancyBar_Lv2 = null;
|
|
this.btnPgDown.OccupancyBar_Lv3 = null;
|
|
this.btnPgDown.OccupancyBar_Lv4 = null;
|
|
this.btnPgDown.Size = new System.Drawing.Size(37, 105);
|
|
this.btnPgDown.TabIndex = 494;
|
|
this.btnPgDown.Text = "▼";
|
|
this.btnPgDown.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnPgDown.UseCompatibleTextRendering = true;
|
|
//
|
|
// btnPgUp
|
|
//
|
|
this.btnPgUp.BackColor = System.Drawing.Color.White;
|
|
this.btnPgUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnPgUp.BorderStyleReDraw = true;
|
|
this.btnPgUp.ClickImage = null;
|
|
this.btnPgUp.DefaultImage = null;
|
|
this.btnPgUp.DisableImage = null;
|
|
this.btnPgUp.Font = new System.Drawing.Font("굴림", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnPgUp.ForeColor = System.Drawing.Color.Black;
|
|
this.btnPgUp.Location = new System.Drawing.Point(741, 167);
|
|
this.btnPgUp.Name = "btnPgUp";
|
|
this.btnPgUp.OccupancyBar = 0;
|
|
this.btnPgUp.OccupancyBar_Lv0 = null;
|
|
this.btnPgUp.OccupancyBar_Lv1 = null;
|
|
this.btnPgUp.OccupancyBar_Lv2 = null;
|
|
this.btnPgUp.OccupancyBar_Lv3 = null;
|
|
this.btnPgUp.OccupancyBar_Lv4 = null;
|
|
this.btnPgUp.Size = new System.Drawing.Size(37, 105);
|
|
this.btnPgUp.TabIndex = 493;
|
|
this.btnPgUp.Text = "▲";
|
|
this.btnPgUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnPgUp.UseCompatibleTextRendering = true;
|
|
this.btnPgUp.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// 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("굴림", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnExit.ForeColor = System.Drawing.Color.White;
|
|
this.btnExit.Location = new System.Drawing.Point(741, 1);
|
|
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(58, 50);
|
|
this.btnExit.TabIndex = 495;
|
|
this.btnExit.Text = "X";
|
|
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnExit.UseCompatibleTextRendering = true;
|
|
this.btnExit.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnStartDate
|
|
//
|
|
this.btnStartDate.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.btnStartDate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnStartDate.BorderStyleReDraw = true;
|
|
this.btnStartDate.ClickImage = null;
|
|
this.btnStartDate.DefaultImage = null;
|
|
this.btnStartDate.DisableImage = null;
|
|
this.btnStartDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold);
|
|
this.btnStartDate.ForeColor = System.Drawing.Color.Black;
|
|
this.btnStartDate.Image = ((System.Drawing.Image)(resources.GetObject("btnStartDate.Image")));
|
|
this.btnStartDate.Location = new System.Drawing.Point(567, 75);
|
|
this.btnStartDate.Name = "btnStartDate";
|
|
this.btnStartDate.OccupancyBar = 0;
|
|
this.btnStartDate.OccupancyBar_Lv0 = null;
|
|
this.btnStartDate.OccupancyBar_Lv1 = null;
|
|
this.btnStartDate.OccupancyBar_Lv2 = null;
|
|
this.btnStartDate.OccupancyBar_Lv3 = null;
|
|
this.btnStartDate.OccupancyBar_Lv4 = null;
|
|
this.btnStartDate.Size = new System.Drawing.Size(26, 26);
|
|
this.btnStartDate.TabIndex = 497;
|
|
this.btnStartDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnStartDate.Click += new System.EventHandler(this.btnStartDate_Click);
|
|
//
|
|
// txtStartDate
|
|
//
|
|
this.txtStartDate.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtStartDate.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtStartDate.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtStartDate.BorderStyleReDraw = false;
|
|
this.txtStartDate.ClearFlag = false;
|
|
this.txtStartDate.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtStartDate.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtStartDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtStartDate.InputType = Cosmos.UI.InputType.Date;
|
|
this.txtStartDate.InputTypeFormat = "";
|
|
this.txtStartDate.Location = new System.Drawing.Point(445, 75);
|
|
this.txtStartDate.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtStartDate.MaxLength = 10;
|
|
this.txtStartDate.MaxLengthAutoEnd = false;
|
|
this.txtStartDate.MaxLengthForKeyIn = 32767;
|
|
this.txtStartDate.MaxLengthForNumpad = 32767;
|
|
this.txtStartDate.Name = "txtStartDate";
|
|
this.txtStartDate.PasswordChar = '\0';
|
|
this.txtStartDate.ReadOnly = false;
|
|
this.txtStartDate.Size = new System.Drawing.Size(121, 26);
|
|
this.txtStartDate.TabIndex = 496;
|
|
this.txtStartDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtStartDate.UseDualMaxLength = false;
|
|
this.txtStartDate.Value = "20160101";
|
|
//
|
|
// btnEndDate
|
|
//
|
|
this.btnEndDate.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.btnEndDate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnEndDate.BorderStyleReDraw = true;
|
|
this.btnEndDate.ClickImage = null;
|
|
this.btnEndDate.DefaultImage = null;
|
|
this.btnEndDate.DisableImage = null;
|
|
this.btnEndDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold);
|
|
this.btnEndDate.ForeColor = System.Drawing.Color.Black;
|
|
this.btnEndDate.Image = ((System.Drawing.Image)(resources.GetObject("btnEndDate.Image")));
|
|
this.btnEndDate.Location = new System.Drawing.Point(736, 75);
|
|
this.btnEndDate.Name = "btnEndDate";
|
|
this.btnEndDate.OccupancyBar = 0;
|
|
this.btnEndDate.OccupancyBar_Lv0 = null;
|
|
this.btnEndDate.OccupancyBar_Lv1 = null;
|
|
this.btnEndDate.OccupancyBar_Lv2 = null;
|
|
this.btnEndDate.OccupancyBar_Lv3 = null;
|
|
this.btnEndDate.OccupancyBar_Lv4 = null;
|
|
this.btnEndDate.Size = new System.Drawing.Size(26, 26);
|
|
this.btnEndDate.TabIndex = 499;
|
|
this.btnEndDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnEndDate.Click += new System.EventHandler(this.btnEndDate_Click);
|
|
//
|
|
// txtEndDate
|
|
//
|
|
this.txtEndDate.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtEndDate.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtEndDate.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtEndDate.BorderStyleReDraw = false;
|
|
this.txtEndDate.ClearFlag = false;
|
|
this.txtEndDate.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtEndDate.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtEndDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.txtEndDate.InputType = Cosmos.UI.InputType.Date;
|
|
this.txtEndDate.InputTypeFormat = "";
|
|
this.txtEndDate.Location = new System.Drawing.Point(614, 75);
|
|
this.txtEndDate.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtEndDate.MaxLength = 10;
|
|
this.txtEndDate.MaxLengthAutoEnd = false;
|
|
this.txtEndDate.MaxLengthForKeyIn = 32767;
|
|
this.txtEndDate.MaxLengthForNumpad = 32767;
|
|
this.txtEndDate.Name = "txtEndDate";
|
|
this.txtEndDate.PasswordChar = '\0';
|
|
this.txtEndDate.ReadOnly = false;
|
|
this.txtEndDate.Size = new System.Drawing.Size(121, 26);
|
|
this.txtEndDate.TabIndex = 498;
|
|
this.txtEndDate.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtEndDate.UseDualMaxLength = false;
|
|
this.txtEndDate.Value = "20160101";
|
|
//
|
|
// label02
|
|
//
|
|
this.label02.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label02.Location = new System.Drawing.Point(22, 166);
|
|
this.label02.Name = "label02";
|
|
this.label02.Size = new System.Drawing.Size(756, 2);
|
|
this.label02.TabIndex = 500;
|
|
//
|
|
// lblBox2
|
|
//
|
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|
this.lblBox2.BorderStyleReDraw = true;
|
|
this.lblBox2.Location = new System.Drawing.Point(429, 68);
|
|
this.lblBox2.Name = "lblBox2";
|
|
this.lblBox2.Size = new System.Drawing.Size(349, 40);
|
|
this.lblBox2.TabIndex = 501;
|
|
//
|
|
// lblBox1
|
|
//
|
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|
this.lblBox1.BorderStyleReDraw = true;
|
|
this.lblBox1.Location = new System.Drawing.Point(143, 68);
|
|
this.lblBox1.Name = "lblBox1";
|
|
this.lblBox1.Size = new System.Drawing.Size(167, 40);
|
|
this.lblBox1.TabIndex = 502;
|
|
//
|
|
// frmTestModeSearch
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.ClientSize = new System.Drawing.Size(800, 600);
|
|
this.Controls.Add(this.label01);
|
|
this.Controls.Add(this.label02);
|
|
this.Controls.Add(this.btnEndDate);
|
|
this.Controls.Add(this.txtEndDate);
|
|
this.Controls.Add(this.btnStartDate);
|
|
this.Controls.Add(this.txtStartDate);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.btnPgDown);
|
|
this.Controls.Add(this.btnPgUp);
|
|
this.Controls.Add(this.btnSearch);
|
|
this.Controls.Add(this.csmLabel1);
|
|
this.Controls.Add(this.lblDate);
|
|
this.Controls.Add(this.txtCashierName);
|
|
this.Controls.Add(this.lblCashierName);
|
|
this.Controls.Add(this.btnDown);
|
|
this.Controls.Add(this.btnUp);
|
|
this.Controls.Add(this.gridList);
|
|
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 = "frmTestModeSearch";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
this.Text = "frmTestModeSearch";
|
|
this.Activated += new System.EventHandler(this.frmTestModeSearch_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmTestModeSearch_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmTestModeSearch_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmTestModeSearch_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmLabel lblTitle;
|
|
private UI.CsmGrid gridList;
|
|
private UI.CsmButton btnDown;
|
|
private UI.CsmButton btnUp;
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private System.Windows.Forms.Label label01;
|
|
private UI.CsmLabel lblCashierName;
|
|
private UI.CsmLabel txtCashierName;
|
|
private UI.CsmLabel lblDate;
|
|
private UI.CsmLabel csmLabel1;
|
|
private UI.CsmButton btnSearch;
|
|
private UI.CsmButton btnPgDown;
|
|
private UI.CsmButton btnPgUp;
|
|
protected UI.CsmButton btnExit;
|
|
private UI.CsmButton btnStartDate;
|
|
private UI.CsmPosEditBox txtStartDate;
|
|
private UI.CsmButton btnEndDate;
|
|
private UI.CsmPosEditBox txtEndDate;
|
|
private System.Windows.Forms.Label label02;
|
|
private UI.CsmLabel lblBox2;
|
|
private UI.CsmLabel lblBox1;
|
|
}
|
|
} |