diff --git a/mV2RayConfig/Forms/MainForm.Designer.cs b/mV2RayConfig/Forms/MainForm.Designer.cs index 9f57137..9c7c6b1 100644 --- a/mV2RayConfig/Forms/MainForm.Designer.cs +++ b/mV2RayConfig/Forms/MainForm.Designer.cs @@ -183,7 +183,7 @@ private void InitializeComponent() "warning", "error", "none"}); - this.comboBoxLogLevel.Location = new System.Drawing.Point(137, 68); + this.comboBoxLogLevel.Location = new System.Drawing.Point(137, 66); this.comboBoxLogLevel.Name = "comboBoxLogLevel"; this.comboBoxLogLevel.Size = new System.Drawing.Size(273, 27); this.comboBoxLogLevel.TabIndex = 6; @@ -385,6 +385,7 @@ private void InitializeComponent() this.listBoxManyUser.Enabled = false; this.listBoxManyUser.Font = new System.Drawing.Font("微软雅黑", 7.8F); this.listBoxManyUser.FormattingEnabled = true; + this.listBoxManyUser.HorizontalScrollbar = true; this.listBoxManyUser.ItemHeight = 19; this.listBoxManyUser.Location = new System.Drawing.Point(136, 3); this.listBoxManyUser.Name = "listBoxManyUser"; diff --git a/mV2RayConfig/Forms/MainForm.cs b/mV2RayConfig/Forms/MainForm.cs index 03f8d52..9e32ccc 100644 --- a/mV2RayConfig/Forms/MainForm.cs +++ b/mV2RayConfig/Forms/MainForm.cs @@ -25,6 +25,9 @@ public MainForm() comboBoxFakeKCP.SelectedIndex = 0; textBoxUUID.Text = uuidGen(); buttonUserConfig.Hide(); + + //listBoxManyUser.HorizontalScrollbar = true; + //listBoxManyUser.ScrollAlwaysVisible = true; } private void Form1_Load(object sender, EventArgs e)