/* * Copyright (c) 2009 Craig Sutherland * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to use, * copy, modify, merge, publish, distribute, sublicense, and/or sell * copies of the Software, and to permit persons to whom the * Software is furnished to do so, subject to the following * conditions: * * The above copyright notice and this permission notice shall be * included in all copies or substantial portions of the Software. * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES * OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT * HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, * WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING * FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR * OTHER DEALINGS IN THE SOFTWARE. */ namespace FastForward.Monitor { partial class AboutForm { /// /// 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.Windows.Forms.Button closeButton; System.Windows.Forms.Label label1; System.Windows.Forms.Label label2; System.Windows.Forms.Label label3; System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm)); this.versionLabel = new System.Windows.Forms.Label(); closeButton = new System.Windows.Forms.Button(); label1 = new System.Windows.Forms.Label(); label2 = new System.Windows.Forms.Label(); label3 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // closeButton // closeButton.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); closeButton.BackColor = System.Drawing.SystemColors.Control; closeButton.DialogResult = System.Windows.Forms.DialogResult.Cancel; closeButton.Location = new System.Drawing.Point(384, 237); closeButton.Name = "closeButton"; closeButton.Size = new System.Drawing.Size(75, 23); closeButton.TabIndex = 0; closeButton.Text = "&Close"; closeButton.UseVisualStyleBackColor = false; // // label1 // label1.AutoSize = true; label1.BackColor = System.Drawing.Color.Transparent; label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0))); label1.Location = new System.Drawing.Point(12, 151); label1.Name = "label1"; label1.Size = new System.Drawing.Size(314, 13); label1.TabIndex = 1; label1.Text = "FastForward.NET: CruiseControl.NET monitoring tools."; // // label2 // label2.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); label2.BackColor = System.Drawing.Color.Transparent; label2.Location = new System.Drawing.Point(12, 164); label2.Name = "label2"; label2.Size = new System.Drawing.Size(447, 70); label2.TabIndex = 2; label2.Text = "Remote CruiseControl.NET Monitor.\r\nThis allows a user to monitor one or more remo" + "te CruiseControl.NET instances.\r\nWARNING: This product is still in BETA!"; // // label3 // label3.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); label3.AutoSize = true; label3.BackColor = System.Drawing.Color.Transparent; label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); label3.Location = new System.Drawing.Point(12, 242); label3.Name = "label3"; label3.Size = new System.Drawing.Size(53, 13); label3.TabIndex = 3; label3.Text = "Version:"; // // versionLabel // this.versionLabel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.versionLabel.AutoSize = true; this.versionLabel.BackColor = System.Drawing.Color.Transparent; this.versionLabel.Location = new System.Drawing.Point(71, 242); this.versionLabel.Name = "versionLabel"; this.versionLabel.Size = new System.Drawing.Size(42, 13); this.versionLabel.TabIndex = 4; this.versionLabel.Text = "Version"; // // AboutForm // this.AcceptButton = closeButton; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.White; this.BackgroundImage = global::FastForward.Monitor.Properties.Resources.Medium; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.None; this.CancelButton = closeButton; this.ClientSize = new System.Drawing.Size(471, 272); this.ControlBox = false; this.Controls.Add(this.versionLabel); this.Controls.Add(label3); this.Controls.Add(label2); this.Controls.Add(label1); this.Controls.Add(closeButton); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AboutForm"; this.ShowInTaskbar = false; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; this.Text = "About..."; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label versionLabel; } }