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()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmVersion));
     this.scrollText1 = new MySys.ScrollText();
     this.SuspendLayout();
     //
     // scrollText1
     //
     this.scrollText1.AutosizeLabels  = false;
     this.scrollText1.BackColor       = System.Drawing.SystemColors.Control;
     this.scrollText1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("scrollText1.BackgroundImage")));
     this.scrollText1.BorderStyle     = System.Windows.Forms.BorderStyle.None;
     this.scrollText1.ForeColor       = System.Drawing.SystemColors.ActiveCaption;
     this.scrollText1.Location        = new System.Drawing.Point(0, 8);
     this.scrollText1.Name            = "scrollText1";
     this.scrollText1.OffSet          = 5;
     this.scrollText1.SetDelay        = "20";
     this.scrollText1.SetText         = "Nguyễn Đình Chính";
     this.scrollText1.Size            = new System.Drawing.Size(336, 200);
     this.scrollText1.TabIndex        = 6;
     this.scrollText1.TextAlign       = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // frmVersion
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize        = new System.Drawing.Size(338, 208);
     this.Controls.Add(this.scrollText1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox     = false;
     this.MinimizeBox     = false;
     this.Name            = "frmVersion";
     this.ShowInTaskbar   = false;
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text            = "Phiên bản chương trình";
     this.Load           += new System.EventHandler(this.frmVersion_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()
 {
     System.Resources.ResourceManager resources = new System.Resources.ResourceManager(typeof(frmVersion));
     this.scrollText1 = new MySys.ScrollText();
     this.SuspendLayout();
     //
     // scrollText1
     //
     this.scrollText1.AutosizeLabels = false;
     this.scrollText1.BackColor = System.Drawing.SystemColors.Control;
     this.scrollText1.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("scrollText1.BackgroundImage")));
     this.scrollText1.BorderStyle = System.Windows.Forms.BorderStyle.None;
     this.scrollText1.ForeColor = System.Drawing.SystemColors.ActiveCaption;
     this.scrollText1.Location = new System.Drawing.Point(0, 8);
     this.scrollText1.Name = "scrollText1";
     this.scrollText1.OffSet = 5;
     this.scrollText1.SetDelay = "20";
     this.scrollText1.SetText = "Nguyễn Đình Chính";
     this.scrollText1.Size = new System.Drawing.Size(336, 200);
     this.scrollText1.TabIndex = 6;
     this.scrollText1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
     //
     // frmVersion
     //
     this.AutoScaleBaseSize = new System.Drawing.Size(5, 13);
     this.ClientSize = new System.Drawing.Size(338, 208);
     this.Controls.Add(this.scrollText1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
     this.MaximizeBox = false;
     this.MinimizeBox = false;
     this.Name = "frmVersion";
     this.ShowInTaskbar = false;
     this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
     this.Text = "Phiên bản chương trình";
     this.Load += new System.EventHandler(this.frmVersion_Load);
     this.ResumeLayout(false);
 }