namespace TestIntelReporter { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); System.Windows.Forms.Label labelUsername; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); System.Windows.Forms.Label labelPassword; System.Windows.Forms.Label labelAuthenticationTitle; System.Windows.Forms.Label labelChannelsTitle; this.labelStatus = new System.Windows.Forms.Label(); this.panelAuthentication = new System.Windows.Forms.TableLayoutPanel(); this.textBoxUsername = new System.Windows.Forms.TextBox(); this.textBoxPassword = new System.Windows.Forms.TextBox(); this.buttonLogin = new System.Windows.Forms.Button(); this.panelAuthError = new System.Windows.Forms.TableLayoutPanel(); this.buttonChangeAuth = new System.Windows.Forms.Button(); this.labelAuthError = new System.Windows.Forms.Label(); this.labelAuthErrorTitle = new System.Windows.Forms.Label(); this.tableLayoutPanel = new System.Windows.Forms.TableLayoutPanel(); this.pictureBoxDino = new System.Windows.Forms.PictureBox(); this.labelAppName = new System.Windows.Forms.Label(); this.labelCounts = new System.Windows.Forms.Label(); this.messageView = new TestIntelReporter.MessageView(); this.labelStatusString = new System.Windows.Forms.Label(); this.panelStatus = new System.Windows.Forms.TableLayoutPanel(); this.labelStatusTitle = new System.Windows.Forms.Label(); this.panelChannels = new System.Windows.Forms.TableLayoutPanel(); this.imageList = new System.Windows.Forms.ImageList(this.components); this.intelReporter = new PleaseIgnore.IntelMap.IntelReporter(this.components); this.updateCheck = new TestIntelReporter.UpdateCheck(this.components); this.panelUpdate = new System.Windows.Forms.TableLayoutPanel(); this.buttonUpdate = new System.Windows.Forms.Button(); this.labelUpdate = new System.Windows.Forms.Label(); this.labelUpdateTitle = new System.Windows.Forms.Label(); this.timerChannels = new System.Windows.Forms.Timer(this.components); this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components); labelUsername = new System.Windows.Forms.Label(); labelPassword = new System.Windows.Forms.Label(); labelAuthenticationTitle = new System.Windows.Forms.Label(); labelChannelsTitle = new System.Windows.Forms.Label(); this.panelAuthentication.SuspendLayout(); this.panelAuthError.SuspendLayout(); this.tableLayoutPanel.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDino)).BeginInit(); this.panelStatus.SuspendLayout(); this.panelChannels.SuspendLayout(); this.panelUpdate.SuspendLayout(); this.SuspendLayout(); // // labelUsername // resources.ApplyResources(labelUsername, "labelUsername"); labelUsername.Name = "labelUsername"; // // labelPassword // resources.ApplyResources(labelPassword, "labelPassword"); labelPassword.Name = "labelPassword"; // // labelAuthenticationTitle // resources.ApplyResources(labelAuthenticationTitle, "labelAuthenticationTitle"); labelAuthenticationTitle.Name = "labelAuthenticationTitle"; // // labelChannelsTitle // resources.ApplyResources(labelChannelsTitle, "labelChannelsTitle"); this.panelChannels.SetColumnSpan(labelChannelsTitle, 3); labelChannelsTitle.Name = "labelChannelsTitle"; // // labelStatus // resources.ApplyResources(this.labelStatus, "labelStatus"); this.labelStatus.Name = "labelStatus"; // // panelAuthentication // resources.ApplyResources(this.panelAuthentication, "panelAuthentication"); this.panelAuthentication.BackColor = System.Drawing.Color.DimGray; this.panelAuthentication.Controls.Add(labelUsername, 0, 1); this.panelAuthentication.Controls.Add(this.textBoxUsername, 0, 2); this.panelAuthentication.Controls.Add(labelPassword, 0, 3); this.panelAuthentication.Controls.Add(this.textBoxPassword, 0, 4); this.panelAuthentication.Controls.Add(this.buttonLogin, 0, 5); this.panelAuthentication.Controls.Add(labelAuthenticationTitle, 0, 0); this.panelAuthentication.Name = "panelAuthentication"; this.panelAuthentication.Paint += new System.Windows.Forms.PaintEventHandler(this.DrawBorder); // // textBoxUsername // resources.ApplyResources(this.textBoxUsername, "textBoxUsername"); this.textBoxUsername.BackColor = System.Drawing.Color.White; this.textBoxUsername.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxUsername.ForeColor = System.Drawing.Color.Black; this.textBoxUsername.Name = "textBoxUsername"; this.textBoxUsername.TextChanged += new System.EventHandler(this.textBoxAuth_TextChanged); // // textBoxPassword // resources.ApplyResources(this.textBoxPassword, "textBoxPassword"); this.textBoxPassword.BackColor = System.Drawing.Color.White; this.textBoxPassword.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle; this.textBoxPassword.ForeColor = System.Drawing.Color.Black; this.textBoxPassword.Name = "textBoxPassword"; this.textBoxPassword.TextChanged += new System.EventHandler(this.textBoxAuth_TextChanged); // // buttonLogin // resources.ApplyResources(this.buttonLogin, "buttonLogin"); this.buttonLogin.Name = "buttonLogin"; this.buttonLogin.UseVisualStyleBackColor = true; this.buttonLogin.Click += new System.EventHandler(this.buttonLogin_Click); // // panelAuthError // resources.ApplyResources(this.panelAuthError, "panelAuthError"); this.panelAuthError.BackColor = System.Drawing.Color.DimGray; this.panelAuthError.Controls.Add(this.buttonChangeAuth, 0, 2); this.panelAuthError.Controls.Add(this.labelAuthError, 0, 1); this.panelAuthError.Controls.Add(this.labelAuthErrorTitle, 0, 0); this.panelAuthError.Name = "panelAuthError"; this.panelAuthError.Paint += new System.Windows.Forms.PaintEventHandler(this.DrawBorder); // // buttonChangeAuth // resources.ApplyResources(this.buttonChangeAuth, "buttonChangeAuth"); this.buttonChangeAuth.Name = "buttonChangeAuth"; this.buttonChangeAuth.UseVisualStyleBackColor = true; this.buttonChangeAuth.Click += new System.EventHandler(this.buttonChangeAuth_Click); // // labelAuthError // resources.ApplyResources(this.labelAuthError, "labelAuthError"); this.labelAuthError.Name = "labelAuthError"; // // labelAuthErrorTitle // resources.ApplyResources(this.labelAuthErrorTitle, "labelAuthErrorTitle"); this.labelAuthErrorTitle.Name = "labelAuthErrorTitle"; // // tableLayoutPanel // resources.ApplyResources(this.tableLayoutPanel, "tableLayoutPanel"); this.tableLayoutPanel.Controls.Add(this.pictureBoxDino, 0, 1); this.tableLayoutPanel.Controls.Add(this.labelAppName, 1, 1); this.tableLayoutPanel.Controls.Add(this.labelCounts, 1, 2); this.tableLayoutPanel.Controls.Add(this.messageView, 0, 0); this.tableLayoutPanel.Controls.Add(this.labelStatusString, 1, 3); this.tableLayoutPanel.Name = "tableLayoutPanel"; // // pictureBoxDino // this.pictureBoxDino.Image = global::TestIntelReporter.Properties.Resources.AboutImage; resources.ApplyResources(this.pictureBoxDino, "pictureBoxDino"); this.pictureBoxDino.Name = "pictureBoxDino"; this.tableLayoutPanel.SetRowSpan(this.pictureBoxDino, 3); this.pictureBoxDino.TabStop = false; // // labelAppName // resources.ApplyResources(this.labelAppName, "labelAppName"); this.labelAppName.Name = "labelAppName"; // // labelCounts // resources.ApplyResources(this.labelCounts, "labelCounts"); this.labelCounts.Name = "labelCounts"; // // messageView // resources.ApplyResources(this.messageView, "messageView"); this.tableLayoutPanel.SetColumnSpan(this.messageView, 2); this.messageView.Name = "messageView"; // // labelStatusString // resources.ApplyResources(this.labelStatusString, "labelStatusString"); this.labelStatusString.Name = "labelStatusString"; // // panelStatus // resources.ApplyResources(this.panelStatus, "panelStatus"); this.panelStatus.BackColor = System.Drawing.Color.DimGray; this.panelStatus.Controls.Add(this.labelStatus, 0, 1); this.panelStatus.Controls.Add(this.labelStatusTitle, 0, 0); this.panelStatus.Name = "panelStatus"; this.panelStatus.Paint += new System.Windows.Forms.PaintEventHandler(this.DrawBorder); // // labelStatusTitle // resources.ApplyResources(this.labelStatusTitle, "labelStatusTitle"); this.labelStatusTitle.Name = "labelStatusTitle"; // // panelChannels // resources.ApplyResources(this.panelChannels, "panelChannels"); this.panelChannels.BackColor = System.Drawing.Color.DimGray; this.panelChannels.Controls.Add(labelChannelsTitle, 0, 0); this.panelChannels.Name = "panelChannels"; this.panelChannels.Paint += new System.Windows.Forms.PaintEventHandler(this.DrawBorder); // // imageList // this.imageList.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList.ImageStream"))); this.imageList.TransparentColor = System.Drawing.Color.Transparent; this.imageList.Images.SetKeyName(0, "tick.png"); this.imageList.Images.SetKeyName(1, "cross.png"); // // intelReporter // this.intelReporter.ChannelListUri = "http://map.pleaseignore.com/intelchannels.pl"; this.intelReporter.Path = null; this.intelReporter.ServiceUri = "http://map.pleaseignore.com/report.pl"; this.intelReporter.SynchronizingObject = this; this.intelReporter.PropertyChanged += new System.ComponentModel.PropertyChangedEventHandler(this.intelReporter_PropertyChanged); this.intelReporter.IntelReported += new System.EventHandler(this.intelReporter_IntelReported); // // updateCheck // this.updateCheck.CheckUri = "http://minecraft.etherealwake.com/updates.xml"; this.updateCheck.SynchronizationObject = this; this.updateCheck.UpdateAvailable += new System.EventHandler(this.updateCheck_UpdateAvailable); // // panelUpdate // resources.ApplyResources(this.panelUpdate, "panelUpdate"); this.panelUpdate.BackColor = System.Drawing.Color.DimGray; this.panelUpdate.Controls.Add(this.buttonUpdate, 0, 2); this.panelUpdate.Controls.Add(this.labelUpdate, 0, 1); this.panelUpdate.Controls.Add(this.labelUpdateTitle, 0, 0); this.panelUpdate.Name = "panelUpdate"; this.panelUpdate.Paint += new System.Windows.Forms.PaintEventHandler(this.DrawBorder); // // buttonUpdate // resources.ApplyResources(this.buttonUpdate, "buttonUpdate"); this.buttonUpdate.Name = "buttonUpdate"; this.buttonUpdate.UseVisualStyleBackColor = true; this.buttonUpdate.Click += new System.EventHandler(this.buttonUpdate_Click); // // labelUpdate // resources.ApplyResources(this.labelUpdate, "labelUpdate"); this.labelUpdate.Name = "labelUpdate"; // // labelUpdateTitle // resources.ApplyResources(this.labelUpdateTitle, "labelUpdateTitle"); this.labelUpdateTitle.Name = "labelUpdateTitle"; // // timerChannels // this.timerChannels.Interval = 1000; this.timerChannels.Tick += new System.EventHandler(this.timerChannels_Tick); // // notifyIcon // resources.ApplyResources(this.notifyIcon, "notifyIcon"); this.notifyIcon.BalloonTipClicked += new System.EventHandler(this.notifyIcon_BalloonTipClicked); this.notifyIcon.DoubleClick += new System.EventHandler(this.notifyIcon_DoubleClick); // // MainForm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(40)))), ((int)(((byte)(40)))), ((int)(((byte)(45))))); this.Controls.Add(this.panelChannels); this.Controls.Add(this.panelUpdate); this.Controls.Add(this.panelAuthentication); this.Controls.Add(this.panelAuthError); this.Controls.Add(this.panelStatus); this.Controls.Add(this.tableLayoutPanel); this.ForeColor = System.Drawing.Color.White; this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.MaximizeBox = false; this.Name = "MainForm"; this.panelAuthentication.ResumeLayout(false); this.panelAuthentication.PerformLayout(); this.panelAuthError.ResumeLayout(false); this.panelAuthError.PerformLayout(); this.tableLayoutPanel.ResumeLayout(false); this.tableLayoutPanel.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxDino)).EndInit(); this.panelStatus.ResumeLayout(false); this.panelStatus.PerformLayout(); this.panelChannels.ResumeLayout(false); this.panelChannels.PerformLayout(); this.panelUpdate.ResumeLayout(false); this.panelUpdate.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TableLayoutPanel panelAuthentication; private System.Windows.Forms.TextBox textBoxUsername; private System.Windows.Forms.TextBox textBoxPassword; private System.Windows.Forms.Button buttonLogin; private System.Windows.Forms.TableLayoutPanel panelAuthError; private System.Windows.Forms.Button buttonChangeAuth; private System.Windows.Forms.Label labelAuthError; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel; private System.Windows.Forms.PictureBox pictureBoxDino; private System.Windows.Forms.Label labelAppName; private System.Windows.Forms.Label labelCounts; private System.Windows.Forms.TableLayoutPanel panelStatus; private PleaseIgnore.IntelMap.IntelReporter intelReporter; private System.Windows.Forms.Label labelStatusTitle; private System.Windows.Forms.Label labelStatus; private System.Windows.Forms.Label labelAuthErrorTitle; private MessageView messageView; private System.Windows.Forms.TableLayoutPanel panelChannels; private System.Windows.Forms.ImageList imageList; private System.Windows.Forms.Label labelStatusString; private UpdateCheck updateCheck; private System.Windows.Forms.TableLayoutPanel panelUpdate; private System.Windows.Forms.Button buttonUpdate; private System.Windows.Forms.Label labelUpdate; private System.Windows.Forms.Label labelUpdateTitle; private System.Windows.Forms.Timer timerChannels; private System.Windows.Forms.NotifyIcon notifyIcon; } }