spc-kiosk-pb/Service/AsvDataProcess/frmPrtData.Designer.cs

146 lines
7.0 KiB
C#
Raw Normal View History

2019-06-16 05:12:09 +00:00
namespace Cosmos.Service
{
partial class frmPrtData
{
/// <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.btnClose = new System.Windows.Forms.Button();
this.txtRecPrtData = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.txtEtcPrtData = new System.Windows.Forms.TextBox();
this.txtPrtData = new System.Windows.Forms.TextBox();
this.txtCampaign = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// btnClose
//
this.btnClose.Font = new System.Drawing.Font("Arial", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.btnClose.Location = new System.Drawing.Point(366, 525);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(126, 33);
this.btnClose.TabIndex = 2;
this.btnClose.Text = "확인";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// txtRecPrtData
//
this.txtRecPrtData.Font = new System.Drawing.Font("굴림체", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtRecPrtData.Location = new System.Drawing.Point(434, 22);
this.txtRecPrtData.Multiline = true;
this.txtRecPrtData.Name = "txtRecPrtData";
this.txtRecPrtData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtRecPrtData.Size = new System.Drawing.Size(418, 281);
this.txtRecPrtData.TabIndex = 4;
this.txtRecPrtData.Text = "0123456789012345678901234567890123456789";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("굴림체", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label1.Location = new System.Drawing.Point(11, 6);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(305, 12);
this.label1.TabIndex = 3;
this.label1.Text = "01234567890123456789012345678901234567890123456789";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Font = new System.Drawing.Font("굴림체", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.label2.Location = new System.Drawing.Point(435, 6);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(305, 12);
this.label2.TabIndex = 5;
this.label2.Text = "01234567890123456789012345678901234567890123456789";
//
// txtEtcPrtData
//
this.txtEtcPrtData.Font = new System.Drawing.Font("굴림체", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtEtcPrtData.Location = new System.Drawing.Point(434, 309);
this.txtEtcPrtData.Multiline = true;
this.txtEtcPrtData.Name = "txtEtcPrtData";
this.txtEtcPrtData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtEtcPrtData.Size = new System.Drawing.Size(418, 210);
this.txtEtcPrtData.TabIndex = 9;
this.txtEtcPrtData.Text = "0123456789012345678901234567890123456789";
//
// txtPrtData
//
this.txtPrtData.Font = new System.Drawing.Font("굴림체", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtPrtData.Location = new System.Drawing.Point(9, 22);
this.txtPrtData.Multiline = true;
this.txtPrtData.Name = "txtPrtData";
this.txtPrtData.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtPrtData.Size = new System.Drawing.Size(418, 388);
this.txtPrtData.TabIndex = 10;
this.txtPrtData.Text = "0123456789012345678901234567890123456789";
//
// txtCampaign
//
this.txtCampaign.Font = new System.Drawing.Font("굴림체", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
this.txtCampaign.Location = new System.Drawing.Point(9, 416);
this.txtCampaign.Multiline = true;
this.txtCampaign.Name = "txtCampaign";
this.txtCampaign.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.txtCampaign.Size = new System.Drawing.Size(418, 103);
this.txtCampaign.TabIndex = 11;
this.txtCampaign.Text = "0123456789012345678901234567890123456789";
//
// frmPrtData
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.ClientSize = new System.Drawing.Size(863, 562);
this.Controls.Add(this.txtCampaign);
this.Controls.Add(this.txtPrtData);
this.Controls.Add(this.txtEtcPrtData);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.txtRecPrtData);
this.Controls.Add(this.label1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "frmPrtData";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "영수증 출력 데이터";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnClose;
public System.Windows.Forms.TextBox txtRecPrtData;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
public System.Windows.Forms.TextBox txtEtcPrtData;
public System.Windows.Forms.TextBox txtPrtData;
public System.Windows.Forms.TextBox txtCampaign;
}
}