203 lines
10 KiB
C#
203 lines
10 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmHappyBuzz
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmHappyBuzz));
|
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.picBack = new System.Windows.Forms.PictureBox();
|
|
this.btnExit = new Cosmos.UI.CsmButton();
|
|
this.btnCan = new Cosmos.UI.CsmButton();
|
|
this.btnAdd = new Cosmos.UI.CsmButton();
|
|
this.wbCtrl = new System.Windows.Forms.WebBrowser();
|
|
this.lblDspMsg = new Cosmos.UI.CsmLabel();
|
|
this.tmrReqst = new System.Windows.Forms.Timer(this.components);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).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, 0);
|
|
this.lblTitle.Name = "lblTitle";
|
|
this.lblTitle.Size = new System.Drawing.Size(714, 51);
|
|
this.lblTitle.TabIndex = 229;
|
|
this.lblTitle.Text = "해피버즈 등록";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// picBack
|
|
//
|
|
this.picBack.BackColor = System.Drawing.Color.White;
|
|
this.picBack.ErrorImage = null;
|
|
this.picBack.Image = ((System.Drawing.Image)(resources.GetObject("picBack.Image")));
|
|
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 = 233;
|
|
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.ClickImage = null;
|
|
this.btnExit.DefaultImage = null;
|
|
this.btnExit.DisableImage = null;
|
|
this.btnExit.Font = new System.Drawing.Font("굴림", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnExit.ForeColor = System.Drawing.Color.White;
|
|
this.btnExit.Location = new System.Drawing.Point(730, 0);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.OccupancyBar = 0;
|
|
this.btnExit.OccupancyBar_Lv0 = null;
|
|
this.btnExit.OccupancyBar_Lv1 = null;
|
|
this.btnExit.OccupancyBar_Lv2 = null;
|
|
this.btnExit.OccupancyBar_Lv3 = null;
|
|
this.btnExit.OccupancyBar_Lv4 = null;
|
|
this.btnExit.Size = new System.Drawing.Size(58, 51);
|
|
this.btnExit.TabIndex = 469;
|
|
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnExit.UseCompatibleTextRendering = true;
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// btnCan
|
|
//
|
|
this.btnCan.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
this.btnCan.BorderStyleReDraw = false;
|
|
this.btnCan.ClickImage = null;
|
|
this.btnCan.DefaultImage = null;
|
|
this.btnCan.DisableImage = null;
|
|
this.btnCan.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|
this.btnCan.ForeColor = System.Drawing.Color.White;
|
|
this.btnCan.Location = new System.Drawing.Point(398, 340);
|
|
this.btnCan.Name = "btnCan";
|
|
this.btnCan.OccupancyBar = 0;
|
|
this.btnCan.OccupancyBar_Lv0 = null;
|
|
this.btnCan.OccupancyBar_Lv1 = null;
|
|
this.btnCan.OccupancyBar_Lv2 = null;
|
|
this.btnCan.OccupancyBar_Lv3 = null;
|
|
this.btnCan.OccupancyBar_Lv4 = null;
|
|
this.btnCan.Size = new System.Drawing.Size(100, 40);
|
|
this.btnCan.TabIndex = 470;
|
|
this.btnCan.Text = "등록취소";
|
|
this.btnCan.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnCan.UseCompatibleTextRendering = true;
|
|
this.btnCan.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnAdd
|
|
//
|
|
this.btnAdd.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
this.btnAdd.BorderStyleReDraw = false;
|
|
this.btnAdd.ClickImage = null;
|
|
this.btnAdd.DefaultImage = null;
|
|
this.btnAdd.DisableImage = null;
|
|
this.btnAdd.Font = new System.Drawing.Font("나눔스퀘어", 14F);
|
|
this.btnAdd.ForeColor = System.Drawing.Color.White;
|
|
this.btnAdd.Location = new System.Drawing.Point(288, 340);
|
|
this.btnAdd.Name = "btnAdd";
|
|
this.btnAdd.OccupancyBar = 0;
|
|
this.btnAdd.OccupancyBar_Lv0 = null;
|
|
this.btnAdd.OccupancyBar_Lv1 = null;
|
|
this.btnAdd.OccupancyBar_Lv2 = null;
|
|
this.btnAdd.OccupancyBar_Lv3 = null;
|
|
this.btnAdd.OccupancyBar_Lv4 = null;
|
|
this.btnAdd.Size = new System.Drawing.Size(100, 40);
|
|
this.btnAdd.TabIndex = 471;
|
|
this.btnAdd.Text = " 추가지급";
|
|
this.btnAdd.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnAdd.UseCompatibleTextRendering = true;
|
|
this.btnAdd.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// wbCtrl
|
|
//
|
|
this.wbCtrl.Location = new System.Drawing.Point(4, 414);
|
|
this.wbCtrl.MinimumSize = new System.Drawing.Size(20, 20);
|
|
this.wbCtrl.Name = "wbCtrl";
|
|
this.wbCtrl.Size = new System.Drawing.Size(784, 278);
|
|
this.wbCtrl.TabIndex = 472;
|
|
//
|
|
// lblDspMsg
|
|
//
|
|
this.lblDspMsg.BackColor = System.Drawing.Color.White;
|
|
this.lblDspMsg.BorderStyleReDraw = true;
|
|
this.lblDspMsg.Font = new System.Drawing.Font("나눔스퀘어 Bold", 36F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.lblDspMsg.Location = new System.Drawing.Point(22, 67);
|
|
this.lblDspMsg.Name = "lblDspMsg";
|
|
this.lblDspMsg.Size = new System.Drawing.Size(744, 259);
|
|
this.lblDspMsg.TabIndex = 473;
|
|
this.lblDspMsg.Text = "해피버즈 등록을 완료 하였습니다. 대기번호 : 1";
|
|
this.lblDspMsg.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// tmrReqst
|
|
//
|
|
this.tmrReqst.Tick += new System.EventHandler(this.tmrReqst_Tick);
|
|
//
|
|
// frmHappyBuzz
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(192)))), ((int)(((byte)(192)))));
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.ClientSize = new System.Drawing.Size(800, 600);
|
|
this.Controls.Add(this.lblDspMsg);
|
|
this.Controls.Add(this.wbCtrl);
|
|
this.Controls.Add(this.btnCan);
|
|
this.Controls.Add(this.btnAdd);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.picBack);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmHappyBuzz";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
|
|
this.Activated += new System.EventHandler(this.frmHappyBuzz_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmHappyBuzz_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmHappyBuzz_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmHappyBuzz_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmLabel lblTitle;
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
protected UI.CsmButton btnExit;
|
|
private UI.CsmButton btnCan;
|
|
private UI.CsmButton btnAdd;
|
|
private System.Windows.Forms.WebBrowser wbCtrl;
|
|
private UI.CsmLabel lblDspMsg;
|
|
private System.Windows.Forms.Timer tmrReqst;
|
|
}
|
|
} |