1150 DataGridViewCellStyle dataGridViewCellStyle1 =
new DataGridViewCellStyle();
1151 DataGridViewCellStyle dataGridViewCellStyle2 =
new DataGridViewCellStyle();
1152 DataGridViewCellStyle dataGridViewCellStyle3 =
new DataGridViewCellStyle();
1154 _tabs =
new DreamineTabControl();
1163 _cb1 =
new DreamineCheckBox();
1164 _cb2 =
new DreamineCheckBox();
1165 _cb3 =
new DreamineCheckBox();
1168 _rb1 =
new DreamineRadioButton();
1169 _rb2 =
new DreamineRadioButton();
1170 _rb3 =
new DreamineRadioButton();
1174 _led =
new DreamineCheckLed();
1186 _ledD10 =
new DreamineCheckLed();
1187 _ledD16 =
new DreamineCheckLed();
1188 _ledD22 =
new DreamineCheckLed();
1189 _ledD30 =
new DreamineCheckLed();
1190 _ledD42 =
new DreamineCheckLed();
1194 _tbRow =
new FlowLayoutPanel();
1195 _tb =
new DreamineTextBox();
1200 _pbRow =
new FlowLayoutPanel();
1201 _pb =
new DreaminePasswordBox();
1206 _combo =
new DreamineComboBox();
1213 _grid =
new DreamineDataGrid();
1215 _list =
new DreamineListBox();
1229 _tabs.SuspendLayout();
1248 ((ISupportInitialize)
_grid).BeginInit();
1256 _title.AutoSize =
true;
1257 _title.Font =
new Font(
"Segoe UI", 18F, FontStyle.Bold);
1258 _title.ForeColor = Color.White;
1259 _title.Location =
new Point(0, 0);
1260 _title.Margin =
new Padding(0, 0, 0, 8);
1261 _title.Name =
"_title";
1262 _title.Size =
new Size(228, 32);
1263 _title.TabIndex = 0;
1264 _title.Text =
"Controls Showcase";
1275 _tabs.DrawMode = TabDrawMode.OwnerDrawFixed;
1276 _tabs.Font =
new Font(
"Segoe UI", 10F, FontStyle.Bold);
1277 _tabs.ItemSize =
new Size(120, 36);
1278 _tabs.Location =
new Point(0, 40);
1279 _tabs.Margin =
new Padding(0, 0, 0, 8);
1280 _tabs.Name =
"_tabs";
1281 _tabs.Padding =
new Point(12, 6);
1282 _tabs.SelectedIndex = 0;
1283 _tabs.Size =
new Size(887, 420);
1288 _tabButton.BackColor = Color.FromArgb(26, 26, 46);
1290 _tabButton.ForeColor = Color.White;
1291 _tabButton.Location =
new Point(4, 40);
1292 _tabButton.Name =
"_tabButton";
1293 _tabButton.Size =
new Size(879, 376);
1294 _tabButton.AutoScroll =
true;
1295 _tabButton.TabIndex = 0;
1296 _tabButton.Text =
"Button";
1300 _tabButtonFlow.BackColor = Color.FromArgb(26, 26, 46);
1304 _tabButtonFlow.Dock = DockStyle.Top;
1305 _tabButtonFlow.AutoSize =
true;
1306 _tabButtonFlow.FlowDirection = FlowDirection.TopDown;
1307 _tabButtonFlow.Location =
new Point(0, 0);
1308 _tabButtonFlow.Name =
"_tabButtonFlow";
1309 _tabButtonFlow.Padding =
new Padding(16);
1310 _tabButtonFlow.Size =
new Size(879, 376);
1311 _tabButtonFlow.TabIndex = 0;
1312 _tabButtonFlow.WrapContents =
false;
1316 _lblButtonCard.AutoSize =
true;
1317 _lblButtonCard.Font =
new Font(
"Segoe UI", 10F, FontStyle.Bold);
1318 _lblButtonCard.ForeColor = Color.FromArgb(30, 144, 255);
1319 _lblButtonCard.Location =
new Point(16, 24);
1320 _lblButtonCard.Margin =
new Padding(0, 8, 0, 4);
1321 _lblButtonCard.Name =
"_lblButtonCard";
1322 _lblButtonCard.Size =
new Size(118, 19);
1323 _lblButtonCard.TabIndex = 0;
1324 _lblButtonCard.Text =
"DreamineButton";
1328 _btnClickMe.BackColor = Color.FromArgb(13, 27, 62);
1329 _btnClickMe.BorderColor = Color.FromArgb(45, 74, 110);
1330 _btnClickMe.Command =
null;
1331 _btnClickMe.CommandParameter =
null;
1332 _btnClickMe.Content =
"Click Me";
1333 _btnClickMe.CornerRadius = 6;
1334 _btnClickMe.Font =
new Font(
"Segoe UI", 10F);
1335 _btnClickMe.ForeColor = Color.White;
1336 _btnClickMe.IsSelected =
false;
1337 _btnClickMe.Location =
new Point(19, 50);
1338 _btnClickMe.Name =
"_btnClickMe";
1339 _btnClickMe.ShineColor = Color.Empty;
1340 _btnClickMe.Size =
new Size(140, 40);
1341 _btnClickMe.TabIndex = 1;
1345 _lblClickCount.AutoSize =
true;
1346 _lblClickCount.Font =
new Font(
"Segoe UI", 11F);
1347 _lblClickCount.ForeColor = Color.White;
1348 _lblClickCount.Location =
new Point(19, 93);
1349 _lblClickCount.Name =
"_lblClickCount";
1350 _lblClickCount.Size =
new Size(61, 20);
1351 _lblClickCount.TabIndex = 2;
1352 _lblClickCount.Text =
"Clicks: 0";
1356 _tabCheckRadio.BackColor = Color.FromArgb(26, 26, 46);
1358 _tabCheckRadio.ForeColor = Color.White;
1359 _tabCheckRadio.Location =
new Point(4, 40);
1360 _tabCheckRadio.Name =
"_tabCheckRadio";
1361 _tabCheckRadio.Size =
new Size(672, 376);
1362 _tabCheckRadio.AutoScroll =
true;
1363 _tabCheckRadio.TabIndex = 1;
1364 _tabCheckRadio.Text =
"CheckBox / Radio";
1368 _tabCheckRadioFlow.BackColor = Color.FromArgb(26, 26, 46);
1375 _tabCheckRadioFlow.Dock = DockStyle.Top;
1376 _tabCheckRadioFlow.AutoSize =
true;
1377 _tabCheckRadioFlow.FlowDirection = FlowDirection.TopDown;
1378 _tabCheckRadioFlow.Location =
new Point(0, 0);
1379 _tabCheckRadioFlow.Name =
"_tabCheckRadioFlow";
1380 _tabCheckRadioFlow.Padding =
new Padding(16);
1381 _tabCheckRadioFlow.Size =
new Size(672, 376);
1382 _tabCheckRadioFlow.TabIndex = 0;
1383 _tabCheckRadioFlow.WrapContents =
false;
1387 _lblCbCard.AutoSize =
true;
1388 _lblCbCard.Font =
new Font(
"Segoe UI", 10F, FontStyle.Bold);
1389 _lblCbCard.ForeColor = Color.FromArgb(30, 144, 255);
1390 _lblCbCard.Location =
new Point(16, 24);
1391 _lblCbCard.Margin =
new Padding(0, 8, 0, 4);
1392 _lblCbCard.Name =
"_lblCbCard";
1393 _lblCbCard.Size =
new Size(140, 19);
1394 _lblCbCard.TabIndex = 0;
1395 _lblCbCard.Text =
"DreamineCheckBox";
1399 _cb1.BackColor = Color.Transparent;
1400 _cb1.Content =
"Option 1";
1401 _cb1.Font =
new Font(
"Segoe UI", 10F);
1402 _cb1.ForeColor = Color.White;
1403 _cb1.IsChecked =
false;
1404 _cb1.Location =
new Point(19, 50);
1406 _cb1.Size =
new Size(180, 28);
1411 _cb2.BackColor = Color.Transparent;
1412 _cb2.Content =
"Option 2";
1413 _cb2.Font =
new Font(
"Segoe UI", 10F);
1414 _cb2.ForeColor = Color.White;
1415 _cb2.IsChecked =
false;
1416 _cb2.Location =
new Point(19, 84);
1418 _cb2.Size =
new Size(180, 28);
1423 _cb3.BackColor = Color.Transparent;
1424 _cb3.Content =
"Option 3";
1425 _cb3.Font =
new Font(
"Segoe UI", 10F);
1426 _cb3.ForeColor = Color.White;
1427 _cb3.IsChecked =
false;
1428 _cb3.Location =
new Point(19, 118);
1430 _cb3.Size =
new Size(180, 28);
1435 _lblRbCard.AutoSize =
true;
1436 _lblRbCard.Font =
new Font(
"Segoe UI", 10F, FontStyle.Bold);
1437 _lblRbCard.ForeColor = Color.FromArgb(30, 144, 255);
1438 _lblRbCard.Location =
new Point(16, 157);
1439 _lblRbCard.Margin =
new Padding(0, 8, 0, 4);
1440 _lblRbCard.Name =
"_lblRbCard";
1441 _lblRbCard.Size =
new Size(157, 19);
1442 _lblRbCard.TabIndex = 4;
1443 _lblRbCard.Text =
"DreamineRadioButton";
1447 _radioPanel.BackColor = Color.FromArgb(15, 30, 58);
1451 _radioPanel.Location =
new Point(19, 183);
1452 _radioPanel.Name =
"_radioPanel";
1453 _radioPanel.Size =
new Size(500, 80);
1454 _radioPanel.TabIndex = 5;
1458 _rb1.BackColor = Color.Transparent;
1459 _rb1.Content =
"Option A";
1460 _rb1.Font =
new Font(
"Segoe UI", 10F);
1461 _rb1.ForeColor = Color.White;
1462 _rb1.GroupName =
"demo";
1463 _rb1.IsChecked =
false;
1464 _rb1.Location =
new Point(0, 0);
1466 _rb1.Size =
new Size(160, 28);
1471 _rb2.BackColor = Color.Transparent;
1472 _rb2.Content =
"Option B";
1473 _rb2.Font =
new Font(
"Segoe UI", 10F);
1474 _rb2.ForeColor = Color.White;
1475 _rb2.GroupName =
"demo";
1476 _rb2.IsChecked =
false;
1477 _rb2.Location =
new Point(160, 0);
1479 _rb2.Size =
new Size(160, 28);
1484 _rb3.BackColor = Color.Transparent;
1485 _rb3.Content =
"Option C";
1486 _rb3.Font =
new Font(
"Segoe UI", 10F);
1487 _rb3.ForeColor = Color.White;
1488 _rb3.GroupName =
"demo";
1489 _rb3.IsChecked =
false;
1490 _rb3.Location =
new Point(320, 0);
1492 _rb3.Size =
new Size(160, 28);
1497 _tabLed.BackColor = Color.FromArgb(26, 26, 46);
1499 _tabLed.ForeColor = Color.White;
1500 _tabLed.Location =
new Point(4, 40);
1501 _tabLed.Name =
"_tabLed";
1502 _tabLed.Size =
new Size(672, 376);
1503 _tabLed.AutoScroll =
true;
1504 _tabLed.TabIndex = 2;
1505 _tabLed.Text =
"CheckLed";
1509 _tabLedFlow.BackColor = Color.FromArgb(26, 26, 46);
1517 _tabLedFlow.Dock = DockStyle.Top;
1518 _tabLedFlow.AutoSize =
true;
1519 _tabLedFlow.FlowDirection = FlowDirection.TopDown;
1520 _tabLedFlow.Location =
new Point(0, 0);
1521 _tabLedFlow.Name =
"_tabLedFlow";
1522 _tabLedFlow.Padding =
new Padding(16);
1523 _tabLedFlow.Size =
new Size(672, 376);
1524 _tabLedFlow.TabIndex = 0;
1525 _tabLedFlow.WrapContents =
false;
1529 _lblLedCard.AutoSize =
true;
1530 _lblLedCard.Font =
new Font(
"Segoe UI", 10F, FontStyle.Bold);
1531 _lblLedCard.ForeColor = Color.FromArgb(30, 144, 255);
1532 _lblLedCard.Location =
new Point(16, 24);
1533 _lblLedCard.Margin =
new Padding(0, 8, 0, 4);
1534 _lblLedCard.Name =
"_lblLedCard";
1535 _lblLedCard.Size =
new Size(138, 19);
1536 _lblLedCard.TabIndex = 0;
1537 _lblLedCard.Text =
"DreamineCheckLed";
1541 _led.BackColor = Color.Transparent;
1542 _led.Corner = LedCorner.TopRight;
1543 _led.Diameter = 16F;
1545 _led.IsPulse =
false;
1546 _led.Location =
new Point(19, 50);
1548 _led.Size =
new Size(60, 60);
1553 _ledBtnRow.AutoSize =
true;
1556 _ledBtnRow.Location =
new Point(19, 116);
1557 _ledBtnRow.Name =
"_ledBtnRow";
1558 _ledBtnRow.Size =
new Size(314, 42);
1559 _ledBtnRow.TabIndex = 2;
1563 _btnToggle.BackColor = Color.FromArgb(13, 27, 62);
1564 _btnToggle.BorderColor = Color.FromArgb(45, 74, 110);
1565 _btnToggle.Command =
null;
1566 _btnToggle.CommandParameter =
null;
1567 _btnToggle.Content =
"Toggle ON/OFF";
1568 _btnToggle.CornerRadius = 6;
1569 _btnToggle.Font =
new Font(
"Segoe UI", 10F);
1570 _btnToggle.ForeColor = Color.White;
1571 _btnToggle.IsSelected =
false;
1572 _btnToggle.Location =
new Point(0, 0);
1573 _btnToggle.Margin =
new Padding(0, 0, 8, 0);
1574 _btnToggle.Name =
"_btnToggle";
1575 _btnToggle.ShineColor = Color.Empty;
1576 _btnToggle.Size =
new Size(160, 36);
1577 _btnToggle.TabIndex = 0;
1581 _btnPulse.BackColor = Color.FromArgb(13, 27, 62);
1582 _btnPulse.BorderColor = Color.FromArgb(45, 74, 110);
1583 _btnPulse.Command =
null;
1584 _btnPulse.CommandParameter =
null;
1585 _btnPulse.Content =
"Toggle Pulse";
1586 _btnPulse.CornerRadius = 6;
1587 _btnPulse.Font =
new Font(
"Segoe UI", 10F);
1588 _btnPulse.ForeColor = Color.White;
1589 _btnPulse.IsSelected =
false;
1590 _btnPulse.Location =
new Point(171, 3);
1591 _btnPulse.Name =
"_btnPulse";
1592 _btnPulse.ShineColor = Color.Empty;
1593 _btnPulse.Size =
new Size(140, 36);
1594 _btnPulse.TabIndex = 1;
1598 _lblCornerCard.AutoSize =
true;
1599 _lblCornerCard.Font =
new Font(
"Segoe UI", 10F, FontStyle.Bold);
1600 _lblCornerCard.ForeColor = Color.FromArgb(30, 144, 255);
1601 _lblCornerCard.Margin =
new Padding(0, 16, 0, 4);
1602 _lblCornerCard.Name =
"_lblCornerCard";
1603 _lblCornerCard.Size =
new Size(140, 19);
1604 _lblCornerCard.TabIndex = 3;
1605 _lblCornerCard.Text =
"Corner 위치 (4가지)";
1609 _cornerRow.AutoSize =
true;
1614 _cornerRow.Name =
"_cornerRow";
1615 _cornerRow.Size =
new Size(280, 70);
1616 _cornerRow.TabIndex = 4;
1620 _ledTopLeft.BackColor = Color.FromArgb(13, 27, 62);
1621 _ledTopLeft.Corner = LedCorner.TopLeft;
1622 _ledTopLeft.Diameter = 16F;
1623 _ledTopLeft.IsOn =
true;
1624 _ledTopLeft.Margin =
new Padding(0, 0, 8, 0);
1625 _ledTopLeft.Name =
"_ledTopLeft";
1626 _ledTopLeft.Size =
new Size(60, 60);
1627 _ledTopLeft.TabIndex = 0;
1631 _ledTopRight.BackColor = Color.FromArgb(13, 27, 62);
1632 _ledTopRight.Corner = LedCorner.TopRight;
1633 _ledTopRight.Diameter = 16F;
1634 _ledTopRight.IsOn =
true;
1635 _ledTopRight.Margin =
new Padding(0, 0, 8, 0);
1636 _ledTopRight.Name =
"_ledTopRight";
1637 _ledTopRight.Size =
new Size(60, 60);
1638 _ledTopRight.TabIndex = 1;
1642 _ledBottomLeft.BackColor = Color.FromArgb(13, 27, 62);
1643 _ledBottomLeft.Corner = LedCorner.BottomLeft;
1644 _ledBottomLeft.Diameter = 16F;
1645 _ledBottomLeft.IsOn =
true;
1646 _ledBottomLeft.Margin =
new Padding(0, 0, 8, 0);
1647 _ledBottomLeft.Name =
"_ledBottomLeft";
1648 _ledBottomLeft.Size =
new Size(60, 60);
1649 _ledBottomLeft.TabIndex = 2;
1653 _ledBottomRight.BackColor = Color.FromArgb(13, 27, 62);
1654 _ledBottomRight.Corner = LedCorner.BottomRight;
1655 _ledBottomRight.Diameter = 16F;
1656 _ledBottomRight.IsOn =
false;
1657 _ledBottomRight.Name =
"_ledBottomRight";
1658 _ledBottomRight.Size =
new Size(60, 60);
1659 _ledBottomRight.TabIndex = 3;
1663 _lblDiameterCard.AutoSize =
true;
1664 _lblDiameterCard.Font =
new Font(
"Segoe UI", 10F, FontStyle.Bold);
1665 _lblDiameterCard.ForeColor = Color.FromArgb(30, 144, 255);
1666 _lblDiameterCard.Margin =
new Padding(0, 16, 0, 4);
1667 _lblDiameterCard.Name =
"_lblDiameterCard";
1668 _lblDiameterCard.Size =
new Size(160, 19);
1669 _lblDiameterCard.TabIndex = 5;
1670 _lblDiameterCard.Text =
"Diameter — 크기 변형";
1674 _diameterRow.AutoSize =
true;
1680 _diameterRow.Name =
"_diameterRow";
1681 _diameterRow.Size =
new Size(280, 50);
1682 _diameterRow.TabIndex = 6;
1686 _ledD10.BackColor = Color.Transparent;
1687 _ledD10.Diameter = 10F;
1688 _ledD10.IsOn =
true;
1689 _ledD10.Margin =
new Padding(0, 0, 14, 0);
1690 _ledD10.Name =
"_ledD10";
1691 _ledD10.Size =
new Size(22, 22);
1692 _ledD10.TabIndex = 0;
1696 _ledD16.BackColor = Color.Transparent;
1697 _ledD16.Diameter = 16F;
1698 _ledD16.IsOn =
true;
1699 _ledD16.Margin =
new Padding(0, 0, 14, 0);
1700 _ledD16.Name =
"_ledD16";
1701 _ledD16.Size =
new Size(28, 28);
1702 _ledD16.TabIndex = 1;
1706 _ledD22.BackColor = Color.Transparent;
1707 _ledD22.Diameter = 22F;
1708 _ledD22.IsOn =
true;
1709 _ledD22.Margin =
new Padding(0, 0, 14, 0);
1710 _ledD22.Name =
"_ledD22";
1711 _ledD22.Size =
new Size(34, 34);
1712 _ledD22.TabIndex = 2;
1716 _ledD30.BackColor = Color.Transparent;
1717 _ledD30.Diameter = 30F;
1718 _ledD30.IsOn =
true;
1719 _ledD30.Margin =
new Padding(0, 0, 14, 0);
1720 _ledD30.Name =
"_ledD30";
1721 _ledD30.Size =
new Size(42, 42);
1722 _ledD30.TabIndex = 3;
1726 _ledD42.BackColor = Color.Transparent;
1727 _ledD42.Diameter = 42F;
1728 _ledD42.IsOn =
true;
1729 _ledD42.Name =
"_ledD42";
1730 _ledD42.Size =
new Size(54, 54);
1731 _ledD42.TabIndex = 4;
1735 _tabText.BackColor = Color.FromArgb(26, 26, 46);
1737 _tabText.ForeColor = Color.White;
1738 _tabText.Location =
new Point(4, 40);
1739 _tabText.Name =
"_tabText";
1740 _tabText.Size =
new Size(672, 376);
1741 _tabText.AutoScroll =
true;
1742 _tabText.TabIndex = 3;
1743 _tabText.Text =
"TextBox";
1747 _tabTextFlow.BackColor = Color.FromArgb(26, 26, 46);
1754 _tabTextFlow.Dock = DockStyle.Top;
1755 _tabTextFlow.AutoSize =
true;
1756 _tabTextFlow.FlowDirection = FlowDirection.TopDown;
1757 _tabTextFlow.Location =
new Point(0, 0);
1758 _tabTextFlow.Name =
"_tabTextFlow";
1759 _tabTextFlow.Padding =
new Padding(16);
1760 _tabTextFlow.Size =
new Size(672, 376);
1761 _tabTextFlow.TabIndex = 0;
1762 _tabTextFlow.WrapContents =
false;
1766 _lblTbCard.AutoSize =
true;
1767 _lblTbCard.Font =
new Font(
"Segoe UI", 10F, FontStyle.Bold);
1768 _lblTbCard.ForeColor = Color.FromArgb(30, 144, 255);
1769 _lblTbCard.Location =
new Point(16, 24);
1770 _lblTbCard.Margin =
new Padding(0, 8, 0, 4);
1771 _lblTbCard.Name =
"_lblTbCard";
1772 _lblTbCard.Size =
new Size(128, 19);
1773 _lblTbCard.TabIndex = 0;
1774 _lblTbCard.Text =
"DreamineTextBox";
1778 _tbRow.AutoSize =
true;
1781 _tbRow.Location =
new Point(19, 50);
1782 _tbRow.Name =
"_tbRow";
1783 _tbRow.Size =
new Size(454, 42);
1784 _tbRow.TabIndex = 1;
1788 _tb.BackColor = Color.FromArgb(22, 32, 64);
1789 _tb.Font =
new Font(
"Segoe UI", 10F);
1790 _tb.ForeColor = Color.White;
1791 _tb.Hint =
"클릭하면 가상 키보드가 열립니다…";
1792 _tb.IsReadOnly =
false;
1793 _tb.Location =
new Point(3, 3);
1795 _tb.Padding =
new Padding(2);
1796 _tb.Size =
new Size(360, 36);
1801 _btnClearTb.BackColor = Color.FromArgb(13, 27, 62);
1802 _btnClearTb.BorderColor = Color.FromArgb(45, 74, 110);
1803 _btnClearTb.Command =
null;
1804 _btnClearTb.CommandParameter =
null;
1805 _btnClearTb.Content =
"Clear";
1806 _btnClearTb.CornerRadius = 6;
1807 _btnClearTb.Font =
new Font(
"Segoe UI", 10F);
1808 _btnClearTb.ForeColor = Color.White;
1809 _btnClearTb.IsSelected =
false;
1810 _btnClearTb.Location =
new Point(374, 0);
1811 _btnClearTb.Margin =
new Padding(8, 0, 0, 0);
1812 _btnClearTb.Name =
"_btnClearTb";
1813 _btnClearTb.ShineColor = Color.Empty;
1814 _btnClearTb.Size =
new Size(80, 36);
1815 _btnClearTb.TabIndex = 1;
1819 _lblTbReadOnlyCard.AutoSize =
true;
1820 _lblTbReadOnlyCard.Font =
new Font(
"Segoe UI", 10F, FontStyle.Bold);
1821 _lblTbReadOnlyCard.ForeColor = Color.FromArgb(30, 144, 255);
1822 _lblTbReadOnlyCard.Margin =
new Padding(0, 16, 0, 4);
1823 _lblTbReadOnlyCard.Name =
"_lblTbReadOnlyCard";
1824 _lblTbReadOnlyCard.Size =
new Size(220, 19);
1825 _lblTbReadOnlyCard.TabIndex = 4;
1826 _lblTbReadOnlyCard.Text =
"DreamineTextBox — 읽기 전용";
1830 _tbReadOnly.BackColor = Color.FromArgb(10, 21, 37);
1831 _tbReadOnly.Font =
new Font(
"Segoe UI", 10F);
1832 _tbReadOnly.ForeColor = Color.FromArgb(136, 153, 170);
1833 _tbReadOnly.IsReadOnly =
true;
1834 _tbReadOnly.Name =
"_tbReadOnly";
1835 _tbReadOnly.Size =
new Size(360, 36);
1836 _tbReadOnly.TabIndex = 5;
1837 _tbReadOnly.Text =
"이 텍스트는 수정할 수 없습니다.";
1841 _lblPbCard.AutoSize =
true;
1842 _lblPbCard.Font =
new Font(
"Segoe UI", 10F, FontStyle.Bold);
1843 _lblPbCard.ForeColor = Color.FromArgb(30, 144, 255);
1844 _lblPbCard.Location =
new Point(16, 103);
1845 _lblPbCard.Margin =
new Padding(0, 8, 0, 4);
1846 _lblPbCard.Name =
"_lblPbCard";
1847 _lblPbCard.Size =
new Size(164, 19);
1848 _lblPbCard.TabIndex = 2;
1849 _lblPbCard.Text =
"DreaminePasswordBox";
1853 _pbRow.AutoSize =
true;
1856 _pbRow.Location =
new Point(19, 129);
1857 _pbRow.Name =
"_pbRow";
1858 _pbRow.Size =
new Size(454, 42);
1859 _pbRow.TabIndex = 3;
1863 _pb.BackColor = Color.FromArgb(22, 32, 64);
1864 _pb.Font =
new Font(
"Segoe UI", 10F);
1865 _pb.ForeColor = Color.White;
1866 _pb.Hint =
"비밀번호 입력…";
1867 _pb.Location =
new Point(3, 3);
1870 _pb.Size =
new Size(360, 36);
1875 _btnClearPb.BackColor = Color.FromArgb(13, 27, 62);
1876 _btnClearPb.BorderColor = Color.FromArgb(45, 74, 110);
1877 _btnClearPb.Command =
null;
1878 _btnClearPb.CommandParameter =
null;
1879 _btnClearPb.Content =
"Clear";
1880 _btnClearPb.CornerRadius = 6;
1881 _btnClearPb.Font =
new Font(
"Segoe UI", 10F);
1882 _btnClearPb.ForeColor = Color.White;
1883 _btnClearPb.IsSelected =
false;
1884 _btnClearPb.Location =
new Point(374, 0);
1885 _btnClearPb.Margin =
new Padding(8, 0, 0, 0);
1886 _btnClearPb.Name =
"_btnClearPb";
1887 _btnClearPb.ShineColor = Color.Empty;
1888 _btnClearPb.Size =
new Size(80, 36);
1889 _btnClearPb.TabIndex = 1;
1893 _tabCombo.BackColor = Color.FromArgb(26, 26, 46);
1895 _tabCombo.ForeColor = Color.White;
1896 _tabCombo.Location =
new Point(4, 40);
1897 _tabCombo.Name =
"_tabCombo";
1898 _tabCombo.Size =
new Size(672, 376);
1899 _tabCombo.AutoScroll =
true;
1900 _tabCombo.TabIndex = 4;
1901 _tabCombo.Text =
"ComboBox";
1905 _tabComboFlow.BackColor = Color.FromArgb(26, 26, 46);
1911 _tabComboFlow.Dock = DockStyle.Top;
1912 _tabComboFlow.AutoSize =
true;
1913 _tabComboFlow.FlowDirection = FlowDirection.TopDown;
1914 _tabComboFlow.Location =
new Point(0, 0);
1915 _tabComboFlow.Name =
"_tabComboFlow";
1916 _tabComboFlow.Padding =
new Padding(16);
1917 _tabComboFlow.Size =
new Size(672, 376);
1918 _tabComboFlow.TabIndex = 0;
1919 _tabComboFlow.WrapContents =
false;
1923 _lblComboCard.AutoSize =
true;
1924 _lblComboCard.Font =
new Font(
"Segoe UI", 10F, FontStyle.Bold);
1925 _lblComboCard.ForeColor = Color.FromArgb(30, 144, 255);
1926 _lblComboCard.Location =
new Point(16, 24);
1927 _lblComboCard.Margin =
new Padding(0, 8, 0, 4);
1928 _lblComboCard.Name =
"_lblComboCard";
1929 _lblComboCard.Size =
new Size(149, 19);
1930 _lblComboCard.TabIndex = 0;
1931 _lblComboCard.Text =
"DreamineComboBox";
1935 _combo.BackColor = Color.FromArgb(22, 32, 64);
1936 _combo.Font =
new Font(
"Segoe UI", 10F);
1937 _combo.ForeColor = Color.White;
1938 _combo.Location =
new Point(19, 50);
1939 _combo.Name =
"_combo";
1940 _combo.SelectedIndex = -1;
1941 _combo.SelectedItem =
null;
1942 _combo.Size =
new Size(240, 36);
1943 _combo.TabIndex = 1;
1947 _lblSelected.AutoSize =
true;
1948 _lblSelected.Font =
new Font(
"Segoe UI", 11F);
1949 _lblSelected.ForeColor = Color.White;
1950 _lblSelected.Location =
new Point(19, 89);
1951 _lblSelected.Name =
"_lblSelected";
1952 _lblSelected.Size =
new Size(88, 20);
1953 _lblSelected.TabIndex = 2;
1954 _lblSelected.Text =
"Selected: —";
1958 _lblComboDisabledCard.AutoSize =
true;
1959 _lblComboDisabledCard.Font =
new Font(
"Segoe UI", 10F, FontStyle.Bold);
1960 _lblComboDisabledCard.ForeColor = Color.FromArgb(30, 144, 255);
1961 _lblComboDisabledCard.Margin =
new Padding(0, 16, 0, 4);
1962 _lblComboDisabledCard.Name =
"_lblComboDisabledCard";
1963 _lblComboDisabledCard.Size =
new Size(200, 19);
1964 _lblComboDisabledCard.TabIndex = 3;
1965 _lblComboDisabledCard.Text =
"IsEnabled=False — 비활성 상태";
1969 _comboDisabled.BackColor = Color.FromArgb(10, 21, 37);
1970 _comboDisabled.Enabled =
false;
1971 _comboDisabled.Font =
new Font(
"Segoe UI", 10F);
1972 _comboDisabled.ForeColor = Color.FromArgb(136, 153, 170);
1973 _comboDisabled.Name =
"_comboDisabled";
1974 _comboDisabled.Size =
new Size(240, 36);
1975 _comboDisabled.TabIndex = 4;
1979 _tabGrid.BackColor = Color.FromArgb(26, 26, 46);
1981 _tabGrid.ForeColor = Color.White;
1982 _tabGrid.Location =
new Point(4, 40);
1983 _tabGrid.Name =
"_tabGrid";
1984 _tabGrid.Size =
new Size(672, 376);
1985 _tabGrid.AutoScroll =
true;
1986 _tabGrid.TabIndex = 5;
1987 _tabGrid.Text =
"DataGrid / ListBox";
1991 _tabGridFlow.BackColor = Color.FromArgb(26, 26, 46);
1999 _tabGridFlow.Dock = DockStyle.Top;
2000 _tabGridFlow.AutoSize =
true;
2001 _tabGridFlow.FlowDirection = FlowDirection.TopDown;
2002 _tabGridFlow.Location =
new Point(0, 0);
2003 _tabGridFlow.Name =
"_tabGridFlow";
2004 _tabGridFlow.Padding =
new Padding(16);
2005 _tabGridFlow.Size =
new Size(672, 376);
2006 _tabGridFlow.TabIndex = 0;
2007 _tabGridFlow.WrapContents =
false;
2011 _lblGridCard.AutoSize =
true;
2012 _lblGridCard.Font =
new Font(
"Segoe UI", 10F, FontStyle.Bold);
2013 _lblGridCard.ForeColor = Color.FromArgb(30, 144, 255);
2014 _lblGridCard.Location =
new Point(16, 24);
2015 _lblGridCard.Margin =
new Padding(0, 8, 0, 4);
2016 _lblGridCard.Name =
"_lblGridCard";
2017 _lblGridCard.Size =
new Size(134, 19);
2018 _lblGridCard.TabIndex = 0;
2019 _lblGridCard.Text =
"DreamineDataGrid + EnableClickToDeselect";
2023 _grid.AllowUserToAddRows =
false;
2024 _grid.AllowUserToDeleteRows =
false;
2025 _grid.AllowUserToResizeRows =
false;
2026 dataGridViewCellStyle1.BackColor = Color.FromArgb(15, 30, 58);
2027 dataGridViewCellStyle1.ForeColor = Color.White;
2028 dataGridViewCellStyle1.SelectionBackColor = Color.FromArgb(30, 144, 255);
2029 dataGridViewCellStyle1.SelectionForeColor = Color.White;
2030 _grid.AlternatingRowsDefaultCellStyle = dataGridViewCellStyle1;
2031 _grid.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.Fill;
2032 _grid.BackgroundColor = Color.FromArgb(22, 32, 64);
2033 _grid.BorderStyle = BorderStyle.None;
2034 _grid.CellBorderStyle = DataGridViewCellBorderStyle.SingleHorizontal;
2035 dataGridViewCellStyle2.Alignment = DataGridViewContentAlignment.MiddleLeft;
2036 dataGridViewCellStyle2.BackColor = Color.FromArgb(13, 27, 62);
2037 dataGridViewCellStyle2.Font =
new Font(
"Segoe UI", 9.5F, FontStyle.Bold);
2038 dataGridViewCellStyle2.ForeColor = Color.White;
2039 dataGridViewCellStyle2.SelectionBackColor = Color.FromArgb(13, 27, 62);
2040 dataGridViewCellStyle2.SelectionForeColor = SystemColors.HighlightText;
2041 dataGridViewCellStyle2.WrapMode = DataGridViewTriState.True;
2042 _grid.ColumnHeadersDefaultCellStyle = dataGridViewCellStyle2;
2043 _grid.ColumnHeadersHeight = 32;
2044 _grid.ColumnHeadersHeightSizeMode = DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
2046 dataGridViewCellStyle3.Alignment = DataGridViewContentAlignment.MiddleLeft;
2047 dataGridViewCellStyle3.BackColor = Color.FromArgb(22, 32, 64);
2048 dataGridViewCellStyle3.Font =
new Font(
"Segoe UI", 9.5F);
2049 dataGridViewCellStyle3.ForeColor = Color.White;
2050 dataGridViewCellStyle3.SelectionBackColor = Color.FromArgb(30, 144, 255);
2051 dataGridViewCellStyle3.SelectionForeColor = Color.White;
2052 dataGridViewCellStyle3.WrapMode = DataGridViewTriState.False;
2053 _grid.DefaultCellStyle = dataGridViewCellStyle3;
2054 _grid.EnableClickToDeselect =
true;
2055 _grid.EnableHeadersVisualStyles =
false;
2056 _grid.Font =
new Font(
"Segoe UI", 9.5F);
2057 _grid.GridColor = Color.FromArgb(45, 74, 110);
2058 _grid.Location =
new Point(16, 47);
2059 _grid.Margin =
new Padding(0, 0, 0, 16);
2060 _grid.MultiSelect =
false;
2061 _grid.Name =
"_grid";
2062 _grid.ReadOnly =
true;
2063 _grid.RowHeadersVisible =
false;
2064 _grid.SelectionMode = DataGridViewSelectionMode.FullRowSelect;
2065 _grid.Size =
new Size(560, 150);
2070 _lblListCard.AutoSize =
true;
2071 _lblListCard.Font =
new Font(
"Segoe UI", 10F, FontStyle.Bold);
2072 _lblListCard.ForeColor = Color.FromArgb(30, 144, 255);
2073 _lblListCard.Location =
new Point(16, 213);
2074 _lblListCard.Margin =
new Padding(0, 0, 0, 4);
2075 _lblListCard.Name =
"_lblListCard";
2076 _lblListCard.Size =
new Size(264, 19);
2077 _lblListCard.TabIndex = 2;
2078 _lblListCard.Text =
"DreamineListBox — 더블클릭 시 활성화";
2082 _list.AutoScrollToEnd =
false;
2083 _list.BackColor = Color.FromArgb(22, 32, 64);
2084 _list.DataSource =
null;
2085 _list.Font =
new Font(
"Segoe UI", 10F);
2086 _list.ForeColor = Color.White;
2087 _list.Location =
new Point(16, 236);
2088 _list.Margin =
new Padding(0, 0, 0, 16);
2089 _list.Name =
"_list";
2090 _list.Padding =
new Padding(2);
2091 _list.SelectedIndex = -1;
2092 _list.SelectedItem =
null;
2093 _list.Size =
new Size(300, 100);
2098 _lblLogCard.AutoSize =
true;
2099 _lblLogCard.Font =
new Font(
"Segoe UI", 10F, FontStyle.Bold);
2100 _lblLogCard.ForeColor = Color.FromArgb(30, 144, 255);
2101 _lblLogCard.Location =
new Point(16, 352);
2102 _lblLogCard.Margin =
new Padding(0, 0, 0, 4);
2103 _lblLogCard.Name =
"_lblLogCard";
2104 _lblLogCard.Size =
new Size(381, 19);
2105 _lblLogCard.TabIndex = 4;
2106 _lblLogCard.Text =
"AutoScrollToEnd — 클릭마다 로그가 추가되며 자동 스크롤";
2110 _btnLogClick.BackColor = Color.FromArgb(13, 27, 62);
2111 _btnLogClick.BorderColor = Color.FromArgb(45, 74, 110);
2112 _btnLogClick.Command =
null;
2113 _btnLogClick.CommandParameter =
null;
2114 _btnLogClick.Content =
"Click Me";
2115 _btnLogClick.CornerRadius = 6;
2116 _btnLogClick.Font =
new Font(
"Segoe UI", 10F);
2117 _btnLogClick.ForeColor = Color.White;
2118 _btnLogClick.IsSelected =
false;
2119 _btnLogClick.Location =
new Point(16, 375);
2120 _btnLogClick.Margin =
new Padding(0, 0, 0, 8);
2121 _btnLogClick.Name =
"_btnLogClick";
2122 _btnLogClick.ShineColor = Color.Empty;
2123 _btnLogClick.Size =
new Size(120, 36);
2124 _btnLogClick.TabIndex = 5;
2128 _logList.AutoScrollToEnd =
false;
2129 _logList.BackColor = Color.FromArgb(22, 32, 64);
2130 _logList.DataSource =
null;
2131 _logList.Font =
new Font(
"Segoe UI", 10F);
2132 _logList.ForeColor = Color.White;
2133 _logList.Location =
new Point(19, 422);
2134 _logList.Name =
"_logList";
2135 _logList.Padding =
new Padding(2);
2136 _logList.SelectedIndex = -1;
2137 _logList.SelectedItem =
null;
2138 _logList.Size =
new Size(560, 100);
2139 _logList.TabIndex = 6;
2143 dataGridViewTextBoxColumn1.HeaderText =
"No";
2144 dataGridViewTextBoxColumn1.Name =
"dataGridViewTextBoxColumn1";
2145 dataGridViewTextBoxColumn1.ReadOnly =
true;
2149 dataGridViewTextBoxColumn2.HeaderText =
"Name";
2150 dataGridViewTextBoxColumn2.Name =
"dataGridViewTextBoxColumn2";
2151 dataGridViewTextBoxColumn2.ReadOnly =
true;
2155 dataGridViewTextBoxColumn3.HeaderText =
"Status";
2156 dataGridViewTextBoxColumn3.Name =
"dataGridViewTextBoxColumn3";
2157 dataGridViewTextBoxColumn3.ReadOnly =
true;
2161 _tabMisc.BackColor = Color.FromArgb(26, 26, 46);
2163 _tabMisc.ForeColor = Color.White;
2164 _tabMisc.Location =
new Point(4, 40);
2165 _tabMisc.Name =
"_tabMisc";
2166 _tabMisc.Size =
new Size(672, 376);
2167 _tabMisc.AutoScroll =
true;
2168 _tabMisc.TabIndex = 5;
2169 _tabMisc.Text =
"Misc";
2173 _tabMiscFlow.BackColor = Color.FromArgb(26, 26, 46);
2176 _tabMiscFlow.Dock = DockStyle.Top;
2177 _tabMiscFlow.AutoSize =
true;
2178 _tabMiscFlow.FlowDirection = FlowDirection.TopDown;
2179 _tabMiscFlow.Location =
new Point(0, 0);
2180 _tabMiscFlow.Name =
"_tabMiscFlow";
2181 _tabMiscFlow.Padding =
new Padding(16);
2182 _tabMiscFlow.Size =
new Size(672, 376);
2183 _tabMiscFlow.TabIndex = 0;
2184 _tabMiscFlow.WrapContents =
false;
2188 _lblExpCard.AutoSize =
true;
2189 _lblExpCard.Font =
new Font(
"Segoe UI", 10F, FontStyle.Bold);
2190 _lblExpCard.ForeColor = Color.FromArgb(30, 144, 255);
2191 _lblExpCard.Location =
new Point(16, 24);
2192 _lblExpCard.Margin =
new Padding(0, 8, 0, 4);
2193 _lblExpCard.Name =
"_lblExpCard";
2194 _lblExpCard.Size =
new Size(137, 19);
2195 _lblExpCard.TabIndex = 0;
2196 _lblExpCard.Text =
"DreamineExpander";
2200 _expander.BackColor = Color.FromArgb(15, 30, 58);
2201 _expander.Font =
new Font(
"Segoe UI", 10F);
2202 _expander.ForeColor = Color.White;
2203 _expander.Header =
"Expander 섹션";
2204 _expander.IsExpanded =
true;
2205 _expander.Location =
new Point(19, 50);
2206 _expander.Name =
"_expander";
2207 _expander.Size =
new Size(500, 120);
2208 _expander.TabIndex = 1;
2212 _lblExpInner.AutoSize =
true;
2213 _lblExpInner.Font =
new Font(
"Segoe UI", 9F);
2214 _lblExpInner.ForeColor = Color.White;
2215 _lblExpInner.Location =
new Point(12, 12);
2216 _lblExpInner.Margin =
new Padding(12);
2217 _lblExpInner.Name =
"_lblExpInner";
2218 _lblExpInner.Size =
new Size(244, 15);
2219 _lblExpInner.TabIndex = 0;
2220 _lblExpInner.Text =
"이 안에 어떤 컨트롤이든 배치할 수 있습니다.";
2224 _statusLabel.AutoSize =
true;
2225 _statusLabel.Dock = DockStyle.Bottom;
2226 _statusLabel.Font =
new Font(
"Segoe UI", 9F);
2227 _statusLabel.ForeColor = Color.FromArgb(136, 153, 170);
2228 _statusLabel.Margin =
new Padding(0, 8, 0, 0);
2229 _statusLabel.Name =
"_statusLabel";
2230 _statusLabel.Padding =
new Padding(0, 4, 0, 0);
2231 _statusLabel.Size =
new Size(57, 15);
2232 _statusLabel.TabIndex = 2;
2233 _statusLabel.Text =
"Status: —";
2240 _title.Dock = DockStyle.Top;
2241 _tabs.Dock = DockStyle.Fill;
2247 _layout.Dock = DockStyle.Fill;
2248 _layout.Name =
"_layout";
2249 _layout.TabIndex = 0;
2253 BackColor = Color.FromArgb(26, 26, 46);
2255 Name =
"ControlsPage";
2256 Padding =
new Padding(16);
2257 Size =
new Size(1181, 1273);
2258 _tabs.ResumeLayout(
false);
2275 _tbRow.ResumeLayout(
false);
2276 _pbRow.ResumeLayout(
false);
2283 ((ISupportInitialize)
_grid).EndInit();
2289 ResumeLayout(
false);