namespace UEUserGuide { partial class UEUserGuideFrm { /// /// 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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(UEUserGuideFrm)); this._btReload = new System.Windows.Forms.Button(); this._btQuit = new System.Windows.Forms.Button(); this._btYes = new System.Windows.Forms.Button(); this._btNo = new System.Windows.Forms.Button(); this._btOK = new System.Windows.Forms.Button(); this._processNetworkClient = new System.ComponentModel.BackgroundWorker(); this._btFailed = new System.Windows.Forms.Button(); this._message = new System.Windows.Forms.RichTextBox(); this._btResetUI = new System.Windows.Forms.Button(); this._statusStrip = new System.Windows.Forms.StatusStrip(); this._serverParms = new System.Windows.Forms.ToolStripStatusLabel(); this._messagesFile = new System.Windows.Forms.ToolStripStatusLabel(); this._statusStrip.SuspendLayout(); this.SuspendLayout(); // // _btReload // resources.ApplyResources(this._btReload, "_btReload"); this._btReload.Name = "_btReload"; this._btReload.UseVisualStyleBackColor = true; this._btReload.Click += new System.EventHandler(this._btReload_Click); // // _btQuit // this._btQuit.DialogResult = System.Windows.Forms.DialogResult.OK; resources.ApplyResources(this._btQuit, "_btQuit"); this._btQuit.Name = "_btQuit"; this._btQuit.UseVisualStyleBackColor = true; this._btQuit.Click += new System.EventHandler(this._btQuit_Click); // // _btYes // resources.ApplyResources(this._btYes, "_btYes"); this._btYes.Name = "_btYes"; this._btYes.UseVisualStyleBackColor = true; this._btYes.Click += new System.EventHandler(this._btYes_Click); // // _btNo // resources.ApplyResources(this._btNo, "_btNo"); this._btNo.Name = "_btNo"; this._btNo.UseVisualStyleBackColor = true; this._btNo.Click += new System.EventHandler(this._btNo_Click); // // _btOK // resources.ApplyResources(this._btOK, "_btOK"); this._btOK.Name = "_btOK"; this._btOK.UseVisualStyleBackColor = true; this._btOK.Click += new System.EventHandler(this._btOK_Click); // // _processNetworkClient // this._processNetworkClient.DoWork += new System.ComponentModel.DoWorkEventHandler(this._processNetworkClient_DoWork); // // _btFailed // resources.ApplyResources(this._btFailed, "_btFailed"); this._btFailed.Name = "_btFailed"; this._btFailed.UseVisualStyleBackColor = true; this._btFailed.Click += new System.EventHandler(this._btFailed_Click); // // _message // this._message.AcceptsTab = true; this._message.DetectUrls = false; resources.ApplyResources(this._message, "_message"); this._message.Name = "_message"; this._message.ReadOnly = true; // // _btResetUI // resources.ApplyResources(this._btResetUI, "_btResetUI"); this._btResetUI.Name = "_btResetUI"; this._btResetUI.UseVisualStyleBackColor = true; this._btResetUI.Click += new System.EventHandler(this._btResetUI_Click); // // _statusStrip // this._statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this._serverParms, this._messagesFile}); resources.ApplyResources(this._statusStrip, "_statusStrip"); this._statusStrip.Name = "_statusStrip"; // // _serverParms // this._serverParms.Name = "_serverParms"; resources.ApplyResources(this._serverParms, "_serverParms"); // // _messagesFile // this._messagesFile.Name = "_messagesFile"; resources.ApplyResources(this._messagesFile, "_messagesFile"); // // UEUserGuideFrm // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this._btQuit; this.Controls.Add(this._statusStrip); this.Controls.Add(this._btResetUI); this.Controls.Add(this._message); this.Controls.Add(this._btFailed); this.Controls.Add(this._btOK); this.Controls.Add(this._btNo); this.Controls.Add(this._btYes); this.Controls.Add(this._btQuit); this.Controls.Add(this._btReload); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.MaximizeBox = false; this.Name = "UEUserGuideFrm"; this.Load += new System.EventHandler(this.UEUserGuideFrm_Load); this._statusStrip.ResumeLayout(false); this._statusStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button _btReload; private System.Windows.Forms.Button _btQuit; private System.Windows.Forms.Button _btYes; private System.Windows.Forms.Button _btNo; private System.Windows.Forms.Button _btOK; private System.ComponentModel.BackgroundWorker _processNetworkClient; private System.Windows.Forms.Button _btFailed; private System.Windows.Forms.RichTextBox _message; private System.Windows.Forms.Button _btResetUI; private System.Windows.Forms.StatusStrip _statusStrip; private System.Windows.Forms.ToolStripStatusLabel _serverParms; private System.Windows.Forms.ToolStripStatusLabel _messagesFile; } }