修改界面默认文字

master
hang 2025-09-25 10:31:32 +08:00
parent 0da68cfd47
commit 60fdf9ef7c
2 changed files with 4 additions and 4 deletions

4
Main.Designer.cs generated
View File

@ -113,7 +113,7 @@
usernameTextBox.Name = "usernameTextBox"; usernameTextBox.Name = "usernameTextBox";
usernameTextBox.Size = new Size(303, 23); usernameTextBox.Size = new Size(303, 23);
usernameTextBox.TabIndex = 4; usernameTextBox.TabIndex = 4;
usernameTextBox.Text = "sa"; usernameTextBox.Text = "LiLi_User";
// //
// serverTextBox // serverTextBox
// //
@ -290,7 +290,7 @@
dbNameTBox.Name = "dbNameTBox"; dbNameTBox.Name = "dbNameTBox";
dbNameTBox.Size = new Size(260, 23); dbNameTBox.Size = new Size(260, 23);
dbNameTBox.TabIndex = 9; dbNameTBox.TabIndex = 9;
dbNameTBox.Text = "IRaCIS"; dbNameTBox.Text = "LiLi_DB";
// //
// label8 // label8
// //