namespace HeuristicLab.Clients.Hive.SlaveCore.Views { partial class SlaveAboutDialog { /// /// 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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SlaveAboutDialog)); this.btnOk = new System.Windows.Forms.Button(); this.mailLinkLabel = new System.Windows.Forms.LinkLabel(); this.webLinkLabel = new System.Windows.Forms.LinkLabel(); this.label4 = new System.Windows.Forms.Label(); this.label2 = new System.Windows.Forms.Label(); this.licenseTextBox = new System.Windows.Forms.RichTextBox(); this.txtCopyright = new System.Windows.Forms.TextBox(); this.versionTextBox = new System.Windows.Forms.TextBox(); this.productTextBox = new System.Windows.Forms.TextBox(); this.label3 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.label = new System.Windows.Forms.Label(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // btnOk // this.btnOk.DialogResult = System.Windows.Forms.DialogResult.Cancel; this.btnOk.Location = new System.Drawing.Point(562, 266); this.btnOk.Name = "btnOk"; this.btnOk.Size = new System.Drawing.Size(75, 23); this.btnOk.TabIndex = 0; this.btnOk.Text = "OK"; this.btnOk.UseVisualStyleBackColor = true; // // mailLinkLabel // this.mailLinkLabel.AutoSize = true; this.mailLinkLabel.Location = new System.Drawing.Point(326, 51); this.mailLinkLabel.Name = "mailLinkLabel"; this.mailLinkLabel.Size = new System.Drawing.Size(129, 13); this.mailLinkLabel.TabIndex = 22; this.mailLinkLabel.TabStop = true; this.mailLinkLabel.Text = "support@heuristiclab.com"; this.mailLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.mailLinkLabel_LinkClicked); // // webLinkLabel // this.webLinkLabel.AutoSize = true; this.webLinkLabel.Location = new System.Drawing.Point(326, 32); this.webLinkLabel.Name = "webLinkLabel"; this.webLinkLabel.Size = new System.Drawing.Size(135, 13); this.webLinkLabel.TabIndex = 20; this.webLinkLabel.TabStop = true; this.webLinkLabel.Text = "http://dev.heuristiclab.com"; this.webLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.webLinkLabel_LinkClicked); // // label4 // this.label4.AutoSize = true; this.label4.Location = new System.Drawing.Point(254, 51); this.label4.Name = "label4"; this.label4.Size = new System.Drawing.Size(47, 13); this.label4.TabIndex = 21; this.label4.Text = "Contact:"; // // label2 // this.label2.AutoSize = true; this.label2.Location = new System.Drawing.Point(254, 32); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(49, 13); this.label2.TabIndex = 19; this.label2.Text = "Website:"; // // licenseTextBox // this.licenseTextBox.BackColor = System.Drawing.SystemColors.HighlightText; this.licenseTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.licenseTextBox.Location = new System.Drawing.Point(257, 71); this.licenseTextBox.Name = "licenseTextBox"; this.licenseTextBox.ReadOnly = true; this.licenseTextBox.Size = new System.Drawing.Size(380, 173); this.licenseTextBox.TabIndex = 23; this.licenseTextBox.Text = resources.GetString("licenseTextBox.Text"); this.licenseTextBox.WordWrap = false; // // txtCopyright // this.txtCopyright.BackColor = System.Drawing.SystemColors.HighlightText; this.txtCopyright.BorderStyle = System.Windows.Forms.BorderStyle.None; this.txtCopyright.Location = new System.Drawing.Point(329, 13); this.txtCopyright.Name = "txtCopyright"; this.txtCopyright.ReadOnly = true; this.txtCopyright.Size = new System.Drawing.Size(308, 13); this.txtCopyright.TabIndex = 18; this.txtCopyright.Text = "(c) 2002-2011 HEAL"; // // versionTextBox // this.versionTextBox.BackColor = System.Drawing.SystemColors.HighlightText; this.versionTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.versionTextBox.Location = new System.Drawing.Point(193, -14); this.versionTextBox.Name = "versionTextBox"; this.versionTextBox.ReadOnly = true; this.versionTextBox.Size = new System.Drawing.Size(355, 13); this.versionTextBox.TabIndex = 16; this.versionTextBox.Text = "1.0"; // // productTextBox // this.productTextBox.BackColor = System.Drawing.SystemColors.HighlightText; this.productTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.productTextBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); this.productTextBox.Location = new System.Drawing.Point(193, -33); this.productTextBox.Name = "productTextBox"; this.productTextBox.ReadOnly = true; this.productTextBox.Size = new System.Drawing.Size(355, 13); this.productTextBox.TabIndex = 14; this.productTextBox.Text = "HeuristicLab"; // // label3 // this.label3.AutoSize = true; this.label3.Location = new System.Drawing.Point(254, 13); this.label3.Name = "label3"; this.label3.Size = new System.Drawing.Size(54, 13); this.label3.TabIndex = 17; this.label3.Text = "Copyright:"; // // label1 // this.label1.AutoSize = true; this.label1.Location = new System.Drawing.Point(118, -14); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(45, 13); this.label1.TabIndex = 15; this.label1.Text = "Version:"; // // label // this.label.AutoSize = true; this.label.Location = new System.Drawing.Point(118, -33); this.label.Name = "label"; this.label.Size = new System.Drawing.Size(47, 13); this.label.TabIndex = 13; this.label.Text = "Product:"; // // pictureBox1 // this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(13, 13); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(238, 238); this.pictureBox1.TabIndex = 24; this.pictureBox1.TabStop = false; // // SlaveAboutDialog // this.AcceptButton = this.btnOk; this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.CancelButton = this.btnOk; this.ClientSize = new System.Drawing.Size(644, 301); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.mailLinkLabel); this.Controls.Add(this.webLinkLabel); this.Controls.Add(this.label4); this.Controls.Add(this.label2); this.Controls.Add(this.licenseTextBox); this.Controls.Add(this.txtCopyright); this.Controls.Add(this.versionTextBox); this.Controls.Add(this.productTextBox); this.Controls.Add(this.label3); this.Controls.Add(this.label1); this.Controls.Add(this.label); this.Controls.Add(this.btnOk); this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle; this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "SlaveAboutDialog"; this.Text = "About HeuristicLab Hive Slave"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button btnOk; private System.Windows.Forms.LinkLabel mailLinkLabel; private System.Windows.Forms.LinkLabel webLinkLabel; private System.Windows.Forms.Label label4; private System.Windows.Forms.Label label2; private System.Windows.Forms.RichTextBox licenseTextBox; private System.Windows.Forms.TextBox txtCopyright; private System.Windows.Forms.TextBox versionTextBox; private System.Windows.Forms.TextBox productTextBox; private System.Windows.Forms.Label label3; private System.Windows.Forms.Label label1; private System.Windows.Forms.Label label; private System.Windows.Forms.PictureBox pictureBox1; } }