release: Finished cosmos release

This commit is contained in:
Nathan Woodburn 2023-07-19 23:26:30 +10:00
parent 8d7fc1777d
commit e70fbfb549
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1
9 changed files with 4890 additions and 2293 deletions

View File

@ -85,7 +85,7 @@
//
buttonTransfer.FlatStyle = FlatStyle.Flat;
buttonTransfer.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point);
buttonTransfer.Location = new Point(655, 70);
buttonTransfer.Location = new Point(655, 90);
buttonTransfer.Name = "buttonTransfer";
buttonTransfer.Size = new Size(89, 30);
buttonTransfer.TabIndex = 1;
@ -95,8 +95,8 @@
//
// groupBoxManage
//
groupBoxManage.Controls.Add(labelTransfer);
groupBoxManage.Controls.Add(textBoxTransferAddress);
groupBoxManage.Controls.Add(labelTransfer);
groupBoxManage.Controls.Add(buttonRenew);
groupBoxManage.Controls.Add(buttonCancel);
groupBoxManage.Controls.Add(buttonFinalize);
@ -112,7 +112,7 @@
// labelTransfer
//
labelTransfer.AutoSize = true;
labelTransfer.Location = new Point(6, 72);
labelTransfer.Location = new Point(6, 92);
labelTransfer.Name = "labelTransfer";
labelTransfer.Size = new Size(83, 25);
labelTransfer.TabIndex = 3;
@ -120,7 +120,7 @@
//
// textBoxTransferAddress
//
textBoxTransferAddress.Location = new Point(95, 68);
textBoxTransferAddress.Location = new Point(95, 88);
textBoxTransferAddress.Name = "textBoxTransferAddress";
textBoxTransferAddress.Size = new Size(554, 32);
textBoxTransferAddress.TabIndex = 2;
@ -129,7 +129,7 @@
//
buttonCancel.FlatStyle = FlatStyle.Flat;
buttonCancel.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point);
buttonCancel.Location = new Point(242, 70);
buttonCancel.Location = new Point(244, 90);
buttonCancel.Name = "buttonCancel";
buttonCancel.Size = new Size(141, 30);
buttonCancel.TabIndex = 1;
@ -142,7 +142,7 @@
//
buttonFinalize.FlatStyle = FlatStyle.Flat;
buttonFinalize.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point);
buttonFinalize.Location = new Point(95, 70);
buttonFinalize.Location = new Point(97, 90);
buttonFinalize.Name = "buttonFinalize";
buttonFinalize.Size = new Size(141, 30);
buttonFinalize.TabIndex = 1;

View File

@ -7,9 +7,9 @@
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>favicon.ico</ApplicationIcon>
<Title>FireWallet Lite</Title>
<Title>9ja Cosmos Wallet</Title>
<Authors>Nathan.Woodburn/</Authors>
<Product>FireWallet Lite</Product>
<Product>9ja Cosmos Wallet</Product>
</PropertyGroup>
<ItemGroup>

View File

@ -55,11 +55,11 @@
//
label1.AutoSize = true;
label1.Font = new Font("Segoe UI", 16F, FontStyle.Regular, GraphicsUnit.Point);
label1.Location = new Point(284, 9);
label1.Location = new Point(243, 9);
label1.Name = "label1";
label1.Size = new Size(232, 30);
label1.Size = new Size(313, 30);
label1.TabIndex = 1;
label1.Text = "Welcome to FireWallet";
label1.Text = "Welcome to 9ja Cosmos Wallet";
//
// label2
//
@ -93,7 +93,7 @@
//
// textBoxPassword
//
textBoxPassword.Location = new Point(143, 269);
textBoxPassword.Location = new Point(171, 269);
textBoxPassword.Name = "textBoxPassword";
textBoxPassword.Size = new Size(182, 23);
textBoxPassword.TabIndex = 5;
@ -101,7 +101,7 @@
//
// textBoxPassword2
//
textBoxPassword2.Location = new Point(143, 298);
textBoxPassword2.Location = new Point(171, 298);
textBoxPassword2.Name = "textBoxPassword2";
textBoxPassword2.Size = new Size(182, 23);
textBoxPassword2.TabIndex = 6;
@ -135,7 +135,7 @@
MaximizeBox = false;
MinimizeBox = false;
Name = "FirstLoginForm";
Text = "FireWallet";
Text = "9ja Cosmos Wallet";
ResumeLayout(false);
PerformLayout();
}

View File

@ -69,7 +69,7 @@
statusStripMain.Items.AddRange(new ToolStripItem[] { SyncLabel, LabelSyncWarning, DropDownHelp });
statusStripMain.Location = new Point(0, 0);
statusStripMain.Name = "statusStripMain";
statusStripMain.Size = new Size(1099, 22);
statusStripMain.Size = new Size(1090, 22);
statusStripMain.SizingGrip = false;
statusStripMain.TabIndex = 0;
statusStripMain.Text = "statusStrip1";
@ -115,9 +115,9 @@
// pictureBoxLogo
//
pictureBoxLogo.Image = (Image)resources.GetObject("pictureBoxLogo.Image");
pictureBoxLogo.Location = new Point(453, 20);
pictureBoxLogo.Location = new Point(426, 11);
pictureBoxLogo.Name = "pictureBoxLogo";
pictureBoxLogo.Size = new Size(130, 98);
pictureBoxLogo.Size = new Size(210, 139);
pictureBoxLogo.SizeMode = PictureBoxSizeMode.Zoom;
pictureBoxLogo.TabIndex = 5;
pictureBoxLogo.TabStop = false;
@ -129,7 +129,7 @@
groupBoxLogin.Controls.Add(labelPassword);
groupBoxLogin.Controls.Add(LoginButton);
groupBoxLogin.Font = new Font("Segoe UI", 12F, FontStyle.Regular, GraphicsUnit.Point);
groupBoxLogin.Location = new Point(279, 109);
groupBoxLogin.Location = new Point(279, 200);
groupBoxLogin.Name = "groupBoxLogin";
groupBoxLogin.Size = new Size(450, 250);
groupBoxLogin.TabIndex = 4;
@ -193,7 +193,7 @@
//
// groupBoxHistory
//
groupBoxHistory.Location = new Point(102, 226);
groupBoxHistory.Location = new Point(119, 196);
groupBoxHistory.Name = "groupBoxHistory";
groupBoxHistory.Size = new Size(299, 293);
groupBoxHistory.TabIndex = 4;
@ -205,7 +205,7 @@
buttonRenew.Enabled = false;
buttonRenew.FlatStyle = FlatStyle.Flat;
buttonRenew.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point);
buttonRenew.Location = new Point(102, 171);
buttonRenew.Location = new Point(119, 141);
buttonRenew.Name = "buttonRenew";
buttonRenew.Size = new Size(299, 49);
buttonRenew.TabIndex = 3;
@ -217,7 +217,7 @@
//
groupBoxDomains.Controls.Add(panelDomainList);
groupBoxDomains.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point);
groupBoxDomains.Location = new Point(407, 57);
groupBoxDomains.Location = new Point(424, 27);
groupBoxDomains.Name = "groupBoxDomains";
groupBoxDomains.Size = new Size(642, 469);
groupBoxDomains.TabIndex = 2;
@ -241,7 +241,7 @@
panelNav.Dock = DockStyle.Left;
panelNav.Location = new Point(0, 0);
panelNav.Name = "panelNav";
panelNav.Size = new Size(96, 529);
panelNav.Size = new Size(113, 529);
panelNav.TabIndex = 1;
//
// buttonSend
@ -250,7 +250,7 @@
buttonSend.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point);
buttonSend.Location = new Point(3, 99);
buttonSend.Name = "buttonSend";
buttonSend.Size = new Size(90, 36);
buttonSend.Size = new Size(107, 36);
buttonSend.TabIndex = 1;
buttonSend.Text = "Send";
buttonSend.UseVisualStyleBackColor = true;
@ -262,7 +262,7 @@
buttonReceive.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point);
buttonReceive.Location = new Point(3, 57);
buttonReceive.Name = "buttonReceive";
buttonReceive.Size = new Size(90, 36);
buttonReceive.Size = new Size(107, 36);
buttonReceive.TabIndex = 0;
buttonReceive.Text = "Receive";
buttonReceive.UseVisualStyleBackColor = true;
@ -273,7 +273,7 @@
groupBoxAccount.Controls.Add(labelDomains);
groupBoxAccount.Controls.Add(labelBalance);
groupBoxAccount.Font = new Font("Segoe UI", 14F, FontStyle.Regular, GraphicsUnit.Point);
groupBoxAccount.Location = new Point(102, 57);
groupBoxAccount.Location = new Point(119, 27);
groupBoxAccount.Name = "groupBoxAccount";
groupBoxAccount.Size = new Size(299, 108);
groupBoxAccount.TabIndex = 0;
@ -302,7 +302,7 @@
//
AutoScaleDimensions = new SizeF(7F, 15F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(1099, 580);
ClientSize = new Size(1090, 617);
Controls.Add(panelLogin);
Controls.Add(panelPortfolio);
Controls.Add(statusStripMain);

View File

@ -123,7 +123,7 @@ public partial class MainForm : Form
private void MainForm_Load(object sender, EventArgs e)
{
groupBoxLogin.Left = (ClientSize.Width - groupBoxLogin.Width) / 2;
groupBoxLogin.Top = (ClientSize.Height - groupBoxLogin.Height) / 2;
groupBoxLogin.Top = ((ClientSize.Height - groupBoxLogin.Height) / 3) * 2;
pictureBoxLogo.Height = groupBoxLogin.Top - 20;
pictureBoxLogo.Width = pictureBoxLogo.Height;
pictureBoxLogo.Top = 10;
@ -327,10 +327,14 @@ public partial class MainForm : Form
Width = Screen.PrimaryScreen.Bounds.Width / 5 * 3;
Height = Screen.PrimaryScreen.Bounds.Height / 5 * 3;
}
public void ThemeControl(Control c)
{
// Use Verdana font
FontFamily ff = new FontFamily("Verdana");
c.Font = new Font(ff, c.Font.Size, c.Font.Style);
if (c.GetType() == typeof(GroupBox) || c.GetType() == typeof(Panel))
{
c.ForeColor = ColorTranslator.FromHtml(Theme["foreground"]);
@ -591,7 +595,7 @@ public partial class MainForm : Form
if (renewable > 0)
{
buttonRenew.Text = "Renew " + renewable + " domains";
buttonRenew.Enabled = true;
//buttonRenew.Enabled = true; TO DO LATER
}
}
catch (Exception ex)

File diff suppressed because it is too large Load Diff

View File

@ -119,6 +119,8 @@ public partial class NotifyForm : Form
private void ThemeControl(Control c)
{
FontFamily ff = new FontFamily("Verdana");
c.Font = new Font(ff, c.Font.Size, c.Font.Style);
if (c.GetType() == typeof(GroupBox) || c.GetType() == typeof(Panel))
{
c.ForeColor = ColorTranslator.FromHtml(Theme["foreground"]);

File diff suppressed because it is too large Load Diff

View File

@ -13,6 +13,12 @@
"SccProvider" = "8:"
"Hierarchy"
{
"Entry"
{
"MsmKey" = "8:_377ED7CF62C146948B3BF5DA453AF666"
"OwnerKey" = "8:_UNDEFINED"
"MsmSig" = "8:_UNDEFINED"
}
"Entry"
{
"MsmKey" = "8:_AE21837395E3477BAB0C9E460C5F9E1E"
@ -121,6 +127,26 @@
}
"File"
{
"{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_377ED7CF62C146948B3BF5DA453AF666"
{
"SourcePath" = "8:..\\..\\..\\..\\Downloads\\favicon.ico"
"TargetName" = "8:favicon.ico"
"Tag" = "8:"
"Folder" = "8:_F2E4B39C8E3B4447A5FD1EDBBBF6F36B"
"Condition" = "8:"
"Transitive" = "11:FALSE"
"Vital" = "11:TRUE"
"ReadOnly" = "11:FALSE"
"Hidden" = "11:FALSE"
"System" = "11:FALSE"
"Permanent" = "11:FALSE"
"SharedLegacy" = "11:FALSE"
"PackageAs" = "3:1"
"Register" = "3:1"
"Exclude" = "11:FALSE"
"IsDependency" = "11:FALSE"
"IsolateTo" = "8:"
}
}
"FileType"
{
@ -176,7 +202,7 @@
"Product"
{
"Name" = "8:Microsoft Visual Studio"
"ProductName" = "8:FireWalletLite"
"ProductName" = "8:9ja Cosmos Wallet"
"ProductCode" = "8:{23670E44-E1CD-40B5-881D-40657BD30860}"
"PackageCode" = "8:{2CCCD1E4-40D9-4E58-8D3A-2039BD1CD215}"
"UpgradeCode" = "8:{6966FD44-6B8C-43C0-981A-E36449BF2DA8}"
@ -189,7 +215,7 @@
"Manufacturer" = "8:Nathan.Woodburn/"
"ARPHELPTELEPHONE" = "8:"
"ARPHELPLINK" = "8:"
"Title" = "8:FireWalletLite"
"Title" = "8:9ja Cosmos Wallet"
"Subject" = "8:"
"ARPCONTACT" = "8:Nathan.Woodburn/"
"Keywords" = "8:"
@ -300,7 +326,7 @@
{
"{970C0BB2-C7D0-45D7-ABFA-7EC378858BC0}:_41DBEDCE7AA04AA6A5749C1CCDA9E389"
{
"Name" = "8:FireWalletLite"
"Name" = "8:9ja Cosmos Wallet"
"Arguments" = "8:"
"Description" = "8:"
"ShowCmd" = "3:1"
@ -309,7 +335,7 @@
"Target" = "8:_AE21837395E3477BAB0C9E460C5F9E1E"
"Folder" = "8:_C5178F6D7FA7478084860195A2F5CE00"
"WorkingFolder" = "8:_F2E4B39C8E3B4447A5FD1EDBBBF6F36B"
"Icon" = "8:"
"Icon" = "8:_377ED7CF62C146948B3BF5DA453AF666"
"Feature" = "8:"
}
}