FormOvals.Designer.cs 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. namespace ImpulseVision
  2. {
  3. partial class FormOvals
  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.PanelTile = new System.Windows.Forms.Panel();
  29. this.RPanelDate = new ImpulseVision.RPanel();
  30. this.LblDate = new System.Windows.Forms.Label();
  31. this.RPanelTimeExit = new ImpulseVision.RPanel();
  32. this.LblTimeExit = new System.Windows.Forms.Label();
  33. this.RPanelTimeEntrance = new ImpulseVision.RPanel();
  34. this.LblTimeEntrance = new System.Windows.Forms.Label();
  35. this.RPanelName = new ImpulseVision.RPanel();
  36. this.LblNameUser = new System.Windows.Forms.Label();
  37. this.PanelTile.SuspendLayout();
  38. this.RPanelDate.SuspendLayout();
  39. this.RPanelTimeExit.SuspendLayout();
  40. this.RPanelTimeEntrance.SuspendLayout();
  41. this.RPanelName.SuspendLayout();
  42. this.SuspendLayout();
  43. //
  44. // PanelTile
  45. //
  46. this.PanelTile.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  47. | System.Windows.Forms.AnchorStyles.Right)));
  48. this.PanelTile.Controls.Add(this.RPanelDate);
  49. this.PanelTile.Controls.Add(this.RPanelTimeExit);
  50. this.PanelTile.Controls.Add(this.RPanelTimeEntrance);
  51. this.PanelTile.Controls.Add(this.RPanelName);
  52. this.PanelTile.Location = new System.Drawing.Point(3, 31);
  53. this.PanelTile.Name = "PanelTile";
  54. this.PanelTile.Size = new System.Drawing.Size(638, 50);
  55. this.PanelTile.TabIndex = 0;
  56. //
  57. // RPanelDate
  58. //
  59. this.RPanelDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  60. this.RPanelDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(255)))));
  61. this.RPanelDate.BackColorAdditional = System.Drawing.Color.Gray;
  62. this.RPanelDate.BackColorGradientEnabled = false;
  63. this.RPanelDate.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  64. this.RPanelDate.BorderColor = System.Drawing.Color.Tomato;
  65. this.RPanelDate.BorderColorEnabled = false;
  66. this.RPanelDate.BorderColorOnHover = System.Drawing.Color.Tomato;
  67. this.RPanelDate.BorderColorOnHoverEnabled = false;
  68. this.RPanelDate.Controls.Add(this.LblDate);
  69. this.RPanelDate.Cursor = System.Windows.Forms.Cursors.Default;
  70. this.RPanelDate.Font = new System.Drawing.Font("Verdana", 8.25F);
  71. this.RPanelDate.ForeColor = System.Drawing.Color.White;
  72. this.RPanelDate.Location = new System.Drawing.Point(512, 3);
  73. this.RPanelDate.Name = "RPanelDate";
  74. this.RPanelDate.RippleColor = System.Drawing.Color.Black;
  75. this.RPanelDate.RoundingEnable = true;
  76. this.RPanelDate.Size = new System.Drawing.Size(123, 43);
  77. this.RPanelDate.TabIndex = 4;
  78. this.RPanelDate.TextHover = null;
  79. this.RPanelDate.UseDownPressEffectOnClick = false;
  80. this.RPanelDate.UseRippleEffect = true;
  81. this.RPanelDate.UseZoomEffectOnHover = false;
  82. //
  83. // LblDate
  84. //
  85. this.LblDate.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  86. | System.Windows.Forms.AnchorStyles.Right)));
  87. this.LblDate.BackColor = System.Drawing.Color.Transparent;
  88. this.LblDate.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  89. this.LblDate.ForeColor = System.Drawing.Color.Black;
  90. this.LblDate.Location = new System.Drawing.Point(3, 0);
  91. this.LblDate.Name = "LblDate";
  92. this.LblDate.Size = new System.Drawing.Size(117, 43);
  93. this.LblDate.TabIndex = 0;
  94. this.LblDate.Text = "26.04.2023";
  95. this.LblDate.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  96. //
  97. // RPanelTimeExit
  98. //
  99. this.RPanelTimeExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  100. this.RPanelTimeExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(255)))));
  101. this.RPanelTimeExit.BackColorAdditional = System.Drawing.Color.Gray;
  102. this.RPanelTimeExit.BackColorGradientEnabled = false;
  103. this.RPanelTimeExit.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  104. this.RPanelTimeExit.BorderColor = System.Drawing.Color.Tomato;
  105. this.RPanelTimeExit.BorderColorEnabled = false;
  106. this.RPanelTimeExit.BorderColorOnHover = System.Drawing.Color.Tomato;
  107. this.RPanelTimeExit.BorderColorOnHoverEnabled = false;
  108. this.RPanelTimeExit.Controls.Add(this.LblTimeExit);
  109. this.RPanelTimeExit.Cursor = System.Windows.Forms.Cursors.Default;
  110. this.RPanelTimeExit.Font = new System.Drawing.Font("Verdana", 8.25F);
  111. this.RPanelTimeExit.ForeColor = System.Drawing.Color.White;
  112. this.RPanelTimeExit.Location = new System.Drawing.Point(404, 3);
  113. this.RPanelTimeExit.Name = "RPanelTimeExit";
  114. this.RPanelTimeExit.RippleColor = System.Drawing.Color.Black;
  115. this.RPanelTimeExit.RoundingEnable = true;
  116. this.RPanelTimeExit.Size = new System.Drawing.Size(105, 43);
  117. this.RPanelTimeExit.TabIndex = 3;
  118. this.RPanelTimeExit.TextHover = null;
  119. this.RPanelTimeExit.UseDownPressEffectOnClick = false;
  120. this.RPanelTimeExit.UseRippleEffect = true;
  121. this.RPanelTimeExit.UseZoomEffectOnHover = false;
  122. //
  123. // LblTimeExit
  124. //
  125. this.LblTimeExit.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  126. | System.Windows.Forms.AnchorStyles.Right)));
  127. this.LblTimeExit.BackColor = System.Drawing.Color.Transparent;
  128. this.LblTimeExit.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  129. this.LblTimeExit.ForeColor = System.Drawing.Color.Black;
  130. this.LblTimeExit.Location = new System.Drawing.Point(3, 0);
  131. this.LblTimeExit.Name = "LblTimeExit";
  132. this.LblTimeExit.Size = new System.Drawing.Size(99, 43);
  133. this.LblTimeExit.TabIndex = 0;
  134. this.LblTimeExit.Text = "13:15:00";
  135. this.LblTimeExit.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  136. //
  137. // RPanelTimeEntrance
  138. //
  139. this.RPanelTimeEntrance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  140. this.RPanelTimeEntrance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(255)))));
  141. this.RPanelTimeEntrance.BackColorAdditional = System.Drawing.Color.Gray;
  142. this.RPanelTimeEntrance.BackColorGradientEnabled = false;
  143. this.RPanelTimeEntrance.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  144. this.RPanelTimeEntrance.BorderColor = System.Drawing.Color.Tomato;
  145. this.RPanelTimeEntrance.BorderColorEnabled = false;
  146. this.RPanelTimeEntrance.BorderColorOnHover = System.Drawing.Color.Tomato;
  147. this.RPanelTimeEntrance.BorderColorOnHoverEnabled = false;
  148. this.RPanelTimeEntrance.Controls.Add(this.LblTimeEntrance);
  149. this.RPanelTimeEntrance.Cursor = System.Windows.Forms.Cursors.Default;
  150. this.RPanelTimeEntrance.Font = new System.Drawing.Font("Verdana", 8.25F);
  151. this.RPanelTimeEntrance.ForeColor = System.Drawing.Color.White;
  152. this.RPanelTimeEntrance.Location = new System.Drawing.Point(296, 3);
  153. this.RPanelTimeEntrance.Name = "RPanelTimeEntrance";
  154. this.RPanelTimeEntrance.RippleColor = System.Drawing.Color.Black;
  155. this.RPanelTimeEntrance.RoundingEnable = true;
  156. this.RPanelTimeEntrance.Size = new System.Drawing.Size(105, 43);
  157. this.RPanelTimeEntrance.TabIndex = 2;
  158. this.RPanelTimeEntrance.TextHover = null;
  159. this.RPanelTimeEntrance.UseDownPressEffectOnClick = false;
  160. this.RPanelTimeEntrance.UseRippleEffect = true;
  161. this.RPanelTimeEntrance.UseZoomEffectOnHover = false;
  162. //
  163. // LblTimeEntrance
  164. //
  165. this.LblTimeEntrance.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  166. | System.Windows.Forms.AnchorStyles.Right)));
  167. this.LblTimeEntrance.BackColor = System.Drawing.Color.Transparent;
  168. this.LblTimeEntrance.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  169. this.LblTimeEntrance.ForeColor = System.Drawing.Color.Black;
  170. this.LblTimeEntrance.Location = new System.Drawing.Point(3, 0);
  171. this.LblTimeEntrance.Name = "LblTimeEntrance";
  172. this.LblTimeEntrance.Size = new System.Drawing.Size(99, 43);
  173. this.LblTimeEntrance.TabIndex = 0;
  174. this.LblTimeEntrance.Text = "13:15:00";
  175. this.LblTimeEntrance.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  176. //
  177. // RPanelName
  178. //
  179. this.RPanelName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  180. | System.Windows.Forms.AnchorStyles.Right)));
  181. this.RPanelName.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(195)))), ((int)(((byte)(235)))), ((int)(((byte)(120)))));
  182. this.RPanelName.BackColorAdditional = System.Drawing.Color.Gray;
  183. this.RPanelName.BackColorGradientEnabled = false;
  184. this.RPanelName.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  185. this.RPanelName.BorderColor = System.Drawing.Color.Tomato;
  186. this.RPanelName.BorderColorEnabled = false;
  187. this.RPanelName.BorderColorOnHover = System.Drawing.Color.Tomato;
  188. this.RPanelName.BorderColorOnHoverEnabled = false;
  189. this.RPanelName.Controls.Add(this.LblNameUser);
  190. this.RPanelName.Cursor = System.Windows.Forms.Cursors.Default;
  191. this.RPanelName.Font = new System.Drawing.Font("Verdana", 8.25F);
  192. this.RPanelName.ForeColor = System.Drawing.Color.White;
  193. this.RPanelName.Location = new System.Drawing.Point(3, 3);
  194. this.RPanelName.Name = "RPanelName";
  195. this.RPanelName.RippleColor = System.Drawing.Color.Black;
  196. this.RPanelName.RoundingEnable = true;
  197. this.RPanelName.Size = new System.Drawing.Size(290, 43);
  198. this.RPanelName.TabIndex = 1;
  199. this.RPanelName.TextHover = null;
  200. this.RPanelName.UseDownPressEffectOnClick = false;
  201. this.RPanelName.UseRippleEffect = true;
  202. this.RPanelName.UseZoomEffectOnHover = false;
  203. //
  204. // LblNameUser
  205. //
  206. this.LblNameUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  207. | System.Windows.Forms.AnchorStyles.Right)));
  208. this.LblNameUser.BackColor = System.Drawing.Color.Transparent;
  209. this.LblNameUser.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  210. this.LblNameUser.ForeColor = System.Drawing.Color.Black;
  211. this.LblNameUser.Location = new System.Drawing.Point(3, 0);
  212. this.LblNameUser.Name = "LblNameUser";
  213. this.LblNameUser.Size = new System.Drawing.Size(284, 43);
  214. this.LblNameUser.TabIndex = 0;
  215. this.LblNameUser.Text = "Сидоров Иван Игоревич";
  216. this.LblNameUser.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  217. //
  218. // FormOvals
  219. //
  220. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
  221. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  222. this.BackColor = System.Drawing.Color.White;
  223. this.ClientSize = new System.Drawing.Size(644, 218);
  224. this.Controls.Add(this.PanelTile);
  225. this.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  226. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  227. this.Name = "FormOvals";
  228. this.Text = "FormOvals";
  229. this.PanelTile.ResumeLayout(false);
  230. this.RPanelDate.ResumeLayout(false);
  231. this.RPanelTimeExit.ResumeLayout(false);
  232. this.RPanelTimeEntrance.ResumeLayout(false);
  233. this.RPanelName.ResumeLayout(false);
  234. this.ResumeLayout(false);
  235. }
  236. #endregion
  237. public RPanel RPanelName;
  238. public System.Windows.Forms.Label LblNameUser;
  239. public RPanel RPanelDate;
  240. public System.Windows.Forms.Label LblDate;
  241. public RPanel RPanelTimeExit;
  242. public System.Windows.Forms.Label LblTimeExit;
  243. public RPanel RPanelTimeEntrance;
  244. public System.Windows.Forms.Label LblTimeEntrance;
  245. public System.Windows.Forms.Panel PanelTile;
  246. }
  247. }