개정판 a78ed7c7
issue #0000
도면 난이도 자동 할당 버튼UI 추가
Change-Id: I0a9cb4e7d12fa17b992d201df8ac610802e4f3e3
ID2.Manager/ID2.Manager/Main.Designer.cs | ||
---|---|---|
198 | 198 |
this.DockValidation = new Telerik.WinControls.UI.Docking.DocumentWindow(); |
199 | 199 |
this.LayoutValidation = new System.Windows.Forms.TableLayoutPanel(); |
200 | 200 |
this.DockTabStripComment = new Telerik.WinControls.UI.Docking.ToolTabStrip(); |
201 |
this.radButtonElementLevel = new Telerik.WinControls.UI.RadButtonElement(); |
|
201 | 202 |
((System.ComponentModel.ISupportInitialize)(this.ID2ManagerRadRibbonBar)).BeginInit(); |
202 | 203 |
((System.ComponentModel.ISupportInitialize)(this.radRibbonBarBackstageViewID2Manager)).BeginInit(); |
203 | 204 |
this.radRibbonBarBackstageViewID2Manager.SuspendLayout(); |
... | ... | |
348 | 349 |
// |
349 | 350 |
// ribbonTabHome |
350 | 351 |
// |
351 |
this.ribbonTabHome.IsSelected = true;
|
|
352 |
this.ribbonTabHome.IsSelected = false;
|
|
352 | 353 |
this.ribbonTabHome.Items.AddRange(new Telerik.WinControls.RadItem[] { |
353 | 354 |
this.radRibbonBarGroupDWG, |
354 | 355 |
this.radRibbonBarGroup1, |
... | ... | |
425 | 426 |
// |
426 | 427 |
// ribbonTabProjMgt |
427 | 428 |
// |
428 |
this.ribbonTabProjMgt.IsSelected = false;
|
|
429 |
this.ribbonTabProjMgt.IsSelected = true;
|
|
429 | 430 |
this.ribbonTabProjMgt.Items.AddRange(new Telerik.WinControls.RadItem[] { |
430 | 431 |
this.radRibbonBarGroupExcel, |
431 | 432 |
this.radRibbonBarGroup2, |
... | ... | |
461 | 462 |
// radRibbonBarGroup2 |
462 | 463 |
// |
463 | 464 |
this.radRibbonBarGroup2.Items.AddRange(new Telerik.WinControls.RadItem[] { |
464 |
this.radButtonElementDelete}); |
|
465 |
this.radButtonElementDelete, |
|
466 |
this.radButtonElementLevel}); |
|
465 | 467 |
this.radRibbonBarGroup2.Name = "radRibbonBarGroup2"; |
466 |
this.radRibbonBarGroup2.Text = "Delete";
|
|
468 |
this.radRibbonBarGroup2.Text = "DWG";
|
|
467 | 469 |
// |
468 | 470 |
// radButtonElementDelete |
469 | 471 |
// |
... | ... | |
1224 | 1226 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); |
1225 | 1227 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 85F)); |
1226 | 1228 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 25F)); |
1227 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 72F));
|
|
1229 |
this.tableLayoutPanelCondition.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 76F));
|
|
1228 | 1230 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListFrReviewStatus, 4, 2); |
1229 | 1231 |
this.tableLayoutPanelCondition.Controls.Add(this.radDropDownListToIsDiscussion, 2, 2); |
1230 | 1232 |
this.tableLayoutPanelCondition.Controls.Add(this.radLabelFrReviewStatus, 3, 2); |
... | ... | |
1279 | 1281 |
this.radDropDownListFrReviewStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1280 | 1282 |
this.radDropDownListFrReviewStatus.DropDownAnimationEnabled = true; |
1281 | 1283 |
this.radDropDownListFrReviewStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
1282 |
this.radDropDownListFrReviewStatus.Location = new System.Drawing.Point(362, 65);
|
|
1284 |
this.radDropDownListFrReviewStatus.Location = new System.Drawing.Point(361, 65);
|
|
1283 | 1285 |
this.radDropDownListFrReviewStatus.Name = "radDropDownListFrReviewStatus"; |
1284 |
this.radDropDownListFrReviewStatus.Size = new System.Drawing.Size(123, 20);
|
|
1286 |
this.radDropDownListFrReviewStatus.Size = new System.Drawing.Size(122, 20);
|
|
1285 | 1287 |
this.radDropDownListFrReviewStatus.TabIndex = 18; |
1286 | 1288 |
// |
1287 | 1289 |
// radDropDownListToIsDiscussion |
... | ... | |
1291 | 1293 |
this.radDropDownListToIsDiscussion.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
1292 | 1294 |
this.radDropDownListToIsDiscussion.Location = new System.Drawing.Point(146, 65); |
1293 | 1295 |
this.radDropDownListToIsDiscussion.Name = "radDropDownListToIsDiscussion"; |
1294 |
this.radDropDownListToIsDiscussion.Size = new System.Drawing.Size(123, 20);
|
|
1296 |
this.radDropDownListToIsDiscussion.Size = new System.Drawing.Size(122, 20);
|
|
1295 | 1297 |
this.radDropDownListToIsDiscussion.TabIndex = 17; |
1296 | 1298 |
// |
1297 | 1299 |
// radLabelFrReviewStatus |
1298 | 1300 |
// |
1299 | 1301 |
this.radLabelFrReviewStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1300 | 1302 |
this.radLabelFrReviewStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
1301 |
this.radLabelFrReviewStatus.Location = new System.Drawing.Point(276, 67);
|
|
1303 |
this.radLabelFrReviewStatus.Location = new System.Drawing.Point(275, 67);
|
|
1302 | 1304 |
this.radLabelFrReviewStatus.Name = "radLabelFrReviewStatus"; |
1303 | 1305 |
this.radLabelFrReviewStatus.Size = new System.Drawing.Size(59, 17); |
1304 | 1306 |
this.radLabelFrReviewStatus.TabIndex = 7; |
... | ... | |
1328 | 1330 |
// |
1329 | 1331 |
this.radLabelAVEVAStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1330 | 1332 |
this.radLabelAVEVAStatus.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
1331 |
this.radLabelAVEVAStatus.Location = new System.Drawing.Point(492, 97);
|
|
1333 |
this.radLabelAVEVAStatus.Location = new System.Drawing.Point(490, 97);
|
|
1332 | 1334 |
this.radLabelAVEVAStatus.Name = "radLabelAVEVAStatus"; |
1333 | 1335 |
this.radLabelAVEVAStatus.Size = new System.Drawing.Size(86, 17); |
1334 | 1336 |
this.radLabelAVEVAStatus.TabIndex = 8; |
... | ... | |
1338 | 1340 |
// |
1339 | 1341 |
this.radLabelJobLevel.Anchor = System.Windows.Forms.AnchorStyles.Left; |
1340 | 1342 |
this.radLabelJobLevel.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
1341 |
this.radLabelJobLevel.Location = new System.Drawing.Point(492, 37);
|
|
1343 |
this.radLabelJobLevel.Location = new System.Drawing.Point(490, 37);
|
|
1342 | 1344 |
this.radLabelJobLevel.Name = "radLabelJobLevel"; |
1343 | 1345 |
this.radLabelJobLevel.Size = new System.Drawing.Size(47, 17); |
1344 | 1346 |
this.radLabelJobLevel.TabIndex = 7; |
... | ... | |
1389 | 1391 |
this.radButtonSearch.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom))); |
1390 | 1392 |
this.radButtonSearch.Cursor = System.Windows.Forms.Cursors.Default; |
1391 | 1393 |
this.radButtonSearch.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
1392 |
this.radButtonSearch.Location = new System.Drawing.Point(931, 34);
|
|
1394 |
this.radButtonSearch.Location = new System.Drawing.Point(929, 34);
|
|
1393 | 1395 |
this.radButtonSearch.Name = "radButtonSearch"; |
1394 | 1396 |
this.tableLayoutPanelCondition.SetRowSpan(this.radButtonSearch, 5); |
1395 | 1397 |
this.radButtonSearch.Size = new System.Drawing.Size(54, 144); |
... | ... | |
1403 | 1405 |
this.radDropDownListProject.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
1404 | 1406 |
this.radDropDownListProject.Location = new System.Drawing.Point(146, 35); |
1405 | 1407 |
this.radDropDownListProject.Name = "radDropDownListProject"; |
1406 |
this.radDropDownListProject.Size = new System.Drawing.Size(123, 20);
|
|
1408 |
this.radDropDownListProject.Size = new System.Drawing.Size(122, 20);
|
|
1407 | 1409 |
this.radDropDownListProject.TabIndex = 7; |
1408 | 1410 |
// |
1409 | 1411 |
// radLabelDocumentNo |
1410 | 1412 |
// |
1411 | 1413 |
this.radLabelDocumentNo.Anchor = System.Windows.Forms.AnchorStyles.Left; |
1412 | 1414 |
this.radLabelDocumentNo.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
1413 |
this.radLabelDocumentNo.Location = new System.Drawing.Point(708, 37);
|
|
1415 |
this.radLabelDocumentNo.Location = new System.Drawing.Point(705, 37);
|
|
1414 | 1416 |
this.radLabelDocumentNo.Name = "radLabelDocumentNo"; |
1415 | 1417 |
this.radLabelDocumentNo.Size = new System.Drawing.Size(52, 17); |
1416 | 1418 |
this.radLabelDocumentNo.TabIndex = 6; |
... | ... | |
1419 | 1421 |
// radTextBoxDocumentNo |
1420 | 1422 |
// |
1421 | 1423 |
this.radTextBoxDocumentNo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1422 |
this.radTextBoxDocumentNo.Location = new System.Drawing.Point(794, 35);
|
|
1424 |
this.radTextBoxDocumentNo.Location = new System.Drawing.Point(791, 35);
|
|
1423 | 1425 |
this.radTextBoxDocumentNo.Name = "radTextBoxDocumentNo"; |
1424 |
this.radTextBoxDocumentNo.Size = new System.Drawing.Size(123, 20);
|
|
1426 |
this.radTextBoxDocumentNo.Size = new System.Drawing.Size(122, 20);
|
|
1425 | 1427 |
this.radTextBoxDocumentNo.TabIndex = 8; |
1426 | 1428 |
// |
1427 | 1429 |
// radLabelPersonInCharge |
1428 | 1430 |
// |
1429 | 1431 |
this.radLabelPersonInCharge.Anchor = System.Windows.Forms.AnchorStyles.Left; |
1430 | 1432 |
this.radLabelPersonInCharge.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
1431 |
this.radLabelPersonInCharge.Location = new System.Drawing.Point(276, 37);
|
|
1433 |
this.radLabelPersonInCharge.Location = new System.Drawing.Point(275, 37);
|
|
1432 | 1434 |
this.radLabelPersonInCharge.Name = "radLabelPersonInCharge"; |
1433 | 1435 |
this.radLabelPersonInCharge.Size = new System.Drawing.Size(47, 17); |
1434 | 1436 |
this.radLabelPersonInCharge.TabIndex = 6; |
... | ... | |
1439 | 1441 |
this.radDropDownListPersonInCharge.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1440 | 1442 |
this.radDropDownListPersonInCharge.DropDownAnimationEnabled = true; |
1441 | 1443 |
this.radDropDownListPersonInCharge.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
1442 |
this.radDropDownListPersonInCharge.Location = new System.Drawing.Point(362, 35);
|
|
1444 |
this.radDropDownListPersonInCharge.Location = new System.Drawing.Point(361, 35);
|
|
1443 | 1445 |
this.radDropDownListPersonInCharge.Name = "radDropDownListPersonInCharge"; |
1444 |
this.radDropDownListPersonInCharge.Size = new System.Drawing.Size(123, 20);
|
|
1446 |
this.radDropDownListPersonInCharge.Size = new System.Drawing.Size(122, 20);
|
|
1445 | 1447 |
this.radDropDownListPersonInCharge.TabIndex = 9; |
1446 | 1448 |
// |
1447 | 1449 |
// radLabel1 |
... | ... | |
1459 | 1461 |
this.radDropDownListJobLevel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1460 | 1462 |
this.radDropDownListJobLevel.DropDownAnimationEnabled = true; |
1461 | 1463 |
this.radDropDownListJobLevel.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
1462 |
this.radDropDownListJobLevel.Location = new System.Drawing.Point(578, 35);
|
|
1464 |
this.radDropDownListJobLevel.Location = new System.Drawing.Point(576, 35);
|
|
1463 | 1465 |
this.radDropDownListJobLevel.Name = "radDropDownListJobLevel"; |
1464 |
this.radDropDownListJobLevel.Size = new System.Drawing.Size(123, 20);
|
|
1466 |
this.radDropDownListJobLevel.Size = new System.Drawing.Size(122, 20);
|
|
1465 | 1467 |
this.radDropDownListJobLevel.TabIndex = 11; |
1466 | 1468 |
// |
1467 | 1469 |
// radLabelID2Status |
... | ... | |
1478 | 1480 |
// |
1479 | 1481 |
this.radLabel10.Anchor = System.Windows.Forms.AnchorStyles.Left; |
1480 | 1482 |
this.radLabel10.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
1481 |
this.radLabel10.Location = new System.Drawing.Point(276, 127);
|
|
1483 |
this.radLabel10.Location = new System.Drawing.Point(275, 127);
|
|
1482 | 1484 |
this.radLabel10.Name = "radLabel10"; |
1483 | 1485 |
this.radLabel10.Size = new System.Drawing.Size(61, 17); |
1484 | 1486 |
this.radLabel10.TabIndex = 9; |
... | ... | |
1491 | 1493 |
this.radDropDownListID2Status.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
1492 | 1494 |
this.radDropDownListID2Status.Location = new System.Drawing.Point(146, 95); |
1493 | 1495 |
this.radDropDownListID2Status.Name = "radDropDownListID2Status"; |
1494 |
this.radDropDownListID2Status.Size = new System.Drawing.Size(123, 20);
|
|
1496 |
this.radDropDownListID2Status.Size = new System.Drawing.Size(122, 20);
|
|
1495 | 1497 |
this.radDropDownListID2Status.TabIndex = 13; |
1496 | 1498 |
// |
1497 | 1499 |
// radDropDownListAVEVAStatus |
... | ... | |
1499 | 1501 |
this.radDropDownListAVEVAStatus.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1500 | 1502 |
this.radDropDownListAVEVAStatus.DropDownAnimationEnabled = true; |
1501 | 1503 |
this.radDropDownListAVEVAStatus.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
1502 |
this.radDropDownListAVEVAStatus.Location = new System.Drawing.Point(578, 95);
|
|
1504 |
this.radDropDownListAVEVAStatus.Location = new System.Drawing.Point(576, 95);
|
|
1503 | 1505 |
this.radDropDownListAVEVAStatus.Name = "radDropDownListAVEVAStatus"; |
1504 |
this.radDropDownListAVEVAStatus.Size = new System.Drawing.Size(123, 20);
|
|
1506 |
this.radDropDownListAVEVAStatus.Size = new System.Drawing.Size(122, 20);
|
|
1505 | 1507 |
this.radDropDownListAVEVAStatus.TabIndex = 14; |
1506 | 1508 |
// |
1507 | 1509 |
// radDropDownListProdIsResult |
... | ... | |
1511 | 1513 |
this.radDropDownListProdIsResult.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
1512 | 1514 |
this.radDropDownListProdIsResult.Location = new System.Drawing.Point(146, 125); |
1513 | 1515 |
this.radDropDownListProdIsResult.Name = "radDropDownListProdIsResult"; |
1514 |
this.radDropDownListProdIsResult.Size = new System.Drawing.Size(123, 20);
|
|
1516 |
this.radDropDownListProdIsResult.Size = new System.Drawing.Size(122, 20);
|
|
1515 | 1517 |
this.radDropDownListProdIsResult.TabIndex = 15; |
1516 | 1518 |
// |
1517 | 1519 |
// radDropDownListClientIsResult |
... | ... | |
1519 | 1521 |
this.radDropDownListClientIsResult.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1520 | 1522 |
this.radDropDownListClientIsResult.DropDownAnimationEnabled = true; |
1521 | 1523 |
this.radDropDownListClientIsResult.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
1522 |
this.radDropDownListClientIsResult.Location = new System.Drawing.Point(362, 125);
|
|
1524 |
this.radDropDownListClientIsResult.Location = new System.Drawing.Point(361, 125);
|
|
1523 | 1525 |
this.radDropDownListClientIsResult.Name = "radDropDownListClientIsResult"; |
1524 |
this.radDropDownListClientIsResult.Size = new System.Drawing.Size(123, 20);
|
|
1526 |
this.radDropDownListClientIsResult.Size = new System.Drawing.Size(122, 20);
|
|
1525 | 1527 |
this.radDropDownListClientIsResult.TabIndex = 16; |
1526 | 1528 |
// |
1527 | 1529 |
// radLabel6 |
... | ... | |
1538 | 1540 |
// |
1539 | 1541 |
this.radLabel7.Anchor = System.Windows.Forms.AnchorStyles.Left; |
1540 | 1542 |
this.radLabel7.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
1541 |
this.radLabel7.Location = new System.Drawing.Point(276, 157);
|
|
1543 |
this.radLabel7.Location = new System.Drawing.Point(275, 157);
|
|
1542 | 1544 |
this.radLabel7.Name = "radLabel7"; |
1543 | 1545 |
this.radLabel7.Size = new System.Drawing.Size(72, 17); |
1544 | 1546 |
this.radLabel7.TabIndex = 12; |
... | ... | |
1561 | 1563 |
this.radDropDownListGateway.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
1562 | 1564 |
this.radDropDownListGateway.Location = new System.Drawing.Point(146, 156); |
1563 | 1565 |
this.radDropDownListGateway.Name = "radDropDownListGateway"; |
1564 |
this.radDropDownListGateway.Size = new System.Drawing.Size(123, 20);
|
|
1566 |
this.radDropDownListGateway.Size = new System.Drawing.Size(122, 20);
|
|
1565 | 1567 |
this.radDropDownListGateway.TabIndex = 19; |
1566 | 1568 |
// |
1567 | 1569 |
// radDropDownListRegistration |
... | ... | |
1569 | 1571 |
this.radDropDownListRegistration.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1570 | 1572 |
this.radDropDownListRegistration.DropDownAnimationEnabled = true; |
1571 | 1573 |
this.radDropDownListRegistration.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
1572 |
this.radDropDownListRegistration.Location = new System.Drawing.Point(362, 156);
|
|
1574 |
this.radDropDownListRegistration.Location = new System.Drawing.Point(361, 156);
|
|
1573 | 1575 |
this.radDropDownListRegistration.Name = "radDropDownListRegistration"; |
1574 |
this.radDropDownListRegistration.Size = new System.Drawing.Size(123, 20);
|
|
1576 |
this.radDropDownListRegistration.Size = new System.Drawing.Size(122, 20);
|
|
1575 | 1577 |
this.radDropDownListRegistration.TabIndex = 20; |
1576 | 1578 |
// |
1577 | 1579 |
// radLabel8 |
... | ... | |
1663 | 1665 |
// |
1664 | 1666 |
this.radLabelID2Issues.Anchor = System.Windows.Forms.AnchorStyles.Left; |
1665 | 1667 |
this.radLabelID2Issues.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
1666 |
this.radLabelID2Issues.Location = new System.Drawing.Point(276, 97);
|
|
1668 |
this.radLabelID2Issues.Location = new System.Drawing.Point(275, 97);
|
|
1667 | 1669 |
this.radLabelID2Issues.Name = "radLabelID2Issues"; |
1668 | 1670 |
this.radLabelID2Issues.Size = new System.Drawing.Size(59, 17); |
1669 | 1671 |
this.radLabelID2Issues.TabIndex = 23; |
... | ... | |
1673 | 1675 |
// |
1674 | 1676 |
this.radLabelAVEVAIssues.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1675 | 1677 |
this.radLabelAVEVAIssues.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0))); |
1676 |
this.radLabelAVEVAIssues.Location = new System.Drawing.Point(708, 97);
|
|
1678 |
this.radLabelAVEVAIssues.Location = new System.Drawing.Point(705, 97);
|
|
1677 | 1679 |
this.radLabelAVEVAIssues.Name = "radLabelAVEVAIssues"; |
1678 | 1680 |
this.radLabelAVEVAIssues.Size = new System.Drawing.Size(81, 17); |
1679 | 1681 |
this.radLabelAVEVAIssues.TabIndex = 24; |
... | ... | |
1684 | 1686 |
this.radDropDownListID2Issues.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1685 | 1687 |
this.radDropDownListID2Issues.DropDownAnimationEnabled = true; |
1686 | 1688 |
this.radDropDownListID2Issues.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
1687 |
this.radDropDownListID2Issues.Location = new System.Drawing.Point(362, 95);
|
|
1689 |
this.radDropDownListID2Issues.Location = new System.Drawing.Point(361, 95);
|
|
1688 | 1690 |
this.radDropDownListID2Issues.Name = "radDropDownListID2Issues"; |
1689 |
this.radDropDownListID2Issues.Size = new System.Drawing.Size(123, 20);
|
|
1691 |
this.radDropDownListID2Issues.Size = new System.Drawing.Size(122, 20);
|
|
1690 | 1692 |
this.radDropDownListID2Issues.TabIndex = 25; |
1691 | 1693 |
// |
1692 | 1694 |
// radDropDownListAVEVAIssues |
... | ... | |
1694 | 1696 |
this.radDropDownListAVEVAIssues.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right))); |
1695 | 1697 |
this.radDropDownListAVEVAIssues.DropDownAnimationEnabled = true; |
1696 | 1698 |
this.radDropDownListAVEVAIssues.DropDownStyle = Telerik.WinControls.RadDropDownStyle.DropDownList; |
1697 |
this.radDropDownListAVEVAIssues.Location = new System.Drawing.Point(794, 95);
|
|
1699 |
this.radDropDownListAVEVAIssues.Location = new System.Drawing.Point(791, 95);
|
|
1698 | 1700 |
this.radDropDownListAVEVAIssues.Name = "radDropDownListAVEVAIssues"; |
1699 |
this.radDropDownListAVEVAIssues.Size = new System.Drawing.Size(123, 20);
|
|
1701 |
this.radDropDownListAVEVAIssues.Size = new System.Drawing.Size(122, 20);
|
|
1700 | 1702 |
this.radDropDownListAVEVAIssues.TabIndex = 26; |
1701 | 1703 |
// |
1702 | 1704 |
// radPageViewViewer |
... | ... | |
1912 | 1914 |
this.DockTabStripComment.TabIndex = 4; |
1913 | 1915 |
this.DockTabStripComment.TabStop = false; |
1914 | 1916 |
// |
1917 |
// radButtonElementLevel |
|
1918 |
// |
|
1919 |
this.radButtonElementLevel.Name = "radButtonElementLevel"; |
|
1920 |
this.radButtonElementLevel.Text = "<html> DWG <p> Level </html>"; |
|
1921 |
// |
|
1915 | 1922 |
// Main |
1916 | 1923 |
// |
1917 | 1924 |
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 12F); |
... | ... | |
2133 | 2140 |
private Telerik.WinControls.UI.CommandBarSeparator commandBarSeparator4; |
2134 | 2141 |
private Telerik.WinControls.UI.RadMenuItem radMenuItemControlDefault; |
2135 | 2142 |
private Telerik.WinControls.UI.RadCollapsiblePanel radCollapsiblePanelCondition; |
2143 |
private Telerik.WinControls.UI.RadButtonElement radButtonElementLevel; |
|
2136 | 2144 |
} |
2137 | 2145 |
} |
ID2.Manager/ID2.Manager/Main.cs | ||
---|---|---|
91 | 91 |
this.radButtonElementExcelImport.Click += RadButtonElementExcelImport_Click; |
92 | 92 |
this.radButtonElementExcelExport.Click += RadButtonElementExcelExport_Click; |
93 | 93 |
this.radButtonElementDelete.Click += RadButtonElementDelete_Click; |
94 |
this.radButtonElementLevel.Click += RadButtonElementLevel_Click; |
|
94 | 95 |
this.radButtonElementConvert.Click += RadButtonElementConvert_Click; |
95 | 96 |
|
96 | 97 |
this.radButtonDateClear.Click += RadButtonDateClear_Click; |
... | ... | |
2342 | 2343 |
} |
2343 | 2344 |
} |
2344 | 2345 |
|
2346 |
private void RadButtonElementLevel_Click(object sender, EventArgs e) |
|
2347 |
{ |
|
2348 |
RadMessageBox.Show("도면 Level 자동 조정.", Globals.Name, MessageBoxButtons.OK, RadMessageIcon.Info); |
|
2349 |
} |
|
2350 |
|
|
2345 | 2351 |
private void RadButtonElementConvert_Click(object sender, EventArgs e) |
2346 | 2352 |
{ |
2347 | 2353 |
if (radGridViewDocuments.SelectedRows?.Count() > 0) |
내보내기 Unified diff