개정판 5781eaba
dev issue #1226 : dev converter form
Change-Id: Ibe78d0d7c3c9f459374810c9d54e3bd6ba26e336
DTI_PID/APIDConverter/AVEVA.PID.CustomizationUtility_ACAD2018_x64.csproj | ||
---|---|---|
39 | 39 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
40 | 40 |
</PropertyGroup> |
41 | 41 |
<ItemGroup> |
42 |
<Reference Include="Accessibility" /> |
|
42 | 43 |
<Reference Include="accoremgd"> |
43 | 44 |
<HintPath>C:\Program Files\Autodesk\AutoCAD 2018\accoremgd.dll</HintPath> |
44 | 45 |
<Private>False</Private> |
... | ... | |
80 | 81 |
<Reference Include="DevExpress.Data.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
81 | 82 |
<Reference Include="DevExpress.Dialogs.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
82 | 83 |
<Reference Include="DevExpress.Printing.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
84 |
<Reference Include="DevExpress.Sparkline.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
|
83 | 85 |
<Reference Include="DevExpress.Utils.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
84 | 86 |
<Reference Include="DevExpress.XtraBars.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
85 | 87 |
<Reference Include="DevExpress.XtraDialogs.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
... | ... | |
97 | 99 |
<Reference Include="PresentationFramework" /> |
98 | 100 |
<Reference Include="System" /> |
99 | 101 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
102 |
<Reference Include="System.Configuration" /> |
|
100 | 103 |
<Reference Include="System.Core" /> |
104 |
<Reference Include="System.Data.Linq" /> |
|
101 | 105 |
<Reference Include="System.Data.SQLite, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
102 | 106 |
<HintPath>..\packages\System.Data.SQLite.Core.1.0.111.0\lib\net46\System.Data.SQLite.dll</HintPath> |
103 | 107 |
</Reference> |
108 |
<Reference Include="System.Deployment" /> |
|
104 | 109 |
<Reference Include="System.Drawing" /> |
105 | 110 |
<Reference Include="System.Runtime.Remoting" /> |
111 |
<Reference Include="System.Runtime.Serialization" /> |
|
112 |
<Reference Include="System.Runtime.Serialization.Formatters.Soap" /> |
|
113 |
<Reference Include="System.Security" /> |
|
114 |
<Reference Include="System.Transactions" /> |
|
106 | 115 |
<Reference Include="System.Windows.Forms" /> |
107 | 116 |
<Reference Include="System.Xaml" /> |
108 | 117 |
<Reference Include="System.Xml.Linq" /> |
DTI_PID/APIDConverter/Form/APIDConverter.Designer.cs | ||
---|---|---|
33 | 33 |
this.ribbonControl = new DevExpress.XtraBars.Ribbon.RibbonControl(); |
34 | 34 |
this.defaultLookAndFeel1 = new DevExpress.LookAndFeel.DefaultLookAndFeel(this.components); |
35 | 35 |
this.layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
36 |
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); |
|
36 | 37 |
this.btnRun = new DevExpress.XtraEditors.SimpleButton(); |
37 | 38 |
this.gridControlConverter = new DevExpress.XtraGrid.GridControl(); |
38 | 39 |
this.gridViewConverter = new DevExpress.XtraGrid.Views.Grid.GridView(); |
... | ... | |
43 | 44 |
this.layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); |
44 | 45 |
this.emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem(); |
45 | 46 |
this.layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); |
46 |
this.btnRefresh = new DevExpress.XtraEditors.SimpleButton(); |
|
47 | 47 |
this.layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); |
48 | 48 |
this.emptySpaceItem2 = new DevExpress.XtraLayout.EmptySpaceItem(); |
49 |
this.splitterItem1 = new DevExpress.XtraLayout.SplitterItem(); |
|
50 |
this.btnItemMapping = new DevExpress.XtraEditors.SimpleButton(); |
|
51 |
this.layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); |
|
52 |
this.layoutControlGroup3 = new DevExpress.XtraLayout.LayoutControlGroup(); |
|
53 |
this.emptySpaceItem3 = new DevExpress.XtraLayout.EmptySpaceItem(); |
|
54 |
this.btnID2DB = new DevExpress.XtraEditors.SimpleButton(); |
|
55 |
this.layoutControlGroupID2Project = new DevExpress.XtraLayout.LayoutControlGroup(); |
|
56 |
this.labelID2ProjectName = new DevExpress.XtraLayout.SimpleLabelItem(); |
|
57 |
this.labelID2ProjectStatus = new DevExpress.XtraLayout.SimpleLabelItem(); |
|
58 |
this.simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem(); |
|
59 |
this.simpleLabelItem4 = new DevExpress.XtraLayout.SimpleLabelItem(); |
|
60 |
this.layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); |
|
61 |
this.labelDBType = new DevExpress.XtraLayout.SimpleLabelItem(); |
|
62 |
this.simpleLabelItem7 = new DevExpress.XtraLayout.SimpleLabelItem(); |
|
49 | 63 |
((System.ComponentModel.ISupportInitialize)(this.ribbonControl)).BeginInit(); |
50 | 64 |
((System.ComponentModel.ISupportInitialize)(this.layoutControl1)).BeginInit(); |
51 | 65 |
this.layoutControl1.SuspendLayout(); |
... | ... | |
59 | 73 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).BeginInit(); |
60 | 74 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).BeginInit(); |
61 | 75 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).BeginInit(); |
76 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).BeginInit(); |
|
77 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).BeginInit(); |
|
78 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).BeginInit(); |
|
79 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).BeginInit(); |
|
80 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).BeginInit(); |
|
81 |
((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).BeginInit(); |
|
82 |
((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).BeginInit(); |
|
83 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).BeginInit(); |
|
84 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).BeginInit(); |
|
85 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).BeginInit(); |
|
86 |
((System.ComponentModel.ISupportInitialize)(this.labelDBType)).BeginInit(); |
|
87 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).BeginInit(); |
|
62 | 88 |
this.SuspendLayout(); |
63 | 89 |
// |
64 | 90 |
// ribbonControl |
... | ... | |
73 | 99 |
this.ribbonControl.ShowDisplayOptionsMenuButton = DevExpress.Utils.DefaultBoolean.False; |
74 | 100 |
this.ribbonControl.ShowPageHeadersMode = DevExpress.XtraBars.Ribbon.ShowPageHeadersMode.ShowOnMultiplePages; |
75 | 101 |
this.ribbonControl.ShowToolbarCustomizeItem = false; |
76 |
this.ribbonControl.Size = new System.Drawing.Size(856, 32);
|
|
102 |
this.ribbonControl.Size = new System.Drawing.Size(962, 32);
|
|
77 | 103 |
this.ribbonControl.Toolbar.ShowCustomizeItem = false; |
78 | 104 |
// |
79 | 105 |
// defaultLookAndFeel1 |
... | ... | |
82 | 108 |
// |
83 | 109 |
// layoutControl1 |
84 | 110 |
// |
111 |
this.layoutControl1.Controls.Add(this.btnItemMapping); |
|
85 | 112 |
this.layoutControl1.Controls.Add(this.btnRefresh); |
86 | 113 |
this.layoutControl1.Controls.Add(this.btnRun); |
87 | 114 |
this.layoutControl1.Controls.Add(this.gridControlConverter); |
88 | 115 |
this.layoutControl1.Controls.Add(this.btnLoadFile); |
116 |
this.layoutControl1.Controls.Add(this.btnID2DB); |
|
89 | 117 |
this.layoutControl1.Dock = System.Windows.Forms.DockStyle.Fill; |
90 | 118 |
this.layoutControl1.Location = new System.Drawing.Point(0, 32); |
91 | 119 |
this.layoutControl1.Name = "layoutControl1"; |
92 | 120 |
this.layoutControl1.Root = this.Root; |
93 |
this.layoutControl1.Size = new System.Drawing.Size(856, 437);
|
|
121 |
this.layoutControl1.Size = new System.Drawing.Size(962, 504);
|
|
94 | 122 |
this.layoutControl1.TabIndex = 1; |
95 | 123 |
this.layoutControl1.Text = "layoutControl1"; |
96 | 124 |
// |
125 |
// btnRefresh |
|
126 |
// |
|
127 |
this.btnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRefresh.ImageOptions.SvgImage"))); |
|
128 |
this.btnRefresh.Location = new System.Drawing.Point(157, 58); |
|
129 |
this.btnRefresh.Name = "btnRefresh"; |
|
130 |
this.btnRefresh.Size = new System.Drawing.Size(99, 36); |
|
131 |
this.btnRefresh.StyleController = this.layoutControl1; |
|
132 |
this.btnRefresh.TabIndex = 7; |
|
133 |
this.btnRefresh.Text = " Refresh "; |
|
134 |
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); |
|
135 |
// |
|
97 | 136 |
// btnRun |
98 | 137 |
// |
99 | 138 |
this.btnRun.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRun.ImageOptions.SvgImage"))); |
100 |
this.btnRun.Location = new System.Drawing.Point(753, 58);
|
|
139 |
this.btnRun.Location = new System.Drawing.Point(577, 58);
|
|
101 | 140 |
this.btnRun.Name = "btnRun"; |
102 | 141 |
this.btnRun.Size = new System.Drawing.Size(79, 36); |
103 | 142 |
this.btnRun.StyleController = this.layoutControl1; |
... | ... | |
111 | 150 |
this.gridControlConverter.MainView = this.gridViewConverter; |
112 | 151 |
this.gridControlConverter.MenuManager = this.ribbonControl; |
113 | 152 |
this.gridControlConverter.Name = "gridControlConverter"; |
114 |
this.gridControlConverter.Size = new System.Drawing.Size(808, 315);
|
|
153 |
this.gridControlConverter.Size = new System.Drawing.Size(632, 382);
|
|
115 | 154 |
this.gridControlConverter.TabIndex = 5; |
116 | 155 |
this.gridControlConverter.ViewCollection.AddRange(new DevExpress.XtraGrid.Views.Base.BaseView[] { |
117 | 156 |
this.gridViewConverter}); |
... | ... | |
138 | 177 |
this.Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; |
139 | 178 |
this.Root.GroupBordersVisible = false; |
140 | 179 |
this.Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
141 |
this.layoutControlGroup1}); |
|
180 |
this.layoutControlGroup1, |
|
181 |
this.layoutControlGroup3, |
|
182 |
this.emptySpaceItem3, |
|
183 |
this.splitterItem1, |
|
184 |
this.layoutControlGroupID2Project}); |
|
142 | 185 |
this.Root.Name = "Root"; |
143 |
this.Root.Size = new System.Drawing.Size(856, 437);
|
|
186 |
this.Root.Size = new System.Drawing.Size(962, 504);
|
|
144 | 187 |
this.Root.TextVisible = false; |
145 | 188 |
// |
146 | 189 |
// layoutControlGroup1 |
... | ... | |
156 | 199 |
this.emptySpaceItem2}); |
157 | 200 |
this.layoutControlGroup1.Location = new System.Drawing.Point(0, 0); |
158 | 201 |
this.layoutControlGroup1.Name = "layoutControlGroup1"; |
159 |
this.layoutControlGroup1.Size = new System.Drawing.Size(836, 417);
|
|
202 |
this.layoutControlGroup1.Size = new System.Drawing.Size(660, 484);
|
|
160 | 203 |
this.layoutControlGroup1.Text = "Auto Converter"; |
161 | 204 |
// |
162 | 205 |
// layoutControlItem2 |
... | ... | |
164 | 207 |
this.layoutControlItem2.Control = this.gridControlConverter; |
165 | 208 |
this.layoutControlItem2.Location = new System.Drawing.Point(0, 40); |
166 | 209 |
this.layoutControlItem2.Name = "layoutControlItem2"; |
167 |
this.layoutControlItem2.Size = new System.Drawing.Size(812, 319);
|
|
210 |
this.layoutControlItem2.Size = new System.Drawing.Size(636, 386);
|
|
168 | 211 |
this.layoutControlItem2.TextSize = new System.Drawing.Size(0, 0); |
169 | 212 |
this.layoutControlItem2.TextVisible = false; |
170 | 213 |
// |
... | ... | |
183 | 226 |
// emptySpaceItem1 |
184 | 227 |
// |
185 | 228 |
this.emptySpaceItem1.AllowHotTrack = false; |
186 |
this.emptySpaceItem1.Location = new System.Drawing.Point(235, 0);
|
|
229 |
this.emptySpaceItem1.Location = new System.Drawing.Point(236, 0);
|
|
187 | 230 |
this.emptySpaceItem1.Name = "emptySpaceItem1"; |
188 |
this.emptySpaceItem1.Size = new System.Drawing.Size(494, 40);
|
|
231 |
this.emptySpaceItem1.Size = new System.Drawing.Size(317, 40);
|
|
189 | 232 |
this.emptySpaceItem1.TextSize = new System.Drawing.Size(0, 0); |
190 | 233 |
// |
191 | 234 |
// layoutControlItem3 |
192 | 235 |
// |
193 | 236 |
this.layoutControlItem3.Control = this.btnRun; |
194 |
this.layoutControlItem3.Location = new System.Drawing.Point(729, 0);
|
|
237 |
this.layoutControlItem3.Location = new System.Drawing.Point(553, 0);
|
|
195 | 238 |
this.layoutControlItem3.MaxSize = new System.Drawing.Size(83, 40); |
196 | 239 |
this.layoutControlItem3.MinSize = new System.Drawing.Size(83, 40); |
197 | 240 |
this.layoutControlItem3.Name = "layoutControlItem3"; |
... | ... | |
200 | 243 |
this.layoutControlItem3.TextSize = new System.Drawing.Size(0, 0); |
201 | 244 |
this.layoutControlItem3.TextVisible = false; |
202 | 245 |
// |
203 |
// btnRefresh |
|
204 |
// |
|
205 |
this.btnRefresh.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("btnRefresh.ImageOptions.SvgImage"))); |
|
206 |
this.btnRefresh.Location = new System.Drawing.Point(156, 58); |
|
207 |
this.btnRefresh.Name = "btnRefresh"; |
|
208 |
this.btnRefresh.Size = new System.Drawing.Size(99, 36); |
|
209 |
this.btnRefresh.StyleController = this.layoutControl1; |
|
210 |
this.btnRefresh.TabIndex = 7; |
|
211 |
this.btnRefresh.Text = " Refresh "; |
|
212 |
this.btnRefresh.Click += new System.EventHandler(this.btnRefresh_Click); |
|
213 |
// |
|
214 | 246 |
// layoutControlItem4 |
215 | 247 |
// |
216 | 248 |
this.layoutControlItem4.Control = this.btnRefresh; |
217 |
this.layoutControlItem4.Location = new System.Drawing.Point(132, 0);
|
|
249 |
this.layoutControlItem4.Location = new System.Drawing.Point(133, 0);
|
|
218 | 250 |
this.layoutControlItem4.MaxSize = new System.Drawing.Size(103, 40); |
219 | 251 |
this.layoutControlItem4.MinSize = new System.Drawing.Size(103, 40); |
220 | 252 |
this.layoutControlItem4.Name = "layoutControlItem4"; |
... | ... | |
228 | 260 |
this.emptySpaceItem2.AllowHotTrack = false; |
229 | 261 |
this.emptySpaceItem2.Location = new System.Drawing.Point(114, 0); |
230 | 262 |
this.emptySpaceItem2.Name = "emptySpaceItem2"; |
231 |
this.emptySpaceItem2.Size = new System.Drawing.Size(18, 40);
|
|
263 |
this.emptySpaceItem2.Size = new System.Drawing.Size(19, 40);
|
|
232 | 264 |
this.emptySpaceItem2.TextSize = new System.Drawing.Size(0, 0); |
233 | 265 |
// |
266 |
// splitterItem1 |
|
267 |
// |
|
268 |
this.splitterItem1.AllowHotTrack = true; |
|
269 |
this.splitterItem1.Location = new System.Drawing.Point(660, 0); |
|
270 |
this.splitterItem1.Name = "splitterItem1"; |
|
271 |
this.splitterItem1.Size = new System.Drawing.Size(12, 484); |
|
272 |
// |
|
273 |
// btnItemMapping |
|
274 |
// |
|
275 |
this.btnItemMapping.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButton2.ImageOptions.SvgImage"))); |
|
276 |
this.btnItemMapping.Location = new System.Drawing.Point(696, 210); |
|
277 |
this.btnItemMapping.Name = "btnItemMapping"; |
|
278 |
this.btnItemMapping.Size = new System.Drawing.Size(242, 36); |
|
279 |
this.btnItemMapping.StyleController = this.layoutControl1; |
|
280 |
this.btnItemMapping.TabIndex = 9; |
|
281 |
this.btnItemMapping.Text = "Setting"; |
|
282 |
// |
|
283 |
// layoutControlItem6 |
|
284 |
// |
|
285 |
this.layoutControlItem6.Control = this.btnItemMapping; |
|
286 |
this.layoutControlItem6.Location = new System.Drawing.Point(0, 0); |
|
287 |
this.layoutControlItem6.Name = "layoutControlItem6"; |
|
288 |
this.layoutControlItem6.Size = new System.Drawing.Size(246, 40); |
|
289 |
this.layoutControlItem6.TextSize = new System.Drawing.Size(0, 0); |
|
290 |
this.layoutControlItem6.TextVisible = false; |
|
291 |
// |
|
292 |
// layoutControlGroup3 |
|
293 |
// |
|
294 |
this.layoutControlGroup3.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroup3.CaptionImageOptions.SvgImage"))); |
|
295 |
this.layoutControlGroup3.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
|
296 |
this.layoutControlGroup3.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
|
297 |
this.layoutControlItem6}); |
|
298 |
this.layoutControlGroup3.Location = new System.Drawing.Point(672, 152); |
|
299 |
this.layoutControlGroup3.Name = "layoutControlGroup3"; |
|
300 |
this.layoutControlGroup3.Size = new System.Drawing.Size(270, 98); |
|
301 |
this.layoutControlGroup3.Text = "Item Mapping"; |
|
302 |
// |
|
303 |
// emptySpaceItem3 |
|
304 |
// |
|
305 |
this.emptySpaceItem3.AllowHotTrack = false; |
|
306 |
this.emptySpaceItem3.Location = new System.Drawing.Point(672, 250); |
|
307 |
this.emptySpaceItem3.Name = "emptySpaceItem3"; |
|
308 |
this.emptySpaceItem3.Size = new System.Drawing.Size(270, 234); |
|
309 |
this.emptySpaceItem3.TextSize = new System.Drawing.Size(0, 0); |
|
310 |
// |
|
311 |
// btnID2DB |
|
312 |
// |
|
313 |
this.btnID2DB.ImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("simpleButton1.ImageOptions.SvgImage"))); |
|
314 |
this.btnID2DB.Location = new System.Drawing.Point(696, 58); |
|
315 |
this.btnID2DB.Name = "btnID2DB"; |
|
316 |
this.btnID2DB.Size = new System.Drawing.Size(242, 36); |
|
317 |
this.btnID2DB.StyleController = this.layoutControl1; |
|
318 |
this.btnID2DB.TabIndex = 15; |
|
319 |
this.btnID2DB.Text = "Setting"; |
|
320 |
// |
|
321 |
// layoutControlGroupID2Project |
|
322 |
// |
|
323 |
this.layoutControlGroupID2Project.CaptionImageOptions.SvgImage = ((DevExpress.Utils.Svg.SvgImage)(resources.GetObject("layoutControlGroupID2Project.CaptionImageOptions.SvgImage"))); |
|
324 |
this.layoutControlGroupID2Project.CustomizationFormText = "ID2 Project"; |
|
325 |
this.layoutControlGroupID2Project.GroupStyle = DevExpress.Utils.GroupStyle.Card; |
|
326 |
this.layoutControlGroupID2Project.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { |
|
327 |
this.labelID2ProjectName, |
|
328 |
this.labelID2ProjectStatus, |
|
329 |
this.simpleLabelItem3, |
|
330 |
this.simpleLabelItem4, |
|
331 |
this.layoutControlItem7, |
|
332 |
this.labelDBType, |
|
333 |
this.simpleLabelItem7}); |
|
334 |
this.layoutControlGroupID2Project.Location = new System.Drawing.Point(672, 0); |
|
335 |
this.layoutControlGroupID2Project.Name = "layoutControlGroupID2Project"; |
|
336 |
this.layoutControlGroupID2Project.Size = new System.Drawing.Size(270, 152); |
|
337 |
this.layoutControlGroupID2Project.Text = "ID2 Project"; |
|
338 |
// |
|
339 |
// labelID2ProjectName |
|
340 |
// |
|
341 |
this.labelID2ProjectName.AllowHotTrack = false; |
|
342 |
this.labelID2ProjectName.CustomizationFormText = "ID2ProjectName"; |
|
343 |
this.labelID2ProjectName.Location = new System.Drawing.Point(90, 40); |
|
344 |
this.labelID2ProjectName.Name = "labelID2ProjectName"; |
|
345 |
this.labelID2ProjectName.Size = new System.Drawing.Size(156, 18); |
|
346 |
this.labelID2ProjectName.Text = "ID2ProjectName"; |
|
347 |
this.labelID2ProjectName.TextSize = new System.Drawing.Size(93, 14); |
|
348 |
// |
|
349 |
// labelID2ProjectStatus |
|
350 |
// |
|
351 |
this.labelID2ProjectStatus.AllowHotTrack = false; |
|
352 |
this.labelID2ProjectStatus.CustomizationFormText = "ID2ProjectStatus"; |
|
353 |
this.labelID2ProjectStatus.Location = new System.Drawing.Point(51, 76); |
|
354 |
this.labelID2ProjectStatus.Name = "labelID2ProjectStatus"; |
|
355 |
this.labelID2ProjectStatus.Size = new System.Drawing.Size(195, 18); |
|
356 |
this.labelID2ProjectStatus.Text = "ID2ProjectStatus"; |
|
357 |
this.labelID2ProjectStatus.TextSize = new System.Drawing.Size(93, 14); |
|
358 |
// |
|
359 |
// simpleLabelItem3 |
|
360 |
// |
|
361 |
this.simpleLabelItem3.AllowHotTrack = false; |
|
362 |
this.simpleLabelItem3.CustomizationFormText = "Project Name : "; |
|
363 |
this.simpleLabelItem3.Location = new System.Drawing.Point(0, 40); |
|
364 |
this.simpleLabelItem3.MaxSize = new System.Drawing.Size(90, 18); |
|
365 |
this.simpleLabelItem3.MinSize = new System.Drawing.Size(90, 18); |
|
366 |
this.simpleLabelItem3.Name = "simpleLabelItem3"; |
|
367 |
this.simpleLabelItem3.Size = new System.Drawing.Size(90, 18); |
|
368 |
this.simpleLabelItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
|
369 |
this.simpleLabelItem3.Text = "Project Name : "; |
|
370 |
this.simpleLabelItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
|
371 |
this.simpleLabelItem3.TextSize = new System.Drawing.Size(86, 14); |
|
372 |
// |
|
373 |
// simpleLabelItem4 |
|
374 |
// |
|
375 |
this.simpleLabelItem4.AllowHotTrack = false; |
|
376 |
this.simpleLabelItem4.CustomizationFormText = "Status : "; |
|
377 |
this.simpleLabelItem4.Location = new System.Drawing.Point(0, 76); |
|
378 |
this.simpleLabelItem4.MaxSize = new System.Drawing.Size(51, 18); |
|
379 |
this.simpleLabelItem4.MinSize = new System.Drawing.Size(51, 18); |
|
380 |
this.simpleLabelItem4.Name = "simpleLabelItem4"; |
|
381 |
this.simpleLabelItem4.Size = new System.Drawing.Size(51, 18); |
|
382 |
this.simpleLabelItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
|
383 |
this.simpleLabelItem4.Text = "Status : "; |
|
384 |
this.simpleLabelItem4.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
|
385 |
this.simpleLabelItem4.TextSize = new System.Drawing.Size(47, 14); |
|
386 |
// |
|
387 |
// layoutControlItem7 |
|
388 |
// |
|
389 |
this.layoutControlItem7.Control = this.btnID2DB; |
|
390 |
this.layoutControlItem7.CustomizationFormText = "layoutControlItem7"; |
|
391 |
this.layoutControlItem7.Location = new System.Drawing.Point(0, 0); |
|
392 |
this.layoutControlItem7.Name = "layoutControlItem7"; |
|
393 |
this.layoutControlItem7.Size = new System.Drawing.Size(246, 40); |
|
394 |
this.layoutControlItem7.Text = "layoutControlItem7"; |
|
395 |
this.layoutControlItem7.TextSize = new System.Drawing.Size(0, 0); |
|
396 |
this.layoutControlItem7.TextVisible = false; |
|
397 |
// |
|
398 |
// labelDBType |
|
399 |
// |
|
400 |
this.labelDBType.AllowHotTrack = false; |
|
401 |
this.labelDBType.CustomizationFormText = "DB Type"; |
|
402 |
this.labelDBType.Location = new System.Drawing.Point(63, 58); |
|
403 |
this.labelDBType.MinSize = new System.Drawing.Size(97, 18); |
|
404 |
this.labelDBType.Name = "labelDBType"; |
|
405 |
this.labelDBType.Size = new System.Drawing.Size(183, 18); |
|
406 |
this.labelDBType.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
|
407 |
this.labelDBType.Text = "DB Type"; |
|
408 |
this.labelDBType.TextSize = new System.Drawing.Size(93, 14); |
|
409 |
// |
|
410 |
// simpleLabelItem7 |
|
411 |
// |
|
412 |
this.simpleLabelItem7.AllowHotTrack = false; |
|
413 |
this.simpleLabelItem7.CustomizationFormText = "DB Type : "; |
|
414 |
this.simpleLabelItem7.Location = new System.Drawing.Point(0, 58); |
|
415 |
this.simpleLabelItem7.MaxSize = new System.Drawing.Size(63, 18); |
|
416 |
this.simpleLabelItem7.MinSize = new System.Drawing.Size(63, 18); |
|
417 |
this.simpleLabelItem7.Name = "simpleLabelItem7"; |
|
418 |
this.simpleLabelItem7.Size = new System.Drawing.Size(63, 18); |
|
419 |
this.simpleLabelItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; |
|
420 |
this.simpleLabelItem7.Text = "DB Type : "; |
|
421 |
this.simpleLabelItem7.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; |
|
422 |
this.simpleLabelItem7.TextSize = new System.Drawing.Size(59, 14); |
|
423 |
// |
|
234 | 424 |
// APIDConverter |
235 | 425 |
// |
236 | 426 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 14F); |
237 | 427 |
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; |
238 |
this.ClientSize = new System.Drawing.Size(856, 469);
|
|
428 |
this.ClientSize = new System.Drawing.Size(962, 536);
|
|
239 | 429 |
this.Controls.Add(this.layoutControl1); |
240 | 430 |
this.Controls.Add(this.ribbonControl); |
241 | 431 |
this.Name = "APIDConverter"; |
... | ... | |
256 | 446 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem3)).EndInit(); |
257 | 447 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem4)).EndInit(); |
258 | 448 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem2)).EndInit(); |
449 |
((System.ComponentModel.ISupportInitialize)(this.splitterItem1)).EndInit(); |
|
450 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem6)).EndInit(); |
|
451 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroup3)).EndInit(); |
|
452 |
((System.ComponentModel.ISupportInitialize)(this.emptySpaceItem3)).EndInit(); |
|
453 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlGroupID2Project)).EndInit(); |
|
454 |
((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectName)).EndInit(); |
|
455 |
((System.ComponentModel.ISupportInitialize)(this.labelID2ProjectStatus)).EndInit(); |
|
456 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem3)).EndInit(); |
|
457 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem4)).EndInit(); |
|
458 |
((System.ComponentModel.ISupportInitialize)(this.layoutControlItem7)).EndInit(); |
|
459 |
((System.ComponentModel.ISupportInitialize)(this.labelDBType)).EndInit(); |
|
460 |
((System.ComponentModel.ISupportInitialize)(this.simpleLabelItem7)).EndInit(); |
|
259 | 461 |
this.ResumeLayout(false); |
260 | 462 |
this.PerformLayout(); |
261 | 463 |
|
... | ... | |
278 | 480 |
private DevExpress.XtraEditors.SimpleButton btnRefresh; |
279 | 481 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; |
280 | 482 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem2; |
483 |
private DevExpress.XtraLayout.SplitterItem splitterItem1; |
|
484 |
private DevExpress.XtraEditors.SimpleButton btnItemMapping; |
|
485 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup3; |
|
486 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
|
487 |
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem3; |
|
488 |
private DevExpress.XtraEditors.SimpleButton btnID2DB; |
|
489 |
private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroupID2Project; |
|
490 |
private DevExpress.XtraLayout.SimpleLabelItem labelID2ProjectName; |
|
491 |
private DevExpress.XtraLayout.SimpleLabelItem labelID2ProjectStatus; |
|
492 |
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem3; |
|
493 |
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem4; |
|
494 |
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
|
495 |
private DevExpress.XtraLayout.SimpleLabelItem labelDBType; |
|
496 |
private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem7; |
|
281 | 497 |
} |
282 | 498 |
} |
DTI_PID/APIDConverter/Form/APIDConverter.resx | ||
---|---|---|
121 | 121 |
<value>17, 17</value> |
122 | 122 |
</metadata> |
123 | 123 |
<assembly alias="DevExpress.Data.v18.2" name="DevExpress.Data.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
124 |
<data name="simpleButton2.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v18.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
|
125 |
<value> |
|
126 |
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE4LjIsIFZlcnNpb249MTguMi43 |
|
127 |
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl |
|
128 |
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAA0DAAAC77u/ |
|
129 |
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi |
|
130 |
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv |
|
131 |
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUt |
|
132 |
YmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgaWQ9IkxheWVyXzEi |
|
133 |
Pg0KICA8ZyBpZD0iUHJvcGVydGllcyI+DQogICAgPHBhdGggZD0iTTMwLDE4di00bC00LjQtMC43Yy0w |
|
134 |
LjItMC44LTAuNS0xLjUtMC45LTIuMWwyLjYtMy42bC0yLjgtMi44bC0zLjYsMi42Yy0wLjctMC40LTEu |
|
135 |
NC0wLjctMi4xLTAuOUwxOCwyaC00ICAgbC0wLjcsNC40Yy0wLjgsMC4yLTEuNSwwLjUtMi4xLDAuOUw3 |
|
136 |
LjUsNC43TDQuNyw3LjVsMi42LDMuNmMtMC40LDAuNy0wLjcsMS40LTAuOSwyLjFMMiwxNHY0bDQuNCww |
|
137 |
LjdjMC4yLDAuOCwwLjUsMS41LDAuOSwyLjEgICBsLTIuNiwzLjZsMi44LDIuOGwzLjYtMi42YzAuNyww |
|
138 |
LjQsMS40LDAuNywyLjEsMC45TDE0LDMwaDRsMC43LTQuNGMwLjgtMC4yLDEuNS0wLjUsMi4xLTAuOWwz |
|
139 |
LjYsMi42bDIuOC0yLjhsLTIuNi0zLjYgICBjMC40LTAuNywwLjctMS40LDAuOS0yLjFMMzAsMTh6IE0x |
|
140 |
NiwyMGMtMi4yLDAtNC0xLjgtNC00YzAtMi4yLDEuOC00LDQtNHM0LDEuOCw0LDRDMjAsMTguMiwxOC4y |
|
141 |
LDIwLDE2LDIweiIgZmlsbD0iIzExNzdENyIgY2xhc3M9IkJsdWUiIC8+DQogIDwvZz4NCjwvc3ZnPgs= |
|
142 |
</value> |
|
143 |
</data> |
|
124 | 144 |
<data name="btnRefresh.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v18.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
125 | 145 |
<value> |
126 | 146 |
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE4LjIsIFZlcnNpb249MTguMi43 |
... | ... | |
177 | 197 |
biIgLz4NCjwvc3ZnPgs= |
178 | 198 |
</value> |
179 | 199 |
</data> |
200 |
<data name="simpleButton1.ImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v18.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
|
201 |
<value> |
|
202 |
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE4LjIsIFZlcnNpb249MTguMi43 |
|
203 |
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl |
|
204 |
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAA0DAAAC77u/ |
|
205 |
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi |
|
206 |
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv |
|
207 |
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUt |
|
208 |
YmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgaWQ9IkxheWVyXzEi |
|
209 |
Pg0KICA8ZyBpZD0iUHJvcGVydGllcyI+DQogICAgPHBhdGggZD0iTTMwLDE4di00bC00LjQtMC43Yy0w |
|
210 |
LjItMC44LTAuNS0xLjUtMC45LTIuMWwyLjYtMy42bC0yLjgtMi44bC0zLjYsMi42Yy0wLjctMC40LTEu |
|
211 |
NC0wLjctMi4xLTAuOUwxOCwyaC00ICAgbC0wLjcsNC40Yy0wLjgsMC4yLTEuNSwwLjUtMi4xLDAuOUw3 |
|
212 |
LjUsNC43TDQuNyw3LjVsMi42LDMuNmMtMC40LDAuNy0wLjcsMS40LTAuOSwyLjFMMiwxNHY0bDQuNCww |
|
213 |
LjdjMC4yLDAuOCwwLjUsMS41LDAuOSwyLjEgICBsLTIuNiwzLjZsMi44LDIuOGwzLjYtMi42YzAuNyww |
|
214 |
LjQsMS40LDAuNywyLjEsMC45TDE0LDMwaDRsMC43LTQuNGMwLjgtMC4yLDEuNS0wLjUsMi4xLTAuOWwz |
|
215 |
LjYsMi42bDIuOC0yLjhsLTIuNi0zLjYgICBjMC40LTAuNywwLjctMS40LDAuOS0yLjFMMzAsMTh6IE0x |
|
216 |
NiwyMGMtMi4yLDAtNC0xLjgtNC00YzAtMi4yLDEuOC00LDQtNHM0LDEuOCw0LDRDMjAsMTguMiwxOC4y |
|
217 |
LDIwLDE2LDIweiIgZmlsbD0iIzExNzdENyIgY2xhc3M9IkJsdWUiIC8+DQogIDwvZz4NCjwvc3ZnPgs= |
|
218 |
</value> |
|
219 |
</data> |
|
180 | 220 |
<data name="layoutControlGroup1.CaptionImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v18.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
181 | 221 |
<value> |
182 | 222 |
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE4LjIsIFZlcnNpb249MTguMi43 |
... | ... | |
194 | 234 |
MiwyMy45LDd6IiBmaWxsPSIjMTE3N0Q3IiBjbGFzcz0iQmx1ZSIgLz4NCiAgPC9nPg0KPC9zdmc+Cw== |
195 | 235 |
</value> |
196 | 236 |
</data> |
237 |
<data name="layoutControlGroup3.CaptionImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v18.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
|
238 |
<value> |
|
239 |
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE4LjIsIFZlcnNpb249MTguMi43 |
|
240 |
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl |
|
241 |
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAJoCAAAC77u/ |
|
242 |
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi |
|
243 |
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv |
|
244 |
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUt |
|
245 |
YmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgaWQ9IkxheWVyXzEi |
|
246 |
Pg0KICA8ZyBpZD0iR3JvdXBGaWVsZENvbGxlY3Rpb25fMV8iPg0KICAgIDxwYXRoIGQ9Ik0xNywxNEgx |
|
247 |
Yy0wLjYsMC0xLTAuNC0xLTFWNWMwLTAuNiwwLjQtMSwxLTFoMTZjMC41LDAsMSwwLjQsMSwxdjhDMTgs |
|
248 |
MTMuNiwxNy41LDE0LDE3LDE0eiBNMzIsMjV2LTggICBjMC0wLjUtMC41LTEtMS0xSDE1Yy0wLjYsMC0x |
|
249 |
LDAuNS0xLDF2OGMwLDAuNSwwLjQsMSwxLDFoMTZDMzEuNSwyNiwzMiwyNS41LDMyLDI1eiIgZmlsbD0i |
|
250 |
IzExNzdENyIgY2xhc3M9IkJsdWUiIC8+DQogICAgPHBhdGggZD0iTTgsMjB2NGg0djJIN2MtMC42LDAt |
|
251 |
MS0wLjQtMS0xdi01SDJsNS01bDUsNUg4eiBNMjYsMTBWNWMwLTAuNi0wLjQtMS0xLTFoLTV2Mmg0djRo |
|
252 |
LTRsNSw1bDUtNUgyNnoiIGZpbGw9IiMwMzlDMjMiIGNsYXNzPSJHcmVlbiIgLz4NCiAgPC9nPg0KPC9z |
|
253 |
dmc+Cw== |
|
254 |
</value> |
|
255 |
</data> |
|
256 |
<data name="layoutControlGroupID2Project.CaptionImageOptions.SvgImage" type="DevExpress.Utils.Svg.SvgImage, DevExpress.Data.v18.2" mimetype="application/x-microsoft.net.object.bytearray.base64"> |
|
257 |
<value> |
|
258 |
AAEAAAD/////AQAAAAAAAAAMAgAAAFlEZXZFeHByZXNzLkRhdGEudjE4LjIsIFZlcnNpb249MTguMi43 |
|
259 |
LjAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49Yjg4ZDE3NTRkNzAwZTQ5YQUBAAAAHURl |
|
260 |
dkV4cHJlc3MuVXRpbHMuU3ZnLlN2Z0ltYWdlAQAAAAREYXRhBwICAAAACQMAAAAPAwAAAGEDAAAC77u/ |
|
261 |
PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz4NCjxzdmcgeD0iMHB4IiB5PSIwcHgi |
|
262 |
IHZpZXdCb3g9IjAgMCAzMiAzMiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcv |
|
263 |
MjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBlbmFibGUt |
|
264 |
YmFja2dyb3VuZD0ibmV3IDAgMCAzMiAzMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgaWQ9IkxheWVyXzEi |
|
265 |
Pg0KICA8ZyAvPg0KICA8ZyBpZD0iQm91bmRJbWFnZSI+DQogICAgPHBhdGggZD0iTTE4LDIySDRWNGgy |
|
266 |
MnY4YzAuNywwLDEuMywwLDIsMC4xVjNjMC0wLjUtMC41LTEtMS0xSDNDMi41LDIsMiwyLjUsMiwzdjIw |
|
267 |
YzAsMC41LDAuNSwxLDEsMWgxNVYyMnoiIGZpbGw9IiM3MjcyNzIiIGNsYXNzPSJCbGFjayIgLz4NCiAg |
|
268 |
ICA8cGF0aCBkPSJNMTksNmMxLjcsMCwzLDEuMywzLDNzLTEuMywzLTMsM3MtMy0xLjMtMy0zUzE3LjMs |
|
269 |
NiwxOSw2eiBNMjYsMjhjLTMuMywwLTYtMC45LTYtMnYyYzAsMS4xLDIuNywyLDYsMiAgIHM2LTAuOSw2 |
|
270 |
LTJ2LTJDMzIsMjcuMSwyOS4zLDI4LDI2LDI4eiBNMjYsMjRjLTMuMywwLTYtMC45LTYtMnYyYzAsMS4x |
|
271 |
LDIuNywyLDYsMnM2LTAuOSw2LTJ2LTJDMzIsMjMuMSwyOS4zLDI0LDI2LDI0eiBNMjYsMTQgICBjLTMu |
|
272 |
MywwLTYsMC45LTYsMnY0YzAsMS4xLDIuNywyLDYsMnM2LTAuOSw2LTJ2LTRDMzIsMTQuOSwyOS4zLDE0 |
|
273 |
LDI2LDE0eiIgZmlsbD0iI0ZGQjExNSIgY2xhc3M9IlllbGxvdyIgLz4NCiAgICA8cG9seWdvbiBwb2lu |
|
274 |
dHM9IjE4LDE4IDEwLDEwIDYsMTQgNiwyMCAxOCwyMCAgIiBmaWxsPSIjMDM5QzIzIiBjbGFzcz0iR3Jl |
|
275 |
ZW4iIC8+DQogIDwvZz4NCjwvc3ZnPgs= |
|
276 |
</value> |
|
277 |
</data> |
|
197 | 278 |
</root> |
내보내기 Unified diff