| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119 | 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.PbxImage = new System.Windows.Forms.PictureBox();            this.LblAddress = new System.Windows.Forms.Label();            this.LblTitle = new System.Windows.Forms.Label();            this.LblPhone = new System.Windows.Forms.Label();            this.panel1.SuspendLayout();            ((System.ComponentModel.ISupportInitialize)(this.PbxImage)).BeginInit();            this.SuspendLayout();            //             // panel1            //             this.panel1.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.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.LblAddress);            this.panel1.Controls.Add(this.PbxImage);            this.panel1.Location = new System.Drawing.Point(33, 35);            this.panel1.Name = "panel1";            this.panel1.Size = new System.Drawing.Size(872, 172);            this.panel1.TabIndex = 0;            //             // PbxImage            //             this.PbxImage.Location = new System.Drawing.Point(4, 4);            this.PbxImage.Name = "PbxImage";            this.PbxImage.Size = new System.Drawing.Size(138, 122);            this.PbxImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;            this.PbxImage.TabIndex = 0;            this.PbxImage.TabStop = false;            //             // LblAddress            //             this.LblAddress.AutoSize = true;            this.LblAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));            this.LblAddress.Location = new System.Drawing.Point(4, 133);            this.LblAddress.Name = "LblAddress";            this.LblAddress.Size = new System.Drawing.Size(64, 25);            this.LblAddress.TabIndex = 1;            this.LblAddress.Text = "label1";            //             // LblTitle            //             this.LblTitle.AutoSize = true;            this.LblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));            this.LblTitle.Location = new System.Drawing.Point(152, 4);            this.LblTitle.Name = "LblTitle";            this.LblTitle.Size = new System.Drawing.Size(64, 25);            this.LblTitle.TabIndex = 2;            this.LblTitle.Text = "label2";            //             // LblPhone            //             this.LblPhone.AutoSize = true;            this.LblPhone.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));            this.LblPhone.Location = new System.Drawing.Point(152, 55);            this.LblPhone.Name = "LblPhone";            this.LblPhone.Size = new System.Drawing.Size(64, 25);            this.LblPhone.TabIndex = 3;            this.LblPhone.Text = "label3";            //             // Form1            //             this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;            this.ClientSize = new System.Drawing.Size(1199, 568);            this.Controls.Add(this.panel1);            this.Name = "Form1";            this.Text = "Form1";            this.panel1.ResumeLayout(false);            this.panel1.PerformLayout();            ((System.ComponentModel.ISupportInitialize)(this.PbxImage)).EndInit();            this.ResumeLayout(false);        }        #endregion        private System.Windows.Forms.Panel panel1;        public System.Windows.Forms.Label LblPhone;        public System.Windows.Forms.Label LblTitle;        public System.Windows.Forms.Label LblAddress;        public System.Windows.Forms.PictureBox PbxImage;    }}
 |