aboutsummaryrefslogtreecommitdiff
path: root/PortEngine/QuantumAPI/Sites/Malwarebits.Designer.cs
blob: 62442f95e8d3aa7e57728fa12f7c9fe35dcbae4f (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
namespace PortEngine
{
    partial class Malwarebits
    {
        /// <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 Component 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.lblMalwarebitsTitle = new System.Windows.Forms.Label();
            this.lblUpgradeSecurity = new System.Windows.Forms.Label();
            this.lblUpgradePower = new System.Windows.Forms.Label();
            this.btnUpgradeSecurity = new System.Windows.Forms.Button();
            this.btnUpgradePower = new System.Windows.Forms.Button();
            this.lblBalance = new System.Windows.Forms.Label();
            this.tmrUpdateBal = new System.Windows.Forms.Timer(this.components);
            this.SuspendLayout();
            // 
            // lblMalwarebitsTitle
            // 
            this.lblMalwarebitsTitle.AutoSize = true;
            this.lblMalwarebitsTitle.Font = new System.Drawing.Font("Segoe UI Semibold", 27.75F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lblMalwarebitsTitle.ForeColor = System.Drawing.SystemColors.Highlight;
            this.lblMalwarebitsTitle.Location = new System.Drawing.Point(609, 12);
            this.lblMalwarebitsTitle.Name = "lblMalwarebitsTitle";
            this.lblMalwarebitsTitle.Size = new System.Drawing.Size(227, 50);
            this.lblMalwarebitsTitle.TabIndex = 0;
            this.lblMalwarebitsTitle.Text = "Malwarebits";
            // 
            // lblUpgradeSecurity
            // 
            this.lblUpgradeSecurity.AutoSize = true;
            this.lblUpgradeSecurity.Font = new System.Drawing.Font("Lucida Console", 15F);
            this.lblUpgradeSecurity.Location = new System.Drawing.Point(19, 91);
            this.lblUpgradeSecurity.Name = "lblUpgradeSecurity";
            this.lblUpgradeSecurity.Size = new System.Drawing.Size(201, 20);
            this.lblUpgradeSecurity.TabIndex = 1;
            this.lblUpgradeSecurity.Text = "Upgrade Security";
            // 
            // lblUpgradePower
            // 
            this.lblUpgradePower.AutoSize = true;
            this.lblUpgradePower.Font = new System.Drawing.Font("Lucida Console", 15F);
            this.lblUpgradePower.Location = new System.Drawing.Point(19, 132);
            this.lblUpgradePower.Name = "lblUpgradePower";
            this.lblUpgradePower.Size = new System.Drawing.Size(165, 20);
            this.lblUpgradePower.TabIndex = 2;
            this.lblUpgradePower.Text = "Upgrade Power";
            // 
            // btnUpgradeSecurity
            // 
            this.btnUpgradeSecurity.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUpgradeSecurity.Location = new System.Drawing.Point(226, 88);
            this.btnUpgradeSecurity.Name = "btnUpgradeSecurity";
            this.btnUpgradeSecurity.Size = new System.Drawing.Size(75, 29);
            this.btnUpgradeSecurity.TabIndex = 3;
            this.btnUpgradeSecurity.Text = "Upgrade";
            this.btnUpgradeSecurity.UseVisualStyleBackColor = true;
            // 
            // btnUpgradePower
            // 
            this.btnUpgradePower.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnUpgradePower.Location = new System.Drawing.Point(190, 127);
            this.btnUpgradePower.Name = "btnUpgradePower";
            this.btnUpgradePower.Size = new System.Drawing.Size(75, 29);
            this.btnUpgradePower.TabIndex = 4;
            this.btnUpgradePower.Text = "Upgrade";
            this.btnUpgradePower.UseVisualStyleBackColor = true;
            // 
            // lblBalance
            // 
            this.lblBalance.AutoSize = true;
            this.lblBalance.Font = new System.Drawing.Font("Lucida Console", 10F);
            this.lblBalance.Location = new System.Drawing.Point(8, 8);
            this.lblBalance.Name = "lblBalance";
            this.lblBalance.Size = new System.Drawing.Size(111, 14);
            this.lblBalance.TabIndex = 5;
            this.lblBalance.Text = "Balance: !VAR";
            // 
            // tmrUpdateBal
            // 
            this.tmrUpdateBal.Enabled = true;
            this.tmrUpdateBal.Tick += new System.EventHandler(this.tmrUpdateBal_Tick);
            // 
            // Malwarebits
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.lblBalance);
            this.Controls.Add(this.btnUpgradePower);
            this.Controls.Add(this.btnUpgradeSecurity);
            this.Controls.Add(this.lblUpgradePower);
            this.Controls.Add(this.lblUpgradeSecurity);
            this.Controls.Add(this.lblMalwarebitsTitle);
            this.Name = "Malwarebits";
            this.Size = new System.Drawing.Size(842, 452);
            this.Load += new System.EventHandler(this.Malwarebits_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label lblMalwarebitsTitle;
        private System.Windows.Forms.Label lblUpgradeSecurity;
        private System.Windows.Forms.Label lblUpgradePower;
        private System.Windows.Forms.Button btnUpgradeSecurity;
        private System.Windows.Forms.Button btnUpgradePower;
        private System.Windows.Forms.Label lblBalance;
        private System.Windows.Forms.Timer tmrUpdateBal;
    }
}