/
Motlokhov
/
ASKYZ
Обзор
Документация
Войти
/
Motlokhov
/
ASKYZ
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SystemVerifyKnowledge.StudentUI/Windows/LicenseForm.Designer.cs
109 строк
6 KB
Mikhail Motlokhov
Renamed all lib
07 июн 2021, 18:25
07 июн 2021, 18:25
dc4644b
Код
Авторство
О чём код?
namespace StudentUI { partial class LicenseForm { /// <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(LicenseForm)); this.textBoxLicense = new System.Windows.Forms.TextBox(); this.buttonNo = new System.Windows.Forms.Button(); this.buttonYes = new System.Windows.Forms.Button(); this.SuspendLayout(); // // textBoxLicense // this.textBoxLicense.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.textBoxLicense.BackColor = System.Drawing.Color.Navy; this.textBoxLicense.Font = new System.Drawing.Font("Arial Narrow", 21.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.textBoxLicense.ForeColor = System.Drawing.SystemColors.Window; this.textBoxLicense.Location = new System.Drawing.Point(10, 14); this.textBoxLicense.Multiline = true; this.textBoxLicense.Name = "textBoxLicense"; this.textBoxLicense.Size = new System.Drawing.Size(1130, 621); this.textBoxLicense.TabIndex = 1; this.textBoxLicense.TabStop = false; this.textBoxLicense.Text = resources.GetString("textBoxLicense.Text"); // // buttonNo // this.buttonNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); this.buttonNo.FlatAppearance.BorderColor = System.Drawing.Color.White; this.buttonNo.FlatAppearance.CheckedBackColor = System.Drawing.Color.White; this.buttonNo.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Navy; this.buttonNo.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.buttonNo.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonNo.Font = new System.Drawing.Font("Arial Narrow", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.buttonNo.ForeColor = System.Drawing.SystemColors.Control; this.buttonNo.Location = new System.Drawing.Point(10, 677); this.buttonNo.Name = "buttonNo"; this.buttonNo.Size = new System.Drawing.Size(177, 40); this.buttonNo.TabIndex = 1; this.buttonNo.Text = "Не согласен"; this.buttonNo.UseVisualStyleBackColor = true; // // buttonYes // this.buttonYes.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right))); this.buttonYes.FlatAppearance.BorderColor = System.Drawing.Color.White; this.buttonYes.FlatAppearance.CheckedBackColor = System.Drawing.Color.White; this.buttonYes.FlatAppearance.MouseDownBackColor = System.Drawing.Color.Navy; this.buttonYes.FlatAppearance.MouseOverBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255))))); this.buttonYes.FlatStyle = System.Windows.Forms.FlatStyle.Flat; this.buttonYes.Font = new System.Drawing.Font("Arial Narrow", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204))); this.buttonYes.ForeColor = System.Drawing.SystemColors.Control; this.buttonYes.Location = new System.Drawing.Point(982, 677); this.buttonYes.Name = "buttonYes"; this.buttonYes.Size = new System.Drawing.Size(159, 40); this.buttonYes.TabIndex = 2; this.buttonYes.Text = "Согласен"; this.buttonYes.UseVisualStyleBackColor = true; // // LicenseForm // 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(1153, 729); this.Controls.Add(this.buttonYes); this.Controls.Add(this.buttonNo); this.Controls.Add(this.textBoxLicense); this.Name = "LicenseForm"; this.TopMost = true; this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.TextBox textBoxLicense; private System.Windows.Forms.Button buttonNo; private System.Windows.Forms.Button buttonYes; } }