123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494 |
- namespace ImpulseVision
- {
- partial class FormMain
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- this.components = new System.ComponentModel.Container();
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
- this.menuStrip1 = new System.Windows.Forms.MenuStrip();
- this.MFile = new System.Windows.Forms.ToolStripMenuItem();
- this.MSettings = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
- this.STools = new System.Windows.Forms.ToolStripMenuItem();
- this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
- this.SJournal = new System.Windows.Forms.ToolStripMenuItem();
- this.ToolsMenu = new System.Windows.Forms.ToolStrip();
- this.TslSelCamText = new System.Windows.Forms.ToolStripLabel();
- this.CmbCams = new System.Windows.Forms.ToolStripComboBox();
- this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
- this.BtnAddUser = new System.Windows.Forms.ToolStripButton();
- this.BtnEditUser = new System.Windows.Forms.ToolStripButton();
- this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
- this.BtnDelUser = new System.Windows.Forms.ToolStripButton();
- this.BtnInfoTraffic = new System.Windows.Forms.ToolStripButton();
- this.statusStrip1 = new System.Windows.Forms.StatusStrip();
- this.TslStatus = new System.Windows.Forms.ToolStripStatusLabel();
- this.ProgressOperation = new System.Windows.Forms.ToolStripProgressBar();
- this.TimerNewCam = new System.Windows.Forms.Timer(this.components);
- this.TimerCheckTrain = new System.Windows.Forms.Timer(this.components);
- this.TabPages = new System.Windows.Forms.TabControl();
- this.TbUsers = new System.Windows.Forms.TabPage();
- this.TableUsers = new System.Windows.Forms.TableLayoutPanel();
- this.RPanelUser = new ImpulseVision.RPanel();
- this.label4 = new System.Windows.Forms.Label();
- this.TbMain = new System.Windows.Forms.TabPage();
- this.TableLayoutWorks = new System.Windows.Forms.TableLayoutPanel();
- this.PbxEther = new System.Windows.Forms.PictureBox();
- this.panel1 = new System.Windows.Forms.Panel();
- this.TbxPhone = new ImpulseVision.EgoldsGoogleTextBox();
- this.TbxPasportNum = new ImpulseVision.EgoldsGoogleTextBox();
- this.TbxPasportSeria = new ImpulseVision.EgoldsGoogleTextBox();
- this.TbxPatronymic = new ImpulseVision.EgoldsGoogleTextBox();
- this.TbxFirstname = new ImpulseVision.EgoldsGoogleTextBox();
- this.RPanelForAddUser = new ImpulseVision.RPanel();
- this.label1 = new System.Windows.Forms.Label();
- this.TbxLastname = new ImpulseVision.EgoldsGoogleTextBox();
- this.BtnSave = new System.Windows.Forms.Button();
- this.TbSettings = new System.Windows.Forms.TabPage();
- this.GbxUserParameters = new System.Windows.Forms.GroupBox();
- this.LblAdminID = new System.Windows.Forms.Label();
- this.BsAdministrator = new System.Windows.Forms.BindingSource(this.components);
- this.impulseVisionAppDataSet1 = new ImpulseVision.ImpulseVisionAppDataSet();
- this.BtnEditUserParameters = new System.Windows.Forms.Button();
- this.TbxConfirmNewPass = new ImpulseVision.EgoldsGoogleTextBox();
- this.TbxNewPass = new ImpulseVision.EgoldsGoogleTextBox();
- this.TbxOldPass = new ImpulseVision.EgoldsGoogleTextBox();
- this.TbxLogin = new ImpulseVision.EgoldsGoogleTextBox();
- this.GbxSystemParameters = new System.Windows.Forms.GroupBox();
- this.SwSaveSizeWindow = new ImpulseVision.EgoldsToggleSwitch();
- this.SwAutoRun = new ImpulseVision.EgoldsToggleSwitch();
- this.label14 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.label11 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.NumCountDaySaveLogFiles = new System.Windows.Forms.NumericUpDown();
- this.SwPositionWindow = new ImpulseVision.EgoldsToggleSwitch();
- this.label10 = new System.Windows.Forms.Label();
- this.RPanelSettings = new ImpulseVision.RPanel();
- this.LblTextSettings = new System.Windows.Forms.Label();
- this.TbVisits = new System.Windows.Forms.TabPage();
- this.CbxIsAuthentification = new System.Windows.Forms.CheckBox();
- this.CbxFilterDate = new System.Windows.Forms.CheckBox();
- this.label7 = new System.Windows.Forms.Label();
- this.PanelHeader = new System.Windows.Forms.Panel();
- this.RPanelTitleDate = new ImpulseVision.RPanel();
- this.label13 = new System.Windows.Forms.Label();
- this.RPanelTitleExit = new ImpulseVision.RPanel();
- this.label12 = new System.Windows.Forms.Label();
- this.RPanelTitleEntrance = new ImpulseVision.RPanel();
- this.label8 = new System.Windows.Forms.Label();
- this.RPanelForNameUser = new ImpulseVision.RPanel();
- this.LblTitleNameUser = new System.Windows.Forms.Label();
- this.TbxFindUser = new System.Windows.Forms.TextBox();
- this.TabJournal = new System.Windows.Forms.TableLayoutPanel();
- this.DtpFiniteDate = new System.Windows.Forms.DateTimePicker();
- this.CmbSortDate = new System.Windows.Forms.ComboBox();
- this.PanelPeriod = new System.Windows.Forms.Panel();
- this.DtpDateEnd = new System.Windows.Forms.DateTimePicker();
- this.DtpDateStart = new System.Windows.Forms.DateTimePicker();
- this.label6 = new System.Windows.Forms.Label();
- this.label5 = new System.Windows.Forms.Label();
- this.TbJournal = new System.Windows.Forms.TabPage();
- this.TabCard = new System.Windows.Forms.TableLayoutPanel();
- this.RPanelTitleJournal = new ImpulseVision.RPanel();
- this.label9 = new System.Windows.Forms.Label();
- this.ImList = new System.Windows.Forms.ImageList(this.components);
- this.TimerSaving = new System.Windows.Forms.Timer(this.components);
- this.TmAnim = new System.Windows.Forms.Timer(this.components);
- this.staffsTableAdapter = new ImpulseVision.ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter();
- this.menuStrip1.SuspendLayout();
- this.ToolsMenu.SuspendLayout();
- this.statusStrip1.SuspendLayout();
- this.TabPages.SuspendLayout();
- this.TbUsers.SuspendLayout();
- this.RPanelUser.SuspendLayout();
- this.TbMain.SuspendLayout();
- this.TableLayoutWorks.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).BeginInit();
- this.panel1.SuspendLayout();
- this.RPanelForAddUser.SuspendLayout();
- this.TbSettings.SuspendLayout();
- this.GbxUserParameters.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.BsAdministrator)).BeginInit();
- ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).BeginInit();
- this.GbxSystemParameters.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.NumCountDaySaveLogFiles)).BeginInit();
- this.RPanelSettings.SuspendLayout();
- this.TbVisits.SuspendLayout();
- this.PanelHeader.SuspendLayout();
- this.RPanelTitleDate.SuspendLayout();
- this.RPanelTitleExit.SuspendLayout();
- this.RPanelTitleEntrance.SuspendLayout();
- this.RPanelForNameUser.SuspendLayout();
- this.PanelPeriod.SuspendLayout();
- this.TbJournal.SuspendLayout();
- this.RPanelTitleJournal.SuspendLayout();
- this.SuspendLayout();
- //
- // menuStrip1
- //
- this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.MFile,
- this.MSettings});
- this.menuStrip1.Location = new System.Drawing.Point(0, 0);
- this.menuStrip1.Name = "menuStrip1";
- this.menuStrip1.Padding = new System.Windows.Forms.Padding(5, 2, 0, 2);
- this.menuStrip1.Size = new System.Drawing.Size(789, 24);
- this.menuStrip1.TabIndex = 0;
- this.menuStrip1.Text = "menuStrip1";
- //
- // MFile
- //
- this.MFile.Name = "MFile";
- this.MFile.Size = new System.Drawing.Size(63, 20);
- this.MFile.Text = "Главная";
- this.MFile.Click += new System.EventHandler(this.MMain_Click);
- //
- // MSettings
- //
- this.MSettings.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.toolStripMenuItem2,
- this.STools,
- this.toolStripMenuItem3,
- this.SJournal});
- this.MSettings.Name = "MSettings";
- this.MSettings.Size = new System.Drawing.Size(83, 20);
- this.MSettings.Text = "Параметры";
- //
- // toolStripMenuItem2
- //
- this.toolStripMenuItem2.Name = "toolStripMenuItem2";
- this.toolStripMenuItem2.Size = new System.Drawing.Size(203, 6);
- //
- // STools
- //
- this.STools.Name = "STools";
- this.STools.ShortcutKeys = ((System.Windows.Forms.Keys)(((System.Windows.Forms.Keys.Control | System.Windows.Forms.Keys.Shift)
- | System.Windows.Forms.Keys.S)));
- this.STools.Size = new System.Drawing.Size(206, 22);
- this.STools.Text = "Настройки";
- this.STools.Click += new System.EventHandler(this.STools_Click);
- //
- // toolStripMenuItem3
- //
- this.toolStripMenuItem3.Name = "toolStripMenuItem3";
- this.toolStripMenuItem3.Size = new System.Drawing.Size(203, 6);
- //
- // SJournal
- //
- this.SJournal.Name = "SJournal";
- this.SJournal.Size = new System.Drawing.Size(206, 22);
- this.SJournal.Text = "Журнал отклонённых";
- this.SJournal.Click += new System.EventHandler(this.SJournal_Click);
- //
- // ToolsMenu
- //
- this.ToolsMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.TslSelCamText,
- this.CmbCams,
- this.toolStripSeparator1,
- this.BtnAddUser,
- this.BtnEditUser,
- this.toolStripSeparator2,
- this.BtnDelUser,
- this.BtnInfoTraffic});
- this.ToolsMenu.Location = new System.Drawing.Point(0, 24);
- this.ToolsMenu.Name = "ToolsMenu";
- this.ToolsMenu.Size = new System.Drawing.Size(789, 25);
- this.ToolsMenu.TabIndex = 1;
- this.ToolsMenu.Text = "toolStrip1";
- //
- // TslSelCamText
- //
- this.TslSelCamText.Name = "TslSelCamText";
- this.TslSelCamText.Size = new System.Drawing.Size(51, 22);
- this.TslSelCamText.Text = "Камера:";
- //
- // CmbCams
- //
- this.CmbCams.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.CmbCams.FlatStyle = System.Windows.Forms.FlatStyle.System;
- this.CmbCams.Name = "CmbCams";
- this.CmbCams.Size = new System.Drawing.Size(150, 25);
- this.CmbCams.SelectedIndexChanged += new System.EventHandler(this.CmbCams_SelectedIndexChanged);
- //
- // toolStripSeparator1
- //
- this.toolStripSeparator1.Name = "toolStripSeparator1";
- this.toolStripSeparator1.Size = new System.Drawing.Size(6, 25);
- //
- // BtnAddUser
- //
- this.BtnAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.BtnAddUser.Image = global::ImpulseVision.Properties.Resources._392530_add_create_cross_new_plus_icon;
- this.BtnAddUser.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.BtnAddUser.Name = "BtnAddUser";
- this.BtnAddUser.Size = new System.Drawing.Size(79, 22);
- this.BtnAddUser.Text = "Добавить";
- this.BtnAddUser.Click += new System.EventHandler(this.BtnAddUser_Click);
- //
- // BtnEditUser
- //
- this.BtnEditUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.BtnEditUser.Image = global::ImpulseVision.Properties.Resources._8530613_edit_icon;
- this.BtnEditUser.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.BtnEditUser.Name = "BtnEditUser";
- this.BtnEditUser.Size = new System.Drawing.Size(107, 22);
- this.BtnEditUser.Text = "Редактировать";
- this.BtnEditUser.Click += new System.EventHandler(this.BtnEditUser_Click);
- //
- // toolStripSeparator2
- //
- this.toolStripSeparator2.Name = "toolStripSeparator2";
- this.toolStripSeparator2.Size = new System.Drawing.Size(6, 25);
- //
- // BtnDelUser
- //
- this.BtnDelUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.BtnDelUser.Image = global::ImpulseVision.Properties.Resources._352303_delete_icon;
- this.BtnDelUser.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.BtnDelUser.Name = "BtnDelUser";
- this.BtnDelUser.Size = new System.Drawing.Size(71, 22);
- this.BtnDelUser.Text = "Удалить";
- this.BtnDelUser.Click += new System.EventHandler(this.BtnDelUser_Click);
- //
- // BtnInfoTraffic
- //
- this.BtnInfoTraffic.Alignment = System.Windows.Forms.ToolStripItemAlignment.Right;
- this.BtnInfoTraffic.Image = global::ImpulseVision.Properties.Resources._103515_text_document_information_icon;
- this.BtnInfoTraffic.ImageTransparentColor = System.Drawing.Color.Magenta;
- this.BtnInfoTraffic.Name = "BtnInfoTraffic";
- this.BtnInfoTraffic.Size = new System.Drawing.Size(92, 22);
- this.BtnInfoTraffic.Text = "Посещения";
- this.BtnInfoTraffic.Click += new System.EventHandler(this.BtnInfoTraffic_Click);
- //
- // statusStrip1
- //
- this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
- this.TslStatus,
- this.ProgressOperation});
- this.statusStrip1.Location = new System.Drawing.Point(0, 440);
- this.statusStrip1.Name = "statusStrip1";
- this.statusStrip1.Padding = new System.Windows.Forms.Padding(1, 0, 11, 0);
- this.statusStrip1.Size = new System.Drawing.Size(789, 24);
- this.statusStrip1.TabIndex = 3;
- this.statusStrip1.Text = "statusStrip1";
- //
- // TslStatus
- //
- this.TslStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(243)))), ((int)(((byte)(243)))), ((int)(((byte)(243)))));
- this.TslStatus.Name = "TslStatus";
- this.TslStatus.Size = new System.Drawing.Size(38, 19);
- this.TslStatus.Text = "Готов";
- //
- // ProgressOperation
- //
- this.ProgressOperation.Name = "ProgressOperation";
- this.ProgressOperation.Size = new System.Drawing.Size(100, 18);
- //
- // TimerNewCam
- //
- this.TimerNewCam.Enabled = true;
- this.TimerNewCam.Interval = 500;
- this.TimerNewCam.Tick += new System.EventHandler(this.TimerNewCam_Tick);
- //
- // TimerCheckTrain
- //
- this.TimerCheckTrain.Interval = 250;
- //
- // TabPages
- //
- this.TabPages.Controls.Add(this.TbUsers);
- this.TabPages.Controls.Add(this.TbMain);
- this.TabPages.Controls.Add(this.TbSettings);
- this.TabPages.Controls.Add(this.TbVisits);
- this.TabPages.Controls.Add(this.TbJournal);
- this.TabPages.Dock = System.Windows.Forms.DockStyle.Fill;
- this.TabPages.Location = new System.Drawing.Point(0, 49);
- this.TabPages.Name = "TabPages";
- this.TabPages.SelectedIndex = 0;
- this.TabPages.Size = new System.Drawing.Size(789, 391);
- this.TabPages.TabIndex = 4;
- //
- // TbUsers
- //
- this.TbUsers.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbUsers.Controls.Add(this.TableUsers);
- this.TbUsers.Controls.Add(this.RPanelUser);
- this.TbUsers.Location = new System.Drawing.Point(4, 30);
- this.TbUsers.Name = "TbUsers";
- this.TbUsers.Size = new System.Drawing.Size(781, 357);
- this.TbUsers.TabIndex = 2;
- this.TbUsers.Text = "tabPage3";
- //
- // TableUsers
- //
- this.TableUsers.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.TableUsers.AutoScroll = true;
- this.TableUsers.ColumnCount = 1;
- this.TableUsers.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.TableUsers.Location = new System.Drawing.Point(0, 31);
- this.TableUsers.Name = "TableUsers";
- this.TableUsers.RowCount = 1;
- this.TableUsers.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.TableUsers.Size = new System.Drawing.Size(781, 283);
- this.TableUsers.TabIndex = 7;
- //
- // RPanelUser
- //
- this.RPanelUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.RPanelUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
- this.RPanelUser.BackColorAdditional = System.Drawing.Color.Gray;
- this.RPanelUser.BackColorGradientEnabled = false;
- this.RPanelUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.RPanelUser.BorderColor = System.Drawing.Color.Tomato;
- this.RPanelUser.BorderColorEnabled = false;
- this.RPanelUser.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.RPanelUser.BorderColorOnHoverEnabled = false;
- this.RPanelUser.Controls.Add(this.label4);
- this.RPanelUser.Cursor = System.Windows.Forms.Cursors.Default;
- this.RPanelUser.Font = new System.Drawing.Font("Verdana", 8.25F);
- this.RPanelUser.ForeColor = System.Drawing.Color.White;
- this.RPanelUser.Location = new System.Drawing.Point(3, 3);
- this.RPanelUser.Name = "RPanelUser";
- this.RPanelUser.RippleColor = System.Drawing.Color.Black;
- this.RPanelUser.RoundingEnable = true;
- this.RPanelUser.Size = new System.Drawing.Size(778, 25);
- this.RPanelUser.TabIndex = 6;
- this.RPanelUser.TextHover = null;
- this.RPanelUser.UseDownPressEffectOnClick = false;
- this.RPanelUser.UseRippleEffect = true;
- this.RPanelUser.UseZoomEffectOnHover = false;
- //
- // label4
- //
- this.label4.BackColor = System.Drawing.Color.Transparent;
- this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label4.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.label4.ForeColor = System.Drawing.Color.White;
- this.label4.Location = new System.Drawing.Point(0, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(778, 25);
- this.label4.TabIndex = 5;
- this.label4.Text = "<Пользователи>";
- this.label4.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // TbMain
- //
- this.TbMain.BackColor = System.Drawing.Color.White;
- this.TbMain.Controls.Add(this.TableLayoutWorks);
- this.TbMain.Location = new System.Drawing.Point(4, 30);
- this.TbMain.Name = "TbMain";
- this.TbMain.Padding = new System.Windows.Forms.Padding(3);
- this.TbMain.Size = new System.Drawing.Size(781, 357);
- this.TbMain.TabIndex = 0;
- this.TbMain.Text = "tabPage1";
- //
- // TableLayoutWorks
- //
- this.TableLayoutWorks.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TableLayoutWorks.ColumnCount = 2;
- this.TableLayoutWorks.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 256F));
- this.TableLayoutWorks.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 519F));
- this.TableLayoutWorks.Controls.Add(this.PbxEther, 1, 0);
- this.TableLayoutWorks.Controls.Add(this.panel1, 0, 0);
- this.TableLayoutWorks.Dock = System.Windows.Forms.DockStyle.Fill;
- this.TableLayoutWorks.Location = new System.Drawing.Point(3, 3);
- this.TableLayoutWorks.Name = "TableLayoutWorks";
- this.TableLayoutWorks.RowCount = 1;
- this.TableLayoutWorks.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.TableLayoutWorks.Size = new System.Drawing.Size(775, 351);
- this.TableLayoutWorks.TabIndex = 6;
- //
- // PbxEther
- //
- this.PbxEther.BackColor = System.Drawing.Color.Transparent;
- this.PbxEther.Dock = System.Windows.Forms.DockStyle.Fill;
- this.PbxEther.Location = new System.Drawing.Point(258, 3);
- this.PbxEther.Margin = new System.Windows.Forms.Padding(2, 3, 2, 3);
- this.PbxEther.Name = "PbxEther";
- this.PbxEther.Size = new System.Drawing.Size(515, 345);
- this.PbxEther.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
- this.PbxEther.TabIndex = 2;
- this.PbxEther.TabStop = false;
- //
- // panel1
- //
- this.panel1.BackColor = System.Drawing.Color.White;
- this.panel1.Controls.Add(this.TbxPhone);
- this.panel1.Controls.Add(this.TbxPasportNum);
- this.panel1.Controls.Add(this.TbxPasportSeria);
- this.panel1.Controls.Add(this.TbxPatronymic);
- this.panel1.Controls.Add(this.TbxFirstname);
- this.panel1.Controls.Add(this.RPanelForAddUser);
- this.panel1.Controls.Add(this.TbxLastname);
- this.panel1.Controls.Add(this.BtnSave);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(3, 3);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(250, 345);
- this.panel1.TabIndex = 0;
- //
- // TbxPhone
- //
- this.TbxPhone.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbxPhone.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
- this.TbxPhone.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.TbxPhone.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.TbxPhone.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbxPhone.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
- this.TbxPhone.ForeColor = System.Drawing.Color.Black;
- this.TbxPhone.Location = new System.Drawing.Point(7, 258);
- this.TbxPhone.Name = "TbxPhone";
- this.TbxPhone.SelectionStart = 0;
- this.TbxPhone.Size = new System.Drawing.Size(236, 40);
- this.TbxPhone.TabIndex = 10;
- this.TbxPhone.TextInput = "";
- this.TbxPhone.TextPreview = "Телефон";
- this.TbxPhone.UseSystemPasswordChar = false;
- //
- // TbxPasportNum
- //
- this.TbxPasportNum.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbxPasportNum.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
- this.TbxPasportNum.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.TbxPasportNum.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.TbxPasportNum.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbxPasportNum.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
- this.TbxPasportNum.ForeColor = System.Drawing.Color.Black;
- this.TbxPasportNum.Location = new System.Drawing.Point(7, 212);
- this.TbxPasportNum.Name = "TbxPasportNum";
- this.TbxPasportNum.SelectionStart = 0;
- this.TbxPasportNum.Size = new System.Drawing.Size(236, 40);
- this.TbxPasportNum.TabIndex = 9;
- this.TbxPasportNum.TextInput = "";
- this.TbxPasportNum.TextPreview = "Номер паспорта";
- this.TbxPasportNum.UseSystemPasswordChar = false;
- this.TbxPasportNum.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TbxPasportSeria_KeyPress);
- this.TbxPasportNum.Validated += new System.EventHandler(this.TbxPasportNum_Validated);
- //
- // TbxPasportSeria
- //
- this.TbxPasportSeria.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbxPasportSeria.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
- this.TbxPasportSeria.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.TbxPasportSeria.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.TbxPasportSeria.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbxPasportSeria.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
- this.TbxPasportSeria.ForeColor = System.Drawing.Color.Black;
- this.TbxPasportSeria.Location = new System.Drawing.Point(7, 166);
- this.TbxPasportSeria.Name = "TbxPasportSeria";
- this.TbxPasportSeria.SelectionStart = 0;
- this.TbxPasportSeria.Size = new System.Drawing.Size(236, 40);
- this.TbxPasportSeria.TabIndex = 8;
- this.TbxPasportSeria.TextInput = "";
- this.TbxPasportSeria.TextPreview = "Серия паспорта";
- this.TbxPasportSeria.UseSystemPasswordChar = false;
- this.TbxPasportSeria.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.TbxPasportSeria_KeyPress);
- this.TbxPasportSeria.Validated += new System.EventHandler(this.TbxPasportSeria_Validated);
- //
- // TbxPatronymic
- //
- this.TbxPatronymic.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbxPatronymic.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
- this.TbxPatronymic.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.TbxPatronymic.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.TbxPatronymic.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbxPatronymic.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
- this.TbxPatronymic.ForeColor = System.Drawing.Color.Black;
- this.TbxPatronymic.Location = new System.Drawing.Point(7, 120);
- this.TbxPatronymic.Name = "TbxPatronymic";
- this.TbxPatronymic.SelectionStart = 0;
- this.TbxPatronymic.Size = new System.Drawing.Size(236, 40);
- this.TbxPatronymic.TabIndex = 7;
- this.TbxPatronymic.TextInput = "";
- this.TbxPatronymic.TextPreview = "Отчество";
- this.TbxPatronymic.UseSystemPasswordChar = false;
- //
- // TbxFirstname
- //
- this.TbxFirstname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbxFirstname.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
- this.TbxFirstname.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.TbxFirstname.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.TbxFirstname.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbxFirstname.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
- this.TbxFirstname.ForeColor = System.Drawing.Color.Black;
- this.TbxFirstname.Location = new System.Drawing.Point(7, 74);
- this.TbxFirstname.Name = "TbxFirstname";
- this.TbxFirstname.SelectionStart = 0;
- this.TbxFirstname.Size = new System.Drawing.Size(236, 40);
- this.TbxFirstname.TabIndex = 6;
- this.TbxFirstname.TextInput = "";
- this.TbxFirstname.TextPreview = "Имя";
- this.TbxFirstname.UseSystemPasswordChar = false;
- //
- // RPanelForAddUser
- //
- this.RPanelForAddUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.RPanelForAddUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
- this.RPanelForAddUser.BackColorAdditional = System.Drawing.Color.Gray;
- this.RPanelForAddUser.BackColorGradientEnabled = false;
- this.RPanelForAddUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.RPanelForAddUser.BorderColor = System.Drawing.Color.Tomato;
- this.RPanelForAddUser.BorderColorEnabled = false;
- this.RPanelForAddUser.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.RPanelForAddUser.BorderColorOnHoverEnabled = false;
- this.RPanelForAddUser.Controls.Add(this.label1);
- this.RPanelForAddUser.Cursor = System.Windows.Forms.Cursors.Default;
- this.RPanelForAddUser.Font = new System.Drawing.Font("Verdana", 8.25F);
- this.RPanelForAddUser.ForeColor = System.Drawing.Color.White;
- this.RPanelForAddUser.Location = new System.Drawing.Point(3, 3);
- this.RPanelForAddUser.Name = "RPanelForAddUser";
- this.RPanelForAddUser.RippleColor = System.Drawing.Color.Black;
- this.RPanelForAddUser.RoundingEnable = true;
- this.RPanelForAddUser.Size = new System.Drawing.Size(244, 25);
- this.RPanelForAddUser.TabIndex = 5;
- this.RPanelForAddUser.TextHover = null;
- this.RPanelForAddUser.UseDownPressEffectOnClick = false;
- this.RPanelForAddUser.UseRippleEffect = true;
- this.RPanelForAddUser.UseZoomEffectOnHover = false;
- //
- // label1
- //
- this.label1.BackColor = System.Drawing.Color.Transparent;
- this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label1.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
- this.label1.ForeColor = System.Drawing.Color.White;
- this.label1.Location = new System.Drawing.Point(0, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(244, 25);
- this.label1.TabIndex = 0;
- this.label1.Text = "Добавление пользователя:";
- this.label1.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // TbxLastname
- //
- this.TbxLastname.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbxLastname.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
- this.TbxLastname.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.TbxLastname.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.TbxLastname.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbxLastname.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
- this.TbxLastname.ForeColor = System.Drawing.Color.Black;
- this.TbxLastname.Location = new System.Drawing.Point(7, 28);
- this.TbxLastname.Name = "TbxLastname";
- this.TbxLastname.SelectionStart = 0;
- this.TbxLastname.Size = new System.Drawing.Size(236, 40);
- this.TbxLastname.TabIndex = 4;
- this.TbxLastname.TextInput = "";
- this.TbxLastname.TextPreview = "Фамилия";
- this.TbxLastname.UseSystemPasswordChar = false;
- //
- // BtnSave
- //
- this.BtnSave.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.BtnSave.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.BtnSave.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
- this.BtnSave.Location = new System.Drawing.Point(7, 307);
- this.BtnSave.Name = "BtnSave";
- this.BtnSave.Size = new System.Drawing.Size(236, 35);
- this.BtnSave.TabIndex = 3;
- this.BtnSave.Text = "Добавить";
- this.BtnSave.UseVisualStyleBackColor = false;
- this.BtnSave.Click += new System.EventHandler(this.BtnSave_Click);
- //
- // TbSettings
- //
- this.TbSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbSettings.Controls.Add(this.GbxUserParameters);
- this.TbSettings.Controls.Add(this.GbxSystemParameters);
- this.TbSettings.Controls.Add(this.RPanelSettings);
- this.TbSettings.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbSettings.Location = new System.Drawing.Point(4, 30);
- this.TbSettings.Name = "TbSettings";
- this.TbSettings.Padding = new System.Windows.Forms.Padding(3);
- this.TbSettings.Size = new System.Drawing.Size(781, 357);
- this.TbSettings.TabIndex = 1;
- this.TbSettings.Text = "tabPage2";
- //
- // GbxUserParameters
- //
- this.GbxUserParameters.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.GbxUserParameters.Controls.Add(this.LblAdminID);
- this.GbxUserParameters.Controls.Add(this.BtnEditUserParameters);
- this.GbxUserParameters.Controls.Add(this.TbxConfirmNewPass);
- this.GbxUserParameters.Controls.Add(this.TbxNewPass);
- this.GbxUserParameters.Controls.Add(this.TbxOldPass);
- this.GbxUserParameters.Controls.Add(this.TbxLogin);
- this.GbxUserParameters.Location = new System.Drawing.Point(543, 37);
- this.GbxUserParameters.Name = "GbxUserParameters";
- this.GbxUserParameters.Size = new System.Drawing.Size(232, 322);
- this.GbxUserParameters.TabIndex = 12;
- this.GbxUserParameters.TabStop = false;
- this.GbxUserParameters.Text = "Параметры пользователя";
- //
- // LblAdminID
- //
- this.LblAdminID.AutoSize = true;
- this.LblAdminID.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsAdministrator, "ID", true));
- this.LblAdminID.Location = new System.Drawing.Point(6, 209);
- this.LblAdminID.Name = "LblAdminID";
- this.LblAdminID.Size = new System.Drawing.Size(77, 21);
- this.LblAdminID.TabIndex = 12;
- this.LblAdminID.Text = "AdminID";
- //
- // BsAdministrator
- //
- this.BsAdministrator.DataMember = "Staffs";
- this.BsAdministrator.DataSource = this.impulseVisionAppDataSet1;
- //
- // impulseVisionAppDataSet1
- //
- this.impulseVisionAppDataSet1.DataSetName = "ImpulseVisionAppDataSet";
- this.impulseVisionAppDataSet1.SchemaSerializationMode = System.Data.SchemaSerializationMode.IncludeSchema;
- //
- // BtnEditUserParameters
- //
- this.BtnEditUserParameters.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
- this.BtnEditUserParameters.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.BtnEditUserParameters.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.BtnEditUserParameters.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(246)))), ((int)(((byte)(255)))), ((int)(((byte)(248)))));
- this.BtnEditUserParameters.Location = new System.Drawing.Point(6, 281);
- this.BtnEditUserParameters.Name = "BtnEditUserParameters";
- this.BtnEditUserParameters.Size = new System.Drawing.Size(220, 35);
- this.BtnEditUserParameters.TabIndex = 11;
- this.BtnEditUserParameters.Text = "Изменить";
- this.BtnEditUserParameters.UseVisualStyleBackColor = false;
- this.BtnEditUserParameters.Click += new System.EventHandler(this.BtnEditUserParameters_Click);
- //
- // TbxConfirmNewPass
- //
- this.TbxConfirmNewPass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.TbxConfirmNewPass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbxConfirmNewPass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
- this.TbxConfirmNewPass.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.TbxConfirmNewPass.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.TbxConfirmNewPass.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbxConfirmNewPass.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
- this.TbxConfirmNewPass.ForeColor = System.Drawing.Color.Black;
- this.TbxConfirmNewPass.Location = new System.Drawing.Point(6, 166);
- this.TbxConfirmNewPass.Name = "TbxConfirmNewPass";
- this.TbxConfirmNewPass.SelectionStart = 0;
- this.TbxConfirmNewPass.Size = new System.Drawing.Size(220, 40);
- this.TbxConfirmNewPass.TabIndex = 10;
- this.TbxConfirmNewPass.TextInput = "";
- this.TbxConfirmNewPass.TextPreview = "Подтверждение пароля";
- this.TbxConfirmNewPass.UseSystemPasswordChar = false;
- //
- // TbxNewPass
- //
- this.TbxNewPass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.TbxNewPass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbxNewPass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
- this.TbxNewPass.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.TbxNewPass.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.TbxNewPass.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbxNewPass.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
- this.TbxNewPass.ForeColor = System.Drawing.Color.Black;
- this.TbxNewPass.Location = new System.Drawing.Point(6, 120);
- this.TbxNewPass.Name = "TbxNewPass";
- this.TbxNewPass.SelectionStart = 0;
- this.TbxNewPass.Size = new System.Drawing.Size(220, 40);
- this.TbxNewPass.TabIndex = 9;
- this.TbxNewPass.TextInput = "";
- this.TbxNewPass.TextPreview = "Новый пароль";
- this.TbxNewPass.UseSystemPasswordChar = false;
- //
- // TbxOldPass
- //
- this.TbxOldPass.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.TbxOldPass.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbxOldPass.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
- this.TbxOldPass.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.TbxOldPass.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.TbxOldPass.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbxOldPass.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
- this.TbxOldPass.ForeColor = System.Drawing.Color.Black;
- this.TbxOldPass.Location = new System.Drawing.Point(6, 74);
- this.TbxOldPass.Name = "TbxOldPass";
- this.TbxOldPass.SelectionStart = 0;
- this.TbxOldPass.Size = new System.Drawing.Size(220, 40);
- this.TbxOldPass.TabIndex = 8;
- this.TbxOldPass.TextInput = "";
- this.TbxOldPass.TextPreview = "Старый пароль";
- this.TbxOldPass.UseSystemPasswordChar = false;
- //
- // TbxLogin
- //
- this.TbxLogin.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.TbxLogin.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbxLogin.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(137)))), ((int)(((byte)(60)))), ((int)(((byte)(143)))));
- this.TbxLogin.BorderColorNotActive = System.Drawing.Color.FromArgb(((int)(((byte)(124)))), ((int)(((byte)(136)))), ((int)(((byte)(144)))));
- this.TbxLogin.Cursor = System.Windows.Forms.Cursors.IBeam;
- this.TbxLogin.DataBindings.Add(new System.Windows.Forms.Binding("Text", this.BsAdministrator, "Login", true));
- this.TbxLogin.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbxLogin.FontTextPreview = new System.Drawing.Font("Arial", 8F, System.Drawing.FontStyle.Bold);
- this.TbxLogin.ForeColor = System.Drawing.Color.Black;
- this.TbxLogin.Location = new System.Drawing.Point(6, 28);
- this.TbxLogin.Name = "TbxLogin";
- this.TbxLogin.SelectionStart = 0;
- this.TbxLogin.Size = new System.Drawing.Size(220, 40);
- this.TbxLogin.TabIndex = 7;
- this.TbxLogin.TextInput = "";
- this.TbxLogin.TextPreview = "Логин";
- this.TbxLogin.UseSystemPasswordChar = false;
- //
- // GbxSystemParameters
- //
- this.GbxSystemParameters.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)));
- this.GbxSystemParameters.Controls.Add(this.SwSaveSizeWindow);
- this.GbxSystemParameters.Controls.Add(this.SwAutoRun);
- this.GbxSystemParameters.Controls.Add(this.label14);
- this.GbxSystemParameters.Controls.Add(this.label2);
- this.GbxSystemParameters.Controls.Add(this.label11);
- this.GbxSystemParameters.Controls.Add(this.label3);
- this.GbxSystemParameters.Controls.Add(this.NumCountDaySaveLogFiles);
- this.GbxSystemParameters.Controls.Add(this.SwPositionWindow);
- this.GbxSystemParameters.Controls.Add(this.label10);
- this.GbxSystemParameters.Location = new System.Drawing.Point(8, 37);
- this.GbxSystemParameters.Name = "GbxSystemParameters";
- this.GbxSystemParameters.Size = new System.Drawing.Size(529, 322);
- this.GbxSystemParameters.TabIndex = 11;
- this.GbxSystemParameters.TabStop = false;
- this.GbxSystemParameters.Text = "Параметры системы";
- //
- // SwSaveSizeWindow
- //
- this.SwSaveSizeWindow.BackColor = System.Drawing.Color.White;
- this.SwSaveSizeWindow.BackColorOFF = System.Drawing.Color.Silver;
- this.SwSaveSizeWindow.BackColorON = System.Drawing.Color.LimeGreen;
- this.SwSaveSizeWindow.Checked = false;
- this.SwSaveSizeWindow.Cursor = System.Windows.Forms.Cursors.Hand;
- this.SwSaveSizeWindow.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.SwSaveSizeWindow.Location = new System.Drawing.Point(401, 113);
- this.SwSaveSizeWindow.Name = "SwSaveSizeWindow";
- this.SwSaveSizeWindow.Size = new System.Drawing.Size(43, 15);
- this.SwSaveSizeWindow.TabIndex = 10;
- this.SwSaveSizeWindow.TextOnChecked = "";
- //
- // SwAutoRun
- //
- this.SwAutoRun.BackColor = System.Drawing.Color.White;
- this.SwAutoRun.BackColorOFF = System.Drawing.Color.Silver;
- this.SwAutoRun.BackColorON = System.Drawing.Color.LimeGreen;
- this.SwAutoRun.Checked = false;
- this.SwAutoRun.Cursor = System.Windows.Forms.Cursors.Hand;
- this.SwAutoRun.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.SwAutoRun.Location = new System.Drawing.Point(401, 38);
- this.SwAutoRun.Name = "SwAutoRun";
- this.SwAutoRun.Size = new System.Drawing.Size(43, 15);
- this.SwAutoRun.TabIndex = 1;
- this.SwAutoRun.TextOnChecked = "";
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Location = new System.Drawing.Point(6, 107);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(312, 21);
- this.label14.TabIndex = 9;
- this.label14.Text = "Сохранять размеры окна приложения";
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(6, 34);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(336, 21);
- this.label2.TabIndex = 3;
- this.label2.Text = "Запускать приложение вместе с Windows";
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(472, 147);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(49, 21);
- this.label11.TabIndex = 8;
- this.label11.Text = "дней";
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(6, 71);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(365, 21);
- this.label3.TabIndex = 4;
- this.label3.Text = "Сохранять положение окна при перезапуске";
- //
- // NumCountDaySaveLogFiles
- //
- this.NumCountDaySaveLogFiles.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
- this.NumCountDaySaveLogFiles.Location = new System.Drawing.Point(403, 145);
- this.NumCountDaySaveLogFiles.Maximum = new decimal(new int[] {
- 30,
- 0,
- 0,
- 0});
- this.NumCountDaySaveLogFiles.Minimum = new decimal(new int[] {
- 2,
- 0,
- 0,
- 0});
- this.NumCountDaySaveLogFiles.Name = "NumCountDaySaveLogFiles";
- this.NumCountDaySaveLogFiles.ReadOnly = true;
- this.NumCountDaySaveLogFiles.Size = new System.Drawing.Size(63, 29);
- this.NumCountDaySaveLogFiles.TabIndex = 7;
- this.NumCountDaySaveLogFiles.Value = new decimal(new int[] {
- 2,
- 0,
- 0,
- 0});
- //
- // SwPositionWindow
- //
- this.SwPositionWindow.BackColor = System.Drawing.Color.White;
- this.SwPositionWindow.BackColorOFF = System.Drawing.Color.Silver;
- this.SwPositionWindow.BackColorON = System.Drawing.Color.LimeGreen;
- this.SwPositionWindow.Checked = false;
- this.SwPositionWindow.Cursor = System.Windows.Forms.Cursors.Hand;
- this.SwPositionWindow.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.SwPositionWindow.Location = new System.Drawing.Point(401, 75);
- this.SwPositionWindow.Name = "SwPositionWindow";
- this.SwPositionWindow.Size = new System.Drawing.Size(43, 15);
- this.SwPositionWindow.TabIndex = 5;
- this.SwPositionWindow.TextOnChecked = "";
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(8, 147);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(203, 21);
- this.label10.TabIndex = 6;
- this.label10.Text = "Хранить файлы журнала";
- //
- // RPanelSettings
- //
- this.RPanelSettings.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.RPanelSettings.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
- this.RPanelSettings.BackColorAdditional = System.Drawing.Color.Gray;
- this.RPanelSettings.BackColorGradientEnabled = false;
- this.RPanelSettings.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.RPanelSettings.BorderColor = System.Drawing.Color.Tomato;
- this.RPanelSettings.BorderColorEnabled = false;
- this.RPanelSettings.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.RPanelSettings.BorderColorOnHoverEnabled = false;
- this.RPanelSettings.Controls.Add(this.LblTextSettings);
- this.RPanelSettings.Cursor = System.Windows.Forms.Cursors.Default;
- this.RPanelSettings.Font = new System.Drawing.Font("Verdana", 8.25F);
- this.RPanelSettings.ForeColor = System.Drawing.Color.White;
- this.RPanelSettings.Location = new System.Drawing.Point(3, 6);
- this.RPanelSettings.Name = "RPanelSettings";
- this.RPanelSettings.RippleColor = System.Drawing.Color.Black;
- this.RPanelSettings.RoundingEnable = true;
- this.RPanelSettings.Size = new System.Drawing.Size(775, 25);
- this.RPanelSettings.TabIndex = 2;
- this.RPanelSettings.TextHover = null;
- this.RPanelSettings.UseDownPressEffectOnClick = false;
- this.RPanelSettings.UseRippleEffect = true;
- this.RPanelSettings.UseZoomEffectOnHover = false;
- //
- // LblTextSettings
- //
- this.LblTextSettings.BackColor = System.Drawing.Color.Transparent;
- this.LblTextSettings.Dock = System.Windows.Forms.DockStyle.Fill;
- this.LblTextSettings.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.LblTextSettings.ForeColor = System.Drawing.Color.White;
- this.LblTextSettings.Location = new System.Drawing.Point(0, 0);
- this.LblTextSettings.Name = "LblTextSettings";
- this.LblTextSettings.Size = new System.Drawing.Size(775, 25);
- this.LblTextSettings.TabIndex = 0;
- this.LblTextSettings.Text = "<Настройки>";
- this.LblTextSettings.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // TbVisits
- //
- this.TbVisits.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbVisits.Controls.Add(this.CbxIsAuthentification);
- this.TbVisits.Controls.Add(this.CbxFilterDate);
- this.TbVisits.Controls.Add(this.label7);
- this.TbVisits.Controls.Add(this.PanelHeader);
- this.TbVisits.Controls.Add(this.TbxFindUser);
- this.TbVisits.Controls.Add(this.TabJournal);
- this.TbVisits.Controls.Add(this.DtpFiniteDate);
- this.TbVisits.Controls.Add(this.CmbSortDate);
- this.TbVisits.Controls.Add(this.PanelPeriod);
- this.TbVisits.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbVisits.Location = new System.Drawing.Point(4, 30);
- this.TbVisits.Name = "TbVisits";
- this.TbVisits.Size = new System.Drawing.Size(781, 357);
- this.TbVisits.TabIndex = 3;
- this.TbVisits.Text = "tabPage1";
- //
- // CbxIsAuthentification
- //
- this.CbxIsAuthentification.AutoSize = true;
- this.CbxIsAuthentification.Checked = true;
- this.CbxIsAuthentification.CheckState = System.Windows.Forms.CheckState.Checked;
- this.CbxIsAuthentification.Location = new System.Drawing.Point(557, 45);
- this.CbxIsAuthentification.Name = "CbxIsAuthentification";
- this.CbxIsAuthentification.Size = new System.Drawing.Size(219, 25);
- this.CbxIsAuthentification.TabIndex = 10;
- this.CbxIsAuthentification.Text = "Ложные распознавания";
- this.CbxIsAuthentification.UseVisualStyleBackColor = true;
- this.CbxIsAuthentification.CheckedChanged += new System.EventHandler(this.CbxIsAuthentification_CheckedChanged);
- //
- // CbxFilterDate
- //
- this.CbxFilterDate.AutoSize = true;
- this.CbxFilterDate.Checked = true;
- this.CbxFilterDate.CheckState = System.Windows.Forms.CheckState.Checked;
- this.CbxFilterDate.Location = new System.Drawing.Point(369, 44);
- this.CbxFilterDate.Name = "CbxFilterDate";
- this.CbxFilterDate.Size = new System.Drawing.Size(188, 25);
- this.CbxFilterDate.TabIndex = 9;
- this.CbxFilterDate.Text = "Фильтрация по дате";
- this.CbxFilterDate.UseVisualStyleBackColor = true;
- this.CbxFilterDate.CheckedChanged += new System.EventHandler(this.CbxFilterDate_CheckedChanged);
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(8, 44);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(128, 21);
- this.label7.TabIndex = 6;
- this.label7.Text = "Поиск по ФИО:";
- //
- // PanelHeader
- //
- this.PanelHeader.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.PanelHeader.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.PanelHeader.Controls.Add(this.RPanelTitleDate);
- this.PanelHeader.Controls.Add(this.RPanelTitleExit);
- this.PanelHeader.Controls.Add(this.RPanelTitleEntrance);
- this.PanelHeader.Controls.Add(this.RPanelForNameUser);
- this.PanelHeader.Location = new System.Drawing.Point(0, 76);
- this.PanelHeader.Name = "PanelHeader";
- this.PanelHeader.Size = new System.Drawing.Size(781, 32);
- this.PanelHeader.TabIndex = 8;
- //
- // RPanelTitleDate
- //
- this.RPanelTitleDate.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.RPanelTitleDate.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
- this.RPanelTitleDate.BackColorAdditional = System.Drawing.Color.Gray;
- this.RPanelTitleDate.BackColorGradientEnabled = false;
- this.RPanelTitleDate.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.RPanelTitleDate.BorderColor = System.Drawing.Color.Tomato;
- this.RPanelTitleDate.BorderColorEnabled = false;
- this.RPanelTitleDate.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.RPanelTitleDate.BorderColorOnHoverEnabled = false;
- this.RPanelTitleDate.Controls.Add(this.label13);
- this.RPanelTitleDate.Cursor = System.Windows.Forms.Cursors.Default;
- this.RPanelTitleDate.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.RPanelTitleDate.ForeColor = System.Drawing.Color.White;
- this.RPanelTitleDate.Location = new System.Drawing.Point(653, 3);
- this.RPanelTitleDate.Name = "RPanelTitleDate";
- this.RPanelTitleDate.RippleColor = System.Drawing.Color.Black;
- this.RPanelTitleDate.RoundingEnable = true;
- this.RPanelTitleDate.Size = new System.Drawing.Size(123, 25);
- this.RPanelTitleDate.TabIndex = 10;
- this.RPanelTitleDate.TextHover = null;
- this.RPanelTitleDate.UseDownPressEffectOnClick = false;
- this.RPanelTitleDate.UseRippleEffect = true;
- this.RPanelTitleDate.UseZoomEffectOnHover = false;
- //
- // label13
- //
- this.label13.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label13.Location = new System.Drawing.Point(5, 0);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(115, 25);
- this.label13.TabIndex = 0;
- this.label13.Text = "Дата";
- this.label13.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // RPanelTitleExit
- //
- this.RPanelTitleExit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.RPanelTitleExit.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
- this.RPanelTitleExit.BackColorAdditional = System.Drawing.Color.Gray;
- this.RPanelTitleExit.BackColorGradientEnabled = false;
- this.RPanelTitleExit.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.RPanelTitleExit.BorderColor = System.Drawing.Color.Tomato;
- this.RPanelTitleExit.BorderColorEnabled = false;
- this.RPanelTitleExit.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.RPanelTitleExit.BorderColorOnHoverEnabled = false;
- this.RPanelTitleExit.Controls.Add(this.label12);
- this.RPanelTitleExit.Cursor = System.Windows.Forms.Cursors.Default;
- this.RPanelTitleExit.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.RPanelTitleExit.ForeColor = System.Drawing.Color.White;
- this.RPanelTitleExit.Location = new System.Drawing.Point(547, 3);
- this.RPanelTitleExit.Name = "RPanelTitleExit";
- this.RPanelTitleExit.RippleColor = System.Drawing.Color.Black;
- this.RPanelTitleExit.RoundingEnable = true;
- this.RPanelTitleExit.Size = new System.Drawing.Size(105, 25);
- this.RPanelTitleExit.TabIndex = 10;
- this.RPanelTitleExit.TextHover = null;
- this.RPanelTitleExit.UseDownPressEffectOnClick = false;
- this.RPanelTitleExit.UseRippleEffect = true;
- this.RPanelTitleExit.UseZoomEffectOnHover = false;
- //
- // label12
- //
- this.label12.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label12.Location = new System.Drawing.Point(5, 0);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(97, 25);
- this.label12.TabIndex = 0;
- this.label12.Text = "Выход";
- this.label12.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // RPanelTitleEntrance
- //
- this.RPanelTitleEntrance.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.RPanelTitleEntrance.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
- this.RPanelTitleEntrance.BackColorAdditional = System.Drawing.Color.Gray;
- this.RPanelTitleEntrance.BackColorGradientEnabled = false;
- this.RPanelTitleEntrance.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.RPanelTitleEntrance.BorderColor = System.Drawing.Color.Tomato;
- this.RPanelTitleEntrance.BorderColorEnabled = false;
- this.RPanelTitleEntrance.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.RPanelTitleEntrance.BorderColorOnHoverEnabled = false;
- this.RPanelTitleEntrance.Controls.Add(this.label8);
- this.RPanelTitleEntrance.Cursor = System.Windows.Forms.Cursors.Default;
- this.RPanelTitleEntrance.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.RPanelTitleEntrance.ForeColor = System.Drawing.Color.White;
- this.RPanelTitleEntrance.Location = new System.Drawing.Point(441, 3);
- this.RPanelTitleEntrance.Name = "RPanelTitleEntrance";
- this.RPanelTitleEntrance.RippleColor = System.Drawing.Color.Black;
- this.RPanelTitleEntrance.RoundingEnable = true;
- this.RPanelTitleEntrance.Size = new System.Drawing.Size(105, 25);
- this.RPanelTitleEntrance.TabIndex = 10;
- this.RPanelTitleEntrance.TextHover = null;
- this.RPanelTitleEntrance.UseDownPressEffectOnClick = false;
- this.RPanelTitleEntrance.UseRippleEffect = true;
- this.RPanelTitleEntrance.UseZoomEffectOnHover = false;
- //
- // label8
- //
- this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.label8.Location = new System.Drawing.Point(5, 0);
- this.label8.Name = "label8";
- this.label8.Size = new System.Drawing.Size(97, 25);
- this.label8.TabIndex = 0;
- this.label8.Text = "Вход";
- this.label8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // RPanelForNameUser
- //
- this.RPanelForNameUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.RPanelForNameUser.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
- this.RPanelForNameUser.BackColorAdditional = System.Drawing.Color.Gray;
- this.RPanelForNameUser.BackColorGradientEnabled = false;
- this.RPanelForNameUser.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.RPanelForNameUser.BorderColor = System.Drawing.Color.Tomato;
- this.RPanelForNameUser.BorderColorEnabled = false;
- this.RPanelForNameUser.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.RPanelForNameUser.BorderColorOnHoverEnabled = false;
- this.RPanelForNameUser.Controls.Add(this.LblTitleNameUser);
- this.RPanelForNameUser.Cursor = System.Windows.Forms.Cursors.Default;
- this.RPanelForNameUser.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.RPanelForNameUser.ForeColor = System.Drawing.Color.White;
- this.RPanelForNameUser.Location = new System.Drawing.Point(3, 3);
- this.RPanelForNameUser.Name = "RPanelForNameUser";
- this.RPanelForNameUser.RippleColor = System.Drawing.Color.Black;
- this.RPanelForNameUser.RoundingEnable = true;
- this.RPanelForNameUser.Size = new System.Drawing.Size(437, 25);
- this.RPanelForNameUser.TabIndex = 9;
- this.RPanelForNameUser.TextHover = null;
- this.RPanelForNameUser.UseDownPressEffectOnClick = false;
- this.RPanelForNameUser.UseRippleEffect = true;
- this.RPanelForNameUser.UseZoomEffectOnHover = false;
- //
- // LblTitleNameUser
- //
- this.LblTitleNameUser.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.LblTitleNameUser.Location = new System.Drawing.Point(5, 0);
- this.LblTitleNameUser.Name = "LblTitleNameUser";
- this.LblTitleNameUser.Size = new System.Drawing.Size(429, 25);
- this.LblTitleNameUser.TabIndex = 0;
- this.LblTitleNameUser.Text = "Имя пользователя";
- this.LblTitleNameUser.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // TbxFindUser
- //
- this.TbxFindUser.Location = new System.Drawing.Point(142, 41);
- this.TbxFindUser.Name = "TbxFindUser";
- this.TbxFindUser.Size = new System.Drawing.Size(221, 29);
- this.TbxFindUser.TabIndex = 7;
- this.TbxFindUser.TextChanged += new System.EventHandler(this.TbxFindUser_TextChanged);
- //
- // TabJournal
- //
- this.TabJournal.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.TabJournal.AutoScroll = true;
- this.TabJournal.ColumnCount = 1;
- this.TabJournal.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.TabJournal.Location = new System.Drawing.Point(0, 110);
- this.TabJournal.Name = "TabJournal";
- this.TabJournal.RowCount = 1;
- this.TabJournal.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.TabJournal.Size = new System.Drawing.Size(781, 284);
- this.TabJournal.TabIndex = 5;
- //
- // DtpFiniteDate
- //
- this.DtpFiniteDate.Location = new System.Drawing.Point(182, 3);
- this.DtpFiniteDate.Name = "DtpFiniteDate";
- this.DtpFiniteDate.Size = new System.Drawing.Size(199, 29);
- this.DtpFiniteDate.TabIndex = 1;
- this.DtpFiniteDate.ValueChanged += new System.EventHandler(this.DtpFiniteDate_ValueChanged);
- //
- // CmbSortDate
- //
- this.CmbSortDate.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.CmbSortDate.FormattingEnabled = true;
- this.CmbSortDate.Items.AddRange(new object[] {
- "Дата",
- "Период"});
- this.CmbSortDate.Location = new System.Drawing.Point(8, 3);
- this.CmbSortDate.Name = "CmbSortDate";
- this.CmbSortDate.Size = new System.Drawing.Size(168, 29);
- this.CmbSortDate.TabIndex = 0;
- this.CmbSortDate.SelectedIndexChanged += new System.EventHandler(this.CmbSortDate_SelectedIndexChanged);
- //
- // PanelPeriod
- //
- this.PanelPeriod.Controls.Add(this.DtpDateEnd);
- this.PanelPeriod.Controls.Add(this.DtpDateStart);
- this.PanelPeriod.Controls.Add(this.label6);
- this.PanelPeriod.Controls.Add(this.label5);
- this.PanelPeriod.Location = new System.Drawing.Point(168, -8);
- this.PanelPeriod.Name = "PanelPeriod";
- this.PanelPeriod.Size = new System.Drawing.Size(488, 51);
- this.PanelPeriod.TabIndex = 3;
- //
- // DtpDateEnd
- //
- this.DtpDateEnd.Location = new System.Drawing.Point(279, 11);
- this.DtpDateEnd.Name = "DtpDateEnd";
- this.DtpDateEnd.Size = new System.Drawing.Size(199, 29);
- this.DtpDateEnd.TabIndex = 7;
- this.DtpDateEnd.ValueChanged += new System.EventHandler(this.DtpDateEnd_ValueChanged);
- //
- // DtpDateStart
- //
- this.DtpDateStart.Location = new System.Drawing.Point(36, 11);
- this.DtpDateStart.Name = "DtpDateStart";
- this.DtpDateStart.Size = new System.Drawing.Size(199, 29);
- this.DtpDateStart.TabIndex = 6;
- this.DtpDateStart.ValueChanged += new System.EventHandler(this.DtpDateStart_ValueChanged);
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(10, 17);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(20, 21);
- this.label6.TabIndex = 4;
- this.label6.Text = "С";
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(241, 17);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(32, 21);
- this.label5.TabIndex = 5;
- this.label5.Text = "По";
- //
- // TbJournal
- //
- this.TbJournal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.TbJournal.Controls.Add(this.TabCard);
- this.TbJournal.Controls.Add(this.RPanelTitleJournal);
- this.TbJournal.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.TbJournal.Location = new System.Drawing.Point(4, 30);
- this.TbJournal.Name = "TbJournal";
- this.TbJournal.Size = new System.Drawing.Size(781, 357);
- this.TbJournal.TabIndex = 4;
- this.TbJournal.Text = "tabPage1";
- //
- // TabCard
- //
- this.TabCard.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.TabCard.AutoScroll = true;
- this.TabCard.ColumnCount = 5;
- this.TabCard.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.TabCard.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.TabCard.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.TabCard.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.TabCard.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle());
- this.TabCard.Location = new System.Drawing.Point(3, 31);
- this.TabCard.Name = "TabCard";
- this.TabCard.RowCount = 1;
- this.TabCard.RowStyles.Add(new System.Windows.Forms.RowStyle());
- this.TabCard.Size = new System.Drawing.Size(775, 363);
- this.TabCard.TabIndex = 8;
- //
- // RPanelTitleJournal
- //
- this.RPanelTitleJournal.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.RPanelTitleJournal.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(73)))), ((int)(((byte)(104)))), ((int)(((byte)(112)))));
- this.RPanelTitleJournal.BackColorAdditional = System.Drawing.Color.Gray;
- this.RPanelTitleJournal.BackColorGradientEnabled = false;
- this.RPanelTitleJournal.BackColorGradientMode = System.Drawing.Drawing2D.LinearGradientMode.Horizontal;
- this.RPanelTitleJournal.BorderColor = System.Drawing.Color.Tomato;
- this.RPanelTitleJournal.BorderColorEnabled = false;
- this.RPanelTitleJournal.BorderColorOnHover = System.Drawing.Color.Tomato;
- this.RPanelTitleJournal.BorderColorOnHoverEnabled = false;
- this.RPanelTitleJournal.Controls.Add(this.label9);
- this.RPanelTitleJournal.Cursor = System.Windows.Forms.Cursors.Default;
- this.RPanelTitleJournal.Font = new System.Drawing.Font("Verdana", 8.25F);
- this.RPanelTitleJournal.ForeColor = System.Drawing.Color.White;
- this.RPanelTitleJournal.Location = new System.Drawing.Point(3, 3);
- this.RPanelTitleJournal.Name = "RPanelTitleJournal";
- this.RPanelTitleJournal.RippleColor = System.Drawing.Color.Black;
- this.RPanelTitleJournal.RoundingEnable = true;
- this.RPanelTitleJournal.Size = new System.Drawing.Size(775, 25);
- this.RPanelTitleJournal.TabIndex = 7;
- this.RPanelTitleJournal.TextHover = null;
- this.RPanelTitleJournal.UseDownPressEffectOnClick = false;
- this.RPanelTitleJournal.UseRippleEffect = true;
- this.RPanelTitleJournal.UseZoomEffectOnHover = false;
- //
- // label9
- //
- this.label9.BackColor = System.Drawing.Color.Transparent;
- this.label9.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label9.Font = new System.Drawing.Font("Segoe UI Variable Small Semibol", 12F, System.Drawing.FontStyle.Bold);
- this.label9.ForeColor = System.Drawing.Color.White;
- this.label9.Location = new System.Drawing.Point(0, 0);
- this.label9.Name = "label9";
- this.label9.Size = new System.Drawing.Size(775, 25);
- this.label9.TabIndex = 5;
- this.label9.Text = "<Журнал отклонённых>";
- this.label9.TextAlign = System.Drawing.ContentAlignment.TopCenter;
- //
- // ImList
- //
- this.ImList.ColorDepth = System.Windows.Forms.ColorDepth.Depth32Bit;
- this.ImList.ImageSize = new System.Drawing.Size(100, 100);
- this.ImList.TransparentColor = System.Drawing.Color.Transparent;
- //
- // TimerSaving
- //
- this.TimerSaving.Interval = 500;
- this.TimerSaving.Tick += new System.EventHandler(this.TimerSaving_Tick);
- //
- // TmAnim
- //
- this.TmAnim.Interval = 25;
- //
- // staffsTableAdapter
- //
- this.staffsTableAdapter.ClearBeforeFill = true;
- //
- // FormMain
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 21F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(253)))), ((int)(((byte)(255)))), ((int)(((byte)(252)))));
- this.ClientSize = new System.Drawing.Size(789, 464);
- this.Controls.Add(this.TabPages);
- this.Controls.Add(this.statusStrip1);
- this.Controls.Add(this.ToolsMenu);
- this.Controls.Add(this.menuStrip1);
- this.Font = new System.Drawing.Font("Segoe UI", 12F);
- this.HelpButton = true;
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MainMenuStrip = this.menuStrip1;
- this.Margin = new System.Windows.Forms.Padding(5, 6, 5, 6);
- this.MinimumSize = new System.Drawing.Size(805, 503);
- this.Name = "FormMain";
- this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "ImpulseVision";
- this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormMain_FormClosing);
- this.Load += new System.EventHandler(this.FormMain_Load);
- this.menuStrip1.ResumeLayout(false);
- this.menuStrip1.PerformLayout();
- this.ToolsMenu.ResumeLayout(false);
- this.ToolsMenu.PerformLayout();
- this.statusStrip1.ResumeLayout(false);
- this.statusStrip1.PerformLayout();
- this.TabPages.ResumeLayout(false);
- this.TbUsers.ResumeLayout(false);
- this.RPanelUser.ResumeLayout(false);
- this.TbMain.ResumeLayout(false);
- this.TableLayoutWorks.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.PbxEther)).EndInit();
- this.panel1.ResumeLayout(false);
- this.RPanelForAddUser.ResumeLayout(false);
- this.TbSettings.ResumeLayout(false);
- this.GbxUserParameters.ResumeLayout(false);
- this.GbxUserParameters.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.BsAdministrator)).EndInit();
- ((System.ComponentModel.ISupportInitialize)(this.impulseVisionAppDataSet1)).EndInit();
- this.GbxSystemParameters.ResumeLayout(false);
- this.GbxSystemParameters.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.NumCountDaySaveLogFiles)).EndInit();
- this.RPanelSettings.ResumeLayout(false);
- this.TbVisits.ResumeLayout(false);
- this.TbVisits.PerformLayout();
- this.PanelHeader.ResumeLayout(false);
- this.RPanelTitleDate.ResumeLayout(false);
- this.RPanelTitleExit.ResumeLayout(false);
- this.RPanelTitleEntrance.ResumeLayout(false);
- this.RPanelForNameUser.ResumeLayout(false);
- this.PanelPeriod.ResumeLayout(false);
- this.PanelPeriod.PerformLayout();
- this.TbJournal.ResumeLayout(false);
- this.RPanelTitleJournal.ResumeLayout(false);
- this.ResumeLayout(false);
- this.PerformLayout();
- }
- #endregion
- private System.Windows.Forms.MenuStrip menuStrip1;
- private System.Windows.Forms.ToolStripMenuItem MFile;
- private System.Windows.Forms.ToolStrip ToolsMenu;
- private System.Windows.Forms.ToolStripLabel TslSelCamText;
- private System.Windows.Forms.ToolStripComboBox CmbCams;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator1;
- private System.Windows.Forms.ToolStripButton BtnAddUser;
- private System.Windows.Forms.ToolStripButton BtnEditUser;
- private System.Windows.Forms.StatusStrip statusStrip1;
- private System.Windows.Forms.ToolStripStatusLabel TslStatus;
- private System.Windows.Forms.ToolStripProgressBar ProgressOperation;
- private System.Windows.Forms.ToolStripSeparator toolStripSeparator2;
- private System.Windows.Forms.ToolStripButton BtnDelUser;
- private System.Windows.Forms.ToolStripMenuItem MSettings;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
- private System.Windows.Forms.ToolStripMenuItem STools;
- private System.Windows.Forms.Timer TimerNewCam;
- private System.Windows.Forms.Timer TimerCheckTrain;
- private System.Windows.Forms.TabControl TabPages;
- private System.Windows.Forms.TabPage TbMain;
- private System.Windows.Forms.TableLayoutPanel TableLayoutWorks;
- private System.Windows.Forms.PictureBox PbxEther;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Button BtnSave;
- private System.Windows.Forms.TabPage TbSettings;
- private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
- private System.Windows.Forms.ToolStripMenuItem SJournal;
- private System.Windows.Forms.TabPage TbUsers;
- private System.Windows.Forms.Label LblTextSettings;
- private System.Windows.Forms.ImageList ImList;
- private System.Windows.Forms.Label label4;
- private EgoldsGoogleTextBox TbxLastname;
- private EgoldsToggleSwitch SwAutoRun;
- private RPanel RPanelSettings;
- private RPanel RPanelUser;
- private RPanel RPanelForAddUser;
- private System.Windows.Forms.TableLayoutPanel TableUsers;
- private System.Windows.Forms.ToolStripButton BtnInfoTraffic;
- private EgoldsToggleSwitch SwPositionWindow;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private EgoldsGoogleTextBox TbxPasportNum;
- private EgoldsGoogleTextBox TbxPasportSeria;
- private EgoldsGoogleTextBox TbxPatronymic;
- private EgoldsGoogleTextBox TbxFirstname;
- public System.Windows.Forms.Timer TimerSaving;
- private EgoldsGoogleTextBox TbxPhone;
- private System.Windows.Forms.TabPage TbVisits;
- private System.Windows.Forms.DateTimePicker DtpFiniteDate;
- private System.Windows.Forms.ComboBox CmbSortDate;
- private System.Windows.Forms.Panel PanelPeriod;
- private System.Windows.Forms.DateTimePicker DtpDateEnd;
- private System.Windows.Forms.DateTimePicker DtpDateStart;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label5;
- private System.Windows.Forms.Timer TmAnim;
- private System.Windows.Forms.TableLayoutPanel TabJournal;
- private System.Windows.Forms.TextBox TbxFindUser;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.Panel PanelHeader;
- private System.Windows.Forms.Label LblTitleNameUser;
- private RPanel RPanelForNameUser;
- private RPanel RPanelTitleDate;
- private System.Windows.Forms.Label label13;
- private RPanel RPanelTitleExit;
- private System.Windows.Forms.Label label12;
- private RPanel RPanelTitleEntrance;
- private System.Windows.Forms.Label label8;
- private System.Windows.Forms.TabPage TbJournal;
- private RPanel RPanelTitleJournal;
- private System.Windows.Forms.Label label9;
- private System.Windows.Forms.TableLayoutPanel TabCard;
- private System.Windows.Forms.Label label11;
- private System.Windows.Forms.NumericUpDown NumCountDaySaveLogFiles;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.CheckBox CbxIsAuthentification;
- private System.Windows.Forms.CheckBox CbxFilterDate;
- private System.Windows.Forms.GroupBox GbxSystemParameters;
- private EgoldsToggleSwitch SwSaveSizeWindow;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.GroupBox GbxUserParameters;
- private EgoldsGoogleTextBox TbxConfirmNewPass;
- private EgoldsGoogleTextBox TbxNewPass;
- private EgoldsGoogleTextBox TbxOldPass;
- private EgoldsGoogleTextBox TbxLogin;
- private System.Windows.Forms.Button BtnEditUserParameters;
- private ImpulseVisionAppDataSet impulseVisionAppDataSet1;
- public System.Windows.Forms.BindingSource BsAdministrator;
- private ImpulseVisionAppDataSetTableAdapters.StaffsTableAdapter staffsTableAdapter;
- private System.Windows.Forms.Label LblAdminID;
- }
- }
|