namespace SampleApp { 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.ExitButton = new System.Windows.Forms.Button(); this.ConnectButton = new System.Windows.Forms.Button(); this.resultLabel = new System.Windows.Forms.Label(); this.ResultTextBox = new System.Windows.Forms.TextBox(); this.UserNameLabel = new System.Windows.Forms.Label(); this.UserTextBox = new System.Windows.Forms.TextBox(); this.PasswordLabel = new System.Windows.Forms.Label(); this.PasswordTextBox = new System.Windows.Forms.TextBox(); this.ServerLabel = new System.Windows.Forms.Label(); this.ServerTextBox = new System.Windows.Forms.TextBox(); this.SubmitButton = new System.Windows.Forms.Button(); this.GetButton = new System.Windows.Forms.Button(); this.ClientLabel = new System.Windows.Forms.Label(); this.ClientTextBox = new System.Windows.Forms.TextBox(); this.statusStrip1 = new System.Windows.Forms.StatusStrip(); this.ConnectionTSStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.LoginTSStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.loginButton = new System.Windows.Forms.Button(); this.statusStrip1.SuspendLayout(); this.SuspendLayout(); // // ExitButton // this.ExitButton.Location = new System.Drawing.Point(408, 395); this.ExitButton.Name = "ExitButton"; this.ExitButton.Size = new System.Drawing.Size(75, 23); this.ExitButton.TabIndex = 2; this.ExitButton.Text = "Exit"; this.ExitButton.UseVisualStyleBackColor = true; this.ExitButton.Click += new System.EventHandler(this.ExitButton_Click); // // ConnectButton // this.ConnectButton.Location = new System.Drawing.Point(327, 395); this.ConnectButton.Name = "ConnectButton"; this.ConnectButton.Size = new System.Drawing.Size(75, 23); this.ConnectButton.TabIndex = 3; this.ConnectButton.Text = "Connect"; this.ConnectButton.UseVisualStyleBackColor = true; this.ConnectButton.Click += new System.EventHandler(this.ConnectButton_Click); // // resultLabel // this.resultLabel.AutoSize = true; this.resultLabel.Location = new System.Drawing.Point(25, 143); this.resultLabel.Name = "resultLabel"; this.resultLabel.Size = new System.Drawing.Size(37, 13); this.resultLabel.TabIndex = 6; this.resultLabel.Text = "Result"; // // ResultTextBox // this.ResultTextBox.Location = new System.Drawing.Point(28, 159); this.ResultTextBox.Multiline = true; this.ResultTextBox.Name = "ResultTextBox"; this.ResultTextBox.ScrollBars = System.Windows.Forms.ScrollBars.Both; this.ResultTextBox.Size = new System.Drawing.Size(455, 221); this.ResultTextBox.TabIndex = 7; // // UserNameLabel // this.UserNameLabel.AutoSize = true; this.UserNameLabel.Location = new System.Drawing.Point(25, 50); this.UserNameLabel.Name = "UserNameLabel"; this.UserNameLabel.Size = new System.Drawing.Size(29, 13); this.UserNameLabel.TabIndex = 8; this.UserNameLabel.Text = "User"; // // UserTextBox // this.UserTextBox.Location = new System.Drawing.Point(130, 47); this.UserTextBox.Name = "UserTextBox"; this.UserTextBox.Size = new System.Drawing.Size(317, 20); this.UserTextBox.TabIndex = 9; this.UserTextBox.Text = "Paul_Arva"; // // PasswordLabel // this.PasswordLabel.AutoSize = true; this.PasswordLabel.Location = new System.Drawing.Point(25, 104); this.PasswordLabel.Name = "PasswordLabel"; this.PasswordLabel.Size = new System.Drawing.Size(53, 13); this.PasswordLabel.TabIndex = 10; this.PasswordLabel.Text = "Password"; // // PasswordTextBox // this.PasswordTextBox.Location = new System.Drawing.Point(130, 101); this.PasswordTextBox.Name = "PasswordTextBox"; this.PasswordTextBox.PasswordChar = '*'; this.PasswordTextBox.Size = new System.Drawing.Size(317, 20); this.PasswordTextBox.TabIndex = 11; this.PasswordTextBox.Text = "Perpass1"; // // ServerLabel // this.ServerLabel.AutoSize = true; this.ServerLabel.Location = new System.Drawing.Point(25, 24); this.ServerLabel.Name = "ServerLabel"; this.ServerLabel.Size = new System.Drawing.Size(38, 13); this.ServerLabel.TabIndex = 12; this.ServerLabel.Text = "Server"; // // ServerTextBox // this.ServerTextBox.Location = new System.Drawing.Point(130, 21); this.ServerTextBox.Name = "ServerTextBox"; this.ServerTextBox.Size = new System.Drawing.Size(317, 20); this.ServerTextBox.TabIndex = 13; this.ServerTextBox.Text = "rsh:c:\\test\\p4d.exe -r C:\\test -L log -i"; // // SubmitButton // this.SubmitButton.Enabled = false; this.SubmitButton.Location = new System.Drawing.Point(165, 395); this.SubmitButton.Name = "SubmitButton"; this.SubmitButton.Size = new System.Drawing.Size(75, 23); this.SubmitButton.TabIndex = 15; this.SubmitButton.Text = "Submit"; this.SubmitButton.UseVisualStyleBackColor = true; this.SubmitButton.Click += new System.EventHandler(this.SubmitButton_Click); // // GetButton // this.GetButton.Enabled = false; this.GetButton.Location = new System.Drawing.Point(84, 395); this.GetButton.Name = "GetButton"; this.GetButton.Size = new System.Drawing.Size(75, 23); this.GetButton.TabIndex = 16; this.GetButton.Text = "Get"; this.GetButton.UseVisualStyleBackColor = true; this.GetButton.Click += new System.EventHandler(this.GetButton_Click); // // ClientLabel // this.ClientLabel.AutoSize = true; this.ClientLabel.Location = new System.Drawing.Point(25, 77); this.ClientLabel.Name = "ClientLabel"; this.ClientLabel.Size = new System.Drawing.Size(33, 13); this.ClientLabel.TabIndex = 17; this.ClientLabel.Text = "Client"; // // ClientTextBox // this.ClientTextBox.Location = new System.Drawing.Point(130, 75); this.ClientTextBox.Name = "ClientTextBox"; this.ClientTextBox.Size = new System.Drawing.Size(317, 20); this.ClientTextBox.TabIndex = 18; this.ClientTextBox.Text = "Paul_Arva_SampleApp"; // // statusStrip1 // this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.ConnectionTSStatusLabel, this.LoginTSStatusLabel}); this.statusStrip1.Location = new System.Drawing.Point(0, 432); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(517, 22); this.statusStrip1.TabIndex = 19; this.statusStrip1.Text = "statusStrip1"; // // ConnectionTSStatusLabel // this.ConnectionTSStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner; this.ConnectionTSStatusLabel.ForeColor = System.Drawing.Color.Red; this.ConnectionTSStatusLabel.Name = "ConnectionTSStatusLabel"; this.ConnectionTSStatusLabel.Size = new System.Drawing.Size(79, 17); this.ConnectionTSStatusLabel.Text = "Disconnected"; // // LoginTSStatusLabel // this.LoginTSStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.SunkenInner; this.LoginTSStatusLabel.ForeColor = System.Drawing.Color.Red; this.LoginTSStatusLabel.Name = "LoginTSStatusLabel"; this.LoginTSStatusLabel.Size = new System.Drawing.Size(83, 17); this.LoginTSStatusLabel.Text = "Not Logged In"; // // loginButton // this.loginButton.Enabled = false; this.loginButton.Location = new System.Drawing.Point(246, 395); this.loginButton.Name = "loginButton"; this.loginButton.Size = new System.Drawing.Size(75, 23); this.loginButton.TabIndex = 20; this.loginButton.Text = "Login"; this.loginButton.UseVisualStyleBackColor = true; this.loginButton.Click += new System.EventHandler(this.loginButton_Click); // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(517, 454); this.Controls.Add(this.loginButton); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.ClientTextBox); this.Controls.Add(this.ClientLabel); this.Controls.Add(this.GetButton); this.Controls.Add(this.SubmitButton); this.Controls.Add(this.ServerTextBox); this.Controls.Add(this.ServerLabel); this.Controls.Add(this.PasswordTextBox); this.Controls.Add(this.PasswordLabel); this.Controls.Add(this.UserTextBox); this.Controls.Add(this.UserNameLabel); this.Controls.Add(this.ResultTextBox); this.Controls.Add(this.resultLabel); this.Controls.Add(this.ConnectButton); this.Controls.Add(this.ExitButton); this.Name = "MainForm"; this.Text = "Sample App"; this.Load += new System.EventHandler(this.MainForm_Load); this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button ExitButton; private System.Windows.Forms.Button ConnectButton; private System.Windows.Forms.Label resultLabel; private System.Windows.Forms.TextBox ResultTextBox; private System.Windows.Forms.Label UserNameLabel; private System.Windows.Forms.TextBox UserTextBox; private System.Windows.Forms.Label PasswordLabel; private System.Windows.Forms.TextBox PasswordTextBox; private System.Windows.Forms.Label ServerLabel; private System.Windows.Forms.TextBox ServerTextBox; private System.Windows.Forms.Button SubmitButton; private System.Windows.Forms.Button GetButton; private System.Windows.Forms.Label ClientLabel; private System.Windows.Forms.TextBox ClientTextBox; private System.Windows.Forms.StatusStrip statusStrip1; private System.Windows.Forms.ToolStripStatusLabel ConnectionTSStatusLabel; private System.Windows.Forms.ToolStripStatusLabel LoginTSStatusLabel; private System.Windows.Forms.Button loginButton; } }