/
Motlokhov
/
ASKYZ
Обзор
Документация
Войти
/
Motlokhov
/
ASKYZ
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SystemVerifyKnowledge.StudentUI/Windows/UserData.Designer.cs
117 строк
5 KB
Mikhail Motlokhov
Renamed all lib
07 июн 2021, 18:25
07 июн 2021, 18:25
dc4644b
Код
Авторство
О чём код?
namespace StudentUI { partial class UserData { /// <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.buttonOk = new System.Windows.Forms.Button(); this.textBoxPassword = new System.Windows.Forms.TextBox(); this.textBoxId = new System.Windows.Forms.TextBox(); this.label2 = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.SuspendLayout(); // // buttonOk // this.buttonOk.BackColor = System.Drawing.Color.Navy; this.buttonOk.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.buttonOk.ForeColor = System.Drawing.SystemColors.Control; this.buttonOk.Location = new System.Drawing.Point(114, 169); this.buttonOk.Name = "buttonOk"; this.buttonOk.Size = new System.Drawing.Size(85, 29); this.buttonOk.TabIndex = 9; this.buttonOk.Text = "Ок"; this.buttonOk.UseVisualStyleBackColor = false; this.buttonOk.Click += new System.EventHandler(this.ButtonOk_Click); // // textBoxPassword // this.textBoxPassword.Location = new System.Drawing.Point(114, 116); this.textBoxPassword.Name = "textBoxPassword"; this.textBoxPassword.ReadOnly = true; this.textBoxPassword.Size = new System.Drawing.Size(152, 20); this.textBoxPassword.TabIndex = 8; // // textBoxId // this.textBoxId.Location = new System.Drawing.Point(114, 65); this.textBoxId.Name = "textBoxId"; this.textBoxId.ReadOnly = true; this.textBoxId.Size = new System.Drawing.Size(152, 20); this.textBoxId.TabIndex = 7; // // label2 // this.label2.AutoSize = true; this.label2.BackColor = System.Drawing.Color.Navy; this.label2.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label2.ForeColor = System.Drawing.SystemColors.Control; this.label2.Location = new System.Drawing.Point(19, 116); this.label2.Name = "label2"; this.label2.Size = new System.Drawing.Size(89, 20); this.label2.TabIndex = 6; this.label2.Text = "Ваш пароль:"; // // label1 // this.label1.AutoSize = true; this.label1.BackColor = System.Drawing.Color.Navy; this.label1.Font = new System.Drawing.Font("Arial Narrow", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.label1.ForeColor = System.Drawing.SystemColors.Control; this.label1.Location = new System.Drawing.Point(29, 65); this.label1.Name = "label1"; this.label1.Size = new System.Drawing.Size(79, 20); this.label1.TabIndex = 5; this.label1.Text = "Ваш логин:"; // // UserData // 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(296, 228); this.Controls.Add(this.buttonOk); this.Controls.Add(this.textBoxPassword); this.Controls.Add(this.textBoxId); this.Controls.Add(this.label2); this.Controls.Add(this.label1); this.Name = "UserData"; this.Text = "Найти пользователя"; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.Button buttonOk; private System.Windows.Forms.TextBox textBoxPassword; private System.Windows.Forms.TextBox textBoxId; private System.Windows.Forms.Label label2; private System.Windows.Forms.Label label1; } }