개정판 da84b14b
dev issue #1203 : MSSQL 지원으로 인한 메뉴얼 수정
Change-Id: If99545d24593d7a03e84aac0282d823dc6118a32
DTI_PID/SPPIDConverter/ConverterForm.cs | ||
---|---|---|
182 | 182 |
else |
183 | 183 |
{ |
184 | 184 |
_ProjectInfo.Enable = false; |
185 |
labelDBType.Text = ""; |
|
185 |
labelDBType.Text = " ";
|
|
186 | 186 |
labelID2ProjectName.Text = " "; |
187 | 187 |
labelID2ProjectName.AppearanceItemCaption.ForeColor = Color.Red; |
188 | 188 |
labelID2ProjectStatus.Text = Msg.ConnectionFail; |
DTI_PID/SPPIDConverter/DB/Project_DB.cs | ||
---|---|---|
49 | 49 |
catch (Exception ex) |
50 | 50 |
{ |
51 | 51 |
Log.Write(ex.Message + "\r\n" + ex.StackTrace); |
52 |
connection.Dispose(); |
|
52 |
if (connection != null) |
|
53 |
connection.Dispose(); |
|
53 | 54 |
connection = null; |
54 | 55 |
} |
55 | 56 |
|
DTI_PID/SPPIDConverter/Form/MappingForm.Designer.cs | ||
---|---|---|
700 | 700 |
// |
701 | 701 |
this.tabbedControlGroup.Location = new System.Drawing.Point(0, 0); |
702 | 702 |
this.tabbedControlGroup.Name = "tabbedControlGroup"; |
703 |
this.tabbedControlGroup.SelectedTabPage = this.GroupETCSetting;
|
|
703 |
this.tabbedControlGroup.SelectedTabPage = this.GroupSymbol;
|
|
704 | 704 |
this.tabbedControlGroup.Size = new System.Drawing.Size(796, 732); |
705 | 705 |
this.tabbedControlGroup.TabPages.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
706 | 706 |
this.GroupSymbol, |
내보내기 Unified diff