578 lines
32 KiB
C#
578 lines
32 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmMenualAppr
|
|
{
|
|
/// <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.txtDivMonth = new Cosmos.UI.CsmPosEditBox();
|
|
this.txtCardNo = new Cosmos.UI.CsmPosEditBox();
|
|
this.txtAppNo = new Cosmos.UI.CsmPosEditBox();
|
|
this.txtCardComp = new Cosmos.UI.CsmLabel();
|
|
this.txtDspAppAmt = new Cosmos.UI.CsmLabel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.lblBox5 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox4 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox3 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox2 = new Cosmos.UI.CsmLabel();
|
|
this.lblBox1 = new Cosmos.UI.CsmLabel();
|
|
this.btnMenu3 = new Cosmos.UI.CsmButton();
|
|
this.btnMenu4 = new Cosmos.UI.CsmButton();
|
|
this.btnMenu2 = new Cosmos.UI.CsmButton();
|
|
this.btnMenu1 = new Cosmos.UI.CsmButton();
|
|
this.lblDivMonth = new Cosmos.UI.CsmLabel();
|
|
this.btnEnter = new Cosmos.UI.CsmButton();
|
|
this.lblCardNo = new Cosmos.UI.CsmLabel();
|
|
this.lblAppNo = new Cosmos.UI.CsmLabel();
|
|
this.lblDspAppAmt = new Cosmos.UI.CsmLabel();
|
|
this.lblCardComp = new Cosmos.UI.CsmLabel();
|
|
this.panCardCmp = new System.Windows.Forms.Panel();
|
|
this.btnMenu = new Cosmos.UI.CsmMenu();
|
|
this.btnCardListKeyin = new Cosmos.UI.CsmButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
this.pnlCardMot.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).BeginInit();
|
|
this.panCardCmp.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.Click += new System.EventHandler(this.btnExit_Click);
|
|
//
|
|
// txtDivMonth
|
|
//
|
|
this.txtDivMonth.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtDivMonth.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtDivMonth.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtDivMonth.BorderStyleReDraw = false;
|
|
this.txtDivMonth.ClearFlag = false;
|
|
this.txtDivMonth.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtDivMonth.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtDivMonth.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtDivMonth.InputType = Cosmos.UI.InputType.Digit;
|
|
this.txtDivMonth.InputTypeFormat = "";
|
|
this.txtDivMonth.Location = new System.Drawing.Point(379, 316);
|
|
this.txtDivMonth.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtDivMonth.MaxLength = 2;
|
|
this.txtDivMonth.MaxLengthAutoEnd = false;
|
|
this.txtDivMonth.MaxLengthForKeyIn = 32767;
|
|
this.txtDivMonth.MaxLengthForNumpad = 32767;
|
|
this.txtDivMonth.Name = "txtDivMonth";
|
|
this.txtDivMonth.PasswordChar = '\0';
|
|
this.txtDivMonth.ReadOnly = false;
|
|
this.txtDivMonth.Size = new System.Drawing.Size(251, 25);
|
|
this.txtDivMonth.TabIndex = 509;
|
|
this.txtDivMonth.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtDivMonth.UseDualMaxLength = false;
|
|
this.txtDivMonth.Value = "24";
|
|
this.txtDivMonth.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtDivMonth.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// txtCardNo
|
|
//
|
|
this.txtCardNo.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtCardNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtCardNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtCardNo.BorderStyleReDraw = false;
|
|
this.txtCardNo.ClearFlag = false;
|
|
this.txtCardNo.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtCardNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtCardNo.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtCardNo.InputType = Cosmos.UI.InputType.None;
|
|
this.txtCardNo.InputTypeFormat = "";
|
|
this.txtCardNo.Location = new System.Drawing.Point(378, 238);
|
|
this.txtCardNo.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtCardNo.MaxLength = 16;
|
|
this.txtCardNo.MaxLengthAutoEnd = false;
|
|
this.txtCardNo.MaxLengthForKeyIn = 32767;
|
|
this.txtCardNo.MaxLengthForNumpad = 32767;
|
|
this.txtCardNo.Name = "txtCardNo";
|
|
this.txtCardNo.PasswordChar = '\0';
|
|
this.txtCardNo.ReadOnly = false;
|
|
this.txtCardNo.Size = new System.Drawing.Size(253, 26);
|
|
this.txtCardNo.TabIndex = 505;
|
|
this.txtCardNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtCardNo.UseDualMaxLength = false;
|
|
this.txtCardNo.Value = "514254";
|
|
this.txtCardNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtCardNo.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// txtAppNo
|
|
//
|
|
this.txtAppNo.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtAppNo.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtAppNo.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtAppNo.BorderStyleReDraw = false;
|
|
this.txtAppNo.ClearFlag = false;
|
|
this.txtAppNo.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtAppNo.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtAppNo.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtAppNo.InputType = Cosmos.UI.InputType.Barcode;
|
|
this.txtAppNo.InputTypeFormat = "";
|
|
this.txtAppNo.Location = new System.Drawing.Point(379, 355);
|
|
this.txtAppNo.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtAppNo.MaxLength = 8;
|
|
this.txtAppNo.MaxLengthAutoEnd = false;
|
|
this.txtAppNo.MaxLengthForKeyIn = 32767;
|
|
this.txtAppNo.MaxLengthForNumpad = 32767;
|
|
this.txtAppNo.Name = "txtAppNo";
|
|
this.txtAppNo.PasswordChar = '\0';
|
|
this.txtAppNo.ReadOnly = false;
|
|
this.txtAppNo.Size = new System.Drawing.Size(253, 26);
|
|
this.txtAppNo.TabIndex = 506;
|
|
this.txtAppNo.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
|
|
this.txtAppNo.UseDualMaxLength = false;
|
|
this.txtAppNo.Value = "";
|
|
this.txtAppNo.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtAppNo.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// txtCardComp
|
|
//
|
|
this.txtCardComp.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtCardComp.BorderStyleReDraw = true;
|
|
this.txtCardComp.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtCardComp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtCardComp.Location = new System.Drawing.Point(377, 277);
|
|
this.txtCardComp.Name = "txtCardComp";
|
|
this.txtCardComp.Size = new System.Drawing.Size(253, 26);
|
|
this.txtCardComp.TabIndex = 502;
|
|
this.txtCardComp.Text = "현대카드";
|
|
this.txtCardComp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtDspAppAmt
|
|
//
|
|
this.txtDspAppAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtDspAppAmt.BorderStyleReDraw = true;
|
|
this.txtDspAppAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtDspAppAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtDspAppAmt.Location = new System.Drawing.Point(378, 199);
|
|
this.txtDspAppAmt.Name = "txtDspAppAmt";
|
|
this.txtDspAppAmt.Size = new System.Drawing.Size(253, 26);
|
|
this.txtDspAppAmt.TabIndex = 503;
|
|
this.txtDspAppAmt.Text = "현대카드";
|
|
this.txtDspAppAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label2.Location = new System.Drawing.Point(240, 191);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(408, 2);
|
|
this.label2.TabIndex = 504;
|
|
//
|
|
// lblBox5
|
|
//
|
|
this.lblBox5.BackColor = System.Drawing.Color.White;
|
|
this.lblBox5.BorderStyleReDraw = true;
|
|
this.lblBox5.Location = new System.Drawing.Point(361, 348);
|
|
this.lblBox5.Name = "lblBox5";
|
|
this.lblBox5.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox5.TabIndex = 514;
|
|
//
|
|
// lblBox4
|
|
//
|
|
this.lblBox4.BackColor = System.Drawing.Color.White;
|
|
this.lblBox4.BorderStyleReDraw = true;
|
|
this.lblBox4.Location = new System.Drawing.Point(361, 309);
|
|
this.lblBox4.Name = "lblBox4";
|
|
this.lblBox4.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox4.TabIndex = 515;
|
|
//
|
|
// lblBox3
|
|
//
|
|
this.lblBox3.BackColor = System.Drawing.Color.White;
|
|
this.lblBox3.BorderStyleReDraw = true;
|
|
this.lblBox3.Location = new System.Drawing.Point(361, 270);
|
|
this.lblBox3.Name = "lblBox3";
|
|
this.lblBox3.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox3.TabIndex = 516;
|
|
//
|
|
// lblBox2
|
|
//
|
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|
this.lblBox2.BorderStyleReDraw = true;
|
|
this.lblBox2.Location = new System.Drawing.Point(361, 231);
|
|
this.lblBox2.Name = "lblBox2";
|
|
this.lblBox2.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox2.TabIndex = 517;
|
|
//
|
|
// lblBox1
|
|
//
|
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|
this.lblBox1.BorderStyleReDraw = true;
|
|
this.lblBox1.Location = new System.Drawing.Point(361, 192);
|
|
this.lblBox1.Name = "lblBox1";
|
|
this.lblBox1.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox1.TabIndex = 518;
|
|
//
|
|
// btnMenu3
|
|
//
|
|
this.btnMenu3.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu3.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnMenu3.BorderStyleReDraw = true;
|
|
this.btnMenu3.ClickImage = null;
|
|
this.btnMenu3.DefaultImage = null;
|
|
this.btnMenu3.DisableImage = null;
|
|
this.btnMenu3.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnMenu3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|
this.btnMenu3.Location = new System.Drawing.Point(823, 192);
|
|
this.btnMenu3.Name = "btnMenu3";
|
|
this.btnMenu3.OccupancyBar = 0;
|
|
this.btnMenu3.OccupancyBar_Lv0 = null;
|
|
this.btnMenu3.OccupancyBar_Lv1 = null;
|
|
this.btnMenu3.OccupancyBar_Lv2 = null;
|
|
this.btnMenu3.OccupancyBar_Lv3 = null;
|
|
this.btnMenu3.OccupancyBar_Lv4 = null;
|
|
this.btnMenu3.Size = new System.Drawing.Size(81, 49);
|
|
this.btnMenu3.TabIndex = 513;
|
|
this.btnMenu3.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu3.UseCompatibleTextRendering = true;
|
|
//
|
|
// btnMenu4
|
|
//
|
|
this.btnMenu4.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu4.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnMenu4.BorderStyleReDraw = true;
|
|
this.btnMenu4.ClickImage = null;
|
|
this.btnMenu4.DefaultImage = null;
|
|
this.btnMenu4.DisableImage = null;
|
|
this.btnMenu4.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnMenu4.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|
this.btnMenu4.Location = new System.Drawing.Point(903, 192);
|
|
this.btnMenu4.Name = "btnMenu4";
|
|
this.btnMenu4.OccupancyBar = 0;
|
|
this.btnMenu4.OccupancyBar_Lv0 = null;
|
|
this.btnMenu4.OccupancyBar_Lv1 = null;
|
|
this.btnMenu4.OccupancyBar_Lv2 = null;
|
|
this.btnMenu4.OccupancyBar_Lv3 = null;
|
|
this.btnMenu4.OccupancyBar_Lv4 = null;
|
|
this.btnMenu4.Size = new System.Drawing.Size(81, 49);
|
|
this.btnMenu4.TabIndex = 512;
|
|
this.btnMenu4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu4.UseCompatibleTextRendering = true;
|
|
//
|
|
// btnMenu2
|
|
//
|
|
this.btnMenu2.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnMenu2.BorderStyleReDraw = true;
|
|
this.btnMenu2.ClickImage = null;
|
|
this.btnMenu2.DefaultImage = null;
|
|
this.btnMenu2.DisableImage = null;
|
|
this.btnMenu2.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnMenu2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|
this.btnMenu2.Location = new System.Drawing.Point(742, 192);
|
|
this.btnMenu2.Name = "btnMenu2";
|
|
this.btnMenu2.OccupancyBar = 0;
|
|
this.btnMenu2.OccupancyBar_Lv0 = null;
|
|
this.btnMenu2.OccupancyBar_Lv1 = null;
|
|
this.btnMenu2.OccupancyBar_Lv2 = null;
|
|
this.btnMenu2.OccupancyBar_Lv3 = null;
|
|
this.btnMenu2.OccupancyBar_Lv4 = null;
|
|
this.btnMenu2.Size = new System.Drawing.Size(82, 49);
|
|
this.btnMenu2.TabIndex = 511;
|
|
this.btnMenu2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu2.UseCompatibleTextRendering = true;
|
|
//
|
|
// btnMenu1
|
|
//
|
|
this.btnMenu1.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnMenu1.BorderStyleReDraw = true;
|
|
this.btnMenu1.ClickImage = null;
|
|
this.btnMenu1.DefaultImage = null;
|
|
this.btnMenu1.DisableImage = null;
|
|
this.btnMenu1.Font = new System.Drawing.Font("맑은 고딕", 11F);
|
|
this.btnMenu1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(70)))), ((int)(((byte)(86)))), ((int)(((byte)(98)))));
|
|
this.btnMenu1.Location = new System.Drawing.Point(662, 192);
|
|
this.btnMenu1.Name = "btnMenu1";
|
|
this.btnMenu1.OccupancyBar = 0;
|
|
this.btnMenu1.OccupancyBar_Lv0 = null;
|
|
this.btnMenu1.OccupancyBar_Lv1 = null;
|
|
this.btnMenu1.OccupancyBar_Lv2 = null;
|
|
this.btnMenu1.OccupancyBar_Lv3 = null;
|
|
this.btnMenu1.OccupancyBar_Lv4 = null;
|
|
this.btnMenu1.Size = new System.Drawing.Size(81, 49);
|
|
this.btnMenu1.TabIndex = 510;
|
|
this.btnMenu1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnMenu1.UseCompatibleTextRendering = true;
|
|
//
|
|
// lblDivMonth
|
|
//
|
|
this.lblDivMonth.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblDivMonth.BorderStyleReDraw = true;
|
|
this.lblDivMonth.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblDivMonth.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblDivMonth.Location = new System.Drawing.Point(240, 309);
|
|
this.lblDivMonth.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblDivMonth.Name = "lblDivMonth";
|
|
this.lblDivMonth.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblDivMonth.Size = new System.Drawing.Size(122, 40);
|
|
this.lblDivMonth.TabIndex = 508;
|
|
this.lblDivMonth.Text = "할부기간_1";
|
|
this.lblDivMonth.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// btnEnter
|
|
//
|
|
this.btnEnter.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnEnter.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnEnter.BorderStyleReDraw = false;
|
|
this.btnEnter.ClickImage = null;
|
|
this.btnEnter.DefaultImage = null;
|
|
this.btnEnter.DisableImage = null;
|
|
this.btnEnter.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnEnter.ForeColor = System.Drawing.Color.White;
|
|
this.btnEnter.Location = new System.Drawing.Point(548, 464);
|
|
this.btnEnter.Name = "btnEnter";
|
|
this.btnEnter.OccupancyBar = 0;
|
|
this.btnEnter.OccupancyBar_Lv0 = null;
|
|
this.btnEnter.OccupancyBar_Lv1 = null;
|
|
this.btnEnter.OccupancyBar_Lv2 = null;
|
|
this.btnEnter.OccupancyBar_Lv3 = null;
|
|
this.btnEnter.OccupancyBar_Lv4 = null;
|
|
this.btnEnter.Size = new System.Drawing.Size(100, 40);
|
|
this.btnEnter.TabIndex = 507;
|
|
this.btnEnter.Text = "등록_1";
|
|
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnEnter.UseCompatibleTextRendering = true;
|
|
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// lblCardNo
|
|
//
|
|
this.lblCardNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblCardNo.BorderStyleReDraw = true;
|
|
this.lblCardNo.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblCardNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblCardNo.Location = new System.Drawing.Point(240, 231);
|
|
this.lblCardNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblCardNo.Name = "lblCardNo";
|
|
this.lblCardNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblCardNo.Size = new System.Drawing.Size(122, 40);
|
|
this.lblCardNo.TabIndex = 501;
|
|
this.lblCardNo.Text = "대상카드_1";
|
|
this.lblCardNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblAppNo
|
|
//
|
|
this.lblAppNo.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblAppNo.BorderStyleReDraw = true;
|
|
this.lblAppNo.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblAppNo.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblAppNo.Location = new System.Drawing.Point(240, 348);
|
|
this.lblAppNo.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblAppNo.Name = "lblAppNo";
|
|
this.lblAppNo.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblAppNo.Size = new System.Drawing.Size(122, 40);
|
|
this.lblAppNo.TabIndex = 499;
|
|
this.lblAppNo.Text = "승인번호_1";
|
|
this.lblAppNo.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblDspAppAmt
|
|
//
|
|
this.lblDspAppAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblDspAppAmt.BorderStyleReDraw = true;
|
|
this.lblDspAppAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblDspAppAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblDspAppAmt.Location = new System.Drawing.Point(240, 192);
|
|
this.lblDspAppAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblDspAppAmt.Name = "lblDspAppAmt";
|
|
this.lblDspAppAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblDspAppAmt.Size = new System.Drawing.Size(122, 40);
|
|
this.lblDspAppAmt.TabIndex = 500;
|
|
this.lblDspAppAmt.Text = "승인금액_1";
|
|
this.lblDspAppAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblCardComp
|
|
//
|
|
this.lblCardComp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblCardComp.BorderStyleReDraw = true;
|
|
this.lblCardComp.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblCardComp.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblCardComp.Location = new System.Drawing.Point(240, 270);
|
|
this.lblCardComp.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblCardComp.Name = "lblCardComp";
|
|
this.lblCardComp.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblCardComp.Size = new System.Drawing.Size(122, 40);
|
|
this.lblCardComp.TabIndex = 498;
|
|
this.lblCardComp.Text = "카드명_1";
|
|
this.lblCardComp.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// panCardCmp
|
|
//
|
|
this.panCardCmp.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(114)))), ((int)(((byte)(114)))));
|
|
this.panCardCmp.Controls.Add(this.btnMenu);
|
|
this.panCardCmp.Controls.Add(this.btnCardListKeyin);
|
|
this.panCardCmp.Location = new System.Drawing.Point(240, 272);
|
|
this.panCardCmp.Name = "panCardCmp";
|
|
this.panCardCmp.Size = new System.Drawing.Size(408, 189);
|
|
this.panCardCmp.TabIndex = 519;
|
|
this.panCardCmp.Visible = false;
|
|
//
|
|
// btnMenu
|
|
//
|
|
this.btnMenu.BackColor = System.Drawing.Color.White;
|
|
this.btnMenu.BackColorUpDown = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|
this.btnMenu.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(191)))), ((int)(((byte)(191)))), ((int)(((byte)(191)))));
|
|
this.btnMenu.BorderLineSize = 0;
|
|
this.btnMenu.BorderStyleReDraw = false;
|
|
this.btnMenu.FontSizeUpDown = 14F;
|
|
this.btnMenu.ForeColorUpDown = System.Drawing.SystemColors.ControlText;
|
|
this.btnMenu.Location = new System.Drawing.Point(3, 33);
|
|
this.btnMenu.Name = "btnMenu";
|
|
this.btnMenu.Size = new System.Drawing.Size(401, 153);
|
|
this.btnMenu.TabIndex = 318;
|
|
this.btnMenu.TextDown = "▶";
|
|
this.btnMenu.TextUp = "◀";
|
|
this.btnMenu.VisibleUpDown = true;
|
|
this.btnMenu.MenuClickHandler += new Cosmos.UI.CsmMenu.MenuClickEventHandler(this.btnMenu_MenuClickHandler);
|
|
//
|
|
// btnCardListKeyin
|
|
//
|
|
this.btnCardListKeyin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(22)))), ((int)(((byte)(187)))), ((int)(((byte)(238)))));
|
|
this.btnCardListKeyin.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnCardListKeyin.BorderStyleReDraw = false;
|
|
this.btnCardListKeyin.ClickImage = null;
|
|
this.btnCardListKeyin.DefaultImage = null;
|
|
this.btnCardListKeyin.DisableImage = null;
|
|
this.btnCardListKeyin.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnCardListKeyin.ForeColor = System.Drawing.Color.White;
|
|
this.btnCardListKeyin.Location = new System.Drawing.Point(3, 3);
|
|
this.btnCardListKeyin.Name = "btnCardListKeyin";
|
|
this.btnCardListKeyin.OccupancyBar = 0;
|
|
this.btnCardListKeyin.OccupancyBar_Lv0 = null;
|
|
this.btnCardListKeyin.OccupancyBar_Lv1 = null;
|
|
this.btnCardListKeyin.OccupancyBar_Lv2 = null;
|
|
this.btnCardListKeyin.OccupancyBar_Lv3 = null;
|
|
this.btnCardListKeyin.OccupancyBar_Lv4 = null;
|
|
this.btnCardListKeyin.Size = new System.Drawing.Size(100, 27);
|
|
this.btnCardListKeyin.TabIndex = 321;
|
|
this.btnCardListKeyin.Text = "임의등록";
|
|
this.btnCardListKeyin.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnCardListKeyin.UseCompatibleTextRendering = true;
|
|
this.btnCardListKeyin.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// frmMenualAppr
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.White;
|
|
this.ClientSize = new System.Drawing.Size(1004, 525);
|
|
this.Controls.Add(this.panCardCmp);
|
|
this.Controls.Add(this.txtDivMonth);
|
|
this.Controls.Add(this.txtCardNo);
|
|
this.Controls.Add(this.txtAppNo);
|
|
this.Controls.Add(this.txtCardComp);
|
|
this.Controls.Add(this.txtDspAppAmt);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.lblBox5);
|
|
this.Controls.Add(this.lblBox4);
|
|
this.Controls.Add(this.lblBox3);
|
|
this.Controls.Add(this.lblBox2);
|
|
this.Controls.Add(this.lblBox1);
|
|
this.Controls.Add(this.btnMenu3);
|
|
this.Controls.Add(this.btnMenu4);
|
|
this.Controls.Add(this.btnMenu2);
|
|
this.Controls.Add(this.btnMenu1);
|
|
this.Controls.Add(this.lblDivMonth);
|
|
this.Controls.Add(this.btnEnter);
|
|
this.Controls.Add(this.lblCardNo);
|
|
this.Controls.Add(this.lblAppNo);
|
|
this.Controls.Add(this.lblDspAppAmt);
|
|
this.Controls.Add(this.lblCardComp);
|
|
this.Name = "frmMenualAppr";
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "frmMenualAppr";
|
|
this.Activated += new System.EventHandler(this.frmMenualAppr_Activated);
|
|
this.Deactivate += new System.EventHandler(this.frmMenualAppr_Deactivate);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmMenualAppr_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmMenualAppr_Load);
|
|
this.Controls.SetChildIndex(this.picBack, 0);
|
|
this.Controls.SetChildIndex(this.lblbg1, 0);
|
|
this.Controls.SetChildIndex(this.lblbg2, 0);
|
|
this.Controls.SetChildIndex(this.lblCardComp, 0);
|
|
this.Controls.SetChildIndex(this.lblDspAppAmt, 0);
|
|
this.Controls.SetChildIndex(this.lblAppNo, 0);
|
|
this.Controls.SetChildIndex(this.lblCardNo, 0);
|
|
this.Controls.SetChildIndex(this.btnEnter, 0);
|
|
this.Controls.SetChildIndex(this.lblDivMonth, 0);
|
|
this.Controls.SetChildIndex(this.btnMenu1, 0);
|
|
this.Controls.SetChildIndex(this.btnMenu2, 0);
|
|
this.Controls.SetChildIndex(this.btnMenu4, 0);
|
|
this.Controls.SetChildIndex(this.btnMenu3, 0);
|
|
this.Controls.SetChildIndex(this.lblBox1, 0);
|
|
this.Controls.SetChildIndex(this.lblBox2, 0);
|
|
this.Controls.SetChildIndex(this.lblBox3, 0);
|
|
this.Controls.SetChildIndex(this.lblBox4, 0);
|
|
this.Controls.SetChildIndex(this.lblBox5, 0);
|
|
this.Controls.SetChildIndex(this.label2, 0);
|
|
this.Controls.SetChildIndex(this.txtDspAppAmt, 0);
|
|
this.Controls.SetChildIndex(this.txtCardComp, 0);
|
|
this.Controls.SetChildIndex(this.txtAppNo, 0);
|
|
this.Controls.SetChildIndex(this.txtCardNo, 0);
|
|
this.Controls.SetChildIndex(this.txtDivMonth, 0);
|
|
this.Controls.SetChildIndex(this.padInPut, 0);
|
|
this.Controls.SetChildIndex(this.lblTitle, 0);
|
|
this.Controls.SetChildIndex(this.rtbMotMain, 0);
|
|
this.Controls.SetChildIndex(this.btnExit, 0);
|
|
this.Controls.SetChildIndex(this.pnlCardMot, 0);
|
|
this.Controls.SetChildIndex(this.panCardCmp, 0);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.pnlCardMot.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
|
|
this.panCardCmp.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private UI.CsmPosEditBox txtDivMonth;
|
|
private UI.CsmPosEditBox txtCardNo;
|
|
private UI.CsmPosEditBox txtAppNo;
|
|
private UI.CsmLabel txtCardComp;
|
|
private UI.CsmLabel txtDspAppAmt;
|
|
private System.Windows.Forms.Label label2;
|
|
private UI.CsmLabel lblBox5;
|
|
private UI.CsmLabel lblBox4;
|
|
private UI.CsmLabel lblBox3;
|
|
private UI.CsmLabel lblBox2;
|
|
private UI.CsmLabel lblBox1;
|
|
private UI.CsmButton btnMenu3;
|
|
private UI.CsmButton btnMenu4;
|
|
private UI.CsmButton btnMenu2;
|
|
private UI.CsmButton btnMenu1;
|
|
private UI.CsmLabel lblDivMonth;
|
|
private UI.CsmButton btnEnter;
|
|
private UI.CsmLabel lblCardNo;
|
|
private UI.CsmLabel lblAppNo;
|
|
private UI.CsmLabel lblDspAppAmt;
|
|
private UI.CsmLabel lblCardComp;
|
|
private System.Windows.Forms.Panel panCardCmp;
|
|
private UI.CsmButton btnCardListKeyin;
|
|
private UI.CsmMenu btnMenu;
|
|
|
|
}
|
|
} |