개정판 9bb7a028
issue #000: secondary 이미지 null
Change-Id: I938c8632cf73f9c31324a7323c339024a1f00388
DTI_PID/ID2PSN/Form/EquipmentNoPocketSetting.cs | ||
---|---|---|
207 | 207 |
if (bLine) |
208 | 208 |
{ |
209 | 209 |
bLine = false; |
210 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, resizedImage);
|
|
211 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, resizedImage);
|
|
210 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, null);
|
|
211 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, null);
|
|
212 | 212 |
} |
213 | 213 |
} |
214 | 214 |
} |
DTI_PID/ID2PSN/Form/EquipmentSetting.cs | ||
---|---|---|
369 | 369 |
if(bLine) |
370 | 370 |
{ |
371 | 371 |
bLine = false; |
372 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, resizedImage);
|
|
373 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, resizedImage);
|
|
372 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, null);
|
|
373 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, null);
|
|
374 | 374 |
} |
375 | 375 |
} |
376 | 376 |
} |
DTI_PID/ID2PSN/Form/MainForm.Designer.cs | ||
---|---|---|
423 | 423 |
// |
424 | 424 |
// MultiwaySetting |
425 | 425 |
// |
426 |
this.MultiwaySetting.Enabled = false; |
|
427 | 426 |
this.MultiwaySetting.Location = new System.Drawing.Point(24, 251); |
428 | 427 |
this.MultiwaySetting.Name = "MultiwaySetting"; |
429 | 428 |
this.MultiwaySetting.Size = new System.Drawing.Size(233, 22); |
DTI_PID/ID2PSN/Form/MultiwaySetting.cs | ||
---|---|---|
221 | 221 |
if (bLine) |
222 | 222 |
{ |
223 | 223 |
bLine = false; |
224 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, resizedImage);
|
|
225 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, resizedImage);
|
|
224 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, null);
|
|
225 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, null);
|
|
226 | 226 |
} |
227 | 227 |
} |
228 | 228 |
} |
DTI_PID/ID2PSN/Form/TransformKeywordsSettingForm.cs | ||
---|---|---|
215 | 215 |
if (bLine) |
216 | 216 |
{ |
217 | 217 |
bLine = false; |
218 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, resizedImage);
|
|
219 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, resizedImage);
|
|
218 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, null);
|
|
219 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, null);
|
|
220 | 220 |
} |
221 | 221 |
} |
222 | 222 |
} |
DTI_PID/ID2PSN/Form/ValveGroupingSetting.cs | ||
---|---|---|
273 | 273 |
if (bLine) |
274 | 274 |
{ |
275 | 275 |
bLine = false; |
276 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, resizedImage);
|
|
277 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, resizedImage);
|
|
276 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, null);
|
|
277 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, null);
|
|
278 | 278 |
} |
279 | 279 |
} |
280 | 280 |
} |
DTI_PID/ID2PSN/Form/VentDrainSettingForm.cs | ||
---|---|---|
258 | 258 |
if (bLine) |
259 | 259 |
{ |
260 | 260 |
bLine = false; |
261 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, resizedImage);
|
|
262 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, resizedImage);
|
|
261 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 20000, parentId, "Primary", 1, null);
|
|
262 |
dt.Rows.Add(filesPath.ToList().IndexOf(path) + 30000, parentId, "Secondary", 1, null);
|
|
263 | 263 |
} |
264 | 264 |
} |
265 | 265 |
} |
내보내기 Unified diff