namespace Cosmos.Win { partial class frmHappyGifHelp { /// /// 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.lblTitle = new Cosmos.UI.CsmLabel(); this.btnExit = new Cosmos.UI.CsmLabel(); this.picGif = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.picGif)).BeginInit(); this.SuspendLayout(); // // 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, 578); this.picBack.TabIndex = 299; this.picBack.TabStop = false; // // 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, System.Drawing.GraphicsUnit.Point, ((byte)(129))); 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 = 301; 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 = 300; this.btnExit.Text = "X"; this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter; this.btnExit.Click += new System.EventHandler(this.btnExit_Click); // // picGif // this.picGif.ErrorImage = null; this.picGif.InitialImage = null; this.picGif.Location = new System.Drawing.Point(9, 51); this.picGif.Name = "picGif"; this.picGif.Size = new System.Drawing.Size(782, 518); this.picGif.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage; this.picGif.TabIndex = 302; this.picGif.TabStop = false; // // frmHappyGifHelp // 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, 578); this.Controls.Add(this.picGif); this.Controls.Add(this.lblTitle); this.Controls.Add(this.btnExit); this.Controls.Add(this.picBack); this.DoubleBuffered = true; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None; this.Name = "frmHappyGifHelp"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "frmHappyGifHelp"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmHappyGifHelp_FormClosing); this.Load += new System.EventHandler(this.frmHappyGifHelp_Load); ((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.picGif)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.PictureBox picBack; private UI.CsmLabel lblTitle; private UI.CsmLabel btnExit; private System.Windows.Forms.PictureBox picGif; } }