549 lines
31 KiB
C#
549 lines
31 KiB
C#
|
namespace Cosmos.Win
|
|||
|
{
|
|||
|
partial class frmStoreEquipCheckList
|
|||
|
{
|
|||
|
/// <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(frmStoreEquipCheckList));
|
|||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|||
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|||
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnDateTo = new Cosmos.UI.CsmButton();
|
|||
|
this.btnDateFrom = new Cosmos.UI.CsmButton();
|
|||
|
this.label02 = new Cosmos.UI.CsmLabel();
|
|||
|
this.label01 = new System.Windows.Forms.Label();
|
|||
|
this.lblSearchDate = new Cosmos.UI.CsmLabel();
|
|||
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|||
|
this.btnSearch = new Cosmos.UI.CsmButton();
|
|||
|
this.label17 = new System.Windows.Forms.Label();
|
|||
|
this.label1 = new System.Windows.Forms.Label();
|
|||
|
this.btnDn2 = new Cosmos.UI.CsmButton();
|
|||
|
this.btnUp2 = new Cosmos.UI.CsmButton();
|
|||
|
this.btnDn = new Cosmos.UI.CsmButton();
|
|||
|
this.btnUp = new Cosmos.UI.CsmButton();
|
|||
|
this.btnStoreFin = new Cosmos.UI.CsmButton();
|
|||
|
this.btnAsFin = new Cosmos.UI.CsmButton();
|
|||
|
this.txtDateTo = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.txtDateFrom = new Cosmos.UI.CsmPosEditBox();
|
|||
|
this.dgvData1 = new System.Windows.Forms.DataGridView();
|
|||
|
this.dgvData2 = new System.Windows.Forms.DataGridView();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgvData1)).BeginInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgvData2)).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(800, 600);
|
|||
|
this.picBack.TabIndex = 229;
|
|||
|
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(740, 1);
|
|||
|
this.btnExit.Name = "btnExit";
|
|||
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|||
|
this.btnExit.TabIndex = 233;
|
|||
|
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(740, 50);
|
|||
|
this.lblTitle.TabIndex = 232;
|
|||
|
this.lblTitle.Text = "일일점검리스트";
|
|||
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// btnDateTo
|
|||
|
//
|
|||
|
this.btnDateTo.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.btnDateTo.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnDateTo.BorderStyleReDraw = true;
|
|||
|
this.btnDateTo.ClickImage = null;
|
|||
|
this.btnDateTo.DefaultImage = null;
|
|||
|
this.btnDateTo.DisableImage = null;
|
|||
|
this.btnDateTo.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold);
|
|||
|
this.btnDateTo.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.btnDateTo.Image = ((System.Drawing.Image)(resources.GetObject("btnDateTo.Image")));
|
|||
|
this.btnDateTo.Location = new System.Drawing.Point(537, 75);
|
|||
|
this.btnDateTo.Name = "btnDateTo";
|
|||
|
this.btnDateTo.OccupancyBar = 0;
|
|||
|
this.btnDateTo.OccupancyBar_Lv0 = null;
|
|||
|
this.btnDateTo.OccupancyBar_Lv1 = null;
|
|||
|
this.btnDateTo.OccupancyBar_Lv2 = null;
|
|||
|
this.btnDateTo.OccupancyBar_Lv3 = null;
|
|||
|
this.btnDateTo.OccupancyBar_Lv4 = null;
|
|||
|
this.btnDateTo.Size = new System.Drawing.Size(26, 26);
|
|||
|
this.btnDateTo.TabIndex = 544;
|
|||
|
this.btnDateTo.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnDateTo.Click += new System.EventHandler(this.btnDateTo_Click);
|
|||
|
//
|
|||
|
// btnDateFrom
|
|||
|
//
|
|||
|
this.btnDateFrom.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.btnDateFrom.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnDateFrom.BorderStyleReDraw = true;
|
|||
|
this.btnDateFrom.ClickImage = null;
|
|||
|
this.btnDateFrom.DefaultImage = null;
|
|||
|
this.btnDateFrom.DisableImage = null;
|
|||
|
this.btnDateFrom.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold);
|
|||
|
this.btnDateFrom.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.btnDateFrom.Image = ((System.Drawing.Image)(resources.GetObject("btnDateFrom.Image")));
|
|||
|
this.btnDateFrom.Location = new System.Drawing.Point(316, 75);
|
|||
|
this.btnDateFrom.Name = "btnDateFrom";
|
|||
|
this.btnDateFrom.OccupancyBar = 0;
|
|||
|
this.btnDateFrom.OccupancyBar_Lv0 = null;
|
|||
|
this.btnDateFrom.OccupancyBar_Lv1 = null;
|
|||
|
this.btnDateFrom.OccupancyBar_Lv2 = null;
|
|||
|
this.btnDateFrom.OccupancyBar_Lv3 = null;
|
|||
|
this.btnDateFrom.OccupancyBar_Lv4 = null;
|
|||
|
this.btnDateFrom.Size = new System.Drawing.Size(26, 26);
|
|||
|
this.btnDateFrom.TabIndex = 542;
|
|||
|
this.btnDateFrom.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnDateFrom.Click += new System.EventHandler(this.btnDateFrom_Click);
|
|||
|
//
|
|||
|
// label02
|
|||
|
//
|
|||
|
this.label02.AutoSize = true;
|
|||
|
this.label02.BackColor = System.Drawing.Color.White;
|
|||
|
this.label02.BorderStyleReDraw = false;
|
|||
|
this.label02.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.label02.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.label02.Location = new System.Drawing.Point(350, 80);
|
|||
|
this.label02.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.label02.Name = "label02";
|
|||
|
this.label02.Size = new System.Drawing.Size(21, 24);
|
|||
|
this.label02.TabIndex = 540;
|
|||
|
this.label02.Text = "~";
|
|||
|
this.label02.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// 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(558, 2);
|
|||
|
this.label01.TabIndex = 539;
|
|||
|
//
|
|||
|
// lblSearchDate
|
|||
|
//
|
|||
|
this.lblSearchDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|||
|
this.lblSearchDate.BorderStyleReDraw = true;
|
|||
|
this.lblSearchDate.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
|
|||
|
this.lblSearchDate.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.lblSearchDate.Location = new System.Drawing.Point(22, 69);
|
|||
|
this.lblSearchDate.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|||
|
this.lblSearchDate.Name = "lblSearchDate";
|
|||
|
this.lblSearchDate.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|||
|
this.lblSearchDate.Size = new System.Drawing.Size(122, 40);
|
|||
|
this.lblSearchDate.TabIndex = 538;
|
|||
|
this.lblSearchDate.Text = "조회기간";
|
|||
|
this.lblSearchDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|||
|
//
|
|||
|
// lblBox1
|
|||
|
//
|
|||
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|||
|
this.lblBox1.BorderStyleReDraw = true;
|
|||
|
this.lblBox1.Location = new System.Drawing.Point(143, 69);
|
|||
|
this.lblBox1.Name = "lblBox1";
|
|||
|
this.lblBox1.Size = new System.Drawing.Size(437, 40);
|
|||
|
this.lblBox1.TabIndex = 545;
|
|||
|
//
|
|||
|
// 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(680, 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 = 546;
|
|||
|
this.btnSearch.Text = "조회";
|
|||
|
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnSearch.Click += new System.EventHandler(this.btnSearch_Click);
|
|||
|
//
|
|||
|
// label17
|
|||
|
//
|
|||
|
this.label17.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label17.Location = new System.Drawing.Point(22, 121);
|
|||
|
this.label17.Name = "label17";
|
|||
|
this.label17.Size = new System.Drawing.Size(250, 2);
|
|||
|
this.label17.TabIndex = 547;
|
|||
|
//
|
|||
|
// label1
|
|||
|
//
|
|||
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|||
|
this.label1.Location = new System.Drawing.Point(280, 121);
|
|||
|
this.label1.Name = "label1";
|
|||
|
this.label1.Size = new System.Drawing.Size(500, 2);
|
|||
|
this.label1.TabIndex = 549;
|
|||
|
//
|
|||
|
// btnDn2
|
|||
|
//
|
|||
|
this.btnDn2.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnDn2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnDn2.BorderStyleReDraw = true;
|
|||
|
this.btnDn2.ClickImage = null;
|
|||
|
this.btnDn2.DefaultImage = null;
|
|||
|
this.btnDn2.DisableImage = null;
|
|||
|
this.btnDn2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnDn2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.btnDn2.Location = new System.Drawing.Point(391, 535);
|
|||
|
this.btnDn2.Name = "btnDn2";
|
|||
|
this.btnDn2.OccupancyBar = 0;
|
|||
|
this.btnDn2.OccupancyBar_Lv0 = null;
|
|||
|
this.btnDn2.OccupancyBar_Lv1 = null;
|
|||
|
this.btnDn2.OccupancyBar_Lv2 = null;
|
|||
|
this.btnDn2.OccupancyBar_Lv3 = null;
|
|||
|
this.btnDn2.OccupancyBar_Lv4 = null;
|
|||
|
this.btnDn2.Size = new System.Drawing.Size(105, 48);
|
|||
|
this.btnDn2.TabIndex = 554;
|
|||
|
this.btnDn2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnDn2.UseCompatibleTextRendering = true;
|
|||
|
this.btnDn2.Click += new System.EventHandler(this.btnSelProc_Click);
|
|||
|
//
|
|||
|
// btnUp2
|
|||
|
//
|
|||
|
this.btnUp2.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnUp2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnUp2.BorderStyleReDraw = true;
|
|||
|
this.btnUp2.ClickImage = null;
|
|||
|
this.btnUp2.DefaultImage = null;
|
|||
|
this.btnUp2.DisableImage = null;
|
|||
|
this.btnUp2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnUp2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.btnUp2.Location = new System.Drawing.Point(280, 535);
|
|||
|
this.btnUp2.Name = "btnUp2";
|
|||
|
this.btnUp2.OccupancyBar = 0;
|
|||
|
this.btnUp2.OccupancyBar_Lv0 = null;
|
|||
|
this.btnUp2.OccupancyBar_Lv1 = null;
|
|||
|
this.btnUp2.OccupancyBar_Lv2 = null;
|
|||
|
this.btnUp2.OccupancyBar_Lv3 = null;
|
|||
|
this.btnUp2.OccupancyBar_Lv4 = null;
|
|||
|
this.btnUp2.Size = new System.Drawing.Size(105, 48);
|
|||
|
this.btnUp2.TabIndex = 553;
|
|||
|
this.btnUp2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnUp2.UseCompatibleTextRendering = true;
|
|||
|
this.btnUp2.Click += new System.EventHandler(this.btnSelProc_Click);
|
|||
|
//
|
|||
|
// btnDn
|
|||
|
//
|
|||
|
this.btnDn.BackColor = System.Drawing.Color.White;
|
|||
|
this.btnDn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnDn.BorderStyleReDraw = true;
|
|||
|
this.btnDn.ClickImage = null;
|
|||
|
this.btnDn.DefaultImage = null;
|
|||
|
this.btnDn.DisableImage = null;
|
|||
|
this.btnDn.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnDn.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.btnDn.Location = new System.Drawing.Point(131, 535);
|
|||
|
this.btnDn.Name = "btnDn";
|
|||
|
this.btnDn.OccupancyBar = 0;
|
|||
|
this.btnDn.OccupancyBar_Lv0 = null;
|
|||
|
this.btnDn.OccupancyBar_Lv1 = null;
|
|||
|
this.btnDn.OccupancyBar_Lv2 = null;
|
|||
|
this.btnDn.OccupancyBar_Lv3 = null;
|
|||
|
this.btnDn.OccupancyBar_Lv4 = null;
|
|||
|
this.btnDn.Size = new System.Drawing.Size(105, 48);
|
|||
|
this.btnDn.TabIndex = 552;
|
|||
|
this.btnDn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnDn.UseCompatibleTextRendering = true;
|
|||
|
this.btnDn.Click += new System.EventHandler(this.btnSelProc_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("나눔스퀘어 Bold", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.btnUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|||
|
this.btnUp.Location = new System.Drawing.Point(22, 535);
|
|||
|
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(105, 48);
|
|||
|
this.btnUp.TabIndex = 551;
|
|||
|
this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnUp.UseCompatibleTextRendering = true;
|
|||
|
this.btnUp.Click += new System.EventHandler(this.btnSelProc_Click);
|
|||
|
//
|
|||
|
// btnStoreFin
|
|||
|
//
|
|||
|
this.btnStoreFin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|||
|
this.btnStoreFin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnStoreFin.BorderStyleReDraw = false;
|
|||
|
this.btnStoreFin.ClickImage = null;
|
|||
|
this.btnStoreFin.DefaultImage = null;
|
|||
|
this.btnStoreFin.DisableImage = null;
|
|||
|
this.btnStoreFin.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|||
|
this.btnStoreFin.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnStoreFin.Location = new System.Drawing.Point(680, 538);
|
|||
|
this.btnStoreFin.Name = "btnStoreFin";
|
|||
|
this.btnStoreFin.OccupancyBar = 0;
|
|||
|
this.btnStoreFin.OccupancyBar_Lv0 = null;
|
|||
|
this.btnStoreFin.OccupancyBar_Lv1 = null;
|
|||
|
this.btnStoreFin.OccupancyBar_Lv2 = null;
|
|||
|
this.btnStoreFin.OccupancyBar_Lv3 = null;
|
|||
|
this.btnStoreFin.OccupancyBar_Lv4 = null;
|
|||
|
this.btnStoreFin.Size = new System.Drawing.Size(100, 40);
|
|||
|
this.btnStoreFin.TabIndex = 555;
|
|||
|
this.btnStoreFin.Text = "점포확인";
|
|||
|
this.btnStoreFin.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnStoreFin.Click += new System.EventHandler(this.btnStoreFin_Click);
|
|||
|
//
|
|||
|
// btnAsFin
|
|||
|
//
|
|||
|
this.btnAsFin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|||
|
this.btnAsFin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|||
|
this.btnAsFin.BorderStyleReDraw = false;
|
|||
|
this.btnAsFin.ClickImage = null;
|
|||
|
this.btnAsFin.DefaultImage = null;
|
|||
|
this.btnAsFin.DisableImage = null;
|
|||
|
this.btnAsFin.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|||
|
this.btnAsFin.ForeColor = System.Drawing.Color.White;
|
|||
|
this.btnAsFin.Location = new System.Drawing.Point(574, 538);
|
|||
|
this.btnAsFin.Name = "btnAsFin";
|
|||
|
this.btnAsFin.OccupancyBar = 0;
|
|||
|
this.btnAsFin.OccupancyBar_Lv0 = null;
|
|||
|
this.btnAsFin.OccupancyBar_Lv1 = null;
|
|||
|
this.btnAsFin.OccupancyBar_Lv2 = null;
|
|||
|
this.btnAsFin.OccupancyBar_Lv3 = null;
|
|||
|
this.btnAsFin.OccupancyBar_Lv4 = null;
|
|||
|
this.btnAsFin.Size = new System.Drawing.Size(100, 40);
|
|||
|
this.btnAsFin.TabIndex = 556;
|
|||
|
this.btnAsFin.Text = "AS 완료";
|
|||
|
this.btnAsFin.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
this.btnAsFin.Click += new System.EventHandler(this.btnAsFin_Click);
|
|||
|
//
|
|||
|
// txtDateTo
|
|||
|
//
|
|||
|
this.txtDateTo.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtDateTo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|||
|
this.txtDateTo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|||
|
this.txtDateTo.BorderStyleReDraw = false;
|
|||
|
this.txtDateTo.ClearFlag = false;
|
|||
|
this.txtDateTo.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtDateTo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|||
|
this.txtDateTo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtDateTo.InputType = Cosmos.UI.InputType.Date;
|
|||
|
this.txtDateTo.InputTypeFormat = "";
|
|||
|
this.txtDateTo.Location = new System.Drawing.Point(379, 75);
|
|||
|
this.txtDateTo.Margin = new System.Windows.Forms.Padding(5);
|
|||
|
this.txtDateTo.MaxLength = 10;
|
|||
|
this.txtDateTo.MaxLengthAutoEnd = false;
|
|||
|
this.txtDateTo.MaxLengthForKeyIn = 32767;
|
|||
|
this.txtDateTo.MaxLengthForNumpad = 32767;
|
|||
|
this.txtDateTo.Name = "txtDateTo";
|
|||
|
this.txtDateTo.PasswordChar = '\0';
|
|||
|
this.txtDateTo.ReadOnly = false;
|
|||
|
this.txtDateTo.Size = new System.Drawing.Size(157, 26);
|
|||
|
this.txtDateTo.TabIndex = 543;
|
|||
|
this.txtDateTo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|||
|
this.txtDateTo.UseDualMaxLength = false;
|
|||
|
this.txtDateTo.Value = "20160101";
|
|||
|
//
|
|||
|
// txtDateFrom
|
|||
|
//
|
|||
|
this.txtDateFrom.BackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtDateFrom.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|||
|
this.txtDateFrom.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|||
|
this.txtDateFrom.BorderStyleReDraw = false;
|
|||
|
this.txtDateFrom.ClearFlag = false;
|
|||
|
this.txtDateFrom.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|||
|
this.txtDateFrom.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|||
|
this.txtDateFrom.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|||
|
this.txtDateFrom.InputType = Cosmos.UI.InputType.Date;
|
|||
|
this.txtDateFrom.InputTypeFormat = "";
|
|||
|
this.txtDateFrom.Location = new System.Drawing.Point(158, 75);
|
|||
|
this.txtDateFrom.Margin = new System.Windows.Forms.Padding(5);
|
|||
|
this.txtDateFrom.MaxLength = 10;
|
|||
|
this.txtDateFrom.MaxLengthAutoEnd = false;
|
|||
|
this.txtDateFrom.MaxLengthForKeyIn = 32767;
|
|||
|
this.txtDateFrom.MaxLengthForNumpad = 32767;
|
|||
|
this.txtDateFrom.Name = "txtDateFrom";
|
|||
|
this.txtDateFrom.PasswordChar = '\0';
|
|||
|
this.txtDateFrom.ReadOnly = false;
|
|||
|
this.txtDateFrom.Size = new System.Drawing.Size(157, 26);
|
|||
|
this.txtDateFrom.TabIndex = 541;
|
|||
|
this.txtDateFrom.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|||
|
this.txtDateFrom.UseDualMaxLength = false;
|
|||
|
this.txtDateFrom.Value = "20160101";
|
|||
|
//
|
|||
|
// dgvData1
|
|||
|
//
|
|||
|
this.dgvData1.AllowUserToAddRows = false;
|
|||
|
this.dgvData1.AllowUserToDeleteRows = false;
|
|||
|
this.dgvData1.AllowUserToResizeColumns = false;
|
|||
|
this.dgvData1.AllowUserToResizeRows = false;
|
|||
|
this.dgvData1.BackgroundColor = System.Drawing.Color.White;
|
|||
|
this.dgvData1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|||
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|||
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
|
|||
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|||
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|||
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|||
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
|||
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|||
|
this.dgvData1.DefaultCellStyle = dataGridViewCellStyle1;
|
|||
|
this.dgvData1.Location = new System.Drawing.Point(22, 122);
|
|||
|
this.dgvData1.MultiSelect = false;
|
|||
|
this.dgvData1.Name = "dgvData1";
|
|||
|
this.dgvData1.RowTemplate.Height = 23;
|
|||
|
this.dgvData1.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|||
|
this.dgvData1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|||
|
this.dgvData1.Size = new System.Drawing.Size(250, 410);
|
|||
|
this.dgvData1.TabIndex = 562;
|
|||
|
this.dgvData1.Click += new System.EventHandler(this.dgvData1_Click);
|
|||
|
//
|
|||
|
// dgvData2
|
|||
|
//
|
|||
|
this.dgvData2.AllowUserToAddRows = false;
|
|||
|
this.dgvData2.AllowUserToDeleteRows = false;
|
|||
|
this.dgvData2.AllowUserToResizeColumns = false;
|
|||
|
this.dgvData2.AllowUserToResizeRows = false;
|
|||
|
this.dgvData2.BackgroundColor = System.Drawing.Color.White;
|
|||
|
this.dgvData2.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|||
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|||
|
dataGridViewCellStyle2.BackColor = System.Drawing.SystemColors.Window;
|
|||
|
dataGridViewCellStyle2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|||
|
dataGridViewCellStyle2.ForeColor = System.Drawing.SystemColors.ControlText;
|
|||
|
dataGridViewCellStyle2.SelectionBackColor = System.Drawing.SystemColors.GradientInactiveCaption;
|
|||
|
dataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
|||
|
dataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|||
|
this.dgvData2.DefaultCellStyle = dataGridViewCellStyle2;
|
|||
|
this.dgvData2.Location = new System.Drawing.Point(280, 122);
|
|||
|
this.dgvData2.MultiSelect = false;
|
|||
|
this.dgvData2.Name = "dgvData2";
|
|||
|
this.dgvData2.RowTemplate.Height = 23;
|
|||
|
this.dgvData2.ScrollBars = System.Windows.Forms.ScrollBars.None;
|
|||
|
this.dgvData2.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect;
|
|||
|
this.dgvData2.Size = new System.Drawing.Size(500, 410);
|
|||
|
this.dgvData2.TabIndex = 563;
|
|||
|
//
|
|||
|
// frmStoreEquipCheckList
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.ClientSize = new System.Drawing.Size(800, 600);
|
|||
|
this.Controls.Add(this.dgvData2);
|
|||
|
this.Controls.Add(this.dgvData1);
|
|||
|
this.Controls.Add(this.btnAsFin);
|
|||
|
this.Controls.Add(this.btnStoreFin);
|
|||
|
this.Controls.Add(this.btnDn2);
|
|||
|
this.Controls.Add(this.btnUp2);
|
|||
|
this.Controls.Add(this.btnDn);
|
|||
|
this.Controls.Add(this.btnUp);
|
|||
|
this.Controls.Add(this.label1);
|
|||
|
this.Controls.Add(this.label17);
|
|||
|
this.Controls.Add(this.btnSearch);
|
|||
|
this.Controls.Add(this.btnDateTo);
|
|||
|
this.Controls.Add(this.txtDateTo);
|
|||
|
this.Controls.Add(this.btnDateFrom);
|
|||
|
this.Controls.Add(this.txtDateFrom);
|
|||
|
this.Controls.Add(this.label02);
|
|||
|
this.Controls.Add(this.label01);
|
|||
|
this.Controls.Add(this.lblSearchDate);
|
|||
|
this.Controls.Add(this.lblBox1);
|
|||
|
this.Controls.Add(this.btnExit);
|
|||
|
this.Controls.Add(this.lblTitle);
|
|||
|
this.Controls.Add(this.picBack);
|
|||
|
this.DoubleBuffered = true;
|
|||
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|||
|
this.Name = "frmStoreEquipCheckList";
|
|||
|
this.Text = "frmStoreEquipCheckList";
|
|||
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmStoreEquipCheckList_FormClosing);
|
|||
|
this.Load += new System.EventHandler(this.frmStoreEquipCheckList_Load);
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgvData1)).EndInit();
|
|||
|
((System.ComponentModel.ISupportInitialize)(this.dgvData2)).EndInit();
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.PictureBox picBack;
|
|||
|
private UI.CsmLabel btnExit;
|
|||
|
private UI.CsmLabel lblTitle;
|
|||
|
private UI.CsmButton btnDateTo;
|
|||
|
private UI.CsmPosEditBox txtDateTo;
|
|||
|
private UI.CsmButton btnDateFrom;
|
|||
|
private UI.CsmPosEditBox txtDateFrom;
|
|||
|
private UI.CsmLabel label02;
|
|||
|
private System.Windows.Forms.Label label01;
|
|||
|
private UI.CsmLabel lblSearchDate;
|
|||
|
private UI.CsmLabel lblBox1;
|
|||
|
private UI.CsmButton btnSearch;
|
|||
|
private System.Windows.Forms.Label label17;
|
|||
|
private System.Windows.Forms.Label label1;
|
|||
|
private UI.CsmButton btnDn2;
|
|||
|
private UI.CsmButton btnUp2;
|
|||
|
private UI.CsmButton btnDn;
|
|||
|
private UI.CsmButton btnUp;
|
|||
|
private UI.CsmButton btnStoreFin;
|
|||
|
private UI.CsmButton btnAsFin;
|
|||
|
private System.Windows.Forms.DataGridView dgvData1;
|
|||
|
private System.Windows.Forms.DataGridView dgvData2;
|
|||
|
}
|
|||
|
}
|