123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240 |
- namespace ЭлектронныйЖурнал
- {
- partial class Добавление_расписания
- {
- /// <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(Добавление_расписания));
- this.AddButton = new System.Windows.Forms.Button();
- this.BackButton = new System.Windows.Forms.Button();
- this.NameBox = new System.Windows.Forms.TextBox();
- this.label1 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.label6 = new System.Windows.Forms.Label();
- this.comboBox1 = new System.Windows.Forms.ComboBox();
- this.StartDate = new System.Windows.Forms.MaskedTextBox();
- this.LostDate = new System.Windows.Forms.MaskedTextBox();
- this.DateBox = new System.Windows.Forms.MaskedTextBox();
- this.LocationBox = new System.Windows.Forms.ComboBox();
- this.SuspendLayout();
- //
- // AddButton
- //
- this.AddButton.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.AddButton.Location = new System.Drawing.Point(16, 302);
- this.AddButton.Name = "AddButton";
- this.AddButton.Size = new System.Drawing.Size(90, 30);
- this.AddButton.TabIndex = 0;
- this.AddButton.Text = "Добавить";
- this.AddButton.UseVisualStyleBackColor = true;
- this.AddButton.Click += new System.EventHandler(this.AddButton_Click);
- //
- // BackButton
- //
- this.BackButton.Font = new System.Drawing.Font("Comic Sans MS", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.BackButton.Location = new System.Drawing.Point(282, 302);
- this.BackButton.Name = "BackButton";
- this.BackButton.Size = new System.Drawing.Size(90, 30);
- this.BackButton.TabIndex = 1;
- this.BackButton.Text = "Назад";
- this.BackButton.UseVisualStyleBackColor = true;
- this.BackButton.Click += new System.EventHandler(this.BackButton_Click);
- //
- // NameBox
- //
- this.NameBox.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.NameBox.Location = new System.Drawing.Point(175, 144);
- this.NameBox.Multiline = true;
- this.NameBox.Name = "NameBox";
- this.NameBox.Size = new System.Drawing.Size(150, 30);
- this.NameBox.TabIndex = 3;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.Location = new System.Drawing.Point(50, 108);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(119, 19);
- this.label1.TabIndex = 5;
- this.label1.Text = "Дата проведения";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label2.Location = new System.Drawing.Point(12, 144);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(157, 19);
- this.label2.TabIndex = 6;
- this.label2.Text = "Название мероприятия";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label3.Location = new System.Drawing.Point(41, 180);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(128, 19);
- this.label3.TabIndex = 7;
- this.label3.Text = "Место проведения";
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label4.Location = new System.Drawing.Point(114, 72);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(53, 19);
- this.label4.TabIndex = 11;
- this.label4.Text = "Группа";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label5.Location = new System.Drawing.Point(59, 216);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(110, 19);
- this.label5.TabIndex = 12;
- this.label5.Text = "Начало занятия";
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Font = new System.Drawing.Font("Comic Sans MS", 9.75F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label6.Location = new System.Drawing.Point(66, 252);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(101, 19);
- this.label6.TabIndex = 13;
- this.label6.Text = "Конец занятия";
- //
- // comboBox1
- //
- this.comboBox1.DisplayMember = "Код";
- this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.comboBox1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.comboBox1.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.comboBox1.FormattingEnabled = true;
- this.comboBox1.Location = new System.Drawing.Point(175, 73);
- this.comboBox1.Name = "comboBox1";
- this.comboBox1.Size = new System.Drawing.Size(150, 31);
- this.comboBox1.TabIndex = 14;
- this.comboBox1.ValueMember = "Код";
- this.comboBox1.SelectedIndexChanged += new System.EventHandler(this.comboBox1_SelectedIndexChanged);
- //
- // StartDate
- //
- this.StartDate.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.StartDate.Location = new System.Drawing.Point(175, 215);
- this.StartDate.Mask = "00/00/0000 90:00";
- this.StartDate.Name = "StartDate";
- this.StartDate.Size = new System.Drawing.Size(150, 30);
- this.StartDate.TabIndex = 16;
- this.StartDate.ValidatingType = typeof(System.DateTime);
- //
- // LostDate
- //
- this.LostDate.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.LostDate.Location = new System.Drawing.Point(175, 251);
- this.LostDate.Mask = "00/00/0000 90:00";
- this.LostDate.Name = "LostDate";
- this.LostDate.Size = new System.Drawing.Size(150, 30);
- this.LostDate.TabIndex = 17;
- this.LostDate.ValidatingType = typeof(System.DateTime);
- //
- // DateBox
- //
- this.DateBox.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.DateBox.Location = new System.Drawing.Point(175, 110);
- this.DateBox.Mask = "00/00/0000";
- this.DateBox.Name = "DateBox";
- this.DateBox.Size = new System.Drawing.Size(150, 30);
- this.DateBox.TabIndex = 18;
- this.DateBox.ValidatingType = typeof(System.DateTime);
- //
- // LocationBox
- //
- this.LocationBox.Font = new System.Drawing.Font("Comic Sans MS", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.LocationBox.FormattingEnabled = true;
- this.LocationBox.Location = new System.Drawing.Point(175, 178);
- this.LocationBox.Name = "LocationBox";
- this.LocationBox.Size = new System.Drawing.Size(150, 31);
- this.LocationBox.TabIndex = 19;
- //
- // Добавление_расписания
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.PowderBlue;
- this.ClientSize = new System.Drawing.Size(384, 361);
- this.Controls.Add(this.LocationBox);
- this.Controls.Add(this.DateBox);
- this.Controls.Add(this.LostDate);
- this.Controls.Add(this.StartDate);
- this.Controls.Add(this.comboBox1);
- this.Controls.Add(this.label6);
- this.Controls.Add(this.label5);
- this.Controls.Add(this.label4);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.label2);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.NameBox);
- this.Controls.Add(this.BackButton);
- this.Controls.Add(this.AddButton);
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.Name = "Добавление_расписания";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Добавление расписания";
- this.Load += new System.EventHandler(this.Добавление_расписания_Load);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.Button AddButton;
- private System.Windows.Forms.Button BackButton;
- private System.Windows.Forms.TextBox NameBox;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.ComboBox comboBox1;
- private System.Windows.Forms.MaskedTextBox StartDate;
- private System.Windows.Forms.MaskedTextBox LostDate;
- private System.Windows.Forms.MaskedTextBox DateBox;
- private System.Windows.Forms.ComboBox LocationBox;
- }
- }
|