123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217 |
- namespace ЭлектронныйЖурнал
- {
- partial class Menu
- {
- /// <summary>
- /// Обязательная переменная конструктора.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Освободить все используемые ресурсы.
- /// </summary>
- /// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Код, автоматически созданный конструктором форм Windows
- /// <summary>
- /// Требуемый метод для поддержки конструктора — не изменяйте
- /// содержимое этого метода с помощью редактора кода.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Menu));
- this.panel1 = new System.Windows.Forms.Panel();
- this.KeyBox = new System.Windows.Forms.PictureBox();
- this.pictureBox1 = new System.Windows.Forms.PictureBox();
- this.label1 = new System.Windows.Forms.Label();
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.GroupBox = new System.Windows.Forms.PictureBox();
- this.Тренер = new System.Windows.Forms.PictureBox();
- this.Посещения = new System.Windows.Forms.Button();
- this.Спортсмен = new System.Windows.Forms.Button();
- this.Расписание = new System.Windows.Forms.Button();
- this.LocationBox = new System.Windows.Forms.PictureBox();
- this.panel1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.KeyBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.GroupBox)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.Тренер)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.LocationBox)).BeginInit();
- this.SuspendLayout();
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.PowderBlue;
- this.panel1.Controls.Add(this.LocationBox);
- this.panel1.Controls.Add(this.KeyBox);
- this.panel1.Controls.Add(this.pictureBox1);
- this.panel1.Controls.Add(this.label1);
- this.panel1.Controls.Add(this.groupBox1);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(0, 0);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(684, 361);
- this.panel1.TabIndex = 0;
- //
- // KeyBox
- //
- this.KeyBox.Image = ((System.Drawing.Image)(resources.GetObject("KeyBox.Image")));
- this.KeyBox.Location = new System.Drawing.Point(612, 295);
- this.KeyBox.Name = "KeyBox";
- this.KeyBox.Size = new System.Drawing.Size(60, 60);
- this.KeyBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.KeyBox.TabIndex = 5;
- this.KeyBox.TabStop = false;
- this.KeyBox.Click += new System.EventHandler(this.KeyBox_Click);
- //
- // pictureBox1
- //
- this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
- this.pictureBox1.Location = new System.Drawing.Point(139, 53);
- this.pictureBox1.Name = "pictureBox1";
- this.pictureBox1.Size = new System.Drawing.Size(504, 302);
- this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.pictureBox1.TabIndex = 2;
- this.pictureBox1.TabStop = false;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(170, 27);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(409, 23);
- this.label1.TabIndex = 1;
- this.label1.Text = "Электронный журнал МБУ Тасеевской ДО ДЮСШ";
- //
- // groupBox1
- //
- this.groupBox1.Controls.Add(this.GroupBox);
- this.groupBox1.Controls.Add(this.Тренер);
- this.groupBox1.Controls.Add(this.Посещения);
- this.groupBox1.Controls.Add(this.Спортсмен);
- this.groupBox1.Controls.Add(this.Расписание);
- this.groupBox1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.groupBox1.Location = new System.Drawing.Point(12, 3);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Size = new System.Drawing.Size(130, 358);
- this.groupBox1.TabIndex = 0;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "Инструменты";
- //
- // GroupBox
- //
- this.GroupBox.Image = ((System.Drawing.Image)(resources.GetObject("GroupBox.Image")));
- this.GroupBox.Location = new System.Drawing.Point(6, 293);
- this.GroupBox.Name = "GroupBox";
- this.GroupBox.Size = new System.Drawing.Size(60, 60);
- this.GroupBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.GroupBox.TabIndex = 5;
- this.GroupBox.TabStop = false;
- this.GroupBox.Click += new System.EventHandler(this.GroupBox_Click);
- //
- // Тренер
- //
- this.Тренер.Image = ((System.Drawing.Image)(resources.GetObject("Тренер.Image")));
- this.Тренер.Location = new System.Drawing.Point(6, 227);
- this.Тренер.Name = "Тренер";
- this.Тренер.Size = new System.Drawing.Size(60, 60);
- this.Тренер.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.Тренер.TabIndex = 4;
- this.Тренер.TabStop = false;
- this.Тренер.Click += new System.EventHandler(this.Тренер_Click);
- //
- // Посещения
- //
- this.Посещения.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Посещения.BackgroundImage")));
- this.Посещения.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.Посещения.Location = new System.Drawing.Point(6, 161);
- this.Посещения.Name = "Посещения";
- this.Посещения.Size = new System.Drawing.Size(60, 60);
- this.Посещения.TabIndex = 3;
- this.Посещения.UseVisualStyleBackColor = true;
- this.Посещения.Click += new System.EventHandler(this.Посещения_Click);
- //
- // Спортсмен
- //
- this.Спортсмен.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Спортсмен.BackgroundImage")));
- this.Спортсмен.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.Спортсмен.Location = new System.Drawing.Point(6, 95);
- this.Спортсмен.Name = "Спортсмен";
- this.Спортсмен.Size = new System.Drawing.Size(60, 60);
- this.Спортсмен.TabIndex = 2;
- this.Спортсмен.UseVisualStyleBackColor = true;
- this.Спортсмен.Click += new System.EventHandler(this.Спортсмен_Click);
- //
- // Расписание
- //
- this.Расписание.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("Расписание.BackgroundImage")));
- this.Расписание.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
- this.Расписание.ForeColor = System.Drawing.SystemColors.ButtonHighlight;
- this.Расписание.Location = new System.Drawing.Point(6, 29);
- this.Расписание.Name = "Расписание";
- this.Расписание.Size = new System.Drawing.Size(60, 60);
- this.Расписание.TabIndex = 0;
- this.Расписание.UseVisualStyleBackColor = true;
- this.Расписание.Click += new System.EventHandler(this.Расписание_Click);
- //
- // LocationBox
- //
- this.LocationBox.Image = ((System.Drawing.Image)(resources.GetObject("LocationBox.Image")));
- this.LocationBox.Location = new System.Drawing.Point(612, 229);
- this.LocationBox.Name = "LocationBox";
- this.LocationBox.Size = new System.Drawing.Size(60, 60);
- this.LocationBox.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.LocationBox.TabIndex = 6;
- this.LocationBox.TabStop = false;
- this.LocationBox.Click += new System.EventHandler(this.LocationBox_Click);
- //
- // Menu
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(684, 361);
- this.Controls.Add(this.panel1);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "Menu";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Главное меню";
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.KeyBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
- this.groupBox1.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.GroupBox)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.Тренер)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.LocationBox)).EndInit();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.Button Расписание;
- private System.Windows.Forms.Button Посещения;
- private System.Windows.Forms.Button Спортсмен;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.PictureBox pictureBox1;
- private System.Windows.Forms.PictureBox Тренер;
- private System.Windows.Forms.PictureBox GroupBox;
- private System.Windows.Forms.PictureBox KeyBox;
- private System.Windows.Forms.PictureBox LocationBox;
- }
- }
|