mirror of
https://github.com/kwsch/NHSE.git
synced 2026-09-27 04:19:36 -05:00
1
NHSE.WinForms/Editor.Designer.cs
generated
1
NHSE.WinForms/Editor.Designer.cs
generated
@@ -677,6 +677,7 @@ private void InitializeComponent()
|
||||
this.NUD_Wallet.Name = "NUD_Wallet";
|
||||
this.NUD_Wallet.Size = new System.Drawing.Size(100, 20);
|
||||
this.NUD_Wallet.TabIndex = 10;
|
||||
this.NUD_Wallet.ValueChanged += new System.EventHandler(this.NUD_Wallet_ValueChanged);
|
||||
//
|
||||
// L_NookMiles
|
||||
//
|
||||
|
||||
@@ -490,5 +490,6 @@ private void B_EditVisitors_Click(object sender, EventArgs e)
|
||||
}
|
||||
|
||||
private void NUD_PocketCount_ValueChanged(object sender, EventArgs e) => ((NumericUpDown) sender).BackColor = (uint) ((NumericUpDown) sender).Value > 20 ? Color.Red : NUD_BankBells.BackColor;
|
||||
private void NUD_Wallet_ValueChanged(object sender, EventArgs e) => NUD_Wallet.BackColor = (ulong) NUD_Wallet.Value > 99_999 ? Color.Red : NUD_BankBells.BackColor;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user