| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106 | namespace Агенты{    partial class Form1    {        /// <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.panel1 = new System.Windows.Forms.Panel();            this.LblPhone = new System.Windows.Forms.Label();            this.LblTitle = new System.Windows.Forms.Label();            this.PbxLogo = new System.Windows.Forms.PictureBox();            this.panel1.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.PbxLogo)).BeginInit();            this.SuspendLayout();            //             // panel1            //             this.panel1.BackColor = System.Drawing.Color.White;            this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;            this.panel1.Controls.Add(this.LblPhone);            this.panel1.Controls.Add(this.LblTitle);            this.panel1.Controls.Add(this.PbxLogo);            this.panel1.Location = new System.Drawing.Point(57, 35);            this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);            this.panel1.Name = "panel1";            this.panel1.Size = new System.Drawing.Size(222, 163);            this.panel1.TabIndex = 0;            //             // LblPhone            //             this.LblPhone.AutoSize = true;            this.LblPhone.Location = new System.Drawing.Point(128, 47);            this.LblPhone.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.LblPhone.Name = "LblPhone";            this.LblPhone.Size = new System.Drawing.Size(41, 15);            this.LblPhone.TabIndex = 2;            this.LblPhone.Text = "label2";            //             // LblTitle            //             this.LblTitle.AutoSize = true;            this.LblTitle.Location = new System.Drawing.Point(128, 18);            this.LblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);            this.LblTitle.Name = "LblTitle";            this.LblTitle.Size = new System.Drawing.Size(41, 15);            this.LblTitle.TabIndex = 1;            this.LblTitle.Text = "label1";            //             // PbxLogo            //             this.PbxLogo.Location = new System.Drawing.Point(13, 18);            this.PbxLogo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);            this.PbxLogo.Name = "PbxLogo";            this.PbxLogo.Size = new System.Drawing.Size(89, 98);            this.PbxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;            this.PbxLogo.TabIndex = 0;            this.PbxLogo.TabStop = false;            //             // Form1            //             this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(600, 366);            this.Controls.Add(this.panel1);            this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);            this.Name = "Form1";            this.Text = "Form1";            this.panel1.ResumeLayout(false);            this.panel1.PerformLayout();            ((System.ComponentModel.ISupportInitialize)(this.PbxLogo)).EndInit();            this.ResumeLayout(false);        }        #endregion        private System.Windows.Forms.Panel panel1;        public System.Windows.Forms.PictureBox PbxLogo;        public System.Windows.Forms.Label LblPhone;        public System.Windows.Forms.Label LblTitle;    }}
 |