поправили косяк с переходом режимов и запуском сццм

This commit is contained in:
klavirshik 2024-11-10 15:15:29 +02:00
parent 3ce6ddffe4
commit ee54b15cc3
100 changed files with 1862 additions and 990 deletions

Binary file not shown.

View File

@ -34,41 +34,43 @@
this.label19 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.label3 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 180);
this.label1.Location = new System.Drawing.Point(12, 181);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(347, 13);
this.label1.TabIndex = 0;
this.label1.Text = "SCCMанагер программа для удобной организации работы c CSSM\r\n";
this.label1.Text = "SCCMанагер программа для удобной организации работы c SCCM\r\n";
//
// label20
//
this.label20.AutoSize = true;
this.label20.Location = new System.Drawing.Point(12, 216);
this.label20.Location = new System.Drawing.Point(12, 240);
this.label20.Name = "label20";
this.label20.Size = new System.Drawing.Size(439, 13);
this.label20.Size = new System.Drawing.Size(163, 39);
this.label20.TabIndex = 8;
this.label20.Text = "Цензура, идеи, тестирование Илюхин Георгий Николаевич georgii.iliukhin@gmail.co" +
"m";
this.label20.Text = "Цензура, идеи, тестирование \r\n Илюхин Георгий Николаевич \r\ngeorgii.iliukhin@gmai" +
"l.com";
//
// label19
//
this.label19.AutoSize = true;
this.label19.Location = new System.Drawing.Point(12, 229);
this.label19.Location = new System.Drawing.Point(201, 240);
this.label19.Name = "label19";
this.label19.Size = new System.Drawing.Size(337, 13);
this.label19.Size = new System.Drawing.Size(170, 39);
this.label19.TabIndex = 7;
this.label19.Text = "Разработка Симаков Владимир Михайлович klavirshik@yandex.ru";
this.label19.Text = "Разработка\r\nСимаков Владимир Михайлович\r\nklavirshik@yandex.ru";
this.label19.TextAlign = System.Drawing.ContentAlignment.TopRight;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(420, 250);
this.label2.Location = new System.Drawing.Point(340, 291);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(31, 13);
this.label2.TabIndex = 9;
@ -76,18 +78,28 @@
//
// pictureBox1
//
this.pictureBox1.Image = global::Remontor.Properties.Resources.Main2about;
this.pictureBox1.Location = new System.Drawing.Point(164, 24);
this.pictureBox1.Image = global::Remontor.Properties.Resources.Main2about1;
this.pictureBox1.Location = new System.Drawing.Point(127, 21);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(128, 128);
this.pictureBox1.TabIndex = 10;
this.pictureBox1.TabStop = false;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 194);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(62, 13);
this.label3.TabIndex = 11;
this.label3.Text = "Версия 0.2";
//
// AboutForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(457, 272);
this.ClientSize = new System.Drawing.Size(383, 313);
this.Controls.Add(this.label3);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.label2);
this.Controls.Add(this.label20);
@ -113,5 +125,6 @@
private System.Windows.Forms.Label label19;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.PictureBox pictureBox1;
private System.Windows.Forms.Label label3;
}
}

View File

@ -157,19 +157,20 @@ namespace Remontor
}
private void RecoonectBt_Click(object sender, MouseEventArgs e)
{
if(e.Button == MouseButtons.Left)
if (SConnector.ActionConnect != null)
{
if (SConnector.ActionConnect != null)
if (e.Button == MouseButtons.Left)
{
// SConnector.DeleteConnect(SConnector.ActionConnect);
// SConnector.DeleteConnect(SConnector.ActionConnect);
SConnector.ActionConnect.Reconnect();
// SConnector.NewConnect(SConnector.ActionConnect.GetComp);
// SConnector.NewConnect(SConnector.ActionConnect.GetComp);
}
}else if (e.Button == MouseButtons.Right)
{
if (SConnector.ActionConnect != null)
else if (e.Button == MouseButtons.Right)
{
if (sender is Button)
{
Button bt = (Button)sender;
@ -177,11 +178,11 @@ namespace Remontor
Control control = (Control)sender;
SConnector.FormMain.MenuStripCommand.ShowMenuUpdate(SConnector.ActionConnect, control.PointToScreen(e.Location), CloseMenu);
}
}
}
}
private void BarSessionControl_Paint(object sender, PaintEventArgs e)

View File

@ -1,4 +1,6 @@
using Remontor.Setting;
using Remontor.Pinger;
using Remontor.Seacher;
using Remontor.Setting;
using System;
using System.Collections.Generic;
using System.Diagnostics;
@ -69,7 +71,7 @@ namespace Remontor.Connector
private string ConnectStr;
public delegate void UpdateConnect();
public event UpdateConnect Update;
public Control View;
public Panel View;
public IntPtr hwnd;
private bool RecconectFlag, RecconectFlagIp;
@ -78,7 +80,7 @@ namespace Remontor.Connector
{
Comp = comp;
ConnectStr = Comp.GetNetNameStr();
PingManager.NewTaskPing(comp);
}
public Connect(IComp comp, IPAddress ip)
@ -88,13 +90,19 @@ namespace Remontor.Connector
}
public void ConnectSCCM(Control panel)
{
Panel view = new Panel();
view.Dock = DockStyle.Fill;
panel.Controls.Add(view);
ConnectSCCM(view);
}
public void ConnectSCCM(Panel view)
{
try {
View = new Panel();
View.Dock = DockStyle.Fill;
panel.Controls.Add(View);
View = view;
ModeMonitor = new OneMon();
Proc = Process.Start(SGlobalSetting.settingApp.pathApp, ConnectStr);
Proc = Process.Start(SGlobalSetting.settingApp.pathApp, ConnectStr.Split(' ')[0]);
//Proc = Process.Start(SGlobalSetting.settingApp.pathApp);
Proc.EnableRaisingEvents = true;
@ -107,16 +115,18 @@ namespace Remontor.Connector
Thread.Sleep(50);
hwnd = GetWindowHandleByTitle("Устанавливается контакт с агентом удаленного управления на клиенте " + ConnectStr.Split(' ')[0]) ;
// hwnd = GetWindowHandleByTitle("Contacting Remote Control Agent on client " + ConnectStr);
// SGlobalSetting.settingApp.DialogName
// hwnd = GetWindowHandleByTitle("Устанавливается контакт с агентом удаленного управления на клиенте " + ConnectStr.Split(' ')[0]) ;
//System.Console.WriteLine(ConnectStr.Split(' ')[0]);
string stringDialogName = SGlobalSetting.settingApp.DialogName.Replace("{#PCName}", ConnectStr.Split(' ')[0]);
hwnd = GetWindowHandleByTitle(stringDialogName);
Point CenterView = new Point(View.Bounds.Width/2, View.Bounds.Height/2);
Point CenterDraw = View.PointToScreen(CenterView);
MoveWindow(hwnd, CenterDraw.X- 325, CenterDraw.Y - 125 ,650,250,true);
MoveWindow(hwnd, CenterDraw.X- 325, CenterDraw.Y - 125 ,675,275,true);
Task.Run(new Action(() => {
Thread.Sleep(3000);
System.Console.WriteLine("reenew");
Thread.Sleep(4000);
SConnector.FormMain.Invoke(new MethodInvoker(delegate
{
@ -131,6 +141,7 @@ namespace Remontor.Connector
MessageBox.Show("Не верно заданно приложение для подключения.");
ModeMonitor = new OffMon();
SConnector.Panel.Controls.Remove(View);
SConnector.DeleteConnect(this);
return;
}
@ -149,35 +160,46 @@ namespace Remontor.Connector
private void Proc_Exited(object sender, EventArgs e)
{
SConnector.FormMain.Invoke(new MethodInvoker(delegate
ModeMonitor = new OffMon();
Proc.Dispose();
Proc = null;
try
{
DelBar();
}));
if (RecconectFlag)
{
if (RecconectFlagIp)
if (RecconectFlag)
{
SConnector.FormMain.Invoke(new MethodInvoker(delegate
if (RecconectFlagIp)
{
ReconnectBarIp();
}));
SConnector.FormMain.Invoke(new MethodInvoker(delegate
{
ReconnectBarIp();
}));
}
else
{
SConnector.FormMain.Invoke(new MethodInvoker(delegate
{
ReconnectBar();
}));
}
}
else
{
SConnector.FormMain.Invoke(new MethodInvoker(delegate
{
ReconnectBar();
DelBar();
}));
}
}
catch
{
}
RecconectFlag = false;
RecconectFlagIp = false;
Proc.Dispose();
Proc = null;
}
public void Activ(bool act)
@ -187,13 +209,14 @@ namespace Remontor.Connector
// if (act) Resize();
if (act)
{
ShowWindow(hwnd, 5);
ModeMonitor.Set();
ModeMonitor.Resize(Proc, View);
ShowWindow(hwnd, 5);
Point CenterView = new Point(View.Bounds.Width / 2, View.Bounds.Height / 2);
Point CenterDraw = View.PointToScreen(CenterView);
MoveWindow(hwnd, CenterDraw.X - 325, CenterDraw.Y - 125, 650, 250, true);
MoveWindow(hwnd, CenterDraw.X - 325, CenterDraw.Y - 125, 675, 275, true);
}
else
{
@ -216,7 +239,7 @@ namespace Remontor.Connector
ModeMonitor.Resize(Proc, View);
Point CenterView = new Point(View.Bounds.Width / 2, View.Bounds.Height / 2);
Point CenterDraw = View.PointToScreen(CenterView);
MoveWindow(hwnd, CenterDraw.X - 325, CenterDraw.Y - 125, 650, 250, true);
MoveWindow(hwnd, CenterDraw.X - 325, CenterDraw.Y - 125, 675, 275, true);
}
public void StateChange()
@ -254,19 +277,23 @@ namespace Remontor.Connector
public async void DelBar()
{
SConnector.DeleteConnect(this);
ModeMonitor = new OffMon();
SConnector.Panel.Controls.Remove(View);
}
public async void ReconnectBar()
{
SConnector.NewConnect(Comp);
ConnectSCCM(View);
if(SConnector.ActionConnect == this)
{
SConnector.Activ(this);
}
}
public async void ReconnectBarIp()
{
SConnector.NewConnectIP(Comp);
ConnectStr = Comp.GetIP().ToString();
ReconnectBar();
}
public void Delete()

View File

@ -15,18 +15,31 @@ namespace Remontor.Connector
static extern bool MoveWindow(IntPtr Handle, int x, int y, int w, int h, bool repaint);
private bool Chanded = true;
public OffMon() {
// SConnector.FormMain.Bounds = SConnector.MainBounds;
Chanded = false;
}
public override void Set()
{
Chanded = true;
SConnector.FormMain.WindowState = SConnector.WindowState;
SConnector.FormMain.Location = new System.Drawing.Point(SConnector.x, SConnector.y);
SConnector.FormMain.Width = SConnector.Width;
SConnector.FormMain.Height = SConnector.Height;
Chanded = false;
}
public override void Resize(Process Proc, Control View)
{
if (Chanded) return;
// SConnector.MainBounds = SConnector.FormMain.Bounds;
Chanded = true;
if (SConnector.FormMain.WindowState == FormWindowState.Normal)
{
SConnector.Width = SConnector.FormMain.Width;
SConnector.Height = SConnector.FormMain.Height;
SConnector.x = SConnector.FormMain.Location.X;
SConnector.y = SConnector.FormMain.Location.Y;
}
SConnector.WindowState = SConnector.FormMain.WindowState;
Chanded = false;
}
public override IModeMon Change(IModeMon Mode)
{

View File

@ -23,10 +23,17 @@ namespace Remontor.Connector
public static Connect ActionConnect = null;
public static int x,y, Width, Height;
public static FormWindowState WindowState = FormWindowState.Normal;
public static void NewConnect(IComp comp)
public static void NewConnect(IComp comp)
{
Connect con = new Connect(comp);
if (Connects.Count == 0)
{
Width = FormMain.Width;
Height = FormMain.Height;
x = FormMain.Location.X;
y = FormMain.Location.Y;
WindowState = FormMain.WindowState;
}
Connects.Add(con);
Update(Connects);
con.ConnectSCCM(Panel);
@ -37,7 +44,14 @@ namespace Remontor.Connector
public static void NewConnectIP(IComp comp)
{
Connect con = new Connect(comp, comp.GetIP());
if (Connects.Count == 0)
{
Width = FormMain.Width;
Height = FormMain.Height;
x = FormMain.Location.X;
y = FormMain.Location.Y;
WindowState = FormMain.WindowState;
}
Connects.Add(con);
Update(Connects);
con.ConnectSCCM(Panel);
@ -54,17 +68,37 @@ namespace Remontor.Connector
{
if (connect != actConnect) connect.Activ(false);
}
actConnect.Activ(true);
UpdateMode(actConnect.GetModeMon());
if (actConnect != null)
{
actConnect.Activ(true);
UpdateMode(actConnect.GetModeMon());
}
}
public static void DeleteConnect(Connect Connect)
{
{
int index = Connects.IndexOf(Connect);
Connects.Remove(Connect);
Update(Connects);
if (Connect != ActionConnect) Activ(ActionConnect);
UpdateMode(ActionConnect.GetModeMon());
if (Connect != ActionConnect)
{
Activ(ActionConnect);
}
else
{
if(Connects.Count > 0)
{
if (index == Connects.Count)
{
index--;
}
Activ(Connects[index]);
}
else
{
ActionConnect = null;
}
}
if (ActionConnect != null) UpdateMode(ActionConnect.GetModeMon());
}
public static void CloseAllSession()

View File

@ -39,10 +39,12 @@
//
this.CompNameLB.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.CompNameLB.ImeMode = System.Windows.Forms.ImeMode.NoControl;
this.CompNameLB.Location = new System.Drawing.Point(65, 12);
this.CompNameLB.Name = "CompNameLB";
this.CompNameLB.Size = new System.Drawing.Size(210, 20);
this.CompNameLB.TabIndex = 0;
this.CompNameLB.WordWrap = false;
this.CompNameLB.TextChanged += new System.EventHandler(this.CompNameLB_TextChanged);
this.CompNameLB.KeyDown += new System.Windows.Forms.KeyEventHandler(this.CompNameLB_KeyDown);
//

View File

@ -24,6 +24,7 @@ namespace Remontor.Finder
SConnector.FormMain.MenuStripCommand.actForm = this;
SessionItemControl itemControl = new SessionItemControl(new NoResult("Введите запрос"), UpdateActiv,0);
SeaherPanel.Controls.Add(itemControl);
SMetodForm.EnableContextMenu(this.CompNameLB);
}
private void ConnectBtn_Click(object sender, EventArgs e)

View File

@ -53,7 +53,7 @@
//
// BtSave
//
this.BtSave.Location = new System.Drawing.Point(3, 517);
this.BtSave.Location = new System.Drawing.Point(3, 554);
this.BtSave.Name = "BtSave";
this.BtSave.Size = new System.Drawing.Size(323, 28);
this.BtSave.TabIndex = 3;
@ -91,7 +91,7 @@
//
this.settingAppControl1.Location = new System.Drawing.Point(3, 296);
this.settingAppControl1.Name = "settingAppControl1";
this.settingAppControl1.Size = new System.Drawing.Size(325, 215);
this.settingAppControl1.Size = new System.Drawing.Size(325, 252);
this.settingAppControl1.TabIndex = 2;
//
// FlowConteinerSetting

View File

@ -59,12 +59,8 @@ namespace Remontor
{
lastWindowsState = this.WindowState;
// if(this.WindowState == FormWindowState.Maximized) SConnector.WindowState = FormWindowState.Maximized;
//if (this.WindowState == FormWindowState.Normal)
//{
// SConnector.WindowState = FormWindowState.Normal;
SConnector.StateChangeActiv();
//}
SConnector.StateChangeActiv();
}

File diff suppressed because it is too large Load Diff

BIN
Remontor/MainIcon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -33,12 +33,12 @@
this.CommandConnect = new System.Windows.Forms.ToolStripMenuItem();
this.CommandConnecIP = new System.Windows.Forms.ToolStripMenuItem();
this.CommandConnectRDP = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.CommandOpenFS = new System.Windows.Forms.ToolStripMenuItem();
this.CommandOpenRegEdit = new System.Windows.Forms.ToolStripMenuItem();
this.CommandOpenControlPC = new System.Windows.Forms.ToolStripMenuItem();
this.CommandSavePC = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
this.CommandSavePC = new System.Windows.Forms.ToolStripMenuItem();
this.contextMenuCommand.SuspendLayout();
this.SuspendLayout();
//
@ -56,66 +56,67 @@
this.CommandSavePC});
this.contextMenuCommand.Name = "contextMenuCommand";
this.contextMenuCommand.ShowImageMargin = false;
this.contextMenuCommand.Size = new System.Drawing.Size(200, 192);
this.contextMenuCommand.Size = new System.Drawing.Size(184, 192);
//
// CommandConnect
//
this.CommandConnect.Name = "CommandConnect";
this.CommandConnect.Size = new System.Drawing.Size(199, 22);
this.CommandConnect.Size = new System.Drawing.Size(183, 22);
this.CommandConnect.Text = "Подключться...";
this.CommandConnect.Click += new System.EventHandler(this.CommandConnect_Click);
//
// CommandConnecIP
//
this.CommandConnecIP.Name = "CommandConnecIP";
this.CommandConnecIP.Size = new System.Drawing.Size(199, 22);
this.CommandConnecIP.Size = new System.Drawing.Size(183, 22);
this.CommandConnecIP.Text = "Подключиться по IP";
this.CommandConnecIP.Click += new System.EventHandler(this.CommandConnecIP_Click);
//
// CommandConnectRDP
//
this.CommandConnectRDP.Name = "CommandConnectRDP";
this.CommandConnectRDP.Size = new System.Drawing.Size(199, 22);
this.CommandConnectRDP.Size = new System.Drawing.Size(183, 22);
this.CommandConnectRDP.Text = "Подключиться по RDP";
this.CommandConnectRDP.Click += new System.EventHandler(this.CommandConnectRDP_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(180, 6);
//
// CommandOpenFS
//
this.CommandOpenFS.Name = "CommandOpenFS";
this.CommandOpenFS.Size = new System.Drawing.Size(199, 22);
this.CommandOpenFS.Size = new System.Drawing.Size(183, 22);
this.CommandOpenFS.Text = "Открыть проводник";
this.CommandOpenFS.Click += new System.EventHandler(this.CommandOpenFS_Click);
//
// CommandOpenRegEdit
//
this.CommandOpenRegEdit.Name = "CommandOpenRegEdit";
this.CommandOpenRegEdit.Size = new System.Drawing.Size(199, 22);
this.CommandOpenRegEdit.Size = new System.Drawing.Size(183, 22);
this.CommandOpenRegEdit.Text = "Открыть реестр";
this.CommandOpenRegEdit.Visible = false;
this.CommandOpenRegEdit.Click += new System.EventHandler(this.CommandOpenRegEdit_Click);
//
// CommandOpenControlPC
//
this.CommandOpenControlPC.Name = "CommandOpenControlPC";
this.CommandOpenControlPC.Size = new System.Drawing.Size(199, 22);
this.CommandOpenControlPC.Text = "Открыть управление комп.";
this.CommandOpenControlPC.Size = new System.Drawing.Size(183, 22);
this.CommandOpenControlPC.Text = "Открыть управление ПК";
this.CommandOpenControlPC.Click += new System.EventHandler(this.CommandOpenControlPC_Click);
//
// CommandSavePC
//
this.CommandSavePC.Name = "CommandSavePC";
this.CommandSavePC.Size = new System.Drawing.Size(199, 22);
this.CommandSavePC.Text = "Сохранить ПК";
this.CommandSavePC.Click += new System.EventHandler(this.CommandSavePC_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(196, 6);
//
// toolStripSeparator2
//
this.toolStripSeparator2.Name = "toolStripSeparator2";
this.toolStripSeparator2.Size = new System.Drawing.Size(196, 6);
this.toolStripSeparator2.Size = new System.Drawing.Size(180, 6);
//
// CommandSavePC
//
this.CommandSavePC.Name = "CommandSavePC";
this.CommandSavePC.Size = new System.Drawing.Size(183, 22);
this.CommandSavePC.Text = "Сохранить ПК";
this.CommandSavePC.Click += new System.EventHandler(this.CommandSavePC_Click);
//
// MenuStripCommand
//

View File

@ -1,5 +1,6 @@
using Remontor.Connector;
using Remontor.Finder;
using Remontor.History;
using Remontor.Words;
using System;
using System.Collections.Generic;
@ -126,6 +127,7 @@ namespace Remontor
if (result == DialogResult.OK)
{
UpdateTree();
HistoryList.Updated();
}
}
}

View File

@ -14,9 +14,34 @@ namespace Remontor.Pinger
internal static class PingManager
{
static Dictionary<string, PingResult> ResultPing = new Dictionary<string, PingResult>();
static List<PingTask> TaskList = new List<PingTask>();
// static List<PingTask> TaskList = new List<PingTask>();
static int LifeTimePing = 20;
static public void NewTaskPing(IComp comp)
{
if (ResultPing.ContainsKey(comp.GetNetName()))
{
if ((DateTime.Now - ResultPing[comp.GetNetName()].timePing).Seconds > LifeTimePing)
{
ResultPing.Remove(comp.GetNetName());
PingTask pingTask = new PingTask(comp);
// TaskList.Add(pingTask);
}
else
{
}
}
else
{
PingTask pingTask = new PingTask(comp);
}
}
static public void NewTaskPing(Panel panel, IComp comp)
{
@ -29,7 +54,7 @@ namespace Remontor.Pinger
// panel.BackColor = Color.Gold;
ResultPing.Remove(comp.GetNetName());
PingTask pingTask = new PingTask(panel, comp);
TaskList.Add(pingTask);
// TaskList.Add(pingTask);
}
else
{

View File

@ -33,7 +33,6 @@ namespace Remontor.Pinger
catch
{
pinger.SendAsyncCancel();
if (panel != null) panel.BackColor = Color.OrangeRed;
}
}
@ -83,65 +82,11 @@ namespace Remontor.Pinger
}
PingResult pingResult = new PingResult(ping, TimeoutCount, Ip, pingable, succes, NameOrAddress);
PingManager.WriteResult(pingResult);
this.pinger.Dispose();
//throw new NotImplementedException();
}
public PingTask(string nameOrAddress)
{
this.NameOrAddress = nameOrAddress;
}
public int Timeout()
{
return TimeoutCount;
}
// public PingResult PingHost()
//{
// bool pingable = false;
// bool succes = false;
// long ping = 0;
// try
// {
// pinger = new Ping();
// PingReply reply = pinger.Send(this.NameOrAddress);
// pingable = reply.Status == IPStatus.TimedOut;
// succes = reply.Status == IPStatus.Success;
// ping = reply.RoundtripTime;
// Ip = reply.Address;
// }
// catch (PingException)
// {
// // Discard PingExceptions and return false;
// }
// finally
// {
// if (pinger != null)
// {
// pinger.Dispose();
// }
// }
// if (!succes)
// {
// if (panel != null) panel.BackColor = Color.OrangeRed;
// TimeoutCount++;
// }
// else
// {
// if (panel != null) panel.BackColor = Color.Lime;
// Comp.SetIP(Ip);
// }
// PingResult pingResult = new PingResult(ping, TimeoutCount, Ip, pingable, succes, NameOrAddress);
// PingManager.WriteResult(pingResult);
// return pingResult;
//}
}
}

View File

@ -203,19 +203,9 @@ namespace Remontor.Properties {
/// <summary>
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Main2 {
internal static System.Drawing.Bitmap Main2about1 {
get {
object obj = ResourceManager.GetObject("Main2", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}
/// <summary>
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
/// </summary>
internal static System.Drawing.Bitmap Main2about {
get {
object obj = ResourceManager.GetObject("Main2about", resourceCulture);
object obj = ResourceManager.GetObject("Main2about1", resourceCulture);
return ((System.Drawing.Bitmap)(obj));
}
}

View File

@ -130,11 +130,8 @@
<data name="1words" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\1words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="close_min" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\close_min.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="settings_20dp_F19E39_FILL0_wght400_GRAD0_opsz202" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\settings_20dp_F19E39_FILL0_wght400_GRAD0_opsz202.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="3words" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\3words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="8words" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\8words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@ -148,15 +145,6 @@
<data name="developer_mode_tv_24dp_48752C_FILL0_wght400_GRAD0_opsz24" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\developer_mode_tv_24dp_48752C_FILL0_wght400_GRAD0_opsz24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="menu_book_24dp_6B2346_FILL0_wght400_GRAD0_opsz241" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\menu_book_24dp_6B2346_FILL0_wght400_GRAD0_opsz241.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="5words" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\5words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Main2" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Main2.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="history_20dp_2854C5_FILL0_wght400_GRAD0_opsz201" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\history_20dp_2854C5_FILL0_wght400_GRAD0_opsz201.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
@ -166,8 +154,11 @@
<data name="close" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\close.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Add" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="menu_book_24dp_6B2346_FILL0_wght400_GRAD0_opsz241" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\menu_book_24dp_6B2346_FILL0_wght400_GRAD0_opsz241.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="settings_20dp_F19E39_FILL0_wght400_GRAD0_opsz202" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\settings_20dp_F19E39_FILL0_wght400_GRAD0_opsz202.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="7words" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\7words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@ -175,8 +166,8 @@
<data name="6words" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\6words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="3words" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\3words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="5words" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\5words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="sync_24dp_2854C5_FILL0_wght400_GRAD0_opsz24" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\sync_24dp_2854C5_FILL0_wght400_GRAD0_opsz24.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
@ -184,10 +175,16 @@
<data name="0words" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\0words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Add" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Add.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="4words" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\4words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Main2about" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Main2about.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
<data name="close_min" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\close_min.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="Main2about1" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Main2about1.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>

View File

@ -7,7 +7,7 @@
<ProjectGuid>{8D64468B-F1F0-4FF1-938F-C167174C6F4C}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>Remontor</RootNamespace>
<AssemblyName>Remontor</AssemblyName>
<AssemblyName>SCCMанагер</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
@ -33,7 +33,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Main2.ico</ApplicationIcon>
<ApplicationIcon>MainIcon.ico</ApplicationIcon>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
@ -128,6 +128,7 @@
<Compile Include="SCCMsearch\AuthLogin.cs" />
<Compile Include="SCCMsearch\AuthWin.cs" />
<Compile Include="SCCMsearch\IAuthType.cs" />
<Compile Include="SContexMenuTB.cs" />
<Compile Include="Seacher\ISeacherResult.cs" />
<Compile Include="Seacher\ISeaherMetod.cs" />
<Compile Include="Seacher\HistoryResult.cs" />
@ -181,12 +182,6 @@
<Compile Include="Words\IWordsContol.cs" />
<Compile Include="Words\IWordsItem.cs" />
<Compile Include="Words\WordsCategory.cs" />
<Compile Include="Words\WordsCategoryControl.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="Words\WordsCategoryControl.Designer.cs">
<DependentUpon>WordsCategoryControl.cs</DependentUpon>
</Compile>
<Compile Include="Words\WordsComp.cs" />
<Compile Include="Words\WordsEditCategoryControl.cs">
<SubType>UserControl</SubType>
@ -262,9 +257,6 @@
<EmbeddedResource Include="Words\BilderWords.resx">
<DependentUpon>BilderWords.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Words\WordsCategoryControl.resx">
<DependentUpon>WordsCategoryControl.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Words\WordsEditCategoryControl.resx">
<DependentUpon>WordsEditCategoryControl.cs</DependentUpon>
</EmbeddedResource>
@ -287,69 +279,18 @@
<ItemGroup>
<None Include="App.config" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\apple-touch-icon.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\reconnect.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\close.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\close_min.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\reconnect_min.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\connect_min.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\down_min.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\down_min1.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\down_min11.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\up_min1.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\max_size.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\Person.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\up_min11.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\min_size.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\1_size.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\2_size.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\doble.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\settings_20dp_F19E39_FILL0_wght400_GRAD0_opsz20.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\settings_20dp_F19E39_FILL0_wght400_GRAD0_opsz201.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\history_20dp_2854C5_FILL0_wght400_GRAD0_opsz20.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\menu_book_24dp_6B2346_FILL0_wght400_GRAD0_opsz24.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\menu_book_24dp_6B2346_FILL0_wght400_GRAD0_opsz241.png" />
</ItemGroup>
@ -377,12 +318,6 @@
<ItemGroup>
<None Include="Resources\sync_24dp_2854C5_FILL0_wght400_GRAD0_opsz24.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\add_circle_24dp_19C016_FILL0_wght400_GRAD0_opsz24.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\ping_test.png" />
</ItemGroup>
<ItemGroup>
<None Include="Resources\0words.png" />
</ItemGroup>
@ -416,8 +351,9 @@
<ItemGroup>
<Content Include="Main.ico" />
<Content Include="Main2.ico" />
<None Include="Resources\Main2about.png" />
<None Include="Resources\Main2.png" />
<Content Include="MainIcon.ico" />
<Content Include="Resources\Main2about.png" />
<None Include="Resources\Main2about1.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 353 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 425 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.4 KiB

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 683 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 217 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 132 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 257 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 331 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 290 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 398 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 352 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 253 B

74
Remontor/SContexMenuTB.cs Normal file
View File

@ -0,0 +1,74 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Remontor
{
public static class SMetodForm
{
public static void EnableContextMenu(this TextBox tb)
{
if (tb.ContextMenuStrip == null)
{
ContextMenuStrip cms = new ContextMenuStrip();
cms.ShowImageMargin = false;
ToolStripMenuItem tsmiUndo = new ToolStripMenuItem("Отменить");
tsmiUndo.Click += (sender, e) => tb.Undo();
cms.Items.Add(tsmiUndo);
cms.Items.Add(new ToolStripSeparator());
ToolStripMenuItem tsmiCut = new ToolStripMenuItem("Вырезать");
tsmiCut.Click += (sender, e) => tb.Cut();
cms.Items.Add(tsmiCut);
ToolStripMenuItem tsmiCopy = new ToolStripMenuItem("Копировать");
tsmiCopy.Click += (sender, e) => tb.Copy();
cms.Items.Add(tsmiCopy);
ToolStripMenuItem tsmiPaste = new ToolStripMenuItem("Вставить");
tsmiPaste.Click += (sender, e) => tb.Paste();
cms.Items.Add(tsmiPaste);
ToolStripMenuItem tsmiDelete = new ToolStripMenuItem("Удалить");
tsmiDelete.Click += (sender, e) => tb.SelectedText = "";
cms.Items.Add(tsmiDelete);
cms.Items.Add(new ToolStripSeparator());
ToolStripMenuItem tsmiSelectAll = new ToolStripMenuItem("Выделить все");
tsmiSelectAll.Click += (sender, e) => tb.SelectAll();
cms.Items.Add(tsmiSelectAll);
cms.Opening += (sender, e) =>
{
tsmiUndo.Enabled = !tb.ReadOnly && tb.CanUndo;
tsmiCut.Enabled = !tb.ReadOnly && tb.SelectionLength > 0;
tsmiCopy.Enabled = tb.SelectionLength > 0;
tsmiPaste.Enabled = !tb.ReadOnly && Clipboard.ContainsText();
tsmiDelete.Enabled = !tb.ReadOnly && tb.SelectionLength > 0;
tsmiSelectAll.Enabled = tb.TextLength > 0 && tb.SelectionLength < tb.TextLength;
};
tb.ContextMenuStrip = cms;
}
}
public static void EnableContextMenu(this NumericUpDown tb)
{
if (tb.ContextMenuStrip == null)
{
ContextMenuStrip cms = new ContextMenuStrip();
// cms.ShowImageMargin = false;
tb.ContextMenuStrip = cms;
}
}
}
}

View File

@ -17,6 +17,7 @@ namespace Remontor.Setting
public int yPosDoble;
public int WidthDoble;
public int HeightDoble;
public string DialogName;
public SettingApp()
{
this.pathApp = "CmRcViewer.exe";
@ -27,6 +28,7 @@ namespace Remontor.Setting
this.yPosDoble = 0;
this.WidthDoble = 3840;
this.HeightDoble = 1040;
this.DialogName = "Устанавливается контакт с агентом удаленного управления на клиенте {#PCName}";
}
}

View File

@ -29,36 +29,40 @@
private void InitializeComponent()
{
this.groupBox3 = new System.Windows.Forms.GroupBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label5 = new System.Windows.Forms.Label();
this.NbHeight = new System.Windows.Forms.NumericUpDown();
this.NbWidth = new System.Windows.Forms.NumericUpDown();
this.NbY = new System.Windows.Forms.NumericUpDown();
this.NbX = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.NbItemSizePhoto = new System.Windows.Forms.NumericUpDown();
this.TbUrl = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.nb_ItemHistorySize = new System.Windows.Forms.NumericUpDown();
this.bt_path_open = new System.Windows.Forms.Button();
this.path = new System.Windows.Forms.TextBox();
this.label12 = new System.Windows.Forms.Label();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.TbUrl = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.NbItemSizePhoto = new System.Windows.Forms.NumericUpDown();
this.label4 = new System.Windows.Forms.Label();
this.NbX = new System.Windows.Forms.NumericUpDown();
this.NbY = new System.Windows.Forms.NumericUpDown();
this.NbWidth = new System.Windows.Forms.NumericUpDown();
this.NbHeight = new System.Windows.Forms.NumericUpDown();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label8 = new System.Windows.Forms.Label();
this.TbDlgName = new System.Windows.Forms.TextBox();
this.label9 = new System.Windows.Forms.Label();
this.groupBox3.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.nb_ItemHistorySize)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NbItemSizePhoto)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NbX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NbY)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NbWidth)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NbHeight)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NbWidth)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NbY)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NbX)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NbItemSizePhoto)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.nb_ItemHistorySize)).BeginInit();
this.SuspendLayout();
//
// groupBox3
//
this.groupBox3.Controls.Add(this.TbDlgName);
this.groupBox3.Controls.Add(this.label9);
this.groupBox3.Controls.Add(this.label8);
this.groupBox3.Controls.Add(this.label7);
this.groupBox3.Controls.Add(this.label6);
@ -79,11 +83,143 @@
this.groupBox3.Controls.Add(this.label12);
this.groupBox3.Location = new System.Drawing.Point(3, 3);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(319, 210);
this.groupBox3.Size = new System.Drawing.Size(319, 249);
this.groupBox3.TabIndex = 4;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "Параметры приложения";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(223, 180);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(38, 13);
this.label8.TabIndex = 22;
this.label8.Text = "Height";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(135, 180);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(35, 13);
this.label7.TabIndex = 21;
this.label7.Text = "Width";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(69, 180);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(14, 13);
this.label6.TabIndex = 20;
this.label6.Text = "Y";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(5, 180);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(14, 13);
this.label5.TabIndex = 19;
this.label5.Text = "X";
//
// NbHeight
//
this.NbHeight.Location = new System.Drawing.Point(262, 178);
this.NbHeight.Maximum = new decimal(new int[] {
9000,
0,
0,
0});
this.NbHeight.Name = "NbHeight";
this.NbHeight.Size = new System.Drawing.Size(48, 20);
this.NbHeight.TabIndex = 18;
//
// NbWidth
//
this.NbWidth.Location = new System.Drawing.Point(170, 178);
this.NbWidth.Maximum = new decimal(new int[] {
9000,
0,
0,
0});
this.NbWidth.Name = "NbWidth";
this.NbWidth.Size = new System.Drawing.Size(48, 20);
this.NbWidth.TabIndex = 17;
//
// NbY
//
this.NbY.Location = new System.Drawing.Point(84, 178);
this.NbY.Maximum = new decimal(new int[] {
9000,
0,
0,
0});
this.NbY.Name = "NbY";
this.NbY.Size = new System.Drawing.Size(48, 20);
this.NbY.TabIndex = 16;
//
// NbX
//
this.NbX.Location = new System.Drawing.Point(20, 178);
this.NbX.Maximum = new decimal(new int[] {
9000,
0,
0,
0});
this.NbX.Name = "NbX";
this.NbX.Size = new System.Drawing.Size(48, 20);
this.NbX.TabIndex = 15;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(7, 158);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(198, 13);
this.label4.TabIndex = 14;
this.label4.Text = "Позиция окна при двойном мониторе";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(7, 129);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(144, 13);
this.label3.TabIndex = 13;
this.label3.Text = "Кол-во миниатюр в памяти";
//
// NbItemSizePhoto
//
this.NbItemSizePhoto.Location = new System.Drawing.Point(157, 127);
this.NbItemSizePhoto.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.NbItemSizePhoto.Name = "NbItemSizePhoto";
this.NbItemSizePhoto.Size = new System.Drawing.Size(151, 20);
this.NbItemSizePhoto.TabIndex = 12;
//
// TbUrl
//
this.TbUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TbUrl.Location = new System.Drawing.Point(10, 103);
this.TbUrl.Name = "TbUrl";
this.TbUrl.Size = new System.Drawing.Size(298, 20);
this.TbUrl.TabIndex = 11;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 87);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(137, 13);
this.label2.TabIndex = 10;
this.label2.Text = "Адрес запроса миниатюр";
//
// label1
//
this.label1.AutoSize = true;
@ -138,138 +274,23 @@
//
this.openFileDialog1.FileName = "CmRcViewer.exe";
//
// TbUrl
// TbDlgName
//
this.TbUrl.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
this.TbDlgName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TbUrl.Location = new System.Drawing.Point(10, 103);
this.TbUrl.Name = "TbUrl";
this.TbUrl.Size = new System.Drawing.Size(298, 20);
this.TbUrl.TabIndex = 11;
this.TbDlgName.Location = new System.Drawing.Point(10, 219);
this.TbDlgName.Name = "TbDlgName";
this.TbDlgName.Size = new System.Drawing.Size(298, 20);
this.TbDlgName.TabIndex = 24;
//
// label2
// label9
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(7, 87);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(137, 13);
this.label2.TabIndex = 10;
this.label2.Text = "Адрес запроса миниатюр";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(7, 129);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(144, 13);
this.label3.TabIndex = 13;
this.label3.Text = "Кол-во миниатюр в памяти";
//
// NbItemSizePhoto
//
this.NbItemSizePhoto.Location = new System.Drawing.Point(157, 127);
this.NbItemSizePhoto.Maximum = new decimal(new int[] {
1000,
0,
0,
0});
this.NbItemSizePhoto.Name = "NbItemSizePhoto";
this.NbItemSizePhoto.Size = new System.Drawing.Size(151, 20);
this.NbItemSizePhoto.TabIndex = 12;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(7, 158);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(198, 13);
this.label4.TabIndex = 14;
this.label4.Text = "Позиция окна при двойном мониторе";
//
// NbX
//
this.NbX.Location = new System.Drawing.Point(20, 178);
this.NbX.Maximum = new decimal(new int[] {
9000,
0,
0,
0});
this.NbX.Name = "NbX";
this.NbX.Size = new System.Drawing.Size(48, 20);
this.NbX.TabIndex = 15;
//
// NbY
//
this.NbY.Location = new System.Drawing.Point(84, 178);
this.NbY.Maximum = new decimal(new int[] {
9000,
0,
0,
0});
this.NbY.Name = "NbY";
this.NbY.Size = new System.Drawing.Size(48, 20);
this.NbY.TabIndex = 16;
//
// NbWidth
//
this.NbWidth.Location = new System.Drawing.Point(170, 178);
this.NbWidth.Maximum = new decimal(new int[] {
9000,
0,
0,
0});
this.NbWidth.Name = "NbWidth";
this.NbWidth.Size = new System.Drawing.Size(48, 20);
this.NbWidth.TabIndex = 17;
this.NbWidth.ValueChanged += new System.EventHandler(this.numericUpDown3_ValueChanged);
//
// NbHeight
//
this.NbHeight.Location = new System.Drawing.Point(262, 178);
this.NbHeight.Maximum = new decimal(new int[] {
9000,
0,
0,
0});
this.NbHeight.Name = "NbHeight";
this.NbHeight.Size = new System.Drawing.Size(48, 20);
this.NbHeight.TabIndex = 18;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(5, 180);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(14, 13);
this.label5.TabIndex = 19;
this.label5.Text = "X";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(69, 180);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(14, 13);
this.label6.TabIndex = 20;
this.label6.Text = "Y";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(135, 180);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(35, 13);
this.label7.TabIndex = 21;
this.label7.Text = "Width";
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(223, 180);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(38, 13);
this.label8.TabIndex = 22;
this.label8.Text = "Height";
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(7, 203);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(115, 13);
this.label9.TabIndex = 23;
this.label9.Text = "Имя диалога статуса";
//
// settingAppControl
//
@ -277,15 +298,15 @@
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.Controls.Add(this.groupBox3);
this.Name = "settingAppControl";
this.Size = new System.Drawing.Size(325, 219);
this.Size = new System.Drawing.Size(325, 256);
this.groupBox3.ResumeLayout(false);
this.groupBox3.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.nb_ItemHistorySize)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NbItemSizePhoto)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NbX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NbY)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NbWidth)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NbHeight)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NbWidth)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NbY)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NbX)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NbItemSizePhoto)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.nb_ItemHistorySize)).EndInit();
this.ResumeLayout(false);
}
@ -312,5 +333,7 @@
private System.Windows.Forms.NumericUpDown NbX;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox TbDlgName;
private System.Windows.Forms.Label label9;
}
}

View File

@ -18,7 +18,16 @@ namespace Remontor.Setting
{
InitializeComponent();
UpdateSetting();
SMetodForm.EnableContextMenu(path);
SMetodForm.EnableContextMenu(nb_ItemHistorySize);
SMetodForm.EnableContextMenu(TbUrl);
SMetodForm.EnableContextMenu(NbItemSizePhoto);
SMetodForm.EnableContextMenu(NbX);
SMetodForm.EnableContextMenu(NbY);
SMetodForm.EnableContextMenu(NbWidth);
SMetodForm.EnableContextMenu(NbHeight);
SMetodForm.EnableContextMenu(TbDlgName);
}
public void UpdateSetting()
{
@ -32,6 +41,7 @@ namespace Remontor.Setting
NbY.Value = SGlobalSetting.settingApp.yPosDoble;
NbWidth.Value = SGlobalSetting.settingApp.WidthDoble;
NbHeight.Value = SGlobalSetting.settingApp.HeightDoble;
TbDlgName.Text = SGlobalSetting.settingApp.DialogName;
}
}
@ -46,6 +56,7 @@ namespace Remontor.Setting
SGlobalSetting.settingApp.yPosDoble = (int)NbY.Value;
SGlobalSetting.settingApp.WidthDoble = (int)NbWidth.Value;
SGlobalSetting.settingApp.HeightDoble = (int)NbHeight.Value;
SGlobalSetting.settingApp.DialogName = TbDlgName.Text;
}
public bool edited()
@ -57,7 +68,8 @@ namespace Remontor.Setting
SGlobalSetting.settingApp.xPosDoble != (int)NbX.Value ||
SGlobalSetting.settingApp.yPosDoble != (int)NbY.Value ||
SGlobalSetting.settingApp.WidthDoble != (int)NbWidth.Value ||
SGlobalSetting.settingApp.HeightDoble != (int)NbHeight.Value
SGlobalSetting.settingApp.HeightDoble != (int)NbHeight.Value ||
SGlobalSetting.settingApp.DialogName != TbDlgName.Text
);
}

View File

@ -19,6 +19,11 @@ namespace Remontor.Setting
{
InitializeComponent();
UpdateSetting();
SMetodForm.EnableContextMenu(ib_server);
SMetodForm.EnableContextMenu(ib_dataBase);
SMetodForm.EnableContextMenu(ib_username);
SMetodForm.EnableContextMenu(ib_password);
}
public void UpdateSetting()

View File

@ -1,4 +1,5 @@
using Remontor.Connector;
using Remontor.History;
using Remontor.Words;
using System;
using System.Collections.Generic;
@ -24,6 +25,7 @@ namespace Remontor.Setting
{
InitializeComponent();
UpdateSetting();
SMetodForm.EnableContextMenu(path);
}
public void UpdateSetting()
@ -42,6 +44,8 @@ namespace Remontor.Setting
if (result == DialogResult.OK)
{
UpdateTree();
HistoryList.Updated();
}
SConnector.FormMain.ShowOn = false;
}

View File

@ -37,11 +37,12 @@
this.bt_save = new System.Windows.Forms.Button();
this.bt_deleteItem = new System.Windows.Forms.Button();
this.treeView1 = new System.Windows.Forms.TreeView();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.imageList3 = new System.Windows.Forms.ImageList(this.components);
this.bt_newPC = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.bt_newCat = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
@ -50,9 +51,9 @@
this.groupBox1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.groupBox1.Controls.Add(this.panel1);
this.groupBox1.Location = new System.Drawing.Point(225, 13);
this.groupBox1.Location = new System.Drawing.Point(477, 13);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(268, 502);
this.groupBox1.Size = new System.Drawing.Size(268, 573);
this.groupBox1.TabIndex = 3;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "Параметры";
@ -64,13 +65,13 @@
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.Location = new System.Drawing.Point(3, 19);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(262, 480);
this.panel1.Size = new System.Drawing.Size(262, 551);
this.panel1.TabIndex = 0;
//
// bt_close
//
this.bt_close.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.bt_close.Location = new System.Drawing.Point(417, 521);
this.bt_close.Location = new System.Drawing.Point(669, 592);
this.bt_close.Name = "bt_close";
this.bt_close.Size = new System.Drawing.Size(75, 23);
this.bt_close.TabIndex = 4;
@ -81,7 +82,7 @@
// bt_saveClose
//
this.bt_saveClose.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.bt_saveClose.Location = new System.Drawing.Point(280, 521);
this.bt_saveClose.Location = new System.Drawing.Point(532, 592);
this.bt_saveClose.Name = "bt_saveClose";
this.bt_saveClose.Size = new System.Drawing.Size(131, 23);
this.bt_saveClose.TabIndex = 5;
@ -92,7 +93,7 @@
// bt_save
//
this.bt_save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.bt_save.Location = new System.Drawing.Point(199, 521);
this.bt_save.Location = new System.Drawing.Point(451, 592);
this.bt_save.Name = "bt_save";
this.bt_save.Size = new System.Drawing.Size(75, 23);
this.bt_save.TabIndex = 6;
@ -103,7 +104,7 @@
// bt_deleteItem
//
this.bt_deleteItem.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.bt_deleteItem.Location = new System.Drawing.Point(12, 521);
this.bt_deleteItem.Location = new System.Drawing.Point(12, 592);
this.bt_deleteItem.Name = "bt_deleteItem";
this.bt_deleteItem.Size = new System.Drawing.Size(112, 23);
this.bt_deleteItem.TabIndex = 9;
@ -117,34 +118,34 @@
this.treeView1.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.treeView1.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F);
this.treeView1.HideSelection = false;
this.treeView1.ImageIndex = 0;
this.treeView1.ImageList = this.imageList1;
this.treeView1.ItemHeight = 16;
this.treeView1.ItemHeight = 24;
this.treeView1.Location = new System.Drawing.Point(9, 42);
this.treeView1.Name = "treeView1";
this.treeView1.SelectedImageIndex = 1;
this.treeView1.ShowLines = false;
this.treeView1.Size = new System.Drawing.Size(207, 470);
this.treeView1.Size = new System.Drawing.Size(459, 541);
this.treeView1.TabIndex = 4;
this.treeView1.BeforeSelect += new System.Windows.Forms.TreeViewCancelEventHandler(this.treeView1_BeforeSelect);
this.treeView1.AfterSelect += new System.Windows.Forms.TreeViewEventHandler(this.treeView1_AfterSelect);
this.treeView1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView1_MouseClick);
//
// imageList1
// imageList3
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "0wordsmin.png");
this.imageList1.Images.SetKeyName(1, "1wordsmin.png");
this.imageList1.Images.SetKeyName(2, "2wordsmin.png");
this.imageList1.Images.SetKeyName(3, "3wordsmin.png");
this.imageList1.Images.SetKeyName(4, "4wordsmin.png");
this.imageList1.Images.SetKeyName(5, "5wordsmin.png");
this.imageList1.Images.SetKeyName(6, "6wordsmin.png");
this.imageList1.Images.SetKeyName(7, "7wordsmin.png");
this.imageList1.Images.SetKeyName(8, "8wordsmin.png");
this.imageList1.Images.SetKeyName(9, "9wordsmin.png");
this.imageList3.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList3.ImageStream")));
this.imageList3.TransparentColor = System.Drawing.Color.Transparent;
this.imageList3.Images.SetKeyName(0, "0wordsmin.png");
this.imageList3.Images.SetKeyName(1, "1wordsmin.png");
this.imageList3.Images.SetKeyName(2, "2wordsmin.png");
this.imageList3.Images.SetKeyName(3, "3wordsmin.png");
this.imageList3.Images.SetKeyName(4, "4wordsmin.png");
this.imageList3.Images.SetKeyName(5, "5wordsmin.png");
this.imageList3.Images.SetKeyName(6, "6wordsmin.png");
this.imageList3.Images.SetKeyName(7, "7wordsmin.png");
this.imageList3.Images.SetKeyName(8, "8wordsmin.png");
this.imageList3.Images.SetKeyName(9, "9wordsmin.png");
//
// bt_newPC
//
@ -186,11 +187,26 @@
this.label2.TabIndex = 11;
this.label2.Text = "Категория";
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "0wordsmid.png");
this.imageList1.Images.SetKeyName(1, "1wordsmid.png");
this.imageList1.Images.SetKeyName(2, "2wordsmid.png");
this.imageList1.Images.SetKeyName(3, "3wordsmid.png");
this.imageList1.Images.SetKeyName(4, "4wordsmid.png");
this.imageList1.Images.SetKeyName(5, "5wordsmid.png");
this.imageList1.Images.SetKeyName(6, "6wordsmid.png");
this.imageList1.Images.SetKeyName(7, "7wordsmid.png");
this.imageList1.Images.SetKeyName(8, "8wordsmid.png");
this.imageList1.Images.SetKeyName(9, "9wordsmid.png");
//
// BilderWords
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(504, 556);
this.ClientSize = new System.Drawing.Size(756, 627);
this.Controls.Add(this.bt_newCat);
this.Controls.Add(this.label2);
this.Controls.Add(this.bt_newPC);
@ -222,10 +238,11 @@
private System.Windows.Forms.Button bt_save;
private System.Windows.Forms.Button bt_deleteItem;
private System.Windows.Forms.TreeView treeView1;
public System.Windows.Forms.ImageList imageList1;
public System.Windows.Forms.ImageList imageList3;
private System.Windows.Forms.Button bt_newPC;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Button bt_newCat;
private System.Windows.Forms.Label label2;
public System.Windows.Forms.ImageList imageList1;
}
}

View File

@ -118,14 +118,411 @@
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<metadata name="imageList1.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
<value>127, 17</value>
</metadata>
<data name="imageList1.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACW
WgAAAk1TRnQBSQFMAgEBCgEAAdgBBwHYAQcBGAEAARgBAAT/AREBAAj/AUIBTQE2BwABNgMAASgDAAFg
AwABSAMAAQEBAAEQBgABNhQAAf8BfwHeAX8B3QF7Ad0BewHdAXsB3QF7Ad0BewHdAXsB3QF7Ad0BewHd
AXsB3QF7Ad0BewHdAXsB3QF7Ad0BewHdAXsB3QF7Ad0BewHdAXsB/gF/Af8BfwQAAf8BfwH/AX8B/wF/
Ad8BfwHfAX8B3wF/Ad8BfwHfAX8B3wF/Ad8BfwHfAX8B3wF/Ad8BfwHfAX8B3wF/Ad8BfwHfAX8B3wF/
Ad8BfwH/AX8B/wF/Af8Bf2IAAf8BfwG7AXsBEAF3AewBdgHMAXYBzAF2AcwBdgHMAXYBzAF2AcwBdgHM
AXYBzAF2AcwBdgHMAXYBzAF2AcwBdgHMAXYBzAF2AcwBdgHMAXYB7AF2AREBdwG8AXsB/wF/Af8BfwF8
AXMBsgFVAU8BUQFPAVEBTwFRAU8BUQFPAVEBTwFRAU8BUQFPAVEBTwFRAU8BUQFPAVEBTwFRAU8BUQFP
AVEBTwFRAU8BUQFPAVEBUAFRAdIBWQGcAXcB/wF/YAAB3gF/AQ8BdwGoAXIBqAF2AagBdgGoAXYBqAF2
AagBdgGoAXYBqAF2AagBdgGoAXYBqAF2AagBdgGoAXYBqAF2AagBdgGoAXYBqAF2AagBdgGoAXYBqAFy
AREBdwHeAX8B/wF/AbEBVQFKAUABSgFAAUoBQAFKAUABSgFAAUoBQAGsAUQBcAFRAfMBWQEUAV4BFAFe
AfMBWQFwAVEBrAFEAUoBQAFKAUABSgFAAUoBQAFKAUABSgFAAdIBWQH/AX9gAAHdAXsB7AF2AagBdgGo
AXYBqAF2AckBdgEwAXsBMgF7ATIBewEyAXsBMgF7ATIBewEyAXsBMgF7ATIBewEyAXsBMgF7ATABewHJ
AXYBqAF2AagBdgGoAXYB7AF2Ad0BewHfAX8BTwFNAUoBQAFKAUABSgFAAUoBQAGsAUQB9AFdATsBcwG+
AXsB3gF/Ab4BewG+AXsB3gF7Ab4BewE7AXMBFAFeAawBSAFKAUABSgFAAUoBQAFKAUABTwFRAd8Bf2AA
Ad0BewHsAXYBqAF2AagBdgGoAXYBywF2AdwBfwH/AX8B/gF/Af4BfwH+AX8B/gF/Af4BfwH+AX8B/gF/
Af4BfwH/AX8B3AF/AcsBdgGoAXYBqAF2AagBdgHMAXYB3QF7Ad8BfwFPAU0BSgFAAUoBQAFKAUABDgFN
AfkBbgHeAX8BfAF3AZcBZgHSAVkBcAFRAXABUQGyAVkBlwFmAXwBdwHeAX8B+gFuAQ8BTQFKAUABSgFA
AUoBQAFPAVEB3wF/YAAB3QF7AewBdgGoAXYBqAF2AagBdgHLAXYB3AF/AdwBfwFTAXsBMgF7ATIBewEy
AXsBMgF7ATIBewEyAXsBUwF7AdwBfwHcAX8BywF2AagBdgGoAXYBqAF2AcwBdgHdAXsB3wF/AU8BTQFK
AUABSgFAAQ4BTQE7AXMBvgF7AZcBZgEOAU0BagFAAUoBQAFKAUABSgFAAUoBQAFqAUAB7gFMAXYBZgHe
AXsBOwFzAQ8BTQFKAUABSgFAAU8BUQHfAX9gAAHdAXsB7AF2AakBdgHKAXYBygF2AewBdgHcAX8BuQF/
AcoBdgGoAXYBqAF2AagBdgGoAXYBqAF2AagBdgHKAXYBuQF/AdwBfwHsAXYBygF2AcoBdgGpAXYBzAF2
Ad0BewHfAX8BTwFNAUoBQAGsAUQB+QFuAd4BewE1AWIBiwFEAUoBQAFKAUABSgFAAUoBQAFKAUABSgFA
AUoBQAFKAUABiwFEATUBYgHeAXsB+gFuAawBRAFKAUABTwFRAd8Bf2AAAd0BewHsAXYBMAF7AbkBfwG5
AX8BugF/Af8BfwG5AX8BygF2AagBdgGoAXYBqAF2AagBdgGoAXYBqAF2AcoBdgG5AX8B/wF/AboBfwG5
AX8BuQF/ATABewHMAXYB3QF7Ad8BfwEvAU0BSgFAAfQBXQHeAX8BlwFmAYsBRAFKAUAB7gFMAdMBWQGs
AUQBSgFAAUoBQAGsAUQB0wFZAe4BTAFKAUABiwFEAXcBZgHeAX8B9AFdAUoBQAFPAVEB3wF/YAABvAF7
AcwBdgFUAXsB/wF/Ad0BfwHdAX8B/wF/AboBfwHtAXYBywF2AcsBdgHLAXYBywF2AcsBdgHLAXYB7QF2
AboBfwH/AX8B3QF/Ad0BfwH/AX8BVAF7AcwBdgHdAXsB3wF/AS8BTQGsAUQBOwFzAXwBdwEOAU0BSgFA
AUoBQAEvAU0BfAF3AbgBagHuAUwB7gFMAbgBagF8AXcBDgFNAUoBQAFKAUAB7gFMAXwBdwE7AXMBrAFE
AU8BUQHfAX9gAAG8AXsBywF2AVQBewH+AX8BMQF7AQ4BdwHdAX8B/wF/AdwBfwHcAX8B3AF/AdwBfwHc
AX8B3AF/AdwBfwHcAX8B/wF/Ad0BfwEOAXcBMAF7Af4BfwFUAXsBzAF2Ad0BewHfAX8BLgFNAXABUQG+
AXsBlwFmAWoBQAFKAUABSgFAAYsBRAH5AW4B/wF/AVsBcwFbAXMB/wF/ARoBbwGLAUQBSgFAAUoBQAFq
AUABdgFmAb4BewFwAVEBTwFRAd8Bf2AAAbsBewHKAXIBVAF7Af4BfwEOAXcBygF2AZcBewG5AX8BuQF/
AbkBfwG5AX8BuQF/AbkBfwG5AX8BuQF/AbkBfwG5AX8BdgF7AcoBdgEOAXcB/QF/AVQBewHMAXYB3QF7
Ad8BfwEOAU0B8wFdAd4BewGyAVkBSgFAAUoBQAFKAUABSgFAATUBYgH/AX8B/wF/Af8BfwH/AX8BNQFi
AUoBQAFKAUABSgFAAUoBQAGyAVkB3gF/AfMBXQFPAVEB3wF/YAABmQF3AakBdgFUAXsB/gF/AQ4BdwGo
AXYByQF2AcoBdgHKAXYBygF2AcoBdgHKAXYBygF2AcoBdgHKAXYBygF2AewBdgFTAXsB7QF2AQ4BdwH9
AX8BVAF7AcwBdgHdAXsB3wF/AQ4BTQEUAV4BvgF7AXABUQFKAUABSgFAAUoBQAEOAU0B2QFqAf8BfwH/
AX8B/wF/Af8BfwHZAW4BDgFNAUoBQAFKAUABSgFAAXABUQG+AXsBFAFeAU8BUQHfAX9gAAJ3AckBdgFU
AXsB/gF/AQ4BdwGoAXYBqAF2AagBdgGoAXYBqAF2AagBdgGoAXYBqAF2AagBdgGoAXYBqAF2AewBdgG6
AX8BMgF7AQ4BdwH9AX8BVAF7AcwBdgHdAXsB3wF/AQ4BTQEUAV4BvgF7AXABUQFKAUABagFAAZEBVQFb
AXMB/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8BWwFzAZEBVQFqAUABSgFAAXABUQG+AXsBFAFeAU8BUQHf
AX9gAAFWAXcBqQF2AVMBewH/AX8BdQF7AQ8BdwEOAXcBDgF3AQ4BdwEOAXcBDgF3AQ4BdwEOAXcBDgF3
AQ4BdwEOAXcBDwF3ATEBewEQAXsBdgF7Af8BfwFTAXsBzAF2Ad0BewHfAX8BDgFNAfMBXQHeAX8B0gFZ
AUoBQAGLAUQBdgFmAfkBbgH5AW4BXAF3Af8BfwH/AX8BfAF3AfkBbgH5AW4BdgFmAawBRAFKAUABsgFZ
Ad4BewHzAVkBTwFRAd8Bf2AAAVYBdwGpAXYBDgF3AdwBfwH/AX8B/gF/Af4BfwH+AX8B/gF/Af4BfwH+
AX8B/gF/Af4BfwH+AX8B/gF/Af4BfwH+AX8B/QF/Af4BfwH/AX8B3AF/AQ4BdwHMAXYB3QF7Ad8BfwEO
AU0BcAFRAb4BewF2AWYBagFAAUoBQAFrAUQBiwFEAYsBRAGRAVUBvgF7Ad4BewGRAVUBiwFEAYsBRAGL
AUQBSgFAAWoBQAF2AWYBvgF7AXABUQFPAVEB3wF/YAACdwHJAXYBqAF2AQ4BdwFUAXsBlwF7Af4BfwHd
AX8BdgF7AXUBewF1AXsBdQF7AXUBewF1AXsBdQF7AXYBewHdAX8B/gF/AZcBewFUAXsBDgF3AagBdgHM
AXYB3QF7Ad8BfwEOAU0BrAFEATsBcwF8AXcB7gFMAUoBQAFKAUABSgFAAUoBQAHMAUgBWwF3AVwBdwHN
AUgBSgFAAUoBQAFKAUABSgFAAe4BSAF8AXcBOwFzAcwBSAFPAVEB3wF/YAABmgF7AakBcgGoAXYBqAF2
AagBdgHrAXYB3AF/AbkBfwHKAXYBqAF2AagBdgGoAXYBqAF2AagBdgGoAXYBygF2AbkBfwHcAX8B6wF2
AagBdgGoAXYBqAF2AcwBdgHdAXsB3wF/AQ4BTQFKAUAB8wFdAd4BfwF3AWYBiwFEAUoBQAFKAUABSgFA
AWoBQAGXAWYBlwFmAWoBQAFKAUABSgFAAUoBQAGLAUQBdgFmAd4BfwH0AV0BSgFAAU8BUQHfAX9gAAG8
AXsBywF2AagBdgGoAXYBqAF2AcsBdgHcAX8BuQF/AcoBdgGoAXYBqAF2AagBdgGoAXYBqAF2AagBdgHK
AXYBuQF/AdwBfwHLAXYBqAF2AagBdgGoAXYBzAF2Ad0BewHfAX8BLgFNAUoBQAGsAUQB+QFuAb4BewEU
AV4BiwFEAUoBQAFKAUABSgFAAS8BTQEvAVEBSgFAAUoBQAFKAUABiwFEARQBXgHeAXsB+QFuAawBRAFK
AUABTwFRAd8Bf2AAAdwBewHMAXYBqAF2AagBdgGoAXYBywF2AdwBfwHcAX8BUwF7ATIBewEyAXsBMgF7
ATIBewEyAXsBMgF7AVMBewHcAX8B3AF/AcsBdgGoAXYBqAF2AagBdgHMAXYB3QF7Ad8BfwEvAU0BSgFA
AUoBQAEOAU0BOwFzAd4BewGXAWYBDgFNAWoBQAFKAUABSgFAAUoBQAFKAUABagFAAe0BSAF2AWYBvgF7
ATsBcwEOAU0BSgFAAUoBQAFPAVEB3wF/YAAB3QF7AewBdgGoAXYBqAF2AagBdgHLAXYB3AF/Af8BfwH+
AX8B/gF/Af4BfwH+AX8B/gF/Af4BfwH+AX8B/gF/Af8BfwHcAX8BywF2AagBdgGoAXYBqAF2AcwBdgHd
AXsB3wF/AU8BTQFKAUABSgFAAUoBQAEOAU0B+QFuAd4BfwF8AXcBlwFmAbIBWQFwAVEBcAFVAbIBWQF2
AWYBXAF3Ad4BfwH5AW4BDgFNAUoBQAFKAUABSgFAAU8BUQHfAX9gAAHdAXsB7AF2AagBdgGoAXYBqAF2
AckBdgEwAXsBMgF7ATIBewEyAXsBMgF7ATIBewEyAXsBMgF7ATIBewEyAXsBMgF7ATABewHJAXYBqAF2
AagBdgGoAXYB7AF2Ad0BewHfAX8BTwFNAUoBQAFKAUABSgFAAUoBQAGsAUQB9AFdATsBcwG+AXsB3gF/
Ab4BewG+AXsB3gF7Ab4BewE7AXMBFAFeAawBSAFKAUABSgFAAUoBQAFKAUABTwFRAd8Bf2AAAd4BfwEP
AXcBqAFyAagBdgGoAXYBqAF2AagBdgGoAXYBqAF2AagBdgGoAXYBqAF2AagBdgGoAXYBqAF2AagBdgGo
AXYBqAF2AagBdgGoAXYBqAF2AagBcgEQAXcB3gF/Af8BfwGRAVUBSgFAAUoBQAFKAUABSgFAAUoBQAFK
AUABrAFIAXABVQHzAV0BFAFeARQBXgHzAVkBUAFRAawBRAFKAUABSgFAAUoBQAFKAUABSgFAAUoBQAGy
AVUB/wF/YAAB/wF/AbsBewEPAXcBzAF2AewBdgHsAXYB7AF2AewBdgHsAXYB7AF2AewBdgHsAXYB7AF2
AewBdgHsAXYB7AF2AewBdgHsAXYB7AF2AewBdgHMAXYBEAF3AbwBewH/AX8B/wF/AVsBcwGRAVUBTwFN
AU8BTQFPAU0BTwFNAU8BTQFPAU0BTwFNAU8BTQFPAU0BTwFNAU8BTQFPAU0BTwFNAU8BTQFPAU0BTwFN
AU8BTQFPAU0BsgFVAXwBdwH/AX9iAAH/AX8B3gF/Ad0BewHdAXsB3QF7Ad0BewHdAXsB3QF7Ad0BewHd
AXsB3QF7Ad0BewHdAXsB3QF7Ad0BewHdAXsB3QF7Ad0BewHdAXsB3QF7Ad4BfwH/AX8EAAH/AX8B/wF/
Ad8BfwHfAX8B3wF/Ad8BfwHfAX8B3wF/Ad8BfwHfAX8B3wF/Ad8BfwHfAX8B3wF/Ad8BfwHfAX8B3wF/
Ad8BfwHfAX8B3wF/Af8BfwH/AX9kAAH/AX8B3gF7Ab0BewG9AXsBvQF7Ab0BewG9AXsBvQF7Ab0BewG9
AXsBvQF7Ab0BewG9AXsBvQF7Ab0BewG9AXsBvQF7Ab0BewG9AXsBvQF7Ad4BfwH/AX8EAAH/AX8B3gF7
Ab4BdwG+AXcBvgF3Ab4BdwG+AXcBvgF3Ab4BdwG+AXcBvgF3Ab4BdwG+AXcBvgF3Ab4BdwG+AXcBvgF3
Ab4BdwG+AXcBvgF3Ad8BewH/AX8EAAH/AX8B3wF7Ab4BdwG+AXcBvgF3Ab4BdwG+AXcBvgF3Ab4BdwG+
AXcBvgF3Ab4BdwG+AXcBvgF3Ab4BdwG+AXcBvgF3Ab4BdwG+AXcBvgF3Ad8BewH/AX8EAAH/AX8B3wF7
Ad4BdwHeAXcB3gF3Ad4BdwHeAXcB3gF3Ad4BdwHeAXcB3gF3Ad4BdwHeAXcB3gF3Ad4BdwHeAXcB3gF3
Ad4BdwHeAXcB3gF3Af8BewH/AX8CAAH/AX8BewF3Ae8BZQGMAWEBjAFhAYwBYQGMAWEBjAFhAYwBYQGM
AWEBjAFhAYwBYQGMAWEBjAFhAYwBYQGMAWEBjAFhAYwBYQGMAWEBjAFhAYwBYQExAWYBnAF7Af8BfwH/
AX8BfQFzAfkBUQGYAUUBmAFFAZgBRQGYAUUBmAFFAZgBRQGYAUUBmAFFAZgBRQGYAUUBmAFFAZgBRQGY
AUUBmAFFAZgBRQGYAUUBmAFFAZgBRQE5AVIBngF3Af8BfwH/AX8BngFzAXwBSgEcAT4BHAE+ARwBPgEc
AT4BHAE+ARwBPgEcAT4BHAE+ARwBPgEcAT4BHAE+ARwBPgEcAT4BHAE+ARwBPgEcAT4BHAE+ARsBPgF8
AU4BvgF3Af8BfwH/AX8BvgFzAT0BSwEdAUMBHQFDAR0BQwEdAUMBHQFDAR0BQwEdAUMBHQFDAR0BQwEd
AUMBHQFDAR0BQwEdAUMBHQFDAR0BQwEdAUMBHQFDAR0BQwE9AU8B3gF3Af8BfwHeAXsB7wFlAQgBWQEI
AVkBCAFZAQgBWQEIAVkBCAFZAQgBWQEIAVkBCAFZAQgBWQEIAVkBCAFZAQgBWQEIAVkBCAFZAQgBWQEI
AVkBCAFZAQgBWQEIAVkBEAFmAd4BfwHeAXsB+QFNARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEW
ATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBGQFSAd8BewHf
AXsBXAFKAbsBMQG7AS0BuwEtAbsBLQG7AS0BuwEtAbsBLQG7AS0BuwEtAbsBLQG7AS0BuwEtAbsBLQG7
AS0BuwEtAbsBLQG7AS0BuwEtAbsBLQG7ATEBfAFKAd8BewHfAXsBPQFLAd0BNgHdATIB3QEyAd0BMgHd
ATIB3QEyAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAd0BMgHd
ATYBPQFPAf8BewG9AXsBjAFhAQgBWQEIAVkBCAFZAQgBWQEIAVkBCAFZAQgBWQEIAVkBCAFZAQgBWQEI
AVkBCAFZAQgBWQEIAVkBCAFZAQgBWQEIAVkBCAFZAQgBWQEIAVkBjAFhAb0BewG+AXcBmAFFARYBOQEW
ATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEW
ATkBFgE5ARYBOQEWATkBmAFFAb4BdwG+AXcBHAE+AbsBLQG7ATEBPAFCAZ0BUgG9AVIBvQFSAb0BUgG9
AVIBvQFSAb0BUgG9AVIBvQFSAb0BUgG9AVIBvQFSAb0BUgGdAU4BPAFCAbsBMQG7AS0BHAE+Ab4BdwHe
AXcBHQFDAd0BMgH9ATYBHgFHAV4BUwFeAVMBXgFTAV4BUwFeAVMBXgFTAV4BUwFeAVMBXgFTAV4BUwFe
AVMBXgFTAV4BUwFeAVMBHQFDAf0BNgHdATIBHQFDAd4BdwG9AXsBjAFhAQgBXQFKAV0BawFhAWsBYQFr
AWEBawFhAWsBYQFrAWEBawFhAWsBYQFrAWEBawFhAWsBYQFrAWEBawFhAWsBYQFrAWEBawFhAUoBXQEI
AV0BjAFhAb0BewG+AXcBmAFFARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEW
ATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBmAFFAb4BdwG+AXcBHAE+AbsBLQE8
AUIBnwFzAf8BfwHfAXsB3wF7Ad8BewHfAXsB3wF7Ad8BewHfAXsB3wF7Ad8BewHfAXsB3wF7Ad8BewH/
AX8BnwFzATwBQgG7AS0BHAE+Ab4BdwHeAXcBHQFDAd0BMgEdAUMB3wFzAf8BfwH/AXsB/wF7Af8BewH/
AXsB/wF7Af8BewH/AXsB/wF7Af8BewH/AXsB/wF7Af8BewH/AX8B3wFzAR0BQwHdATIBHQFDAd4BdwG9
AXsBjAFhAc4BZQFaAXsBnAF7AZwBewGcAXsBnAF7AZwBewGcAXsBnAF7AZwBewGcAXsBnAF7AZwBewGc
AXsBnAF7AZwBewGcAXsBnAF7AVoBdwHOAWUBjAFhAb0BewG+AXcBuAFJAloBewFeAXsBXgE6AVYBNwE9
AbkBSQF7AV4BewFeAXsBXgF7AV4BewFeAXsBXgF7AV4BewFeAloBeAFBATcBPQHZAU0BFwE9ARYBOQGY
AUUBvgF3Ab4BdwEcAT4BuwEtAZ0BUgH/AX8BPgFnAb0BUgG9AVIBvQFSAb0BUgG9AVIBvQFSAb0BUgG9
AVIBvQFSAb0BUgG9AVIBvQFSAT4BZwH/AX8BnQFSAbsBLQEcAT4BvgF3Ad4BdwEdAUMB3QEyAV4BUwH/
AX8BnwFnAV4BUwFeAVMBXgFPAV4BUwFeAVMBXgFTAV4BUwFeAVMBXgFTAV4BUwFeAVMBXgFTAZ8BZwH/
AX8BXgFTAd0BMgEdAUMB3gF3Ab0BewGMAWEBcwFuAf8BfwEYAXcBtQFyAbUBcgG1AXIBtQFyAbUBcgG1
AXIBtQFyAbUBcgG1AXIBtQFyAbUBcgG1AXIBtQFyAbUBcgEYAXcB/wF/AXMBbgGMAWEBvQF7Ab4BdwHZ
AU0BngF3Af8BfwH/AX8BXgFzAVcBQQGbAV4B/wF/Ad8BewG/AXsBvwF7Ab8BewG/AXsBvwF7AZ4BdwFa
AVYBVwFBAdkBTQEcAWsBuAFJARcBPQGYAUUBvgF3Ab4BdwEcAT4BuwEtAb0BUgHfAXsBvQFSAbsBLQG7
ATEB2wExAbsBLQG7ATEB2wE1AdwBNQHcATUB3AE1AdwBNQHbATEBuwEtAb0BUgHfAXsBvQFSAbsBLQEc
AT4BvgF3Ad4BdwEdAUMB3QEyAV4BUwH/AXsBXgFTAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAd0BMgHd
ATIB3QEyAd0BMgHdATIB3QEyAV4BUwH/AXsBXgFTAd0BMgEdAUMB3gF3Ab0BewGMAWEBlAFuAd4BfwHO
AWUBCAFdAQgBXQEIAV0BCAFdAUoBXQFKAV0BCAFdAQgBXQEIAV0BCAFdAQgBXQEIAV0BCAFdAQgBXQHO
AWUB3gF/AZQBbgGMAWEBvQF7Ab4BdwHZAU0BngF3Af8BfwH/AX8BfgFzAVcBQQF7AVoB/wF/AbsBYgG4
AUkBmAFJAZgBSQGYAUkBmAFJAZgBRQE3AT0BWwFaAdwBZgGbAV4B3AFmAToBVgGYAUkBvgF3Ab4BdwEc
AT4BuwEtAb0BUgHfAXsBvQFSAbsBMQGdAU4B3QFWAdsBMQE8AUIBPgFnAV4BawFeAWsBXgFrAV4BawH+
AVoB2wE1Ab0BUgHfAXsBvQFSAbsBLQEcAT4BvgF3Ad4BdwEdAUMB3QEyAV4BUwH/AXsBXgFTAd0BMgHd
ATIB3QEyAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAV4BUwH/AXsBXgFTAd0BMgEd
AUMB3gF3AZwBewFrAWEBlAFuAd4BfwHOAWUBCAFZAQgBWQEIAVkBCAFZATEBagHWAXIBjAFhAQgBXQEI
AVkBCAFZAQgBWQEIAVkBCAFZAQgBWQHOAWUB3gF/AZQBbgGMAWEBvQF7AZ4BdwGYAUUBvAFiAf8BfwH/
AX8BngF3AZgBSQGYAUkBfgFzAZ4BdwGbAV4BuQFJAVcBQQE3AT0BNwE9ARcBPQGYAUkBvAFiAToBVgGb
AV4BOgFWAdwBZgHZAU0BvgF3Ab4BdwEbAToBuwEtAb0BUgHfAXsBvQFSAbsBMQHdAVYBHgFjAdsBNQE8
AUIBnwFvAb8BdwG/AXcBvwF3Ab8BdwE+AWMB2wE1Ab0BUgHfAXsBvQFSAbsBLQEcAT4BvgF3Ad4BdwEd
AT8B3QEyAV4BUwH/AXsBXgFTAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAd0BMgHd
ATIB3QEyAV4BUwH/AXsBXgFTAd0BMgEdAUMB3gF3AZwBdwFrAV0BlAFuAd4BfwHOAWUBCAFZAQgBWQEI
AVkBCAFZAVIBagHeAX8CewExAWoBKQFdAQgBWQEIAVkBCAFZAQgBWQEIAVkBzgFlAd4BfwGUAW4BjAFh
Ab0BewGdAncBQQFXAUEBmwFeAZ4BdwHfAXsBuwFiATcBPQH5AU0BPQFvAb8BewG+AXsBXQFzAR0BawEd
AWsBGQFSAZgBSQG5AUkBvAFiAf8BfwH8AWoB+QFNAbgBSQG+AXcBngFzAfwBOQG7AS0BvQFSAd8BewG9
AVIBuwEtAdsBMQHcATUBuwEtAdsBMQH8ATkB/AE5AfwBOQH8ATkB/AE5AfwBNQG7ATEBvQFSAd8BewG9
AVIBuwEtARwBPgG+AXcBvgFzAf0BPgHdATIBXgFTAf8BewFeAVMB3QEyAd0BMgHdATIB3QEyAd0BMgHd
ATIB3QEyAd0BMgHdATIB3QEyAd0BMgHdATIBXgFTAf8BewFeAVMB3QEyAR0BQwHeAXcBewF3AUoBXQGU
AW4B3gF/Ac4BZQEIAVkBCAFZAQgBWQEIAVkBUgFqAf8BfwH/AX8B3gF/AfcBcgGtAWUBCAFdAQgBWQEI
AVkBCAFZAc4BZQHeAX8BlAFuAYwBYQG9AXsBfQFzAVcBQQEWATkBFwE9AZgBRQFaAVYBmwFeAbgBSQEX
ATkBVwFBAfkBUQG7AWIBHQFrAV0BcwFeAXMCWgEXAT0BFwE9AbwBYgH/AX8BPQFrATcBQQGYAUUBvgF3
AZ4BbwHbATUBuwEtAb0BUgHfAXsBvQFSAbsBLQHbATEB2wExAbsBLQG7ATEB/AE1AfwBNQH8ATUB/AE1
AfwBNQHcATUBuwEtAb0BUgHfAXsBvQFSAbsBLQEcAT4BvgF3Ab4BbwH9AToB3QEyAV4BUwH/AXsBXgFT
Ad0BMgHdATIB3QEyAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAV4BUwH/AXsBXgFT
Ad0BMgEdAUMB3gF3ATkBcwEpAV0BlAFuAd4BfwHOAWUBCAFZAQgBWQEIAVkBCAFZAVIBagH/AX8B/wF/
Af8BfwH/AX8BnAF7AVIBagEpAV0BCAFZAQgBWQHOAWUB3gF/AZQBbgGMAWEBvQF7ATwBbwE3AT0BFgE5
ARYBOQEWATkBFgE5ARcBPQFXAUEBVwFBAVcBQQEXATkBFwE9AVcBQQGYAUUBmAFJAVcBQQEWATkBFwE9
AbwBYgH/AX8BHQFrATcBPQGYAUUBvgF3AV0BawHbATEBuwEtAb0BUgHfAXsBvQFSAbsBMQG9AVIB/gFe
AdsBNQE8AUIBfgFrAZ8BbwGfAW8BnwFvAZ8BbwEeAV8B2wE1Ab0BUgHfAXsBvQFSAbsBLQEcAT4BvgF3
AZ4BawH9ATYB3QEyAV4BUwH/AXsBXgFTAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAd0BMgHdATIB3QEy
Ad0BMgHdATIB3QEyAV4BUwH/AXsBXgFTAd0BMgEdAUMB3gF3AfcBbgEpAV0BlAFuAd4BfwHOAWUBCAFZ
AQgBWQEIAVkBCAFZAVIBagH/AX8B/wF/Af8BfwH/AX8BnAF7AVIBbgEpAV0BCAFZAQgBWQHOAWUB3gF/
AZQBbgGMAWEBvQF7AfsBZgE3AT0BFgE5ARYBOQEWATkBFwE9AdkBSQH8AWoBfgFzAfwBZgFXAUEBVwFB
AZsBXgFdAXMBfgFzAbwBYgGYAUUBFwE5AfkBUQH8AWYB+QFRARcBOQGYAUUBvgF3AT0BYwHbATEBuwEt
Ab0BUgHfAXsBvQFSAbsBMQG9AVIB/gFeAdsBNQE8AUIBfgFrAZ8BbwGfAW8BnwFvAZ8BbwEeAV8B2wE1
Ab0BUgHfAXsBvQFSAbsBLQEcAT4BvgF3AX0BZwH9ATYB3QEyAV4BUwH/AXsBXgFTAd0BMgHdATIB3QEy
Ad0BMgHdATIB3QEyAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAV4BUwH/AXsBXgFTAd0BMgEdAUMB3gF3
AbUBbgEpAV0BlAFuAd4BfwHOAWUBCAFZAQgBWQEIAVkBCAFZAVIBagH/AX8B/wF/Ad4BfwH3AXIBrQFl
AQgBXQEIAVkBCAFZAQgBWQHOAWUB3gF/AZQBbgGMAWEBvQF7AbsBYgE3AT0BFgE5ARYBOQEWATkBmAFJ
AX4BcwH/AX8B/wF/AbsBYgE3AT0BmwFeAd8BewE9AW8BHQFrAb8BewE9AW8BVwFBARcBPQE3AT0BFwE5
ARYBOQGYAUUBvgF3Af0BXgHbATEBuwEtAb0BUgHfAXsBvQFSAbsBLQHbATEB2wExAbsBLQG7ATEB/AE1
AfwBNQH8ATUB/AE1AfwBNQHcATUBuwEtAb0BUgHfAXsBvQFSAbsBLQEcAT4BvgF3AX0BXwH9ATYB3QEy
AV4BUwH/AXsBXgFTAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAd0BMgHdATIB3QEy
AV4BUwH/AXsBXgFTAd0BMgEdAUMB3gF3AdYBbgEpAV0BlAFuAd4BfwHOAWUBCAFZAQgBWQEIAVkBCAFZ
AVIBagHeAX8CewExAWoBKQFdAQgBWQEIAVkBCAFZAQgBWQEIAVkBzgFlAd4BfwGUAW4BjAFhAb0BewHb
AWIBNwE9ARYBOQEWATkBFgE5AloB/wF/Af8BfwH/AX8CWgF4AUUBngF3AR0BawF4AUEBNwE9AZsBXgG/
AXsB2QFNARYBOQEWATkBFgE5ARYBOQGYAUUBvgF3Af0BXgHbATEBuwEtAb0BUgHfAXsBvQFSAbsBLQHb
ATEB3AE1AbsBLQHbATEB/AE5AfwBOQH8ATkB/AE5AfwBOQH8ATUBuwExAb0BUgHfAXsBvQFSAbsBLQEc
AT4BvgF3AX0BXwH9ATYB3QEyAV4BUwH/AXsBXgFTAd0BMgH9ATYB/QE6Ad0BMgH9ATYBHQE/AR0BPwEd
AT8BHQE/AR0BPwH9AToB/QE2AV4BUwH/AXsBXgFTAd0BMgEdAUMB3gF3AfcBcgEpAV0BlAFuAd4BfwHO
AWUBCAFZAQgBWQEIAVkBCAFZATEBagG1AXIBjAFhAQgBXQEIAVkBCAFZAQgBWQEIAVkBCAFZAQgBWQHO
AWUB3gF/AZQBbgGMAWEBvQF7AfwBZgE3AT0BFgE5ARYBOQEWATkBewFeAf8BfwH/AX8B/wF/AToBVgGY
AUUBvwF7AbwBYgEXAT0BFgE5AToBVgG/AXsBGQFSARYBOQEWATkBFgE5ARYBOQGYAUUBvgF3AT0BYwHb
ATEBuwEtAb0BUgHfAXsBvQFSAbsBMQHdAVYBHgFjAdsBNQE8AUIBnwFvAb8BdwG/AXcBvwF3Ab8BdwE+
AWMB2wE1Ab0BUgHfAXsBvQFSAbsBLQEcAT4BvgF3AZ0BZwH9ATYB3QEyAV4BUwH/AXsBXgFTAf0BNgF+
AVsBnwFjAf0BOgE+AUcB3wFzAd8BdwHfAXcB3wF3Ad8BdwGfAWMB/QE6AV4BUwH/AXsBXgFTAd0BMgEd
AUMB3gF3ATkBcwEpAV0BlAFuAd4BfwHOAWUBCAFdAQgBXQEIAV0BCAFdAUoBXQEpAV0BCAFdAQgBXQEI
AV0BCAFdAQgBXQEIAV0BCAFdAQgBXQHOAWUB3gF/AZQBbgGMAWEBvQF7ATwBbwE3AT0BFgE5ARYBOQEW
ATkBGgFSAd8BewH/AX8B/wF/AXsBWgFXAUEBXQFvAZ4BdwEaAVYB+QFNAT0BbwG+AXcBuAFJARYBOQEW
ATkBFgE5ARYBOQGYAUUBvgF3AV0BawHbATEBuwEtAb0BUgHfAXsBvQFSAbsBMQGdAVIB3QFaAdsBMQE8
AUIBPgFnAV4BawFeAWsBXgFrAV4BawH+AVoB2wE1Ab0BUgHfAXsBvQFSAbsBLQEcAT4BvgF3AZ4BawH9
ATYB3QEyAV4BUwH/AXsBXgFTAf0BNgFeAVMBfgFbAf0BNgEdAUMBvwFnAb8BawG/AWsBvwFrAb8BawF+
AV8B/QE2AV4BUwH/AXsBXgFTAd0BMgEdAUMB3gF3AZwBdwFKAV0BcwFuAf8BfwEYAXcBtQFyAbUBcgG1
AXIBtQFyAbUBcgG1AXIBtQFyAdYBcgG1AXIBtQFyAbUBcgG1AXIBtQFyAbUBcgEYAXcB/wF/AXMBbgGM
AWEBvQF7AZ0BcwFXAUEBFgE5ARYBOQEWATkBVwFBAbwBYgG/AXsB/wF/AR0BawE3AUEB+QFNAX4BcwG/
AXsBvwF7AZ4BdwFbAVoBNwE9ARYBOQEWATkBFgE5ARYBOQGYAUUBvgF3AZ4BcwH7ATkBuwEtAb0BUgHf
AXsBvQFSAbsBLQG7ATEB2wExAbsBLQG7ATEB2wE1AdwBNQHcATUB3AE1AdwBNQHbATEBuwEtAb0BUgHf
AXsBvQFSAbsBLQEcAT4BvgF3Ab4BcwH9AT4B3QEyAV4BUwH/AXsBXgFTAd0BMgH9ATYB/QE2Ad0BMgH9
ATYB/QE6Af0BOgH9AToB/QE6Af0BOgH9ATYB3QEyAV4BUwH/AXsBXgFTAd0BMgEdAUMB3gF3AZwBewGM
AWEBzgFlAVoBewGcAXsBnAF7AZwBewGcAXsBvQF7Ad4BfwHeAX8BvQF7Ab0BewHeAX8B3gF/Ab0BewGc
AXsBnAF7AZwBewGcAXsBWgF7Ac4BZQGMAWEBvQF7AZ4BdwGYAUUBFgE5ARYBOQEWATkBFgE5ATcBPQH5
AVECWgEaAVYBNwE9ARcBPQGYAUUBOgFWAloB2QFNARcBPQEWATkBFgE5ARYBOQEWATkBFgE5AZgBRQG+
AXcBvgF3ARsBPgG7AS0BnQFOAf8BewE+AWcBvQFSAb0BUgG9AVIBvQFSAb0BUgG9AVIBvQFSAb0BUgG9
AVIBvQFSAb0BUgG9AVIBPgFnAf8BfwGdAVIBuwEtARwBPgG+AXcB3gF3AR0BPwHdATIBXgFTAf8BfwGf
AWcBXgFTAV4BUwFeAVMBXgFTAV4BUwFeAVMBXgFTAV4BUwFeAVMBXgFTAV4BUwFeAVMBnwFnAf8BfwFe
AVMB3QEyAR0BQwHeAXcBvQF7AYwBYQEIAV0BSgFdAWsBYQFrAWEBawFhAYwBYQFSAW4B9wFyARABagFr
AWEBawFhAVIBagG1AXIBrQFlAWsBYQFrAWEBawFhAWsBYQFKAV0BCAFdAYwBYQG9AXsBvgF3AZgBRQEW
ATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEW
ATkBFgE5ARYBOQEWATkBFgE5AZgBRQG+AXcBvgF3ARwBPgG7AS0BPAFCAZ8BcwH/AX8B3wF7Ad8BewHf
AXsB3wF7Ad8BewHfAXsB3wF7Ad8BewHfAXsB3wF7Ad8BewHfAXsB/wF/AZ8BcwE8AUIBuwEtARwBPgG+
AXcB3gF3AR0BQwHdATIBHQFDAd8BcwH/AX8B/wF7Af8BewH/AXsB/wF7Af8BewH/AXsB/wF7Af8BewH/
AXsB/wF7Af8BewH/AXsB/wF/Ad8BcwEdAUcB3QEyAR0BQwHeAXcBvQF7AYwBYQEIAVkBCAFZAQgBWQEI
AVkBCAFdAe8BZQFzAW4BjAFhAQgBXQEIAVkBCAFZASkBXQFSAWoBMQFqASkBXQEIAVkBCAFZAQgBWQEI
AVkBCAFZAYwBYQG9AXsBvgF3AZgBRQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEW
ATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBFgE5AZgBRQG+AXcBvgF3ARwBPgG7
AS0BuwExATwBQgGdAVIBvQFSAb0BUgG9AVIBvQFSAb0BUgG9AVIBvQFSAb0BUgG9AVIBvQFSAb0BUgG9
AVIBnQFOATwBQgG7ATEBuwEtARwBPgG+AXcB3gF3AR0BQwHdATIB/QE2AR4BRwFeAVMBXgFTAV4BUwFe
AVMBXgFTAV4BUwFeAVMBXgFTAV4BUwFeAVMBXgFTAV4BUwFeAVMBXgFTAR0BRwH9ATYB3QEyAR0BQwHe
AXcB3gF7Ae8BZQEIAVkBCAFZAQgBWQEIAVkBCAFZASkBXQEpAV0BCAFZAQgBWQEIAVkBCAFZAQgBWQEp
AV0BSgFdAQgBXQEIAVkBCAFZAQgBWQEIAVkBCAFZARABZgHeAXsB3gF7AfkBTQEWATkBFgE5ARYBOQEW
ATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEWATkBFgE5ARYBOQEW
ATkBFgE5ARkBUgHeAXsB3gF7AVwBRgG7ATEBuwEtAbsBLQG7AS0BuwEtAbsBLQG7AS0BuwEtAbsBLQG7
AS0BuwEtAbsBLQG7AS0BuwEtAbsBLQG7AS0BuwEtAbsBLQG7AS0BuwExAXwBSgHfAXsB3wF7AT0BSwHd
ATYB3QEyAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAd0BMgHdATIB3QEyAd0BMgHd
ATIB3QEyAd0BMgHdATIB3QE2AT0BTwHfAXsB/wF/AXsBdwHvAWUBjAFhAYwBYQGMAWEBjAFhAYwBYQGM
AWEBjAFhAYwBYQGMAWEBjAFhAYwBYQGMAWEBjAFhAYwBYQGMAWEBjAFhAYwBYQGMAWEBEAFmAZwBdwH/
AX8B/wF/AX0BcwH5AU0BmAFFAZgBRQGYAUUBmAFFAZgBRQGYAUUBmAFFAZgBRQGYAUUBmAFFAZgBRQGY
AUUBmAFFAZgBRQGYAUUBmAFFAZgBRQGYAUUBGQFSAZ0BdwH/AX8B/wF/AZ4BcwF8AUoBHAE+ARwBPgEc
AT4BHAE+ARwBPgEcAT4BHAE+ARwBPgEcAT4BHAE+ARwBPgEcAT4BHAE+ARwBPgEcAT4BHAE+ARwBPgEc
AT4BfAFKAb4BcwH/AX8B/wF/Ab4BcwE9AUsBHQFDAR0BQwEdAUMBHQFDAR0BQwEdAUMBHQFDAR0BQwEd
AUMBHQFDAR0BQwEdAUMBHQFDAR0BQwEdAUMBHQFDAR0BQwEdAUMBPQFPAb4BcwH/AX8CAAH/AX8B3gF7
Ab0BewG9AXsBvQF7Ab0BewG9AXsBvQF7Ab0BewG9AXsBvQF7Ab0BewG9AXsBvQF7Ab0BewG9AXsBvQF7
Ab0BewG9AXsBvQF7Ad4BewH/AX8EAAH/AX8B3gF7Ab4BdwG+AXcBvgF3Ab4BdwG+AXcBvgF3Ab4BdwG+
AXcBvgF3Ab4BdwG+AXcBvgF3Ab4BdwG+AXcBvgF3Ab4BdwG+AXcBvgF3Ad4BewH/AX8EAAH/AX8B3gF7
Ab4BdwG+AXcBvgF3Ab4BdwG+AXcBvgF3Ab4BdwG+AXcBvgF3Ab4BdwG+AXcBvgF3Ab4BdwG+AXcBvgF3
Ab4BdwG+AXcBvgF3Ad8BewH/AX8EAAH/AX8B3wF7Ad4BdwHeAXcB3gF3Ad4BdwHeAXcB3gF3Ad4BdwHe
AXcB3gF3Ad4BdwHeAXcB3gF3Ad4BdwHeAXcB3gF3Ad4BdwHeAXcB3gF3Ad8BewH/AX8EAAH/AX8B3gF7
Ab0BewG9AXsBvQF7Ab0BewG9AXsBvQF7Ab0BewG9AXsBvQF7Ab0BewG9AXsBvQF7Ab0BewG9AXsBvQF7
Ab0BewG9AXsBvQF7Ad4BfwH/AX8EAAH/AX8B3gF7Ad0BdwHdAXcB3QF3Ad0BdwHdAXcB3QF3Ad0BdwHd
AXcB3QF3Ad0BdwHdAXcB3QF3Ad0BdwHdAXcB3QF3Ad0BdwHdAXcB3QF3Af4BewH/AX8EAAH/AX8B3gF7
AbwBewG8AXsBvAF7AbwBewG8AXsBvAF7AbwBewG8AXsBvAF7AbwBewG8AXsBvAF7AbwBewG8AXsBvAF7
AbwBewG8AXsBvAF7Ad4BfwH/AX8EAAH/AX8B3gF7Ad0BdwHdAXcB3QF3Ad0BdwHdAXcB3QF3Ad0BdwHd
AXcB3QF3Ad0BdwHdAXcB3QF3Ad0BdwHdAXcB3QF3Ad0BdwHdAXcB3gF3Af4BewH/AX8CAAH/AX8BuwF3
Ac8BZgGMAWIBjAFiAYwBYgGMAWIBjAFiAYwBYgGMAWIBjAFiAYwBYgGMAWIBjAFiAYwBYgGMAWIBjAFi
AYwBYgGMAWIBjAFiAYwBYgHRAWYBvAF7Af8BfwH/AX8BuwFzAS8BQwEMATcBDAE3AQwBNwEMATcBDAE3
AQwBNwEMATcBDAE3AQwBNwEMATcBDAE3AQwBNwEMATcBDAE3AQwBNwEMATcBDAE3AQwBNwExAUcB3AFz
Af8BfwH/AX8BmwF3AU0BYgHpAV0B6QFdAekBXQHpAV0B6QFdAekBXQHpAV0B6QFdAekBXQHpAV0B6QFd
AekBXQHpAV0B6QFdAekBXQHpAV0B6QFdAekBXQFuAWIBvAF3Af8BfwH/AX8BvQFvATcBPwEVATMBFQEz
ARUBMwEVATMBFQEzARUBMwEVATMBFQEzARUBMwEVATMBFQEzARUBMwEVATMBFQEzARUBMwEVATMBFQEz
ARUBMwE3AUcB3QFzAf8BfwHeAXsBzwFmAUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFa
AUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFaAUgBWgFIAVoB0AFmAd4BfwHeAXsBLwFD
AcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEm
AcgBJgHIASYByAEmAcgBJgHIASYBMAFHAf4BewHeAXsBLQFiAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFV
AWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBTgFi
Ad4BewHeAXsBNgE/AdMBIgHTASIB0wEiAdMBIgHTASIB0wEiAdMBIgHTASIB0wEiAdMBIgHTASIB0wEi
AdMBIgHTASIB0wEiAdMBIgHTASIB0wEiAdMBIgHTASIBNwFDAf4BewG9AXsBjAFiAUgBWgFIAVoBSAFa
AUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFa
AUgBWgFIAVoBjAFiAb0BewHdAXcBDAE3AcgBJgHIASYByAEmAcgBJgHIASYByAEmAekBKgEKATMBCwEz
AQsBMwELATMBCwEzAQsBMwHqAS4B6AEmAcgBJgHIASYByAEmAcgBJgHIASYBDAE3Ad0BdwG8AXsB6QFd
AWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFV
AWQBVQFkAVUBZAFVAWQBVQFkAVUB6QFdAbwBewHdAXcBFQEzARYBNwFYAUsBWAFLAVgBSwFYAUsBWAFL
AVgBSwFYAUsBWAFLAVgBSwFYAUsBWAFLAVgBSwFYAUsBNwE/AfMBIgHTASIB0wEiAdMBIgHTASIBFQEz
Ad0BdwG9AXsBjAFiAUgBXgFqAV4BawFiAWsBYgFrAWIBawFiAWsBYgFrAWIBawFiAWsBYgFrAWIBawFi
AWsBYgFrAWIBawFiAWsBYgFrAWIBawFiAWoBXgFIAV4BjAFiAb0BewHdAXcBDAE3AcgBJgHIASYByAEm
AcgBJgHIASYByAEmAS4BPwHbAW8B3AF3AdwBdwHcAXcB3AF3AdwBdwGXAV8B6QEqAcgBJgHIASYByAEm
AcgBJgHIASYBDAE3Ad0BdwG8AXsBCgFeAY8BZgGxAWoBsQFqAbEBagGxAWoBsQFqAbEBagGxAWoBsQFq
AbEBagGxAWoBsQFqAbEBagGxAWoBsQFqAbEBagGxAWoBsQFqAbEBagEKAWIB6QFdAbwBewHdAXcBFQEz
AXkBTwH/AX8B/wF7Af8BewH/AXsB/wF7Af8BewH/AXsB/wF7Af8BewH/AXsB/wF7Af8BewH/AX8BvAFn
AfQBJgHTASIB0wEiAdMBIgHTASIBFQEzAd0BdwG9AXsBjAFiAa4BZgGaAXsB3AF7AdwBewHcAXsB3AF7
AdwBewHcAXsB3AF7AdwBewHcAXsB3AF7AdwBewHcAXsB3AF7AdwBewHcAXsB3AF7AZoBdwGuAWYBjAFi
Ab0BewHdAXcBDAE3AcgBJgHoASYB6QEuAeoBLgHqAS4B6gEuAVEBRwH+AXsB/wF/Af8BfwH/AX8B/wF/
Af8BfwG5AWsBCwEzAeoBLgHqAS4B6gEuAekBKgHIASYBDAE3Ad0BdwG8AXsBLAFiAXoBdwHdAX8B3QF/
Ad0BfwHdAX8B3QF/Ad0BfwHdAX8B3QF/Ad0BfwHdAX8B3QF/Ad0BfwHdAX8B3QF/Ad0BfwHdAX8B3QF/
Ad0BfwGQAWoB6QFdAbwBewHdAXcBFQEzAXkBUwH/AXsBmgFXAVgBSwFYAUsBWAFLAVgBSwFYAUsBWAFL
AVgBSwFYAUsBWAFLAXkBUwH+AXsBvAFnAfQBJgHTASIB0wEiAdMBIgHTASIBFQEzAd0BdwG9AXsBjAFi
ARMBbwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/
Af8BfwH/AX8B/wF/Af8BfwETAW8BjAFiAb0BewHdAXcBDAE3AekBKgFRAUsBuQFnAboBawG6AWsBugFr
AdwBcwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH+AXsB2gFvAboBawG6AWsBugFrAZYBWwELATMBDAE3
Ad0BdwG8AXsB6gFdAQoBXgELAWIBLAFiASwBYgEsAWIBLAFiASwBYgEsAWIBLAFiASwBYgEsAWIBLAFi
ASwBYgEsAWIBLAFiASwBYgEsAWIBLAFiAQsBYgHHAVkB6QFdAbwBewHdAXcBFQEzAXkBSwH/AXsBmwFf
ARYBMwH0ASYB0wEiAdMBIgHTASIB0wEiAdMBIgH0ASIBFQEvAXoBUwH/AXsBmwFfAfQBJgHTASIB0wEi
AdMBIgHTASIBFQEzAd0BdwG9AXsBjAFiATQBbwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/
Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwE0AW8BjAFiAb0BewHdAXcBDAE3
AQ0BOwHdAXcB3QF3AdoBbwHaAW8B2gFvAdoBbwHaAW8B2gFvAdoBbwHaAW8B2gFvAdoBbwHaAW8B2gFv
AdoBbwHaAW8B3AFzAf4BewFSAUsBDAE3Ad0BdwG8AXsB6QFdAYQBVQFNAWIBFgFzATcBcwE3AXMBNwFz
ATcBcwE3AXMBNwFzATcBcwE3AXMBNwFzATcBcwE3AXMBNwFzATcBcwE3AXMB0wFuAccBWQFkAVUB6QFd
AbwBewHdAXcBFQEzARUBMwG8AWMB/wF7Ad4BcwGbAV8BWAFLATcBPwE2ATsBNwE/AVgBRwGaAVsB3QFv
Af8BewG9AWsBNgE3AdMBIgHTASIB0wEiAdMBIgHTASIBFQEzAd0BdwG8AXsBiwFiATQBbwH/AX8B/wF/
Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/
Af8BfwE0AW8BjAFiAb0BewHcAXcBCwE3AS8BQwH+AXsBdQFXAeoBLgHqAS4B6gEuAeoBLgHqAS4B6gEu
AeoBLgHqAS4B6gEuAeoBLgHqAS4B6gEuAeoBLgHqAS4BLwFDAf4BewFzAVMBDAE3Ad0BdwG8AXcByAFZ
AccBWQF6AXcB3QF/AZoBewGaAXcBmgF3AZoBdwGaAXcBmgF3AZoBdwGaAXcBmgF3AZoBdwGaAXcBmgF3
AZoBdwGbAXsB/gF/AbEBagFkAVUB6QFdAbwBewHdAXMBFQEvAdMBIgH0ASoBWQFLAbwBawH+AXcB/wF7
Af8BewH/AXsB/wF7Af8BewH/AXsB3QFvAXkBTwEVAS8B8wEiAdMBIgH0ASYB9AEmAdMBIgHTASIBFQEz
Ad0BdwG8AXcBawFeATQBbwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/
Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwE0AW8BjAFiAb0BewG8AXMB6wEyAS8BQwH+AXsBdAFT
AcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYBLgE/
Af0BewFzAVMBDAE3Ad0BdwGcAXcByAFZAegBXQG8AXsBFQFzAccBWQGnAVkBpwFZAacBWQGnAVkBpwFZ
AacBWQGnAVkBpwFZAacBWQGnAVkBpwFZAacBWQELAWIBvQF7AfQBbgGFAVUB6QFdAbwBewG9AXMB9QEu
AdMBIgHTASIB8wEiAfQBKgE3ATsBWAFLAXoBUwGaAVcBmgFXAXkBTwE3AT8BFQEvAfMBIgHTASIB0wEi
AfQBJgF5AVMBegFXAfQBJgHTASIBFQEzAd0BdwGbAXcBagFeATQBbwH/AX8B/wF/Af8BfwH/AX8B/wF/
Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwE0AW8BjAFi
Ab0BewG7AW8B6gEuAS8BQwH+AXsBdAFTAcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEm
AcgBJgHIASYByAEmAcgBJgHIASYBLgE/Af0BewFzAVMBDAE3Ad0BdwF6AXcBpgFZAegBXQG8AXsB9AFu
AYUBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQHpAV0BvAF7
AfQBbgGFAVUB6QFdAbwBewG8AW8B9AEqAdMBIgHTASIB0wEiAdMBIgHTASIB8wEiARUBLwE2ATsBFQEz
AfQBJgHTASIB0wEiAdMBIgHTASIB0wEiAfQBKgG8AWMB/wF7AVgBSwHzASIBFQEzAd0BdwF5AXMBSQFe
ATQBbwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/
Af8BfwH/AX8B/wF/Af8BfwE0AW8BjAFiAb0BewGZAWsB6QEqAS8BQwH+AXsBdAFTAcgBJgHIASYByAEm
AcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYBLgE/Af0BewFzAVMBDAE3
Ad0BdwFZAXMBhgFVAegBXQG8AXsB9AFuAYUBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFV
AWQBVQFkAVUBZAFVAWQBVQHpAV0BvAF7AfQBbgGFAVUB6QFdAbwBewGcAWcB9AEmAdMBIgHTASIB0wEi
AdMBIgH0ASYBeQFPAd0BbwH+AXcB3gFzAXoBVwEVASsB0wEiAdMBIgHzASIBFQEvAfQBJgE2ATcB3gFz
Ad0BbwEVAS8BFQEzAd0BdwFXAW8BSQFeATQBbwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/
Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwE0AW8BjAFiAb0BewF3AWMB6QEq
AS8BQwH+AXsBdAFTAcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEm
AcgBJgHIASYBLgE/Af0BewFzAVMBDAE3Ad0BdwEWAW8BhQFZAegBXQG8AXsB9AFuAYUBVQFkAVUBZAFV
AWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQHpAV0BvAF7AfQBbgGFAVUB6QFd
AbwCewFfAfQBJgHTASIB0wEiAdMBIgHzASIBWAFLAf8BewHdAW8BmwFfAb0BawH/AXsBegFXAfQBJgHT
ASIBFgEzAbwBawFYAUsB9AEmAXoBUwH/AXsBVwFDARUBMwHdAXcBNQFvAUkBXgE0AW8B/wF/Af8BfwH/
AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/
AX8BNAFvAYwBYgG9AXsBdQFbAekBKgEvAUMB/gF7AXQBUwHIASYByAEmAcgBJgHIASYByAEmAcgBJgHI
ASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEmAS4BPwH9AXsBcwFTAQwBNwHdAXcB9AFqAYUBVQHo
AV0BvAF7AfQBbgGFAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFk
AVUB6QFdAbwBewH0AW4BhQFVAekBXQG8AXsBegFXAfQBJgHTASIB0wEiAdMBIgH0ASoBvAFnAd4BcwE2
ATsB9AEmARUBMwG9AWsB3gFzARUBMwHTASIBFgE3Ad4BcwG8AWsB9AEqAVcBQwH/AXsBeQFPARUBMwHd
AXcBNgFvAUkBXgE0AW8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/
AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8BNQFvAYwBYgG9AXsBdgFbAekBKgEvAUMB/gF7AXQBUwHI
ASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEmAS4BPwH9
AXsBcwFTAQwBNwHdAXcB9AFqAYUBVQHoAV0BvAF7AfQBbgGFAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFk
AVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUB6QFdAbwBewH0AW4BhQFVAekBXQG8AXsBegFbAfQBJgHT
ASIB0wEiAdMBIgH1ASoB3QFvAb0BawH0ASoB0wEiAfQBJgGbAVsB/gF3ATYBNwHTASIB9AEqAb0BawHd
AW8BFQEvATcBPwH/AXsBeQFPARUBMwHdAXcBVwFzAUkBXgE0AW8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/
AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8BEgFrAYwBYgG9
AXsBlwFjAekBKgEvAUMB/gF7AXQBUwHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHI
ASYByAEmAcgBJgHIASYByAEmAS4BPwH9AXsBcwFTAQwBNwHdAXcBFgFvAYUBWQHoAV0BvAF7AfQBbgGF
AVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUB6QFdAbwBewH0
AW4BhQFVAekBXQG8AXsBmwFfAfQBJgHTASIB0wEiAdMBIgH0ASYBvAFjAf4BdwFYAUcB9AEqATcBOwHd
AXMB3QFvARUBLwHTASIBNgE7Af4BdwG8AWMB9AEmAVgBRwH/AXsBeQFLARUBMwHdAXcBeQFzAUkBXgE0
AW8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Af8BfwHdAX8BmQF3AZkBdwGZAXcBmQF3AZkBdwGZ
AXcBmQF3AZkBdwE1AW8BawFiAYwBYgG9AXsBmQFrAekBKgEvAUMB/gF7AXQBUwHIASYByAEmAcgBJgHI
ASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEmAS4BPwH9AXsBcwFTAQwBNwHd
AXcBWQFzAYYBVQHoAV0BvAF7AfQBbgGFAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFk
AVUBZAFVAWQBVQFkAVUB6QFdAbwBewH0AW4BhQFVAekBXQG8AXsBnAFnAfQBJgHTASIB0wEiAdMBIgHz
ASIBNwE/Ad4BcwH+AXcBvQFrAd4BcwH/AXsBeQFLAfMBIgHTASIBFQEvAZsBWwE3AT8B9AEmAZsBXwH/
AXsBNwE/ARUBMwHdAXcBvAF3AWoBXgETAW8B/wF/Af8BfwH/AX8B/wF/Af8BfwH/AX8B/wF/Ad0BfwHx
AmoBXgFpAV4BaQFeAWkBXgFpAV4BaQFeAWkBXgFpAV4BSAFeAUgBWgGMAWIBvQF7AbwBcwHqATIBLwFD
Af4BewF0AVMB6AEqAegBKgHoASoB6AEqAegBKgHoASoB6AEqAegBKgHoASoB6AEqAegBKgHoASoB6AEq
AegBKgEuAT8B/gF7AXMBUwEMATcB3QF3AZsBdwHHAVkB6AFdAbwBewH0AW4BpgFZAYUBWQGFAVkBhQFZ
AYUBWQGFAVkBhQFZAYUBWQGFAVkBhQFZAYUBWQGFAVkBhQFZAekBXQG8AXsB9AFuAYUBVQHpAV0BvAF7
Ab0BcwH0ASoB0wEiAdMBIgHTASIB0wEiAfMBIgE3AT8BuwFjAd0BbwG8AWcBWAFHAfQBJgHTASIB0wEi
AdMBIgH0ASYB9AEmAVcBQwH+AXcBvAFnAfQBKgEVATMB3QF3AbwBewGMAWIBrgFmAZoBewHcAXsB3AF7
AdwBewHcAXsB3AF7AbsBewHxAWoBSAFeAUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFa
AUgBWgGMAWIBvQF7AdwBdwEMATcBLgE/Af0BewHaAW8BlgFbAZYBWwGWAVsBlgFbAZYBWwGWAVsBlgFb
AZYBWwGWAVsBlgFbAZYBWwGWAVsBlgFbAZYBWwG4AWcB/gF7AXMBTwEMATcB3QF3AbwBewHpAVkBxwFZ
AZsBewGbAXsBNgFzATYBcwE2AXMBNgFzATYBcwE2AXMBNgFzATYBcwE2AXMBNgFzATYBcwE2AXMBNgFz
AVgBcwH+AX8B0gFqAYQBVQHpAV0BvAF7Ad0BcwEVATMB0wEiAdMBIgHTASIB0wEiAdMBIgHzASIB9AEm
AfQBKgH0ASYB8wEiAdMBIgHTASIB0wEiAdMBIgHTASIB9AEqAbwBawH+AXcBNwE/AfMBIgEVATMB3QF3
Ab0BewGMAWIBSAFeAWoBXgFrAWIBawFiAWsBYgFrAWIBawFiAWoBXgFIAV4BSAFaAUgBWgFIAVoBSAFa
AUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFaAUgBWgGMAWIBvQF7Ad0BdwEMATcB6gEuAZUBWwHcAXMB3AF3
AdwBdwHcAXcB3AF3AdwBdwHcAXcB3AF3AdwBdwHcAXcB3AF3AdwBdwHcAXcB3AF3AdwBdwHcAXcBugFr
AQ0BOwEMATcB3QF3AbwBewHpAV0BhQFVAZABagF6AXcBmwF7AZsBewGbAXsBmwF7AZsBewGbAXsBmwF7
AZsBewGbAXsBmwF7AZsBewGbAXsBmwF7AZsBewE3AXMB6QFdAWQBVQHpAV0BvAF7Ad0BdwEVATMB0wEi
AdMBIgHTASIB0wEiAdMBIgHTASIB0wEiAdMBIgHTASIB0wEiAdMBIgHTASIB0wEiAdMBIgHTASIB8wEi
AVgBRwFYAUsB9AEiAdMBIgEVATMB3QF3Ab0BewGMAWIBSAFaAUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFa
AUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFaAUgBWgGMAWIBvQF7
Ad0BdwEMATcByAEmAekBKgHqATIBCwEzAQsBMwELATMBCwEzAQsBMwELATMBCwEzAQsBMwELATMBCwEz
AQsBMwELATMBCwEzAQsBMwELATMB6gEuAegBJgEMATcB3QF3AbwBewHpAV0BZAFVAYUBVQGnAVkBpwFZ
AacBWQGnAVkBpwFZAacBWQGnAVkBpwFZAacBWQGnAVkBpwFZAacBWQGnAVkBpwFZAacBWQGmAVkBZAFV
AWQBVQHpAV0BvAF7Ad0BdwEVATMB0wEiAdMBIgHTASIB0wEiAdMBIgHTASIB0wEiAdMBIgHTASIB0wEi
AdMBIgHTASIB0wEiAdMBIgHTASIB0wEiAfMBIgHzASIB0wEiAdMBIgEVATMB3gF3Ad4BewHPAWYBSAFa
AUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFaAUgBWgFIAVoBSAFa
AUgBWgFIAVoBSAFaAUgBWgHQAWYB3gF7Ad4BewEvAUMByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEm
AcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgHIASYByAEmAcgBJgEwAUcB3gF7
Ad4BewEsAWIBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFV
AWQBVQFkAVUBZAFVAWQBVQFkAVUBZAFVAWQBVQFOAWIB3gF7Ad4BewE2AT8B0wEiAdMBIgHTASIB0wEi
AdMBIgHTASIB0wEiAdMBIgHTASIB0wEiAdMBIgHTASIB0wEiAdMBIgHTASIB0wEiAdMBIgHTASIB0wEi
AdMBIgE3AUMB3gF7Af8BfwGbAXcBzwFmAYwBYgGMAWIBjAFiAYwBYgGMAWIBjAFiAYwBYgGMAWIBjAFi
AYwBYgGMAWIBjAFiAYwBYgGMAWIBjAFiAYwBYgGMAWIBjAFiAdABZgG8AXcB/wF/Af8BfwG7AW8BLwFD
AQwBNwEMATcBDAE3AQwBNwEMATcBDAE3AQwBNwEMATcBDAE3AQwBNwEMATcBDAE3AQwBNwEMATcBDAE3
AQwBNwEMATcBDAE3ATABRwG8AXMB/wF/Af8BfwF6AXcBLQFiAekBXQHpAV0B6QFdAekBXQHpAV0B6QFd
AekBXQHpAV0B6QFdAekBXQHpAV0B6QFdAekBXQHpAV0B6QFdAekBXQHpAV0B6QFdAU4BYgGcAXcB/wF/
Af8BfwG9AW8BNgE/ARUBMwEVATMBFQEzARUBMwEVATMBFQEzARUBMwEVATMBFQEzARUBMwEVATMBFQEz
ARUBMwEVATMBFQEzARUBMwEVATMBFQEzATcBQwG9AXMB/wF/AgAB/wF/Ad4BewG9AXsBvQF7Ab0BewG9
AXsBvQF7Ab0BewG9AXsBvQF7Ab0BewG9AXsBvQF7Ab0BewG9AXsBvQF7Ab0BewG9AXsBvQF7Ab0BewHe
AXsB/wF/BAAB/wF/Ad4BewHdAXcB3QF3Ad0BdwHdAXcB3QF3Ad0BdwHdAXcB3QF3Ad0BdwHdAXcB3QF3
Ad0BdwHdAXcB3QF3Ad0BdwHdAXcB3QF3Ad0BdwHeAXsB/wF/BAAB/wF/Ad4BewG8AXsBvAF7AbwBewG8
AXsBvAF7AbwBewG8AXsBvAF7AbwBewG8AXsBvAF7AbwBewG8AXsBvAF7AbwBewG8AXsBvAF7AbwBewHe
AXsB/wF/BAAB/wF/Ad4BewHdAXcB3QF3Ad0BdwHdAXcB3QF3Ad0BdwHdAXcB3QF3Ad0BdwHdAXcB3QF3
Ad0BdwHdAXcB3QF3Ad0BdwHdAXcB3QF3Ad0BdwHeAXsB/wF/AgABQgFNAT4HAAE+AwABKAMAAWADAAFI
AwABAQEAAQEFAAFgAQMWAAP/AQABgAEAAQEBgAEAAQH/AA8AAYABAAEBAYABAAEBBgABgAEAAQEBgAEA
AQEBgAEAAQEBgAEAAQH/AAkAAYABAAEBAYABAAEBAYABAAEBAYABAAEBAYABAAEBAYABAAEBAYABAAEB
AYABAAEB/wAJAAGAAQABAQGAAQABAQGAAQABAQGAAQABAQs=
</value>
</data>
<metadata name="imageList3.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
<value>17, 17</value>
</metadata>
<data name="imageList3.ImageStream" mimetype="application/x-microsoft.net.object.binary.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAACG
KAAAAk1TRnQBSQFMAgEBCgEAAaABAAGgAQABEAEAARABAAT/AREBAAj/AUIBTQE2BwABNgMAASgDAAFA
KAAAAk1TRnQBSQFMAgEBCgEAAbABAAGwAQABEAEAARABAAT/AREBAAj/AUIBTQE2BwABNgMAASgDAAFA
AwABMAMAAQEBAAEQBgABGBIAAf8BfwG8AXsBmQF3AZgBdwGYAXcBmAF3AZgBdwGYAXcBmAF3AZgBdwGY
AXcBmAF3AZgBdwGZAXcBvAF7Af8BfwH/AX8BnQF3AVsBcwFbAXMBWwFzAVsBcwFbAXMBWwFzAVsBcwFb
AXMBWwFzAVsBcwFbAXMBWwFzAb0BdwH/AX9AAAG8AXsB7wFyAcoBdgHKAXIBywF2AcsBdgHLAXYBywF2

View File

@ -1,103 +0,0 @@
namespace Remontor.Words
{
partial class WordsCategoryControl
{
/// <summary>
/// Обязательная переменная конструктора.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Освободить все используемые ресурсы.
/// </summary>
/// <param name="disposing">истинно, если управляемый ресурс должен быть удален; иначе ложно.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Код, автоматически созданный конструктором компонентов
/// <summary>
/// Требуемый метод для поддержки конструктора — не изменяйте
/// содержимое этого метода с помощью редактора кода.
/// </summary>
private void InitializeComponent()
{
this.Select = new System.Windows.Forms.CheckBox();
this.lb_name = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.flow_wordsItem = new System.Windows.Forms.FlowLayoutPanel();
this.SuspendLayout();
//
// Select
//
this.Select.AutoSize = true;
this.Select.Location = new System.Drawing.Point(6, 2);
this.Select.Name = "Select";
this.Select.Size = new System.Drawing.Size(15, 14);
this.Select.TabIndex = 1;
this.Select.UseVisualStyleBackColor = true;
//
// lb_name
//
this.lb_name.AutoSize = true;
this.lb_name.Location = new System.Drawing.Point(47, 3);
this.lb_name.Name = "lb_name";
this.lb_name.Size = new System.Drawing.Size(88, 13);
this.lb_name.TabIndex = 2;
this.lb_name.Text = "Вебинарные ПК";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Font = new System.Drawing.Font("Microsoft Sans Serif", 18F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.label1.Location = new System.Drawing.Point(21, -4);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(30, 29);
this.label1.TabIndex = 3;
this.label1.Text = "⟱";
this.label1.Click += new System.EventHandler(this.label1_Click);
//
// flow_wordsItem
//
this.flow_wordsItem.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.flow_wordsItem.AutoSize = true;
this.flow_wordsItem.FlowDirection = System.Windows.Forms.FlowDirection.TopDown;
this.flow_wordsItem.Location = new System.Drawing.Point(5, 20);
this.flow_wordsItem.Name = "flow_wordsItem";
this.flow_wordsItem.Size = new System.Drawing.Size(395, 5);
this.flow_wordsItem.TabIndex = 4;
this.flow_wordsItem.WrapContents = false;
//
// WordsCategoryControl
//
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.AutoSize = true;
this.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.Controls.Add(this.flow_wordsItem);
this.Controls.Add(this.Select);
this.Controls.Add(this.label1);
this.Controls.Add(this.lb_name);
this.Name = "WordsCategoryControl";
this.Size = new System.Drawing.Size(401, 25);
this.Load += new System.EventHandler(this.WordsCategoryControl_Load);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.CheckBox Select;
private System.Windows.Forms.Label lb_name;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.FlowLayoutPanel flow_wordsItem;
}
}

View File

@ -1,52 +0,0 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
namespace Remontor.Words
{
[DefaultEvent(nameof(WordsCategoryControl))]
partial class WordsCategoryControl : UserControl, IWordsContol
{
public WordsCategoryControl()
{
InitializeComponent();
}
public WordsCategoryControl(WordsCategory wordsCategoty)
{
InitializeComponent();
lb_name.Text = wordsCategoty.GetName();
foreach (IWordsItem item in wordsCategoty.Items())
{
if(item is WordsCategory)
{
flow_wordsItem.Controls.Add(new WordsCategoryControl((WordsCategory)item));
}else if(item is WordsComp)
{
flow_wordsItem.Controls.Add(new WordsItemControl((WordsComp)item));
}
}
}
public void Add(WordsItemControl wic)
{
flow_wordsItem.Controls.Add(wic);
}
private void label1_Click(object sender, EventArgs e)
{
flow_wordsItem.Visible = !flow_wordsItem.Visible;
}
private void WordsCategoryControl_Load(object sender, EventArgs e)
{
}
}
}

View File

@ -1,120 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
</root>

View File

@ -94,7 +94,8 @@ namespace Remontor.Words
}
public override IComp FindCompName(string compName)
{
if(compName.ToUpper() == Comp.GetNetName().ToUpper())
if(Comp.GetNetName() == null) return null;
if (compName.ToUpper() == Comp.GetNetName().ToUpper())
{
return Comp;
}

View File

@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.IO;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
@ -18,6 +19,7 @@ namespace Remontor.Words
public WordsEditCategoryControl()
{
InitializeComponent();
SMetodForm.EnableContextMenu(lb_name);
}
public WordsEditCategoryControl(WordsCategory wordscategory, TreeNode treenode)
@ -26,7 +28,7 @@ namespace Remontor.Words
lb_name.Text = wordscategory.GetName();
wordsCategory = wordscategory;
treeNode = treenode;
SMetodForm.EnableContextMenu(lb_name);
}
private void label1_Click(object sender, EventArgs e)

View File

@ -44,15 +44,15 @@
//
this.lb_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lb_name.Location = new System.Drawing.Point(6, 30);
this.lb_name.Location = new System.Drawing.Point(6, 41);
this.lb_name.Name = "lb_name";
this.lb_name.Size = new System.Drawing.Size(245, 20);
this.lb_name.Size = new System.Drawing.Size(246, 20);
this.lb_name.TabIndex = 2;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(3, 14);
this.label2.Location = new System.Drawing.Point(3, 25);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(47, 13);
this.label2.TabIndex = 3;
@ -61,7 +61,7 @@
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(3, 92);
this.label3.Location = new System.Drawing.Point(3, 103);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(50, 13);
this.label3.TabIndex = 5;
@ -71,9 +71,9 @@
//
this.lb_ip.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lb_ip.Location = new System.Drawing.Point(6, 108);
this.lb_ip.Location = new System.Drawing.Point(6, 119);
this.lb_ip.Name = "lb_ip";
this.lb_ip.Size = new System.Drawing.Size(245, 20);
this.lb_ip.Size = new System.Drawing.Size(246, 20);
this.lb_ip.TabIndex = 4;
//
// lb_description
@ -81,18 +81,18 @@
this.lb_description.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.lb_description.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
this.lb_description.Location = new System.Drawing.Point(6, 147);
this.lb_description.Location = new System.Drawing.Point(6, 158);
this.lb_description.MaxLength = 350;
this.lb_description.Multiline = true;
this.lb_description.Name = "lb_description";
this.lb_description.ScrollBars = System.Windows.Forms.ScrollBars.Vertical;
this.lb_description.Size = new System.Drawing.Size(245, 134);
this.lb_description.Size = new System.Drawing.Size(246, 134);
this.lb_description.TabIndex = 6;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(3, 131);
this.label4.Location = new System.Drawing.Point(3, 142);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(57, 13);
this.label4.TabIndex = 7;
@ -103,16 +103,17 @@
this.comboBox1.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
this.comboBox1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBox1.FormattingEnabled = true;
this.comboBox1.Location = new System.Drawing.Point(209, 3);
this.comboBox1.ItemHeight = 24;
this.comboBox1.Location = new System.Drawing.Point(198, 3);
this.comboBox1.Name = "comboBox1";
this.comboBox1.Size = new System.Drawing.Size(42, 21);
this.comboBox1.Size = new System.Drawing.Size(53, 30);
this.comboBox1.TabIndex = 8;
this.comboBox1.DrawItem += new System.Windows.Forms.DrawItemEventHandler(this.comboBox1_DrawItem);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(160, 6);
this.label1.Location = new System.Drawing.Point(149, 3);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(43, 13);
this.label1.TabIndex = 9;
@ -121,7 +122,7 @@
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(3, 53);
this.label5.Location = new System.Drawing.Point(3, 64);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(72, 13);
this.label5.TabIndex = 11;
@ -131,9 +132,9 @@
//
this.tb_netName.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tb_netName.Location = new System.Drawing.Point(6, 69);
this.tb_netName.Location = new System.Drawing.Point(6, 80);
this.tb_netName.Name = "tb_netName";
this.tb_netName.Size = new System.Drawing.Size(245, 20);
this.tb_netName.Size = new System.Drawing.Size(246, 20);
this.tb_netName.TabIndex = 10;
this.tb_netName.VisibleChanged += new System.EventHandler(this.WordsEditCompControl_VisibleChanged);
//
@ -154,7 +155,7 @@
this.Controls.Add(this.label2);
this.Controls.Add(this.lb_name);
this.Name = "WordsEditCompControl";
this.Size = new System.Drawing.Size(254, 284);
this.Size = new System.Drawing.Size(257, 295);
this.VisibleChanged += new System.EventHandler(this.WordsEditCompControl_VisibleChanged);
this.ResumeLayout(false);
this.PerformLayout();

View File

@ -3,6 +3,7 @@ using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Drawing.Text;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
@ -20,6 +21,10 @@ namespace Remontor.Words
public WordsEditCompControl()
{
InitializeComponent();
SMetodForm.EnableContextMenu(lb_name);
SMetodForm.EnableContextMenu(lb_ip);
SMetodForm.EnableContextMenu(lb_description);
SMetodForm.EnableContextMenu(tb_netName);
}
public WordsEditCompControl(WordsComp wordscomp, TreeNode treenode, ImageList imagelist)
{
@ -33,7 +38,11 @@ namespace Remontor.Words
wordsComp = wordscomp;
treeNode = treenode;
comboBox1.SelectedIndex = treeNode.ImageIndex;
SMetodForm.EnableContextMenu(lb_name);
SMetodForm.EnableContextMenu(lb_ip);
SMetodForm.EnableContextMenu(lb_description);
SMetodForm.EnableContextMenu(tb_netName);
}
public void Save()
{

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
5f8dae99d0f6b64ebd78e3e0215781eb971e64a2
8ff06f3a60adc8574ea2a750174f191e43a34000

View File

@ -21,9 +21,6 @@ C:\Users\Владимир\source\repos\Remontor\Remontor\obj\Debug\Remontor.Word
C:\Users\Владимир\source\repos\Remontor\Remontor\obj\Debug\Remontor.Words.WordsEditCompControl.resources
C:\Users\Владимир\source\repos\Remontor\Remontor\obj\Debug\Remontor.Words.WordsItemControl.resources
C:\Users\Владимир\source\repos\Remontor\Remontor\obj\Debug\Remontor.BarButtonControl.resources
C:\Users\klavi\Source\Repos\Remontor\Remontor\bin\Debug\Remontor.exe.config
C:\Users\klavi\Source\Repos\Remontor\Remontor\bin\Debug\Remontor.exe
C:\Users\klavi\Source\Repos\Remontor\Remontor\bin\Debug\Remontor.pdb
C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.csproj.AssemblyReference.cache
C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.csproj.SuggestedBindingRedirects.cache
C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.BarButtonControl.resources
@ -36,14 +33,11 @@ C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.SessionItemCont
C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.Setting.SettingSCCMControl.resources
C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.Setting.SettingWordsControl.resources
C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.Words.BilderWords.resources
C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.Words.WordsCategoryControl.resources
C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.Words.WordsEditCategoryControl.resources
C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.Words.WordsEditCompControl.resources
C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.Words.WordsItemControl.resources
C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.csproj.GenerateResource.cache
C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.csproj.CoreCompileInputs.cache
C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.exe
C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.pdb
C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.History.HistoryControl.resources
C:\Users\klavi\Source\Repos\Remontor\Remontor\obj\Debug\Remontor.FlowContainerWords.resources
C:\Users\Владимир\source\repos\Remontor\Remontor\obj\Debug\Remontor.FlowContainerWords.resources
@ -56,3 +50,8 @@ C:\Users\klavi\source\repos\Remontor\Remontor\obj\Debug\Remontor.MenuStripComman
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Debug\Remontor.Words.AboutForm.resources
C:\Users\Владимир\source\repos\Remontor\Remontor\obj\Debug\Remontor.MenuStripCommand.resources
C:\Users\Владимир\source\repos\Remontor\Remontor\obj\Debug\Remontor.Words.AboutForm.resources
C:\Users\klavi\source\repos\Remontor\Remontor\bin\Debug\SCCMанагер.exe.config
C:\Users\klavi\source\repos\Remontor\Remontor\bin\Debug\SCCMанагер.exe
C:\Users\klavi\source\repos\Remontor\Remontor\bin\Debug\SCCMанагер.pdb
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Debug\SCCMанагер.exe
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Debug\SCCMанагер.pdb

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
e85078220b5a772b9aa357d423a0e51a30ae6726
83a4d0ce82387745d4a30e6240992c32ac7a5850

View File

@ -1,6 +1,3 @@
C:\Users\klavi\source\repos\Remontor\Remontor\bin\Release\Remontor.exe.config
C:\Users\klavi\source\repos\Remontor\Remontor\bin\Release\Remontor.exe
C:\Users\klavi\source\repos\Remontor\Remontor\bin\Release\Remontor.pdb
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\Remontor.csproj.AssemblyReference.cache
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\Remontor.csproj.SuggestedBindingRedirects.cache
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\Remontor.BarButtonControl.resources
@ -19,11 +16,13 @@ C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\Remontor.Setting.Setti
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\Remontor.Setting.SettingWordsControl.resources
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\Remontor.Words.AboutForm.resources
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\Remontor.Words.BilderWords.resources
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\Remontor.Words.WordsCategoryControl.resources
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\Remontor.Words.WordsEditCategoryControl.resources
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\Remontor.Words.WordsEditCompControl.resources
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\Remontor.Words.WordsItemControl.resources
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\Remontor.csproj.GenerateResource.cache
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\Remontor.csproj.CoreCompileInputs.cache
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\Remontor.exe
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\Remontor.pdb
C:\Users\klavi\source\repos\Remontor\Remontor\bin\Release\SCCMанагер.exe.config
C:\Users\klavi\source\repos\Remontor\Remontor\bin\Release\SCCMанагер.exe
C:\Users\klavi\source\repos\Remontor\Remontor\bin\Release\SCCMанагер.pdb
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\SCCMанагер.exe
C:\Users\klavi\source\repos\Remontor\Remontor\obj\Release\SCCMанагер.pdb

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.