diff --git a/SimpleWallet/Properties/AssemblyInfo.cs b/SimpleWallet/Properties/AssemblyInfo.cs index 8587373..cad5f62 100644 --- a/SimpleWallet/Properties/AssemblyInfo.cs +++ b/SimpleWallet/Properties/AssemblyInfo.cs @@ -2,7 +2,7 @@ using System.Runtime.CompilerServices; using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following +// General Information about an assembly is controlled through the following // set of attributes. Change these attribute values to modify the information // associated with an assembly. [assembly: AssemblyTitle("SimpleWallet")] @@ -14,8 +14,8 @@ [assembly: AssemblyTrademark("")] [assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from +// Setting ComVisible to false makes the types in this assembly not visible +// to COM components. If you need to access a type in this assembly from // COM, set the ComVisible attribute to true on that type. [assembly: ComVisible(false)] @@ -25,12 +25,12 @@ // Version information for an assembly consists of the following four values: // // Major Version -// Minor Version +// Minor Version // Build Number // Revision // -// You can specify all the values or you can default the Build and Revision Numbers +// You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +[assembly: AssemblyVersion("1.0.2.0")] +[assembly: AssemblyFileVersion("1.0.2.0")] diff --git a/SimpleWallet/Start.Designer.cs b/SimpleWallet/Start.Designer.cs index bc22de8..40ebbe4 100644 --- a/SimpleWallet/Start.Designer.cs +++ b/SimpleWallet/Start.Designer.cs @@ -169,9 +169,9 @@ private void InitializeComponent() ((System.ComponentModel.ISupportInitialize)(this.masternodeListBindingSource)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.typesBindingSource)).BeginInit(); this.SuspendLayout(); - // + // // btnReindex - // + // this.btnReindex.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DimGray; this.btnReindex.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnReindex.ForeColor = System.Drawing.Color.Gold; @@ -182,9 +182,9 @@ private void InitializeComponent() this.btnReindex.Text = "Reindex the wallet"; this.btnReindex.UseVisualStyleBackColor = true; this.btnReindex.Click += new System.EventHandler(this.btnReindex_Click); - // + // // btnRescan - // + // this.btnRescan.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DimGray; this.btnRescan.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnRescan.ForeColor = System.Drawing.Color.Gold; @@ -195,9 +195,9 @@ private void InitializeComponent() this.btnRescan.Text = "Rescan the transactions"; this.btnRescan.UseVisualStyleBackColor = true; this.btnRescan.Click += new System.EventHandler(this.btnRescan_Click); - // + // // dtgTransactions - // + // this.dtgTransactions.AllowUserToResizeColumns = false; this.dtgTransactions.AllowUserToResizeRows = false; this.dtgTransactions.AutoGenerateColumns = false; @@ -220,49 +220,49 @@ private void InitializeComponent() this.dtgTransactions.TabIndex = 0; this.dtgTransactions.CellDoubleClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dtgTransactions_CellDoubleClick); this.dtgTransactions.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dtg_MouseClick); - // + // // categoryDataGridViewTextBoxColumn - // + // this.categoryDataGridViewTextBoxColumn.DataPropertyName = "category"; this.categoryDataGridViewTextBoxColumn.HeaderText = "category"; this.categoryDataGridViewTextBoxColumn.Name = "categoryDataGridViewTextBoxColumn"; - // + // // confirmationsDataGridViewTextBoxColumn - // + // this.confirmationsDataGridViewTextBoxColumn.DataPropertyName = "confirmations"; this.confirmationsDataGridViewTextBoxColumn.HeaderText = "confirmations"; this.confirmationsDataGridViewTextBoxColumn.Name = "confirmationsDataGridViewTextBoxColumn"; - // + // // amountDataGridViewTextBoxColumn - // + // this.amountDataGridViewTextBoxColumn.DataPropertyName = "amount"; this.amountDataGridViewTextBoxColumn.HeaderText = "amount"; this.amountDataGridViewTextBoxColumn.Name = "amountDataGridViewTextBoxColumn"; - // + // // timeDataGridViewTextBoxColumn - // + // this.timeDataGridViewTextBoxColumn.DataPropertyName = "time"; this.timeDataGridViewTextBoxColumn.HeaderText = "time"; this.timeDataGridViewTextBoxColumn.Name = "timeDataGridViewTextBoxColumn"; - // + // // addressDataGridViewTextBoxColumn - // + // this.addressDataGridViewTextBoxColumn.DataPropertyName = "address"; this.addressDataGridViewTextBoxColumn.HeaderText = "address"; this.addressDataGridViewTextBoxColumn.Name = "addressDataGridViewTextBoxColumn"; - // + // // txidDataGridViewTextBoxColumn - // + // this.txidDataGridViewTextBoxColumn.DataPropertyName = "txid"; this.txidDataGridViewTextBoxColumn.HeaderText = "txid"; this.txidDataGridViewTextBoxColumn.Name = "txidDataGridViewTextBoxColumn"; - // + // // transactionConvertedBindingSource - // + // this.transactionConvertedBindingSource.DataSource = typeof(SimpleWallet.Types.TransactionConverted); - // + // // imgList - // + // this.imgList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imgList.ImageStream"))); this.imgList.TransparentColor = System.Drawing.Color.Transparent; this.imgList.Images.SetKeyName(0, "address-book.png"); @@ -271,18 +271,18 @@ private void InitializeComponent() this.imgList.Images.SetKeyName(3, "receive.png"); this.imgList.Images.SetKeyName(4, "send.png"); this.imgList.Images.SetKeyName(5, "masternodes.png"); - // + // // pbPercent - // + // this.pbPercent.Location = new System.Drawing.Point(189, 506); this.pbPercent.Maximum = 10000; this.pbPercent.Name = "pbPercent"; this.pbPercent.Size = new System.Drawing.Size(800, 16); this.pbPercent.Step = 1; this.pbPercent.TabIndex = 1; - // + // // menuStrip1 - // + // this.menuStrip1.BackColor = System.Drawing.Color.Black; this.menuStrip1.Dock = System.Windows.Forms.DockStyle.None; this.menuStrip1.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -299,9 +299,9 @@ private void InitializeComponent() this.menuStrip1.Size = new System.Drawing.Size(168, 24); this.menuStrip1.TabIndex = 7; this.menuStrip1.Text = "menuStrip1"; - // + // // fileToolStripMenuItem - // + // this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.aboutToolStripMenuItem, this.quitToolStripMenuItem}); @@ -309,27 +309,27 @@ private void InitializeComponent() this.fileToolStripMenuItem.Name = "fileToolStripMenuItem"; this.fileToolStripMenuItem.Size = new System.Drawing.Size(47, 20); this.fileToolStripMenuItem.Text = "Main"; - // + // // aboutToolStripMenuItem - // + // this.aboutToolStripMenuItem.BackColor = System.Drawing.Color.Black; this.aboutToolStripMenuItem.ForeColor = System.Drawing.Color.Gold; this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem"; this.aboutToolStripMenuItem.Size = new System.Drawing.Size(105, 22); this.aboutToolStripMenuItem.Text = "About"; this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click); - // + // // quitToolStripMenuItem - // + // this.quitToolStripMenuItem.BackColor = System.Drawing.Color.Black; this.quitToolStripMenuItem.ForeColor = System.Drawing.Color.Gold; this.quitToolStripMenuItem.Name = "quitToolStripMenuItem"; this.quitToolStripMenuItem.Size = new System.Drawing.Size(105, 22); this.quitToolStripMenuItem.Text = "Quit"; this.quitToolStripMenuItem.Click += new System.EventHandler(this.quitToolStripMenuItem_Click); - // + // // walletToolStripMenuItem - // + // this.walletToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.backupToolStripMenuItem, this.exportPrivateKeyToolStripMenuItem, @@ -340,54 +340,54 @@ private void InitializeComponent() this.walletToolStripMenuItem.Name = "walletToolStripMenuItem"; this.walletToolStripMenuItem.Size = new System.Drawing.Size(63, 20); this.walletToolStripMenuItem.Text = "Settings"; - // + // // backupToolStripMenuItem - // + // this.backupToolStripMenuItem.BackColor = System.Drawing.Color.Black; this.backupToolStripMenuItem.ForeColor = System.Drawing.Color.Gold; this.backupToolStripMenuItem.Name = "backupToolStripMenuItem"; this.backupToolStripMenuItem.Size = new System.Drawing.Size(218, 22); this.backupToolStripMenuItem.Text = "Backup"; this.backupToolStripMenuItem.Click += new System.EventHandler(this.backupToolStripMenuItem_Click); - // + // // exportPrivateKeyToolStripMenuItem - // + // this.exportPrivateKeyToolStripMenuItem.BackColor = System.Drawing.Color.Black; this.exportPrivateKeyToolStripMenuItem.ForeColor = System.Drawing.Color.Gold; this.exportPrivateKeyToolStripMenuItem.Name = "exportPrivateKeyToolStripMenuItem"; this.exportPrivateKeyToolStripMenuItem.Size = new System.Drawing.Size(218, 22); this.exportPrivateKeyToolStripMenuItem.Text = "Export private keys"; this.exportPrivateKeyToolStripMenuItem.Click += new System.EventHandler(this.exportPrivateKeyToolStripMenuItem_Click); - // + // // importPrivateKeysToolStripMenuItem - // + // this.importPrivateKeysToolStripMenuItem.BackColor = System.Drawing.Color.Black; this.importPrivateKeysToolStripMenuItem.ForeColor = System.Drawing.Color.Gold; this.importPrivateKeysToolStripMenuItem.Name = "importPrivateKeysToolStripMenuItem"; this.importPrivateKeysToolStripMenuItem.Size = new System.Drawing.Size(218, 22); this.importPrivateKeysToolStripMenuItem.Text = "Import private keys"; this.importPrivateKeysToolStripMenuItem.Click += new System.EventHandler(this.importPrivateKeysToolStripMenuItem_Click); - // + // // importOnePrivateKeyToolStripMenuItem - // + // this.importOnePrivateKeyToolStripMenuItem.BackColor = System.Drawing.Color.Black; this.importOnePrivateKeyToolStripMenuItem.ForeColor = System.Drawing.Color.Gold; this.importOnePrivateKeyToolStripMenuItem.Name = "importOnePrivateKeyToolStripMenuItem"; this.importOnePrivateKeyToolStripMenuItem.Size = new System.Drawing.Size(218, 22); this.importOnePrivateKeyToolStripMenuItem.Text = "Import one private key"; this.importOnePrivateKeyToolStripMenuItem.Click += new System.EventHandler(this.importOnePrivateKeyToolStripMenuItem_Click); - // + // // enableAutoBackupWalletToolStripMenuItem - // + // this.enableAutoBackupWalletToolStripMenuItem.BackColor = System.Drawing.Color.Black; this.enableAutoBackupWalletToolStripMenuItem.ForeColor = System.Drawing.Color.Gold; this.enableAutoBackupWalletToolStripMenuItem.Name = "enableAutoBackupWalletToolStripMenuItem"; this.enableAutoBackupWalletToolStripMenuItem.Size = new System.Drawing.Size(218, 22); this.enableAutoBackupWalletToolStripMenuItem.Text = "Enable auto backup wallet"; this.enableAutoBackupWalletToolStripMenuItem.Click += new System.EventHandler(this.enableAutoBackupWalletToolStripMenuItem_Click); - // + // // toolsToolStripMenuItem - // + // this.toolsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.debugToolStripMenuItem, this.peersToolStripMenuItem, @@ -396,36 +396,36 @@ private void InitializeComponent() this.toolsToolStripMenuItem.Name = "toolsToolStripMenuItem"; this.toolsToolStripMenuItem.Size = new System.Drawing.Size(49, 20); this.toolsToolStripMenuItem.Text = "Tools"; - // + // // debugToolStripMenuItem - // + // this.debugToolStripMenuItem.BackColor = System.Drawing.Color.Black; this.debugToolStripMenuItem.ForeColor = System.Drawing.Color.Gold; this.debugToolStripMenuItem.Name = "debugToolStripMenuItem"; this.debugToolStripMenuItem.Size = new System.Drawing.Size(182, 22); this.debugToolStripMenuItem.Text = "Debug"; this.debugToolStripMenuItem.Click += new System.EventHandler(this.debugToolStripMenuItem_Click); - // + // // peersToolStripMenuItem - // + // this.peersToolStripMenuItem.BackColor = System.Drawing.Color.Black; this.peersToolStripMenuItem.ForeColor = System.Drawing.Color.Gold; this.peersToolStripMenuItem.Name = "peersToolStripMenuItem"; this.peersToolStripMenuItem.Size = new System.Drawing.Size(182, 22); this.peersToolStripMenuItem.Text = "Peers"; this.peersToolStripMenuItem.Click += new System.EventHandler(this.peersToolStripMenuItem_Click); - // + // // copyZeroconfDataToolStripMenuItem - // + // this.copyZeroconfDataToolStripMenuItem.BackColor = System.Drawing.Color.Black; this.copyZeroconfDataToolStripMenuItem.ForeColor = System.Drawing.Color.Gold; this.copyZeroconfDataToolStripMenuItem.Name = "copyZeroconfDataToolStripMenuItem"; this.copyZeroconfDataToolStripMenuItem.Size = new System.Drawing.Size(182, 22); this.copyZeroconfDataToolStripMenuItem.Text = "Copy Zero.conf data"; this.copyZeroconfDataToolStripMenuItem.Click += new System.EventHandler(this.copyZeroconfDataToolStripMenuItem_Click); - // + // // btnRefresh - // + // this.btnRefresh.BackColor = System.Drawing.Color.Black; this.btnRefresh.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DimGray; this.btnRefresh.FlatStyle = System.Windows.Forms.FlatStyle.Flat; @@ -437,9 +437,9 @@ private void InitializeComponent() this.ttStart.SetToolTip(this.btnRefresh, "Refresh address value"); this.btnRefresh.UseVisualStyleBackColor = false; this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); - // + // // btnShield - // + // this.btnShield.BackColor = System.Drawing.Color.Transparent; this.btnShield.BackgroundImage = global::SimpleWallet.Properties.Resources.shield1; this.btnShield.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; @@ -451,9 +451,9 @@ private void InitializeComponent() this.ttStart.SetToolTip(this.btnShield, "Start shield coinbase"); this.btnShield.UseVisualStyleBackColor = true; this.btnShield.Click += new System.EventHandler(this.btnShield_Click); - // + // // pnlTransactions - // + // this.pnlTransactions.BackColor = System.Drawing.Color.Black; this.pnlTransactions.BackgroundImage = global::SimpleWallet.Properties.Resources.zero05; this.pnlTransactions.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; @@ -464,9 +464,9 @@ private void InitializeComponent() this.pnlTransactions.Name = "pnlTransactions"; this.pnlTransactions.Size = new System.Drawing.Size(876, 500); this.pnlTransactions.TabIndex = 9; - // + // // panel1 - // + // this.panel1.BackColor = System.Drawing.Color.Black; this.panel1.Controls.Add(this.btnTransactions); this.panel1.Controls.Add(this.btnSendCoins); @@ -476,9 +476,9 @@ private void InitializeComponent() this.panel1.Name = "panel1"; this.panel1.Size = new System.Drawing.Size(168, 503); this.panel1.TabIndex = 10; - // + // // btnTransactions - // + // this.btnTransactions.BackColor = System.Drawing.Color.Black; this.btnTransactions.FlatAppearance.BorderColor = System.Drawing.Color.White; this.btnTransactions.FlatAppearance.BorderSize = 0; @@ -495,9 +495,9 @@ private void InitializeComponent() this.btnTransactions.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btnTransactions.UseVisualStyleBackColor = false; this.btnTransactions.Click += new System.EventHandler(this.btnTransactions_Click); - // + // // btnSendCoins - // + // this.btnSendCoins.BackColor = System.Drawing.Color.Black; this.btnSendCoins.FlatAppearance.BorderSize = 0; this.btnSendCoins.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DimGray; @@ -513,9 +513,9 @@ private void InitializeComponent() this.btnSendCoins.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btnSendCoins.UseVisualStyleBackColor = false; this.btnSendCoins.Click += new System.EventHandler(this.btnSendCoins_Click); - // + // // btnReceiveCoins - // + // this.btnReceiveCoins.BackColor = System.Drawing.Color.Black; this.btnReceiveCoins.FlatAppearance.BorderSize = 0; this.btnReceiveCoins.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DimGray; @@ -531,9 +531,9 @@ private void InitializeComponent() this.btnReceiveCoins.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btnReceiveCoins.UseVisualStyleBackColor = false; this.btnReceiveCoins.Click += new System.EventHandler(this.btnReceiveCoins_Click); - // + // // btnOverview - // + // this.btnOverview.BackColor = System.Drawing.Color.Black; this.btnOverview.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.btnOverview.FlatAppearance.BorderSize = 0; @@ -550,9 +550,9 @@ private void InitializeComponent() this.btnOverview.TextAlign = System.Drawing.ContentAlignment.BottomCenter; this.btnOverview.UseVisualStyleBackColor = false; this.btnOverview.Click += new System.EventHandler(this.btnOverview_Click); - // + // // panel2 - // + // this.panel2.BackColor = System.Drawing.Color.Black; this.panel2.Controls.Add(this.pbPercent); this.panel2.Controls.Add(this.pbSignal); @@ -561,9 +561,9 @@ private void InitializeComponent() this.panel2.Name = "panel2"; this.panel2.Size = new System.Drawing.Size(1046, 530); this.panel2.TabIndex = 11; - // + // // pbSignal - // + // this.pbSignal.BackgroundImage = global::SimpleWallet.Properties.Resources.connect0_16; this.pbSignal.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.pbSignal.Location = new System.Drawing.Point(996, 506); @@ -572,9 +572,9 @@ private void InitializeComponent() this.pbSignal.TabIndex = 6; this.pbSignal.TabStop = false; this.pbSignal.MouseHover += new System.EventHandler(this.pbSignal_MouseHover); - // + // // pbStatus - // + // this.pbStatus.BackgroundImage = global::SimpleWallet.Properties.Resources.notsynced; this.pbStatus.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.pbStatus.Location = new System.Drawing.Point(1018, 506); @@ -582,9 +582,9 @@ private void InitializeComponent() this.pbStatus.Size = new System.Drawing.Size(16, 16); this.pbStatus.TabIndex = 6; this.pbStatus.TabStop = false; - // + // // pnlReceiveCoins - // + // this.pnlReceiveCoins.BackColor = System.Drawing.Color.Black; this.pnlReceiveCoins.BackgroundImage = global::SimpleWallet.Properties.Resources.zero05; this.pnlReceiveCoins.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; @@ -597,9 +597,9 @@ private void InitializeComponent() this.pnlReceiveCoins.Name = "pnlReceiveCoins"; this.pnlReceiveCoins.Size = new System.Drawing.Size(876, 500); this.pnlReceiveCoins.TabIndex = 9; - // + // // btnNewSaplingAddress - // + // this.btnNewSaplingAddress.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DimGray; this.btnNewSaplingAddress.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnNewSaplingAddress.ForeColor = System.Drawing.Color.Gold; @@ -610,9 +610,9 @@ private void InitializeComponent() this.btnNewSaplingAddress.Text = "Get new Z address (Sapling)"; this.btnNewSaplingAddress.UseVisualStyleBackColor = true; this.btnNewSaplingAddress.Click += new System.EventHandler(this.btnNewSaplingAddress_Click); - // + // // dtgAddress - // + // this.dtgAddress.AllowUserToAddRows = false; this.dtgAddress.AllowUserToDeleteRows = false; this.dtgAddress.AllowUserToResizeColumns = false; @@ -628,9 +628,9 @@ private void InitializeComponent() this.dtgAddress.TabIndex = 9; this.dtgAddress.CellMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.dtgAddress_CellMouseClick); this.dtgAddress.MouseClick += new System.Windows.Forms.MouseEventHandler(this.dtg_MouseClick); - // + // // btnNewZAddress - // + // this.btnNewZAddress.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DimGray; this.btnNewZAddress.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnNewZAddress.ForeColor = System.Drawing.Color.Gold; @@ -641,9 +641,9 @@ private void InitializeComponent() this.btnNewZAddress.Text = "Get new Z address (Sprout)"; this.btnNewZAddress.UseVisualStyleBackColor = true; this.btnNewZAddress.Click += new System.EventHandler(this.btnNewZAddress_Click); - // + // // btnNewAddress - // + // this.btnNewAddress.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DimGray; this.btnNewAddress.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnNewAddress.ForeColor = System.Drawing.Color.Gold; @@ -654,9 +654,9 @@ private void InitializeComponent() this.btnNewAddress.Text = "Get new t address"; this.btnNewAddress.UseVisualStyleBackColor = true; this.btnNewAddress.Click += new System.EventHandler(this.btnNewAddress_Click); - // + // // btnAddressBook - // + // this.btnAddressBook.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DimGray; this.btnAddressBook.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnAddressBook.ForeColor = System.Drawing.Color.Gold; @@ -667,9 +667,9 @@ private void InitializeComponent() this.btnAddressBook.Text = "Address Book"; this.btnAddressBook.UseVisualStyleBackColor = true; this.btnAddressBook.Click += new System.EventHandler(this.btnAddressBook_Click); - // + // // pnlOverview - // + // this.pnlOverview.BackColor = System.Drawing.Color.Black; this.pnlOverview.BackgroundImage = global::SimpleWallet.Properties.Resources.zero05; this.pnlOverview.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; @@ -710,9 +710,9 @@ private void InitializeComponent() this.pnlOverview.Name = "pnlOverview"; this.pnlOverview.Size = new System.Drawing.Size(876, 500); this.pnlOverview.TabIndex = 8; - // + // // lblConfirmed - // + // this.lblConfirmed.AutoSize = true; this.lblConfirmed.BackColor = System.Drawing.Color.Transparent; this.lblConfirmed.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -724,9 +724,9 @@ private void InitializeComponent() this.lblConfirmed.TabIndex = 18; this.lblConfirmed.Text = "Confirmed"; this.lblConfirmed.TransparentBackColor = System.Drawing.Color.Blue; - // + // // lblUnconfirmedHeader - // + // this.lblUnconfirmedHeader.AutoSize = true; this.lblUnconfirmedHeader.BackColor = System.Drawing.Color.Transparent; this.lblUnconfirmedHeader.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -738,9 +738,9 @@ private void InitializeComponent() this.lblUnconfirmedHeader.TabIndex = 17; this.lblUnconfirmedHeader.Text = "Unconfirmed"; this.lblUnconfirmedHeader.TransparentBackColor = System.Drawing.Color.Blue; - // + // // lblTotalUnconfirmed - // + // this.lblTotalUnconfirmed.AutoSize = true; this.lblTotalUnconfirmed.BackColor = System.Drawing.Color.Transparent; this.lblTotalUnconfirmed.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -752,9 +752,9 @@ private void InitializeComponent() this.lblTotalUnconfirmed.TabIndex = 14; this.lblTotalUnconfirmed.Text = "Loading data..."; this.lblTotalUnconfirmed.TransparentBackColor = System.Drawing.Color.Blue; - // + // // lblPrivateUnconfirmed - // + // this.lblPrivateUnconfirmed.AutoSize = true; this.lblPrivateUnconfirmed.BackColor = System.Drawing.Color.Transparent; this.lblPrivateUnconfirmed.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -766,9 +766,9 @@ private void InitializeComponent() this.lblPrivateUnconfirmed.TabIndex = 15; this.lblPrivateUnconfirmed.Text = "Loading data..."; this.lblPrivateUnconfirmed.TransparentBackColor = System.Drawing.Color.Blue; - // + // // lblTransparentUnconfirmed - // + // this.lblTransparentUnconfirmed.AutoSize = true; this.lblTransparentUnconfirmed.BackColor = System.Drawing.Color.Transparent; this.lblTransparentUnconfirmed.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -780,9 +780,9 @@ private void InitializeComponent() this.lblTransparentUnconfirmed.TabIndex = 16; this.lblTransparentUnconfirmed.Text = "Loading data..."; this.lblTransparentUnconfirmed.TransparentBackColor = System.Drawing.Color.Blue; - // + // // pbTransaction4 - // + // this.pbTransaction4.BackColor = System.Drawing.Color.Transparent; this.pbTransaction4.Location = new System.Drawing.Point(448, 244); this.pbTransaction4.Name = "pbTransaction4"; @@ -791,9 +791,9 @@ private void InitializeComponent() this.pbTransaction4.TabIndex = 10; this.pbTransaction4.TabStop = false; this.pbTransaction4.Visible = false; - // + // // label5 - // + // this.label5.AutoSize = true; this.label5.BackColor = System.Drawing.Color.Transparent; this.label5.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -805,9 +805,9 @@ private void InitializeComponent() this.label5.TabIndex = 9; this.label5.Text = "Recent Transactions"; this.label5.TransparentBackColor = System.Drawing.Color.Blue; - // + // // pbTransaction3 - // + // this.pbTransaction3.BackColor = System.Drawing.Color.Transparent; this.pbTransaction3.Location = new System.Drawing.Point(448, 180); this.pbTransaction3.Name = "pbTransaction3"; @@ -816,9 +816,9 @@ private void InitializeComponent() this.pbTransaction3.TabIndex = 10; this.pbTransaction3.TabStop = false; this.pbTransaction3.Visible = false; - // + // // lbBestTime - // + // this.lbBestTime.AutoSize = true; this.lbBestTime.BackColor = System.Drawing.Color.Transparent; this.lbBestTime.ForeColor = System.Drawing.Color.Gold; @@ -828,9 +828,9 @@ private void InitializeComponent() this.lbBestTime.Size = new System.Drawing.Size(0, 15); this.lbBestTime.TabIndex = 3; this.lbBestTime.TransparentBackColor = System.Drawing.Color.Blue; - // + // // pbTransaction2 - // + // this.pbTransaction2.BackColor = System.Drawing.Color.Transparent; this.pbTransaction2.Location = new System.Drawing.Point(448, 116); this.pbTransaction2.Name = "pbTransaction2"; @@ -839,9 +839,9 @@ private void InitializeComponent() this.pbTransaction2.TabIndex = 10; this.pbTransaction2.TabStop = false; this.pbTransaction2.Visible = false; - // + // // lbBestHash - // + // this.lbBestHash.AutoSize = true; this.lbBestHash.BackColor = System.Drawing.Color.Transparent; this.lbBestHash.ForeColor = System.Drawing.Color.Gold; @@ -851,9 +851,9 @@ private void InitializeComponent() this.lbBestHash.Size = new System.Drawing.Size(0, 15); this.lbBestHash.TabIndex = 4; this.lbBestHash.TransparentBackColor = System.Drawing.Color.Blue; - // + // // pbTransaction1 - // + // this.pbTransaction1.BackColor = System.Drawing.Color.Transparent; this.pbTransaction1.Location = new System.Drawing.Point(448, 52); this.pbTransaction1.Name = "pbTransaction1"; @@ -862,9 +862,9 @@ private void InitializeComponent() this.pbTransaction1.TabIndex = 10; this.pbTransaction1.TabStop = false; this.pbTransaction1.Visible = false; - // + // // label1 - // + // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Transparent; this.label1.ForeColor = System.Drawing.Color.Gold; @@ -875,9 +875,9 @@ private void InitializeComponent() this.label1.TabIndex = 5; this.label1.Text = "Total"; this.label1.TransparentBackColor = System.Drawing.Color.Blue; - // + // // lbAddress4 - // + // this.lbAddress4.AutoSize = true; this.lbAddress4.BackColor = System.Drawing.Color.Transparent; this.lbAddress4.ForeColor = System.Drawing.Color.Gold; @@ -889,9 +889,9 @@ private void InitializeComponent() this.lbAddress4.Text = "address"; this.lbAddress4.TransparentBackColor = System.Drawing.Color.Blue; this.lbAddress4.Visible = false; - // + // // lbTotal - // + // this.lbTotal.AutoSize = true; this.lbTotal.BackColor = System.Drawing.Color.Transparent; this.lbTotal.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -903,9 +903,9 @@ private void InitializeComponent() this.lbTotal.TabIndex = 5; this.lbTotal.Text = "Loading data..."; this.lbTotal.TransparentBackColor = System.Drawing.Color.Blue; - // + // // lbAddress3 - // + // this.lbAddress3.AutoSize = true; this.lbAddress3.BackColor = System.Drawing.Color.Transparent; this.lbAddress3.ForeColor = System.Drawing.Color.Gold; @@ -917,9 +917,9 @@ private void InitializeComponent() this.lbAddress3.Text = "address"; this.lbAddress3.TransparentBackColor = System.Drawing.Color.Blue; this.lbAddress3.Visible = false; - // + // // transparentLabel1 - // + // this.transparentLabel1.AutoSize = true; this.transparentLabel1.BackColor = System.Drawing.Color.Transparent; this.transparentLabel1.ForeColor = System.Drawing.Color.Gold; @@ -930,9 +930,9 @@ private void InitializeComponent() this.transparentLabel1.TabIndex = 5; this.transparentLabel1.Text = "Private"; this.transparentLabel1.TransparentBackColor = System.Drawing.Color.Blue; - // + // // lbAddress2 - // + // this.lbAddress2.AutoSize = true; this.lbAddress2.BackColor = System.Drawing.Color.Transparent; this.lbAddress2.ForeColor = System.Drawing.Color.Gold; @@ -944,9 +944,9 @@ private void InitializeComponent() this.lbAddress2.Text = "address"; this.lbAddress2.TransparentBackColor = System.Drawing.Color.Blue; this.lbAddress2.Visible = false; - // + // // lbAddress1 - // + // this.lbAddress1.AutoSize = true; this.lbAddress1.BackColor = System.Drawing.Color.Transparent; this.lbAddress1.ForeColor = System.Drawing.Color.Gold; @@ -958,9 +958,9 @@ private void InitializeComponent() this.lbAddress1.Text = "address"; this.lbAddress1.TransparentBackColor = System.Drawing.Color.Blue; this.lbAddress1.Visible = false; - // + // // lbPrivate - // + // this.lbPrivate.AutoSize = true; this.lbPrivate.BackColor = System.Drawing.Color.Transparent; this.lbPrivate.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -972,9 +972,9 @@ private void InitializeComponent() this.lbPrivate.TabIndex = 5; this.lbPrivate.Text = "Loading data..."; this.lbPrivate.TransparentBackColor = System.Drawing.Color.Blue; - // + // // lbValue4 - // + // this.lbValue4.AutoSize = true; this.lbValue4.BackColor = System.Drawing.Color.Transparent; this.lbValue4.ForeColor = System.Drawing.Color.Gold; @@ -986,9 +986,9 @@ private void InitializeComponent() this.lbValue4.Text = "value"; this.lbValue4.TransparentBackColor = System.Drawing.Color.Blue; this.lbValue4.Visible = false; - // + // // lbValue3 - // + // this.lbValue3.AutoSize = true; this.lbValue3.BackColor = System.Drawing.Color.Transparent; this.lbValue3.ForeColor = System.Drawing.Color.Gold; @@ -1000,9 +1000,9 @@ private void InitializeComponent() this.lbValue3.Text = "value"; this.lbValue3.TransparentBackColor = System.Drawing.Color.Blue; this.lbValue3.Visible = false; - // + // // tlTransparentBalance - // + // this.tlTransparentBalance.AutoSize = true; this.tlTransparentBalance.BackColor = System.Drawing.Color.Transparent; this.tlTransparentBalance.ForeColor = System.Drawing.Color.Gold; @@ -1013,9 +1013,9 @@ private void InitializeComponent() this.tlTransparentBalance.TabIndex = 5; this.tlTransparentBalance.Text = "Transparent"; this.tlTransparentBalance.TransparentBackColor = System.Drawing.Color.Blue; - // + // // lbValue2 - // + // this.lbValue2.AutoSize = true; this.lbValue2.BackColor = System.Drawing.Color.Transparent; this.lbValue2.ForeColor = System.Drawing.Color.Gold; @@ -1027,9 +1027,9 @@ private void InitializeComponent() this.lbValue2.Text = "value"; this.lbValue2.TransparentBackColor = System.Drawing.Color.Blue; this.lbValue2.Visible = false; - // + // // lbTransparent - // + // this.lbTransparent.AutoSize = true; this.lbTransparent.BackColor = System.Drawing.Color.Transparent; this.lbTransparent.Font = new System.Drawing.Font("Microsoft Sans Serif", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -1041,9 +1041,9 @@ private void InitializeComponent() this.lbTransparent.TabIndex = 5; this.lbTransparent.Text = "Loading data..."; this.lbTransparent.TransparentBackColor = System.Drawing.Color.Blue; - // + // // lbValue1 - // + // this.lbValue1.AutoSize = true; this.lbValue1.BackColor = System.Drawing.Color.Transparent; this.lbValue1.ForeColor = System.Drawing.Color.Gold; @@ -1055,9 +1055,9 @@ private void InitializeComponent() this.lbValue1.Text = "value"; this.lbValue1.TransparentBackColor = System.Drawing.Color.Blue; this.lbValue1.Visible = false; - // + // // lbTime4 - // + // this.lbTime4.AutoSize = true; this.lbTime4.BackColor = System.Drawing.Color.Transparent; this.lbTime4.ForeColor = System.Drawing.Color.Gold; @@ -1069,9 +1069,9 @@ private void InitializeComponent() this.lbTime4.Text = "time"; this.lbTime4.TransparentBackColor = System.Drawing.Color.Blue; this.lbTime4.Visible = false; - // + // // lbTime3 - // + // this.lbTime3.AutoSize = true; this.lbTime3.BackColor = System.Drawing.Color.Transparent; this.lbTime3.ForeColor = System.Drawing.Color.Gold; @@ -1083,9 +1083,9 @@ private void InitializeComponent() this.lbTime3.Text = "time"; this.lbTime3.TransparentBackColor = System.Drawing.Color.Blue; this.lbTime3.Visible = false; - // + // // label4 - // + // this.label4.AutoSize = true; this.label4.BackColor = System.Drawing.Color.Transparent; this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); @@ -1097,9 +1097,9 @@ private void InitializeComponent() this.label4.TabIndex = 8; this.label4.Text = "WALLET"; this.label4.TransparentBackColor = System.Drawing.Color.Blue; - // + // // lbTime2 - // + // this.lbTime2.AutoSize = true; this.lbTime2.BackColor = System.Drawing.Color.Transparent; this.lbTime2.ForeColor = System.Drawing.Color.Gold; @@ -1111,9 +1111,9 @@ private void InitializeComponent() this.lbTime2.Text = "time"; this.lbTime2.TransparentBackColor = System.Drawing.Color.Blue; this.lbTime2.Visible = false; - // + // // label7 - // + // this.label7.AutoSize = true; this.label7.BackColor = System.Drawing.Color.Transparent; this.label7.ForeColor = System.Drawing.Color.Gold; @@ -1124,9 +1124,9 @@ private void InitializeComponent() this.label7.TabIndex = 3; this.label7.Text = "Latest block time:"; this.label7.TransparentBackColor = System.Drawing.Color.Blue; - // + // // lbTime1 - // + // this.lbTime1.AutoSize = true; this.lbTime1.BackColor = System.Drawing.Color.Transparent; this.lbTime1.ForeColor = System.Drawing.Color.Gold; @@ -1138,9 +1138,9 @@ private void InitializeComponent() this.lbTime1.Text = "time"; this.lbTime1.TransparentBackColor = System.Drawing.Color.Blue; this.lbTime1.Visible = false; - // + // // label12 - // + // this.label12.AutoSize = true; this.label12.BackColor = System.Drawing.Color.Transparent; this.label12.ForeColor = System.Drawing.Color.Gold; @@ -1151,9 +1151,9 @@ private void InitializeComponent() this.label12.TabIndex = 3; this.label12.Text = "Latest block hash:"; this.label12.TransparentBackColor = System.Drawing.Color.Blue; - // + // // pnlSendCoins - // + // this.pnlSendCoins.BackColor = System.Drawing.Color.Black; this.pnlSendCoins.BackgroundImage = global::SimpleWallet.Properties.Resources.zero05; this.pnlSendCoins.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; @@ -1163,9 +1163,9 @@ private void InitializeComponent() this.pnlSendCoins.Name = "pnlSendCoins"; this.pnlSendCoins.Size = new System.Drawing.Size(876, 500); this.pnlSendCoins.TabIndex = 9; - // + // // groupBox2 - // + // this.groupBox2.BackColor = System.Drawing.Color.Transparent; this.groupBox2.Controls.Add(this.label2); this.groupBox2.Controls.Add(this.label15); @@ -1192,9 +1192,9 @@ private void InitializeComponent() this.groupBox2.TabIndex = 17; this.groupBox2.TabStop = false; this.groupBox2.Text = "Normal send"; - // + // // label2 - // + // this.label2.ForeColor = System.Drawing.Color.OrangeRed; this.label2.Location = new System.Drawing.Point(6, 234); this.label2.Name = "label2"; @@ -1202,17 +1202,17 @@ private void InitializeComponent() this.label2.TabIndex = 17; this.label2.Text = "** Outbound transactions from Z addresses are not reported in the transaction log" + "."; - // + // // label15 - // + // this.label15.Location = new System.Drawing.Point(9, 162); this.label15.Name = "label15"; this.label15.Size = new System.Drawing.Size(816, 63); this.label15.TabIndex = 9; this.label15.Text = resources.GetString("label15.Text"); - // + // // btnSendMany - // + // this.btnSendMany.BackColor = System.Drawing.Color.Black; this.btnSendMany.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DimGray; this.btnSendMany.FlatStyle = System.Windows.Forms.FlatStyle.Flat; @@ -1223,9 +1223,9 @@ private void InitializeComponent() this.btnSendMany.Text = "Send Many"; this.btnSendMany.UseVisualStyleBackColor = false; this.btnSendMany.Click += new System.EventHandler(this.btnSendMany_Click); - // + // // cbbAddress - // + // this.cbbAddress.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbAddress.FormattingEnabled = true; this.cbbAddress.Location = new System.Drawing.Point(584, 48); @@ -1234,9 +1234,9 @@ private void InitializeComponent() this.cbbAddress.Sorted = true; this.cbbAddress.TabIndex = 2; this.cbbAddress.SelectedIndexChanged += new System.EventHandler(this.cbbAddress_SelectedIndexChanged); - // + // // cbDefaultFee - // + // this.cbDefaultFee.AutoSize = true; this.cbDefaultFee.Checked = true; this.cbDefaultFee.CheckState = System.Windows.Forms.CheckState.Checked; @@ -1247,9 +1247,9 @@ private void InitializeComponent() this.cbDefaultFee.Text = "Default fee"; this.cbDefaultFee.UseVisualStyleBackColor = true; this.cbDefaultFee.CheckedChanged += new System.EventHandler(this.cbFee_CheckedChanged); - // + // // cbbFrom - // + // this.cbbFrom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbFrom.FormattingEnabled = true; this.cbbFrom.Location = new System.Drawing.Point(69, 20); @@ -1258,9 +1258,9 @@ private void InitializeComponent() this.cbbFrom.Sorted = true; this.cbbFrom.TabIndex = 0; this.cbbFrom.SelectedIndexChanged += new System.EventHandler(this.cbbFrom_SelectedIndexChanged); - // + // // btnSend - // + // this.btnSend.BackColor = System.Drawing.Color.Black; this.btnSend.FlatAppearance.MouseOverBackColor = System.Drawing.Color.DimGray; this.btnSend.FlatStyle = System.Windows.Forms.FlatStyle.Flat; @@ -1271,17 +1271,17 @@ private void InitializeComponent() this.btnSend.Text = "Send"; this.btnSend.UseVisualStyleBackColor = false; this.btnSend.Click += new System.EventHandler(this.btnSend_Click); - // + // // tbAmount - // + // this.tbAmount.Location = new System.Drawing.Point(69, 103); this.tbAmount.Name = "tbAmount"; this.tbAmount.Size = new System.Drawing.Size(102, 21); this.tbAmount.TabIndex = 4; this.tbAmount.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbAmount_KeyPress); - // + // // cbUnit - // + // this.cbUnit.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbUnit.FormattingEnabled = true; this.cbUnit.Items.AddRange(new object[] { @@ -1290,9 +1290,9 @@ private void InitializeComponent() this.cbUnit.Name = "cbUnit"; this.cbUnit.Size = new System.Drawing.Size(100, 23); this.cbUnit.TabIndex = 5; - // + // // tbFee - // + // this.tbFee.Enabled = false; this.tbFee.Location = new System.Drawing.Point(69, 130); this.tbFee.Name = "tbFee"; @@ -1300,24 +1300,24 @@ private void InitializeComponent() this.tbFee.TabIndex = 6; this.tbFee.Text = "0.0001"; this.tbFee.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbAmount_KeyPress); - // + // // tbLabel - // + // this.tbLabel.Location = new System.Drawing.Point(69, 76); this.tbLabel.Name = "tbLabel"; this.tbLabel.Size = new System.Drawing.Size(756, 21); this.tbLabel.TabIndex = 3; - // + // // tbPayTo - // + // this.tbPayTo.Location = new System.Drawing.Point(69, 49); this.tbPayTo.Name = "tbPayTo"; this.tbPayTo.Size = new System.Drawing.Size(507, 21); this.tbPayTo.TabIndex = 1; this.tbPayTo.Leave += new System.EventHandler(this.tbPayTo_Leave); - // + // // label6 - // + // this.label6.AutoSize = true; this.label6.BackColor = System.Drawing.Color.Transparent; this.label6.Location = new System.Drawing.Point(6, 23); @@ -1327,9 +1327,9 @@ private void InitializeComponent() this.label6.TabIndex = 0; this.label6.Text = "From"; this.label6.TransparentBackColor = System.Drawing.Color.Blue; - // + // // label9 - // + // this.label9.AutoSize = true; this.label9.BackColor = System.Drawing.Color.Transparent; this.label9.Location = new System.Drawing.Point(6, 79); @@ -1339,9 +1339,9 @@ private void InitializeComponent() this.label9.TabIndex = 0; this.label9.Text = "Message"; this.label9.TransparentBackColor = System.Drawing.Color.Blue; - // + // // label8 - // + // this.label8.AutoSize = true; this.label8.BackColor = System.Drawing.Color.Transparent; this.label8.Location = new System.Drawing.Point(6, 52); @@ -1351,9 +1351,9 @@ private void InitializeComponent() this.label8.TabIndex = 0; this.label8.Text = "Pay To"; this.label8.TransparentBackColor = System.Drawing.Color.Blue; - // + // // label10 - // + // this.label10.AutoSize = true; this.label10.BackColor = System.Drawing.Color.Transparent; this.label10.Location = new System.Drawing.Point(6, 106); @@ -1363,9 +1363,9 @@ private void InitializeComponent() this.label10.TabIndex = 0; this.label10.Text = "Amount"; this.label10.TransparentBackColor = System.Drawing.Color.Blue; - // + // // label11 - // + // this.label11.AutoSize = true; this.label11.BackColor = System.Drawing.Color.Transparent; this.label11.Location = new System.Drawing.Point(6, 133); @@ -1375,9 +1375,9 @@ private void InitializeComponent() this.label11.TabIndex = 0; this.label11.Text = "Fee"; this.label11.TransparentBackColor = System.Drawing.Color.Blue; - // + // // groupBox1 - // + // this.groupBox1.BackColor = System.Drawing.Color.Transparent; this.groupBox1.Controls.Add(this.cbbShieldTo); this.groupBox1.Controls.Add(this.cbbShieldFrom); @@ -1396,27 +1396,27 @@ private void InitializeComponent() this.groupBox1.TabIndex = 10; this.groupBox1.TabStop = false; this.groupBox1.Text = "Shield coinbase"; - // + // // cbbShieldTo - // + // this.cbbShieldTo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbShieldTo.FormattingEnabled = true; this.cbbShieldTo.Location = new System.Drawing.Point(69, 45); this.cbbShieldTo.Name = "cbbShieldTo"; this.cbbShieldTo.Size = new System.Drawing.Size(756, 23); this.cbbShieldTo.TabIndex = 9; - // + // // cbbShieldFrom - // + // this.cbbShieldFrom.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.cbbShieldFrom.FormattingEnabled = true; this.cbbShieldFrom.Location = new System.Drawing.Point(69, 18); this.cbbShieldFrom.Name = "cbbShieldFrom"; this.cbbShieldFrom.Size = new System.Drawing.Size(756, 23); this.cbbShieldFrom.TabIndex = 8; - // + // // tbShieldUtxo - // + // this.tbShieldUtxo.ForeColor = System.Drawing.SystemColors.GrayText; this.tbShieldUtxo.Location = new System.Drawing.Point(69, 74); this.tbShieldUtxo.Name = "tbShieldUtxo"; @@ -1426,9 +1426,9 @@ private void InitializeComponent() this.tbShieldUtxo.Enter += new System.EventHandler(this.tbShieldUtxo_Enter); this.tbShieldUtxo.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbAmount_KeyPress); this.tbShieldUtxo.Leave += new System.EventHandler(this.tbShieldUtxo_Leave); - // + // // cbShieldDefaultFee - // + // this.cbShieldDefaultFee.AutoSize = true; this.cbShieldDefaultFee.Checked = true; this.cbShieldDefaultFee.CheckState = System.Windows.Forms.CheckState.Checked; @@ -1439,9 +1439,9 @@ private void InitializeComponent() this.cbShieldDefaultFee.Text = "Default fee"; this.cbShieldDefaultFee.UseVisualStyleBackColor = true; this.cbShieldDefaultFee.CheckedChanged += new System.EventHandler(this.cbShieldDefaultFee_CheckedChanged); - // + // // tbShieldFee - // + // this.tbShieldFee.Enabled = false; this.tbShieldFee.Location = new System.Drawing.Point(69, 101); this.tbShieldFee.Name = "tbShieldFee"; @@ -1450,9 +1450,9 @@ private void InitializeComponent() this.tbShieldFee.Text = "0.0001"; this.tbShieldFee.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.tbAmount_KeyPress); this.tbShieldFee.Leave += new System.EventHandler(this.tbPayTo_Leave); - // + // // transparentLabel3 - // + // this.transparentLabel3.AutoSize = true; this.transparentLabel3.BackColor = System.Drawing.Color.Transparent; this.transparentLabel3.Location = new System.Drawing.Point(6, 23); @@ -1462,9 +1462,9 @@ private void InitializeComponent() this.transparentLabel3.TabIndex = 0; this.transparentLabel3.Text = "From"; this.transparentLabel3.TransparentBackColor = System.Drawing.Color.Blue; - // + // // transparentLabel6 - // + // this.transparentLabel6.AutoSize = true; this.transparentLabel6.BackColor = System.Drawing.Color.Transparent; this.transparentLabel6.Location = new System.Drawing.Point(6, 77); @@ -1474,9 +1474,9 @@ private void InitializeComponent() this.transparentLabel6.TabIndex = 0; this.transparentLabel6.Text = "Max utxos"; this.transparentLabel6.TransparentBackColor = System.Drawing.Color.Blue; - // + // // transparentLabel5 - // + // this.transparentLabel5.AutoSize = true; this.transparentLabel5.BackColor = System.Drawing.Color.Transparent; this.transparentLabel5.Location = new System.Drawing.Point(6, 104); @@ -1486,9 +1486,9 @@ private void InitializeComponent() this.transparentLabel5.TabIndex = 0; this.transparentLabel5.Text = "Fee"; this.transparentLabel5.TransparentBackColor = System.Drawing.Color.Blue; - // + // // transparentLabel4 - // + // this.transparentLabel4.AutoSize = true; this.transparentLabel4.BackColor = System.Drawing.Color.Transparent; this.transparentLabel4.Location = new System.Drawing.Point(6, 50); @@ -1498,13 +1498,13 @@ private void InitializeComponent() this.transparentLabel4.TabIndex = 0; this.transparentLabel4.Text = "To"; this.transparentLabel4.TransparentBackColor = System.Drawing.Color.Blue; - // + // // addressBookBindingSource - // + // this.addressBookBindingSource.DataSource = typeof(SimpleWallet.Types.AddressBook); - // + // // btnClose - // + // this.btnClose.BackColor = System.Drawing.Color.Transparent; this.btnClose.FlatAppearance.BorderSize = 0; this.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Flat; @@ -1518,9 +1518,9 @@ private void InitializeComponent() this.btnClose.Text = "X"; this.btnClose.UseVisualStyleBackColor = false; this.btnClose.Click += new System.EventHandler(this.btnClose_Click); - // + // // btnMinimize - // + // this.btnMinimize.BackColor = System.Drawing.Color.Transparent; this.btnMinimize.FlatAppearance.BorderSize = 0; this.btnMinimize.FlatStyle = System.Windows.Forms.FlatStyle.Flat; @@ -1533,21 +1533,21 @@ private void InitializeComponent() this.btnMinimize.Text = "__"; this.btnMinimize.UseVisualStyleBackColor = false; this.btnMinimize.Click += new System.EventHandler(this.btnMinimize_Click); - // + // // btnSearch - // + // this.btnSearch.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.btnSearch.Location = new System.Drawing.Point(0, 0); this.btnSearch.Name = "btnSearch"; this.btnSearch.Size = new System.Drawing.Size(75, 23); this.btnSearch.TabIndex = 0; - // + // // typesBindingSource - // + // this.typesBindingSource.DataSource = typeof(SimpleWallet.Types); - // + // // Start - // + // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.DimGray; @@ -1569,7 +1569,7 @@ private void InitializeComponent() this.MaximizeBox = false; this.Name = "Start"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; - this.Text = "Zero Simple Wallet - Version 1.0.0"; + this.Text = "Zero Simple Wallet - Version 1.0.2"; this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Start_FormClosing); this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.Start_FormClosed); this.Load += new System.EventHandler(this.Start_Load); @@ -1738,4 +1738,4 @@ private void InitializeComponent() //private System.Windows.Forms.DataGridViewTextBoxColumn txHashDataGridViewTextBoxColumn1; //private System.Windows.Forms.DataGridViewTextBoxColumn indexDataGridViewTextBoxColumn; } -} \ No newline at end of file +} diff --git a/SimpleWallet/types.cs b/SimpleWallet/types.cs index f9c6bc1..074f887 100644 --- a/SimpleWallet/types.cs +++ b/SimpleWallet/types.cs @@ -54,7 +54,7 @@ public delegate void DaemonEventHandler(object sender, DaemonEventArgs e); public class Types { - public static String version = "Zero Simple Wallet - Version 1.0.1"; + public static String version = "Zero Simple Wallet - Version 1.0.2"; public static String startCommandsFile = Path.GetTempPath() + "\\commands.dat"; public static String addressLabel = Path.GetTempPath() + "\\addressLabel.dat"; public static String outputsSave = Path.GetTempPath() + "\\outputs.dat"; @@ -177,13 +177,13 @@ public class AllData public String time { get; set; } public String bestblockhash { get; set; } public String transparentbalance { get; set; } - public String transparentbalanceunconfirmed { get; set; } + public String transparentbalanceunconfirmed { get; set; } public String transparent { get; set; } public String privatebalance { get; set; } public String privatebalanceunconfirmed { get; set; } public String @private { get; set; } public String totalbalance { get; set; } - public String totalbalanceunconfirmed { get; set; } + public String totalbalanceunconfirmed { get; set; } public String total { get; set; } public String unconfirmedbalance { get; set; } public List> addressbalance { get; set; } @@ -250,14 +250,14 @@ public TransactionConverted(String category, String confirmations, String amount } } - public class Unspent + public class Unspent { public String txid { get; set; } public String vout { get; set; } public String generated { get; set; } public String spendable { get; set; } public String address { get; set; } - + } public class AddressData