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.SubmitClientButton = new System.Windows.Forms.Button(); this.GetClientButton = 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.clientGroupBox = new System.Windows.Forms.GroupBox(); this.GetChangeListButton = new System.Windows.Forms.Button(); this.SubmitChangeListButton = new System.Windows.Forms.Button(); this.ChangeListGroupBox = new System.Windows.Forms.GroupBox(); this.ChangeListIDLabel = new System.Windows.Forms.Label(); this.ChangeListIDTextBox = new System.Windows.Forms.TextBox(); this.statusStrip1.SuspendLayout(); this.clientGroupBox.SuspendLayout(); this.ChangeListGroupBox.SuspendLayout(); this.SuspendLayout(); // // ExitButton // this.ExitButton.Location = new System.Drawing.Point(484, 405); 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(403, 405); 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(531, 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"; // // SubmitClientButton // this.SubmitClientButton.Enabled = false; this.SubmitClientButton.Location = new System.Drawing.Point(87, 19); this.SubmitClientButton.Name = "SubmitClientButton"; this.SubmitClientButton.Size = new System.Drawing.Size(78, 23); this.SubmitClientButton.TabIndex = 15; this.SubmitClientButton.Text = "Submit Client"; this.SubmitClientButton.UseVisualStyleBackColor = true; this.SubmitClientButton.Click += new System.EventHandler(this.SubmitClientButton_Click); // // GetClientButton // this.GetClientButton.Enabled = false; this.GetClientButton.Location = new System.Drawing.Point(6, 19); this.GetClientButton.Name = "GetClientButton"; this.GetClientButton.Size = new System.Drawing.Size(75, 23); this.GetClientButton.TabIndex = 16; this.GetClientButton.Text = "Get Client"; this.GetClientButton.UseVisualStyleBackColor = true; this.GetClientButton.Click += new System.EventHandler(this.GetClientButton_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, 607); this.statusStrip1.Name = "statusStrip1"; this.statusStrip1.Size = new System.Drawing.Size(595, 24); this.statusStrip1.TabIndex = 19; this.statusStrip1.Text = "statusStrip1"; // // ConnectionTSStatusLabel // this.ConnectionTSStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.ConnectionTSStatusLabel.ForeColor = System.Drawing.Color.Red; this.ConnectionTSStatusLabel.Name = "ConnectionTSStatusLabel"; this.ConnectionTSStatusLabel.Size = new System.Drawing.Size(83, 19); this.ConnectionTSStatusLabel.Text = "Disconnected"; // // LoginTSStatusLabel // this.LoginTSStatusLabel.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right) | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom))); this.LoginTSStatusLabel.ForeColor = System.Drawing.Color.Red; this.LoginTSStatusLabel.Name = "LoginTSStatusLabel"; this.LoginTSStatusLabel.Size = new System.Drawing.Size(87, 19); this.LoginTSStatusLabel.Text = "Not Logged In"; // // loginButton // this.loginButton.Enabled = false; this.loginButton.Location = new System.Drawing.Point(322, 405); 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); // // clientGroupBox // this.clientGroupBox.Controls.Add(this.GetClientButton); this.clientGroupBox.Controls.Add(this.SubmitClientButton); this.clientGroupBox.Location = new System.Drawing.Point(28, 386); this.clientGroupBox.Name = "clientGroupBox"; this.clientGroupBox.Size = new System.Drawing.Size(172, 50); this.clientGroupBox.TabIndex = 21; this.clientGroupBox.TabStop = false; this.clientGroupBox.Text = "Spec"; // // GetChangeListButton // this.GetChangeListButton.Location = new System.Drawing.Point(161, 47); this.GetChangeListButton.Name = "GetChangeListButton"; this.GetChangeListButton.Size = new System.Drawing.Size(108, 23); this.GetChangeListButton.TabIndex = 22; this.GetChangeListButton.Text = "Get Change List"; this.GetChangeListButton.UseVisualStyleBackColor = true; this.GetChangeListButton.Click += new System.EventHandler(this.GetChangeListButton_Click); // // SubmitChangeListButton // this.SubmitChangeListButton.Location = new System.Drawing.Point(162, 76); this.SubmitChangeListButton.Name = "SubmitChangeListButton"; this.SubmitChangeListButton.Size = new System.Drawing.Size(107, 23); this.SubmitChangeListButton.TabIndex = 23; this.SubmitChangeListButton.Text = "Submit Change List"; this.SubmitChangeListButton.UseVisualStyleBackColor = true; this.SubmitChangeListButton.Click += new System.EventHandler(this.SubmitChangeListButton_Click); // // ChangeListGroupBox // this.ChangeListGroupBox.Controls.Add(this.ChangeListIDLabel); this.ChangeListGroupBox.Controls.Add(this.ChangeListIDTextBox); this.ChangeListGroupBox.Controls.Add(this.SubmitChangeListButton); this.ChangeListGroupBox.Controls.Add(this.GetChangeListButton); this.ChangeListGroupBox.Location = new System.Drawing.Point(28, 454); this.ChangeListGroupBox.Name = "ChangeListGroupBox"; this.ChangeListGroupBox.Size = new System.Drawing.Size(288, 111); this.ChangeListGroupBox.TabIndex = 24; this.ChangeListGroupBox.TabStop = false; this.ChangeListGroupBox.Text = "Change List"; // // ChangeListIDLabel // this.ChangeListIDLabel.AutoSize = true; this.ChangeListIDLabel.Location = new System.Drawing.Point(16, 24); this.ChangeListIDLabel.Name = "ChangeListIDLabel"; this.ChangeListIDLabel.Size = new System.Drawing.Size(77, 13); this.ChangeListIDLabel.TabIndex = 25; this.ChangeListIDLabel.Text = "Change List ID"; // // ChangeListIDTextBox // this.ChangeListIDTextBox.Location = new System.Drawing.Point(102, 21); this.ChangeListIDTextBox.Name = "ChangeListIDTextBox"; this.ChangeListIDTextBox.Size = new System.Drawing.Size(167, 20); this.ChangeListIDTextBox.TabIndex = 24; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(595, 631); this.Controls.Add(this.ChangeListGroupBox); this.Controls.Add(this.clientGroupBox); this.Controls.Add(this.loginButton); this.Controls.Add(this.statusStrip1); this.Controls.Add(this.ClientTextBox); this.Controls.Add(this.ClientLabel); 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.clientGroupBox.ResumeLayout(false); this.ChangeListGroupBox.ResumeLayout(false); this.ChangeListGroupBox.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 SubmitClientButton; private System.Windows.Forms.Button GetClientButton; 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; private System.Windows.Forms.GroupBox clientGroupBox; private System.Windows.Forms.Button GetChangeListButton; private System.Windows.Forms.Button SubmitChangeListButton; private System.Windows.Forms.GroupBox ChangeListGroupBox; private System.Windows.Forms.TextBox ChangeListIDTextBox; private System.Windows.Forms.Label ChangeListIDLabel; } }