namespace Cosmos.Win { partial class frmDeviceStatusSearch { /// /// 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() { this.components = new System.ComponentModel.Container(); System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmDeviceStatusSearch)); this.lblTitle = new Cosmos.UI.CsmLabel(); this.btnExit = new Cosmos.UI.CsmLabel(); this.pbWork = new System.Windows.Forms.ProgressBar(); this.tmStart = new System.Windows.Forms.Timer(this.components); this.lblPos = new Cosmos.UI.CsmLabel(); this.label11 = new System.Windows.Forms.Label(); this.picBack = new System.Windows.Forms.PictureBox(); this.btnNetwork = new Cosmos.UI.CsmButton(); this.btnPrinter = new Cosmos.UI.CsmButton(); this.btnScanner = new Cosmos.UI.CsmButton(); this.btnICReder = new Cosmos.UI.CsmButton(); this.btnSignpad = new Cosmos.UI.CsmButton(); this.btnCAT = new Cosmos.UI.CsmButton(); this.btnCashdraw = new Cosmos.UI.CsmButton(); this.btnLabelPrinter = new Cosmos.UI.CsmButton(); this.btnScale = new Cosmos.UI.CsmButton(); this.btnScalePoleDisp = new Cosmos.UI.CsmButton(); this.btnMSR = new Cosmos.UI.CsmButton(); this.lblCashdraw = new Cosmos.UI.CsmLabel(); this.lblCAT = new Cosmos.UI.CsmLabel(); this.lblLabelPrinter = new Cosmos.UI.CsmLabel(); this.lblScale = new Cosmos.UI.CsmLabel(); this.lblScalePoleDisp = new Cosmos.UI.CsmLabel(); this.lblMSR = new Cosmos.UI.CsmLabel(); this.lblPrinter = new Cosmos.UI.CsmLabel(); this.lblScanner = new Cosmos.UI.CsmLabel(); this.lblICReder = new Cosmos.UI.CsmLabel(); this.lblSignpad = new Cosmos.UI.CsmLabel(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.label3 = new System.Windows.Forms.Label(); this.label4 = new System.Windows.Forms.Label(); this.label5 = new System.Windows.Forms.Label(); this.label6 = new System.Windows.Forms.Label(); this.label7 = new System.Windows.Forms.Label(); this.lblDeviceInfo = new Cosmos.UI.CsmLabel(); this.lblNetworkInfo = new Cosmos.UI.CsmLabel(); this.lblServer = new Cosmos.UI.CsmLabel(); this.label8 = new System.Windows.Forms.Label(); this.label9 = new System.Windows.Forms.Label(); this.label10 = new System.Windows.Forms.Label(); this.label12 = new System.Windows.Forms.Label(); this.picNetworkX = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picNetworkX)).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(728, 50); this.lblTitle.TabIndex = 229; this.lblTitle.Text = "주변장치 상태 조회"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // 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(741, 1); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(58, 50); this.btnExit.TabIndex = 480; this.btnExit.Text = "X"; this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // pbWork // this.pbWork.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(192)))), ((int)(((byte)(0))))); this.pbWork.Location = new System.Drawing.Point(6, 575); this.pbWork.Name = "pbWork"; this.pbWork.Size = new System.Drawing.Size(788, 19); this.pbWork.Style = System.Windows.Forms.ProgressBarStyle.Continuous; this.pbWork.TabIndex = 531; // // tmStart // this.tmStart.Interval = 1; this.tmStart.Tick += new System.EventHandler(this.tmStart_Tick); // // lblPos // this.lblPos.BackColor = System.Drawing.Color.White; this.lblPos.BorderStyleReDraw = false; this.lblPos.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblPos.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblPos.Location = new System.Drawing.Point(63, 431); this.lblPos.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblPos.Name = "lblPos"; this.lblPos.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblPos.Size = new System.Drawing.Size(101, 40); this.lblPos.TabIndex = 536; this.lblPos.Text = "POS"; this.lblPos.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label11 // this.label11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label11.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.label11.ForeColor = System.Drawing.Color.Black; this.label11.Location = new System.Drawing.Point(23, 111); this.label11.Name = "label11"; this.label11.Size = new System.Drawing.Size(756, 1); this.label11.TabIndex = 534; // // picBack // 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 = 542; this.picBack.TabStop = false; // // btnNetwork // this.btnNetwork.BackColor = System.Drawing.Color.White; this.btnNetwork.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnNetwork.BorderStyleReDraw = false; this.btnNetwork.ClickImage = null; this.btnNetwork.DefaultImage = null; this.btnNetwork.DisableImage = null; this.btnNetwork.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnNetwork.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(221))))); this.btnNetwork.Location = new System.Drawing.Point(639, 431); this.btnNetwork.Name = "btnNetwork"; this.btnNetwork.OccupancyBar = 0; this.btnNetwork.OccupancyBar_Lv0 = null; this.btnNetwork.OccupancyBar_Lv1 = null; this.btnNetwork.OccupancyBar_Lv2 = null; this.btnNetwork.OccupancyBar_Lv3 = null; this.btnNetwork.OccupancyBar_Lv4 = null; this.btnNetwork.Size = new System.Drawing.Size(80, 40); this.btnNetwork.TabIndex = 543; this.btnNetwork.Tag = ""; this.btnNetwork.Text = "Pass"; this.btnNetwork.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnNetwork.Click += new System.EventHandler(this.btnProc_Click); // // btnPrinter // this.btnPrinter.BackColor = System.Drawing.Color.White; this.btnPrinter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnPrinter.BorderStyleReDraw = false; this.btnPrinter.ClickImage = null; this.btnPrinter.DefaultImage = null; this.btnPrinter.DisableImage = null; this.btnPrinter.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnPrinter.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(221))))); this.btnPrinter.Location = new System.Drawing.Point(128, 125); this.btnPrinter.Name = "btnPrinter"; this.btnPrinter.OccupancyBar = 0; this.btnPrinter.OccupancyBar_Lv0 = null; this.btnPrinter.OccupancyBar_Lv1 = null; this.btnPrinter.OccupancyBar_Lv2 = null; this.btnPrinter.OccupancyBar_Lv3 = null; this.btnPrinter.OccupancyBar_Lv4 = null; this.btnPrinter.Size = new System.Drawing.Size(80, 40); this.btnPrinter.TabIndex = 481; this.btnPrinter.Text = "Pass"; this.btnPrinter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnPrinter.Click += new System.EventHandler(this.btnProc_Click); // // btnScanner // this.btnScanner.BackColor = System.Drawing.Color.White; this.btnScanner.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnScanner.BorderStyleReDraw = false; this.btnScanner.ClickImage = null; this.btnScanner.DefaultImage = null; this.btnScanner.DisableImage = null; this.btnScanner.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnScanner.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(221))))); this.btnScanner.Location = new System.Drawing.Point(321, 266); this.btnScanner.Name = "btnScanner"; this.btnScanner.OccupancyBar = 0; this.btnScanner.OccupancyBar_Lv0 = null; this.btnScanner.OccupancyBar_Lv1 = null; this.btnScanner.OccupancyBar_Lv2 = null; this.btnScanner.OccupancyBar_Lv3 = null; this.btnScanner.OccupancyBar_Lv4 = null; this.btnScanner.Size = new System.Drawing.Size(80, 40); this.btnScanner.TabIndex = 484; this.btnScanner.Text = "Pass"; this.btnScanner.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnScanner.Visible = false; this.btnScanner.Click += new System.EventHandler(this.btnProc_Click); // // btnICReder // this.btnICReder.BackColor = System.Drawing.Color.White; this.btnICReder.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnICReder.BorderStyleReDraw = false; this.btnICReder.ClickImage = null; this.btnICReder.DefaultImage = null; this.btnICReder.DisableImage = null; this.btnICReder.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnICReder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(221))))); this.btnICReder.Location = new System.Drawing.Point(318, 125); this.btnICReder.Name = "btnICReder"; this.btnICReder.OccupancyBar = 0; this.btnICReder.OccupancyBar_Lv0 = null; this.btnICReder.OccupancyBar_Lv1 = null; this.btnICReder.OccupancyBar_Lv2 = null; this.btnICReder.OccupancyBar_Lv3 = null; this.btnICReder.OccupancyBar_Lv4 = null; this.btnICReder.Size = new System.Drawing.Size(80, 40); this.btnICReder.TabIndex = 487; this.btnICReder.Text = "Pass"; this.btnICReder.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnICReder.Click += new System.EventHandler(this.btnProc_Click); // // btnSignpad // this.btnSignpad.BackColor = System.Drawing.Color.White; 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("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnSignpad.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(221))))); this.btnSignpad.Location = new System.Drawing.Point(506, 125); 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(80, 40); this.btnSignpad.TabIndex = 490; this.btnSignpad.Text = "Pass"; this.btnSignpad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnSignpad.Click += new System.EventHandler(this.btnProc_Click); // // btnCAT // this.btnCAT.BackColor = System.Drawing.Color.White; this.btnCAT.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnCAT.BorderStyleReDraw = false; this.btnCAT.ClickImage = null; this.btnCAT.DefaultImage = null; this.btnCAT.DisableImage = null; this.btnCAT.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnCAT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(221))))); this.btnCAT.Location = new System.Drawing.Point(694, 125); this.btnCAT.Name = "btnCAT"; this.btnCAT.OccupancyBar = 0; this.btnCAT.OccupancyBar_Lv0 = null; this.btnCAT.OccupancyBar_Lv1 = null; this.btnCAT.OccupancyBar_Lv2 = null; this.btnCAT.OccupancyBar_Lv3 = null; this.btnCAT.OccupancyBar_Lv4 = null; this.btnCAT.Size = new System.Drawing.Size(80, 40); this.btnCAT.TabIndex = 493; this.btnCAT.Text = "Pass"; this.btnCAT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnCAT.Click += new System.EventHandler(this.btnProc_Click); // // btnCashdraw // this.btnCashdraw.BackColor = System.Drawing.Color.White; this.btnCashdraw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnCashdraw.BorderStyleReDraw = false; this.btnCashdraw.ClickImage = null; this.btnCashdraw.DefaultImage = null; this.btnCashdraw.DisableImage = null; this.btnCashdraw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnCashdraw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(221))))); this.btnCashdraw.Location = new System.Drawing.Point(694, 194); this.btnCashdraw.Name = "btnCashdraw"; this.btnCashdraw.OccupancyBar = 0; this.btnCashdraw.OccupancyBar_Lv0 = null; this.btnCashdraw.OccupancyBar_Lv1 = null; this.btnCashdraw.OccupancyBar_Lv2 = null; this.btnCashdraw.OccupancyBar_Lv3 = null; this.btnCashdraw.OccupancyBar_Lv4 = null; this.btnCashdraw.Size = new System.Drawing.Size(80, 40); this.btnCashdraw.TabIndex = 496; this.btnCashdraw.Text = "Pass"; this.btnCashdraw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnCashdraw.Visible = false; this.btnCashdraw.Click += new System.EventHandler(this.btnProc_Click); // // btnLabelPrinter // this.btnLabelPrinter.BackColor = System.Drawing.Color.White; this.btnLabelPrinter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnLabelPrinter.BorderStyleReDraw = false; this.btnLabelPrinter.ClickImage = null; this.btnLabelPrinter.DefaultImage = null; this.btnLabelPrinter.DisableImage = null; this.btnLabelPrinter.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnLabelPrinter.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(221))))); this.btnLabelPrinter.Location = new System.Drawing.Point(506, 194); this.btnLabelPrinter.Name = "btnLabelPrinter"; this.btnLabelPrinter.OccupancyBar = 0; this.btnLabelPrinter.OccupancyBar_Lv0 = null; this.btnLabelPrinter.OccupancyBar_Lv1 = null; this.btnLabelPrinter.OccupancyBar_Lv2 = null; this.btnLabelPrinter.OccupancyBar_Lv3 = null; this.btnLabelPrinter.OccupancyBar_Lv4 = null; this.btnLabelPrinter.Size = new System.Drawing.Size(80, 40); this.btnLabelPrinter.TabIndex = 499; this.btnLabelPrinter.Text = "Pass"; this.btnLabelPrinter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnLabelPrinter.Click += new System.EventHandler(this.btnProc_Click); // // btnScale // this.btnScale.BackColor = System.Drawing.Color.White; this.btnScale.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnScale.BorderStyleReDraw = false; this.btnScale.ClickImage = null; this.btnScale.DefaultImage = null; this.btnScale.DisableImage = null; this.btnScale.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnScale.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(221))))); this.btnScale.Location = new System.Drawing.Point(128, 194); this.btnScale.Name = "btnScale"; this.btnScale.OccupancyBar = 0; this.btnScale.OccupancyBar_Lv0 = null; this.btnScale.OccupancyBar_Lv1 = null; this.btnScale.OccupancyBar_Lv2 = null; this.btnScale.OccupancyBar_Lv3 = null; this.btnScale.OccupancyBar_Lv4 = null; this.btnScale.Size = new System.Drawing.Size(80, 40); this.btnScale.TabIndex = 502; this.btnScale.Text = "Pass"; this.btnScale.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnScale.Click += new System.EventHandler(this.btnProc_Click); // // btnScalePoleDisp // this.btnScalePoleDisp.BackColor = System.Drawing.Color.White; this.btnScalePoleDisp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnScalePoleDisp.BorderStyleReDraw = false; this.btnScalePoleDisp.ClickImage = null; this.btnScalePoleDisp.DefaultImage = null; this.btnScalePoleDisp.DisableImage = null; this.btnScalePoleDisp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnScalePoleDisp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(221))))); this.btnScalePoleDisp.Location = new System.Drawing.Point(318, 194); this.btnScalePoleDisp.Name = "btnScalePoleDisp"; this.btnScalePoleDisp.OccupancyBar = 0; this.btnScalePoleDisp.OccupancyBar_Lv0 = null; this.btnScalePoleDisp.OccupancyBar_Lv1 = null; this.btnScalePoleDisp.OccupancyBar_Lv2 = null; this.btnScalePoleDisp.OccupancyBar_Lv3 = null; this.btnScalePoleDisp.OccupancyBar_Lv4 = null; this.btnScalePoleDisp.Size = new System.Drawing.Size(80, 40); this.btnScalePoleDisp.TabIndex = 505; this.btnScalePoleDisp.Text = "Pass"; this.btnScalePoleDisp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnScalePoleDisp.Click += new System.EventHandler(this.btnProc_Click); // // btnMSR // this.btnMSR.BackColor = System.Drawing.Color.White; this.btnMSR.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnMSR.BorderStyleReDraw = false; this.btnMSR.ClickImage = null; this.btnMSR.DefaultImage = null; this.btnMSR.DisableImage = null; this.btnMSR.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnMSR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(169)))), ((int)(((byte)(221))))); this.btnMSR.Location = new System.Drawing.Point(128, 267); this.btnMSR.Name = "btnMSR"; this.btnMSR.OccupancyBar = 0; this.btnMSR.OccupancyBar_Lv0 = null; this.btnMSR.OccupancyBar_Lv1 = null; this.btnMSR.OccupancyBar_Lv2 = null; this.btnMSR.OccupancyBar_Lv3 = null; this.btnMSR.OccupancyBar_Lv4 = null; this.btnMSR.Size = new System.Drawing.Size(80, 40); this.btnMSR.TabIndex = 508; this.btnMSR.Text = "Pass"; this.btnMSR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnMSR.Visible = false; this.btnMSR.Click += new System.EventHandler(this.btnProc_Click); // // lblCashdraw // this.lblCashdraw.BackColor = System.Drawing.Color.White; this.lblCashdraw.BorderStyleReDraw = false; this.lblCashdraw.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblCashdraw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblCashdraw.Location = new System.Drawing.Point(594, 194); this.lblCashdraw.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblCashdraw.Name = "lblCashdraw"; this.lblCashdraw.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblCashdraw.Size = new System.Drawing.Size(101, 40); this.lblCashdraw.TabIndex = 525; this.lblCashdraw.Text = "돈통"; this.lblCashdraw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblCashdraw.Visible = false; // // lblCAT // this.lblCAT.BackColor = System.Drawing.Color.White; this.lblCAT.BorderStyleReDraw = false; this.lblCAT.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblCAT.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblCAT.Location = new System.Drawing.Point(594, 125); this.lblCAT.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblCAT.Name = "lblCAT"; this.lblCAT.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblCAT.Size = new System.Drawing.Size(101, 40); this.lblCAT.TabIndex = 526; this.lblCAT.Text = "CAT 단말기"; this.lblCAT.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblLabelPrinter // this.lblLabelPrinter.BackColor = System.Drawing.Color.White; this.lblLabelPrinter.BorderStyleReDraw = false; this.lblLabelPrinter.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblLabelPrinter.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblLabelPrinter.Location = new System.Drawing.Point(404, 194); this.lblLabelPrinter.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblLabelPrinter.Name = "lblLabelPrinter"; this.lblLabelPrinter.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblLabelPrinter.Size = new System.Drawing.Size(101, 40); this.lblLabelPrinter.TabIndex = 527; this.lblLabelPrinter.Text = "라벨프린터"; this.lblLabelPrinter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblScale // this.lblScale.BackColor = System.Drawing.Color.White; this.lblScale.BorderStyleReDraw = false; this.lblScale.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblScale.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblScale.Location = new System.Drawing.Point(26, 194); this.lblScale.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblScale.Name = "lblScale"; this.lblScale.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblScale.Size = new System.Drawing.Size(101, 40); this.lblScale.TabIndex = 528; this.lblScale.Text = "전자저울"; this.lblScale.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblScalePoleDisp // this.lblScalePoleDisp.BackColor = System.Drawing.Color.White; this.lblScalePoleDisp.BorderStyleReDraw = false; this.lblScalePoleDisp.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblScalePoleDisp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblScalePoleDisp.Location = new System.Drawing.Point(216, 194); this.lblScalePoleDisp.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblScalePoleDisp.Name = "lblScalePoleDisp"; this.lblScalePoleDisp.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblScalePoleDisp.Size = new System.Drawing.Size(101, 40); this.lblScalePoleDisp.TabIndex = 529; this.lblScalePoleDisp.Text = "무선저울"; this.lblScalePoleDisp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblMSR // this.lblMSR.BackColor = System.Drawing.Color.White; this.lblMSR.BorderStyleReDraw = false; this.lblMSR.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblMSR.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblMSR.Location = new System.Drawing.Point(26, 267); this.lblMSR.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblMSR.Name = "lblMSR"; this.lblMSR.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblMSR.Size = new System.Drawing.Size(101, 40); this.lblMSR.TabIndex = 530; this.lblMSR.Text = "MSR"; this.lblMSR.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblMSR.Visible = false; // // lblPrinter // this.lblPrinter.BackColor = System.Drawing.Color.White; this.lblPrinter.BorderStyleReDraw = false; this.lblPrinter.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblPrinter.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblPrinter.Location = new System.Drawing.Point(26, 125); this.lblPrinter.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblPrinter.Name = "lblPrinter"; this.lblPrinter.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblPrinter.Size = new System.Drawing.Size(101, 40); this.lblPrinter.TabIndex = 521; this.lblPrinter.Text = "프린터"; this.lblPrinter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblScanner // this.lblScanner.BackColor = System.Drawing.Color.White; this.lblScanner.BorderStyleReDraw = false; this.lblScanner.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblScanner.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblScanner.Location = new System.Drawing.Point(210, 267); this.lblScanner.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblScanner.Name = "lblScanner"; this.lblScanner.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblScanner.Size = new System.Drawing.Size(101, 40); this.lblScanner.TabIndex = 522; this.lblScanner.Text = "스캐너"; this.lblScanner.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.lblScanner.Visible = false; // // lblICReder // this.lblICReder.BackColor = System.Drawing.Color.White; this.lblICReder.BorderStyleReDraw = false; this.lblICReder.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblICReder.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblICReder.Location = new System.Drawing.Point(216, 125); this.lblICReder.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblICReder.Name = "lblICReder"; this.lblICReder.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblICReder.Size = new System.Drawing.Size(101, 40); this.lblICReder.TabIndex = 523; this.lblICReder.Text = "IC 리더기"; this.lblICReder.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // lblSignpad // this.lblSignpad.BackColor = System.Drawing.Color.White; this.lblSignpad.BorderStyleReDraw = false; this.lblSignpad.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblSignpad.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblSignpad.Location = new System.Drawing.Point(404, 125); this.lblSignpad.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblSignpad.Name = "lblSignpad"; this.lblSignpad.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblSignpad.Size = new System.Drawing.Size(101, 40); this.lblSignpad.TabIndex = 524; this.lblSignpad.Text = "서명패드"; this.lblSignpad.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label1.ForeColor = System.Drawing.Color.Black; this.label1.Location = new System.Drawing.Point(23, 322); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(756, 1); this.label1.TabIndex = 545; // // label2 // this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label2.Location = new System.Drawing.Point(211, 111); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(1, 212); this.label2.TabIndex = 546; // // label3 // this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label3.ForeColor = System.Drawing.Color.Black; this.label3.Location = new System.Drawing.Point(22, 111); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(1, 212); this.label3.TabIndex = 547; // // label4 // this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label4.Location = new System.Drawing.Point(400, 111); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(1, 212); this.label4.TabIndex = 548; // // label5 // this.label5.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label5.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label5.Location = new System.Drawing.Point(589, 111); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(1, 212); this.label5.TabIndex = 549; // // label6 // this.label6.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.label6.ForeColor = System.Drawing.Color.Black; this.label6.Location = new System.Drawing.Point(778, 111); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(1, 212); this.label6.TabIndex = 550; // // label7 // this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label7.Location = new System.Drawing.Point(22, 410); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(756, 1); this.label7.TabIndex = 551; // // lblDeviceInfo // this.lblDeviceInfo.BackColor = System.Drawing.Color.White; this.lblDeviceInfo.BorderStyleReDraw = false; this.lblDeviceInfo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblDeviceInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblDeviceInfo.Location = new System.Drawing.Point(22, 67); this.lblDeviceInfo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblDeviceInfo.Name = "lblDeviceInfo"; this.lblDeviceInfo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblDeviceInfo.Size = new System.Drawing.Size(196, 40); this.lblDeviceInfo.TabIndex = 552; this.lblDeviceInfo.Text = "▶ 주변장치 상태"; this.lblDeviceInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblNetworkInfo // this.lblNetworkInfo.BackColor = System.Drawing.Color.White; this.lblNetworkInfo.BorderStyleReDraw = false; this.lblNetworkInfo.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblNetworkInfo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblNetworkInfo.Location = new System.Drawing.Point(22, 365); this.lblNetworkInfo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblNetworkInfo.Name = "lblNetworkInfo"; this.lblNetworkInfo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblNetworkInfo.Size = new System.Drawing.Size(196, 40); this.lblNetworkInfo.TabIndex = 553; this.lblNetworkInfo.Text = "▶ 네트웍크 상태"; this.lblNetworkInfo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblServer // this.lblServer.BackColor = System.Drawing.Color.White; this.lblServer.BorderStyleReDraw = false; this.lblServer.Font = new System.Drawing.Font("나눔스퀘어 Bold", 9.749999F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblServer.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblServer.Location = new System.Drawing.Point(506, 431); this.lblServer.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblServer.Name = "lblServer"; this.lblServer.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblServer.Size = new System.Drawing.Size(101, 40); this.lblServer.TabIndex = 554; this.lblServer.Text = "SERVER"; this.lblServer.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; // // label8 // this.label8.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label8.Location = new System.Drawing.Point(22, 487); this.label8.Name = "label8"; this.label8.Size = new System.Drawing.Size(756, 1); this.label8.TabIndex = 555; // // label9 // this.label9.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label9.Location = new System.Drawing.Point(164, 450); this.label9.Name = "label9"; this.label9.Size = new System.Drawing.Size(339, 1); this.label9.TabIndex = 556; // // label10 // this.label10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label10.ForeColor = System.Drawing.Color.Black; this.label10.Location = new System.Drawing.Point(22, 178); this.label10.Name = "label10"; this.label10.Size = new System.Drawing.Size(756, 1); this.label10.TabIndex = 557; // // label12 // this.label12.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label12.ForeColor = System.Drawing.Color.Black; this.label12.Location = new System.Drawing.Point(22, 250); this.label12.Name = "label12"; this.label12.Size = new System.Drawing.Size(756, 1); this.label12.TabIndex = 558; // // picNetworkX // this.picNetworkX.ErrorImage = null; this.picNetworkX.Image = ((System.Drawing.Image)(resources.GetObject("picNetworkX.Image"))); this.picNetworkX.InitialImage = null; this.picNetworkX.Location = new System.Drawing.Point(312, 435); this.picNetworkX.Name = "picNetworkX"; this.picNetworkX.Size = new System.Drawing.Size(38, 31); this.picNetworkX.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picNetworkX.TabIndex = 559; this.picNetworkX.TabStop = false; // // frmDeviceStatusSearch // 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.lblTitle); this.Controls.Add(this.label9); this.Controls.Add(this.picNetworkX); this.Controls.Add(this.label12); this.Controls.Add(this.label10); this.Controls.Add(this.btnNetwork); this.Controls.Add(this.label8); this.Controls.Add(this.lblServer); this.Controls.Add(this.lblNetworkInfo); this.Controls.Add(this.lblDeviceInfo); this.Controls.Add(this.label7); this.Controls.Add(this.label6); this.Controls.Add(this.label5); this.Controls.Add(this.label4); this.Controls.Add(this.label3); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.lblPos); this.Controls.Add(this.label11); this.Controls.Add(this.pbWork); this.Controls.Add(this.lblMSR); this.Controls.Add(this.lblScalePoleDisp); this.Controls.Add(this.lblScale); this.Controls.Add(this.lblLabelPrinter); this.Controls.Add(this.lblCAT); this.Controls.Add(this.lblCashdraw); this.Controls.Add(this.lblSignpad); this.Controls.Add(this.lblICReder); this.Controls.Add(this.lblScanner); this.Controls.Add(this.lblPrinter); this.Controls.Add(this.btnMSR); this.Controls.Add(this.btnScalePoleDisp); this.Controls.Add(this.btnScale); this.Controls.Add(this.btnLabelPrinter); this.Controls.Add(this.btnCashdraw); this.Controls.Add(this.btnCAT); this.Controls.Add(this.btnSignpad); this.Controls.Add(this.btnICReder); this.Controls.Add(this.btnScanner); this.Controls.Add(this.btnPrinter); this.Controls.Add(this.btnExit); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.ForeColor = System.Drawing.Color.Black; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmDeviceStatusSearch"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Activated += new System.EventHandler(this.frmDeviceStatusList_Activated); this.Deactivate += new System.EventHandler(this.frmDeviceStatusList_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmDeviceStatusList_FormClosing); this.Load += new System.EventHandler(this.frmDeviceStatusList_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picNetworkX)).EndInit(); this.ResumeLayout(false); } #endregion private UI.CsmLabel lblTitle; private UI.CsmLabel btnExit; private System.Windows.Forms.ProgressBar pbWork; private System.Windows.Forms.Timer tmStart; private UI.CsmLabel lblPos; private System.Windows.Forms.Label label11; private System.Windows.Forms.PictureBox picBack; private UI.CsmButton btnNetwork; private UI.CsmButton btnPrinter; private UI.CsmButton btnScanner; private UI.CsmButton btnICReder; private UI.CsmButton btnSignpad; private UI.CsmButton btnCAT; private UI.CsmButton btnCashdraw; private UI.CsmButton btnLabelPrinter; private UI.CsmButton btnScale; private UI.CsmButton btnScalePoleDisp; private UI.CsmButton btnMSR; private UI.CsmLabel lblCashdraw; private UI.CsmLabel lblCAT; private UI.CsmLabel lblLabelPrinter; private UI.CsmLabel lblScale; private UI.CsmLabel lblScalePoleDisp; private UI.CsmLabel lblMSR; private UI.CsmLabel lblPrinter; private UI.CsmLabel lblScanner; private UI.CsmLabel lblICReder; private UI.CsmLabel lblSignpad; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label5; private System.Windows.Forms.Label label6; private System.Windows.Forms.Label label7; private UI.CsmLabel lblDeviceInfo; private UI.CsmLabel lblNetworkInfo; private UI.CsmLabel lblServer; private System.Windows.Forms.Label label8; private System.Windows.Forms.Label label9; private System.Windows.Forms.Label label10; private System.Windows.Forms.Label label12; private System.Windows.Forms.PictureBox picNetworkX; } }