Ejemplo n.º 1
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormAbout));
     this.linkLabel1 = new System.Windows.Forms.LinkLabel();
     this.timer1 = new System.Windows.Forms.Timer(this.components);
     this.scrollingCredits = new eLePhant.Interface.ScrollingCredits();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.ActiveLinkColor = System.Drawing.Color.Transparent;
     this.linkLabel1.BackColor = System.Drawing.Color.Transparent;
     this.linkLabel1.DisabledLinkColor = System.Drawing.Color.Transparent;
     this.linkLabel1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.linkLabel1.ForeColor = System.Drawing.Color.Red;
     this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.linkLabel1.LinkColor = System.Drawing.Color.Red;
     this.linkLabel1.Location = new System.Drawing.Point(32, 236);
     this.linkLabel1.Name = "linkLabel1";
     this.linkLabel1.Size = new System.Drawing.Size(141, 26);
     this.linkLabel1.TabIndex = 5;
     this.linkLabel1.TabStop = true;
     this.linkLabel1.Text = "www.lphant.com";
     this.linkLabel1.VisitedLinkColor = System.Drawing.Color.Transparent;
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // scrollingCredits
     //
     this.scrollingCredits.BackColor = System.Drawing.Color.Transparent;
     this.scrollingCredits.Location = new System.Drawing.Point(195, 17);
     this.scrollingCredits.Name = "scrollingCredits";
     this.scrollingCredits.Size = new System.Drawing.Size(187, 207);
     this.scrollingCredits.TabIndex = 0;
     this.scrollingCredits.Text = "scrollingCredits";
     this.scrollingCredits.Click += new System.EventHandler(this.scrollingCredits_Click);
     //
     // FormAbout
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor = System.Drawing.SystemColors.Control;
     this.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize = new System.Drawing.Size(398, 263);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.scrollingCredits);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "FormAbout";
     this.Opacity = 0;
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text = "About lphant";
     this.Click += new System.EventHandler(this.FormAbout_Click);
     this.Load += new System.EventHandler(this.FormAbout_Load);
     this.ResumeLayout(false);
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Required method for Designer support - do not modify
 /// the contents of this method with the code editor.
 /// </summary>
 private void InitializeComponent()
 {
     this.components = new System.ComponentModel.Container();
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(FormAbout));
     this.linkLabel1       = new System.Windows.Forms.LinkLabel();
     this.timer1           = new System.Windows.Forms.Timer(this.components);
     this.scrollingCredits = new eLePhant.Interface.ScrollingCredits();
     this.SuspendLayout();
     //
     // linkLabel1
     //
     this.linkLabel1.ActiveLinkColor   = System.Drawing.Color.Transparent;
     this.linkLabel1.BackColor         = System.Drawing.Color.Transparent;
     this.linkLabel1.DisabledLinkColor = System.Drawing.Color.Transparent;
     this.linkLabel1.Font             = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(0)));
     this.linkLabel1.ForeColor        = System.Drawing.Color.Red;
     this.linkLabel1.LinkBehavior     = System.Windows.Forms.LinkBehavior.NeverUnderline;
     this.linkLabel1.LinkColor        = System.Drawing.Color.Red;
     this.linkLabel1.Location         = new System.Drawing.Point(32, 236);
     this.linkLabel1.Name             = "linkLabel1";
     this.linkLabel1.Size             = new System.Drawing.Size(141, 26);
     this.linkLabel1.TabIndex         = 5;
     this.linkLabel1.TabStop          = true;
     this.linkLabel1.Text             = "www.lphant.com";
     this.linkLabel1.VisitedLinkColor = System.Drawing.Color.Transparent;
     this.linkLabel1.LinkClicked     += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // timer1
     //
     this.timer1.Tick += new System.EventHandler(this.timer1_Tick);
     //
     // scrollingCredits
     //
     this.scrollingCredits.BackColor = System.Drawing.Color.Transparent;
     this.scrollingCredits.Location  = new System.Drawing.Point(195, 17);
     this.scrollingCredits.Name      = "scrollingCredits";
     this.scrollingCredits.Size      = new System.Drawing.Size(187, 207);
     this.scrollingCredits.TabIndex  = 0;
     this.scrollingCredits.Text      = "scrollingCredits";
     this.scrollingCredits.Click    += new System.EventHandler(this.scrollingCredits_Click);
     //
     // FormAbout
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.BackColor         = System.Drawing.SystemColors.Control;
     this.BackgroundImage   = ((System.Drawing.Image)(resources.GetObject("$this.BackgroundImage")));
     this.ClientSize        = new System.Drawing.Size(398, 263);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.scrollingCredits);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "FormAbout";
     this.Opacity         = 0;
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "About lphant";
     this.Click          += new System.EventHandler(this.FormAbout_Click);
     this.Load           += new System.EventHandler(this.FormAbout_Load);
     this.ResumeLayout(false);
 }