Compare commits
2 Commits
9b43e5d19a
...
f4c5def13b
| Author | SHA1 | Date | |
|---|---|---|---|
| f4c5def13b | |||
| 9b00084183 |
2
SSG_Coder/Form/MainForm.Designer.cs
generated
2
SSG_Coder/Form/MainForm.Designer.cs
generated
@@ -7853,7 +7853,7 @@ namespace SSG_Coder
|
||||
this.MinimumSize = new System.Drawing.Size(1400, 610);
|
||||
this.Name = "MainForm";
|
||||
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
||||
this.Text = "V-HomeShopping V2.0 [2026.03.27]";
|
||||
this.Text = "V-HomeShopping V2.0 [2026.04.27]";
|
||||
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainForm_FormClosing);
|
||||
this.Shown += new System.EventHandler(this.MainForm_Shown);
|
||||
this.pnl_menu.ResumeLayout(false);
|
||||
|
||||
@@ -501,6 +501,10 @@ namespace SSG_Coder
|
||||
{
|
||||
rtn = rtn.Substring(0, 2).Replace("국민","KB") + Environment.NewLine + rtn.Substring(2);
|
||||
}
|
||||
if (_카드사.Equals("우리독자카드"))
|
||||
{
|
||||
rtn = rtn.Substring(0, 2) + Environment.NewLine + "카드";
|
||||
}
|
||||
|
||||
return rtn;
|
||||
}
|
||||
@@ -1080,6 +1084,9 @@ namespace SSG_Coder
|
||||
|
||||
string cardText = 매진정보.카드프로모션[0].카드사.Substring(0, 2) + Environment.NewLine + 매진정보.카드프로모션[1].카드사.Substring(0, 2);
|
||||
|
||||
if (매진정보.카드프로모션[0].카드사.Substring(0, 2).Equals(매진정보.카드프로모션[1].카드사.Substring(0, 2)))
|
||||
cardText = 매진정보.카드프로모션[0].카드사.Substring(0, 2) + Environment.NewLine + "카드";
|
||||
|
||||
KAScene.GetObject("cardName1").SetValue(cardText);
|
||||
KAScene.GetObject("doRate1").SetValue(매진정보.카드프로모션[0].할인율);
|
||||
KAScene.GetObject("appAmt1_1").SetValue(매진정보.카드프로모션[0].기준적용금액);
|
||||
|
||||
Reference in New Issue
Block a user