aboutsummaryrefslogtreecommitdiff
path: root/PortEngine/QuantumAPI/Sites/PortOSDefender.Designer.cs
blob: 4a3b347e442761e04eb0eedb357f6149b3b74141 (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
namespace PortEngine.QuantumAPI.Sites
{
    partial class PortOSDefender
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(PortOSDefender));
            this.posLogo = new System.Windows.Forms.Label();
            this.btnSignin = new System.Windows.Forms.Button();
            this.rtxtNews = new System.Windows.Forms.RichTextBox();
            this.lbNews = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.SuspendLayout();
            // 
            // posLogo
            // 
            this.posLogo.AutoSize = true;
            this.posLogo.Font = new System.Drawing.Font("Consolas", 15.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.posLogo.ForeColor = System.Drawing.Color.Green;
            this.posLogo.Location = new System.Drawing.Point(21, 18);
            this.posLogo.Name = "posLogo";
            this.posLogo.Size = new System.Drawing.Size(190, 24);
            this.posLogo.TabIndex = 0;
            this.posLogo.Text = "PortOS Defender";
            // 
            // btnSignin
            // 
            this.btnSignin.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
            this.btnSignin.Location = new System.Drawing.Point(725, 21);
            this.btnSignin.Name = "btnSignin";
            this.btnSignin.Size = new System.Drawing.Size(75, 23);
            this.btnSignin.TabIndex = 1;
            this.btnSignin.Text = "Sign In";
            this.btnSignin.UseVisualStyleBackColor = true;
            // 
            // rtxtNews
            // 
            this.rtxtNews.BackColor = System.Drawing.Color.White;
            this.rtxtNews.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
            this.rtxtNews.Cursor = System.Windows.Forms.Cursors.Arrow;
            this.rtxtNews.Font = new System.Drawing.Font("Calibri", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.rtxtNews.Location = new System.Drawing.Point(25, 113);
            this.rtxtNews.Name = "rtxtNews";
            this.rtxtNews.ReadOnly = true;
            this.rtxtNews.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
            this.rtxtNews.Size = new System.Drawing.Size(200, 288);
            this.rtxtNews.TabIndex = 2;
            this.rtxtNews.Text = resources.GetString("rtxtNews.Text");
            // 
            // lbNews
            // 
            this.lbNews.AutoSize = true;
            this.lbNews.Font = new System.Drawing.Font("Consolas", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
            this.lbNews.Location = new System.Drawing.Point(21, 91);
            this.lbNews.Name = "lbNews";
            this.lbNews.Size = new System.Drawing.Size(108, 19);
            this.lbNews.TabIndex = 3;
            this.lbNews.Text = "Latest News";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(253, 91);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(71, 13);
            this.label1.TabIndex = 4;
            this.label1.Text = "Who are we?";
            // 
            // PortOSDefender
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.label1);
            this.Controls.Add(this.lbNews);
            this.Controls.Add(this.rtxtNews);
            this.Controls.Add(this.btnSignin);
            this.Controls.Add(this.posLogo);
            this.Name = "PortOSDefender";
            this.Size = new System.Drawing.Size(842, 452);
            this.Load += new System.EventHandler(this.PortOSDefender_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Label posLogo;
        private System.Windows.Forms.Button btnSignin;
        private System.Windows.Forms.RichTextBox rtxtNews;
        private System.Windows.Forms.Label lbNews;
        private System.Windows.Forms.Label label1;
    }
}