コード例 #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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
     this.button1        = new System.Windows.Forms.Button();
     this.label1         = new System.Windows.Forms.Label();
     this.labelVersion   = new System.Windows.Forms.Label();
     this.linkLabel1     = new System.Windows.Forms.LinkLabel();
     this.splashControl1 = new Likewise.LMC.SplashControl();
     this.SuspendLayout();
     //
     // button1
     //
     this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
     this.button1.FlatStyle    = System.Windows.Forms.FlatStyle.System;
     this.button1.Location     = new System.Drawing.Point(408, 334);
     this.button1.Name         = "button1";
     this.button1.Size         = new System.Drawing.Size(75, 23);
     this.button1.TabIndex     = 0;
     this.button1.Text         = "OK";
     this.button1.Click       += new System.EventHandler(this.button1_Click);
     //
     // label1
     //
     this.label1.BackColor = System.Drawing.Color.Transparent;
     this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
     this.label1.Location  = new System.Drawing.Point(4, 332);
     this.label1.Name      = "label1";
     this.label1.Size      = new System.Drawing.Size(144, 32);
     this.label1.TabIndex  = 2;
     this.label1.Text      = "For technical support, visit:";
     this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // labelVersion
     //
     this.labelVersion.Location  = new System.Drawing.Point(4, 297);
     this.labelVersion.Name      = "labelVersion";
     this.labelVersion.Size      = new System.Drawing.Size(488, 34);
     this.labelVersion.TabIndex  = 4;
     this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
     //
     // linkLabel1
     //
     this.linkLabel1.Location     = new System.Drawing.Point(167, 340);
     this.linkLabel1.Name         = "linkLabel1";
     this.linkLabel1.Size         = new System.Drawing.Size(224, 24);
     this.linkLabel1.TabIndex     = 6;
     this.linkLabel1.TabStop      = true;
     this.linkLabel1.Text         = "www.likewise.com";
     this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
     //
     // splashControl1
     //
     this.splashControl1.Location = new System.Drawing.Point(5, 4);
     this.splashControl1.Name     = "splashControl1";
     this.splashControl1.Size     = new System.Drawing.Size(487, 292);
     this.splashControl1.TabIndex = 5;
     //
     // AboutForm
     //
     this.AcceptButton  = this.button1;
     this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
     this.CancelButton  = this.button1;
     this.ClientSize    = new System.Drawing.Size(494, 368);
     this.Controls.Add(this.linkLabel1);
     this.Controls.Add(this.splashControl1);
     this.Controls.Add(this.labelVersion);
     this.Controls.Add(this.button1);
     this.Controls.Add(this.label1);
     this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
     this.Icon            = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
     this.MaximizeBox     = false;
     this.MaximumSize     = new System.Drawing.Size(500, 400);
     this.MinimizeBox     = false;
     this.MinimumSize     = new System.Drawing.Size(500, 376);
     this.Name            = "AboutForm";
     this.StartPosition   = System.Windows.Forms.FormStartPosition.CenterParent;
     this.Text            = "AboutForm";
     this.ResumeLayout(false);
 }
コード例 #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.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(AboutForm));
            this.button1 = new System.Windows.Forms.Button();
            this.label1 = new System.Windows.Forms.Label();
            this.labelVersion = new System.Windows.Forms.Label();
            this.linkLabel1 = new System.Windows.Forms.LinkLabel();
            this.splashControl1 = new Likewise.LMC.SplashControl();
            this.SuspendLayout();
            //
            // button1
            //
            this.button1.DialogResult = System.Windows.Forms.DialogResult.Cancel;
            this.button1.FlatStyle = System.Windows.Forms.FlatStyle.System;
            this.button1.Location = new System.Drawing.Point(408, 334);
            this.button1.Name = "button1";
            this.button1.Size = new System.Drawing.Size(75, 23);
            this.button1.TabIndex = 0;
            this.button1.Text = "OK";
            this.button1.Click += new System.EventHandler(this.button1_Click);
            //
            // label1
            //
            this.label1.BackColor = System.Drawing.Color.Transparent;
            this.label1.ForeColor = System.Drawing.SystemColors.ControlText;
            this.label1.Location = new System.Drawing.Point(4, 332);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(144, 32);
            this.label1.TabIndex = 2;
            this.label1.Text = "For technical support, visit:";
            this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // labelVersion
            //
            this.labelVersion.Location = new System.Drawing.Point(4, 297);
            this.labelVersion.Name = "labelVersion";
            this.labelVersion.Size = new System.Drawing.Size(488, 34);
            this.labelVersion.TabIndex = 4;
            this.labelVersion.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
            //
            // linkLabel1
            //
            this.linkLabel1.Location = new System.Drawing.Point(167, 340);
            this.linkLabel1.Name = "linkLabel1";
            this.linkLabel1.Size = new System.Drawing.Size(224, 24);
            this.linkLabel1.TabIndex = 6;
            this.linkLabel1.TabStop = true;
            this.linkLabel1.Text = "www.likewise.com";
            this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
            //
            // splashControl1
            //
            this.splashControl1.Location = new System.Drawing.Point(5, 4);
            this.splashControl1.Name = "splashControl1";
            this.splashControl1.Size = new System.Drawing.Size(487, 292);
            this.splashControl1.TabIndex = 5;
            //
            // AboutForm
            //
            this.AcceptButton = this.button1;
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
            this.CancelButton = this.button1;
            this.ClientSize = new System.Drawing.Size(494, 368);
            this.Controls.Add(this.linkLabel1);
            this.Controls.Add(this.splashControl1);
            this.Controls.Add(this.labelVersion);
            this.Controls.Add(this.button1);
            this.Controls.Add(this.label1);
            this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
            this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
            this.MaximizeBox = false;
            this.MaximumSize = new System.Drawing.Size(500, 400);
            this.MinimizeBox = false;
            this.MinimumSize = new System.Drawing.Size(500, 376);
            this.Name = "AboutForm";
            this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
            this.Text = "AboutForm";
            this.ResumeLayout(false);

        }