/
Motlokhov
/
ASKYZ
Обзор
Документация
Войти
/
Motlokhov
/
ASKYZ
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
SystemVerifyKnowledge.StudentUI/Windows/ChoseDirectionForm.Designer.cs
139 строк
7 KB
Mikhail Motlokhov
Renamed all lib
07 июн 2021, 18:25
07 июн 2021, 18:25
dc4644b
Код
Авторство
О чём код?
namespace StudentUI { partial class ChoseDirectionForm { /// <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.pictureBox2 = new System.Windows.Forms.PictureBox(); this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.MainmenuStrip = new System.Windows.Forms.MenuStrip(); this.настройкиToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.настройкиToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem(); this.отчетыToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.оПрограммеToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.MainmenuStrip.SuspendLayout(); this.SuspendLayout(); // // pictureBox2 // this.pictureBox2.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right))); this.pictureBox2.BackColor = System.Drawing.Color.Navy; this.pictureBox2.Image = global::StudentUI.Properties.Resources.Значок3; this.pictureBox2.InitialImage = null; this.pictureBox2.Location = new System.Drawing.Point(1078, -49); this.pictureBox2.Name = "pictureBox2"; this.pictureBox2.Size = new System.Drawing.Size(340, 386); this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox2.TabIndex = 4; this.pictureBox2.TabStop = false; // // pictureBox1 // this.pictureBox1.BackColor = System.Drawing.Color.Navy; this.pictureBox1.Image = global::StudentUI.Properties.Resources.Значок; this.pictureBox1.Location = new System.Drawing.Point(12, 30); this.pictureBox1.Name = "pictureBox1"; this.pictureBox1.Size = new System.Drawing.Size(140, 180); this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom; this.pictureBox1.TabIndex = 3; this.pictureBox1.TabStop = false; // // MainmenuStrip // this.MainmenuStrip.BackColor = System.Drawing.Color.Navy; this.MainmenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.настройкиToolStripMenuItem, this.оПрограммеToolStripMenuItem}); this.MainmenuStrip.Location = new System.Drawing.Point(0, 0); this.MainmenuStrip.Name = "MainmenuStrip"; this.MainmenuStrip.Size = new System.Drawing.Size(1350, 24); this.MainmenuStrip.TabIndex = 5; this.MainmenuStrip.Text = "Главное меню"; // // настройкиToolStripMenuItem // this.настройкиToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] { this.настройкиToolStripMenuItem1, this.отчетыToolStripMenuItem}); this.настройкиToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ButtonFace; this.настройкиToolStripMenuItem.Name = "настройкиToolStripMenuItem"; this.настройкиToolStripMenuItem.Size = new System.Drawing.Size(85, 20); this.настройкиToolStripMenuItem.Text = "Управление"; this.настройкиToolStripMenuItem.Visible = false; // // настройкиToolStripMenuItem1 // this.настройкиToolStripMenuItem1.Name = "настройкиToolStripMenuItem1"; this.настройкиToolStripMenuItem1.Size = new System.Drawing.Size(134, 22); this.настройкиToolStripMenuItem1.Text = "Настройки"; // // отчетыToolStripMenuItem // this.отчетыToolStripMenuItem.Name = "отчетыToolStripMenuItem"; this.отчетыToolStripMenuItem.Size = new System.Drawing.Size(134, 22); this.отчетыToolStripMenuItem.Text = "Отчеты"; // // оПрограммеToolStripMenuItem // this.оПрограммеToolStripMenuItem.ForeColor = System.Drawing.SystemColors.ButtonHighlight; this.оПрограммеToolStripMenuItem.Name = "оПрограммеToolStripMenuItem"; this.оПрограммеToolStripMenuItem.Size = new System.Drawing.Size(94, 20); this.оПрограммеToolStripMenuItem.Text = "О программе"; this.оПрограммеToolStripMenuItem.Click += new System.EventHandler(this.ОПрограммеToolStripMenuItem_Click); // // ChoseDirectionForm // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch; this.ClientSize = new System.Drawing.Size(1350, 729); this.Controls.Add(this.pictureBox2); this.Controls.Add(this.pictureBox1); this.Controls.Add(this.MainmenuStrip); this.MainMenuStrip = this.MainmenuStrip; this.Name = "ChoseDirectionForm"; ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit(); this.MainmenuStrip.ResumeLayout(false); this.MainmenuStrip.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private System.Windows.Forms.PictureBox pictureBox1; private System.Windows.Forms.PictureBox pictureBox2; private System.Windows.Forms.MenuStrip MainmenuStrip; private System.Windows.Forms.ToolStripMenuItem настройкиToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem настройкиToolStripMenuItem1; private System.Windows.Forms.ToolStripMenuItem отчетыToolStripMenuItem; private System.Windows.Forms.ToolStripMenuItem оПрограммеToolStripMenuItem; } }