UCcontacts.Designer.cs 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. namespace SkypeDemo.UserControls
  2. {
  3. partial class UCcontacts
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Component Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  29. this.labelName = new System.Windows.Forms.Label();
  30. this.labelStatus = new System.Windows.Forms.Label();
  31. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  32. this.SuspendLayout();
  33. //
  34. // pictureBox1
  35. //
  36. this.pictureBox1.Location = new System.Drawing.Point(1, 3);
  37. this.pictureBox1.Name = "pictureBox1";
  38. this.pictureBox1.Size = new System.Drawing.Size(54, 53);
  39. this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  40. this.pictureBox1.TabIndex = 0;
  41. this.pictureBox1.TabStop = false;
  42. //
  43. // labelName
  44. //
  45. this.labelName.AutoSize = true;
  46. this.labelName.Font = new System.Drawing.Font("Century Gothic", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  47. this.labelName.ForeColor = System.Drawing.Color.White;
  48. this.labelName.Location = new System.Drawing.Point(57, 5);
  49. this.labelName.Name = "labelName";
  50. this.labelName.Size = new System.Drawing.Size(63, 21);
  51. this.labelName.TabIndex = 1;
  52. this.labelName.Text = "label1";
  53. //
  54. // labelStatus
  55. //
  56. this.labelStatus.AutoSize = true;
  57. this.labelStatus.Font = new System.Drawing.Font("Century Gothic", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  58. this.labelStatus.ForeColor = System.Drawing.Color.LightGray;
  59. this.labelStatus.Location = new System.Drawing.Point(61, 27);
  60. this.labelStatus.Name = "labelStatus";
  61. this.labelStatus.Size = new System.Drawing.Size(45, 17);
  62. this.labelStatus.TabIndex = 2;
  63. this.labelStatus.Text = "label2";
  64. //
  65. // UCcontacts
  66. //
  67. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.None;
  68. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(43)))), ((int)(((byte)(43)))), ((int)(((byte)(43)))));
  69. this.Controls.Add(this.labelStatus);
  70. this.Controls.Add(this.labelName);
  71. this.Controls.Add(this.pictureBox1);
  72. this.Font = new System.Drawing.Font("Century Gothic", 11.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
  73. this.Name = "UCcontacts";
  74. this.Size = new System.Drawing.Size(239, 58);
  75. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  76. this.ResumeLayout(false);
  77. this.PerformLayout();
  78. }
  79. #endregion
  80. private System.Windows.Forms.PictureBox pictureBox1;
  81. private System.Windows.Forms.Label labelName;
  82. private System.Windows.Forms.Label labelStatus;
  83. }
  84. }