aboutsummaryrefslogtreecommitdiff
path: root/Bitnote Wallet.Designer.vb
blob: 5a4446ba335b72a6f61507d8504782cc70e885a8 (plain) (blame)
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
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Bitnote_Wallet
    Inherits System.Windows.Forms.Form

    'Form overrides dispose to clean up the component list.
    <System.Diagnostics.DebuggerNonUserCode()> _
    Protected Overrides Sub Dispose(ByVal disposing As Boolean)
        Try
            If disposing AndAlso components IsNot Nothing Then
                components.Dispose()
            End If
        Finally
            MyBase.Dispose(disposing)
        End Try
    End Sub

    'Required by the Windows Form Designer
    Private components As System.ComponentModel.IContainer

    'NOTE: The following procedure is required by the Windows Form Designer
    'It can be modified using the Windows Form Designer.  
    'Do not modify it using the code editor.
    <System.Diagnostics.DebuggerStepThrough()> _
    Private Sub InitializeComponent()
        Me.pgbottom = New System.Windows.Forms.Panel()
        Me.minimizebutton = New System.Windows.Forms.Panel()
        Me.rollupbutton = New System.Windows.Forms.Panel()
        Me.pgbottomrcorner = New System.Windows.Forms.Panel()
        Me.pgright = New System.Windows.Forms.Panel()
        Me.closebutton = New System.Windows.Forms.Panel()
        Me.lbtitletext = New System.Windows.Forms.Label()
        Me.pgtoplcorner = New System.Windows.Forms.Panel()
        Me.pgtoprcorner = New System.Windows.Forms.Panel()
        Me.pgbottomlcorner = New System.Windows.Forms.Panel()
        Me.pgcontents = New System.Windows.Forms.Panel()
        Me.pnltransactions = New System.Windows.Forms.Panel()
        Me.txthistory = New System.Windows.Forms.RichTextBox()
        Me.pnltotalbalance = New System.Windows.Forms.Panel()
        Me.lblbalancerounded = New System.Windows.Forms.Label()
        Me.lblprecisebalance = New System.Windows.Forms.Label()
        Me.pnlsend = New System.Windows.Forms.Panel()
        Me.Label8 = New System.Windows.Forms.Label()
        Me.Label7 = New System.Windows.Forms.Label()
        Me.txtamounttopay = New System.Windows.Forms.TextBox()
        Me.btnsendmoney = New System.Windows.Forms.Button()
        Me.lblpostpayment = New System.Windows.Forms.Label()
        Me.lbltotalbalancesendscreen = New System.Windows.Forms.Label()
        Me.Label4 = New System.Windows.Forms.Label()
        Me.txtsendtoaddress = New System.Windows.Forms.TextBox()
        Me.Label3 = New System.Windows.Forms.Label()
        Me.pnlreceive = New System.Windows.Forms.Panel()
        Me.btncopyaddress = New System.Windows.Forms.Button()
        Me.lblmybitnoteaddress = New System.Windows.Forms.Label()
        Me.Label9 = New System.Windows.Forms.Label()
        Me.PictureBox1 = New System.Windows.Forms.PictureBox()
        Me.pnlmenuholder = New System.Windows.Forms.FlowLayoutPanel()
        Me.btntotalbalance = New System.Windows.Forms.Button()
        Me.btnsend = New System.Windows.Forms.Button()
        Me.btnreceive = New System.Windows.Forms.Button()
        Me.btntransactions = New System.Windows.Forms.Button()
        Me.pgleft = New System.Windows.Forms.Panel()
        Me.titlebar = New System.Windows.Forms.Panel()
        Me.pnlicon = New System.Windows.Forms.PictureBox()
        Me.pgright.SuspendLayout()
        Me.pgcontents.SuspendLayout()
        Me.pnltransactions.SuspendLayout()
        Me.pnltotalbalance.SuspendLayout()
        Me.pnlsend.SuspendLayout()
        Me.pnlreceive.SuspendLayout()
        CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.pnlmenuholder.SuspendLayout()
        Me.pgleft.SuspendLayout()
        Me.titlebar.SuspendLayout()
        CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).BeginInit()
        Me.SuspendLayout()
        '
        'pgbottom
        '
        Me.pgbottom.BackColor = System.Drawing.Color.Gray
        Me.pgbottom.Dock = System.Windows.Forms.DockStyle.Bottom
        Me.pgbottom.Location = New System.Drawing.Point(2, 202)
        Me.pgbottom.Name = "pgbottom"
        Me.pgbottom.Size = New System.Drawing.Size(421, 2)
        Me.pgbottom.TabIndex = 23
        '
        'minimizebutton
        '
        Me.minimizebutton.BackColor = System.Drawing.Color.Black
        Me.minimizebutton.Location = New System.Drawing.Point(246, 5)
        Me.minimizebutton.Name = "minimizebutton"
        Me.minimizebutton.Size = New System.Drawing.Size(22, 22)
        Me.minimizebutton.TabIndex = 24
        '
        'rollupbutton
        '
        Me.rollupbutton.BackColor = System.Drawing.Color.Black
        Me.rollupbutton.Location = New System.Drawing.Point(274, 3)
        Me.rollupbutton.Name = "rollupbutton"
        Me.rollupbutton.Size = New System.Drawing.Size(22, 22)
        Me.rollupbutton.TabIndex = 22
        '
        'pgbottomrcorner
        '
        Me.pgbottomrcorner.BackColor = System.Drawing.Color.Red
        Me.pgbottomrcorner.Dock = System.Windows.Forms.DockStyle.Bottom
        Me.pgbottomrcorner.Location = New System.Drawing.Point(0, 172)
        Me.pgbottomrcorner.Name = "pgbottomrcorner"
        Me.pgbottomrcorner.Size = New System.Drawing.Size(2, 2)
        Me.pgbottomrcorner.TabIndex = 15
        '
        'pgright
        '
        Me.pgright.BackColor = System.Drawing.Color.Gray
        Me.pgright.Controls.Add(Me.pgbottomrcorner)
        Me.pgright.Dock = System.Windows.Forms.DockStyle.Right
        Me.pgright.Location = New System.Drawing.Point(423, 30)
        Me.pgright.Name = "pgright"
        Me.pgright.Size = New System.Drawing.Size(2, 174)
        Me.pgright.TabIndex = 22
        '
        'closebutton
        '
        Me.closebutton.BackColor = System.Drawing.Color.Black
        Me.closebutton.Location = New System.Drawing.Point(302, 3)
        Me.closebutton.Name = "closebutton"
        Me.closebutton.Size = New System.Drawing.Size(22, 22)
        Me.closebutton.TabIndex = 20
        '
        'lbtitletext
        '
        Me.lbtitletext.AutoSize = True
        Me.lbtitletext.BackColor = System.Drawing.Color.Transparent
        Me.lbtitletext.Font = New System.Drawing.Font("Felix Titling", 11.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lbtitletext.Location = New System.Drawing.Point(26, 7)
        Me.lbtitletext.Name = "lbtitletext"
        Me.lbtitletext.Size = New System.Drawing.Size(147, 18)
        Me.lbtitletext.TabIndex = 19
        Me.lbtitletext.Text = "Bitnote Wallet"
        '
        'pgtoplcorner
        '
        Me.pgtoplcorner.BackColor = System.Drawing.Color.Red
        Me.pgtoplcorner.Dock = System.Windows.Forms.DockStyle.Left
        Me.pgtoplcorner.Location = New System.Drawing.Point(0, 0)
        Me.pgtoplcorner.Name = "pgtoplcorner"
        Me.pgtoplcorner.Size = New System.Drawing.Size(2, 30)
        Me.pgtoplcorner.TabIndex = 17
        '
        'pgtoprcorner
        '
        Me.pgtoprcorner.BackColor = System.Drawing.Color.Red
        Me.pgtoprcorner.Dock = System.Windows.Forms.DockStyle.Right
        Me.pgtoprcorner.Location = New System.Drawing.Point(423, 0)
        Me.pgtoprcorner.Name = "pgtoprcorner"
        Me.pgtoprcorner.Size = New System.Drawing.Size(2, 30)
        Me.pgtoprcorner.TabIndex = 16
        '
        'pgbottomlcorner
        '
        Me.pgbottomlcorner.BackColor = System.Drawing.Color.Red
        Me.pgbottomlcorner.Dock = System.Windows.Forms.DockStyle.Bottom
        Me.pgbottomlcorner.Location = New System.Drawing.Point(0, 172)
        Me.pgbottomlcorner.Name = "pgbottomlcorner"
        Me.pgbottomlcorner.Size = New System.Drawing.Size(2, 2)
        Me.pgbottomlcorner.TabIndex = 14
        '
        'pgcontents
        '
        Me.pgcontents.Controls.Add(Me.pnltotalbalance)
        Me.pgcontents.Controls.Add(Me.PictureBox1)
        Me.pgcontents.Controls.Add(Me.pnltransactions)
        Me.pgcontents.Controls.Add(Me.pnlsend)
        Me.pgcontents.Controls.Add(Me.pnlreceive)
        Me.pgcontents.Controls.Add(Me.pnlmenuholder)
        Me.pgcontents.Dock = System.Windows.Forms.DockStyle.Fill
        Me.pgcontents.Location = New System.Drawing.Point(2, 30)
        Me.pgcontents.Name = "pgcontents"
        Me.pgcontents.Size = New System.Drawing.Size(421, 172)
        Me.pgcontents.TabIndex = 20
        '
        'pnltransactions
        '
        Me.pnltransactions.Controls.Add(Me.txthistory)
        Me.pnltransactions.Location = New System.Drawing.Point(297, 52)
        Me.pnltransactions.Name = "pnltransactions"
        Me.pnltransactions.Size = New System.Drawing.Size(63, 110)
        Me.pnltransactions.TabIndex = 7
        '
        'txthistory
        '
        Me.txthistory.BackColor = System.Drawing.Color.White
        Me.txthistory.BorderStyle = System.Windows.Forms.BorderStyle.None
        Me.txthistory.Dock = System.Windows.Forms.DockStyle.Fill
        Me.txthistory.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txthistory.Location = New System.Drawing.Point(0, 0)
        Me.txthistory.Name = "txthistory"
        Me.txthistory.ReadOnly = True
        Me.txthistory.Size = New System.Drawing.Size(63, 110)
        Me.txthistory.TabIndex = 0
        Me.txthistory.Text = ""
        '
        'pnltotalbalance
        '
        Me.pnltotalbalance.Controls.Add(Me.lblbalancerounded)
        Me.pnltotalbalance.Controls.Add(Me.lblprecisebalance)
        Me.pnltotalbalance.Dock = System.Windows.Forms.DockStyle.Fill
        Me.pnltotalbalance.Location = New System.Drawing.Point(0, 34)
        Me.pnltotalbalance.Name = "pnltotalbalance"
        Me.pnltotalbalance.Size = New System.Drawing.Size(421, 138)
        Me.pnltotalbalance.TabIndex = 5
        '
        'lblbalancerounded
        '
        Me.lblbalancerounded.Font = New System.Drawing.Font("Microsoft Sans Serif", 27.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblbalancerounded.Location = New System.Drawing.Point(6, 30)
        Me.lblbalancerounded.Name = "lblbalancerounded"
        Me.lblbalancerounded.Size = New System.Drawing.Size(409, 48)
        Me.lblbalancerounded.TabIndex = 3
        Me.lblbalancerounded.Text = "Balance: 1.54 BTN"
        Me.lblbalancerounded.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'lblprecisebalance
        '
        Me.lblprecisebalance.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblprecisebalance.Location = New System.Drawing.Point(6, 74)
        Me.lblprecisebalance.Name = "lblprecisebalance"
        Me.lblprecisebalance.Size = New System.Drawing.Size(409, 29)
        Me.lblprecisebalance.TabIndex = 4
        Me.lblprecisebalance.Text = "(Precise Balance: 1.54663 BTN)"
        Me.lblprecisebalance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'pnlsend
        '
        Me.pnlsend.Controls.Add(Me.Label8)
        Me.pnlsend.Controls.Add(Me.Label7)
        Me.pnlsend.Controls.Add(Me.txtamounttopay)
        Me.pnlsend.Controls.Add(Me.btnsendmoney)
        Me.pnlsend.Controls.Add(Me.lblpostpayment)
        Me.pnlsend.Controls.Add(Me.lbltotalbalancesendscreen)
        Me.pnlsend.Controls.Add(Me.Label4)
        Me.pnlsend.Controls.Add(Me.txtsendtoaddress)
        Me.pnlsend.Controls.Add(Me.Label3)
        Me.pnlsend.Location = New System.Drawing.Point(99, 52)
        Me.pnlsend.Name = "pnlsend"
        Me.pnlsend.Size = New System.Drawing.Size(72, 110)
        Me.pnlsend.TabIndex = 6
        '
        'Label8
        '
        Me.Label8.AutoSize = True
        Me.Label8.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label8.Location = New System.Drawing.Point(222, 91)
        Me.Label8.Name = "Label8"
        Me.Label8.Size = New System.Drawing.Size(112, 16)
        Me.Label8.TabIndex = 8
        Me.Label8.Text = "Payment Amount:"
        '
        'Label7
        '
        Me.Label7.AutoSize = True
        Me.Label7.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label7.Location = New System.Drawing.Point(297, 115)
        Me.Label7.Name = "Label7"
        Me.Label7.Size = New System.Drawing.Size(36, 16)
        Me.Label7.TabIndex = 7
        Me.Label7.Text = "BTN"
        '
        'txtamounttopay
        '
        Me.txtamounttopay.BackColor = System.Drawing.Color.White
        Me.txtamounttopay.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.txtamounttopay.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtamounttopay.Location = New System.Drawing.Point(224, 113)
        Me.txtamounttopay.Multiline = True
        Me.txtamounttopay.Name = "txtamounttopay"
        Me.txtamounttopay.Size = New System.Drawing.Size(70, 21)
        Me.txtamounttopay.TabIndex = 6
        Me.txtamounttopay.Text = "0.00007"
        Me.txtamounttopay.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
        '
        'btnsendmoney
        '
        Me.btnsendmoney.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.btnsendmoney.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btnsendmoney.Location = New System.Drawing.Point(340, 91)
        Me.btnsendmoney.Name = "btnsendmoney"
        Me.btnsendmoney.Size = New System.Drawing.Size(75, 43)
        Me.btnsendmoney.TabIndex = 5
        Me.btnsendmoney.Text = "Send"
        Me.btnsendmoney.UseVisualStyleBackColor = True
        '
        'lblpostpayment
        '
        Me.lblpostpayment.AutoSize = True
        Me.lblpostpayment.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblpostpayment.Location = New System.Drawing.Point(5, 115)
        Me.lblpostpayment.Name = "lblpostpayment"
        Me.lblpostpayment.Size = New System.Drawing.Size(195, 16)
        Me.lblpostpayment.TabIndex = 4
        Me.lblpostpayment.Text = "Post Payment Balance: 0.00053"
        '
        'lbltotalbalancesendscreen
        '
        Me.lbltotalbalancesendscreen.AutoSize = True
        Me.lbltotalbalancesendscreen.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lbltotalbalancesendscreen.Location = New System.Drawing.Point(4, 93)
        Me.lbltotalbalancesendscreen.Name = "lbltotalbalancesendscreen"
        Me.lbltotalbalancesendscreen.Size = New System.Drawing.Size(188, 16)
        Me.lbltotalbalancesendscreen.TabIndex = 3
        Me.lbltotalbalancesendscreen.Text = "Current Total Balance: 0.00060"
        '
        'Label4
        '
        Me.Label4.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label4.Location = New System.Drawing.Point(4, 6)
        Me.Label4.Name = "Label4"
        Me.Label4.Size = New System.Drawing.Size(415, 49)
        Me.Label4.TabIndex = 2
        Me.Label4.Text = "In order to spend your bitnotes you must find a service that allows you to pay wi" & _
    "th bitnotes. They will provide you with a Bitnote Address which you must copy ex" & _
    "actly into the pay to box below."
        Me.Label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'txtsendtoaddress
        '
        Me.txtsendtoaddress.BackColor = System.Drawing.Color.White
        Me.txtsendtoaddress.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
        Me.txtsendtoaddress.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.txtsendtoaddress.Location = New System.Drawing.Point(60, 63)
        Me.txtsendtoaddress.Multiline = True
        Me.txtsendtoaddress.Name = "txtsendtoaddress"
        Me.txtsendtoaddress.Size = New System.Drawing.Size(355, 22)
        Me.txtsendtoaddress.TabIndex = 1
        Me.txtsendtoaddress.Text = "1FfmbHfnpaZjKFvyi1okTjJJusN455paPH"
        Me.txtsendtoaddress.TextAlign = System.Windows.Forms.HorizontalAlignment.Center
        '
        'Label3
        '
        Me.Label3.AutoSize = True
        Me.Label3.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label3.Location = New System.Drawing.Point(5, 66)
        Me.Label3.Name = "Label3"
        Me.Label3.Size = New System.Drawing.Size(58, 16)
        Me.Label3.TabIndex = 0
        Me.Label3.Text = "Pay To: "
        '
        'pnlreceive
        '
        Me.pnlreceive.Controls.Add(Me.btncopyaddress)
        Me.pnlreceive.Controls.Add(Me.lblmybitnoteaddress)
        Me.pnlreceive.Controls.Add(Me.Label9)
        Me.pnlreceive.Location = New System.Drawing.Point(194, 52)
        Me.pnlreceive.Name = "pnlreceive"
        Me.pnlreceive.Size = New System.Drawing.Size(72, 110)
        Me.pnlreceive.TabIndex = 7
        '
        'btncopyaddress
        '
        Me.btncopyaddress.FlatAppearance.BorderColor = System.Drawing.Color.Black
        Me.btncopyaddress.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.btncopyaddress.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.btncopyaddress.Location = New System.Drawing.Point(157, 98)
        Me.btncopyaddress.Name = "btncopyaddress"
        Me.btncopyaddress.Size = New System.Drawing.Size(98, 34)
        Me.btncopyaddress.TabIndex = 2
        Me.btncopyaddress.Text = "Copy"
        Me.btncopyaddress.UseVisualStyleBackColor = True
        '
        'lblmybitnoteaddress
        '
        Me.lblmybitnoteaddress.Font = New System.Drawing.Font("Microsoft Sans Serif", 12.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.lblmybitnoteaddress.Location = New System.Drawing.Point(1, 59)
        Me.lblmybitnoteaddress.Name = "lblmybitnoteaddress"
        Me.lblmybitnoteaddress.Size = New System.Drawing.Size(419, 36)
        Me.lblmybitnoteaddress.TabIndex = 1
        Me.lblmybitnoteaddress.Text = "1LgZUWQNYWZ7Qhc1hScZieC3GWnPLzaqSd"
        Me.lblmybitnoteaddress.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'Label9
        '
        Me.Label9.Font = New System.Drawing.Font("Microsoft Sans Serif", 9.75!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
        Me.Label9.Location = New System.Drawing.Point(3, 7)
        Me.Label9.Name = "Label9"
        Me.Label9.Size = New System.Drawing.Size(415, 51)
        Me.Label9.TabIndex = 0
        Me.Label9.Text = "This is your bitnote address for receiving payments. When withdrawing bitnotes fr" & _
    "om online accounts or a bit digger be sure to give them them this address so you" & _
    " can receive your money."
        Me.Label9.TextAlign = System.Drawing.ContentAlignment.MiddleCenter
        '
        'PictureBox1
        '
        Me.PictureBox1.BackColor = System.Drawing.Color.Black
        Me.PictureBox1.Dock = System.Windows.Forms.DockStyle.Top
        Me.PictureBox1.Location = New System.Drawing.Point(0, 33)
        Me.PictureBox1.Name = "PictureBox1"
        Me.PictureBox1.Size = New System.Drawing.Size(421, 1)
        Me.PictureBox1.TabIndex = 2
        Me.PictureBox1.TabStop = False
        '
        'pnlmenuholder
        '
        Me.pnlmenuholder.Controls.Add(Me.btntotalbalance)
        Me.pnlmenuholder.Controls.Add(Me.btnsend)
        Me.pnlmenuholder.Controls.Add(Me.btnreceive)
        Me.pnlmenuholder.Controls.Add(Me.btntransactions)
        Me.pnlmenuholder.Dock = System.Windows.Forms.DockStyle.Top
        Me.pnlmenuholder.Location = New System.Drawing.Point(0, 0)
        Me.pnlmenuholder.Name = "pnlmenuholder"
        Me.pnlmenuholder.Size = New System.Drawing.Size(421, 33)
        Me.pnlmenuholder.TabIndex = 1
        '
        'btntotalbalance
        '
        Me.btntotalbalance.BackgroundImage = Global.ShiftOS.My.Resources.Resources.TotalBalanceClicked
        Me.btntotalbalance.FlatAppearance.BorderSize = 0
        Me.btntotalbalance.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.btntotalbalance.Location = New System.Drawing.Point(3, 3)
        Me.btntotalbalance.Margin = New System.Windows.Forms.Padding(3, 3, 0, 3)
        Me.btntotalbalance.Name = "btntotalbalance"
        Me.btntotalbalance.Size = New System.Drawing.Size(103, 27)
        Me.btntotalbalance.TabIndex = 0
        Me.btntotalbalance.UseVisualStyleBackColor = True
        '
        'btnsend
        '
        Me.btnsend.BackgroundImage = Global.ShiftOS.My.Resources.Resources.SendUnclicked
        Me.btnsend.FlatAppearance.BorderSize = 0
        Me.btnsend.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.btnsend.Location = New System.Drawing.Point(109, 3)
        Me.btnsend.Margin = New System.Windows.Forms.Padding(3, 3, 0, 3)
        Me.btnsend.Name = "btnsend"
        Me.btnsend.Size = New System.Drawing.Size(101, 27)
        Me.btnsend.TabIndex = 1
        Me.btnsend.UseVisualStyleBackColor = True
        '
        'btnreceive
        '
        Me.btnreceive.BackgroundImage = Global.ShiftOS.My.Resources.Resources.ReceiveUnclicked
        Me.btnreceive.FlatAppearance.BorderSize = 0
        Me.btnreceive.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.btnreceive.Location = New System.Drawing.Point(213, 3)
        Me.btnreceive.Margin = New System.Windows.Forms.Padding(3, 3, 0, 3)
        Me.btnreceive.Name = "btnreceive"
        Me.btnreceive.Size = New System.Drawing.Size(101, 27)
        Me.btnreceive.TabIndex = 2
        Me.btnreceive.UseVisualStyleBackColor = True
        '
        'btntransactions
        '
        Me.btntransactions.BackgroundImage = Global.ShiftOS.My.Resources.Resources.transactionsUnclicked
        Me.btntransactions.FlatAppearance.BorderSize = 0
        Me.btntransactions.FlatStyle = System.Windows.Forms.FlatStyle.Flat
        Me.btntransactions.Location = New System.Drawing.Point(317, 3)
        Me.btntransactions.Margin = New System.Windows.Forms.Padding(3, 3, 0, 3)
        Me.btntransactions.Name = "btntransactions"
        Me.btntransactions.Size = New System.Drawing.Size(101, 27)
        Me.btntransactions.TabIndex = 3
        Me.btntransactions.UseVisualStyleBackColor = True
        '
        'pgleft
        '
        Me.pgleft.BackColor = System.Drawing.Color.Gray
        Me.pgleft.Controls.Add(Me.pgbottomlcorner)
        Me.pgleft.Dock = System.Windows.Forms.DockStyle.Left
        Me.pgleft.Location = New System.Drawing.Point(0, 30)
        Me.pgleft.Name = "pgleft"
        Me.pgleft.Size = New System.Drawing.Size(2, 174)
        Me.pgleft.TabIndex = 21
        '
        'titlebar
        '
        Me.titlebar.BackColor = System.Drawing.Color.Gray
        Me.titlebar.Controls.Add(Me.minimizebutton)
        Me.titlebar.Controls.Add(Me.pnlicon)
        Me.titlebar.Controls.Add(Me.rollupbutton)
        Me.titlebar.Controls.Add(Me.closebutton)
        Me.titlebar.Controls.Add(Me.lbtitletext)
        Me.titlebar.Controls.Add(Me.pgtoplcorner)
        Me.titlebar.Controls.Add(Me.pgtoprcorner)
        Me.titlebar.Dock = System.Windows.Forms.DockStyle.Top
        Me.titlebar.ForeColor = System.Drawing.Color.White
        Me.titlebar.Location = New System.Drawing.Point(0, 0)
        Me.titlebar.Name = "titlebar"
        Me.titlebar.Size = New System.Drawing.Size(425, 30)
        Me.titlebar.TabIndex = 19
        '
        'pnlicon
        '
        Me.pnlicon.BackColor = System.Drawing.Color.Transparent
        Me.pnlicon.Image = Global.ShiftOS.My.Resources.Resources.iconTextPad
        Me.pnlicon.Location = New System.Drawing.Point(8, 8)
        Me.pnlicon.Name = "pnlicon"
        Me.pnlicon.Size = New System.Drawing.Size(16, 16)
        Me.pnlicon.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
        Me.pnlicon.TabIndex = 24
        Me.pnlicon.TabStop = False
        Me.pnlicon.Visible = False
        '
        'Bitnote_Wallet
        '
        Me.AutoScaleDimensions = New System.Drawing.SizeF(6.0!, 13.0!)
        Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
        Me.BackColor = System.Drawing.Color.White
        Me.ClientSize = New System.Drawing.Size(425, 204)
        Me.Controls.Add(Me.pgcontents)
        Me.Controls.Add(Me.pgbottom)
        Me.Controls.Add(Me.pgright)
        Me.Controls.Add(Me.pgleft)
        Me.Controls.Add(Me.titlebar)
        Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
        Me.Name = "Bitnote_Wallet"
        Me.Text = "Bitnote_Wallet"
        Me.TopMost = True
        Me.pgright.ResumeLayout(False)
        Me.pgcontents.ResumeLayout(False)
        Me.pnltransactions.ResumeLayout(False)
        Me.pnltotalbalance.ResumeLayout(False)
        Me.pnlsend.ResumeLayout(False)
        Me.pnlsend.PerformLayout()
        Me.pnlreceive.ResumeLayout(False)
        CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
        Me.pnlmenuholder.ResumeLayout(False)
        Me.pgleft.ResumeLayout(False)
        Me.titlebar.ResumeLayout(False)
        Me.titlebar.PerformLayout()
        CType(Me.pnlicon, System.ComponentModel.ISupportInitialize).EndInit()
        Me.ResumeLayout(False)

    End Sub
    Friend WithEvents pgbottom As System.Windows.Forms.Panel
    Friend WithEvents minimizebutton As System.Windows.Forms.Panel
    Friend WithEvents pnlicon As System.Windows.Forms.PictureBox
    Friend WithEvents rollupbutton As System.Windows.Forms.Panel
    Friend WithEvents pgbottomrcorner As System.Windows.Forms.Panel
    Friend WithEvents pgright As System.Windows.Forms.Panel
    Friend WithEvents closebutton As System.Windows.Forms.Panel
    Friend WithEvents lbtitletext As System.Windows.Forms.Label
    Friend WithEvents pgtoplcorner As System.Windows.Forms.Panel
    Friend WithEvents pgtoprcorner As System.Windows.Forms.Panel
    Friend WithEvents pgbottomlcorner As System.Windows.Forms.Panel
    Friend WithEvents pgcontents As System.Windows.Forms.Panel
    Friend WithEvents pgleft As System.Windows.Forms.Panel
    Friend WithEvents titlebar As System.Windows.Forms.Panel
    Friend WithEvents pnlmenuholder As System.Windows.Forms.FlowLayoutPanel
    Friend WithEvents btntotalbalance As System.Windows.Forms.Button
    Friend WithEvents btnsend As System.Windows.Forms.Button
    Friend WithEvents btnreceive As System.Windows.Forms.Button
    Friend WithEvents btntransactions As System.Windows.Forms.Button
    Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
    Friend WithEvents lblprecisebalance As System.Windows.Forms.Label
    Friend WithEvents lblbalancerounded As System.Windows.Forms.Label
    Friend WithEvents pnltotalbalance As System.Windows.Forms.Panel
    Friend WithEvents pnltransactions As System.Windows.Forms.Panel
    Friend WithEvents pnlreceive As System.Windows.Forms.Panel
    Friend WithEvents pnlsend As System.Windows.Forms.Panel
    Friend WithEvents Label8 As System.Windows.Forms.Label
    Friend WithEvents Label7 As System.Windows.Forms.Label
    Friend WithEvents txtamounttopay As System.Windows.Forms.TextBox
    Friend WithEvents btnsendmoney As System.Windows.Forms.Button
    Friend WithEvents lblpostpayment As System.Windows.Forms.Label
    Friend WithEvents lbltotalbalancesendscreen As System.Windows.Forms.Label
    Friend WithEvents Label4 As System.Windows.Forms.Label
    Friend WithEvents txtsendtoaddress As System.Windows.Forms.TextBox
    Friend WithEvents Label3 As System.Windows.Forms.Label
    Friend WithEvents btncopyaddress As System.Windows.Forms.Button
    Friend WithEvents lblmybitnoteaddress As System.Windows.Forms.Label
    Friend WithEvents Label9 As System.Windows.Forms.Label
    Friend WithEvents txthistory As System.Windows.Forms.RichTextBox
End Class