Compare commits

...

2 Commits

Author SHA1 Message Date
f4c5def13b 날짜 변경 2026-04-27 00:14:09 +09:00
9b00084183 우리독자카드 추가에 따른 수정 2026-04-27 00:12:38 +09:00
2 changed files with 8 additions and 1 deletions

View File

@@ -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);

View File

@@ -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].);