namespace Cosmos.Win { partial class frmBusiNotice { /// /// 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.btnExit = new Cosmos.UI.CsmLabel(); this.lblTitle = new Cosmos.UI.CsmLabel(); this.btnPrint = new Cosmos.UI.CsmButton(); this.picBack = new System.Windows.Forms.PictureBox(); this.txtPrtData = new System.Windows.Forms.TextBox(); this.btnSearch1 = new Cosmos.UI.CsmButton(); this.btnSearch2 = new Cosmos.UI.CsmButton(); this.picNotice = new System.Windows.Forms.PictureBox(); this.grdSearchList = new Cosmos.UI.CsmGrid(); this.btnDw2 = new Cosmos.UI.CsmButton(); this.btnDw = new Cosmos.UI.CsmButton(); this.btnUp = new Cosmos.UI.CsmButton(); this.btnUp2 = new Cosmos.UI.CsmButton(); this.vScrollbar = new Cosmos.UI.CsmVScrollbar(); this.label2 = new System.Windows.Forms.Label(); this.btnSearch3 = new Cosmos.UI.CsmButton(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picNotice)).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(965, 1); 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(16, 1); this.lblTitle.Name = "lblTitle"; this.lblTitle.Size = new System.Drawing.Size(950, 50); this.lblTitle.TabIndex = 287; this.lblTitle.Text = "영업 공지사항"; this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // btnPrint // this.btnPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); this.btnPrint.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnPrint.BorderStyleReDraw = false; this.btnPrint.ClickImage = null; this.btnPrint.DefaultImage = null; this.btnPrint.DisableImage = null; this.btnPrint.Font = new System.Drawing.Font("나눔스퀘어", 14F); this.btnPrint.ForeColor = System.Drawing.Color.White; this.btnPrint.Location = new System.Drawing.Point(550, 67); this.btnPrint.Name = "btnPrint"; this.btnPrint.OccupancyBar = 0; this.btnPrint.OccupancyBar_Lv0 = null; this.btnPrint.OccupancyBar_Lv1 = null; this.btnPrint.OccupancyBar_Lv2 = null; this.btnPrint.OccupancyBar_Lv3 = null; this.btnPrint.OccupancyBar_Lv4 = null; this.btnPrint.Size = new System.Drawing.Size(100, 40); this.btnPrint.TabIndex = 133; this.btnPrint.Text = "출력"; this.btnPrint.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnPrint.UseCompatibleTextRendering = true; this.btnPrint.Click += new System.EventHandler(this.btnProc_Click); // // 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(1024, 696); this.picBack.TabIndex = 298; this.picBack.TabStop = false; // // txtPrtData // this.txtPrtData.BackColor = System.Drawing.Color.White; this.txtPrtData.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.txtPrtData.Font = new System.Drawing.Font("굴림체", 10F); this.txtPrtData.Location = new System.Drawing.Point(663, 281); this.txtPrtData.Multiline = true; this.txtPrtData.Name = "txtPrtData"; this.txtPrtData.ReadOnly = true; this.txtPrtData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.txtPrtData.Size = new System.Drawing.Size(322, 399); this.txtPrtData.TabIndex = 358; this.txtPrtData.Text = "012345678901234567890123456789012345678912"; // // btnSearch1 // this.btnSearch1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnSearch1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnSearch1.BorderStyleReDraw = false; this.btnSearch1.ClickImage = null; this.btnSearch1.DefaultImage = null; this.btnSearch1.DisableImage = null; this.btnSearch1.Font = new System.Drawing.Font("나눔스퀘어", 14F); this.btnSearch1.ForeColor = System.Drawing.Color.White; this.btnSearch1.Location = new System.Drawing.Point(244, 67); this.btnSearch1.Name = "btnSearch1"; this.btnSearch1.OccupancyBar = 0; this.btnSearch1.OccupancyBar_Lv0 = null; this.btnSearch1.OccupancyBar_Lv1 = null; this.btnSearch1.OccupancyBar_Lv2 = null; this.btnSearch1.OccupancyBar_Lv3 = null; this.btnSearch1.OccupancyBar_Lv4 = null; this.btnSearch1.Size = new System.Drawing.Size(100, 40); this.btnSearch1.TabIndex = 364; this.btnSearch1.Text = "본사"; this.btnSearch1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnSearch1.UseCompatibleTextRendering = true; this.btnSearch1.Click += new System.EventHandler(this.btnProc_Click); // // btnSearch2 // this.btnSearch2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnSearch2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnSearch2.BorderStyleReDraw = false; this.btnSearch2.ClickImage = null; this.btnSearch2.DefaultImage = null; this.btnSearch2.DisableImage = null; this.btnSearch2.Font = new System.Drawing.Font("나눔스퀘어", 14F); this.btnSearch2.ForeColor = System.Drawing.Color.White; this.btnSearch2.Location = new System.Drawing.Point(346, 67); this.btnSearch2.Name = "btnSearch2"; this.btnSearch2.OccupancyBar = 0; this.btnSearch2.OccupancyBar_Lv0 = null; this.btnSearch2.OccupancyBar_Lv1 = null; this.btnSearch2.OccupancyBar_Lv2 = null; this.btnSearch2.OccupancyBar_Lv3 = null; this.btnSearch2.OccupancyBar_Lv4 = null; this.btnSearch2.Size = new System.Drawing.Size(100, 40); this.btnSearch2.TabIndex = 365; this.btnSearch2.Text = "식품안전"; this.btnSearch2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnSearch2.UseCompatibleTextRendering = true; this.btnSearch2.Click += new System.EventHandler(this.btnProc_Click); // // picNotice // this.picNotice.ErrorImage = null; this.picNotice.InitialImage = null; this.picNotice.Location = new System.Drawing.Point(717, 67); this.picNotice.Name = "picNotice"; this.picNotice.Size = new System.Drawing.Size(290, 208); this.picNotice.SizeMode = System.Windows.Forms.PictureBoxSizeMode.CenterImage; this.picNotice.TabIndex = 366; this.picNotice.TabStop = false; // // grdSearchList // this.grdSearchList.BackColor = System.Drawing.Color.White; this.grdSearchList.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.grdSearchList.CsmGridAlternateRowBackColor = System.Drawing.Color.White; this.grdSearchList.CsmGridBackGroundColor = System.Drawing.Color.Ivory; this.grdSearchList.CsmGridColumnCount = 0; this.grdSearchList.CsmGridColumnHeadersFont = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.grdSearchList.CsmGridColumnHeadersHeight = 18; this.grdSearchList.CsmGridColumnHeadersVisible = false; this.grdSearchList.CsmGridDefaultRowBackColor = System.Drawing.Color.Ivory; this.grdSearchList.CsmGridFirstDisplayedScrollingRowIndex = -1; this.grdSearchList.CsmGridHighlightColor = System.Drawing.SystemColors.Highlight; this.grdSearchList.CsmGridHighlightTextColor = System.Drawing.SystemColors.HighlightText; this.grdSearchList.CsmGridIndicateBackColor = System.Drawing.Color.Red; this.grdSearchList.CsmGridIndicateForeColor = System.Drawing.Color.White; this.grdSearchList.CsmGridRowMove = true; this.grdSearchList.CsmGridRowsHeight = 35; this.grdSearchList.CsmGridShowPageRowsCount = 4; this.grdSearchList.Font = new System.Drawing.Font("Microsoft Sans Serif", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.grdSearchList.Location = new System.Drawing.Point(16, 121); this.grdSearchList.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4); this.grdSearchList.Name = "grdSearchList"; this.grdSearchList.Size = new System.Drawing.Size(606, 559); this.grdSearchList.TabIndex = 371; this.grdSearchList.GridClickEvent += new Cosmos.UI.CsmGrid.GridClickEventHandler(this.grdSearchItem_GridClickEvent); // // btnDw2 // this.btnDw2.BackColor = System.Drawing.Color.White; this.btnDw2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnDw2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnDw2.BorderStyleReDraw = false; this.btnDw2.ClickImage = null; this.btnDw2.DefaultImage = null; this.btnDw2.DisableImage = null; this.btnDw2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnDw2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnDw2.Location = new System.Drawing.Point(621, 539); this.btnDw2.Name = "btnDw2"; this.btnDw2.OccupancyBar = 0; this.btnDw2.OccupancyBar_Lv0 = null; this.btnDw2.OccupancyBar_Lv1 = null; this.btnDw2.OccupancyBar_Lv2 = null; this.btnDw2.OccupancyBar_Lv3 = null; this.btnDw2.OccupancyBar_Lv4 = null; this.btnDw2.Size = new System.Drawing.Size(29, 141); this.btnDw2.TabIndex = 367; this.btnDw2.Text = "▼"; this.btnDw2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDw2.UseCompatibleTextRendering = true; this.btnDw2.Click += new System.EventHandler(this.btnProc_Click); // // btnDw // this.btnDw.BackColor = System.Drawing.Color.White; this.btnDw.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnDw.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnDw.BorderStyleReDraw = false; this.btnDw.ClickImage = null; this.btnDw.DefaultImage = null; this.btnDw.DisableImage = null; this.btnDw.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnDw.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnDw.Location = new System.Drawing.Point(621, 400); this.btnDw.Name = "btnDw"; this.btnDw.OccupancyBar = 0; this.btnDw.OccupancyBar_Lv0 = null; this.btnDw.OccupancyBar_Lv1 = null; this.btnDw.OccupancyBar_Lv2 = null; this.btnDw.OccupancyBar_Lv3 = null; this.btnDw.OccupancyBar_Lv4 = null; this.btnDw.Size = new System.Drawing.Size(29, 140); this.btnDw.TabIndex = 368; this.btnDw.Text = "▽"; this.btnDw.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnDw.UseCompatibleTextRendering = true; this.btnDw.Click += new System.EventHandler(this.btnProc_Click); // // btnUp // this.btnUp.BackColor = System.Drawing.Color.White; this.btnUp.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnUp.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnUp.BorderStyleReDraw = false; this.btnUp.ClickImage = null; this.btnUp.DefaultImage = null; this.btnUp.DisableImage = null; this.btnUp.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnUp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnUp.Location = new System.Drawing.Point(621, 261); this.btnUp.Name = "btnUp"; this.btnUp.OccupancyBar = 0; this.btnUp.OccupancyBar_Lv0 = null; this.btnUp.OccupancyBar_Lv1 = null; this.btnUp.OccupancyBar_Lv2 = null; this.btnUp.OccupancyBar_Lv3 = null; this.btnUp.OccupancyBar_Lv4 = null; this.btnUp.Size = new System.Drawing.Size(29, 140); this.btnUp.TabIndex = 369; this.btnUp.Text = "△"; this.btnUp.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnUp.UseCompatibleTextRendering = true; this.btnUp.Click += new System.EventHandler(this.btnProc_Click); // // btnUp2 // this.btnUp2.BackColor = System.Drawing.Color.White; this.btnUp2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnUp2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.btnUp2.BorderStyleReDraw = false; this.btnUp2.ClickImage = null; this.btnUp2.DefaultImage = null; this.btnUp2.DisableImage = null; this.btnUp2.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.btnUp2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.btnUp2.Location = new System.Drawing.Point(621, 121); this.btnUp2.Name = "btnUp2"; this.btnUp2.OccupancyBar = 0; this.btnUp2.OccupancyBar_Lv0 = null; this.btnUp2.OccupancyBar_Lv1 = null; this.btnUp2.OccupancyBar_Lv2 = null; this.btnUp2.OccupancyBar_Lv3 = null; this.btnUp2.OccupancyBar_Lv4 = null; this.btnUp2.Size = new System.Drawing.Size(29, 141); this.btnUp2.TabIndex = 370; this.btnUp2.Text = "▲"; this.btnUp2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnUp2.UseCompatibleTextRendering = true; this.btnUp2.Click += new System.EventHandler(this.btnProc_Click); // // vScrollbar // this.vScrollbar.Location = new System.Drawing.Point(967, 281); this.vScrollbar.Name = "vScrollbar"; this.vScrollbar.Size = new System.Drawing.Size(40, 399); this.vScrollbar.TabIndex = 494; // // label2 // this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(127)))), ((int)(((byte)(127)))), ((int)(((byte)(127))))); this.label2.Location = new System.Drawing.Point(16, 120); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(634, 2); this.label2.TabIndex = 495; // // btnSearch3 // this.btnSearch3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238))))); this.btnSearch3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnSearch3.BorderStyleReDraw = false; this.btnSearch3.ClickImage = null; this.btnSearch3.DefaultImage = null; this.btnSearch3.DisableImage = null; this.btnSearch3.Font = new System.Drawing.Font("나눔스퀘어", 14F); this.btnSearch3.ForeColor = System.Drawing.Color.White; this.btnSearch3.Location = new System.Drawing.Point(448, 67); this.btnSearch3.Name = "btnSearch3"; this.btnSearch3.OccupancyBar = 0; this.btnSearch3.OccupancyBar_Lv0 = null; this.btnSearch3.OccupancyBar_Lv1 = null; this.btnSearch3.OccupancyBar_Lv2 = null; this.btnSearch3.OccupancyBar_Lv3 = null; this.btnSearch3.OccupancyBar_Lv4 = null; this.btnSearch3.Size = new System.Drawing.Size(100, 40); this.btnSearch3.TabIndex = 496; this.btnSearch3.Text = "점포"; this.btnSearch3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnSearch3.UseCompatibleTextRendering = true; this.btnSearch3.Click += new System.EventHandler(this.btnProc_Click); // // frmBusiNotice // 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(1024, 696); this.Controls.Add(this.btnSearch3); this.Controls.Add(this.label2); this.Controls.Add(this.vScrollbar); this.Controls.Add(this.btnDw2); this.Controls.Add(this.btnDw); this.Controls.Add(this.btnUp); this.Controls.Add(this.btnUp2); this.Controls.Add(this.picNotice); this.Controls.Add(this.btnSearch2); this.Controls.Add(this.btnPrint); this.Controls.Add(this.btnSearch1); this.Controls.Add(this.txtPrtData); this.Controls.Add(this.lblTitle); this.Controls.Add(this.btnExit); this.Controls.Add(this.grdSearchList); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmBusiNotice"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; this.Text = "frmBusiNotice"; this.Activated += new System.EventHandler(this.frmBusiNotice_Activated); this.Deactivate += new System.EventHandler(this.frmBusiNotice_Deactivate); this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmBusiNotice_FormClosing); this.Load += new System.EventHandler(this.frmBusiNotice_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picNotice)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private UI.CsmLabel btnExit; private UI.CsmLabel lblTitle; private System.Windows.Forms.PictureBox picBack; private UI.CsmButton btnPrint; public System.Windows.Forms.TextBox txtPrtData; private UI.CsmButton btnSearch1; private UI.CsmButton btnSearch2; private System.Windows.Forms.PictureBox picNotice; private UI.CsmGrid grdSearchList; private UI.CsmButton btnDw2; private UI.CsmButton btnDw; private UI.CsmButton btnUp; private UI.CsmButton btnUp2; private UI.CsmVScrollbar vScrollbar; private System.Windows.Forms.Label label2; private UI.CsmButton btnSearch3; } }