/
Motlokhov
/
ASKYZ
Обзор
Документация
Войти
/
Motlokhov
/
ASKYZ
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SystemVerifyKnowledge.StudentUI/Windows/AboutForm.Designer.cs
105 строк
5 KB
Mikhail Motlokhov
Renamed all lib
07 июн 2021, 18:25
07 июн 2021, 18:25
dc4644b
Код
Авторство
О чём код?
namespace StudentUI { partial class AboutForm { /// <summary> /// Required designer variable. /// </summary> private System.ComponentModel.IContainer components = null; /// <summary> /// Clean up any resources being used. /// </summary> /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param> protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// <summary> /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void InitializeComponent() { this.label1 = new System.Windows.Forms.Label(); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.linkLabel2 = new System.Windows.Forms.LinkLabel(); this.SuspendLayout(); // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Navy; this.label1.ForeColor = System.Drawing.Color.Yellow; this.label1.Location = new System.Drawing.Point(12, 18); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(337, 91); this.label1.TabIndex = 1; this.label1.Text = "Автоматизированная система контроля уровня знаний. (АСКУЗ)\r\n\r\nАвторы\\разработчики" + ":\r\n\r\n Мотлохов Михаил Дмитриевич e-mail:\r\n\r\n Павлов Александр Викторович e-mai" + "l:"; // // linkLabel1 // this.linkLabel1.AutoSize = true; this.linkLabel1.BackColor = System.Drawing.Color.Navy; this.linkLabel1.ForeColor = System.Drawing.Color.White; this.linkLabel1.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; this.linkLabel1.LinkColor = System.Drawing.Color.White; this.linkLabel1.Location = new System.Drawing.Point(217, 70); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.Size = new System.Drawing.Size(124, 13); this.linkLabel1.TabIndex = 2; this.linkLabel1.TabStop = true; this.linkLabel1.Text = "m.motlokhov@yandex.ru"; this.linkLabel1.VisitedLinkColor = System.Drawing.Color.White; this.linkLabel1.Click += new System.EventHandler(this.LinkLabelMail_Click); // // linkLabel2 // this.linkLabel2.AutoSize = true; this.linkLabel2.BackColor = System.Drawing.Color.Navy; this.linkLabel2.ForeColor = System.Drawing.Color.White; this.linkLabel2.LinkBehavior = System.Windows.Forms.LinkBehavior.NeverUnderline; this.linkLabel2.LinkColor = System.Drawing.Color.White; this.linkLabel2.Location = new System.Drawing.Point(220, 96); this.linkLabel2.Name = "linkLabel2"; this.linkLabel2.Size = new System.Drawing.Size(118, 13); this.linkLabel2.TabIndex = 3; this.linkLabel2.TabStop = true; this.linkLabel2.Text = "pav280808@yandex.ru"; this.linkLabel2.VisitedLinkColor = System.Drawing.Color.White; this.linkLabel2.Click += new System.EventHandler(this.LinkLabelMail_Click); // // AboutForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Navy; this.ClientSize = new System.Drawing.Size(357, 133); this.Controls.Add(this.linkLabel2); this.Controls.Add(this.linkLabel1); this.Controls.Add(this.label1); this.MaximizeBox = false; this.MinimizeBox = false; this.Name = "AboutForm"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "О программе"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Label label1; private System.Windows.Forms.LinkLabel linkLabel1; private System.Windows.Forms.LinkLabel linkLabel2; } }