mirror of
https://github.com/Nathanwoodburn/FireWallet.git
synced 2024-11-10 09:18:15 +11:00
setup: renamed node settings form
This commit is contained in:
parent
823d036626
commit
396c7b30dd
6
FireWallet/NodeForm.Designer.cs
generated
6
FireWallet/NodeForm.Designer.cs
generated
@ -5,7 +5,7 @@ using SizeF = System.Drawing.SizeF;
|
|||||||
|
|
||||||
namespace FireWallet
|
namespace FireWallet
|
||||||
{
|
{
|
||||||
partial class CreateForm
|
partial class NodeForm
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Required designer variable.
|
/// Required designer variable.
|
||||||
@ -160,7 +160,7 @@ namespace FireWallet
|
|||||||
labelNodeIP.TabIndex = 0;
|
labelNodeIP.TabIndex = 0;
|
||||||
labelNodeIP.Text = "IP:";
|
labelNodeIP.Text = "IP:";
|
||||||
//
|
//
|
||||||
// CreateForm
|
// NodeForm
|
||||||
//
|
//
|
||||||
AutoScaleDimensions = new SizeF(7F, 15F);
|
AutoScaleDimensions = new SizeF(7F, 15F);
|
||||||
AutoScaleMode = AutoScaleMode.Font;
|
AutoScaleMode = AutoScaleMode.Font;
|
||||||
@ -168,7 +168,7 @@ namespace FireWallet
|
|||||||
Controls.Add(groupBoxNode);
|
Controls.Add(groupBoxNode);
|
||||||
Controls.Add(labelWelcome);
|
Controls.Add(labelWelcome);
|
||||||
FormBorderStyle = FormBorderStyle.Fixed3D;
|
FormBorderStyle = FormBorderStyle.Fixed3D;
|
||||||
Name = "CreateForm";
|
Name = "NodeForm";
|
||||||
Text = "Setup";
|
Text = "Setup";
|
||||||
Load += CreateForm_Load;
|
Load += CreateForm_Load;
|
||||||
Resize += CreateForm_Resize;
|
Resize += CreateForm_Resize;
|
||||||
|
@ -13,10 +13,10 @@ using System.Xml.Linq;
|
|||||||
|
|
||||||
namespace FireWallet
|
namespace FireWallet
|
||||||
{
|
{
|
||||||
public partial class CreateForm : Form
|
public partial class NodeForm : Form
|
||||||
{
|
{
|
||||||
string dir = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\\FireWallet\\";
|
string dir = Environment.GetFolderPath(Environment.SpecialFolder.ApplicationData) + "\\FireWallet\\";
|
||||||
public CreateForm()
|
public NodeForm()
|
||||||
{
|
{
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user