Добавили кнопку отправить контрл альт делит
This commit is contained in:
parent
512fa239b0
commit
73bba68768
Binary file not shown.
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
|
@ -29,13 +29,14 @@
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
this.FlowButton = new System.Windows.Forms.FlowLayoutPanel();
|
this.FlowButton = new System.Windows.Forms.FlowLayoutPanel();
|
||||||
this.NewBtn = new System.Windows.Forms.Button();
|
this.btControl = new System.Windows.Forms.Button();
|
||||||
this.ShowSetting = new System.Windows.Forms.Button();
|
this.ShowSetting = new System.Windows.Forms.Button();
|
||||||
this.ShowWords = new System.Windows.Forms.Button();
|
this.ShowWords = new System.Windows.Forms.Button();
|
||||||
this.OneMonBt = new System.Windows.Forms.Button();
|
this.OneMonBt = new System.Windows.Forms.Button();
|
||||||
this.DobleMonOneBt = new System.Windows.Forms.Button();
|
this.DobleMonOneBt = new System.Windows.Forms.Button();
|
||||||
this.DobleMonTwoBt = new System.Windows.Forms.Button();
|
this.DobleMonTwoBt = new System.Windows.Forms.Button();
|
||||||
this.DobleMonFull = new System.Windows.Forms.Button();
|
this.DobleMonFull = new System.Windows.Forms.Button();
|
||||||
|
this.NewBtn = new System.Windows.Forms.Button();
|
||||||
this.RecoonectBt = new System.Windows.Forms.Button();
|
this.RecoonectBt = new System.Windows.Forms.Button();
|
||||||
this.ShowBar = new System.Windows.Forms.Button();
|
this.ShowBar = new System.Windows.Forms.Button();
|
||||||
this.FlowButton.SuspendLayout();
|
this.FlowButton.SuspendLayout();
|
||||||
|
|
@ -50,24 +51,25 @@
|
||||||
this.FlowButton.Location = new System.Drawing.Point(0, 0);
|
this.FlowButton.Location = new System.Drawing.Point(0, 0);
|
||||||
this.FlowButton.Margin = new System.Windows.Forms.Padding(0);
|
this.FlowButton.Margin = new System.Windows.Forms.Padding(0);
|
||||||
this.FlowButton.Name = "FlowButton";
|
this.FlowButton.Name = "FlowButton";
|
||||||
this.FlowButton.Size = new System.Drawing.Size(688, 40);
|
this.FlowButton.Size = new System.Drawing.Size(663, 40);
|
||||||
this.FlowButton.TabIndex = 8;
|
this.FlowButton.TabIndex = 8;
|
||||||
this.FlowButton.ControlRemoved += new System.Windows.Forms.ControlEventHandler(this.FlowButton_ControlRemoved);
|
this.FlowButton.ControlRemoved += new System.Windows.Forms.ControlEventHandler(this.FlowButton_ControlRemoved);
|
||||||
//
|
//
|
||||||
// NewBtn
|
// btControl
|
||||||
//
|
//
|
||||||
this.NewBtn.BackColor = System.Drawing.Color.Transparent;
|
this.btControl.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
this.NewBtn.BackgroundImage = global::Remontor.Properties.Resources.Add;
|
this.btControl.BackColor = System.Drawing.SystemColors.Control;
|
||||||
this.NewBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
this.btControl.BackgroundImage = global::Remontor.Properties.Resources.settings_power_36dp_EA3323_FILL0_wght600_GRAD200_opsz40;
|
||||||
this.NewBtn.FlatAppearance.BorderSize = 0;
|
this.btControl.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
|
||||||
this.NewBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.btControl.FlatAppearance.BorderSize = 0;
|
||||||
this.NewBtn.Location = new System.Drawing.Point(10, 0);
|
this.btControl.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.NewBtn.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
|
this.btControl.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||||
this.NewBtn.Name = "NewBtn";
|
this.btControl.Location = new System.Drawing.Point(704, 0);
|
||||||
this.NewBtn.Size = new System.Drawing.Size(40, 38);
|
this.btControl.Name = "btControl";
|
||||||
this.NewBtn.TabIndex = 0;
|
this.btControl.Size = new System.Drawing.Size(40, 40);
|
||||||
this.NewBtn.UseVisualStyleBackColor = false;
|
this.btControl.TabIndex = 15;
|
||||||
this.NewBtn.Click += new System.EventHandler(this.NewBtn_Click);
|
this.btControl.UseVisualStyleBackColor = false;
|
||||||
|
this.btControl.Click += new System.EventHandler(this.btControl_Click);
|
||||||
//
|
//
|
||||||
// ShowSetting
|
// ShowSetting
|
||||||
//
|
//
|
||||||
|
|
@ -161,6 +163,21 @@
|
||||||
this.DobleMonFull.UseVisualStyleBackColor = false;
|
this.DobleMonFull.UseVisualStyleBackColor = false;
|
||||||
this.DobleMonFull.Click += new System.EventHandler(this.DobleMonFull_Click);
|
this.DobleMonFull.Click += new System.EventHandler(this.DobleMonFull_Click);
|
||||||
//
|
//
|
||||||
|
// NewBtn
|
||||||
|
//
|
||||||
|
this.NewBtn.BackColor = System.Drawing.Color.Transparent;
|
||||||
|
this.NewBtn.BackgroundImage = global::Remontor.Properties.Resources.Add;
|
||||||
|
this.NewBtn.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
|
||||||
|
this.NewBtn.FlatAppearance.BorderSize = 0;
|
||||||
|
this.NewBtn.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
|
this.NewBtn.Location = new System.Drawing.Point(10, 0);
|
||||||
|
this.NewBtn.Margin = new System.Windows.Forms.Padding(10, 0, 10, 0);
|
||||||
|
this.NewBtn.Name = "NewBtn";
|
||||||
|
this.NewBtn.Size = new System.Drawing.Size(40, 38);
|
||||||
|
this.NewBtn.TabIndex = 0;
|
||||||
|
this.NewBtn.UseVisualStyleBackColor = false;
|
||||||
|
this.NewBtn.Click += new System.EventHandler(this.NewBtn_Click);
|
||||||
|
//
|
||||||
// RecoonectBt
|
// RecoonectBt
|
||||||
//
|
//
|
||||||
this.RecoonectBt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
this.RecoonectBt.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
|
||||||
|
|
@ -170,7 +187,7 @@
|
||||||
this.RecoonectBt.FlatAppearance.BorderSize = 0;
|
this.RecoonectBt.FlatAppearance.BorderSize = 0;
|
||||||
this.RecoonectBt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
this.RecoonectBt.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
||||||
this.RecoonectBt.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
this.RecoonectBt.Font = new System.Drawing.Font("Microsoft Sans Serif", 6.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(204)));
|
||||||
this.RecoonectBt.Location = new System.Drawing.Point(691, 0);
|
this.RecoonectBt.Location = new System.Drawing.Point(666, 0);
|
||||||
this.RecoonectBt.Name = "RecoonectBt";
|
this.RecoonectBt.Name = "RecoonectBt";
|
||||||
this.RecoonectBt.Size = new System.Drawing.Size(40, 40);
|
this.RecoonectBt.Size = new System.Drawing.Size(40, 40);
|
||||||
this.RecoonectBt.TabIndex = 5;
|
this.RecoonectBt.TabIndex = 5;
|
||||||
|
|
@ -195,6 +212,7 @@
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
|
this.Controls.Add(this.btControl);
|
||||||
this.Controls.Add(this.ShowSetting);
|
this.Controls.Add(this.ShowSetting);
|
||||||
this.Controls.Add(this.ShowWords);
|
this.Controls.Add(this.ShowWords);
|
||||||
this.Controls.Add(this.OneMonBt);
|
this.Controls.Add(this.OneMonBt);
|
||||||
|
|
@ -225,5 +243,6 @@
|
||||||
private System.Windows.Forms.Button OneMonBt;
|
private System.Windows.Forms.Button OneMonBt;
|
||||||
private System.Windows.Forms.Button ShowWords;
|
private System.Windows.Forms.Button ShowWords;
|
||||||
private System.Windows.Forms.Button ShowSetting;
|
private System.Windows.Forms.Button ShowSetting;
|
||||||
|
private System.Windows.Forms.Button btControl;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -166,7 +166,6 @@ namespace Remontor
|
||||||
if (e.Button == MouseButtons.Left)
|
if (e.Button == MouseButtons.Left)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
// SConnector.DeleteConnect(SConnector.ActionConnect);
|
// SConnector.DeleteConnect(SConnector.ActionConnect);
|
||||||
SConnector.ActionConnect.Reconnect();
|
SConnector.ActionConnect.Reconnect();
|
||||||
// SConnector.NewConnect(SConnector.ActionConnect.GetComp);
|
// SConnector.NewConnect(SConnector.ActionConnect.GetComp);
|
||||||
|
|
@ -197,5 +196,14 @@ namespace Remontor
|
||||||
Color.Black, 0, ButtonBorderStyle.Dotted, // right
|
Color.Black, 0, ButtonBorderStyle.Dotted, // right
|
||||||
Color.Black, 1, ButtonBorderStyle.Solid);// bottom
|
Color.Black, 1, ButtonBorderStyle.Solid);// bottom
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void btControl_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
if (SConnector.ActionConnect != null)
|
||||||
|
{
|
||||||
|
SConnector.ActionConnect.CommandCAD();
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -40,8 +40,13 @@ namespace Remontor.Connector
|
||||||
private const uint WS_DISABLED = 0x08000000;
|
private const uint WS_DISABLED = 0x08000000;
|
||||||
private const uint WS_MINIMIZE = 0x20000000;
|
private const uint WS_MINIMIZE = 0x20000000;
|
||||||
public const uint WS_MAXIMIZEBOX = 0x00010000;
|
public const uint WS_MAXIMIZEBOX = 0x00010000;
|
||||||
|
public const Int32 WM_NULL = 0x0;
|
||||||
|
public const Int32 WM_CLICK = 0xD4;
|
||||||
|
public const UInt32 WM_COMMAND = 0x0111;
|
||||||
|
|
||||||
|
|
||||||
|
[DllImport("user32.dll")]
|
||||||
|
public static extern IntPtr SendMessage(IntPtr hWnd, UInt32 Msg, Int32 wParam, Int32 lParam);
|
||||||
|
|
||||||
[DllImport("user32.dll")]
|
[DllImport("user32.dll")]
|
||||||
static extern IntPtr SetParent(IntPtr hWndChild, IntPtr hWndNewParent);
|
static extern IntPtr SetParent(IntPtr hWndChild, IntPtr hWndNewParent);
|
||||||
|
|
@ -56,6 +61,8 @@ namespace Remontor.Connector
|
||||||
|
|
||||||
[DllImport("user32.dll")]
|
[DllImport("user32.dll")]
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
static extern bool MoveWindow(IntPtr Handle, int x, int y, int w, int h, bool repaint);
|
static extern bool MoveWindow(IntPtr Handle, int x, int y, int w, int h, bool repaint);
|
||||||
public static IntPtr GetWindowHandleByTitle(string title)
|
public static IntPtr GetWindowHandleByTitle(string title)
|
||||||
{
|
{
|
||||||
|
|
@ -325,5 +332,10 @@ namespace Remontor.Connector
|
||||||
Proc.CloseMainWindow();
|
Proc.CloseMainWindow();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public void CommandCAD()
|
||||||
|
{
|
||||||
|
SendMessage(Proc.MainWindowHandle, WM_COMMAND, WM_CLICK, WM_NULL);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -200,6 +200,16 @@ namespace Remontor.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap icon333_192 {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("icon333-192", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
|
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
@ -240,6 +250,26 @@ namespace Remontor.Properties {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap settings_power_36dp_EA3323_FILL0_wght600_GRAD200_opsz40 {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("settings_power_36dp_EA3323_FILL0_wght600_GRAD200_opsz40", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap settings_power_40dp_EA3323_FILL0_wght400_GRAD0_opsz40 {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("settings_power_40dp_EA3323_FILL0_wght400_GRAD0_opsz40", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
|
/// Поиск локализованного ресурса типа System.Drawing.Bitmap.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
|
|
||||||
|
|
@ -130,8 +130,11 @@
|
||||||
<data name="1words" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<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>
|
<value>..\Resources\1words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="3words" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="close_min" 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>
|
<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>
|
</data>
|
||||||
<data name="8words" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<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>
|
<value>..\Resources\8words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
|
@ -145,29 +148,41 @@
|
||||||
<data name="developer_mode_tv_24dp_48752C_FILL0_wght400_GRAD0_opsz24" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<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>
|
<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>
|
||||||
|
<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="settings_power_40dp_EA3323_FILL0_wght400_GRAD0_opsz40" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\settings_power_40dp_EA3323_FILL0_wght400_GRAD0_opsz40.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">
|
<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>
|
<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>
|
</data>
|
||||||
<data name="2words" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="2words" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
<value>..\Resources\2words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
<value>..\Resources\2words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="icon333-192" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\icon333-192.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
<data name="close" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<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>
|
<value>..\Resources\close.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="menu_book_24dp_6B2346_FILL0_wght400_GRAD0_opsz241" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="Add" 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>
|
<value>..\Resources\Add.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>
|
||||||
<data name="7words" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<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>
|
<value>..\Resources\7words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</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>
|
||||||
<data name="6words" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<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>
|
<value>..\Resources\6words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="5words" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="3words" 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>
|
<value>..\Resources\3words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="sync_24dp_2854C5_FILL0_wght400_GRAD0_opsz24" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<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>
|
<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>
|
||||||
|
|
@ -175,16 +190,10 @@
|
||||||
<data name="0words" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<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>
|
<value>..\Resources\0words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</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">
|
<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>
|
<value>..\Resources\4words.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="close_min" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
<data name="settings_power_36dp_EA3323_FILL0_wght600_GRAD200_opsz40" 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>
|
<value>..\Resources\settings_power_36dp_EA3323_FILL0_wght600_GRAD200_opsz40.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>
|
</data>
|
||||||
</root>
|
</root>
|
||||||
|
|
@ -352,6 +352,9 @@
|
||||||
<Content Include="Main.ico" />
|
<Content Include="Main.ico" />
|
||||||
<Content Include="Main2.ico" />
|
<Content Include="Main2.ico" />
|
||||||
<Content Include="MainIcon.ico" />
|
<Content Include="MainIcon.ico" />
|
||||||
|
<None Include="Resources\settings_power_36dp_EA3323_FILL0_wght600_GRAD200_opsz40.png" />
|
||||||
|
<None Include="Resources\settings_power_40dp_EA3323_FILL0_wght400_GRAD0_opsz40.png" />
|
||||||
|
<None Include="Resources\icon333-192.png" />
|
||||||
<Content Include="Resources\Main2about.png" />
|
<Content Include="Resources\Main2about.png" />
|
||||||
<None Include="Resources\Main2about1.png" />
|
<None Include="Resources\Main2about1.png" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 17 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 955 B |
Binary file not shown.
|
After Width: | Height: | Size: 1019 B |
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.
Loading…
Reference in New Issue