namespace StandardInformationControlsSample { partial class MainForm { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// 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.label = new System.Windows.Forms.Label(); this.linkLabel = new System.Windows.Forms.LinkLabel(); this.progressBar = new System.Windows.Forms.ProgressBar(); this.statusStrip = new System.Windows.Forms.StatusStrip(); this.toolStripStatusLabel = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripProgressBar = new System.Windows.Forms.ToolStripProgressBar(); this.label1 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.textBox1 = new System.Windows.Forms.TextBox(); this.textBox2 = new System.Windows.Forms.TextBox(); this.statusStrip.SuspendLayout(); this.SuspendLayout(); // // label // this.label.AutoSize = true; this.label.Location = new System.Drawing.Point(12, 127); this.label.Name = "label"; this.label.Size = new System.Drawing.Size(40, 13); this.label.TabIndex = 0; this.label.Text = "User Id:"; // // linkLabel // this.linkLabel.AutoSize = true; this.linkLabel.LinkArea = new System.Windows.Forms.LinkArea(20, 10); this.linkLabel.Location = new System.Drawing.Point(13, 34); this.linkLabel.Name = "linkLabel"; this.linkLabel.Size = new System.Drawing.Size(183, 14); this.linkLabel.TabIndex = 1; this.linkLabel.TabStop = true; this.linkLabel.Text = "LinkLabels can have hyperlinks too!"; this.linkLabel.UseCompatibleTextRendering = true; // // progressBar // this.progressBar.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.progressBar.Location = new System.Drawing.Point(91, 55); this.progressBar.Name = "progressBar"; this.progressBar.Size = new System.Drawing.Size(242, 23); this.progressBar.TabIndex = 2; this.progressBar.Value = 60; // // statusStrip // this.statusStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.toolStripStatusLabel, this.toolStripProgressBar}); this.statusStrip.LayoutStyle = System.Windows.Forms.ToolStripLayoutStyle.Table; this.statusStrip.Location = new System.Drawing.Point(0, 230); this.statusStrip.Name = "statusStrip"; this.statusStrip.Padding = new System.Windows.Forms.Padding(0, 0, 12, 0); this.statusStrip.Size = new System.Drawing.Size(345, 22); this.statusStrip.TabIndex = 0; this.statusStrip.Text = "statusStrip1"; // // toolStripStatusLabel // this.toolStripStatusLabel.BorderStyle = System.Windows.Forms.Border3DStyle.Adjust; this.toolStripStatusLabel.Name = "toolStripStatusLabel"; this.toolStripStatusLabel.Spring = true; this.toolStripStatusLabel.Text = "Working..."; this.toolStripStatusLabel.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // toolStripProgressBar // this.toolStripProgressBar.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right; this.toolStripProgressBar.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.ImageAndText; this.toolStripProgressBar.Margin = new System.Windows.Forms.Padding(1, 2, 4, 1); this.toolStripProgressBar.Name = "toolStripProgressBar"; this.toolStripProgressBar.Size = new System.Drawing.Size(100, 19); this.toolStripProgressBar.Text = "toolStripProgressBar"; this.toolStripProgressBar.Value = 60; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(13, 60); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(63, 13); this.label1.TabIndex = 7; this.label1.Text = "ProgressBar:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(12, 152); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(52, 13); this.label2.TabIndex = 8; this.label2.Text = "Password:"; // // textBox1 // this.textBox1.Location = new System.Drawing.Point(69, 124); this.textBox1.Name = "textBox1"; this.textBox1.Size = new System.Drawing.Size(100, 20); this.textBox1.TabIndex = 9; // // textBox2 // this.textBox2.Location = new System.Drawing.Point(70, 150); this.textBox2.Name = "textBox2"; this.textBox2.Size = new System.Drawing.Size(100, 20); this.textBox2.TabIndex = 10; // // MainForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(345, 252); this.Controls.Add(this.textBox2); this.Controls.Add(this.textBox1); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Controls.Add(this.progressBar); this.Controls.Add(this.linkLabel); this.Controls.Add(this.label); this.Controls.Add(this.statusStrip); this.Name = "MainForm"; this.Text = "Standard Information Controls Sample"; this.statusStrip.ResumeLayout(false); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label; private System.Windows.Forms.LinkLabel linkLabel; private System.Windows.Forms.ProgressBar progressBar; private System.Windows.Forms.StatusStrip statusStrip; private System.Windows.Forms.Label label1; private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel; private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar; private System.Windows.Forms.Label label2; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.TextBox textBox2; } }