From 933feca26d8f14777928fa624e67403f227bd2a2 Mon Sep 17 00:00:00 2001 From: tsuji Date: Thu, 9 Dec 2021 11:03:24 +0900 Subject: [PATCH] =?UTF-8?q?NumericUpDown=E3=83=A1=E3=83=8B=E3=83=A5?= =?UTF-8?q?=E3=83=BC=E3=82=92Form=E3=81=8B=E3=82=89=E5=8F=82=E7=85=A7?= =?UTF-8?q?=E3=81=97=E3=81=9F=E3=83=A1=E3=83=8B=E3=83=A5=E3=83=BC=E3=81=AB?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Code/CSRender/CSRender/CSRender.csproj | 2 + Code/CSRender/CSRender/MainWindow.xaml | 100 +++++------- Code/CSRender/CSRender/MainWindow.xaml.cs | 40 ----- Code/CSRender/CSRender/NumericUpDown.cs | 176 ---------------------- 4 files changed, 43 insertions(+), 275 deletions(-) diff --git a/Code/CSRender/CSRender/CSRender.csproj b/Code/CSRender/CSRender/CSRender.csproj index dc51068..1ca9ec2 100644 --- a/Code/CSRender/CSRender/CSRender.csproj +++ b/Code/CSRender/CSRender/CSRender.csproj @@ -46,6 +46,7 @@ + @@ -58,6 +59,7 @@ + diff --git a/Code/CSRender/CSRender/MainWindow.xaml b/Code/CSRender/CSRender/MainWindow.xaml index 18d5bd1..f2128f2 100644 --- a/Code/CSRender/CSRender/MainWindow.xaml +++ b/Code/CSRender/CSRender/MainWindow.xaml @@ -3,11 +3,12 @@ xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" + xmlns:wfc="clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms" xmlns:local="clr-namespace:CSRender" xmlns:sys="clr-namespace:System;assembly=mscorlib" mc:Ignorable="d" Title="CSRender" Height="475" Width="600" Background="#FFF3F4F4" MinWidth="600" MinHeight="330"> - + @@ -35,29 +36,24 @@