211 lines
11 KiB
C#
211 lines
11 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmPosLoad
|
|
{
|
|
/// <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.picBack = new System.Windows.Forms.PictureBox();
|
|
this.btnExit = new Cosmos.UI.CsmLabel();
|
|
this.lblTitle = new Cosmos.UI.CsmLabel();
|
|
this.btnPosConfig = new Cosmos.UI.CsmButton();
|
|
this.btnCommPort = new Cosmos.UI.CsmButton();
|
|
this.btnPosDevice = new Cosmos.UI.CsmButton();
|
|
this.btnAll = new Cosmos.UI.CsmButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// picBack
|
|
//
|
|
this.picBack.BackColor = System.Drawing.Color.White;
|
|
this.picBack.Location = new System.Drawing.Point(0, 0);
|
|
this.picBack.Name = "picBack";
|
|
this.picBack.Size = new System.Drawing.Size(788, 402);
|
|
this.picBack.TabIndex = 0;
|
|
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.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(729, 1);
|
|
this.btnExit.Name = "btnExit";
|
|
this.btnExit.Size = new System.Drawing.Size(58, 50);
|
|
this.btnExit.TabIndex = 238;
|
|
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", 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(727, 50);
|
|
this.lblTitle.TabIndex = 237;
|
|
this.lblTitle.Text = "설정 복원";
|
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// btnPosConfig
|
|
//
|
|
this.btnPosConfig.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnPosConfig.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnPosConfig.BorderStyleReDraw = false;
|
|
this.btnPosConfig.ClickImage = null;
|
|
this.btnPosConfig.DefaultImage = null;
|
|
this.btnPosConfig.DisableImage = null;
|
|
this.btnPosConfig.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnPosConfig.ForeColor = System.Drawing.Color.White;
|
|
this.btnPosConfig.Location = new System.Drawing.Point(17, 107);
|
|
this.btnPosConfig.Name = "btnPosConfig";
|
|
this.btnPosConfig.OccupancyBar = 0;
|
|
this.btnPosConfig.OccupancyBar_Lv0 = null;
|
|
this.btnPosConfig.OccupancyBar_Lv1 = null;
|
|
this.btnPosConfig.OccupancyBar_Lv2 = null;
|
|
this.btnPosConfig.OccupancyBar_Lv3 = null;
|
|
this.btnPosConfig.OccupancyBar_Lv4 = null;
|
|
this.btnPosConfig.Size = new System.Drawing.Size(370, 96);
|
|
this.btnPosConfig.TabIndex = 241;
|
|
this.btnPosConfig.Tag = "PosConfig.INI";
|
|
this.btnPosConfig.Text = "환경설정";
|
|
this.btnPosConfig.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnPosConfig.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnCommPort
|
|
//
|
|
this.btnCommPort.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnCommPort.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnCommPort.BorderStyleReDraw = false;
|
|
this.btnCommPort.ClickImage = null;
|
|
this.btnCommPort.DefaultImage = null;
|
|
this.btnCommPort.DisableImage = null;
|
|
this.btnCommPort.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnCommPort.ForeColor = System.Drawing.Color.White;
|
|
this.btnCommPort.Location = new System.Drawing.Point(402, 107);
|
|
this.btnCommPort.Name = "btnCommPort";
|
|
this.btnCommPort.OccupancyBar = 0;
|
|
this.btnCommPort.OccupancyBar_Lv0 = null;
|
|
this.btnCommPort.OccupancyBar_Lv1 = null;
|
|
this.btnCommPort.OccupancyBar_Lv2 = null;
|
|
this.btnCommPort.OccupancyBar_Lv3 = null;
|
|
this.btnCommPort.OccupancyBar_Lv4 = null;
|
|
this.btnCommPort.Size = new System.Drawing.Size(370, 96);
|
|
this.btnCommPort.TabIndex = 241;
|
|
this.btnCommPort.Tag = "CommPort.INI";
|
|
this.btnCommPort.Text = "포트설정";
|
|
this.btnCommPort.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnCommPort.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnPosDevice
|
|
//
|
|
this.btnPosDevice.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnPosDevice.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnPosDevice.BorderStyleReDraw = false;
|
|
this.btnPosDevice.ClickImage = null;
|
|
this.btnPosDevice.DefaultImage = null;
|
|
this.btnPosDevice.DisableImage = null;
|
|
this.btnPosDevice.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnPosDevice.ForeColor = System.Drawing.Color.White;
|
|
this.btnPosDevice.Location = new System.Drawing.Point(17, 221);
|
|
this.btnPosDevice.Name = "btnPosDevice";
|
|
this.btnPosDevice.OccupancyBar = 0;
|
|
this.btnPosDevice.OccupancyBar_Lv0 = null;
|
|
this.btnPosDevice.OccupancyBar_Lv1 = null;
|
|
this.btnPosDevice.OccupancyBar_Lv2 = null;
|
|
this.btnPosDevice.OccupancyBar_Lv3 = null;
|
|
this.btnPosDevice.OccupancyBar_Lv4 = null;
|
|
this.btnPosDevice.Size = new System.Drawing.Size(370, 96);
|
|
this.btnPosDevice.TabIndex = 241;
|
|
this.btnPosDevice.Tag = "PosDevice.INI";
|
|
this.btnPosDevice.Text = "주변장치";
|
|
this.btnPosDevice.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnPosDevice.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnAll
|
|
//
|
|
this.btnAll.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(127)))), ((int)(((byte)(30)))));
|
|
this.btnAll.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnAll.BorderStyleReDraw = false;
|
|
this.btnAll.ClickImage = null;
|
|
this.btnAll.DefaultImage = null;
|
|
this.btnAll.DisableImage = null;
|
|
this.btnAll.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.btnAll.ForeColor = System.Drawing.Color.White;
|
|
this.btnAll.Location = new System.Drawing.Point(402, 221);
|
|
this.btnAll.Name = "btnAll";
|
|
this.btnAll.OccupancyBar = 0;
|
|
this.btnAll.OccupancyBar_Lv0 = null;
|
|
this.btnAll.OccupancyBar_Lv1 = null;
|
|
this.btnAll.OccupancyBar_Lv2 = null;
|
|
this.btnAll.OccupancyBar_Lv3 = null;
|
|
this.btnAll.OccupancyBar_Lv4 = null;
|
|
this.btnAll.Size = new System.Drawing.Size(370, 96);
|
|
this.btnAll.TabIndex = 241;
|
|
this.btnAll.Tag = "";
|
|
this.btnAll.Text = "전체";
|
|
this.btnAll.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnAll.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// frmPosLoad
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.ClientSize = new System.Drawing.Size(788, 402);
|
|
this.Controls.Add(this.btnAll);
|
|
this.Controls.Add(this.btnCommPort);
|
|
this.Controls.Add(this.btnPosDevice);
|
|
this.Controls.Add(this.btnPosConfig);
|
|
this.Controls.Add(this.btnExit);
|
|
this.Controls.Add(this.lblTitle);
|
|
this.Controls.Add(this.picBack);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
this.Name = "frmPosLoad";
|
|
this.ShowInTaskbar = false;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "frmPosLoad";
|
|
this.TopMost = true;
|
|
this.Load += new System.EventHandler(this.frmPosLoad_Load);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.PictureBox picBack;
|
|
private UI.CsmLabel btnExit;
|
|
private UI.CsmLabel lblTitle;
|
|
private UI.CsmButton btnPosConfig;
|
|
private UI.CsmButton btnCommPort;
|
|
private UI.CsmButton btnPosDevice;
|
|
private UI.CsmButton btnAll;
|
|
}
|
|
} |