namespace Агенты { partial class Form1 { /// /// 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.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; } }