namespace Cosmos.Win { partial class frmRegStorNotice { /// /// 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.label2 = new System.Windows.Forms.Label(); this.lblBBSContents = new Cosmos.UI.CsmLabel(); this.lblBBSTitle = new Cosmos.UI.CsmLabel(); this.tbContents = new System.Windows.Forms.TextBox(); this.btnEnter = new Cosmos.UI.CsmButton(); this.csmLabel1 = new Cosmos.UI.CsmLabel(); this.picBack = new System.Windows.Forms.PictureBox(); this.vScrollbar = new Cosmos.UI.CsmVScrollbar(); this.csmLabel2 = new Cosmos.UI.CsmLabel(); this.csmLabel3 = new Cosmos.UI.CsmLabel(); this.tbTitle = new Cosmos.UI.CsmPosEditBox(); ((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); 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 = 4; 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("나눔스퀘어", 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(733, 50); this.lblTitle.TabIndex = 3; this.lblTitle.Text = "타이틀"; this.lblTitle.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(22, 67); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(744, 2); this.label2.TabIndex = 8; // // lblBBSContents // this.lblBBSContents.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblBBSContents.BorderStyleReDraw = true; this.lblBBSContents.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBBSContents.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblBBSContents.Location = new System.Drawing.Point(22, 107); this.lblBBSContents.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblBBSContents.Name = "lblBBSContents"; this.lblBBSContents.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblBBSContents.Size = new System.Drawing.Size(122, 219); this.lblBBSContents.TabIndex = 12; this.lblBBSContents.Text = "상세 내용"; this.lblBBSContents.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // lblBBSTitle // this.lblBBSTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239))))); this.lblBBSTitle.BorderStyleReDraw = true; this.lblBBSTitle.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.lblBBSTitle.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51))))); this.lblBBSTitle.Location = new System.Drawing.Point(22, 68); this.lblBBSTitle.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.lblBBSTitle.Name = "lblBBSTitle"; this.lblBBSTitle.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.lblBBSTitle.Size = new System.Drawing.Size(122, 40); this.lblBBSTitle.TabIndex = 7; this.lblBBSTitle.Text = "제목"; this.lblBBSTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // tbContents // this.tbContents.BackColor = System.Drawing.Color.WhiteSmoke; this.tbContents.BorderStyle = System.Windows.Forms.BorderStyle.None; this.tbContents.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold); this.tbContents.Location = new System.Drawing.Point(160, 115); this.tbContents.MaxLength = 500; this.tbContents.Multiline = true; this.tbContents.Name = "tbContents"; this.tbContents.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.tbContents.Size = new System.Drawing.Size(574, 203); this.tbContents.TabIndex = 1; // // btnEnter // this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126))))); 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("나눔스퀘어", 14F); 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 = 2; this.btnEnter.Text = "확인"; this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnEnter.UseCompatibleTextRendering = true; this.btnEnter.Click += new System.EventHandler(this.btnEnter_Click); // // csmLabel1 // this.csmLabel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(235)))), ((int)(((byte)(235)))), ((int)(((byte)(235))))); this.csmLabel1.BorderStyleReDraw = true; this.csmLabel1.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129))); this.csmLabel1.ForeColor = System.Drawing.Color.Black; this.csmLabel1.Location = new System.Drawing.Point(158, 114); this.csmLabel1.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0); this.csmLabel1.Name = "csmLabel1"; this.csmLabel1.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0); this.csmLabel1.Size = new System.Drawing.Size(591, 205); this.csmLabel1.TabIndex = 10; this.csmLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // picBack // this.picBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.picBack.ErrorImage = null; this.picBack.InitialImage = null; this.picBack.Location = new System.Drawing.Point(22, 311); this.picBack.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2); this.picBack.Name = "picBack"; this.picBack.Size = new System.Drawing.Size(62, 60); this.picBack.TabIndex = 313; this.picBack.TabStop = false; // // vScrollbar // this.vScrollbar.Location = new System.Drawing.Point(717, 115); this.vScrollbar.Name = "vScrollbar"; this.vScrollbar.Size = new System.Drawing.Size(30, 203); this.vScrollbar.TabIndex = 11; // // csmLabel2 // this.csmLabel2.BackColor = System.Drawing.Color.White; this.csmLabel2.BorderStyleReDraw = true; this.csmLabel2.Location = new System.Drawing.Point(143, 107); this.csmLabel2.Name = "csmLabel2"; this.csmLabel2.Size = new System.Drawing.Size(623, 219); this.csmLabel2.TabIndex = 545; // // csmLabel3 // this.csmLabel3.BackColor = System.Drawing.Color.White; this.csmLabel3.BorderStyleReDraw = true; this.csmLabel3.Location = new System.Drawing.Point(143, 68); this.csmLabel3.Name = "csmLabel3"; this.csmLabel3.Size = new System.Drawing.Size(623, 40); this.csmLabel3.TabIndex = 546; // // tbTitle // this.tbTitle.BackColor = System.Drawing.Color.WhiteSmoke; this.tbTitle.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204))))); this.tbTitle.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL; this.tbTitle.BorderStyleReDraw = false; this.tbTitle.ClearFlag = false; this.tbTitle.DisableBackColor = System.Drawing.Color.WhiteSmoke; this.tbTitle.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211))))); this.tbTitle.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold); this.tbTitle.InputType = Cosmos.UI.InputType.None; this.tbTitle.InputTypeFormat = ""; this.tbTitle.Location = new System.Drawing.Point(158, 77); this.tbTitle.Margin = new System.Windows.Forms.Padding(5); this.tbTitle.MaxLength = 50; this.tbTitle.MaxLengthAutoEnd = false; this.tbTitle.MaxLengthForKeyIn = 32767; this.tbTitle.MaxLengthForNumpad = 32767; this.tbTitle.Name = "tbTitle"; this.tbTitle.PasswordChar = '\0'; this.tbTitle.ReadOnly = false; this.tbTitle.Size = new System.Drawing.Size(591, 26); this.tbTitle.TabIndex = 547; this.tbTitle.TextAlign = System.Windows.Forms.HorizontalAlignment.Left; this.tbTitle.UseDualMaxLength = false; this.tbTitle.Value = ""; this.tbTitle.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.EditBox_KeyDownEvent); this.tbTitle.Enter += new System.EventHandler(this.EditBox_Enter); // // frmRegStorNotice // 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.tbTitle); this.Controls.Add(this.vScrollbar); this.Controls.Add(this.btnExit); this.Controls.Add(this.lblTitle); this.Controls.Add(this.tbContents); this.Controls.Add(this.csmLabel1); this.Controls.Add(this.btnEnter); this.Controls.Add(this.label2); this.Controls.Add(this.lblBBSContents); this.Controls.Add(this.lblBBSTitle); this.Controls.Add(this.csmLabel2); this.Controls.Add(this.csmLabel3); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmRegStorNotice"; this.ShowInTaskbar = false; this.Text = "frmRegStorNotice"; 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); this.PerformLayout(); } #endregion private UI.CsmLabel btnExit; private UI.CsmLabel lblTitle; private System.Windows.Forms.Label label2; private UI.CsmLabel lblBBSContents; private UI.CsmLabel lblBBSTitle; private System.Windows.Forms.TextBox tbContents; private UI.CsmButton btnEnter; private UI.CsmLabel csmLabel1; private System.Windows.Forms.PictureBox picBack; private UI.CsmVScrollbar vScrollbar; private UI.CsmLabel csmLabel2; private UI.CsmLabel csmLabel3; private UI.CsmPosEditBox tbTitle; } }