v0.8: TCP transport via gatuna tunnel, session IDs, pre-synth playback, server Rust rewrite
This commit is contained in:
Generated
+8
-9
@@ -17,7 +17,7 @@ partial class MainForm
|
||||
private Button btnBrowseFile = null!;
|
||||
private Label lblFileName = null!;
|
||||
private Label lblServer = null!;
|
||||
private ComboBox cmbInterface = null!;
|
||||
private TextBox txtSttEndpoint = null!;
|
||||
private Label lblLineStatus = null!;
|
||||
private RichTextBox txtLog = null!;
|
||||
private CheckBox chkMinimizeToTray = null!;
|
||||
@@ -57,7 +57,7 @@ partial class MainForm
|
||||
btnBrowseFile = new Button();
|
||||
lblFileName = new Label();
|
||||
lblServer = new Label();
|
||||
cmbInterface = new ComboBox();
|
||||
txtSttEndpoint = new TextBox();
|
||||
lblLineStatus = new Label();
|
||||
txtLog = new RichTextBox();
|
||||
chkMinimizeToTray = new CheckBox();
|
||||
@@ -143,15 +143,14 @@ partial class MainForm
|
||||
lblFileName.ForeColor = Color.Gray;
|
||||
|
||||
// lblServer
|
||||
lblServer.Text = "Interface:";
|
||||
lblServer.Text = "STT:";
|
||||
lblServer.Location = new Point(440, 48);
|
||||
lblServer.Size = new Size(55, 23);
|
||||
lblServer.Size = new Size(35, 23);
|
||||
lblServer.TextAlign = ContentAlignment.MiddleLeft;
|
||||
|
||||
// cmbInterface
|
||||
cmbInterface.Location = new Point(498, 45);
|
||||
cmbInterface.Size = new Size(165, 23);
|
||||
cmbInterface.DropDownStyle = ComboBoxStyle.DropDownList;
|
||||
// txtSttEndpoint
|
||||
txtSttEndpoint.Location = new Point(478, 45);
|
||||
txtSttEndpoint.Size = new Size(185, 23);
|
||||
|
||||
// lblLineStatus
|
||||
lblLineStatus.Text = "";
|
||||
@@ -270,7 +269,7 @@ partial class MainForm
|
||||
Controls.Add(btnBrowseFile);
|
||||
Controls.Add(lblFileName);
|
||||
Controls.Add(lblServer);
|
||||
Controls.Add(cmbInterface);
|
||||
Controls.Add(txtSttEndpoint);
|
||||
Controls.Add(lblLineStatus);
|
||||
Controls.Add(lblNoise);
|
||||
Controls.Add(trkNoise);
|
||||
|
||||
Reference in New Issue
Block a user