Browse Source

New traffic icon style (#703)

tags/3.3
破娃酱 Syrone Wong 8 years ago
parent
commit
707442163d
3 changed files with 2 additions and 0 deletions
  1. BIN
      shadowsocks-csharp/Resources/ssIn24.png
  2. BIN
      shadowsocks-csharp/Resources/ssOut24.png
  3. +2
    -0
      shadowsocks-csharp/View/LogForm.Designer.cs

BIN
shadowsocks-csharp/Resources/ssIn24.png View File

Before After
Width: 24  |  Height: 24  |  Size: 224 B Width: 24  |  Height: 24  |  Size: 225 B

BIN
shadowsocks-csharp/Resources/ssOut24.png View File

Before After
Width: 24  |  Height: 24  |  Size: 211 B Width: 24  |  Height: 24  |  Size: 239 B

+ 2
- 0
shadowsocks-csharp/View/LogForm.Designer.cs View File

@@ -268,11 +268,13 @@
this.trafficChart.Palette = System.Windows.Forms.DataVisualization.Charting.ChartColorPalette.None;
series1.ChartArea = "ChartArea1";
series1.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series1.Color = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(128)))), ((int)(((byte)(0)))));
series1.IsXValueIndexed = true;
series1.Legend = "Legend1";
series1.Name = "Inbound";
series2.ChartArea = "ChartArea1";
series2.ChartType = System.Windows.Forms.DataVisualization.Charting.SeriesChartType.Line;
series2.Color = System.Drawing.Color.FromArgb(((int)(((byte)(128)))), ((int)(((byte)(128)))), ((int)(((byte)(255)))));
series2.IsXValueIndexed = true;
series2.Legend = "Legend1";
series2.Name = "Outbound";


Loading…
Cancel
Save