SECI  1
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Properties Events
CommandLineHost.designer.cs
Go to the documentation of this file.
1 namespace SeciControls
2 {
3  partial class CommandLineHost
4  {
8  private System.ComponentModel.IContainer components = null;
9 
10  #region Component Designer generated code
11 
16  private void InitializeComponent()
17  {
18  this.linkStart = new System.Windows.Forms.LinkLabel();
19  this.SuspendLayout();
20  //
21  // linkStart
22  //
23  this.linkStart.AutoSize = true;
24  this.linkStart.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
25  this.linkStart.Location = new System.Drawing.Point(3, 0);
26  this.linkStart.Name = "linkStart";
27  this.linkStart.Size = new System.Drawing.Size(134, 20);
28  this.linkStart.TabIndex = 0;
29  this.linkStart.TabStop = true;
30  this.linkStart.Text = "Start Open Genie";
31  this.linkStart.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
32  //
33  // CommandLineHost
34  //
35  this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
36  this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
37  this.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
38  this.Controls.Add(this.linkStart);
39  this.Name = "CommandLineHost";
40  this.Size = new System.Drawing.Size(656, 287);
41  this.ResumeLayout(false);
42  this.PerformLayout();
43 
44  }
45 
46  #endregion
47 
48  private System.Windows.Forms.LinkLabel linkStart;
49  }
50 }
System.Windows.Forms.LinkLabel linkStart
System.ComponentModel.IContainer components
Required designer variable.
void InitializeComponent()
Required method for Designer support - do not modify the contents of this method with the code editor...