448 lines
24 KiB
C#
448 lines
24 KiB
C#
namespace Cosmos.Win
|
|
{
|
|
partial class frmTotItemDC
|
|
{
|
|
/// <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.label4 = new System.Windows.Forms.Label();
|
|
this.txtAfterDCAmt = new Cosmos.UI.CsmLabel();
|
|
this.lblAfterDCAmt = new Cosmos.UI.CsmLabel();
|
|
this.txtDCTargerAmt = new Cosmos.UI.CsmLabel();
|
|
this.lblDCTargetAmt = new Cosmos.UI.CsmLabel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.txtSaleAmt = new Cosmos.UI.CsmLabel();
|
|
this.btnEnter = new Cosmos.UI.CsmButton();
|
|
this.btnSearch = new Cosmos.UI.CsmButton();
|
|
this.lblSaleAmt = new Cosmos.UI.CsmLabel();
|
|
this.txtDCAmt = new Cosmos.UI.CsmPosEditBox();
|
|
this.lblDCAmt = 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.lblBox5 = new Cosmos.UI.CsmLabel();
|
|
this.lblDCCategory = new Cosmos.UI.CsmLabel();
|
|
this.rbTotalDCRate = new System.Windows.Forms.RadioButton();
|
|
this.rbTotalDCAmt = new System.Windows.Forms.RadioButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).BeginInit();
|
|
this.pnlCardMot.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// padInPut
|
|
//
|
|
this.padInPut.Use4By4 = false;
|
|
//
|
|
// lblTitle
|
|
//
|
|
this.lblTitle.Text = "전체금액할인";
|
|
//
|
|
// btnExit
|
|
//
|
|
this.btnExit.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(107)))), ((int)(((byte)(107)))), ((int)(((byte)(107)))));
|
|
this.label4.Location = new System.Drawing.Point(238, 347);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(408, 1);
|
|
this.label4.TabIndex = 333;
|
|
//
|
|
// txtAfterDCAmt
|
|
//
|
|
this.txtAfterDCAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtAfterDCAmt.BorderStyleReDraw = true;
|
|
this.txtAfterDCAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtAfterDCAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtAfterDCAmt.Location = new System.Drawing.Point(376, 354);
|
|
this.txtAfterDCAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtAfterDCAmt.Name = "txtAfterDCAmt";
|
|
this.txtAfterDCAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtAfterDCAmt.Size = new System.Drawing.Size(253, 26);
|
|
this.txtAfterDCAmt.TabIndex = 332;
|
|
this.txtAfterDCAmt.Text = "0";
|
|
this.txtAfterDCAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// lblAfterDCAmt
|
|
//
|
|
this.lblAfterDCAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblAfterDCAmt.BorderStyleReDraw = true;
|
|
this.lblAfterDCAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblAfterDCAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblAfterDCAmt.Location = new System.Drawing.Point(238, 347);
|
|
this.lblAfterDCAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblAfterDCAmt.Name = "lblAfterDCAmt";
|
|
this.lblAfterDCAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblAfterDCAmt.Size = new System.Drawing.Size(122, 40);
|
|
this.lblAfterDCAmt.TabIndex = 331;
|
|
this.lblAfterDCAmt.Text = "기존할인금액";
|
|
this.lblAfterDCAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtDCTargerAmt
|
|
//
|
|
this.txtDCTargerAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtDCTargerAmt.BorderStyleReDraw = true;
|
|
this.txtDCTargerAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtDCTargerAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtDCTargerAmt.Location = new System.Drawing.Point(376, 237);
|
|
this.txtDCTargerAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtDCTargerAmt.Name = "txtDCTargerAmt";
|
|
this.txtDCTargerAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtDCTargerAmt.Size = new System.Drawing.Size(253, 26);
|
|
this.txtDCTargerAmt.TabIndex = 329;
|
|
this.txtDCTargerAmt.Text = "0";
|
|
this.txtDCTargerAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// lblDCTargetAmt
|
|
//
|
|
this.lblDCTargetAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblDCTargetAmt.BorderStyleReDraw = true;
|
|
this.lblDCTargetAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblDCTargetAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblDCTargetAmt.Location = new System.Drawing.Point(238, 230);
|
|
this.lblDCTargetAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblDCTargetAmt.Name = "lblDCTargetAmt";
|
|
this.lblDCTargetAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblDCTargetAmt.Size = new System.Drawing.Size(122, 40);
|
|
this.lblDCTargetAmt.TabIndex = 328;
|
|
this.lblDCTargetAmt.Text = "할인대상금액";
|
|
this.lblDCTargetAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(110)))), ((int)(((byte)(122)))), ((int)(((byte)(132)))));
|
|
this.label2.Location = new System.Drawing.Point(238, 190);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(408, 2);
|
|
this.label2.TabIndex = 326;
|
|
//
|
|
// txtSaleAmt
|
|
//
|
|
this.txtSaleAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtSaleAmt.BorderStyleReDraw = true;
|
|
this.txtSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtSaleAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.txtSaleAmt.Location = new System.Drawing.Point(376, 198);
|
|
this.txtSaleAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.txtSaleAmt.Name = "txtSaleAmt";
|
|
this.txtSaleAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.txtSaleAmt.Size = new System.Drawing.Size(253, 26);
|
|
this.txtSaleAmt.TabIndex = 324;
|
|
this.txtSaleAmt.Text = "0";
|
|
this.txtSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// 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(546, 463);
|
|
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 = 323;
|
|
this.btnEnter.Text = "할인적용";
|
|
this.btnEnter.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnEnter.UseCompatibleTextRendering = true;
|
|
this.btnEnter.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// btnSearch
|
|
//
|
|
this.btnSearch.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(101)))), ((int)(((byte)(115)))), ((int)(((byte)(126)))));
|
|
this.btnSearch.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None;
|
|
this.btnSearch.BorderStyleReDraw = false;
|
|
this.btnSearch.ClickImage = null;
|
|
this.btnSearch.DefaultImage = null;
|
|
this.btnSearch.DisableImage = null;
|
|
this.btnSearch.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold);
|
|
this.btnSearch.ForeColor = System.Drawing.Color.White;
|
|
this.btnSearch.Location = new System.Drawing.Point(444, 463);
|
|
this.btnSearch.Name = "btnSearch";
|
|
this.btnSearch.OccupancyBar = 0;
|
|
this.btnSearch.OccupancyBar_Lv0 = null;
|
|
this.btnSearch.OccupancyBar_Lv1 = null;
|
|
this.btnSearch.OccupancyBar_Lv2 = null;
|
|
this.btnSearch.OccupancyBar_Lv3 = null;
|
|
this.btnSearch.OccupancyBar_Lv4 = null;
|
|
this.btnSearch.Size = new System.Drawing.Size(100, 40);
|
|
this.btnSearch.TabIndex = 322;
|
|
this.btnSearch.Text = "할인취소";
|
|
this.btnSearch.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
this.btnSearch.UseCompatibleTextRendering = true;
|
|
this.btnSearch.Visible = false;
|
|
this.btnSearch.Click += new System.EventHandler(this.btnProc_Click);
|
|
//
|
|
// lblSaleAmt
|
|
//
|
|
this.lblSaleAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblSaleAmt.BorderStyleReDraw = true;
|
|
this.lblSaleAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblSaleAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblSaleAmt.Location = new System.Drawing.Point(238, 191);
|
|
this.lblSaleAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblSaleAmt.Name = "lblSaleAmt";
|
|
this.lblSaleAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblSaleAmt.Size = new System.Drawing.Size(122, 40);
|
|
this.lblSaleAmt.TabIndex = 321;
|
|
this.lblSaleAmt.Text = "받을 금액";
|
|
this.lblSaleAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// txtDCAmt
|
|
//
|
|
this.txtDCAmt.BackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtDCAmt.BorderLineColor = System.Drawing.Color.FromArgb(((int)(((byte)(204)))), ((int)(((byte)(204)))), ((int)(((byte)(204)))));
|
|
this.txtDCAmt.BorderLineStyle = Cosmos.UI.CsmPosEditBox.BorderLineType.NORMAL;
|
|
this.txtDCAmt.BorderStyleReDraw = false;
|
|
this.txtDCAmt.ClearFlag = false;
|
|
this.txtDCAmt.DisableBackColor = System.Drawing.Color.WhiteSmoke;
|
|
this.txtDCAmt.EnableBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(251)))), ((int)(((byte)(211)))));
|
|
this.txtDCAmt.Font = new System.Drawing.Font("맑은 고딕", 12F, System.Drawing.FontStyle.Bold);
|
|
this.txtDCAmt.InputType = Cosmos.UI.InputType.Money;
|
|
this.txtDCAmt.InputTypeFormat = "";
|
|
this.txtDCAmt.Location = new System.Drawing.Point(376, 315);
|
|
this.txtDCAmt.Margin = new System.Windows.Forms.Padding(5);
|
|
this.txtDCAmt.MaxLength = 9;
|
|
this.txtDCAmt.MaxLengthAutoEnd = false;
|
|
this.txtDCAmt.MaxLengthForKeyIn = 32767;
|
|
this.txtDCAmt.MaxLengthForNumpad = 32767;
|
|
this.txtDCAmt.Name = "txtDCAmt";
|
|
this.txtDCAmt.PasswordChar = '\0';
|
|
this.txtDCAmt.ReadOnly = false;
|
|
this.txtDCAmt.Size = new System.Drawing.Size(253, 26);
|
|
this.txtDCAmt.TabIndex = 320;
|
|
this.txtDCAmt.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
|
|
this.txtDCAmt.UseDualMaxLength = false;
|
|
this.txtDCAmt.Value = "";
|
|
this.txtDCAmt.EditBoxKeyDownEvent += new Cosmos.UI.CsmPosEditBox.EditBoxEventHandler(this.txtEditBox_EditBoxKeyDownEvent);
|
|
this.txtDCAmt.Enter += new System.EventHandler(this.txtEditBox_EnterEvent);
|
|
//
|
|
// lblDCAmt
|
|
//
|
|
this.lblDCAmt.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblDCAmt.BorderStyleReDraw = true;
|
|
this.lblDCAmt.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblDCAmt.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblDCAmt.Location = new System.Drawing.Point(238, 308);
|
|
this.lblDCAmt.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblDCAmt.Name = "lblDCAmt";
|
|
this.lblDCAmt.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblDCAmt.Size = new System.Drawing.Size(122, 40);
|
|
this.lblDCAmt.TabIndex = 319;
|
|
this.lblDCAmt.Text = "할인 금액";
|
|
this.lblDCAmt.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// lblBox4
|
|
//
|
|
this.lblBox4.BackColor = System.Drawing.Color.White;
|
|
this.lblBox4.BorderStyleReDraw = true;
|
|
this.lblBox4.Location = new System.Drawing.Point(359, 347);
|
|
this.lblBox4.Name = "lblBox4";
|
|
this.lblBox4.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox4.TabIndex = 357;
|
|
//
|
|
// lblBox3
|
|
//
|
|
this.lblBox3.BackColor = System.Drawing.Color.White;
|
|
this.lblBox3.BorderStyleReDraw = true;
|
|
this.lblBox3.Location = new System.Drawing.Point(359, 308);
|
|
this.lblBox3.Name = "lblBox3";
|
|
this.lblBox3.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox3.TabIndex = 358;
|
|
//
|
|
// lblBox2
|
|
//
|
|
this.lblBox2.BackColor = System.Drawing.Color.White;
|
|
this.lblBox2.BorderStyleReDraw = true;
|
|
this.lblBox2.Location = new System.Drawing.Point(359, 230);
|
|
this.lblBox2.Name = "lblBox2";
|
|
this.lblBox2.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox2.TabIndex = 359;
|
|
//
|
|
// lblBox1
|
|
//
|
|
this.lblBox1.BackColor = System.Drawing.Color.White;
|
|
this.lblBox1.BorderStyleReDraw = true;
|
|
this.lblBox1.Location = new System.Drawing.Point(359, 191);
|
|
this.lblBox1.Name = "lblBox1";
|
|
this.lblBox1.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox1.TabIndex = 360;
|
|
//
|
|
// lblBox5
|
|
//
|
|
this.lblBox5.BackColor = System.Drawing.Color.White;
|
|
this.lblBox5.BorderStyleReDraw = true;
|
|
this.lblBox5.Location = new System.Drawing.Point(359, 269);
|
|
this.lblBox5.Name = "lblBox5";
|
|
this.lblBox5.Size = new System.Drawing.Size(287, 40);
|
|
this.lblBox5.TabIndex = 363;
|
|
//
|
|
// lblDCCategory
|
|
//
|
|
this.lblDCCategory.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(236)))), ((int)(((byte)(238)))), ((int)(((byte)(239)))));
|
|
this.lblDCCategory.BorderStyleReDraw = true;
|
|
this.lblDCCategory.Font = new System.Drawing.Font("맑은 고딕", 10F, System.Drawing.FontStyle.Bold);
|
|
this.lblDCCategory.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(51)))), ((int)(((byte)(51)))), ((int)(((byte)(51)))));
|
|
this.lblDCCategory.Location = new System.Drawing.Point(238, 269);
|
|
this.lblDCCategory.Margin = new System.Windows.Forms.Padding(13, 0, 3, 0);
|
|
this.lblDCCategory.Name = "lblDCCategory";
|
|
this.lblDCCategory.Padding = new System.Windows.Forms.Padding(5, 0, 0, 0);
|
|
this.lblDCCategory.Size = new System.Drawing.Size(122, 40);
|
|
this.lblDCCategory.TabIndex = 361;
|
|
this.lblDCCategory.Text = "할인구분";
|
|
this.lblDCCategory.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// rbTotalDCRate
|
|
//
|
|
this.rbTotalDCRate.AutoSize = true;
|
|
this.rbTotalDCRate.BackColor = System.Drawing.Color.White;
|
|
this.rbTotalDCRate.Checked = true;
|
|
this.rbTotalDCRate.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.rbTotalDCRate.Location = new System.Drawing.Point(377, 277);
|
|
this.rbTotalDCRate.Name = "rbTotalDCRate";
|
|
this.rbTotalDCRate.Size = new System.Drawing.Size(100, 24);
|
|
this.rbTotalDCRate.TabIndex = 364;
|
|
this.rbTotalDCRate.TabStop = true;
|
|
this.rbTotalDCRate.Text = "전체%할인";
|
|
this.rbTotalDCRate.UseVisualStyleBackColor = false;
|
|
this.rbTotalDCRate.Click += new System.EventHandler(this.TotalDCRadioButton_Click);
|
|
//
|
|
// rbTotalDCAmt
|
|
//
|
|
this.rbTotalDCAmt.AutoSize = true;
|
|
this.rbTotalDCAmt.BackColor = System.Drawing.Color.White;
|
|
this.rbTotalDCAmt.Font = new System.Drawing.Font("맑은 고딕", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(129)));
|
|
this.rbTotalDCAmt.Location = new System.Drawing.Point(510, 277);
|
|
this.rbTotalDCAmt.Name = "rbTotalDCAmt";
|
|
this.rbTotalDCAmt.Size = new System.Drawing.Size(127, 24);
|
|
this.rbTotalDCAmt.TabIndex = 365;
|
|
this.rbTotalDCAmt.Text = "전체 금액 할인";
|
|
this.rbTotalDCAmt.UseVisualStyleBackColor = false;
|
|
this.rbTotalDCAmt.Click += new System.EventHandler(this.TotalDCRadioButton_Click);
|
|
//
|
|
// frmTotItemDC
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(114)))), ((int)(((byte)(114)))), ((int)(((byte)(114)))));
|
|
this.ClientSize = new System.Drawing.Size(1004, 525);
|
|
this.Controls.Add(this.rbTotalDCAmt);
|
|
this.Controls.Add(this.rbTotalDCRate);
|
|
this.Controls.Add(this.lblBox5);
|
|
this.Controls.Add(this.lblDCCategory);
|
|
this.Controls.Add(this.txtAfterDCAmt);
|
|
this.Controls.Add(this.txtDCTargerAmt);
|
|
this.Controls.Add(this.txtSaleAmt);
|
|
this.Controls.Add(this.txtDCAmt);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.lblBox4);
|
|
this.Controls.Add(this.lblBox3);
|
|
this.Controls.Add(this.lblBox2);
|
|
this.Controls.Add(this.lblBox1);
|
|
this.Controls.Add(this.lblAfterDCAmt);
|
|
this.Controls.Add(this.lblDCTargetAmt);
|
|
this.Controls.Add(this.btnEnter);
|
|
this.Controls.Add(this.btnSearch);
|
|
this.Controls.Add(this.lblSaleAmt);
|
|
this.Controls.Add(this.lblDCAmt);
|
|
this.Name = "frmTotItemDC";
|
|
this.ShowInTaskbar = false;
|
|
this.Text = "frmTotItemDC";
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.frmTotItemDC_FormClosing);
|
|
this.Load += new System.EventHandler(this.frmTotItemDC_Load);
|
|
this.Controls.SetChildIndex(this.picBack, 0);
|
|
this.Controls.SetChildIndex(this.lblbg1, 0);
|
|
this.Controls.SetChildIndex(this.lblbg2, 0);
|
|
this.Controls.SetChildIndex(this.padInPut, 0);
|
|
this.Controls.SetChildIndex(this.lblDCAmt, 0);
|
|
this.Controls.SetChildIndex(this.lblSaleAmt, 0);
|
|
this.Controls.SetChildIndex(this.btnSearch, 0);
|
|
this.Controls.SetChildIndex(this.btnEnter, 0);
|
|
this.Controls.SetChildIndex(this.lblDCTargetAmt, 0);
|
|
this.Controls.SetChildIndex(this.lblAfterDCAmt, 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.label2, 0);
|
|
this.Controls.SetChildIndex(this.label4, 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.txtDCAmt, 0);
|
|
this.Controls.SetChildIndex(this.txtSaleAmt, 0);
|
|
this.Controls.SetChildIndex(this.txtDCTargerAmt, 0);
|
|
this.Controls.SetChildIndex(this.txtAfterDCAmt, 0);
|
|
this.Controls.SetChildIndex(this.lblDCCategory, 0);
|
|
this.Controls.SetChildIndex(this.lblBox5, 0);
|
|
this.Controls.SetChildIndex(this.rbTotalDCRate, 0);
|
|
this.Controls.SetChildIndex(this.rbTotalDCAmt, 0);
|
|
((System.ComponentModel.ISupportInitialize)(this.picBack)).EndInit();
|
|
this.pnlCardMot.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.picMotPayImg)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
private UI.CsmLabel txtAfterDCAmt;
|
|
private UI.CsmLabel lblAfterDCAmt;
|
|
private UI.CsmLabel txtDCTargerAmt;
|
|
private UI.CsmLabel lblDCTargetAmt;
|
|
private System.Windows.Forms.Label label2;
|
|
private UI.CsmLabel txtSaleAmt;
|
|
private UI.CsmButton btnEnter;
|
|
private UI.CsmButton btnSearch;
|
|
private UI.CsmLabel lblSaleAmt;
|
|
private UI.CsmPosEditBox txtDCAmt;
|
|
private UI.CsmLabel lblDCAmt;
|
|
private UI.CsmLabel lblBox4;
|
|
private UI.CsmLabel lblBox3;
|
|
private UI.CsmLabel lblBox2;
|
|
private UI.CsmLabel lblBox1;
|
|
private UI.CsmLabel lblBox5;
|
|
private UI.CsmLabel lblDCCategory;
|
|
private System.Windows.Forms.RadioButton rbTotalDCRate;
|
|
private System.Windows.Forms.RadioButton rbTotalDCAmt;
|
|
|
|
}
|
|
} |