spc-kiosk-pb/Window/WinBasic/frmRembOrderPrint.Designer.cs
2019-06-16 14:12:09 +09:00

372 lines
21 KiB
C#

namespace Cosmos.Win
{
partial class frmRembOrderPrint
{
/// <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.lblPrtFileName = new Cosmos.UI.CsmLabel();
this.txtPath = new Cosmos.UI.CsmLabel();
this.label01 = new System.Windows.Forms.Label();
this.btnOpen = new Cosmos.UI.CsmButton();
this.txtPrtData = new System.Windows.Forms.TextBox();
this.lblMessage01 = new Cosmos.UI.CsmLabel();
this.csmLabel1 = new Cosmos.UI.CsmLabel();
this.csmLabel2 = new Cosmos.UI.CsmLabel();
this.csmLabel3 = new Cosmos.UI.CsmLabel();
this.csmLabel4 = new Cosmos.UI.CsmLabel();
this.csmLabel5 = new Cosmos.UI.CsmLabel();
this.btnWebLink = new Cosmos.UI.CsmButton();
this.btnPrint = new Cosmos.UI.CsmButton();
this.lblBox1 = new Cosmos.UI.CsmLabel();
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
this.SuspendLayout();
//
// picBack
//
this.picBack.BackColor = System.Drawing.Color.White;
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(788, 402);
this.picBack.TabIndex = 394;
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(730, 1);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(58, 50);
this.btnExit.TabIndex = 470;
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", 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(714, 50);
this.lblTitle.TabIndex = 469;
this.lblTitle.Text = "기념일배송 주문정보 출력";
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// lblPrtFileName
//
this.lblPrtFileName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
this.lblPrtFileName.BorderStyleReDraw = true;
this.lblPrtFileName.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold);
this.lblPrtFileName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblPrtFileName.Location = new System.Drawing.Point(22, 68);
this.lblPrtFileName.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblPrtFileName.Name = "lblPrtFileName";
this.lblPrtFileName.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblPrtFileName.Size = new System.Drawing.Size(122, 40);
this.lblPrtFileName.TabIndex = 471;
this.lblPrtFileName.Text = "출력파일";
this.lblPrtFileName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// txtPath
//
this.txtPath.BackColor = System.Drawing.Color.WhiteSmoke;
this.txtPath.BorderStyleReDraw = true;
this.txtPath.Font = new System.Drawing.Font("나눔스퀘어 Bold", 14F, System.Drawing.FontStyle.Bold);
this.txtPath.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.txtPath.Location = new System.Drawing.Point(159, 75);
this.txtPath.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.txtPath.Name = "txtPath";
this.txtPath.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.txtPath.Size = new System.Drawing.Size(477, 26);
this.txtPath.TabIndex = 479;
this.txtPath.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// label01
//
this.label01.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
this.label01.Location = new System.Drawing.Point(22, 67);
this.label01.Name = "label01";
this.label01.Size = new System.Drawing.Size(630, 2);
this.label01.TabIndex = 477;
//
// btnOpen
//
this.btnOpen.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
this.btnOpen.BorderStyleReDraw = false;
this.btnOpen.ClickImage = null;
this.btnOpen.DefaultImage = null;
this.btnOpen.DisableImage = null;
this.btnOpen.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnOpen.ForeColor = System.Drawing.Color.White;
this.btnOpen.Location = new System.Drawing.Point(666, 68);
this.btnOpen.Name = "btnOpen";
this.btnOpen.OccupancyBar = 0;
this.btnOpen.OccupancyBar_Lv0 = null;
this.btnOpen.OccupancyBar_Lv1 = null;
this.btnOpen.OccupancyBar_Lv2 = null;
this.btnOpen.OccupancyBar_Lv3 = null;
this.btnOpen.OccupancyBar_Lv4 = null;
this.btnOpen.Size = new System.Drawing.Size(100, 40);
this.btnOpen.TabIndex = 480;
this.btnOpen.Text = "조회";
this.btnOpen.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnOpen.UseCompatibleTextRendering = true;
this.btnOpen.Click += new System.EventHandler(this.btnOpen_Click);
//
// txtPrtData
//
this.txtPrtData.Font = new System.Drawing.Font("굴림체", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtPrtData.Location = new System.Drawing.Point(22, 122);
this.txtPrtData.Multiline = true;
this.txtPrtData.Name = "txtPrtData";
this.txtPrtData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtPrtData.Size = new System.Drawing.Size(328, 258);
this.txtPrtData.TabIndex = 481;
this.txtPrtData.Text = "012345678901234567890123456789012345678912";
//
// lblMessage01
//
this.lblMessage01.BackColor = System.Drawing.Color.White;
this.lblMessage01.BorderStyleReDraw = false;
this.lblMessage01.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.lblMessage01.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.lblMessage01.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.lblMessage01.Location = new System.Drawing.Point(366, 122);
this.lblMessage01.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.lblMessage01.Name = "lblMessage01";
this.lblMessage01.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.lblMessage01.Size = new System.Drawing.Size(388, 25);
this.lblMessage01.TabIndex = 482;
this.lblMessage01.Text = "[기념일배송 주문정보 출력방법]";
this.lblMessage01.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// csmLabel1
//
this.csmLabel1.BackColor = System.Drawing.Color.White;
this.csmLabel1.BorderStyleReDraw = false;
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.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.csmLabel1.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.csmLabel1.Location = new System.Drawing.Point(366, 157);
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(388, 25);
this.csmLabel1.TabIndex = 483;
this.csmLabel1.Text = "① 기념일 배송 주문관리 페이지 접속";
this.csmLabel1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// csmLabel2
//
this.csmLabel2.BackColor = System.Drawing.Color.White;
this.csmLabel2.BorderStyleReDraw = false;
this.csmLabel2.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.csmLabel2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.csmLabel2.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.csmLabel2.Location = new System.Drawing.Point(366, 229);
this.csmLabel2.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.csmLabel2.Name = "csmLabel2";
this.csmLabel2.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.csmLabel2.Size = new System.Drawing.Size(388, 25);
this.csmLabel2.TabIndex = 484;
this.csmLabel2.Text = "② 해당 주문정보 버튼 클릭";
this.csmLabel2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// csmLabel3
//
this.csmLabel3.BackColor = System.Drawing.Color.White;
this.csmLabel3.BorderStyleReDraw = false;
this.csmLabel3.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.csmLabel3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.csmLabel3.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.csmLabel3.Location = new System.Drawing.Point(366, 253);
this.csmLabel3.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.csmLabel3.Name = "csmLabel3";
this.csmLabel3.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.csmLabel3.Size = new System.Drawing.Size(388, 25);
this.csmLabel3.TabIndex = 485;
this.csmLabel3.Text = "③ 주문정보출력 버튼 클릭";
this.csmLabel3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// csmLabel4
//
this.csmLabel4.BackColor = System.Drawing.Color.White;
this.csmLabel4.BorderStyleReDraw = false;
this.csmLabel4.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.csmLabel4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.csmLabel4.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.csmLabel4.Location = new System.Drawing.Point(366, 277);
this.csmLabel4.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.csmLabel4.Name = "csmLabel4";
this.csmLabel4.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.csmLabel4.Size = new System.Drawing.Size(388, 25);
this.csmLabel4.TabIndex = 486;
this.csmLabel4.Text = "④ 파일저장 버튼 클릭 -> 저장완료";
this.csmLabel4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// csmLabel5
//
this.csmLabel5.BackColor = System.Drawing.Color.White;
this.csmLabel5.BorderStyleReDraw = false;
this.csmLabel5.Font = new System.Drawing.Font("나눔스퀘어 Bold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.csmLabel5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
this.csmLabel5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
this.csmLabel5.Location = new System.Drawing.Point(366, 303);
this.csmLabel5.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
this.csmLabel5.Name = "csmLabel5";
this.csmLabel5.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
this.csmLabel5.Size = new System.Drawing.Size(388, 42);
this.csmLabel5.TabIndex = 487;
this.csmLabel5.Text = "⑤ 본페이지(기념일 배송 주문정보 출력)에서 조회 버튼 클릭 후, 저장된 파일 찾아 출력버튼 클릭";
this.csmLabel5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
//
// btnWebLink
//
this.btnWebLink.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
this.btnWebLink.BorderStyleReDraw = false;
this.btnWebLink.ClickImage = null;
this.btnWebLink.DefaultImage = null;
this.btnWebLink.DisableImage = null;
this.btnWebLink.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnWebLink.ForeColor = System.Drawing.Color.White;
this.btnWebLink.Location = new System.Drawing.Point(428, 182);
this.btnWebLink.Name = "btnWebLink";
this.btnWebLink.OccupancyBar = 0;
this.btnWebLink.OccupancyBar_Lv0 = null;
this.btnWebLink.OccupancyBar_Lv1 = null;
this.btnWebLink.OccupancyBar_Lv2 = null;
this.btnWebLink.OccupancyBar_Lv3 = null;
this.btnWebLink.OccupancyBar_Lv4 = null;
this.btnWebLink.Size = new System.Drawing.Size(262, 40);
this.btnWebLink.TabIndex = 488;
this.btnWebLink.Text = "주문관리 페이지 접속하기";
this.btnWebLink.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnWebLink.UseCompatibleTextRendering = true;
this.btnWebLink.Click += new System.EventHandler(this.btnWebLink_Click);
//
// btnPrint
//
this.btnPrint.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
this.btnPrint.BorderStyleReDraw = false;
this.btnPrint.ClickImage = null;
this.btnPrint.DefaultImage = null;
this.btnPrint.DisableImage = null;
this.btnPrint.Font = new System.Drawing.Font("나눔스퀘어", 14F);
this.btnPrint.ForeColor = System.Drawing.Color.White;
this.btnPrint.Location = new System.Drawing.Point(666, 340);
this.btnPrint.Name = "btnPrint";
this.btnPrint.OccupancyBar = 0;
this.btnPrint.OccupancyBar_Lv0 = null;
this.btnPrint.OccupancyBar_Lv1 = null;
this.btnPrint.OccupancyBar_Lv2 = null;
this.btnPrint.OccupancyBar_Lv3 = null;
this.btnPrint.OccupancyBar_Lv4 = null;
this.btnPrint.Size = new System.Drawing.Size(100, 40);
this.btnPrint.TabIndex = 489;
this.btnPrint.Text = "출력";
this.btnPrint.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.btnPrint.UseCompatibleTextRendering = true;
this.btnPrint.Click += new System.EventHandler(this.btnPrint_Click);
//
// lblBox1
//
this.lblBox1.BackColor = System.Drawing.Color.White;
this.lblBox1.BorderStyleReDraw = true;
this.lblBox1.Location = new System.Drawing.Point(143, 68);
this.lblBox1.Name = "lblBox1";
this.lblBox1.Size = new System.Drawing.Size(509, 40);
this.lblBox1.TabIndex = 490;
//
// frmRembOrderPrint
//
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(788, 402);
this.Controls.Add(this.btnPrint);
this.Controls.Add(this.btnWebLink);
this.Controls.Add(this.csmLabel5);
this.Controls.Add(this.csmLabel4);
this.Controls.Add(this.csmLabel3);
this.Controls.Add(this.csmLabel2);
this.Controls.Add(this.csmLabel1);
this.Controls.Add(this.lblMessage01);
this.Controls.Add(this.txtPrtData);
this.Controls.Add(this.btnOpen);
this.Controls.Add(this.txtPath);
this.Controls.Add(this.label01);
this.Controls.Add(this.lblPrtFileName);
this.Controls.Add(this.btnExit);
this.Controls.Add(this.lblTitle);
this.Controls.Add(this.lblBox1);
this.Controls.Add(this.picBack);
this.DoubleBuffered = true;
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
this.Name = "frmRembOrderPrint";
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "frmRembOrderPrint";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmRembOrderPrint_FormClosing);
this.Load += new System.EventHandler(this.frmRembOrderPrint_Load);
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.PictureBox picBack;
private UI.CsmLabel btnExit;
private UI.CsmLabel lblTitle;
private UI.CsmLabel lblPrtFileName;
private UI.CsmLabel txtPath;
private System.Windows.Forms.Label label01;
private UI.CsmButton btnOpen;
public System.Windows.Forms.TextBox txtPrtData;
private UI.CsmLabel lblMessage01;
private UI.CsmLabel csmLabel1;
private UI.CsmLabel csmLabel2;
private UI.CsmLabel csmLabel3;
private UI.CsmLabel csmLabel4;
private UI.CsmLabel csmLabel5;
private UI.CsmButton btnWebLink;
private UI.CsmButton btnPrint;
private UI.CsmLabel lblBox1;
}
}