/
Motlokhov
/
ASKYZ
Обзор
Документация
Войти
/
Motlokhov
/
ASKYZ
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SystemVerifyKnowledge.StudentUI/Windows/HowToWorkForm.Designer.cs
91 строка
4 KB
Mikhail Motlokhov
Renamed all lib
07 июн 2021, 18:25
07 июн 2021, 18:25
dc4644b
Код
Авторство
О чём код?
namespace StudentUI { partial class HowToWorkForm { /// <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() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HowToWorkForm)); this.buttonOk = new System.Windows.Forms.Button(); this.textBox1 = new System.Windows.Forms.TextBox(); this.SuspendLayout(); // // buttonOk // this.buttonOk.Anchor = System.Windows.Forms.AnchorStyles.Bottom; this.buttonOk.BackColor = System.Drawing.Color.Navy; this.buttonOk.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Green; this.buttonOk.FlatAppearance.MouseOverBackColor = System.Drawing.Color.CornflowerBlue; this.buttonOk.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonOk.ForeColor = System.Drawing.SystemColors.Control; this.buttonOk.Location = new System.Drawing.Point(462, 565); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(236, 37); this.buttonOk.TabIndex = 1; this.buttonOk.Text = "Начать тестирование"; this.buttonOk.UseVisualStyleBackColor = false; this.buttonOk.Click += new System.EventHandler(this.ButtonOk_Click); // // textBox1 // this.textBox1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) | System.Windows.Forms.AnchorStyles.Left) | System.Windows.Forms.AnchorStyles.Right))); this.textBox1.BackColor = System.Drawing.Color.Navy; this.textBox1.Font = new System.Drawing.Font("Arial", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBox1.ForeColor = System.Drawing.SystemColors.Control; this.textBox1.Location = new System.Drawing.Point(12, 12); this.textBox1.Multiline = true; this.textBox1.Name = "textBox1"; this.textBox1.ReadOnly = true; this.textBox1.ScrollBars = System.Windows.Forms.ScrollBars.Vertical; this.textBox1.Size = new System.Drawing.Size(1163, 538); this.textBox1.TabIndex = 2; this.textBox1.TabStop = false; this.textBox1.Text = resources.GetString("textBox1.Text"); // // HowToWorkForm // this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 22F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackColor = System.Drawing.Color.Navy; this.ClientSize = new System.Drawing.Size(1187, 729); this.Controls.Add(this.textBox1); this.Controls.Add(this.buttonOk); this.Font = new System.Drawing.Font("Arial", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.Margin = new System.Windows.Forms.Padding(6, 5, 6, 5); this.Name = "HowToWorkForm"; this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.HowToWorkForm_FormClosed); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.TextBox textBox1; } }