Form1.Designer.cs 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. 
  2. namespace Агенты
  3. {
  4. partial class Form1
  5. {
  6. /// <summary>
  7. /// Required designer variable.
  8. /// </summary>
  9. private System.ComponentModel.IContainer components = null;
  10. /// <summary>
  11. /// Clean up any resources being used.
  12. /// </summary>
  13. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  14. protected override void Dispose(bool disposing)
  15. {
  16. if (disposing && (components != null))
  17. {
  18. components.Dispose();
  19. }
  20. base.Dispose(disposing);
  21. }
  22. #region Windows Form Designer generated code
  23. /// <summary>
  24. /// Required method for Designer support - do not modify
  25. /// the contents of this method with the code editor.
  26. /// </summary>
  27. private void InitializeComponent()
  28. {
  29. this.panel1 = new System.Windows.Forms.Panel();
  30. this.LblPhone = new System.Windows.Forms.Label();
  31. this.LblTitle = new System.Windows.Forms.Label();
  32. this.PbxLogo = new System.Windows.Forms.PictureBox();
  33. this.panel1.SuspendLayout();
  34. ((System.ComponentModel.ISupportInitialize)(this.PbxLogo)).BeginInit();
  35. this.SuspendLayout();
  36. //
  37. // panel1
  38. //
  39. this.panel1.BackColor = System.Drawing.Color.White;
  40. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  41. this.panel1.Controls.Add(this.LblPhone);
  42. this.panel1.Controls.Add(this.LblTitle);
  43. this.panel1.Controls.Add(this.PbxLogo);
  44. this.panel1.Location = new System.Drawing.Point(57, 35);
  45. this.panel1.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  46. this.panel1.Name = "panel1";
  47. this.panel1.Size = new System.Drawing.Size(222, 163);
  48. this.panel1.TabIndex = 0;
  49. //
  50. // LblPhone
  51. //
  52. this.LblPhone.AutoSize = true;
  53. this.LblPhone.Location = new System.Drawing.Point(128, 47);
  54. this.LblPhone.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  55. this.LblPhone.Name = "LblPhone";
  56. this.LblPhone.Size = new System.Drawing.Size(41, 15);
  57. this.LblPhone.TabIndex = 2;
  58. this.LblPhone.Text = "label2";
  59. //
  60. // LblTitle
  61. //
  62. this.LblTitle.AutoSize = true;
  63. this.LblTitle.Location = new System.Drawing.Point(128, 18);
  64. this.LblTitle.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  65. this.LblTitle.Name = "LblTitle";
  66. this.LblTitle.Size = new System.Drawing.Size(41, 15);
  67. this.LblTitle.TabIndex = 1;
  68. this.LblTitle.Text = "label1";
  69. //
  70. // PbxLogo
  71. //
  72. this.PbxLogo.Location = new System.Drawing.Point(13, 18);
  73. this.PbxLogo.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  74. this.PbxLogo.Name = "PbxLogo";
  75. this.PbxLogo.Size = new System.Drawing.Size(89, 98);
  76. this.PbxLogo.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  77. this.PbxLogo.TabIndex = 0;
  78. this.PbxLogo.TabStop = false;
  79. //
  80. // Form1
  81. //
  82. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  83. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  84. this.ClientSize = new System.Drawing.Size(600, 366);
  85. this.Controls.Add(this.panel1);
  86. this.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
  87. this.Name = "Form1";
  88. this.Text = "Form1";
  89. this.panel1.ResumeLayout(false);
  90. this.panel1.PerformLayout();
  91. ((System.ComponentModel.ISupportInitialize)(this.PbxLogo)).EndInit();
  92. this.ResumeLayout(false);
  93. }
  94. #endregion
  95. private System.Windows.Forms.Panel panel1;
  96. public System.Windows.Forms.PictureBox PbxLogo;
  97. public System.Windows.Forms.Label LblPhone;
  98. public System.Windows.Forms.Label LblTitle;
  99. }
  100. }