namespace Агенты
{
partial class MainForm
{
///
/// 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.MainPanel = new System.Windows.Forms.TableLayoutPanel();
this.SuspendLayout();
//
// MainPanel
//
this.MainPanel.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.MainPanel.AutoScroll = true;
this.MainPanel.ColumnCount = 1;
this.MainPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
this.MainPanel.Location = new System.Drawing.Point(13, 31);
this.MainPanel.Name = "MainPanel";
this.MainPanel.RowCount = 1;
this.MainPanel.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.MainPanel.Size = new System.Drawing.Size(1207, 458);
this.MainPanel.TabIndex = 0;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(1247, 514);
this.Controls.Add(this.MainPanel);
this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
this.MinimumSize = new System.Drawing.Size(1265, 561);
this.Name = "MainForm";
this.Text = "Агенты по продажам";
this.Load += new System.EventHandler(this.Form1_Load);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel MainPanel;
}
}