Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- namespace Status_Check
- {
- partial class Form1
- {
- /// <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 Windows Form 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.Refresh_Timer = new System.Windows.Forms.Timer(this.components);
- this.nsTheme1 = new NSTheme();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.webBrowser1 = new System.Windows.Forms.WebBrowser();
- this.nsLabel3 = new NSLabel();
- this.nsLabel2 = new NSLabel();
- this.nsButton1 = new NSButton();
- this.nsSeperator1 = new NSSeperator();
- this.nsLabel1 = new NSLabel();
- this.nsTextBox1 = new NSTextBox();
- this.nsComboBox1 = new NSComboBox();
- this.nsControlButton1 = new NSControlButton();
- this.nsRadioButton2 = new NSRadioButton();
- this.nsRadioButton1 = new NSRadioButton();
- this.nsTheme1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.SuspendLayout();
- //
- // Refresh_Timer
- //
- this.Refresh_Timer.Interval = 1000;
- this.Refresh_Timer.Tick += new System.EventHandler(this.Refresh_Timer_Tick);
- //
- // nsTheme1
- //
- this.nsTheme1.AccentOffset = 42;
- this.nsTheme1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
- this.nsTheme1.BorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.nsTheme1.Colors = new Bloom[0];
- this.nsTheme1.Controls.Add(this.pictureBox1);
- this.nsTheme1.Controls.Add(this.webBrowser1);
- this.nsTheme1.Controls.Add(this.nsLabel3);
- this.nsTheme1.Controls.Add(this.nsLabel2);
- this.nsTheme1.Controls.Add(this.nsButton1);
- this.nsTheme1.Controls.Add(this.nsSeperator1);
- this.nsTheme1.Controls.Add(this.nsLabel1);
- this.nsTheme1.Controls.Add(this.nsTextBox1);
- this.nsTheme1.Controls.Add(this.nsComboBox1);
- this.nsTheme1.Controls.Add(this.nsControlButton1);
- this.nsTheme1.Controls.Add(this.nsRadioButton2);
- this.nsTheme1.Controls.Add(this.nsRadioButton1);
- this.nsTheme1.Customization = "";
- this.nsTheme1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.nsTheme1.Font = new System.Drawing.Font("Verdana", 8F);
- this.nsTheme1.Image = null;
- this.nsTheme1.Location = new System.Drawing.Point(0, 0);
- this.nsTheme1.Movable = true;
- this.nsTheme1.Name = "nsTheme1";
- this.nsTheme1.NoRounding = false;
- this.nsTheme1.Sizable = false;
- this.nsTheme1.Size = new System.Drawing.Size(239, 277);
- this.nsTheme1.SmartBounds = true;
- this.nsTheme1.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.nsTheme1.TabIndex = 0;
- this.nsTheme1.Text = "Status Checker By Son Of A Beach";
- this.nsTheme1.TransparencyKey = System.Drawing.Color.Empty;
- this.nsTheme1.Transparent = false;
- //
- // pictureBox1
- //
- this.pictureBox1.Image = global::Status_Check.Properties.Resources.ngulogo;
- this.pictureBox1.Location = new System.Drawing.Point(43, 37);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(162, 46);
- this.pictureBox1.TabIndex = 12;
- this.pictureBox1.TabStop = false;
- //
- // webBrowser1
- //
- this.webBrowser1.AllowWebBrowserDrop = false;
- this.webBrowser1.IsWebBrowserContextMenuEnabled = false;
- this.webBrowser1.Location = new System.Drawing.Point(303, 340);
- this.webBrowser1.MinimumSize = new System.Drawing.Size(20, 20);
- this.webBrowser1.Name = "webBrowser1";
- this.webBrowser1.ScriptErrorsSuppressed = true;
- this.webBrowser1.ScrollBarsEnabled = false;
- this.webBrowser1.Size = new System.Drawing.Size(250, 250);
- this.webBrowser1.TabIndex = 11;
- this.webBrowser1.Visible = false;
- this.webBrowser1.WebBrowserShortcutsEnabled = false;
- this.webBrowser1.DocumentCompleted += new System.Windows.Forms.WebBrowserDocumentCompletedEventHandler(this.webBrowser1_DocumentCompleted);
- //
- // nsLabel3
- //
- this.nsLabel3.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
- this.nsLabel3.Location = new System.Drawing.Point(12, 246);
- this.nsLabel3.Name = "nsLabel3";
- this.nsLabel3.Size = new System.Drawing.Size(215, 23);
- this.nsLabel3.TabIndex = 10;
- this.nsLabel3.Text = "nsLabel3";
- this.nsLabel3.Value1 = "Status:";
- this.nsLabel3.Value2 = " Connecting...";
- //
- // nsLabel2
- //
- this.nsLabel2.Font = new System.Drawing.Font("Segoe UI", 10F, System.Drawing.FontStyle.Bold);
- this.nsLabel2.Location = new System.Drawing.Point(47, 217);
- this.nsLabel2.Name = "nsLabel2";
- this.nsLabel2.Size = new System.Drawing.Size(151, 23);
- this.nsLabel2.TabIndex = 9;
- this.nsLabel2.Text = "nsLabel2";
- this.nsLabel2.Value1 = "Retrying In";
- this.nsLabel2.Value2 = "60 Seconds";
- this.nsLabel2.Visible = false;
- //
- // nsButton1
- //
- this.nsButton1.Location = new System.Drawing.Point(76, 188);
- this.nsButton1.Name = "nsButton1";
- this.nsButton1.Size = new System.Drawing.Size(97, 23);
- this.nsButton1.TabIndex = 7;
- this.nsButton1.Text = "Start Checking";
- this.nsButton1.Click += new System.EventHandler(this.nsButton1_Click);
- //
- // nsSeperator1
- //
- this.nsSeperator1.Location = new System.Drawing.Point(12, 174);
- this.nsSeperator1.Name = "nsSeperator1";
- this.nsSeperator1.Size = new System.Drawing.Size(215, 23);
- this.nsSeperator1.TabIndex = 6;
- this.nsSeperator1.Text = "nsSeperator1";
- //
- // nsLabel1
- //
- this.nsLabel1.Font = new System.Drawing.Font("Segoe UI", 11.25F, System.Drawing.FontStyle.Bold);
- this.nsLabel1.Location = new System.Drawing.Point(12, 145);
- this.nsLabel1.Name = "nsLabel1";
- this.nsLabel1.Size = new System.Drawing.Size(35, 23);
- this.nsLabel1.TabIndex = 5;
- this.nsLabel1.Text = "nsLabel1";
- this.nsLabel1.Value1 = "URL";
- this.nsLabel1.Value2 = "";
- //
- // nsTextBox1
- //
- this.nsTextBox1.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.nsTextBox1.Enabled = false;
- this.nsTextBox1.Location = new System.Drawing.Point(53, 145);
- this.nsTextBox1.MaxLength = 32767;
- this.nsTextBox1.Multiline = false;
- this.nsTextBox1.Name = "nsTextBox1";
- this.nsTextBox1.ReadOnly = false;
- this.nsTextBox1.Size = new System.Drawing.Size(174, 23);
- this.nsTextBox1.TabIndex = 4;
- this.nsTextBox1.Text = "http://nextgenupdate.com/";
- this.nsTextBox1.TextAlign = System.Windows.Forms.HorizontalAlignment.Left;
- this.nsTextBox1.UseSystemPasswordChar = false;
- //
- // nsComboBox1
- //
- this.nsComboBox1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(50)))), ((int)(((byte)(50)))), ((int)(((byte)(50)))));
- this.nsComboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
- this.nsComboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.nsComboBox1.ForeColor = System.Drawing.Color.White;
- this.nsComboBox1.FormattingEnabled = true;
- this.nsComboBox1.Items.AddRange(new object[] {
- "PlayStation Network",
- "XBOX Live"});
- this.nsComboBox1.Location = new System.Drawing.Point(12, 118);
- this.nsComboBox1.Name = "nsComboBox1";
- this.nsComboBox1.Size = new System.Drawing.Size(215, 21);
- this.nsComboBox1.TabIndex = 3;
- //
- // nsControlButton1
- //
- this.nsControlButton1.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.nsControlButton1.ControlButton = NSControlButton.Button.Close;
- this.nsControlButton1.Location = new System.Drawing.Point(215, 4);
- this.nsControlButton1.Margin = new System.Windows.Forms.Padding(0);
- this.nsControlButton1.MaximumSize = new System.Drawing.Size(18, 20);
- this.nsControlButton1.MinimumSize = new System.Drawing.Size(18, 20);
- this.nsControlButton1.Name = "nsControlButton1";
- this.nsControlButton1.Size = new System.Drawing.Size(18, 20);
- this.nsControlButton1.TabIndex = 2;
- this.nsControlButton1.Text = "nsControlButton1";
- //
- // nsRadioButton2
- //
- this.nsRadioButton2.Checked = false;
- this.nsRadioButton2.Location = new System.Drawing.Point(122, 89);
- this.nsRadioButton2.Name = "nsRadioButton2";
- this.nsRadioButton2.Size = new System.Drawing.Size(67, 23);
- this.nsRadioButton2.TabIndex = 1;
- this.nsRadioButton2.Text = "Website";
- //
- // nsRadioButton1
- //
- this.nsRadioButton1.Checked = true;
- this.nsRadioButton1.Location = new System.Drawing.Point(48, 89);
- this.nsRadioButton1.Name = "nsRadioButton1";
- this.nsRadioButton1.Size = new System.Drawing.Size(67, 23);
- this.nsRadioButton1.TabIndex = 0;
- this.nsRadioButton1.Text = "Server";
- this.nsRadioButton1.CheckedChanged += new NSRadioButton.CheckedChangedEventHandler(this.nsRadioButton1_CheckedChanged);
- //
- // Form1
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(239, 277);
- this.Controls.Add(this.nsTheme1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Name = "Form1";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Form1";
- this.Load += new System.EventHandler(this.Form1_Load);
- this.nsTheme1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private NSTheme nsTheme1;
- private NSRadioButton nsRadioButton1;
- private NSComboBox nsComboBox1;
- private NSControlButton nsControlButton1;
- private NSRadioButton nsRadioButton2;
- private NSLabel nsLabel1;
- private NSTextBox nsTextBox1;
- private NSLabel nsLabel3;
- private NSLabel nsLabel2;
- private NSButton nsButton1;
- private NSSeperator nsSeperator1;
- private System.Windows.Forms.WebBrowser webBrowser1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.Timer Refresh_Timer;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement