namespace TableConfiguration { partial class frmFloorManager { /// /// 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.picBack = new System.Windows.Forms.PictureBox(); this.btnExit = new Cosmos.UI.CsmLabel(); this.lblTitle = new Cosmos.UI.CsmLabel(); this.btnInsert = new Cosmos.UI.CsmButton(); this.btnDelete = new Cosmos.UI.CsmButton(); this.btnEnter = new Cosmos.UI.CsmButton(); this.label2 = new System.Windows.Forms.Label(); this.lblFloorCd = new Cosmos.UI.CsmLabel(); this.label4 = new System.Windows.Forms.Label(); this.txtFloorCd = new Cosmos.UI.CsmPosEditBox(); this.txtFloorNm = new Cosmos.UI.CsmPosEditBox(); this.lblFloorNm = new Cosmos.UI.CsmLabel(); this.gridFloor = new Cosmos.UI.CsmGrid(); this.btnGridDn = new Cosmos.UI.CsmButton(); this.btnGridUp = new Cosmos.UI.CsmButton(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); this.SuspendLayout(); // // picBack // this.picBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.picBack.ErrorImage = null; this.picBack.InitialImage = null; this.picBack.Location = new System.Drawing.Point(376, 186); this.picBack.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.picBack.Name = "picBack"; this.picBack.Size = new System.Drawing.Size(78, 71); this.picBack.TabIndex = 313; 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(729, 1); this.btnExit.Name = "btnExit"; this.btnExit.Size = new System.Drawing.Size(58, 50); this.btnExit.TabIndex = 6; this.btnExit.Text = "X"; this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnExit.Click += new System.EventHandler(this.Button_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", 15.75F, 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(714, 50); this.lblTitle.TabIndex = 13; this.lblTitle.Text = "층 관리 "; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnInsert // this.btnInsert.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(110)))), ((int)(((byte)(113))))); this.btnInsert.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnInsert.BorderStyleReDraw = false; this.btnInsert.ClickImage = null; this.btnInsert.DefaultImage = null; this.btnInsert.DisableImage = null; this.btnInsert.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnInsert.ForeColor = System.Drawing.Color.White; this.btnInsert.Location = new System.Drawing.Point(409, 340); this.btnInsert.Name = "btnInsert"; this.btnInsert.OccupancyBar = 0; this.btnInsert.OccupancyBar_Lv0 = null; this.btnInsert.OccupancyBar_Lv1 = null; this.btnInsert.OccupancyBar_Lv2 = null; this.btnInsert.OccupancyBar_Lv3 = null; this.btnInsert.OccupancyBar_Lv4 = null; this.btnInsert.Size = new System.Drawing.Size(104, 40); this.btnInsert.TabIndex = 3; this.btnInsert.Text = "추가"; this.btnInsert.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnInsert.UseCompatibleTextRendering = true; this.btnInsert.Click += new System.EventHandler(this.Button_Click); // // btnDelete // this.btnDelete.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(109)))), ((int)(((byte)(110)))), ((int)(((byte)(113))))); this.btnDelete.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnDelete.BorderStyleReDraw = false; this.btnDelete.ClickImage = null; this.btnDelete.DefaultImage = null; this.btnDelete.DisableImage = null; this.btnDelete.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnDelete.ForeColor = System.Drawing.Color.White; this.btnDelete.Location = new System.Drawing.Point(517, 340); this.btnDelete.Name = "btnDelete"; this.btnDelete.OccupancyBar = 0; this.btnDelete.OccupancyBar_Lv0 = null; this.btnDelete.OccupancyBar_Lv1 = null; this.btnDelete.OccupancyBar_Lv2 = null; this.btnDelete.OccupancyBar_Lv3 = null; this.btnDelete.OccupancyBar_Lv4 = null; this.btnDelete.Size = new System.Drawing.Size(104, 40); this.btnDelete.TabIndex = 4; this.btnDelete.Text = "삭제"; this.btnDelete.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDelete.UseCompatibleTextRendering = true; this.btnDelete.Click += new System.EventHandler(this.Button_Click); // // btnEnter // this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnEnter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnEnter.BorderStyleReDraw = false; this.btnEnter.ClickImage = null; this.btnEnter.DefaultImage = null; this.btnEnter.DisableImage = null; this.btnEnter.Font = new System.Drawing.Font("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnEnter.ForeColor = System.Drawing.Color.White; this.btnEnter.Location = new System.Drawing.Point(662, 340); this.btnEnter.Name = "btnEnter"; this.btnEnter.OccupancyBar = 0; this.btnEnter.OccupancyBar_Lv0 = null; this.btnEnter.OccupancyBar_Lv1 = null; this.btnEnter.OccupancyBar_Lv2 = null; this.btnEnter.OccupancyBar_Lv3 = null; this.btnEnter.OccupancyBar_Lv4 = null; this.btnEnter.Size = new System.Drawing.Size(104, 40); this.btnEnter.TabIndex = 5; this.btnEnter.Text = "확인"; this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnEnter.UseCompatibleTextRendering = true; this.btnEnter.Click += new System.EventHandler(this.Button_Click); // // label2 // this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(165)))), ((int)(((byte)(166)))), ((int)(((byte)(167))))); this.label2.Location = new System.Drawing.Point(425, 148); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(340, 1); this.label2.TabIndex = 11; // // lblFloorCd // this.lblFloorCd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblFloorCd.BorderStyleReDraw = false; this.lblFloorCd.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblFloorCd.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblFloorCd.Location = new System.Drawing.Point(425, 69); this.lblFloorCd.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblFloorCd.Name = "lblFloorCd"; this.lblFloorCd.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblFloorCd.Size = new System.Drawing.Size(120, 40); this.lblFloorCd.TabIndex = 9; this.lblFloorCd.Text = "코드"; this.lblFloorCd.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // label4 // this.label4.BackColor = System.Drawing.Color.Silver; this.label4.Location = new System.Drawing.Point(425, 108); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(340, 1); this.label4.TabIndex = 13; // // txtFloorCd // this.txtFloorCd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.txtFloorCd.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178))))); this.txtFloorCd.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtFloorCd.BorderStyleReDraw = false; this.txtFloorCd.ClearFlag = false; this.txtFloorCd.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.txtFloorCd.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(234)))), ((int)(((byte)(176))))); this.txtFloorCd.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtFloorCd.InputType = Cosmos.UI.InputType.Digit; this.txtFloorCd.InputTypeFormat = ""; this.txtFloorCd.Location = new System.Drawing.Point(559, 76); this.txtFloorCd.Margin = new System.Windows.Forms.Padding(5); this.txtFloorCd.MaxLength = 3; this.txtFloorCd.MaxLengthAutoEnd = false; this.txtFloorCd.MaxLengthForKeyIn = 32767; this.txtFloorCd.MaxLengthForNumpad = 32767; this.txtFloorCd.Name = "txtFloorCd"; this.txtFloorCd.PasswordChar = '\0'; this.txtFloorCd.ReadOnly = false; this.txtFloorCd.Size = new System.Drawing.Size(191, 26); this.txtFloorCd.TabIndex = 0; this.txtFloorCd.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtFloorCd.UseDualMaxLength = false; this.txtFloorCd.Value = "001"; this.txtFloorCd.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.EditBox_KeyDownEvent); // // txtFloorNm // this.txtFloorNm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.txtFloorNm.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(178)))), ((int)(((byte)(178)))), ((int)(((byte)(178))))); this.txtFloorNm.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.txtFloorNm.BorderStyleReDraw = false; this.txtFloorNm.ClearFlag = false; this.txtFloorNm.DisableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.txtFloorNm.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(234)))), ((int)(((byte)(176))))); this.txtFloorNm.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.txtFloorNm.InputType = Cosmos.UI.InputType.None; this.txtFloorNm.InputTypeFormat = ""; this.txtFloorNm.Location = new System.Drawing.Point(559, 115); this.txtFloorNm.Margin = new System.Windows.Forms.Padding(5); this.txtFloorNm.MaxLength = 20; this.txtFloorNm.MaxLengthAutoEnd = false; this.txtFloorNm.MaxLengthForKeyIn = 32767; this.txtFloorNm.MaxLengthForNumpad = 32767; this.txtFloorNm.Name = "txtFloorNm"; this.txtFloorNm.PasswordChar = '\0'; this.txtFloorNm.ReadOnly = false; this.txtFloorNm.Size = new System.Drawing.Size(191, 26); this.txtFloorNm.TabIndex = 1; this.txtFloorNm.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.txtFloorNm.UseDualMaxLength = false; this.txtFloorNm.Value = "1F"; this.txtFloorNm.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.EditBox_KeyDownEvent); // // lblFloorNm // this.lblFloorNm.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblFloorNm.BorderStyleReDraw = false; this.lblFloorNm.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblFloorNm.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblFloorNm.Location = new System.Drawing.Point(425, 108); this.lblFloorNm.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblFloorNm.Name = "lblFloorNm"; this.lblFloorNm.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblFloorNm.Size = new System.Drawing.Size(120, 40); this.lblFloorNm.TabIndex = 10; this.lblFloorNm.Text = "명"; this.lblFloorNm.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // gridFloor // this.gridFloor.BackColor = System.Drawing.Color.White; this.gridFloor.CsmGridAlternateRowBackColor = System.Drawing.Color.White; this.gridFloor.CsmGridBackGroundColor = System.Drawing.Color.Ivory; this.gridFloor.CsmGridColumnCount = 6; this.gridFloor.CsmGridColumnHeadersFont = new System.Drawing.Font("나눔스퀘어", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.gridFloor.CsmGridColumnHeadersHeight = 34; this.gridFloor.CsmGridColumnHeadersVisible = true; this.gridFloor.CsmGridDefaultRowBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(234)))), ((int)(((byte)(234)))), ((int)(((byte)(234))))); this.gridFloor.CsmGridFirstDisplayedScrollingRowIndex = -1; this.gridFloor.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight; this.gridFloor.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText; this.gridFloor.CsmGridIndicateBackColor = System.Drawing.Color.Red; this.gridFloor.CsmGridIndicateForeColor = System.Drawing.Color.White; this.gridFloor.CsmGridRowMove = true; this.gridFloor.CsmGridRowsHeight = 32; this.gridFloor.CsmGridShowPageRowsCount = 7; this.gridFloor.Font = new System.Drawing.Font("나눔스퀘어", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.gridFloor.Location = new System.Drawing.Point(22, 67); this.gridFloor.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.gridFloor.Name = "gridFloor"; this.gridFloor.Size = new System.Drawing.Size(340, 265); this.gridFloor.TabIndex = 2; this.gridFloor.GridClickEvent += new Cosmos.UI.CsmGrid.GridClickEventHandler(this.Grid_ClickEvent); this.gridFloor.Enter += new System.EventHandler(this.Grid_Enter); // // btnGridDn // this.btnGridDn.BackColor = System.Drawing.Color.White; this.btnGridDn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnGridDn.BorderStyleReDraw = true; this.btnGridDn.ClickImage = null; this.btnGridDn.DefaultImage = null; this.btnGridDn.DisableImage = null; this.btnGridDn.Location = new System.Drawing.Point(192, 332); this.btnGridDn.Name = "btnGridDn"; this.btnGridDn.OccupancyBar = 0; this.btnGridDn.OccupancyBar_Lv0 = null; this.btnGridDn.OccupancyBar_Lv1 = null; this.btnGridDn.OccupancyBar_Lv2 = null; this.btnGridDn.OccupancyBar_Lv3 = null; this.btnGridDn.OccupancyBar_Lv4 = null; this.btnGridDn.Size = new System.Drawing.Size(170, 48); this.btnGridDn.TabIndex = 315; this.btnGridDn.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnGridDn.Click += new System.EventHandler(this.Button_Click); // // btnGridUp // this.btnGridUp.BackColor = System.Drawing.Color.White; this.btnGridUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnGridUp.BorderStyleReDraw = true; this.btnGridUp.ClickImage = null; this.btnGridUp.DefaultImage = null; this.btnGridUp.DisableImage = null; this.btnGridUp.Location = new System.Drawing.Point(22, 332); this.btnGridUp.Name = "btnGridUp"; this.btnGridUp.OccupancyBar = 0; this.btnGridUp.OccupancyBar_Lv0 = null; this.btnGridUp.OccupancyBar_Lv1 = null; this.btnGridUp.OccupancyBar_Lv2 = null; this.btnGridUp.OccupancyBar_Lv3 = null; this.btnGridUp.OccupancyBar_Lv4 = null; this.btnGridUp.Size = new System.Drawing.Size(170, 48); this.btnGridUp.TabIndex = 314; this.btnGridUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnGridUp.Click += new System.EventHandler(this.Button_Click); // // label3 // this.label3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label3.Location = new System.Drawing.Point(22, 67); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(340, 2); this.label3.TabIndex = 316; // // label1 // this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132))))); this.label1.Location = new System.Drawing.Point(425, 67); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(340, 2); this.label1.TabIndex = 317; // // frmFloorManager // 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(788, 402); this.Controls.Add(this.label4); this.Controls.Add(this.label1); this.Controls.Add(this.label3); this.Controls.Add(this.btnGridDn); this.Controls.Add(this.btnGridUp); this.Controls.Add(this.btnExit); this.Controls.Add(this.txtFloorNm); this.Controls.Add(this.lblFloorNm); this.Controls.Add(this.txtFloorCd); this.Controls.Add(this.lblFloorCd); this.Controls.Add(this.label2); this.Controls.Add(this.btnEnter); this.Controls.Add(this.btnDelete); this.Controls.Add(this.btnInsert); this.Controls.Add(this.lblTitle); this.Controls.Add(this.gridFloor); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmFloorManager"; this.ShowIcon = false; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "frmFloorManager"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form_Closing); this.Load += new System.EventHandler(this.From_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox picBack; private Cosmos.UI.CsmLabel btnExit; private Cosmos.UI.CsmLabel lblTitle; private Cosmos.UI.CsmButton btnInsert; private Cosmos.UI.CsmGrid gridFloor; private Cosmos.UI.CsmButton btnDelete; private Cosmos.UI.CsmButton btnEnter; private System.Windows.Forms.Label label2; private Cosmos.UI.CsmLabel lblFloorCd; private System.Windows.Forms.Label label4; private Cosmos.UI.CsmPosEditBox txtFloorCd; private Cosmos.UI.CsmPosEditBox txtFloorNm; private Cosmos.UI.CsmLabel lblFloorNm; private Cosmos.UI.CsmButton btnGridDn; private Cosmos.UI.CsmButton btnGridUp; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; } }