Infört lista
This commit is contained in:
119
WindowsFormsCore/Form1.Designer.cs
generated
119
WindowsFormsCore/Form1.Designer.cs
generated
@ -29,6 +29,7 @@ namespace WindowsFormsCore
|
|||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
|
||||||
this.btnGenMotNr = new System.Windows.Forms.Button();
|
this.btnGenMotNr = new System.Windows.Forms.Button();
|
||||||
this.btnGenerate = new System.Windows.Forms.Button();
|
this.btnGenerate = new System.Windows.Forms.Button();
|
||||||
this.txtNr1 = new System.Windows.Forms.TextBox();
|
this.txtNr1 = new System.Windows.Forms.TextBox();
|
||||||
@ -86,6 +87,16 @@ namespace WindowsFormsCore
|
|||||||
this.chk02 = new System.Windows.Forms.CheckBox();
|
this.chk02 = new System.Windows.Forms.CheckBox();
|
||||||
this.chk01 = new System.Windows.Forms.CheckBox();
|
this.chk01 = new System.Windows.Forms.CheckBox();
|
||||||
this.btnClear = new System.Windows.Forms.Button();
|
this.btnClear = new System.Windows.Forms.Button();
|
||||||
|
this.lvRows = new System.Windows.Forms.ListView();
|
||||||
|
this.colNum1 = new System.Windows.Forms.ColumnHeader();
|
||||||
|
this.colNum2 = new System.Windows.Forms.ColumnHeader();
|
||||||
|
this.colNum3 = new System.Windows.Forms.ColumnHeader();
|
||||||
|
this.colNum4 = new System.Windows.Forms.ColumnHeader();
|
||||||
|
this.colNum5 = new System.Windows.Forms.ColumnHeader();
|
||||||
|
this.colNum6 = new System.Windows.Forms.ColumnHeader();
|
||||||
|
this.colNum7 = new System.Windows.Forms.ColumnHeader();
|
||||||
|
this.btnDwn = new System.Windows.Forms.Button();
|
||||||
|
this.btnDown2 = new System.Windows.Forms.Button();
|
||||||
this.gpbInmata.SuspendLayout();
|
this.gpbInmata.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
@ -115,6 +126,8 @@ namespace WindowsFormsCore
|
|||||||
this.txtNr1.Name = "txtNr1";
|
this.txtNr1.Name = "txtNr1";
|
||||||
this.txtNr1.Size = new System.Drawing.Size(39, 23);
|
this.txtNr1.Size = new System.Drawing.Size(39, 23);
|
||||||
this.txtNr1.TabIndex = 2;
|
this.txtNr1.TabIndex = 2;
|
||||||
|
this.txtNr1.TextChanged += new System.EventHandler(this.Text_TextChanged);
|
||||||
|
this.txtNr1.KeyUp += new System.Windows.Forms.KeyEventHandler(this.Text_TextChanged);
|
||||||
//
|
//
|
||||||
// txtNr2
|
// txtNr2
|
||||||
//
|
//
|
||||||
@ -122,6 +135,7 @@ namespace WindowsFormsCore
|
|||||||
this.txtNr2.Name = "txtNr2";
|
this.txtNr2.Name = "txtNr2";
|
||||||
this.txtNr2.Size = new System.Drawing.Size(39, 23);
|
this.txtNr2.Size = new System.Drawing.Size(39, 23);
|
||||||
this.txtNr2.TabIndex = 3;
|
this.txtNr2.TabIndex = 3;
|
||||||
|
this.txtNr2.TextChanged += new System.EventHandler(this.Text_TextChanged);
|
||||||
//
|
//
|
||||||
// txtNr3
|
// txtNr3
|
||||||
//
|
//
|
||||||
@ -129,6 +143,7 @@ namespace WindowsFormsCore
|
|||||||
this.txtNr3.Name = "txtNr3";
|
this.txtNr3.Name = "txtNr3";
|
||||||
this.txtNr3.Size = new System.Drawing.Size(39, 23);
|
this.txtNr3.Size = new System.Drawing.Size(39, 23);
|
||||||
this.txtNr3.TabIndex = 4;
|
this.txtNr3.TabIndex = 4;
|
||||||
|
this.txtNr3.TextChanged += new System.EventHandler(this.Text_TextChanged);
|
||||||
//
|
//
|
||||||
// txtNr4
|
// txtNr4
|
||||||
//
|
//
|
||||||
@ -136,6 +151,7 @@ namespace WindowsFormsCore
|
|||||||
this.txtNr4.Name = "txtNr4";
|
this.txtNr4.Name = "txtNr4";
|
||||||
this.txtNr4.Size = new System.Drawing.Size(39, 23);
|
this.txtNr4.Size = new System.Drawing.Size(39, 23);
|
||||||
this.txtNr4.TabIndex = 5;
|
this.txtNr4.TabIndex = 5;
|
||||||
|
this.txtNr4.TextChanged += new System.EventHandler(this.Text_TextChanged);
|
||||||
//
|
//
|
||||||
// txtNr5
|
// txtNr5
|
||||||
//
|
//
|
||||||
@ -143,6 +159,7 @@ namespace WindowsFormsCore
|
|||||||
this.txtNr5.Name = "txtNr5";
|
this.txtNr5.Name = "txtNr5";
|
||||||
this.txtNr5.Size = new System.Drawing.Size(39, 23);
|
this.txtNr5.Size = new System.Drawing.Size(39, 23);
|
||||||
this.txtNr5.TabIndex = 6;
|
this.txtNr5.TabIndex = 6;
|
||||||
|
this.txtNr5.TextChanged += new System.EventHandler(this.Text_TextChanged);
|
||||||
//
|
//
|
||||||
// txtNr6
|
// txtNr6
|
||||||
//
|
//
|
||||||
@ -150,6 +167,7 @@ namespace WindowsFormsCore
|
|||||||
this.txtNr6.Name = "txtNr6";
|
this.txtNr6.Name = "txtNr6";
|
||||||
this.txtNr6.Size = new System.Drawing.Size(39, 23);
|
this.txtNr6.Size = new System.Drawing.Size(39, 23);
|
||||||
this.txtNr6.TabIndex = 7;
|
this.txtNr6.TabIndex = 7;
|
||||||
|
this.txtNr6.TextChanged += new System.EventHandler(this.Text_TextChanged);
|
||||||
//
|
//
|
||||||
// txtNr7
|
// txtNr7
|
||||||
//
|
//
|
||||||
@ -157,6 +175,7 @@ namespace WindowsFormsCore
|
|||||||
this.txtNr7.Name = "txtNr7";
|
this.txtNr7.Name = "txtNr7";
|
||||||
this.txtNr7.Size = new System.Drawing.Size(39, 23);
|
this.txtNr7.Size = new System.Drawing.Size(39, 23);
|
||||||
this.txtNr7.TabIndex = 8;
|
this.txtNr7.TabIndex = 8;
|
||||||
|
this.txtNr7.TextChanged += new System.EventHandler(this.Text_TextChanged);
|
||||||
//
|
//
|
||||||
// txtNr27
|
// txtNr27
|
||||||
//
|
//
|
||||||
@ -164,6 +183,7 @@ namespace WindowsFormsCore
|
|||||||
this.txtNr27.Name = "txtNr27";
|
this.txtNr27.Name = "txtNr27";
|
||||||
this.txtNr27.Size = new System.Drawing.Size(39, 23);
|
this.txtNr27.Size = new System.Drawing.Size(39, 23);
|
||||||
this.txtNr27.TabIndex = 15;
|
this.txtNr27.TabIndex = 15;
|
||||||
|
this.txtNr27.TextChanged += new System.EventHandler(this.Text_TextChanged);
|
||||||
//
|
//
|
||||||
// txtNr26
|
// txtNr26
|
||||||
//
|
//
|
||||||
@ -171,6 +191,7 @@ namespace WindowsFormsCore
|
|||||||
this.txtNr26.Name = "txtNr26";
|
this.txtNr26.Name = "txtNr26";
|
||||||
this.txtNr26.Size = new System.Drawing.Size(39, 23);
|
this.txtNr26.Size = new System.Drawing.Size(39, 23);
|
||||||
this.txtNr26.TabIndex = 14;
|
this.txtNr26.TabIndex = 14;
|
||||||
|
this.txtNr26.TextChanged += new System.EventHandler(this.Text_TextChanged);
|
||||||
//
|
//
|
||||||
// txtNr25
|
// txtNr25
|
||||||
//
|
//
|
||||||
@ -178,6 +199,7 @@ namespace WindowsFormsCore
|
|||||||
this.txtNr25.Name = "txtNr25";
|
this.txtNr25.Name = "txtNr25";
|
||||||
this.txtNr25.Size = new System.Drawing.Size(39, 23);
|
this.txtNr25.Size = new System.Drawing.Size(39, 23);
|
||||||
this.txtNr25.TabIndex = 13;
|
this.txtNr25.TabIndex = 13;
|
||||||
|
this.txtNr25.TextChanged += new System.EventHandler(this.Text_TextChanged);
|
||||||
//
|
//
|
||||||
// txtNr24
|
// txtNr24
|
||||||
//
|
//
|
||||||
@ -185,6 +207,7 @@ namespace WindowsFormsCore
|
|||||||
this.txtNr24.Name = "txtNr24";
|
this.txtNr24.Name = "txtNr24";
|
||||||
this.txtNr24.Size = new System.Drawing.Size(39, 23);
|
this.txtNr24.Size = new System.Drawing.Size(39, 23);
|
||||||
this.txtNr24.TabIndex = 12;
|
this.txtNr24.TabIndex = 12;
|
||||||
|
this.txtNr24.TextChanged += new System.EventHandler(this.Text_TextChanged);
|
||||||
//
|
//
|
||||||
// txtNr23
|
// txtNr23
|
||||||
//
|
//
|
||||||
@ -192,6 +215,7 @@ namespace WindowsFormsCore
|
|||||||
this.txtNr23.Name = "txtNr23";
|
this.txtNr23.Name = "txtNr23";
|
||||||
this.txtNr23.Size = new System.Drawing.Size(39, 23);
|
this.txtNr23.Size = new System.Drawing.Size(39, 23);
|
||||||
this.txtNr23.TabIndex = 11;
|
this.txtNr23.TabIndex = 11;
|
||||||
|
this.txtNr23.TextChanged += new System.EventHandler(this.Text_TextChanged);
|
||||||
//
|
//
|
||||||
// txtNr22
|
// txtNr22
|
||||||
//
|
//
|
||||||
@ -199,6 +223,7 @@ namespace WindowsFormsCore
|
|||||||
this.txtNr22.Name = "txtNr22";
|
this.txtNr22.Name = "txtNr22";
|
||||||
this.txtNr22.Size = new System.Drawing.Size(39, 23);
|
this.txtNr22.Size = new System.Drawing.Size(39, 23);
|
||||||
this.txtNr22.TabIndex = 10;
|
this.txtNr22.TabIndex = 10;
|
||||||
|
this.txtNr22.TextChanged += new System.EventHandler(this.Text_TextChanged);
|
||||||
//
|
//
|
||||||
// txtNr21
|
// txtNr21
|
||||||
//
|
//
|
||||||
@ -206,6 +231,7 @@ namespace WindowsFormsCore
|
|||||||
this.txtNr21.Name = "txtNr21";
|
this.txtNr21.Name = "txtNr21";
|
||||||
this.txtNr21.Size = new System.Drawing.Size(39, 23);
|
this.txtNr21.Size = new System.Drawing.Size(39, 23);
|
||||||
this.txtNr21.TabIndex = 9;
|
this.txtNr21.TabIndex = 9;
|
||||||
|
this.txtNr21.TextChanged += new System.EventHandler(this.Text_TextChanged);
|
||||||
//
|
//
|
||||||
// btnTest
|
// btnTest
|
||||||
//
|
//
|
||||||
@ -680,11 +706,94 @@ namespace WindowsFormsCore
|
|||||||
this.btnClear.UseVisualStyleBackColor = true;
|
this.btnClear.UseVisualStyleBackColor = true;
|
||||||
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
|
this.btnClear.Click += new System.EventHandler(this.btnClear_Click);
|
||||||
//
|
//
|
||||||
|
// lvRows
|
||||||
|
//
|
||||||
|
this.lvRows.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
|
||||||
|
this.colNum1,
|
||||||
|
this.colNum2,
|
||||||
|
this.colNum3,
|
||||||
|
this.colNum4,
|
||||||
|
this.colNum5,
|
||||||
|
this.colNum6,
|
||||||
|
this.colNum7});
|
||||||
|
this.lvRows.HideSelection = false;
|
||||||
|
this.lvRows.Location = new System.Drawing.Point(191, 114);
|
||||||
|
this.lvRows.Name = "lvRows";
|
||||||
|
this.lvRows.Size = new System.Drawing.Size(306, 176);
|
||||||
|
this.lvRows.TabIndex = 23;
|
||||||
|
this.lvRows.UseCompatibleStateImageBehavior = false;
|
||||||
|
this.lvRows.View = System.Windows.Forms.View.Details;
|
||||||
|
//
|
||||||
|
// colNum1
|
||||||
|
//
|
||||||
|
this.colNum1.Name = "colNum1";
|
||||||
|
this.colNum1.Text = "Nr 1";
|
||||||
|
this.colNum1.Width = 43;
|
||||||
|
//
|
||||||
|
// colNum2
|
||||||
|
//
|
||||||
|
this.colNum2.Name = "colNum2";
|
||||||
|
this.colNum2.Text = "Nr 2";
|
||||||
|
this.colNum2.Width = 43;
|
||||||
|
//
|
||||||
|
// colNum3
|
||||||
|
//
|
||||||
|
this.colNum3.Name = "colNum3";
|
||||||
|
this.colNum3.Text = "Nr 3";
|
||||||
|
this.colNum3.Width = 43;
|
||||||
|
//
|
||||||
|
// colNum4
|
||||||
|
//
|
||||||
|
this.colNum4.Name = "colNum4";
|
||||||
|
this.colNum4.Text = "Nr 4";
|
||||||
|
this.colNum4.Width = 43;
|
||||||
|
//
|
||||||
|
// colNum5
|
||||||
|
//
|
||||||
|
this.colNum5.Name = "colNum5";
|
||||||
|
this.colNum5.Text = "Nr 5";
|
||||||
|
this.colNum5.Width = 43;
|
||||||
|
//
|
||||||
|
// colNum6
|
||||||
|
//
|
||||||
|
this.colNum6.Name = "colNum6";
|
||||||
|
this.colNum6.Text = "Nr 6";
|
||||||
|
this.colNum6.Width = 43;
|
||||||
|
//
|
||||||
|
// colNum7
|
||||||
|
//
|
||||||
|
this.colNum7.Name = "colNum7";
|
||||||
|
this.colNum7.Text = "Nr 7";
|
||||||
|
this.colNum7.Width = 43;
|
||||||
|
//
|
||||||
|
// btnDwn
|
||||||
|
//
|
||||||
|
this.btnDwn.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDwn.BackgroundImage")));
|
||||||
|
this.btnDwn.Location = new System.Drawing.Point(141, 41);
|
||||||
|
this.btnDwn.Name = "btnDwn";
|
||||||
|
this.btnDwn.Size = new System.Drawing.Size(22, 23);
|
||||||
|
this.btnDwn.TabIndex = 24;
|
||||||
|
this.btnDwn.UseVisualStyleBackColor = true;
|
||||||
|
this.btnDwn.Click += new System.EventHandler(this.btnDwn_Click);
|
||||||
|
//
|
||||||
|
// btnDown2
|
||||||
|
//
|
||||||
|
this.btnDown2.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("btnDown2.BackgroundImage")));
|
||||||
|
this.btnDown2.Location = new System.Drawing.Point(141, 70);
|
||||||
|
this.btnDown2.Name = "btnDown2";
|
||||||
|
this.btnDown2.Size = new System.Drawing.Size(22, 23);
|
||||||
|
this.btnDown2.TabIndex = 25;
|
||||||
|
this.btnDown2.UseVisualStyleBackColor = true;
|
||||||
|
this.btnDown2.Click += new System.EventHandler(this.btnDown2_Click);
|
||||||
|
//
|
||||||
// Form1
|
// Form1
|
||||||
//
|
//
|
||||||
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||||
this.ClientSize = new System.Drawing.Size(800, 450);
|
this.ClientSize = new System.Drawing.Size(800, 450);
|
||||||
|
this.Controls.Add(this.btnDown2);
|
||||||
|
this.Controls.Add(this.btnDwn);
|
||||||
|
this.Controls.Add(this.lvRows);
|
||||||
this.Controls.Add(this.btnClear);
|
this.Controls.Add(this.btnClear);
|
||||||
this.Controls.Add(this.gpbInmata);
|
this.Controls.Add(this.gpbInmata);
|
||||||
this.Controls.Add(this.lblIndicator);
|
this.Controls.Add(this.lblIndicator);
|
||||||
@ -776,6 +885,16 @@ namespace WindowsFormsCore
|
|||||||
private System.Windows.Forms.CheckBox chk02;
|
private System.Windows.Forms.CheckBox chk02;
|
||||||
private System.Windows.Forms.CheckBox chk01;
|
private System.Windows.Forms.CheckBox chk01;
|
||||||
private System.Windows.Forms.Button btnClear;
|
private System.Windows.Forms.Button btnClear;
|
||||||
|
private System.Windows.Forms.ListView lvRows;
|
||||||
|
private System.Windows.Forms.ColumnHeader colNum1;
|
||||||
|
private System.Windows.Forms.ColumnHeader colNum2;
|
||||||
|
private System.Windows.Forms.ColumnHeader colNum3;
|
||||||
|
private System.Windows.Forms.ColumnHeader colNum4;
|
||||||
|
private System.Windows.Forms.ColumnHeader colNum5;
|
||||||
|
private System.Windows.Forms.ColumnHeader colNum6;
|
||||||
|
private System.Windows.Forms.ColumnHeader colNum7;
|
||||||
|
private System.Windows.Forms.Button btnDwn;
|
||||||
|
private System.Windows.Forms.Button btnDown2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@ -4,6 +4,7 @@ using System.ComponentModel;
|
|||||||
using System.Data;
|
using System.Data;
|
||||||
using System.Diagnostics;
|
using System.Diagnostics;
|
||||||
using System.Drawing;
|
using System.Drawing;
|
||||||
|
using System.Globalization;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Text;
|
using System.Text;
|
||||||
using System.Threading.Tasks;
|
using System.Threading.Tasks;
|
||||||
@ -65,7 +66,7 @@ namespace WindowsFormsCore
|
|||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
lotto = new Lotto(rnd);
|
lotto = new Lotto(rnd);
|
||||||
ClearChks();
|
ClearChks();
|
||||||
for(int i = 0; i < txtBGrp1.Count(); i++)
|
for (int i = 0; i < txtBGrp1.Count(); i++)
|
||||||
{
|
{
|
||||||
txtBGrp1[i] = (TextBox)this.Controls["txtNr" + (i + 1).ToString()];
|
txtBGrp1[i] = (TextBox)this.Controls["txtNr" + (i + 1).ToString()];
|
||||||
txtBGrp2[i] = (TextBox)this.Controls["txtNr2" + (i + 1).ToString()];
|
txtBGrp2[i] = (TextBox)this.Controls["txtNr2" + (i + 1).ToString()];
|
||||||
@ -81,6 +82,7 @@ namespace WindowsFormsCore
|
|||||||
txtBGrp1[i].Text = ansver[i];
|
txtBGrp1[i].Text = ansver[i];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private string randomNum()
|
private string randomNum()
|
||||||
@ -169,5 +171,77 @@ namespace WindowsFormsCore
|
|||||||
ClearChks();
|
ClearChks();
|
||||||
gpbInmata.Refresh();
|
gpbInmata.Refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void Text_TextChanged(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
var n = 0;
|
||||||
|
var nochange = false;
|
||||||
|
if (!int.TryParse(((TextBox)sender).Text, out n))
|
||||||
|
{
|
||||||
|
if (nochange)
|
||||||
|
{
|
||||||
|
nochange = false;
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
var lngd = ((TextBox)sender).Text.Length;
|
||||||
|
if (lngd > 1)
|
||||||
|
{
|
||||||
|
var repl = ((TextBox)sender).Text.Substring(0, lngd - 1);
|
||||||
|
((TextBox)sender).Text = repl;
|
||||||
|
((TextBox)sender).SelectionStart = lngd-1;
|
||||||
|
((TextBox)sender).SelectionLength = 0;
|
||||||
|
}
|
||||||
|
else ((TextBox)sender).Text = string.Empty;
|
||||||
|
nochange = true;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
private void Text_TextChanged(object sender, KeyEventArgs e)
|
||||||
|
{
|
||||||
|
var n = 0;
|
||||||
|
if (!int.TryParse(((TextBox)sender).Text, out n))
|
||||||
|
{
|
||||||
|
var lngd = ((TextBox)sender).Text.Length;
|
||||||
|
((TextBox)sender).Text = ((TextBox)sender).Text.Substring(0, lngd - 1);
|
||||||
|
}
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
private void AddNumbersToList1()
|
||||||
|
{
|
||||||
|
if(txtBGrp1.Any(tx => tx.Text.Length == 0))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
ListViewItem lvRow = new ListViewItem(txtBGrp1[0].Text);
|
||||||
|
for(int i = 1; i < txtBGrp1.Length;i++)
|
||||||
|
{
|
||||||
|
lvRow.SubItems.Add(txtBGrp1[i].Text);
|
||||||
|
}
|
||||||
|
lvRows.Items.Add(lvRow);
|
||||||
|
}
|
||||||
|
private void AddNumbersToList2()
|
||||||
|
{
|
||||||
|
if (txtBGrp2.Any(tx => tx.Text.Length == 0))
|
||||||
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
ListViewItem lvRow = new ListViewItem(txtBGrp2[0].Text);
|
||||||
|
for (int i = 1; i < txtBGrp2.Length; i++)
|
||||||
|
{
|
||||||
|
lvRow.SubItems.Add(txtBGrp2[i].Text);
|
||||||
|
}
|
||||||
|
lvRows.Items.Add(lvRow);
|
||||||
|
}
|
||||||
|
|
||||||
|
private void btnDwn_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
AddNumbersToList1();
|
||||||
|
}
|
||||||
|
|
||||||
|
private void btnDown2_Click(object sender, EventArgs e)
|
||||||
|
{
|
||||||
|
AddNumbersToList2();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -225,6 +225,130 @@
|
|||||||
<metadata name="chk01.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
<metadata name="chk01.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
<metadata name="chk35.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk34.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk33.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk32.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk31.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk30.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk29.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk28.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk27.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk26.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk25.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk24.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk23.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk22.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk21.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk20.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk19.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk18.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk17.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk16.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk15.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk14.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk13.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk12.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk11.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk10.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk09.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk08.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk07.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk06.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk05.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk04.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk03.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk02.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<metadata name="chk01.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
|
<value>True</value>
|
||||||
|
</metadata>
|
||||||
|
<assembly alias="System.Drawing.Common" name="System.Drawing.Common, Version=5.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51" />
|
||||||
|
<data name="btnDwn.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing.Common" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
|
wgAADsIBFShKgAAAALxJREFUOE/dkbENwkAMRTMKIyClzxpp2SALZICsQINSI6VFikTDCBEVPQOkutbc
|
||||||
|
O8mRLxgEoqN4cuz7/zUpROQn3OM3uEcIIYiyfrO4R6BY7st/EsS5se9KtsRQTyGyZapA90hv85CVp/sk
|
||||||
|
3aUjOFMwgrk5NcI7uVcCGW9jKrXnNhVVwF4dKhXEuC9IkuE6pGJ9rBeZLZN7J8gksC6DKwANEEbilcF2
|
||||||
|
sgVMUP8I0y3D0wFMYWe+3ax7/BwpHj+xC45fZcSfAAAAAElFTkSuQmCC
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
|
<data name="btnDown2.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing.Common" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
||||||
|
<value>
|
||||||
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO
|
||||||
|
wgAADsIBFShKgAAAALxJREFUOE/dkbENwkAMRTMKIyClzxpp2SALZICsQINSI6VFikTDCBEVPQOkutbc
|
||||||
|
O8mRLxgEoqN4cuz7/zUpROQn3OM3uEcIIYiyfrO4R6BY7st/EsS5se9KtsRQTyGyZapA90hv85CVp/sk
|
||||||
|
3aUjOFMwgrk5NcI7uVcCGW9jKrXnNhVVwF4dKhXEuC9IkuE6pGJ9rBeZLZN7J8gksC6DKwANEEbilcF2
|
||||||
|
sgVMUP8I0y3D0wFMYWe+3ax7/BwpHj+xC45fZcSfAAAAAElFTkSuQmCC
|
||||||
|
</value>
|
||||||
|
</data>
|
||||||
<metadata name="$this.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
<metadata name="$this.Locked" type="System.Boolean, System.Private.CoreLib, Version=5.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
</metadata>
|
</metadata>
|
||||||
|
|||||||
73
WindowsFormsCore/Properties/Resources.Designer.cs
generated
Normal file
73
WindowsFormsCore/Properties/Resources.Designer.cs
generated
Normal file
@ -0,0 +1,73 @@
|
|||||||
|
//------------------------------------------------------------------------------
|
||||||
|
// <auto-generated>
|
||||||
|
// This code was generated by a tool.
|
||||||
|
// Runtime Version:4.0.30319.42000
|
||||||
|
//
|
||||||
|
// Changes to this file may cause incorrect behavior and will be lost if
|
||||||
|
// the code is regenerated.
|
||||||
|
// </auto-generated>
|
||||||
|
//------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
namespace WindowsFormsCore.Properties {
|
||||||
|
using System;
|
||||||
|
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// A strongly-typed resource class, for looking up localized strings, etc.
|
||||||
|
/// </summary>
|
||||||
|
// This class was auto-generated by the StronglyTypedResourceBuilder
|
||||||
|
// class via a tool like ResGen or Visual Studio.
|
||||||
|
// To add or remove a member, edit your .ResX file then rerun ResGen
|
||||||
|
// with the /str option, or rebuild your VS project.
|
||||||
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "16.0.0.0")]
|
||||||
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||||
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||||
|
internal class Resources {
|
||||||
|
|
||||||
|
private static global::System.Resources.ResourceManager resourceMan;
|
||||||
|
|
||||||
|
private static global::System.Globalization.CultureInfo resourceCulture;
|
||||||
|
|
||||||
|
[global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
|
||||||
|
internal Resources() {
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Returns the cached ResourceManager instance used by this class.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
internal static global::System.Resources.ResourceManager ResourceManager {
|
||||||
|
get {
|
||||||
|
if (object.ReferenceEquals(resourceMan, null)) {
|
||||||
|
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("WindowsFormsCore.Properties.Resources", typeof(Resources).Assembly);
|
||||||
|
resourceMan = temp;
|
||||||
|
}
|
||||||
|
return resourceMan;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Overrides the current thread's CurrentUICulture property for all
|
||||||
|
/// resource lookups using this strongly typed resource class.
|
||||||
|
/// </summary>
|
||||||
|
[global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
|
||||||
|
internal static global::System.Globalization.CultureInfo Culture {
|
||||||
|
get {
|
||||||
|
return resourceCulture;
|
||||||
|
}
|
||||||
|
set {
|
||||||
|
resourceCulture = value;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized resource of type System.Drawing.Bitmap.
|
||||||
|
/// </summary>
|
||||||
|
internal static System.Drawing.Bitmap ASX_Download_grey_16x {
|
||||||
|
get {
|
||||||
|
object obj = ResourceManager.GetObject("ASX_Download_grey_16x", resourceCulture);
|
||||||
|
return ((System.Drawing.Bitmap)(obj));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
124
WindowsFormsCore/Properties/Resources.resx
Normal file
124
WindowsFormsCore/Properties/Resources.resx
Normal file
@ -0,0 +1,124 @@
|
|||||||
|
<?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>
|
||||||
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||||||
|
<data name="ASX_Download_grey_16x" type="System.Resources.ResXFileRef, System.Windows.Forms">
|
||||||
|
<value>..\Resources\ASX_Download_grey_16x.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
|
||||||
|
</data>
|
||||||
|
</root>
|
||||||
BIN
WindowsFormsCore/Resources/ASX_Download_grey_16x.png
Normal file
BIN
WindowsFormsCore/Resources/ASX_Download_grey_16x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 205 B |
@ -7,4 +7,19 @@
|
|||||||
<StartupObject>WindowsFormsCore.Program</StartupObject>
|
<StartupObject>WindowsFormsCore.Program</StartupObject>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Update="Properties\Resources.Designer.cs">
|
||||||
|
<DesignTime>True</DesignTime>
|
||||||
|
<AutoGen>True</AutoGen>
|
||||||
|
<DependentUpon>Resources.resx</DependentUpon>
|
||||||
|
</Compile>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<EmbeddedResource Update="Properties\Resources.resx">
|
||||||
|
<Generator>ResXFileCodeGenerator</Generator>
|
||||||
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
||||||
|
</EmbeddedResource>
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user