1
0

Form1.Designer.cs 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  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.PbxImage = new System.Windows.Forms.PictureBox();
  31. this.LblAddress = new System.Windows.Forms.Label();
  32. this.LblTitle = new System.Windows.Forms.Label();
  33. this.LblPhone = new System.Windows.Forms.Label();
  34. this.panel1.SuspendLayout();
  35. ((System.ComponentModel.ISupportInitialize)(this.PbxImage)).BeginInit();
  36. this.SuspendLayout();
  37. //
  38. // panel1
  39. //
  40. this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  41. | System.Windows.Forms.AnchorStyles.Left)
  42. | System.Windows.Forms.AnchorStyles.Right)));
  43. this.panel1.BackColor = System.Drawing.Color.White;
  44. this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
  45. this.panel1.Controls.Add(this.LblPhone);
  46. this.panel1.Controls.Add(this.LblTitle);
  47. this.panel1.Controls.Add(this.LblAddress);
  48. this.panel1.Controls.Add(this.PbxImage);
  49. this.panel1.Location = new System.Drawing.Point(33, 35);
  50. this.panel1.Name = "panel1";
  51. this.panel1.Size = new System.Drawing.Size(872, 172);
  52. this.panel1.TabIndex = 0;
  53. //
  54. // PbxImage
  55. //
  56. this.PbxImage.Location = new System.Drawing.Point(4, 4);
  57. this.PbxImage.Name = "PbxImage";
  58. this.PbxImage.Size = new System.Drawing.Size(138, 122);
  59. this.PbxImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  60. this.PbxImage.TabIndex = 0;
  61. this.PbxImage.TabStop = false;
  62. //
  63. // LblAddress
  64. //
  65. this.LblAddress.AutoSize = true;
  66. this.LblAddress.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  67. this.LblAddress.Location = new System.Drawing.Point(4, 133);
  68. this.LblAddress.Name = "LblAddress";
  69. this.LblAddress.Size = new System.Drawing.Size(64, 25);
  70. this.LblAddress.TabIndex = 1;
  71. this.LblAddress.Text = "label1";
  72. //
  73. // LblTitle
  74. //
  75. this.LblTitle.AutoSize = true;
  76. this.LblTitle.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  77. this.LblTitle.Location = new System.Drawing.Point(152, 4);
  78. this.LblTitle.Name = "LblTitle";
  79. this.LblTitle.Size = new System.Drawing.Size(64, 25);
  80. this.LblTitle.TabIndex = 2;
  81. this.LblTitle.Text = "label2";
  82. //
  83. // LblPhone
  84. //
  85. this.LblPhone.AutoSize = true;
  86. this.LblPhone.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
  87. this.LblPhone.Location = new System.Drawing.Point(152, 55);
  88. this.LblPhone.Name = "LblPhone";
  89. this.LblPhone.Size = new System.Drawing.Size(64, 25);
  90. this.LblPhone.TabIndex = 3;
  91. this.LblPhone.Text = "label3";
  92. //
  93. // Form1
  94. //
  95. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
  96. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  97. this.ClientSize = new System.Drawing.Size(1199, 568);
  98. this.Controls.Add(this.panel1);
  99. this.Name = "Form1";
  100. this.Text = "Form1";
  101. this.panel1.ResumeLayout(false);
  102. this.panel1.PerformLayout();
  103. ((System.ComponentModel.ISupportInitialize)(this.PbxImage)).EndInit();
  104. this.ResumeLayout(false);
  105. }
  106. #endregion
  107. private System.Windows.Forms.Panel panel1;
  108. public System.Windows.Forms.Label LblPhone;
  109. public System.Windows.Forms.Label LblTitle;
  110. public System.Windows.Forms.Label LblAddress;
  111. public System.Windows.Forms.PictureBox PbxImage;
  112. }
  113. }