프로젝트

일반

사용자정보

개정판 da84b14b

IDda84b14bc95e9f72e379c1fae9cc8e99c893b548
상위 fb2d9638
하위 c5bc0767

gaqhf 이(가) 5년 이상 전에 추가함

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

클립보드 이미지 추가 (최대 크기: 500 MB)