spc-kiosk-pb/Window/WebPos/frmWebBiz.designer.cs
2019-06-16 14:12:09 +09:00

137 lines
7.1 KiB
C#

namespace Cosmos.Win
{
partial class frmWebBiz
{
/// <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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmWebBiz));
this.lblTitle = new Cosmos.UI.CsmLabel();
this.axNexacroAXCtrl = new AxNexacroAXLib.AxNexacroAXCtrl14();
this.btnExit = new Cosmos.UI.CsmButton();
this.picBack = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.axNexacroAXCtrl)).BeginInit();
((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("나눔고딕", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblTitle.ForeColor = System.Drawing.Color.White;
this.lblTitle.Location = new System.Drawing.Point(10, 2);
this.lblTitle.Name = "lblTitle";
this.lblTitle.Size = new System.Drawing.Size(964, 33);
this.lblTitle.TabIndex = 413;
this.lblTitle.Text = "WEBPOS";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// axNexacroAXCtrl
//
this.axNexacroAXCtrl.Anchor = System.Windows.Forms.AnchorStyles.None;
this.axNexacroAXCtrl.Enabled = true;
this.axNexacroAXCtrl.Location = new System.Drawing.Point(0, 35);
this.axNexacroAXCtrl.Name = "axNexacroAXCtrl";
this.axNexacroAXCtrl.OcxState = ((System.Windows.Forms.AxHost.State)(resources.GetObject("axNexacroAXCtrl.OcxState")));
this.axNexacroAXCtrl.Size = new System.Drawing.Size(1024, 733);
this.axNexacroAXCtrl.TabIndex = 412;
this.axNexacroAXCtrl.loadingglobalvariables += new AxNexacroAXLib._INexacroAXCtrlEvents_loadingglobalvariablesEventHandler(this.axNexacroAXCtrl_loadingglobalvariables);
this.axNexacroAXCtrl.beforeexit += new AxNexacroAXLib._INexacroAXCtrlEvents_beforeexitEventHandler(this.axNexacroAXCtrl_beforeexit);
this.axNexacroAXCtrl.exit += new System.EventHandler(this.axNexacroAXCtrl_exit);
this.axNexacroAXCtrl.usernotify += new AxNexacroAXLib._INexacroAXCtrlEvents_usernotifyEventHandler(this.axNexacroAXCtrl_usernotify);
//
// btnExit
//
this.btnExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.btnExit.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.btnExit.BorderStyleReDraw = false;
this.btnExit.ClickImage = null;
this.btnExit.DefaultImage = null;
this.btnExit.DisableImage = null;
this.btnExit.Font = new System.Drawing.Font("Microsoft Sans Serif", 20.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.btnExit.ForeColor = System.Drawing.Color.White;
this.btnExit.Location = new System.Drawing.Point(976, 2);
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(46, 32);
this.btnExit.TabIndex = 416;
this.btnExit.Text = "X";
this.btnExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
//
// picBack
//
this.picBack.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
this.picBack.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
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, 35);
this.picBack.TabIndex = 393;
this.picBack.TabStop = false;
//
// frmWebBiz
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
this.ClientSize = new System.Drawing.Size(1024, 768);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.axNexacroAXCtrl);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Location = new System.Drawing.Point(0, 55);
this.Name = "frmWebBiz";
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "WEBPOS";
this.Activated += new System.EventHandler(this.frmWebPos2_Activated);
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmWebBiz_FormClosing);
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.frmWebBiz_FormClosed);
this.Load += new System.EventHandler(this.frmWebBiz_Load);
((System.ComponentModel.ISupportInitialize)(this.axNexacroAXCtrl)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.ResumeLayout(false);
}
#endregion
private AxNexacroAXLib.AxNexacroAXCtrl14 axNexacroAXCtrl;
private UI.CsmLabel lblTitle;
private UI.CsmButton btnExit;
private System.Windows.Forms.PictureBox picBack;
}
}