namespace AppView { partial class FormMain { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { this.components = new System.ComponentModel.Container(); this.dataTable = new ControlsLibraryNet60.Data.ControlDataTableTable(); this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components); this.создатьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.изменитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.удалитьToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.справочникToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.сформирироватьWordToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.сформироватьPdfToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.сформироватьExcelToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem(); this.documentWithImage1 = new WinFormsLibrary.DocumentWithImage(this.components); this.contextMenuStrip1.SuspendLayout(); this.SuspendLayout(); // // dataTable // this.dataTable.Location = new System.Drawing.Point(13, 12); this.dataTable.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); this.dataTable.Name = "dataTable"; this.dataTable.SelectedRowIndex = -1; this.dataTable.Size = new System.Drawing.Size(774, 426); this.dataTable.TabIndex = 0; // // contextMenuStrip1 // this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] { this.создатьToolStripMenuItem, this.изменитьToolStripMenuItem, this.удалитьToolStripMenuItem, this.справочникToolStripMenuItem, this.сформирироватьWordToolStripMenuItem, this.сформироватьPdfToolStripMenuItem, this.сформироватьExcelToolStripMenuItem}); this.contextMenuStrip1.Name = "contextMenuStrip1"; this.contextMenuStrip1.Size = new System.Drawing.Size(205, 180); // // создатьToolStripMenuItem // this.создатьToolStripMenuItem.Name = "создатьToolStripMenuItem"; this.создатьToolStripMenuItem.Size = new System.Drawing.Size(204, 22); this.создатьToolStripMenuItem.Text = "Создать"; this.создатьToolStripMenuItem.Click += new System.EventHandler(this.создатьToolStripMenuItem_Click); // // изменитьToolStripMenuItem // this.изменитьToolStripMenuItem.Name = "изменитьToolStripMenuItem"; this.изменитьToolStripMenuItem.Size = new System.Drawing.Size(204, 22); this.изменитьToolStripMenuItem.Text = "Изменить"; this.изменитьToolStripMenuItem.Click += new System.EventHandler(this.изменитьToolStripMenuItem_Click); // // удалитьToolStripMenuItem // this.удалитьToolStripMenuItem.Name = "удалитьToolStripMenuItem"; this.удалитьToolStripMenuItem.Size = new System.Drawing.Size(204, 22); this.удалитьToolStripMenuItem.Text = "Удалить"; this.удалитьToolStripMenuItem.Click += new System.EventHandler(this.удалитьToolStripMenuItem_Click); // // справочникToolStripMenuItem // this.справочникToolStripMenuItem.Name = "справочникToolStripMenuItem"; this.справочникToolStripMenuItem.Size = new System.Drawing.Size(204, 22); this.справочникToolStripMenuItem.Text = "Справочник"; this.справочникToolStripMenuItem.Click += new System.EventHandler(this.справочникToolStripMenuItem_Click); // // сформирироватьWordToolStripMenuItem // this.сформирироватьWordToolStripMenuItem.Name = "сформирироватьWordToolStripMenuItem"; this.сформирироватьWordToolStripMenuItem.Size = new System.Drawing.Size(204, 22); this.сформирироватьWordToolStripMenuItem.Text = "Сформирировать Word"; this.сформирироватьWordToolStripMenuItem.Click += new System.EventHandler(this.сформирироватьWordToolStripMenuItem_Click); // // сформироватьPdfToolStripMenuItem // this.сформироватьPdfToolStripMenuItem.Name = "сформироватьPdfToolStripMenuItem"; this.сформироватьPdfToolStripMenuItem.Size = new System.Drawing.Size(204, 22); this.сформироватьPdfToolStripMenuItem.Text = "Сформировать Pdf"; this.сформироватьPdfToolStripMenuItem.Click += new System.EventHandler(this.сформироватьPdfToolStripMenuItem_Click); // // сформироватьExcelToolStripMenuItem // this.сформироватьExcelToolStripMenuItem.Name = "сформироватьExcelToolStripMenuItem"; this.сформироватьExcelToolStripMenuItem.Size = new System.Drawing.Size(204, 22); this.сформироватьExcelToolStripMenuItem.Text = "Сформировать Excel"; // // FormMain // this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.ClientSize = new System.Drawing.Size(800, 450); this.Controls.Add(this.dataTable); this.Name = "FormMain"; this.Text = "Главная форма"; this.Load += new System.EventHandler(this.FormMain_Load); this.contextMenuStrip1.ResumeLayout(false); this.ResumeLayout(false); } #endregion private ControlsLibraryNet60.Data.ControlDataTableTable dataTable; private ContextMenuStrip contextMenuStrip1; private ToolStripMenuItem создатьToolStripMenuItem; private ToolStripMenuItem изменитьToolStripMenuItem; private ToolStripMenuItem удалитьToolStripMenuItem; private ToolStripMenuItem справочникToolStripMenuItem; private ToolStripMenuItem сформирироватьWordToolStripMenuItem; private ToolStripMenuItem сформироватьPdfToolStripMenuItem; private ToolStripMenuItem сформироватьExcelToolStripMenuItem; private WinFormsLibrary.DocumentWithImage documentWithImage1; } }