Statistics
| Branch: | Revision:

root / trunk / NetSparkle / NetSparkleMainWindows.Designer.cs @ 46426dbd

History | View | Annotate | Download (3.4 kB)

1
namespace AppLimit.NetSparkle
2
{
3
    partial class NetSparkleMainWindows
4
    {
5
        /// <summary>
6
        /// Required designer variable.
7
        /// </summary>
8
        private System.ComponentModel.IContainer components = null;
9

    
10
        /// <summary>
11
        /// Clean up any resources being used.
12
        /// </summary>
13
        /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
14
        protected override void Dispose(bool disposing)
15
        {
16
            if (disposing && (components != null))
17
            {
18
                components.Dispose();
19
            }
20
            base.Dispose(disposing);
21
        }
22

    
23
        #region Windows Form Designer generated code
24

    
25
        /// <summary>
26
        /// Required method for Designer support - do not modify
27
        /// the contents of this method with the code editor.
28
        /// </summary>
29
        private void InitializeComponent()
30
        {
31
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(NetSparkleMainWindows));
32
            this.label1 = new System.Windows.Forms.Label();
33
            this.lstActions = new System.Windows.Forms.ListBox();
34
            this.SuspendLayout();
35
            // 
36
            // label1
37
            // 
38
            this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
39
                        | System.Windows.Forms.AnchorStyles.Right)));
40
            this.label1.Font = new System.Drawing.Font("Segoe UI", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
41
            this.label1.Location = new System.Drawing.Point(12, 9);
42
            this.label1.Name = "label1";
43
            this.label1.Size = new System.Drawing.Size(503, 23);
44
            this.label1.TabIndex = 0;
45
            this.label1.Text = "NetSparkle - Background Activity Monitor";
46
            // 
47
            // lstActions
48
            // 
49
            this.lstActions.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
50
                        | System.Windows.Forms.AnchorStyles.Left)
51
                        | System.Windows.Forms.AnchorStyles.Right)));
52
            this.lstActions.FormattingEnabled = true;
53
            this.lstActions.Location = new System.Drawing.Point(15, 35);
54
            this.lstActions.Name = "lstActions";
55
            this.lstActions.Size = new System.Drawing.Size(500, 303);
56
            this.lstActions.TabIndex = 1;
57
            // 
58
            // NetSparkleMainWindows
59
            // 
60
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
61
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
62
            this.ClientSize = new System.Drawing.Size(527, 351);
63
            this.Controls.Add(this.lstActions);
64
            this.Controls.Add(this.label1);
65
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
66
            this.Name = "NetSparkleMainWindows";
67
            this.ShowInTaskbar = false;
68
            this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
69
            this.Text = "Software Update - Debug Window";
70
            this.TopMost = true;
71
            this.ResumeLayout(false);
72

    
73
        }
74

    
75
        #endregion
76

    
77
        private System.Windows.Forms.Label label1;
78
        private System.Windows.Forms.ListBox lstActions;
79
    }
80
}