forked from y4htse/desktop-xamarin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
SelectionPrompt.Designer.cs
233 lines (227 loc) · 14.2 KB
/
SelectionPrompt.Designer.cs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
namespace TurtleWallet
{
partial class SelectionPrompt
{
/// <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.panel1 = new System.Windows.Forms.Panel();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.importWalletButton = new System.Windows.Forms.Label();
this.selectWalletButton = new System.Windows.Forms.Label();
this.panel2 = new System.Windows.Forms.Panel();
this.panel3 = new System.Windows.Forms.Panel();
this.createWalletButton = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.panel1.SuspendLayout();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// panel1
//
this.panel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(65)))), ((int)(((byte)(65)))));
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.tableLayoutPanel1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 162);
this.panel1.Margin = new System.Windows.Forms.Padding(2);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(448, 269);
this.panel1.TabIndex = 1;
//
// label2
//
this.label2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(65)))), ((int)(((byte)(65)))));
this.label2.Dock = System.Windows.Forms.DockStyle.Top;
this.label2.Font = new System.Drawing.Font("Segoe UI Light", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(170)))), ((int)(((byte)(107)))));
this.label2.Location = new System.Drawing.Point(0, 55);
this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(448, 55);
this.label2.TabIndex = 99;
this.label2.Text = "Make your selection:";
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label1
//
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(65)))), ((int)(((byte)(65)))), ((int)(((byte)(65)))));
this.label1.Dock = System.Windows.Forms.DockStyle.Top;
this.label1.Font = new System.Drawing.Font("Segoe UI Light", 28.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label1.ForeColor = System.Drawing.Color.White;
this.label1.Location = new System.Drawing.Point(0, 0);
this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(448, 55);
this.label1.TabIndex = 98;
this.label1.Text = "Welcome to Turtle Wallet";
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.importWalletButton, 0, 4);
this.tableLayoutPanel1.Controls.Add(this.selectWalletButton, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.panel2, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.panel3, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.createWalletButton, 0, 0);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Bottom;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 112);
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(2);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 5;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 32.0132F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 1.980198F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 32.0132F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 1.980198F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 32.0132F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(448, 157);
this.tableLayoutPanel1.TabIndex = 0;
//
// panel2
//
this.panel3.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(170)))), ((int)(((byte)(107)))));
this.panel3.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel3.Location = new System.Drawing.Point(19, 52);
this.panel3.Margin = new System.Windows.Forms.Padding(19, 2, 19, 2);
this.panel3.Name = "panel2";
this.panel3.Size = new System.Drawing.Size(410, 1);
this.panel3.TabIndex = 0;
//
// importWalletButton
//
this.importWalletButton.AutoSize = true;
this.importWalletButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.importWalletButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.importWalletButton.Dock = System.Windows.Forms.DockStyle.Fill;
this.importWalletButton.Font = new System.Drawing.Font("Segoe UI", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.importWalletButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.importWalletButton.Location = new System.Drawing.Point(2, 106);
this.importWalletButton.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.importWalletButton.Name = "importWalletButton";
this.importWalletButton.Size = new System.Drawing.Size(444, 51);
this.importWalletButton.TabIndex = 2;
this.importWalletButton.Text = "Import Wallet";
this.importWalletButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.importWalletButton.Click += new System.EventHandler(this.ImportWalletButton_Click);
this.importWalletButton.MouseEnter += new System.EventHandler(this.ImportWalletButton_MouseEnter);
this.importWalletButton.MouseLeave += new System.EventHandler(this.ImportWalletButton_MouseLeave);
//
// selectWalletButton
//
this.selectWalletButton.AutoSize = true;
this.selectWalletButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.selectWalletButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.selectWalletButton.Dock = System.Windows.Forms.DockStyle.Fill;
this.selectWalletButton.Font = new System.Drawing.Font("Segoe UI", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.selectWalletButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.selectWalletButton.Location = new System.Drawing.Point(2, 53);
this.selectWalletButton.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.selectWalletButton.Name = "selectWalletButton";
this.selectWalletButton.Size = new System.Drawing.Size(444, 50);
this.selectWalletButton.TabIndex = 1;
this.selectWalletButton.Text = "Select Existing Wallet";
this.selectWalletButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.selectWalletButton.Click += new System.EventHandler(this.SelectWalletButton_Click);
this.selectWalletButton.MouseEnter += new System.EventHandler(this.SelectWalletButton_MouseEnter);
this.selectWalletButton.MouseLeave += new System.EventHandler(this.SelectWalletButton_MouseLeave);
//
// panel2
//
this.panel2.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(39)))), ((int)(((byte)(170)))), ((int)(((byte)(107)))));
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel2.Location = new System.Drawing.Point(19, 52);
this.panel2.Margin = new System.Windows.Forms.Padding(19, 2, 19, 2);
this.panel2.Name = "panel2";
this.panel2.Size = new System.Drawing.Size(410, 1);
this.panel2.TabIndex = 0;
//
// createWalletButton
//
this.createWalletButton.AutoSize = true;
this.createWalletButton.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(52)))), ((int)(((byte)(52)))), ((int)(((byte)(52)))));
this.createWalletButton.Cursor = System.Windows.Forms.Cursors.Hand;
this.createWalletButton.Dock = System.Windows.Forms.DockStyle.Fill;
this.createWalletButton.Font = new System.Drawing.Font("Segoe UI", 16.2F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.createWalletButton.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
this.createWalletButton.Location = new System.Drawing.Point(2, 0);
this.createWalletButton.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
this.createWalletButton.Name = "createWalletButton";
this.createWalletButton.Size = new System.Drawing.Size(444, 50);
this.createWalletButton.TabIndex = 0;
this.createWalletButton.Text = "Create Wallet";
this.createWalletButton.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
this.createWalletButton.Click += new System.EventHandler(this.CreateWalletButton_Click);
this.createWalletButton.MouseEnter += new System.EventHandler(this.CreateWalletButton_MouseEnter);
this.createWalletButton.MouseLeave += new System.EventHandler(this.CreateWalletButton_MouseLeave);
//
// pictureBox1
//
this.pictureBox1.BackgroundImage = global::TurtleWallet.Properties.Resources.trtl_banner;
this.pictureBox1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
this.pictureBox1.Dock = System.Windows.Forms.DockStyle.Top;
this.pictureBox1.Location = new System.Drawing.Point(0, 0);
this.pictureBox1.Margin = new System.Windows.Forms.Padding(2);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(448, 162);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// SelectionPrompt
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(448, 431);
this.Controls.Add(this.panel1);
this.Controls.Add(this.pictureBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Margin = new System.Windows.Forms.Padding(2);
this.Name = "SelectionPrompt";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "TurtleCoin Wallet";
this.panel1.ResumeLayout(false);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label selectWalletButton;
private System.Windows.Forms.Label createWalletButton;
private System.Windows.Forms.Label importWalletButton;
private System.Windows.Forms.Panel panel2;
private System.Windows.Forms.Panel panel3;
}
}