修改界面默认文字
parent
0da68cfd47
commit
60fdf9ef7c
|
|
@ -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
|
||||||
//
|
//
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<root>
|
<root>
|
||||||
<!--
|
<!--
|
||||||
Microsoft ResX Schema
|
Microsoft ResX Schema
|
||||||
|
|
||||||
Version 2.0
|
Version 2.0
|
||||||
|
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
value : The object must be serialized with
|
value : The object must be serialized with
|
||||||
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
|
||||||
: and then encoded with base64 encoding.
|
: and then encoded with base64 encoding.
|
||||||
|
|
||||||
mimetype: application/x-microsoft.net.object.soap.base64
|
mimetype: application/x-microsoft.net.object.soap.base64
|
||||||
value : The object must be serialized with
|
value : The object must be serialized with
|
||||||
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue