FormJournal.Designer.cs 9.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. namespace ImpulseVision
  2. {
  3. partial class FormJournal
  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.RPanelCard = new ImpulseVision.RPanel();
  29. this.LblCheckTime = new System.Windows.Forms.Label();
  30. this.label3 = new System.Windows.Forms.Label();
  31. this.LblUserName = new System.Windows.Forms.Label();
  32. this.label1 = new System.Windows.Forms.Label();
  33. this.RPanelForImage = new ImpulseVision.RPanel();
  34. this.PbxImage = new System.Windows.Forms.PictureBox();
  35. this.RPanelCard.SuspendLayout();
  36. this.RPanelForImage.SuspendLayout();
  37. ((System.ComponentModel.ISupportInitialize)(this.PbxImage)).BeginInit();
  38. this.SuspendLayout();
  39. //
  40. // RPanelCard
  41. //
  42. this.RPanelCard.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(255)))));
  43. this.RPanelCard.BackColorAdditional = System.Drawing.Color.Gray;
  44. this.RPanelCard.BackColorGradientEnabled = false;
  45. this.RPanelCard.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  46. this.RPanelCard.BorderColor = System.Drawing.Color.Tomato;
  47. this.RPanelCard.BorderColorEnabled = false;
  48. this.RPanelCard.BorderColorOnHover = System.Drawing.Color.Tomato;
  49. this.RPanelCard.BorderColorOnHoverEnabled = false;
  50. this.RPanelCard.Controls.Add(this.LblCheckTime);
  51. this.RPanelCard.Controls.Add(this.label3);
  52. this.RPanelCard.Controls.Add(this.LblUserName);
  53. this.RPanelCard.Controls.Add(this.label1);
  54. this.RPanelCard.Controls.Add(this.RPanelForImage);
  55. this.RPanelCard.Cursor = System.Windows.Forms.Cursors.Default;
  56. this.RPanelCard.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  57. this.RPanelCard.ForeColor = System.Drawing.Color.White;
  58. this.RPanelCard.Location = new System.Drawing.Point(12, 12);
  59. this.RPanelCard.Name = "RPanelCard";
  60. this.RPanelCard.RippleColor = System.Drawing.Color.Black;
  61. this.RPanelCard.Rounding = 15;
  62. this.RPanelCard.RoundingEnable = true;
  63. this.RPanelCard.Size = new System.Drawing.Size(257, 325);
  64. this.RPanelCard.TabIndex = 0;
  65. this.RPanelCard.TextHover = null;
  66. this.RPanelCard.UseDownPressEffectOnClick = false;
  67. this.RPanelCard.UseRippleEffect = true;
  68. this.RPanelCard.UseZoomEffectOnHover = false;
  69. //
  70. // LblCheckTime
  71. //
  72. this.LblCheckTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  73. | System.Windows.Forms.AnchorStyles.Right)));
  74. this.LblCheckTime.ForeColor = System.Drawing.Color.Black;
  75. this.LblCheckTime.Location = new System.Drawing.Point(60, 285);
  76. this.LblCheckTime.Name = "LblCheckTime";
  77. this.LblCheckTime.Size = new System.Drawing.Size(194, 21);
  78. this.LblCheckTime.TabIndex = 4;
  79. this.LblCheckTime.Text = "01.01.1999 18:42";
  80. //
  81. // label3
  82. //
  83. this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  84. | System.Windows.Forms.AnchorStyles.Right)));
  85. this.label3.AutoSize = true;
  86. this.label3.ForeColor = System.Drawing.Color.Black;
  87. this.label3.Location = new System.Drawing.Point(3, 285);
  88. this.label3.Name = "label3";
  89. this.label3.Size = new System.Drawing.Size(51, 21);
  90. this.label3.TabIndex = 3;
  91. this.label3.Text = "Дата:";
  92. //
  93. // LblUserName
  94. //
  95. this.LblUserName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  96. | System.Windows.Forms.AnchorStyles.Right)));
  97. this.LblUserName.ForeColor = System.Drawing.Color.Black;
  98. this.LblUserName.Location = new System.Drawing.Point(3, 238);
  99. this.LblUserName.Name = "LblUserName";
  100. this.LblUserName.Size = new System.Drawing.Size(251, 47);
  101. this.LblUserName.TabIndex = 2;
  102. this.LblUserName.Text = "Терешенко Вячеслав Васильевич";
  103. //
  104. // label1
  105. //
  106. this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
  107. | System.Windows.Forms.AnchorStyles.Right)));
  108. this.label1.ForeColor = System.Drawing.Color.Black;
  109. this.label1.Location = new System.Drawing.Point(3, 212);
  110. this.label1.Name = "label1";
  111. this.label1.Size = new System.Drawing.Size(251, 26);
  112. this.label1.TabIndex = 1;
  113. this.label1.Text = "Предположительно:";
  114. //
  115. // RPanelForImage
  116. //
  117. this.RPanelForImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  118. | System.Windows.Forms.AnchorStyles.Left)
  119. | System.Windows.Forms.AnchorStyles.Right)));
  120. this.RPanelForImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(112)))), ((int)(((byte)(129)))));
  121. this.RPanelForImage.BackColorAdditional = System.Drawing.Color.Gray;
  122. this.RPanelForImage.BackColorGradientEnabled = false;
  123. this.RPanelForImage.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
  124. this.RPanelForImage.BorderColor = System.Drawing.Color.Tomato;
  125. this.RPanelForImage.BorderColorEnabled = false;
  126. this.RPanelForImage.BorderColorOnHover = System.Drawing.Color.Tomato;
  127. this.RPanelForImage.BorderColorOnHoverEnabled = false;
  128. this.RPanelForImage.Controls.Add(this.PbxImage);
  129. this.RPanelForImage.Cursor = System.Windows.Forms.Cursors.Default;
  130. this.RPanelForImage.Font = new System.Drawing.Font("Verdana", 8.25F);
  131. this.RPanelForImage.ForeColor = System.Drawing.Color.White;
  132. this.RPanelForImage.Location = new System.Drawing.Point(0, 0);
  133. this.RPanelForImage.Name = "RPanelForImage";
  134. this.RPanelForImage.RippleColor = System.Drawing.Color.Black;
  135. this.RPanelForImage.Rounding = 15;
  136. this.RPanelForImage.RoundingEnable = true;
  137. this.RPanelForImage.Size = new System.Drawing.Size(257, 209);
  138. this.RPanelForImage.TabIndex = 0;
  139. this.RPanelForImage.TextHover = null;
  140. this.RPanelForImage.UseDownPressEffectOnClick = false;
  141. this.RPanelForImage.UseRippleEffect = true;
  142. this.RPanelForImage.UseZoomEffectOnHover = false;
  143. //
  144. // PbxImage
  145. //
  146. this.PbxImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  147. | System.Windows.Forms.AnchorStyles.Left)
  148. | System.Windows.Forms.AnchorStyles.Right)));
  149. this.PbxImage.Image = global::ImpulseVision.Properties.Resources.Frame_1;
  150. this.PbxImage.Location = new System.Drawing.Point(0, 0);
  151. this.PbxImage.Name = "PbxImage";
  152. this.PbxImage.Size = new System.Drawing.Size(257, 209);
  153. this.PbxImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
  154. this.PbxImage.TabIndex = 0;
  155. this.PbxImage.TabStop = false;
  156. //
  157. // FormJournal
  158. //
  159. this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
  160. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  161. this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
  162. this.ClientSize = new System.Drawing.Size(711, 381);
  163. this.Controls.Add(this.RPanelCard);
  164. this.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
  165. this.Margin = new System.Windows.Forms.Padding(4, 5, 4, 5);
  166. this.Name = "FormJournal";
  167. this.Text = "FormJournal";
  168. this.RPanelCard.ResumeLayout(false);
  169. this.RPanelCard.PerformLayout();
  170. this.RPanelForImage.ResumeLayout(false);
  171. ((System.ComponentModel.ISupportInitialize)(this.PbxImage)).EndInit();
  172. this.ResumeLayout(false);
  173. }
  174. #endregion
  175. private RPanel RPanelForImage;
  176. private System.Windows.Forms.Label label3;
  177. private System.Windows.Forms.Label label1;
  178. public RPanel RPanelCard;
  179. public System.Windows.Forms.Label LblCheckTime;
  180. public System.Windows.Forms.Label LblUserName;
  181. public System.Windows.Forms.PictureBox PbxImage;
  182. }
  183. }