프로젝트

일반

사용자정보

개정판 c4d079c4

IDc4d079c4d97c7a894ff781dc2a0359f6452bd135
상위 7b3af3a0
하위 e2ee8581, 60eab87f

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

dev issue #000 : backup

Change-Id: I29c8129b4d6bebeccb127ded198909213141f563

차이점 보기:

DTI_PID/SPPIDConverter/Form/SPPID_DB_SettingForm.Designer.cs
206 206
            this.textBoxServiceName.Location = new System.Drawing.Point(101, 109);
207 207
            this.textBoxServiceName.MenuManager = this.ribbonControl;
208 208
            this.textBoxServiceName.Name = "textBoxServiceName";
209
            this.textBoxServiceName.Properties.ReadOnly = true;
210 209
            this.textBoxServiceName.Size = new System.Drawing.Size(292, 20);
211 210
            this.textBoxServiceName.StyleController = this.layoutControl1;
212 211
            this.textBoxServiceName.TabIndex = 6;
......
384 383
            // emptySpaceItem2
385 384
            // 
386 385
            this.emptySpaceItem2.AllowHotTrack = false;
387
            this.emptySpaceItem2.Location = new System.Drawing.Point(0, 348);
386
            this.emptySpaceItem2.Location = new System.Drawing.Point(0, 362);
388 387
            this.emptySpaceItem2.Name = "emptySpaceItem2";
389
            this.emptySpaceItem2.Size = new System.Drawing.Size(397, 32);
388
            this.emptySpaceItem2.Size = new System.Drawing.Size(397, 18);
390 389
            this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0);
391 390
            // 
392 391
            // layoutControlItem10
DTI_PID/SPPIDConverter_DialogBarWrapper/SPPIDConverterWrapper.cs
138 138
                        autoModelingDllPath = @"Z:\HanKyouHo\Source\DTIPID\DTI_PID\SPPIDConverterDll\SPPIDConverter.dll";
139 139
#endif
140 140

  
141

  
142 141
                        #region Set ToolBar and Menu
143 142
                        ToolBars toolBars = application.ToolBars;
144 143
                        //application.ActiveDocument.SelectSet.GetEnumerator();
......
196 195
                                    break;
197 196
                                }
198 197
                            }
199

  
200 198
                        }
201 199
                        foreach (Ingr.RAD2D.Menu menu in menus)
202 200
                        {
......
209 207

  
210 208
                        #endregion
211 209

  
210
                        #region Add Docking
211
                        //try
212
                        //{
213
                        //    bool bExist = false;
214
                        //    foreach (DialogBar dialogBar in application.DialogBars)
215
                        //    {
216
                        //        if (dialogBar.Name == DialogBarName)
217
                        //        {
218
                        //            bExist = true;
219
                        //            dialogBar.Delete();
220
                        //            break;
221
                        //        }
222
                        //    }
223
                        //    if (!bExist)
224
                        //    {
225
                        //        DialogBar dlgBar = application.DialogBars.Add(DialogBarName, DockingFlagsConstants.igDockableOnLeft, DockingLocationConstants.igDockOnLeft,
226
                        //             DialogBarStyleConstants.igDialogBarStyleShowCaption | DialogBarStyleConstants.igDialogBarStyleStretchToFitHorizontal | DialogBarStyleConstants.igDialogBarStyleStretchToFitVertical | DialogBarStyleConstants.igDialogBarStyleNoBorder, 0, 0);
227
                        //        DialogbarControl dialogBarControl_UserControl = dlgBar.Controls.AddManaged(wrapperDllPath, "Converter.SPPID.Wrapper.ConverterDocking", 150, 300);
228
                        //    }
229
                        //}
230
                        //catch (Exception ex)
231
                        //{
212 232

  
233
                        //}
234

  
235
                        #endregion
236
                        //bool test =commandControl.Application.RADApplication.AddManagedMacroCommand(15000, autoModelingDllPath, "Converter.SPPID.SPPIDConverter_AutoModeling", true, CommandTypeConstants.igCmdTypeAlways, "");
213 237
                        commandControl.Application.RADApplication.RunManagedMacro(autoModelingDllPath, "Converter.SPPID.SPPIDConverter_AutoModeling");
214 238
                    }
215 239
                }
DTI_PID/SPPIDConverter_DialogBarWrapper/SPPIDConverter_Wrapper.csproj
48 48
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
49 49
  </PropertyGroup>
50 50
  <ItemGroup>
51
    <Reference Include="DevExpress.Data.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
52
    <Reference Include="DevExpress.Printing.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
53
    <Reference Include="DevExpress.Utils.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
54
    <Reference Include="DevExpress.XtraEditors.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
55
    <Reference Include="DevExpress.XtraLayout.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
51 56
    <Reference Include="Interop.RAD2D">
52 57
      <HintPath>C:\Program Files (x86)\SmartPlant\P&amp;ID Workstation\bin\Interop.RAD2D.dll</HintPath>
53 58
      <EmbedInteropTypes>True</EmbedInteropTypes>
54 59
    </Reference>
60
    <Reference Include="Microsoft.VisualBasic" />
55 61
    <Reference Include="RadNetAutomation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL">
56 62
      <SpecificVersion>False</SpecificVersion>
57 63
      <HintPath>C:\Program Files (x86)\SmartPlant\P&amp;ID Workstation\bin\RadNetAutomation.dll</HintPath>
......
83 89
    </Reference>
84 90
  </ItemGroup>
85 91
  <ItemGroup>
92
    <Compile Include="ConverterDocking.cs">
93
      <SubType>UserControl</SubType>
94
    </Compile>
95
    <Compile Include="ConverterDocking.Designer.cs">
96
      <DependentUpon>ConverterDocking.cs</DependentUpon>
97
    </Compile>
86 98
    <Compile Include="SPPIDConverter_Wrapper.cs" />
87 99
    <Compile Include="SPPIDConverterWrapper.cs">
88 100
      <SubType>Form</SubType>
......
98 110
    </Compile>
99 111
  </ItemGroup>
100 112
  <ItemGroup>
113
    <EmbeddedResource Include="ConverterDocking.resx">
114
      <DependentUpon>ConverterDocking.cs</DependentUpon>
115
    </EmbeddedResource>
116
    <EmbeddedResource Include="Properties\licenses.licx" />
101 117
    <EmbeddedResource Include="SPPIDConverterWrapper.resx">
102 118
      <DependentUpon>SPPIDConverterWrapper.cs</DependentUpon>
103 119
      <SubType>Designer</SubType>

내보내기 Unified diff

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