|
@@ -100,6 +100,7 @@
|
|
//
|
|
//
|
|
// SelectIP
|
|
// SelectIP
|
|
//
|
|
//
|
|
|
|
+ this.SelectIP.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.SelectIP.FormattingEnabled = true;
|
|
this.SelectIP.FormattingEnabled = true;
|
|
this.SelectIP.Location = new System.Drawing.Point(533, 39);
|
|
this.SelectIP.Location = new System.Drawing.Point(533, 39);
|
|
this.SelectIP.Name = "SelectIP";
|
|
this.SelectIP.Name = "SelectIP";
|
|
@@ -135,6 +136,7 @@
|
|
//
|
|
//
|
|
// Encoding
|
|
// Encoding
|
|
//
|
|
//
|
|
|
|
+ this.Encoding.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.Encoding.FormattingEnabled = true;
|
|
this.Encoding.FormattingEnabled = true;
|
|
this.Encoding.Items.AddRange(new object[] {
|
|
this.Encoding.Items.AddRange(new object[] {
|
|
"UTF-8",
|
|
"UTF-8",
|