namespace Cosmos.Win { partial class frmIntegrity { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmIntegrity)); this.btnExit = new Cosmos.UI.CsmLabel(); this.lblTitle = new Cosmos.UI.CsmLabel(); this.picBack = new System.Windows.Forms.PictureBox(); this.lblTitle1 = new System.Windows.Forms.Label(); this.grdIntegrity = new Cosmos.UI.CsmGrid(); this.btnDw2_Integrity = new Cosmos.UI.CsmButton(); this.btnDw_Integrity = new Cosmos.UI.CsmButton(); this.btnUp_Integrity = new Cosmos.UI.CsmButton(); this.btnUp2_Integrity = new Cosmos.UI.CsmButton(); this.btnIntegrityCheck = new Cosmos.UI.CsmButton(); this.lblSaleDate = new Cosmos.UI.CsmLabel(); this.label2 = new System.Windows.Forms.Label(); this.btnIntegritySealect = new Cosmos.UI.CsmButton(); this.btnCertify_Select = new Cosmos.UI.CsmButton(); this.btnCertify_KeyDownload = new Cosmos.UI.CsmButton(); this.grdCertify = new Cosmos.UI.CsmGrid(); this.btnDw2_Certify = new Cosmos.UI.CsmButton(); this.btnDw_Certify = new Cosmos.UI.CsmButton(); this.btnUp_Certify = new Cosmos.UI.CsmButton(); this.btnUp2_Certify = new Cosmos.UI.CsmButton(); this.lblTitle2 = new System.Windows.Forms.Label(); this.lblICVer = new System.Windows.Forms.Label(); this.btnICReader = new Cosmos.UI.CsmButton(); this.btnSignPad = new Cosmos.UI.CsmButton(); this.label3 = new System.Windows.Forms.Label(); this.lblSignPadVer = new System.Windows.Forms.Label(); this.lblPOSVer = new System.Windows.Forms.Label(); this.btnFromDate = new Cosmos.UI.CsmButton(); this.txtDateFrom = new Cosmos.UI.CsmPosEditBox(); this.lblBox1 = new Cosmos.UI.CsmLabel(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); this.SuspendLayout(); // // 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(707, 2); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(58, 50); this.btnExit.TabIndex = 224; 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(3, 1); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(702, 50); this.lblTitle.TabIndex = 287; this.lblTitle.Text = " 무결성 관리"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // picBack // this.picBack.ErrorImage = null; this.picBack.InitialImage = null; this.picBack.Location = new System.Drawing.Point(0, 0); this.picBack.Margin = new System.Windows.Forms.Padding(0); this.picBack.Name = "picBack"; this.picBack.Size = new System.Drawing.Size(768, 696); this.picBack.TabIndex = 298; this.picBack.TabStop = false; // // lblTitle1 // this.lblTitle1.AutoSize = true; this.lblTitle1.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblTitle1.Location = new System.Drawing.Point(12, 153); this.lblTitle1.Name = "lblTitle1"; this.lblTitle1.Size = new System.Drawing.Size(140, 18); this.lblTitle1.TabIndex = 353; this.lblTitle1.Text = "◆ 무결성 점검 내역"; // // grdIntegrity // this.grdIntegrity.BackColor = System.Drawing.Color.White; this.grdIntegrity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.grdIntegrity.CsmGridAlternateRowBackColor = System.Drawing.Color.White; this.grdIntegrity.CsmGridBackGroundColor = System.Drawing.Color.Ivory; this.grdIntegrity.CsmGridColumnCount = 0; this.grdIntegrity.CsmGridColumnHeadersFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.grdIntegrity.CsmGridColumnHeadersHeight = 18; this.grdIntegrity.CsmGridColumnHeadersVisible = false; this.grdIntegrity.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory; this.grdIntegrity.CsmGridFirstDisplayedScrollingRowIndex = -1; this.grdIntegrity.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight; this.grdIntegrity.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText; this.grdIntegrity.CsmGridIndicateBackColor = System.Drawing.Color.Red; this.grdIntegrity.CsmGridIndicateForeColor = System.Drawing.Color.White; this.grdIntegrity.CsmGridRowMove = true; this.grdIntegrity.CsmGridRowsHeight = 35; this.grdIntegrity.CsmGridShowPageRowsCount = 4; this.grdIntegrity.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.grdIntegrity.Location = new System.Drawing.Point(8, 177); this.grdIntegrity.Margin = new System.Windows.Forms.Padding(4); this.grdIntegrity.Name = "grdIntegrity"; this.grdIntegrity.Size = new System.Drawing.Size(342, 429); this.grdIntegrity.TabIndex = 363; // // btnDw2_Integrity // this.btnDw2_Integrity.BackColor = System.Drawing.Color.White; this.btnDw2_Integrity.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnDw2_Integrity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnDw2_Integrity.BorderStyleReDraw = false; this.btnDw2_Integrity.ClickImage = null; this.btnDw2_Integrity.DefaultImage = null; this.btnDw2_Integrity.DisableImage = null; this.btnDw2_Integrity.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnDw2_Integrity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnDw2_Integrity.Location = new System.Drawing.Point(349, 498); this.btnDw2_Integrity.Name = "btnDw2_Integrity"; this.btnDw2_Integrity.OccupancyBar = 0; this.btnDw2_Integrity.OccupancyBar_Lv0 = null; this.btnDw2_Integrity.OccupancyBar_Lv1 = null; this.btnDw2_Integrity.OccupancyBar_Lv2 = null; this.btnDw2_Integrity.OccupancyBar_Lv3 = null; this.btnDw2_Integrity.OccupancyBar_Lv4 = null; this.btnDw2_Integrity.Size = new System.Drawing.Size(29, 108); this.btnDw2_Integrity.TabIndex = 359; this.btnDw2_Integrity.Text = "▼"; this.btnDw2_Integrity.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDw2_Integrity.UseCompatibleTextRendering = true; this.btnDw2_Integrity.Click += new System.EventHandler(this.btnProc_Click); // // btnDw_Integrity // this.btnDw_Integrity.BackColor = System.Drawing.Color.White; this.btnDw_Integrity.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnDw_Integrity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnDw_Integrity.BorderStyleReDraw = false; this.btnDw_Integrity.ClickImage = null; this.btnDw_Integrity.DefaultImage = null; this.btnDw_Integrity.DisableImage = null; this.btnDw_Integrity.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnDw_Integrity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnDw_Integrity.Location = new System.Drawing.Point(349, 391); this.btnDw_Integrity.Name = "btnDw_Integrity"; this.btnDw_Integrity.OccupancyBar = 0; this.btnDw_Integrity.OccupancyBar_Lv0 = null; this.btnDw_Integrity.OccupancyBar_Lv1 = null; this.btnDw_Integrity.OccupancyBar_Lv2 = null; this.btnDw_Integrity.OccupancyBar_Lv3 = null; this.btnDw_Integrity.OccupancyBar_Lv4 = null; this.btnDw_Integrity.Size = new System.Drawing.Size(29, 108); this.btnDw_Integrity.TabIndex = 360; this.btnDw_Integrity.Text = "▽"; this.btnDw_Integrity.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDw_Integrity.UseCompatibleTextRendering = true; this.btnDw_Integrity.Click += new System.EventHandler(this.btnProc_Click); // // btnUp_Integrity // this.btnUp_Integrity.BackColor = System.Drawing.Color.White; this.btnUp_Integrity.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnUp_Integrity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnUp_Integrity.BorderStyleReDraw = false; this.btnUp_Integrity.ClickImage = null; this.btnUp_Integrity.DefaultImage = null; this.btnUp_Integrity.DisableImage = null; this.btnUp_Integrity.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnUp_Integrity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnUp_Integrity.Location = new System.Drawing.Point(349, 284); this.btnUp_Integrity.Name = "btnUp_Integrity"; this.btnUp_Integrity.OccupancyBar = 0; this.btnUp_Integrity.OccupancyBar_Lv0 = null; this.btnUp_Integrity.OccupancyBar_Lv1 = null; this.btnUp_Integrity.OccupancyBar_Lv2 = null; this.btnUp_Integrity.OccupancyBar_Lv3 = null; this.btnUp_Integrity.OccupancyBar_Lv4 = null; this.btnUp_Integrity.Size = new System.Drawing.Size(29, 108); this.btnUp_Integrity.TabIndex = 361; this.btnUp_Integrity.Text = "△"; this.btnUp_Integrity.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnUp_Integrity.UseCompatibleTextRendering = true; this.btnUp_Integrity.Click += new System.EventHandler(this.btnProc_Click); // // btnUp2_Integrity // this.btnUp2_Integrity.BackColor = System.Drawing.Color.White; this.btnUp2_Integrity.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnUp2_Integrity.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnUp2_Integrity.BorderStyleReDraw = false; this.btnUp2_Integrity.ClickImage = null; this.btnUp2_Integrity.DefaultImage = null; this.btnUp2_Integrity.DisableImage = null; this.btnUp2_Integrity.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnUp2_Integrity.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnUp2_Integrity.Location = new System.Drawing.Point(349, 177); this.btnUp2_Integrity.Name = "btnUp2_Integrity"; this.btnUp2_Integrity.OccupancyBar = 0; this.btnUp2_Integrity.OccupancyBar_Lv0 = null; this.btnUp2_Integrity.OccupancyBar_Lv1 = null; this.btnUp2_Integrity.OccupancyBar_Lv2 = null; this.btnUp2_Integrity.OccupancyBar_Lv3 = null; this.btnUp2_Integrity.OccupancyBar_Lv4 = null; this.btnUp2_Integrity.Size = new System.Drawing.Size(29, 108); this.btnUp2_Integrity.TabIndex = 362; this.btnUp2_Integrity.Text = "▲"; this.btnUp2_Integrity.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnUp2_Integrity.UseCompatibleTextRendering = true; this.btnUp2_Integrity.Click += new System.EventHandler(this.btnProc_Click); // // btnIntegrityCheck // this.btnIntegrityCheck.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnIntegrityCheck.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnIntegrityCheck.BorderStyleReDraw = false; this.btnIntegrityCheck.ClickImage = null; this.btnIntegrityCheck.DefaultImage = null; this.btnIntegrityCheck.DisableImage = null; this.btnIntegrityCheck.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnIntegrityCheck.ForeColor = System.Drawing.Color.White; this.btnIntegrityCheck.Location = new System.Drawing.Point(280, 138); this.btnIntegrityCheck.Name = "btnIntegrityCheck"; this.btnIntegrityCheck.OccupancyBar = 0; this.btnIntegrityCheck.OccupancyBar_Lv0 = null; this.btnIntegrityCheck.OccupancyBar_Lv1 = null; this.btnIntegrityCheck.OccupancyBar_Lv2 = null; this.btnIntegrityCheck.OccupancyBar_Lv3 = null; this.btnIntegrityCheck.OccupancyBar_Lv4 = null; this.btnIntegrityCheck.Size = new System.Drawing.Size(98, 33); this.btnIntegrityCheck.TabIndex = 364; this.btnIntegrityCheck.Text = "무결성검사"; this.btnIntegrityCheck.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnIntegrityCheck.UseCompatibleTextRendering = true; this.btnIntegrityCheck.Click += new System.EventHandler(this.btnProc_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(430, 72); 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(122, 40); this.lblSaleDate.TabIndex = 478; this.lblSaleDate.Text = "조회 기간"; this.lblSaleDate.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label2 // this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label2.Location = new System.Drawing.Point(430, 71); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(326, 2); this.label2.TabIndex = 480; // // btnIntegritySealect // this.btnIntegritySealect.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnIntegritySealect.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnIntegritySealect.BorderStyleReDraw = false; this.btnIntegritySealect.ClickImage = null; this.btnIntegritySealect.DefaultImage = null; this.btnIntegritySealect.DisableImage = null; this.btnIntegritySealect.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnIntegritySealect.ForeColor = System.Drawing.Color.White; this.btnIntegritySealect.Location = new System.Drawing.Point(199, 138); this.btnIntegritySealect.Name = "btnIntegritySealect"; this.btnIntegritySealect.OccupancyBar = 0; this.btnIntegritySealect.OccupancyBar_Lv0 = null; this.btnIntegritySealect.OccupancyBar_Lv1 = null; this.btnIntegritySealect.OccupancyBar_Lv2 = null; this.btnIntegritySealect.OccupancyBar_Lv3 = null; this.btnIntegritySealect.OccupancyBar_Lv4 = null; this.btnIntegritySealect.Size = new System.Drawing.Size(75, 32); this.btnIntegritySealect.TabIndex = 482; this.btnIntegritySealect.Text = "조회"; this.btnIntegritySealect.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnIntegritySealect.UseCompatibleTextRendering = true; this.btnIntegritySealect.Click += new System.EventHandler(this.btnProc_Click); // // btnCertify_Select // this.btnCertify_Select.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnCertify_Select.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnCertify_Select.BorderStyleReDraw = false; this.btnCertify_Select.ClickImage = null; this.btnCertify_Select.DefaultImage = null; this.btnCertify_Select.DisableImage = null; this.btnCertify_Select.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnCertify_Select.ForeColor = System.Drawing.Color.White; this.btnCertify_Select.Location = new System.Drawing.Point(581, 137); this.btnCertify_Select.Name = "btnCertify_Select"; this.btnCertify_Select.OccupancyBar = 0; this.btnCertify_Select.OccupancyBar_Lv0 = null; this.btnCertify_Select.OccupancyBar_Lv1 = null; this.btnCertify_Select.OccupancyBar_Lv2 = null; this.btnCertify_Select.OccupancyBar_Lv3 = null; this.btnCertify_Select.OccupancyBar_Lv4 = null; this.btnCertify_Select.Size = new System.Drawing.Size(73, 33); this.btnCertify_Select.TabIndex = 490; this.btnCertify_Select.Text = "조회"; this.btnCertify_Select.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnCertify_Select.UseCompatibleTextRendering = true; this.btnCertify_Select.Click += new System.EventHandler(this.btnProc_Click); // // btnCertify_KeyDownload // this.btnCertify_KeyDownload.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnCertify_KeyDownload.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnCertify_KeyDownload.BorderStyleReDraw = false; this.btnCertify_KeyDownload.ClickImage = null; this.btnCertify_KeyDownload.DefaultImage = null; this.btnCertify_KeyDownload.DisableImage = null; this.btnCertify_KeyDownload.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnCertify_KeyDownload.ForeColor = System.Drawing.Color.White; this.btnCertify_KeyDownload.Location = new System.Drawing.Point(658, 137); this.btnCertify_KeyDownload.Name = "btnCertify_KeyDownload"; this.btnCertify_KeyDownload.OccupancyBar = 0; this.btnCertify_KeyDownload.OccupancyBar_Lv0 = null; this.btnCertify_KeyDownload.OccupancyBar_Lv1 = null; this.btnCertify_KeyDownload.OccupancyBar_Lv2 = null; this.btnCertify_KeyDownload.OccupancyBar_Lv3 = null; this.btnCertify_KeyDownload.OccupancyBar_Lv4 = null; this.btnCertify_KeyDownload.Size = new System.Drawing.Size(100, 33); this.btnCertify_KeyDownload.TabIndex = 489; this.btnCertify_KeyDownload.Text = "상호인증"; this.btnCertify_KeyDownload.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnCertify_KeyDownload.UseCompatibleTextRendering = true; this.btnCertify_KeyDownload.Click += new System.EventHandler(this.btnProc_Click); // // grdCertify // this.grdCertify.BackColor = System.Drawing.Color.White; this.grdCertify.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.grdCertify.CsmGridAlternateRowBackColor = System.Drawing.Color.White; this.grdCertify.CsmGridBackGroundColor = System.Drawing.Color.Ivory; this.grdCertify.CsmGridColumnCount = 0; this.grdCertify.CsmGridColumnHeadersFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.grdCertify.CsmGridColumnHeadersHeight = 18; this.grdCertify.CsmGridColumnHeadersVisible = false; this.grdCertify.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory; this.grdCertify.CsmGridFirstDisplayedScrollingRowIndex = -1; this.grdCertify.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight; this.grdCertify.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText; this.grdCertify.CsmGridIndicateBackColor = System.Drawing.Color.Red; this.grdCertify.CsmGridIndicateForeColor = System.Drawing.Color.White; this.grdCertify.CsmGridRowMove = true; this.grdCertify.CsmGridRowsHeight = 35; this.grdCertify.CsmGridShowPageRowsCount = 4; this.grdCertify.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F); this.grdCertify.Location = new System.Drawing.Point(391, 176); this.grdCertify.Margin = new System.Windows.Forms.Padding(4); this.grdCertify.Name = "grdCertify"; this.grdCertify.Size = new System.Drawing.Size(342, 429); this.grdCertify.TabIndex = 488; // // btnDw2_Certify // this.btnDw2_Certify.BackColor = System.Drawing.Color.White; this.btnDw2_Certify.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnDw2_Certify.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnDw2_Certify.BorderStyleReDraw = false; this.btnDw2_Certify.ClickImage = null; this.btnDw2_Certify.DefaultImage = null; this.btnDw2_Certify.DisableImage = null; this.btnDw2_Certify.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnDw2_Certify.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnDw2_Certify.Location = new System.Drawing.Point(732, 497); this.btnDw2_Certify.Name = "btnDw2_Certify"; this.btnDw2_Certify.OccupancyBar = 0; this.btnDw2_Certify.OccupancyBar_Lv0 = null; this.btnDw2_Certify.OccupancyBar_Lv1 = null; this.btnDw2_Certify.OccupancyBar_Lv2 = null; this.btnDw2_Certify.OccupancyBar_Lv3 = null; this.btnDw2_Certify.OccupancyBar_Lv4 = null; this.btnDw2_Certify.Size = new System.Drawing.Size(29, 108); this.btnDw2_Certify.TabIndex = 484; this.btnDw2_Certify.Text = "▼"; this.btnDw2_Certify.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDw2_Certify.UseCompatibleTextRendering = true; this.btnDw2_Certify.Click += new System.EventHandler(this.btnProc_Click); // // btnDw_Certify // this.btnDw_Certify.BackColor = System.Drawing.Color.White; this.btnDw_Certify.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnDw_Certify.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnDw_Certify.BorderStyleReDraw = false; this.btnDw_Certify.ClickImage = null; this.btnDw_Certify.DefaultImage = null; this.btnDw_Certify.DisableImage = null; this.btnDw_Certify.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnDw_Certify.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnDw_Certify.Location = new System.Drawing.Point(732, 390); this.btnDw_Certify.Name = "btnDw_Certify"; this.btnDw_Certify.OccupancyBar = 0; this.btnDw_Certify.OccupancyBar_Lv0 = null; this.btnDw_Certify.OccupancyBar_Lv1 = null; this.btnDw_Certify.OccupancyBar_Lv2 = null; this.btnDw_Certify.OccupancyBar_Lv3 = null; this.btnDw_Certify.OccupancyBar_Lv4 = null; this.btnDw_Certify.Size = new System.Drawing.Size(29, 108); this.btnDw_Certify.TabIndex = 485; this.btnDw_Certify.Text = "▽"; this.btnDw_Certify.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDw_Certify.UseCompatibleTextRendering = true; this.btnDw_Certify.Click += new System.EventHandler(this.btnProc_Click); // // btnUp_Certify // this.btnUp_Certify.BackColor = System.Drawing.Color.White; this.btnUp_Certify.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnUp_Certify.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnUp_Certify.BorderStyleReDraw = false; this.btnUp_Certify.ClickImage = null; this.btnUp_Certify.DefaultImage = null; this.btnUp_Certify.DisableImage = null; this.btnUp_Certify.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnUp_Certify.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnUp_Certify.Location = new System.Drawing.Point(732, 283); this.btnUp_Certify.Name = "btnUp_Certify"; this.btnUp_Certify.OccupancyBar = 0; this.btnUp_Certify.OccupancyBar_Lv0 = null; this.btnUp_Certify.OccupancyBar_Lv1 = null; this.btnUp_Certify.OccupancyBar_Lv2 = null; this.btnUp_Certify.OccupancyBar_Lv3 = null; this.btnUp_Certify.OccupancyBar_Lv4 = null; this.btnUp_Certify.Size = new System.Drawing.Size(29, 108); this.btnUp_Certify.TabIndex = 486; this.btnUp_Certify.Text = "△"; this.btnUp_Certify.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnUp_Certify.UseCompatibleTextRendering = true; this.btnUp_Certify.Click += new System.EventHandler(this.btnProc_Click); // // btnUp2_Certify // this.btnUp2_Certify.BackColor = System.Drawing.Color.White; this.btnUp2_Certify.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnUp2_Certify.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnUp2_Certify.BorderStyleReDraw = false; this.btnUp2_Certify.ClickImage = null; this.btnUp2_Certify.DefaultImage = null; this.btnUp2_Certify.DisableImage = null; this.btnUp2_Certify.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnUp2_Certify.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnUp2_Certify.Location = new System.Drawing.Point(732, 176); this.btnUp2_Certify.Name = "btnUp2_Certify"; this.btnUp2_Certify.OccupancyBar = 0; this.btnUp2_Certify.OccupancyBar_Lv0 = null; this.btnUp2_Certify.OccupancyBar_Lv1 = null; this.btnUp2_Certify.OccupancyBar_Lv2 = null; this.btnUp2_Certify.OccupancyBar_Lv3 = null; this.btnUp2_Certify.OccupancyBar_Lv4 = null; this.btnUp2_Certify.Size = new System.Drawing.Size(29, 108); this.btnUp2_Certify.TabIndex = 487; this.btnUp2_Certify.Text = "▲"; this.btnUp2_Certify.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnUp2_Certify.UseCompatibleTextRendering = true; this.btnUp2_Certify.Click += new System.EventHandler(this.btnProc_Click); // // lblTitle2 // this.lblTitle2.AutoSize = true; this.lblTitle2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblTitle2.Location = new System.Drawing.Point(387, 152); this.lblTitle2.Name = "lblTitle2"; this.lblTitle2.Size = new System.Drawing.Size(121, 18); this.lblTitle2.TabIndex = 483; this.lblTitle2.Text = "◆ 상호인증 내역"; // // lblICVer // this.lblICVer.AutoSize = true; this.lblICVer.BackColor = System.Drawing.Color.Transparent; this.lblICVer.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblICVer.ForeColor = System.Drawing.Color.Black; this.lblICVer.Location = new System.Drawing.Point(15, 620); this.lblICVer.Name = "lblICVer"; this.lblICVer.Size = new System.Drawing.Size(154, 18); this.lblICVer.TabIndex = 491; this.lblICVer.Text = "▶ IC리더기 인증 Ver:"; // // btnICReader // this.btnICReader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(192))))); this.btnICReader.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnICReader.BorderStyleReDraw = false; this.btnICReader.ClickImage = null; this.btnICReader.DefaultImage = null; this.btnICReader.DisableImage = null; this.btnICReader.Font = new System.Drawing.Font("나눔스퀘어", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnICReader.ForeColor = System.Drawing.Color.White; this.btnICReader.Location = new System.Drawing.Point(7, 68); this.btnICReader.Name = "btnICReader"; this.btnICReader.OccupancyBar = 0; this.btnICReader.OccupancyBar_Lv0 = null; this.btnICReader.OccupancyBar_Lv1 = null; this.btnICReader.OccupancyBar_Lv2 = null; this.btnICReader.OccupancyBar_Lv3 = null; this.btnICReader.OccupancyBar_Lv4 = null; this.btnICReader.Size = new System.Drawing.Size(156, 50); this.btnICReader.TabIndex = 492; this.btnICReader.Text = "IC리더기"; this.btnICReader.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnICReader.UseCompatibleTextRendering = true; this.btnICReader.Click += new System.EventHandler(this.btnProc_Click); // // btnSignPad // this.btnSignPad.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(110)))), ((int)(((byte)(113))))); this.btnSignPad.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnSignPad.BorderStyleReDraw = false; this.btnSignPad.ClickImage = null; this.btnSignPad.DefaultImage = null; this.btnSignPad.DisableImage = null; this.btnSignPad.Font = new System.Drawing.Font("나눔스퀘어", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnSignPad.ForeColor = System.Drawing.Color.White; this.btnSignPad.Location = new System.Drawing.Point(170, 68); this.btnSignPad.Name = "btnSignPad"; this.btnSignPad.OccupancyBar = 0; this.btnSignPad.OccupancyBar_Lv0 = null; this.btnSignPad.OccupancyBar_Lv1 = null; this.btnSignPad.OccupancyBar_Lv2 = null; this.btnSignPad.OccupancyBar_Lv3 = null; this.btnSignPad.OccupancyBar_Lv4 = null; this.btnSignPad.Size = new System.Drawing.Size(156, 50); this.btnSignPad.TabIndex = 493; this.btnSignPad.Text = "서명패드"; this.btnSignPad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnSignPad.UseCompatibleTextRendering = true; this.btnSignPad.Click += new System.EventHandler(this.btnProc_Click); // // label3 // this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label3.Location = new System.Drawing.Point(8, 117); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(752, 1); this.label3.TabIndex = 494; // // lblSignPadVer // this.lblSignPadVer.AutoSize = true; this.lblSignPadVer.BackColor = System.Drawing.Color.Transparent; this.lblSignPadVer.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblSignPadVer.ForeColor = System.Drawing.Color.Black; this.lblSignPadVer.Location = new System.Drawing.Point(14, 654); this.lblSignPadVer.Name = "lblSignPadVer"; this.lblSignPadVer.Size = new System.Drawing.Size(155, 18); this.lblSignPadVer.TabIndex = 495; this.lblSignPadVer.Text = "▶ 서명패드 인증 Ver:"; this.lblSignPadVer.Visible = false; // // lblPOSVer // this.lblPOSVer.AutoSize = true; this.lblPOSVer.BackColor = System.Drawing.Color.Transparent; this.lblPOSVer.Font = new System.Drawing.Font("나눔스퀘어", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblPOSVer.ForeColor = System.Drawing.Color.Black; this.lblPOSVer.Location = new System.Drawing.Point(387, 620); this.lblPOSVer.Name = "lblPOSVer"; this.lblPOSVer.Size = new System.Drawing.Size(196, 18); this.lblPOSVer.TabIndex = 496; this.lblPOSVer.Text = "▶ POS S/W 보안 식별정보:"; // // btnFromDate // this.btnFromDate.BackColor = System.Drawing.Color.WhiteSmoke; this.btnFromDate.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnFromDate.BorderStyleReDraw = true; this.btnFromDate.ClickImage = null; this.btnFromDate.DefaultImage = null; this.btnFromDate.DisableImage = null; this.btnFromDate.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold); this.btnFromDate.ForeColor = System.Drawing.Color.Black; this.btnFromDate.Image = ((System.Drawing.Image)(resources.GetObject("btnFromDate.Image"))); this.btnFromDate.Location = new System.Drawing.Point(714, 79); this.btnFromDate.Name = "btnFromDate"; this.btnFromDate.OccupancyBar = 0; this.btnFromDate.OccupancyBar_Lv0 = null; this.btnFromDate.OccupancyBar_Lv1 = null; this.btnFromDate.OccupancyBar_Lv2 = null; this.btnFromDate.OccupancyBar_Lv3 = null; this.btnFromDate.OccupancyBar_Lv4 = null; this.btnFromDate.Size = new System.Drawing.Size(26, 26); this.btnFromDate.TabIndex = 498; this.btnFromDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnFromDate.Click += new System.EventHandler(this.btnFromDate_Click); // // 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(566, 79); 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(147, 26); this.txtDateFrom.TabIndex = 497; this.txtDateFrom.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtDateFrom.UseDualMaxLength = false; this.txtDateFrom.Value = "20160101"; // // lblBox1 // this.lblBox1.BackColor = System.Drawing.Color.White; this.lblBox1.BorderStyleReDraw = true; this.lblBox1.Location = new System.Drawing.Point(551, 72); this.lblBox1.Name = "lblBox1"; this.lblBox1.Size = new System.Drawing.Size(205, 40); this.lblBox1.TabIndex = 499; // // frmIntegrity // 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(768, 696); this.Controls.Add(this.btnDw2_Certify); this.Controls.Add(this.btnDw_Certify); this.Controls.Add(this.btnUp_Certify); this.Controls.Add(this.btnUp2_Certify); this.Controls.Add(this.btnDw2_Integrity); this.Controls.Add(this.btnDw_Integrity); this.Controls.Add(this.btnUp_Integrity); this.Controls.Add(this.btnUp2_Integrity); this.Controls.Add(this.btnFromDate); this.Controls.Add(this.txtDateFrom); this.Controls.Add(this.lblPOSVer); this.Controls.Add(this.lblSignPadVer); this.Controls.Add(this.label3); this.Controls.Add(this.btnSignPad); this.Controls.Add(this.btnICReader); this.Controls.Add(this.lblICVer); this.Controls.Add(this.btnCertify_Select); this.Controls.Add(this.btnCertify_KeyDownload); this.Controls.Add(this.grdCertify); this.Controls.Add(this.lblTitle2); this.Controls.Add(this.btnIntegritySealect); this.Controls.Add(this.label2); this.Controls.Add(this.lblSaleDate); this.Controls.Add(this.btnIntegrityCheck); this.Controls.Add(this.grdIntegrity); this.Controls.Add(this.lblTitle1); this.Controls.Add(this.lblTitle); this.Controls.Add(this.btnExit); this.Controls.Add(this.lblBox1); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmIntegrity"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "frmIntegrity"; this.TopMost = true; this.Activated += new System.EventHandler(this.frmIntegrity_Activated); this.Deactivate += new System.EventHandler(this.frmIntegrity_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmIntegrity_FormClosing); this.Load += new System.EventHandler(this.frmIntegrity_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private UI.CsmLabel btnExit; private UI.CsmLabel lblTitle; private System.Windows.Forms.PictureBox picBack; private System.Windows.Forms.Label lblTitle1; private UI.CsmGrid grdIntegrity; private UI.CsmButton btnDw2_Integrity; private UI.CsmButton btnDw_Integrity; private UI.CsmButton btnUp_Integrity; private UI.CsmButton btnUp2_Integrity; private UI.CsmButton btnIntegrityCheck; private UI.CsmLabel lblSaleDate; private System.Windows.Forms.Label label2; private UI.CsmButton btnIntegritySealect; private UI.CsmButton btnCertify_Select; private UI.CsmButton btnCertify_KeyDownload; private UI.CsmGrid grdCertify; private UI.CsmButton btnDw2_Certify; private UI.CsmButton btnDw_Certify; private UI.CsmButton btnUp_Certify; private UI.CsmButton btnUp2_Certify; private System.Windows.Forms.Label lblTitle2; private System.Windows.Forms.Label lblICVer; private UI.CsmButton btnICReader; private UI.CsmButton btnSignPad; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label lblSignPadVer; private System.Windows.Forms.Label lblPOSVer; private UI.CsmButton btnFromDate; private UI.CsmPosEditBox txtDateFrom; private UI.CsmLabel lblBox1; } }