diff options
| author | lempamo <[email protected]> | 2017-07-14 11:29:30 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-07-14 11:29:30 -0500 |
| commit | d8adb912b065de9a4d8a4260915332946ac0d96d (patch) | |
| tree | faa9e4b447b2ddd60aaa3eee1047c42e1e260e25 /TimeHACK.Main/OS | |
| parent | c579cf249977c9aa6abef79ef39c6d28960fea6c (diff) | |
| download | histacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.tar.gz histacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.tar.bz2 histacom2-d8adb912b065de9a4d8a4260915332946ac0d96d.zip | |
did things
Diffstat (limited to 'TimeHACK.Main/OS')
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs | 8 | ||||
| -rw-r--r-- | TimeHACK.Main/OS/Win95/Win95TaskBarItem.resx | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs b/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs index c0977f2..f07c5c0 100644 --- a/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs +++ b/TimeHACK.Main/OS/Win95/Win95TaskBarItem.Designer.cs @@ -40,10 +40,10 @@ // this.progName.AutoSize = true; this.progName.BackColor = System.Drawing.Color.Transparent; - this.progName.Font = new System.Drawing.Font("Microsoft Sans Serif", 14.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); - this.progName.Location = new System.Drawing.Point(18, 2); + this.progName.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F); + this.progName.Location = new System.Drawing.Point(21, 2); this.progName.Name = "progName"; - this.progName.Size = new System.Drawing.Size(60, 24); + this.progName.Size = new System.Drawing.Size(35, 13); this.progName.TabIndex = 1; this.progName.Text = "label1"; this.progName.Click += new System.EventHandler(this.Win95TaskBarItem_Click); @@ -51,7 +51,7 @@ // progPic // this.progPic.BackColor = System.Drawing.Color.Transparent; - this.progPic.Location = new System.Drawing.Point(3, 3); + this.progPic.Location = new System.Drawing.Point(4, 3); this.progPic.Name = "progPic"; this.progPic.Size = new System.Drawing.Size(16, 16); this.progPic.TabIndex = 0; diff --git a/TimeHACK.Main/OS/Win95/Win95TaskBarItem.resx b/TimeHACK.Main/OS/Win95/Win95TaskBarItem.resx index bdcd158..bc8896d 100644 --- a/TimeHACK.Main/OS/Win95/Win95TaskBarItem.resx +++ b/TimeHACK.Main/OS/Win95/Win95TaskBarItem.resx @@ -121,7 +121,7 @@ <data name="panel1.BackgroundImage" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64"> <value> iVBORw0KGgoAAAANSUhEUgAAAKAAAAAWCAIAAADIPgASAAAABGdBTUEAALGPC/xhBQAAAAlwSFlzAAAO - wgAADsIBFShKgAAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAABXSURBVGhD7dGx + wQAADsEBuJFr7QAAABl0RVh0U29mdHdhcmUAcGFpbnQubmV0IDQuMC4xMzQDW3oAAABXSURBVGhD7dGx EcAwDAMxja7RslniVN7hD2jI/uela44zD0W7K3CZwHECxwkcJ3CcwHECxwkcJ3CcwHECxwkcJ3CcwHEC xwkcJ3CcwHE38Hkk/YEpm/kAYtNZ26573kYAAAAASUVORK5CYII= </value> |
