修改界面默认文字
parent
0da68cfd47
commit
60fdf9ef7c
|
|
@ -113,7 +113,7 @@
|
|||
usernameTextBox.Name = "usernameTextBox";
|
||||
usernameTextBox.Size = new Size(303, 23);
|
||||
usernameTextBox.TabIndex = 4;
|
||||
usernameTextBox.Text = "sa";
|
||||
usernameTextBox.Text = "LiLi_User";
|
||||
//
|
||||
// serverTextBox
|
||||
//
|
||||
|
|
@ -290,7 +290,7 @@
|
|||
dbNameTBox.Name = "dbNameTBox";
|
||||
dbNameTBox.Size = new Size(260, 23);
|
||||
dbNameTBox.TabIndex = 9;
|
||||
dbNameTBox.Text = "IRaCIS";
|
||||
dbNameTBox.Text = "LiLi_DB";
|
||||
//
|
||||
// label8
|
||||
//
|
||||
|
|
|
|||
Loading…
Reference in New Issue