|
@@ -0,0 +1,261 @@
|
|
|
+
|
|
|
+namespace Glava5
|
|
|
+{
|
|
|
+ partial class Form1
|
|
|
+ {
|
|
|
+ /// <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()
|
|
|
+ {
|
|
|
+ this.components = new System.ComponentModel.Container();
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
|
|
+ this.toolStrip1 = new System.Windows.Forms.ToolStrip();
|
|
|
+ this.создатьToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.открытьToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.сохранитьToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.печатьToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.toolStripSeparator = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.вырезатьToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.копироватьToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.вставкаToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.справкаToolStripButton = new System.Windows.Forms.ToolStripButton();
|
|
|
+ this.menuStrip1 = new System.Windows.Forms.MenuStrip();
|
|
|
+ this.qeweToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.statusStrip1 = new System.Windows.Forms.StatusStrip();
|
|
|
+ this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
|
|
|
+ this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
+ this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
|
|
|
+ this.textBox1 = new System.Windows.Forms.TextBox();
|
|
|
+ this.toolStrip1.SuspendLayout();
|
|
|
+ this.menuStrip1.SuspendLayout();
|
|
|
+ this.statusStrip1.SuspendLayout();
|
|
|
+ this.contextMenuStrip1.SuspendLayout();
|
|
|
+ this.SuspendLayout();
|
|
|
+ //
|
|
|
+ // toolStrip1
|
|
|
+ //
|
|
|
+ this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.создатьToolStripButton,
|
|
|
+ this.открытьToolStripButton,
|
|
|
+ this.сохранитьToolStripButton,
|
|
|
+ this.печатьToolStripButton,
|
|
|
+ this.toolStripSeparator,
|
|
|
+ this.вырезатьToolStripButton,
|
|
|
+ this.копироватьToolStripButton,
|
|
|
+ this.вставкаToolStripButton,
|
|
|
+ this.toolStripSeparator1,
|
|
|
+ this.справкаToolStripButton});
|
|
|
+ this.toolStrip1.Location = new System.Drawing.Point(0, 24);
|
|
|
+ this.toolStrip1.Name = "toolStrip1";
|
|
|
+ this.toolStrip1.Size = new System.Drawing.Size(800, 25);
|
|
|
+ this.toolStrip1.TabIndex = 0;
|
|
|
+ this.toolStrip1.Text = "toolStrip1";
|
|
|
+ //
|
|
|
+ // создатьToolStripButton
|
|
|
+ //
|
|
|
+ this.создатьToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.создатьToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("создатьToolStripButton.Image")));
|
|
|
+ this.создатьToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.создатьToolStripButton.Name = "создатьToolStripButton";
|
|
|
+ this.создатьToolStripButton.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.создатьToolStripButton.Text = "&Создать";
|
|
|
+ this.создатьToolStripButton.Click += new System.EventHandler(this.создатьToolStripButton_Click);
|
|
|
+ //
|
|
|
+ // открытьToolStripButton
|
|
|
+ //
|
|
|
+ this.открытьToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.открытьToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("открытьToolStripButton.Image")));
|
|
|
+ this.открытьToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.открытьToolStripButton.Name = "открытьToolStripButton";
|
|
|
+ this.открытьToolStripButton.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.открытьToolStripButton.Text = "&Открыть";
|
|
|
+ //
|
|
|
+ // сохранитьToolStripButton
|
|
|
+ //
|
|
|
+ this.сохранитьToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.сохранитьToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("сохранитьToolStripButton.Image")));
|
|
|
+ this.сохранитьToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.сохранитьToolStripButton.Name = "сохранитьToolStripButton";
|
|
|
+ this.сохранитьToolStripButton.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.сохранитьToolStripButton.Text = "&Сохранить";
|
|
|
+ //
|
|
|
+ // печатьToolStripButton
|
|
|
+ //
|
|
|
+ this.печатьToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.печатьToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("печатьToolStripButton.Image")));
|
|
|
+ this.печатьToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.печатьToolStripButton.Name = "печатьToolStripButton";
|
|
|
+ this.печатьToolStripButton.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.печатьToolStripButton.Text = "&Печать";
|
|
|
+ //
|
|
|
+ // toolStripSeparator
|
|
|
+ //
|
|
|
+ this.toolStripSeparator.Name = "toolStripSeparator";
|
|
|
+ this.toolStripSeparator.Size = new System.Drawing.Size(6, 25);
|
|
|
+ //
|
|
|
+ // вырезатьToolStripButton
|
|
|
+ //
|
|
|
+ this.вырезатьToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.вырезатьToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("вырезатьToolStripButton.Image")));
|
|
|
+ this.вырезатьToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.вырезатьToolStripButton.Name = "вырезатьToolStripButton";
|
|
|
+ this.вырезатьToolStripButton.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.вырезатьToolStripButton.Text = "В&ырезать";
|
|
|
+ //
|
|
|
+ // копироватьToolStripButton
|
|
|
+ //
|
|
|
+ this.копироватьToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.копироватьToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("копироватьToolStripButton.Image")));
|
|
|
+ this.копироватьToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.копироватьToolStripButton.Name = "копироватьToolStripButton";
|
|
|
+ this.копироватьToolStripButton.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.копироватьToolStripButton.Text = "&Копировать";
|
|
|
+ //
|
|
|
+ // вставкаToolStripButton
|
|
|
+ //
|
|
|
+ this.вставкаToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.вставкаToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("вставкаToolStripButton.Image")));
|
|
|
+ this.вставкаToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.вставкаToolStripButton.Name = "вставкаToolStripButton";
|
|
|
+ this.вставкаToolStripButton.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.вставкаToolStripButton.Text = "Вст&авка";
|
|
|
+ this.вставкаToolStripButton.Click += new System.EventHandler(this.вставкаToolStripButton_Click);
|
|
|
+ //
|
|
|
+ // toolStripSeparator1
|
|
|
+ //
|
|
|
+ this.toolStripSeparator1.Name = "toolStripSeparator1";
|
|
|
+ this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
|
|
|
+ //
|
|
|
+ // справкаToolStripButton
|
|
|
+ //
|
|
|
+ this.справкаToolStripButton.DisplayStyle = System.Windows.Forms.ToolStripItemDisplayStyle.Image;
|
|
|
+ this.справкаToolStripButton.Image = ((System.Drawing.Image)(resources.GetObject("справкаToolStripButton.Image")));
|
|
|
+ this.справкаToolStripButton.ImageTransparentColor = System.Drawing.Color.Magenta;
|
|
|
+ this.справкаToolStripButton.Name = "справкаToolStripButton";
|
|
|
+ this.справкаToolStripButton.Size = new System.Drawing.Size(23, 22);
|
|
|
+ this.справкаToolStripButton.Text = "Спр&авка";
|
|
|
+ //
|
|
|
+ // menuStrip1
|
|
|
+ //
|
|
|
+ this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.qeweToolStripMenuItem});
|
|
|
+ this.menuStrip1.Location = new System.Drawing.Point(0, 0);
|
|
|
+ this.menuStrip1.Name = "menuStrip1";
|
|
|
+ this.menuStrip1.Size = new System.Drawing.Size(800, 24);
|
|
|
+ this.menuStrip1.TabIndex = 1;
|
|
|
+ this.menuStrip1.Text = "menuStrip1";
|
|
|
+ //
|
|
|
+ // qeweToolStripMenuItem
|
|
|
+ //
|
|
|
+ this.qeweToolStripMenuItem.Image = global::Glava5.Properties.Resources.Без_названия;
|
|
|
+ this.qeweToolStripMenuItem.Name = "qeweToolStripMenuItem";
|
|
|
+ this.qeweToolStripMenuItem.Size = new System.Drawing.Size(63, 20);
|
|
|
+ this.qeweToolStripMenuItem.Text = "qewe";
|
|
|
+ //
|
|
|
+ // statusStrip1
|
|
|
+ //
|
|
|
+ this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.toolStripStatusLabel1});
|
|
|
+ this.statusStrip1.Location = new System.Drawing.Point(0, 428);
|
|
|
+ this.statusStrip1.Name = "statusStrip1";
|
|
|
+ this.statusStrip1.Size = new System.Drawing.Size(800, 22);
|
|
|
+ this.statusStrip1.TabIndex = 2;
|
|
|
+ this.statusStrip1.Text = "statusStrip1";
|
|
|
+ this.statusStrip1.ItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.statusStrip1_ItemClicked);
|
|
|
+ //
|
|
|
+ // toolStripStatusLabel1
|
|
|
+ //
|
|
|
+ this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
|
|
|
+ this.toolStripStatusLabel1.Size = new System.Drawing.Size(35, 17);
|
|
|
+ this.toolStripStatusLabel1.Text = "Дата:";
|
|
|
+ //
|
|
|
+ // contextMenuStrip1
|
|
|
+ //
|
|
|
+ this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
+ this.toolStripSeparator2});
|
|
|
+ this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
+ this.contextMenuStrip1.Size = new System.Drawing.Size(181, 32);
|
|
|
+ //
|
|
|
+ // toolStripSeparator2
|
|
|
+ //
|
|
|
+ this.toolStripSeparator2.Name = "toolStripSeparator2";
|
|
|
+ this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6);
|
|
|
+ //
|
|
|
+ // textBox1
|
|
|
+ //
|
|
|
+ this.textBox1.Location = new System.Drawing.Point(26, 148);
|
|
|
+ this.textBox1.Name = "textBox1";
|
|
|
+ this.textBox1.Size = new System.Drawing.Size(100, 20);
|
|
|
+ this.textBox1.TabIndex = 4;
|
|
|
+ //
|
|
|
+ // Form1
|
|
|
+ //
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
+ this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
+ this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
+ this.Controls.Add(this.textBox1);
|
|
|
+ this.Controls.Add(this.statusStrip1);
|
|
|
+ this.Controls.Add(this.toolStrip1);
|
|
|
+ this.Controls.Add(this.menuStrip1);
|
|
|
+ this.MainMenuStrip = this.menuStrip1;
|
|
|
+ this.Name = "Form1";
|
|
|
+ this.Text = "Form1";
|
|
|
+ this.Load += new System.EventHandler(this.Form1_Load);
|
|
|
+ this.toolStrip1.ResumeLayout(false);
|
|
|
+ this.toolStrip1.PerformLayout();
|
|
|
+ this.menuStrip1.ResumeLayout(false);
|
|
|
+ this.menuStrip1.PerformLayout();
|
|
|
+ this.statusStrip1.ResumeLayout(false);
|
|
|
+ this.statusStrip1.PerformLayout();
|
|
|
+ this.contextMenuStrip1.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(false);
|
|
|
+ this.PerformLayout();
|
|
|
+
|
|
|
+ }
|
|
|
+
|
|
|
+ #endregion
|
|
|
+
|
|
|
+ private System.Windows.Forms.ToolStrip toolStrip1;
|
|
|
+ private System.Windows.Forms.ToolStripButton создатьToolStripButton;
|
|
|
+ private System.Windows.Forms.ToolStripButton открытьToolStripButton;
|
|
|
+ private System.Windows.Forms.ToolStripButton сохранитьToolStripButton;
|
|
|
+ private System.Windows.Forms.ToolStripButton печатьToolStripButton;
|
|
|
+ private System.Windows.Forms.ToolStripSeparator toolStripSeparator;
|
|
|
+ private System.Windows.Forms.ToolStripButton вырезатьToolStripButton;
|
|
|
+ private System.Windows.Forms.ToolStripButton копироватьToolStripButton;
|
|
|
+ private System.Windows.Forms.ToolStripButton вставкаToolStripButton;
|
|
|
+ private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
|
|
|
+ private System.Windows.Forms.ToolStripButton справкаToolStripButton;
|
|
|
+ private System.Windows.Forms.MenuStrip menuStrip1;
|
|
|
+ private System.Windows.Forms.ToolStripMenuItem qeweToolStripMenuItem;
|
|
|
+ private System.Windows.Forms.StatusStrip statusStrip1;
|
|
|
+ private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
|
|
|
+ private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
|
+ private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
|
|
|
+ private System.Windows.Forms.TextBox textBox1;
|
|
|
+ }
|
|
|
+}
|
|
|
+
|