| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 | namespace Агенты{    partial class MainForm    {        /// <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()        {            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;    }}
 |