diff options
| author | MichaelTheShifter <[email protected]> | 2016-06-25 08:10:03 -0400 |
|---|---|---|
| committer | MichaelTheShifter <[email protected]> | 2016-06-25 08:10:03 -0400 |
| commit | 84f689b91a73e512b035df40bbcf556b008a3b81 (patch) | |
| tree | da1020b2b5866c7ce300ac7b9c97112fe80fa1b3 /source/WindowsFormsApplication1/Apps/BitnoteWallet.Designer.cs | |
| parent | 6707e2076a63dafab686fd533c95fb8ceb6c23fa (diff) | |
| download | shiftos-c--84f689b91a73e512b035df40bbcf556b008a3b81.tar.gz shiftos-c--84f689b91a73e512b035df40bbcf556b008a3b81.tar.bz2 shiftos-c--84f689b91a73e512b035df40bbcf556b008a3b81.zip | |
Sort source code into folders.
It feels better to know what's responsible for what... Plus I removed
some un-needed C# stuff.
Diffstat (limited to 'source/WindowsFormsApplication1/Apps/BitnoteWallet.Designer.cs')
| -rw-r--r-- | source/WindowsFormsApplication1/Apps/BitnoteWallet.Designer.cs | 243 |
1 files changed, 243 insertions, 0 deletions
diff --git a/source/WindowsFormsApplication1/Apps/BitnoteWallet.Designer.cs b/source/WindowsFormsApplication1/Apps/BitnoteWallet.Designer.cs new file mode 100644 index 0000000..df0b7d8 --- /dev/null +++ b/source/WindowsFormsApplication1/Apps/BitnoteWallet.Designer.cs @@ -0,0 +1,243 @@ +namespace ShiftOS +{ + partial class BitnoteWallet + { + /// <summary> + /// Required designer variable. + /// </summary> + private System.ComponentModel.IContainer components = null; + + /// <summary> + /// Clean up any resources being used. + /// </summary> + /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// <summary> + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// </summary> + private void InitializeComponent() + { + this.components = new System.ComponentModel.Container(); + this.fltopbar = new System.Windows.Forms.FlowLayoutPanel(); + this.btnsend = new System.Windows.Forms.Button(); + this.btnsync = new System.Windows.Forms.Button(); + this.sendpanel = new System.Windows.Forms.Panel(); + this.txtamount = new System.Windows.Forms.TextBox(); + this.txtrecipient = new System.Windows.Forms.TextBox(); + this.label2 = new System.Windows.Forms.Label(); + this.label1 = new System.Windows.Forms.Label(); + this.btnconfirmsend = new System.Windows.Forms.PictureBox(); + this.panel1 = new System.Windows.Forms.Panel(); + this.lbmybitnotes = new System.Windows.Forms.Label(); + this.label4 = new System.Windows.Forms.Label(); + this.txtmyaddress = new System.Windows.Forms.TextBox(); + this.label3 = new System.Windows.Forms.Label(); + this.tmrrefresh = new System.Windows.Forms.Timer(this.components); + this.fltopbar.SuspendLayout(); + this.sendpanel.SuspendLayout(); + ((System.ComponentModel.ISupportInitialize)(this.btnconfirmsend)).BeginInit(); + this.panel1.SuspendLayout(); + this.SuspendLayout(); + // + // fltopbar + // + this.fltopbar.BackColor = System.Drawing.Color.Gray; + this.fltopbar.Controls.Add(this.btnsend); + this.fltopbar.Controls.Add(this.btnsync); + this.fltopbar.Dock = System.Windows.Forms.DockStyle.Top; + this.fltopbar.ForeColor = System.Drawing.Color.White; + this.fltopbar.Location = new System.Drawing.Point(0, 0); + this.fltopbar.Name = "fltopbar"; + this.fltopbar.Size = new System.Drawing.Size(551, 30); + this.fltopbar.TabIndex = 0; + // + // btnsend + // + this.btnsend.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; + this.btnsend.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnsend.Font = new System.Drawing.Font("Times New Roman", 8.25F); + this.btnsend.Location = new System.Drawing.Point(3, 3); + this.btnsend.Name = "btnsend"; + this.btnsend.Size = new System.Drawing.Size(75, 23); + this.btnsend.TabIndex = 0; + this.btnsend.Text = "Send"; + this.btnsend.UseVisualStyleBackColor = true; + this.btnsend.Click += new System.EventHandler(this.btnsend_Click); + // + // btnsync + // + this.btnsync.FlatStyle = System.Windows.Forms.FlatStyle.Flat; + this.btnsync.Font = new System.Drawing.Font("Times New Roman", 8.25F); + this.btnsync.Location = new System.Drawing.Point(84, 3); + this.btnsync.Name = "btnsync"; + this.btnsync.Size = new System.Drawing.Size(113, 23); + this.btnsync.TabIndex = 1; + this.btnsync.Text = "Sync My Bitnotes"; + this.btnsync.UseVisualStyleBackColor = true; + this.btnsync.Click += new System.EventHandler(this.btnsync_Click); + // + // sendpanel + // + this.sendpanel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); + this.sendpanel.Controls.Add(this.txtamount); + this.sendpanel.Controls.Add(this.txtrecipient); + this.sendpanel.Controls.Add(this.label2); + this.sendpanel.Controls.Add(this.label1); + this.sendpanel.Controls.Add(this.btnconfirmsend); + this.sendpanel.Location = new System.Drawing.Point(306, 143); + this.sendpanel.Name = "sendpanel"; + this.sendpanel.Size = new System.Drawing.Size(233, 105); + this.sendpanel.TabIndex = 1; + this.sendpanel.Visible = false; + // + // txtamount + // + this.txtamount.Location = new System.Drawing.Point(82, 34); + this.txtamount.Name = "txtamount"; + this.txtamount.Size = new System.Drawing.Size(148, 20); + this.txtamount.TabIndex = 4; + // + // txtrecipient + // + this.txtrecipient.Location = new System.Drawing.Point(82, 4); + this.txtrecipient.Name = "txtrecipient"; + this.txtrecipient.Size = new System.Drawing.Size(148, 20); + this.txtrecipient.TabIndex = 3; + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); + this.label2.Location = new System.Drawing.Point(4, 34); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(60, 17); + this.label2.TabIndex = 2; + this.label2.Text = "Amount:"; + // + // label1 + // + this.label1.AutoSize = true; + this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); + this.label1.Location = new System.Drawing.Point(4, 4); + this.label1.Name = "label1"; + this.label1.Size = new System.Drawing.Size(71, 17); + this.label1.TabIndex = 1; + this.label1.Text = "Recipient:"; + // + // btnconfirmsend + // + this.btnconfirmsend.Image = global::ShiftOS.Properties.Resources.Send; + this.btnconfirmsend.Location = new System.Drawing.Point(129, 75); + this.btnconfirmsend.Name = "btnconfirmsend"; + this.btnconfirmsend.Size = new System.Drawing.Size(101, 27); + this.btnconfirmsend.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize; + this.btnconfirmsend.TabIndex = 0; + this.btnconfirmsend.TabStop = false; + this.btnconfirmsend.Click += new System.EventHandler(this.btnconfirmsend_Click); + // + // panel1 + // + this.panel1.BackColor = System.Drawing.Color.White; + this.panel1.Controls.Add(this.lbmybitnotes); + this.panel1.Controls.Add(this.label4); + this.panel1.Controls.Add(this.txtmyaddress); + this.panel1.Controls.Add(this.label3); + this.panel1.Controls.Add(this.fltopbar); + this.panel1.Controls.Add(this.sendpanel); + this.panel1.Dock = System.Windows.Forms.DockStyle.Fill; + this.panel1.Location = new System.Drawing.Point(0, 0); + this.panel1.Name = "panel1"; + this.panel1.Size = new System.Drawing.Size(551, 260); + this.panel1.TabIndex = 2; + // + // lbmybitnotes + // + this.lbmybitnotes.AutoSize = true; + this.lbmybitnotes.Font = new System.Drawing.Font("Microsoft Sans Serif", 20F); + this.lbmybitnotes.Location = new System.Drawing.Point(7, 203); + this.lbmybitnotes.Name = "lbmybitnotes"; + this.lbmybitnotes.Size = new System.Drawing.Size(91, 31); + this.lbmybitnotes.TabIndex = 6; + this.lbmybitnotes.Text = "0 BTN"; + // + // label4 + // + this.label4.AutoSize = true; + this.label4.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); + this.label4.Location = new System.Drawing.Point(7, 177); + this.label4.Name = "label4"; + this.label4.Size = new System.Drawing.Size(50, 17); + this.label4.TabIndex = 5; + this.label4.Text = "I have:"; + // + // txtmyaddress + // + this.txtmyaddress.Location = new System.Drawing.Point(10, 136); + this.txtmyaddress.Name = "txtmyaddress"; + this.txtmyaddress.Size = new System.Drawing.Size(290, 20); + this.txtmyaddress.TabIndex = 4; + // + // label3 + // + this.label3.AutoSize = true; + this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 10F); + this.label3.Location = new System.Drawing.Point(7, 116); + this.label3.Name = "label3"; + this.label3.Size = new System.Drawing.Size(86, 17); + this.label3.TabIndex = 2; + this.label3.Text = "My Address:"; + // + // tmrrefresh + // + this.tmrrefresh.Enabled = true; + this.tmrrefresh.Tick += new System.EventHandler(this.tmrrefresh_Tick); + // + // BitnoteWallet + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(551, 260); + this.Controls.Add(this.panel1); + this.Name = "BitnoteWallet"; + this.Text = "BitnoteWallet"; + this.Load += new System.EventHandler(this.BitnoteWallet_Load); + this.fltopbar.ResumeLayout(false); + this.sendpanel.ResumeLayout(false); + this.sendpanel.PerformLayout(); + ((System.ComponentModel.ISupportInitialize)(this.btnconfirmsend)).EndInit(); + this.panel1.ResumeLayout(false); + this.panel1.PerformLayout(); + this.ResumeLayout(false); + + } + + #endregion + + private System.Windows.Forms.FlowLayoutPanel fltopbar; + private System.Windows.Forms.Button btnsend; + private System.Windows.Forms.Button btnsync; + private System.Windows.Forms.Panel sendpanel; + private System.Windows.Forms.Panel panel1; + private System.Windows.Forms.PictureBox btnconfirmsend; + private System.Windows.Forms.TextBox txtamount; + private System.Windows.Forms.TextBox txtrecipient; + private System.Windows.Forms.Label label2; + private System.Windows.Forms.Label label1; + private System.Windows.Forms.Label lbmybitnotes; + private System.Windows.Forms.Label label4; + private System.Windows.Forms.TextBox txtmyaddress; + private System.Windows.Forms.Label label3; + private System.Windows.Forms.Timer tmrrefresh; + } +}
\ No newline at end of file |
