C2017-003: Support SQL Server for storing of Referenced Object data
This commit is contained in:
@@ -135,8 +135,8 @@ namespace ROEditor
|
||||
this.textBoxDescription.TabIndex = 23;
|
||||
this.textBoxDescription.TabStop = false;
|
||||
this.textBoxDescription.Text = "Thank you for choosing PROMS for your procedure maintenance solution.\r\n\r\nPROMS is" +
|
||||
" protected under the copyright laws.\r\n\r\nPlease refer the the End User Licence Ag" +
|
||||
"reement (EULA) for the terms of use.\r\n";
|
||||
" protected under the copyright laws.\r\n\r\nPlease refer the the End User Licence Ag" +
|
||||
"reement (EULA) for the terms of use.\r\n";
|
||||
//
|
||||
// panel1
|
||||
//
|
||||
@@ -196,7 +196,6 @@ namespace ROEditor
|
||||
this.labelServer.TabIndex = 3;
|
||||
this.labelServer.Text = "SQL Server Name";
|
||||
this.labelServer.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.labelServer.Visible = false;
|
||||
//
|
||||
// labelDatabase
|
||||
//
|
||||
@@ -210,7 +209,6 @@ namespace ROEditor
|
||||
this.labelDatabase.TabIndex = 2;
|
||||
this.labelDatabase.Text = "Database Name";
|
||||
this.labelDatabase.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||||
this.labelDatabase.Visible = false;
|
||||
//
|
||||
// panel4
|
||||
//
|
||||
|
Reference in New Issue
Block a user