Advertisement
SonOfABeach

Untitled

Jan 13th, 2015
283
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C# 12.64 KB | None | 0 0
  1. namespace Status_Check
  2. {
  3.     partial class Form1
  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.             this.components = new System.ComponentModel.Container();
  32.             this.Refresh_Timer = new System.Windows.Forms.Timer(this.components);
  33.             this.nsTheme1 = new NSTheme();
  34.             this.pictureBox1 = new System.Windows.Forms.PictureBox();
  35.             this.webBrowser1 = new System.Windows.Forms.WebBrowser();
  36.             this.nsLabel3 = new NSLabel();
  37.             this.nsLabel2 = new NSLabel();
  38.             this.nsButton1 = new NSButton();
  39.             this.nsSeperator1 = new NSSeperator();
  40.             this.nsLabel1 = new NSLabel();
  41.             this.nsTextBox1 = new NSTextBox();
  42.             this.nsComboBox1 = new NSComboBox();
  43.             this.nsControlButton1 = new NSControlButton();
  44.             this.nsRadioButton2 = new NSRadioButton();
  45.             this.nsRadioButton1 = new NSRadioButton();
  46.             this.nsTheme1.SuspendLayout();
  47.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  48.             this.SuspendLayout();
  49.             //
  50.             // Refresh_Timer
  51.             //
  52.             this.Refresh_Timer.Interval = 1000;
  53.             this.Refresh_Timer.Tick += new System.EventHandler(this.Refresh_Timer_Tick);
  54.             //
  55.             // nsTheme1
  56.             //
  57.             this.nsTheme1.AccentOffset = 42;
  58.             this.nsTheme1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
  59.             this.nsTheme1.BorderStyle = System.Windows.Forms.FormBorderStyle.None;
  60.             this.nsTheme1.Colors = new Bloom[0];
  61.             this.nsTheme1.Controls.Add(this.pictureBox1);
  62.             this.nsTheme1.Controls.Add(this.webBrowser1);
  63.             this.nsTheme1.Controls.Add(this.nsLabel3);
  64.             this.nsTheme1.Controls.Add(this.nsLabel2);
  65.             this.nsTheme1.Controls.Add(this.nsButton1);
  66.             this.nsTheme1.Controls.Add(this.nsSeperator1);
  67.             this.nsTheme1.Controls.Add(this.nsLabel1);
  68.             this.nsTheme1.Controls.Add(this.nsTextBox1);
  69.             this.nsTheme1.Controls.Add(this.nsComboBox1);
  70.             this.nsTheme1.Controls.Add(this.nsControlButton1);
  71.             this.nsTheme1.Controls.Add(this.nsRadioButton2);
  72.             this.nsTheme1.Controls.Add(this.nsRadioButton1);
  73.             this.nsTheme1.Customization = "";
  74.             this.nsTheme1.Dock = System.Windows.Forms.DockStyle.Fill;
  75.             this.nsTheme1.Font = new System.Drawing.Font("Verdana", 8F);
  76.             this.nsTheme1.Image = null;
  77.             this.nsTheme1.Location = new System.Drawing.Point(0, 0);
  78.             this.nsTheme1.Movable = true;
  79.             this.nsTheme1.Name = "nsTheme1";
  80.             this.nsTheme1.NoRounding = false;
  81.             this.nsTheme1.Sizable = false;
  82.             this.nsTheme1.Size = new System.Drawing.Size(239, 277);
  83.             this.nsTheme1.SmartBounds = true;
  84.             this.nsTheme1.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  85.             this.nsTheme1.TabIndex = 0;
  86.             this.nsTheme1.Text = "Status Checker By Son Of A Beach";
  87.             this.nsTheme1.TransparencyKey = System.Drawing.Color.Empty;
  88.             this.nsTheme1.Transparent = false;
  89.             //
  90.             // pictureBox1
  91.             //
  92.             this.pictureBox1.Image = global::Status_Check.Properties.Resources.ngulogo;
  93.             this.pictureBox1.Location = new System.Drawing.Point(43, 37);
  94.             this.pictureBox1.Name = "pictureBox1";
  95.             this.pictureBox1.Size = new System.Drawing.Size(162, 46);
  96.             this.pictureBox1.TabIndex = 12;
  97.             this.pictureBox1.TabStop = false;
  98.             //
  99.             // webBrowser1
  100.             //
  101.             this.webBrowser1.AllowWebBrowserDrop = false;
  102.             this.webBrowser1.IsWebBrowserContextMenuEnabled = false;
  103.             this.webBrowser1.Location = new System.Drawing.Point(303, 340);
  104.             this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
  105.             this.webBrowser1.Name = "webBrowser1";
  106.             this.webBrowser1.ScriptErrorsSuppressed = true;
  107.             this.webBrowser1.ScrollBarsEnabled = false;
  108.             this.webBrowser1.Size = new System.Drawing.Size(250, 250);
  109.             this.webBrowser1.TabIndex = 11;
  110.             this.webBrowser1.Visible = false;
  111.             this.webBrowser1.WebBrowserShortcutsEnabled = false;
  112.             this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
  113.             //
  114.             // nsLabel3
  115.             //
  116.             this.nsLabel3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
  117.             this.nsLabel3.Location = new System.Drawing.Point(12, 246);
  118.             this.nsLabel3.Name = "nsLabel3";
  119.             this.nsLabel3.Size = new System.Drawing.Size(215, 23);
  120.             this.nsLabel3.TabIndex = 10;
  121.             this.nsLabel3.Text = "nsLabel3";
  122.             this.nsLabel3.Value1 = "Status:";
  123.             this.nsLabel3.Value2 = " Connecting...";
  124.             //
  125.             // nsLabel2
  126.             //
  127.             this.nsLabel2.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
  128.             this.nsLabel2.Location = new System.Drawing.Point(47, 217);
  129.             this.nsLabel2.Name = "nsLabel2";
  130.             this.nsLabel2.Size = new System.Drawing.Size(151, 23);
  131.             this.nsLabel2.TabIndex = 9;
  132.             this.nsLabel2.Text = "nsLabel2";
  133.             this.nsLabel2.Value1 = "Retrying In";
  134.             this.nsLabel2.Value2 = "60 Seconds";
  135.             this.nsLabel2.Visible = false;
  136.             //
  137.             // nsButton1
  138.             //
  139.             this.nsButton1.Location = new System.Drawing.Point(76, 188);
  140.             this.nsButton1.Name = "nsButton1";
  141.             this.nsButton1.Size = new System.Drawing.Size(97, 23);
  142.             this.nsButton1.TabIndex = 7;
  143.             this.nsButton1.Text = "Start Checking";
  144.             this.nsButton1.Click += new System.EventHandler(this.nsButton1_Click);
  145.             //
  146.             // nsSeperator1
  147.             //
  148.             this.nsSeperator1.Location = new System.Drawing.Point(12, 174);
  149.             this.nsSeperator1.Name = "nsSeperator1";
  150.             this.nsSeperator1.Size = new System.Drawing.Size(215, 23);
  151.             this.nsSeperator1.TabIndex = 6;
  152.             this.nsSeperator1.Text = "nsSeperator1";
  153.             //
  154.             // nsLabel1
  155.             //
  156.             this.nsLabel1.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
  157.             this.nsLabel1.Location = new System.Drawing.Point(12, 145);
  158.             this.nsLabel1.Name = "nsLabel1";
  159.             this.nsLabel1.Size = new System.Drawing.Size(35, 23);
  160.             this.nsLabel1.TabIndex = 5;
  161.             this.nsLabel1.Text = "nsLabel1";
  162.             this.nsLabel1.Value1 = "URL";
  163.             this.nsLabel1.Value2 = "";
  164.             //
  165.             // nsTextBox1
  166.             //
  167.             this.nsTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
  168.             this.nsTextBox1.Enabled = false;
  169.             this.nsTextBox1.Location = new System.Drawing.Point(53, 145);
  170.             this.nsTextBox1.MaxLength = 32767;
  171.             this.nsTextBox1.Multiline = false;
  172.             this.nsTextBox1.Name = "nsTextBox1";
  173.             this.nsTextBox1.ReadOnly = false;
  174.             this.nsTextBox1.Size = new System.Drawing.Size(174, 23);
  175.             this.nsTextBox1.TabIndex = 4;
  176.             this.nsTextBox1.Text = "http://nextgenupdate.com/";
  177.             this.nsTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
  178.             this.nsTextBox1.UseSystemPasswordChar = false;
  179.             //
  180.             // nsComboBox1
  181.             //
  182.             this.nsComboBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
  183.             this.nsComboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
  184.             this.nsComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  185.             this.nsComboBox1.ForeColor = System.Drawing.Color.White;
  186.             this.nsComboBox1.FormattingEnabled = true;
  187.             this.nsComboBox1.Items.AddRange(new object[] {
  188.             "PlayStation Network",
  189.             "XBOX Live"});
  190.             this.nsComboBox1.Location = new System.Drawing.Point(12, 118);
  191.             this.nsComboBox1.Name = "nsComboBox1";
  192.             this.nsComboBox1.Size = new System.Drawing.Size(215, 21);
  193.             this.nsComboBox1.TabIndex = 3;
  194.             //
  195.             // nsControlButton1
  196.             //
  197.             this.nsControlButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  198.             this.nsControlButton1.ControlButton = NSControlButton.Button.Close;
  199.             this.nsControlButton1.Location = new System.Drawing.Point(215, 4);
  200.             this.nsControlButton1.Margin = new System.Windows.Forms.Padding(0);
  201.             this.nsControlButton1.MaximumSize = new System.Drawing.Size(18, 20);
  202.             this.nsControlButton1.MinimumSize = new System.Drawing.Size(18, 20);
  203.             this.nsControlButton1.Name = "nsControlButton1";
  204.             this.nsControlButton1.Size = new System.Drawing.Size(18, 20);
  205.             this.nsControlButton1.TabIndex = 2;
  206.             this.nsControlButton1.Text = "nsControlButton1";
  207.             //
  208.             // nsRadioButton2
  209.             //
  210.             this.nsRadioButton2.Checked = false;
  211.             this.nsRadioButton2.Location = new System.Drawing.Point(122, 89);
  212.             this.nsRadioButton2.Name = "nsRadioButton2";
  213.             this.nsRadioButton2.Size = new System.Drawing.Size(67, 23);
  214.             this.nsRadioButton2.TabIndex = 1;
  215.             this.nsRadioButton2.Text = "Website";
  216.             //
  217.             // nsRadioButton1
  218.             //
  219.             this.nsRadioButton1.Checked = true;
  220.             this.nsRadioButton1.Location = new System.Drawing.Point(48, 89);
  221.             this.nsRadioButton1.Name = "nsRadioButton1";
  222.             this.nsRadioButton1.Size = new System.Drawing.Size(67, 23);
  223.             this.nsRadioButton1.TabIndex = 0;
  224.             this.nsRadioButton1.Text = "Server";
  225.             this.nsRadioButton1.CheckedChanged += new NSRadioButton.CheckedChangedEventHandler(this.nsRadioButton1_CheckedChanged);
  226.             //
  227.             // Form1
  228.             //
  229.             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  230.             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  231.             this.ClientSize = new System.Drawing.Size(239, 277);
  232.             this.Controls.Add(this.nsTheme1);
  233.             this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  234.             this.Name = "Form1";
  235.             this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
  236.             this.Text = "Form1";
  237.             this.Load += new System.EventHandler(this.Form1_Load);
  238.             this.nsTheme1.ResumeLayout(false);
  239.             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  240.             this.ResumeLayout(false);
  241.  
  242.         }
  243.  
  244.         #endregion
  245.  
  246.         private NSTheme nsTheme1;
  247.         private NSRadioButton nsRadioButton1;
  248.         private NSComboBox nsComboBox1;
  249.         private NSControlButton nsControlButton1;
  250.         private NSRadioButton nsRadioButton2;
  251.         private NSLabel nsLabel1;
  252.         private NSTextBox nsTextBox1;
  253.         private NSLabel nsLabel3;
  254.         private NSLabel nsLabel2;
  255.         private NSButton nsButton1;
  256.         private NSSeperator nsSeperator1;
  257.         private System.Windows.Forms.WebBrowser webBrowser1;
  258.         private System.Windows.Forms.PictureBox pictureBox1;
  259.         private System.Windows.Forms.Timer Refresh_Timer;
  260.     }
  261. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement