|
@@ -30,9 +30,9 @@ namespace Агенты
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
- this.PbxLogo = new System.Windows.Forms.PictureBox();
|
|
|
- this.LblTitle = new System.Windows.Forms.Label();
|
|
|
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();
|
|
@@ -44,44 +44,49 @@ namespace Агенты
|
|
|
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(76, 43);
|
|
|
+ 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(296, 200);
|
|
|
+ this.panel1.Size = new System.Drawing.Size(222, 163);
|
|
|
this.panel1.TabIndex = 0;
|
|
|
//
|
|
|
- // PbxLogo
|
|
|
+ // LblPhone
|
|
|
//
|
|
|
- this.PbxLogo.Location = new System.Drawing.Point(13, 18);
|
|
|
- this.PbxLogo.Name = "PbxLogo";
|
|
|
- this.PbxLogo.Size = new System.Drawing.Size(119, 120);
|
|
|
- this.PbxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
|
- this.PbxLogo.TabIndex = 0;
|
|
|
- this.PbxLogo.TabStop = false;
|
|
|
+ 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(13, 145);
|
|
|
+ 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(46, 17);
|
|
|
+ this.LblTitle.Size = new System.Drawing.Size(41, 15);
|
|
|
this.LblTitle.TabIndex = 1;
|
|
|
this.LblTitle.Text = "label1";
|
|
|
//
|
|
|
- // LblPhone
|
|
|
+ // PbxLogo
|
|
|
//
|
|
|
- this.LblPhone.AutoSize = true;
|
|
|
- this.LblPhone.Location = new System.Drawing.Point(13, 171);
|
|
|
- this.LblPhone.Name = "LblPhone";
|
|
|
- this.LblPhone.Size = new System.Drawing.Size(46, 17);
|
|
|
- this.LblPhone.TabIndex = 2;
|
|
|
- this.LblPhone.Text = "label2";
|
|
|
+ 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(8F, 16F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(800, 450);
|
|
|
+ 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);
|