You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

StatisticsStrategyOptionsForm.cs 1.1 kB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. using System;
  2. using System.Collections.Generic;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Linq;
  7. using System.Text;
  8. using System.Windows.Forms;
  9. namespace Shadowsocks.View
  10. {
  11. public partial class StatisticsStrategyOptionsForm: Form
  12. {
  13. private static readonly int emSize = 8;
  14. public StatisticsStrategyOptionsForm()
  15. {
  16. InitializeComponent();
  17. }
  18. private void chart1_Click(object sender, EventArgs e)
  19. {
  20. }
  21. private void StatisticsChart_Click(object sender, EventArgs e)
  22. {
  23. }
  24. private void splitContainer1_Panel1_Paint(object sender, PaintEventArgs e)
  25. {
  26. }
  27. private void label1_Click(object sender, EventArgs e)
  28. {
  29. }
  30. private void label5_Click(object sender, EventArgs e)
  31. {
  32. }
  33. private void StatisticsStrategyOptionsForm_Load(object sender, EventArgs e)
  34. {
  35. }
  36. private void label3_Click(object sender, EventArgs e)
  37. {
  38. }
  39. }
  40. }