FormTemp.Designer.cs 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. namespace ImpulseVision
  2. {
  3. partial class FormTemp
  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 Windows Form 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.TileUser = new ImpulseVision.RPanel();
  29. this.LblNameUser = new System.Windows.Forms.Label();
  30. this.TileUser.SuspendLayout();
  31. this.SuspendLayout();
  32. //
  33. // TileUser
  34. //
  35. this.TileUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  36. | System.Windows.Forms.AnchorStyles.Right)));
  37. this.TileUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(235)))), ((int)(((byte)(120)))));
  38. this.TileUser.BackColorAdditional = System.Drawing.Color.Gray;
  39. this.TileUser.BackColorGradientEnabled = false;
  40. this.TileUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  41. this.TileUser.BorderColor = System.Drawing.Color.Tomato;
  42. this.TileUser.BorderColorEnabled = false;
  43. this.TileUser.BorderColorOnHover = System.Drawing.Color.Tomato;
  44. this.TileUser.BorderColorOnHoverEnabled = false;
  45. this.TileUser.Controls.Add(this.LblNameUser);
  46. this.TileUser.Cursor = System.Windows.Forms.Cursors.Default;
  47. this.TileUser.Font = new System.Drawing.Font("Verdana", 8.25F);
  48. this.TileUser.ForeColor = System.Drawing.Color.White;
  49. this.TileUser.Location = new System.Drawing.Point(12, 29);
  50. this.TileUser.Name = "TileUser";
  51. this.TileUser.RippleColor = System.Drawing.Color.Black;
  52. this.TileUser.RoundingEnable = true;
  53. this.TileUser.Size = new System.Drawing.Size(505, 43);
  54. this.TileUser.TabIndex = 0;
  55. this.TileUser.TextHover = null;
  56. this.TileUser.UseDownPressEffectOnClick = false;
  57. this.TileUser.UseRippleEffect = true;
  58. this.TileUser.UseZoomEffectOnHover = false;
  59. //
  60. // LblNameUser
  61. //
  62. this.LblNameUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  63. | System.Windows.Forms.AnchorStyles.Right)));
  64. this.LblNameUser.BackColor = System.Drawing.Color.Transparent;
  65. this.LblNameUser.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  66. this.LblNameUser.ForeColor = System.Drawing.Color.Black;
  67. this.LblNameUser.Location = new System.Drawing.Point(3, 0);
  68. this.LblNameUser.Name = "LblNameUser";
  69. this.LblNameUser.Size = new System.Drawing.Size(499, 43);
  70. this.LblNameUser.TabIndex = 0;
  71. this.LblNameUser.Text = "Сидоров Иван Игоревич";
  72. this.LblNameUser.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  73. //
  74. // FormTemp
  75. //
  76. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
  77. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  78. this.BackColor = System.Drawing.Color.White;
  79. this.ClientSize = new System.Drawing.Size(582, 282);
  80. this.Controls.Add(this.TileUser);
  81. this.Name = "FormTemp";
  82. this.Text = "FormTemp";
  83. this.TileUser.ResumeLayout(false);
  84. this.ResumeLayout(false);
  85. }
  86. #endregion
  87. public RPanel TileUser;
  88. public System.Windows.Forms.Label LblNameUser;
  89. }
  90. }