123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152 |
- using System;
- using System.Collections.Generic;
- using System.Linq;
- using System.Text;
- using System.Threading.Tasks;
- namespace ImpulseVision
- {
- /// <summary>
- /// Карточка для отображения пользователей не прошедших проверку
- /// </summary>
- public class CardJournal : RPanel
- {
- private RPanel RPanelForImage;
- public System.Windows.Forms.Label label3;
- public System.Windows.Forms.Label label1;
- public System.Windows.Forms.Label LblCheckTime;
- public System.Windows.Forms.Label LblUserName;
- public System.Windows.Forms.PictureBox PbxImage;
- public CardJournal()
- {
- //this = new ImpulseVision.RPanel();
- this.LblCheckTime = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.LblUserName = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.RPanelForImage = new ImpulseVision.RPanel();
- this.PbxImage = new System.Windows.Forms.PictureBox();
- this.SuspendLayout();
- this.RPanelForImage.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.PbxImage)).BeginInit();
- //
- // RPanelCard
- //
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(184)))), ((int)(((byte)(184)))), ((int)(((byte)(255)))));
- this.BackColorAdditional = System.Drawing.Color.Gray;
- this.BackColorGradientEnabled = false;
- this.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.BorderColor = System.Drawing.Color.Tomato;
- this.BorderColorEnabled = false;
- this.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.BorderColorOnHoverEnabled = false;
- this.Controls.Add(this.LblCheckTime);
- this.Controls.Add(this.label3);
- this.Controls.Add(this.LblUserName);
- this.Controls.Add(this.label1);
- this.Controls.Add(this.RPanelForImage);
- this.Cursor = System.Windows.Forms.Cursors.Default;
- this.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.ForeColor = System.Drawing.Color.White;
- this.Location = new System.Drawing.Point(12, 12);
- this.Name = "RPanelCard";
- this.RippleColor = System.Drawing.Color.Black;
- this.Rounding = 15;
- this.RoundingEnable = true;
- this.Size = new System.Drawing.Size(257, 325);
- this.TabIndex = 0;
- this.TextHover = null;
- this.UseDownPressEffectOnClick = false;
- this.UseRippleEffect = true;
- this.UseZoomEffectOnHover = false;
- //
- // LblCheckTime
- //
- this.LblCheckTime.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.LblCheckTime.ForeColor = System.Drawing.Color.Black;
- this.LblCheckTime.Location = new System.Drawing.Point(60, 285);
- this.LblCheckTime.Name = "LblCheckTime";
- this.LblCheckTime.Size = new System.Drawing.Size(194, 21);
- this.LblCheckTime.TabIndex = 4;
- this.LblCheckTime.Text = "01.01.1999 18:42";
- //
- // label3
- //
- this.label3.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label3.AutoSize = true;
- this.label3.ForeColor = System.Drawing.Color.Black;
- this.label3.Location = new System.Drawing.Point(3, 285);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(51, 21);
- this.label3.TabIndex = 3;
- this.label3.Text = "Дата:";
- //
- // LblUserName
- //
- this.LblUserName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.LblUserName.ForeColor = System.Drawing.Color.Black;
- this.LblUserName.Location = new System.Drawing.Point(3, 238);
- this.LblUserName.Name = "LblUserName";
- this.LblUserName.Size = new System.Drawing.Size(251, 47);
- this.LblUserName.TabIndex = 2;
- this.LblUserName.Text = "Терешенко Вячеслав Васильевич";
- //
- // label1
- //
- this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label1.ForeColor = System.Drawing.Color.Black;
- this.label1.Location = new System.Drawing.Point(3, 212);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(251, 26);
- this.label1.TabIndex = 1;
- this.label1.Text = "Предположительно:";
- //
- // RPanelForImage
- //
- this.RPanelForImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.RPanelForImage.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(130)))), ((int)(((byte)(112)))), ((int)(((byte)(129)))));
- this.RPanelForImage.BackColorAdditional = System.Drawing.Color.Gray;
- this.RPanelForImage.BackColorGradientEnabled = false;
- this.RPanelForImage.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.RPanelForImage.BorderColor = System.Drawing.Color.Tomato;
- this.RPanelForImage.BorderColorEnabled = false;
- this.RPanelForImage.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.RPanelForImage.BorderColorOnHoverEnabled = false;
- this.RPanelForImage.Controls.Add(this.PbxImage);
- this.RPanelForImage.Cursor = System.Windows.Forms.Cursors.Default;
- this.RPanelForImage.Font = new System.Drawing.Font("Verdana", 8.25F);
- this.RPanelForImage.ForeColor = System.Drawing.Color.White;
- this.RPanelForImage.Location = new System.Drawing.Point(0, 0);
- this.RPanelForImage.Name = "RPanelForImage";
- this.RPanelForImage.RippleColor = System.Drawing.Color.Black;
- this.RPanelForImage.Rounding = 15;
- this.RPanelForImage.RoundingEnable = true;
- this.RPanelForImage.Size = new System.Drawing.Size(257, 209);
- this.RPanelForImage.TabIndex = 0;
- this.RPanelForImage.TextHover = null;
- this.RPanelForImage.UseDownPressEffectOnClick = false;
- this.RPanelForImage.UseRippleEffect = true;
- this.RPanelForImage.UseZoomEffectOnHover = false;
- //
- // PbxImage
- //
- this.PbxImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.PbxImage.Image = global::ImpulseVision.Properties.Resources.Frame_1;
- this.PbxImage.Location = new System.Drawing.Point(0, 0);
- this.PbxImage.Name = "PbxImage";
- this.PbxImage.Size = new System.Drawing.Size(257, 209);
- this.PbxImage.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.PbxImage.TabIndex = 0;
- this.PbxImage.TabStop = false;
- }
- }
- }
|