Winify – Diff between revs 59 and 67

Subversion Repositories:
Rev:
Show entire fileIgnore whitespace
Rev 59 Rev 67
Line 1... Line 1...
1  1 
-   2 using System.ComponentModel;
-   3 using System.Windows.Forms;
-   4  
2 namespace Winify.Settings 5 namespace Winify.Settings
3 { 6 {
4 partial class SettingsForm 7 partial class SettingsForm
5 { 8 {
6 /// <summary> 9 /// <summary>
7 /// Required designer variable. 10 /// Required designer variable.
8 /// </summary> 11 /// </summary>
9 private System.ComponentModel.IContainer components = null; 12 private IContainer components = null;
Line 10... Line 13...
10   13  
11 /// <summary> 14 /// <summary>
12 /// Clean up any resources being used. 15 /// Clean up any resources being used.
13 /// </summary> 16 /// </summary>
Line 950... Line 953...
950   953  
Line 951... Line 954...
951 } 954 }
Line 952... Line 955...
952   955  
953 #endregion 956 #endregion
954   957  
955 private System.Windows.Forms.TabControl tabControl1; 958 private TabControl tabControl1;
956 private System.Windows.Forms.TabPage tabPage1; 959 private TabPage tabPage1;
957 private System.Windows.Forms.GroupBox groupBox1; 960 private GroupBox groupBox1;
958 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; 961 private TableLayoutPanel tableLayoutPanel2;
959 private System.Windows.Forms.TextBox serverUrlTextBox; 962 private TextBox serverUrlTextBox;
960 private System.Windows.Forms.TabPage tabPage2; 963 private TabPage tabPage2;
961 private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2; 964 private FlowLayoutPanel flowLayoutPanel2;
962 private System.Windows.Forms.GroupBox groupBox3; 965 private GroupBox groupBox3;
963 private System.Windows.Forms.CheckBox checkBox1; 966 private CheckBox checkBox1;
964 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel3; 967 private TableLayoutPanel tableLayoutPanel3;
965 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; 968 private TableLayoutPanel tableLayoutPanel1;
966 private System.Windows.Forms.ListBox listBox1; 969 private ListBox listBox1;
967 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel6; 970 private TableLayoutPanel tableLayoutPanel6;
968 private System.Windows.Forms.Button button2; 971 private Button button2;
969 private System.Windows.Forms.TextBox serverPasswordTextBox; 972 private TextBox serverPasswordTextBox;
970 private System.Windows.Forms.Label label2; 973 private Label label2;
971 private System.Windows.Forms.TextBox serverNameTextBox; 974 private TextBox serverNameTextBox;
972 private System.Windows.Forms.Label label5; 975 private Label label5;
973 private System.Windows.Forms.Label label3; 976 private Label label3;
974 private System.Windows.Forms.Label label1; 977 private Label label1;
975 private System.Windows.Forms.TextBox serverUsernameTextBox; 978 private TextBox serverUsernameTextBox;
976 private System.Windows.Forms.Button button1; 979 private Button button1;
977 private System.Windows.Forms.TabPage tabPage3; 980 private TabPage tabPage3;
978 private System.Windows.Forms.GroupBox groupBox5; 981 private GroupBox groupBox5;
979 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel7; 982 private TableLayoutPanel tableLayoutPanel7;
980 private System.Windows.Forms.GroupBox groupBox2; 983 private GroupBox groupBox2;
981 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel10; 984 private TableLayoutPanel tableLayoutPanel10;
982 private System.Windows.Forms.Label label4; 985 private Label label4;
983 private System.Windows.Forms.TextBox appIdTextBox; 986 private TextBox appIdTextBox;
984 private System.Windows.Forms.Label label6; 987 private Label label6;
985 private System.Windows.Forms.TextBox lingerTimeTextBox; 988 private TextBox lingerTimeTextBox;
986 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel4; 989 private TableLayoutPanel tableLayoutPanel4;
987 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel5; 990 private TableLayoutPanel tableLayoutPanel5;
988 private System.Windows.Forms.Button button4; 991 private Button button4;
989 private System.Windows.Forms.Button button3; 992 private Button button3;
990 private System.Windows.Forms.GroupBox groupBox4; 993 private GroupBox groupBox4;
991 private System.Windows.Forms.ListBox listBox2; 994 private ListBox listBox2;
992 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel8; 995 private TableLayoutPanel tableLayoutPanel8;
993 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel9; 996 private TableLayoutPanel tableLayoutPanel9;
994 private System.Windows.Forms.Button button5; 997 private Button button5;
995 private System.Windows.Forms.Button button6; 998 private Button button6;
996 private System.Windows.Forms.GroupBox groupBox6; 999 private GroupBox groupBox6;
997 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel11; 1000 private TableLayoutPanel tableLayoutPanel11;
998 private System.Windows.Forms.CheckBox checkBox2; 1001 private CheckBox checkBox2;
999 private System.Windows.Forms.TabPage tabPage4; 1002 private TabPage tabPage4;
1000 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel12; 1003 private TableLayoutPanel tableLayoutPanel12;
1001 private System.Windows.Forms.Label label7; 1004 private Label label7;
1002 private System.Windows.Forms.Label label8; 1005 private Label label8;
1003 private System.Windows.Forms.Label label9; 1006 private Label label9;
1004 private System.Windows.Forms.TextBox textBox1; 1007 private TextBox textBox1;
1005 private System.Windows.Forms.TextBox textBox2; 1008 private TextBox textBox2;
1006 private System.Windows.Forms.TextBox textBox3; 1009 private TextBox textBox3;
1007 private System.Windows.Forms.CheckBox checkBox3; 1010 private CheckBox checkBox3;
1008 private System.Windows.Forms.Label label10; 1011 private Label label10;
1009 private System.Windows.Forms.GroupBox groupBox7; 1012 private GroupBox groupBox7;
1010 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel13; 1013 private TableLayoutPanel tableLayoutPanel13;
1011 private System.Windows.Forms.Label label11; 1014 private Label label11;
1012 private System.Windows.Forms.NumericUpDown numericUpDown1; 1015 private NumericUpDown numericUpDown1;
1013 private System.Windows.Forms.Label label12; 1016 private Label label12;
1014 private System.Windows.Forms.CheckBox checkBox4; 1017 private CheckBox checkBox4;
1015 private System.Windows.Forms.GroupBox groupBox8; 1018 private GroupBox groupBox8;
1016 private System.Windows.Forms.TableLayoutPanel tableLayoutPanel14; 1019 private TableLayoutPanel tableLayoutPanel14;
1017 private System.Windows.Forms.Label label13; 1020 private Label label13;
1018 private System.Windows.Forms.TrackBar trackBar1; 1021 private TrackBar trackBar1;
1019 private System.Windows.Forms.TextBox textBox4; 1022 private TextBox textBox4;