namespace MarketDataProxy { partial class MonitorStatusForm { /// /// 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.txtServerName = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); this.txtStatus = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.btnCloseView = new System.Windows.Forms.Button(); this.txtHost = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.txtUser = new System.Windows.Forms.TextBox(); this.label4 = new System.Windows.Forms.Label(); this.txtPassword = new System.Windows.Forms.TextBox(); this.label5 = new System.Windows.Forms.Label(); this.txtDatabase = new System.Windows.Forms.TextBox(); this.label6 = new System.Windows.Forms.Label(); this.txtPort = new System.Windows.Forms.TextBox(); this.label7 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // txtServerName // this.txtServerName.Location = new System.Drawing.Point(82, 30); this.txtServerName.Name = "txtServerName"; this.txtServerName.ReadOnly = true; this.txtServerName.Size = new System.Drawing.Size(119, 20); this.txtServerName.TabIndex = 0; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(12, 30); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(57, 13); this.label1.TabIndex = 1; this.label1.Text = "Report As:"; // // txtStatus // this.txtStatus.Location = new System.Drawing.Point(71, 229); this.txtStatus.Name = "txtStatus"; this.txtStatus.ReadOnly = true; this.txtStatus.Size = new System.Drawing.Size(130, 20); this.txtStatus.TabIndex = 2; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(63, 213); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(133, 13); this.label2.TabIndex = 3; this.label2.Text = "Time of Last Good Status :"; // // btnCloseView // this.btnCloseView.Location = new System.Drawing.Point(106, 255); this.btnCloseView.Name = "btnCloseView"; this.btnCloseView.Size = new System.Drawing.Size(75, 23); this.btnCloseView.TabIndex = 4; this.btnCloseView.Text = "Close"; this.btnCloseView.UseVisualStyleBackColor = true; this.btnCloseView.Click += new System.EventHandler(this.btnCloseView_Click); // // txtHost // this.txtHost.Location = new System.Drawing.Point(82, 56); this.txtHost.Name = "txtHost"; this.txtHost.ReadOnly = true; this.txtHost.Size = new System.Drawing.Size(119, 20); this.txtHost.TabIndex = 5; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(37, 59); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(32, 13); this.label3.TabIndex = 6; this.label3.Text = "Host:"; // // txtUser // this.txtUser.Location = new System.Drawing.Point(82, 82); this.txtUser.Name = "txtUser"; this.txtUser.ReadOnly = true; this.txtUser.Size = new System.Drawing.Size(119, 20); this.txtUser.TabIndex = 7; // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(37, 89); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(32, 13); this.label4.TabIndex = 8; this.label4.Text = "User:"; // // txtPassword // this.txtPassword.Location = new System.Drawing.Point(82, 108); this.txtPassword.Name = "txtPassword"; this.txtPassword.PasswordChar = '*'; this.txtPassword.ReadOnly = true; this.txtPassword.Size = new System.Drawing.Size(119, 20); this.txtPassword.TabIndex = 9; // // label5 // this.label5.AutoSize = true; this.label5.Location = new System.Drawing.Point(13, 115); this.label5.Name = "label5"; this.label5.Size = new System.Drawing.Size(56, 13); this.label5.TabIndex = 10; this.label5.Text = "Password:"; // // txtDatabase // this.txtDatabase.Location = new System.Drawing.Point(82, 134); this.txtDatabase.Name = "txtDatabase"; this.txtDatabase.ReadOnly = true; this.txtDatabase.Size = new System.Drawing.Size(119, 20); this.txtDatabase.TabIndex = 11; // // label6 // this.label6.AutoSize = true; this.label6.Location = new System.Drawing.Point(13, 141); this.label6.Name = "label6"; this.label6.Size = new System.Drawing.Size(56, 13); this.label6.TabIndex = 12; this.label6.Text = "Database:"; // // txtPort // this.txtPort.Location = new System.Drawing.Point(82, 160); this.txtPort.Name = "txtPort"; this.txtPort.ReadOnly = true; this.txtPort.Size = new System.Drawing.Size(119, 20); this.txtPort.TabIndex = 13; this.txtPort.Text = "Disabled for now.."; // // label7 // this.label7.AutoSize = true; this.label7.Location = new System.Drawing.Point(37, 163); this.label7.Name = "label7"; this.label7.Size = new System.Drawing.Size(29, 13); this.label7.TabIndex = 14; this.label7.Text = "Port:"; // // MonitorStatusForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(284, 302); this.ControlBox = false; this.Controls.Add(this.label7); this.Controls.Add(this.txtPort); this.Controls.Add(this.label6); this.Controls.Add(this.txtDatabase); this.Controls.Add(this.label5); this.Controls.Add(this.txtPassword); this.Controls.Add(this.label4); this.Controls.Add(this.txtUser); this.Controls.Add(this.label3); this.Controls.Add(this.txtHost); this.Controls.Add(this.btnCloseView); this.Controls.Add(this.label2); this.Controls.Add(this.txtStatus); this.Controls.Add(this.label1); this.Controls.Add(this.txtServerName); this.Name = "MonitorStatusForm"; this.Text = "MonitorStatusForm"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox txtServerName; private System.Windows.Forms.Label label1; private System.Windows.Forms.TextBox txtStatus; private System.Windows.Forms.Label label2; private System.Windows.Forms.Button btnCloseView; private System.Windows.Forms.TextBox txtHost; private System.Windows.Forms.Label label3; private System.Windows.Forms.TextBox txtUser; private System.Windows.Forms.Label label4; private System.Windows.Forms.TextBox txtPassword; private System.Windows.Forms.Label label5; private System.Windows.Forms.TextBox txtDatabase; private System.Windows.Forms.Label label6; private System.Windows.Forms.TextBox txtPort; private System.Windows.Forms.Label label7; } }