From d84f1dbd62ca17602d6b44b59a7a3b581a901d39 Mon Sep 17 00:00:00 2001 From: tsuji Date: Thu, 11 Nov 2021 10:02:18 +0900 Subject: [PATCH] =?UTF-8?q?GetADocGUI=E3=81=AE=E4=BB=A5=E4=B8=8B=E3=82=92?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=20=E3=83=BB=E6=97=A2=E5=AD=98=E3=81=AE?= =?UTF-8?q?=E7=94=9F=E6=88=90=E7=89=A9=E3=81=8C=E3=83=86=E3=83=B3=E3=83=9D?= =?UTF-8?q?=E3=83=A9=E3=83=AA=E3=83=95=E3=82=A9=E3=83=AB=E3=83=80=E3=81=AB?= =?UTF-8?q?=E5=AD=98=E5=9C=A8=E3=81=99=E3=82=8B=E3=81=A8=E3=82=A2=E3=83=97?= =?UTF-8?q?=E3=83=AA=E3=82=B1=E3=83=BC=E3=82=B7=E3=83=A7=E3=83=B3=E3=81=8C?= =?UTF-8?q?=E5=81=9C=E6=AD=A2=E3=81=99=E3=82=8B=20=E3=83=BB=E6=A8=AA?= =?UTF-8?q?=E3=81=AB=E5=BA=83=E3=81=92=E3=82=8B=E3=81=A8=E3=80=8C=E4=BD=9C?= =?UTF-8?q?=E6=88=90=E3=83=9C=E3=82=BF=E3=83=B3=E3=81=8C=E6=8A=BC=E3=81=9B?= =?UTF-8?q?=E3=81=AA=E3=81=84=E3=80=8D=20=E3=83=BB=E4=BD=9C=E6=88=90?= =?UTF-8?q?=E3=81=A7=E3=81=8D=E3=81=9F=E3=81=8B=E5=88=86=E3=81=8B=E3=82=89?= =?UTF-8?q?=E3=81=AA=E3=81=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- GetADoc/GetADoc.csproj | 3 +- GetADoc/MainWindow.xaml | 33 +++++------ GetADoc/MainWindow.xaml.cs | 55 ++++++++++-------- GetADoc/RunBatch.cs | 113 +++++++++++++++++++++++++++++++++++++ GetADoc/TemporaryFolder.cs | 34 +++++++++++ Release/GetADocGUI.exe | Bin 18432 -> 19456 bytes Release/GetADocGUI.pdb | Bin 42496 -> 48640 bytes 7 files changed, 198 insertions(+), 40 deletions(-) create mode 100644 GetADoc/RunBatch.cs create mode 100644 GetADoc/TemporaryFolder.cs diff --git a/GetADoc/GetADoc.csproj b/GetADoc/GetADoc.csproj index 9253625..b0afc87 100644 --- a/GetADoc/GetADoc.csproj +++ b/GetADoc/GetADoc.csproj @@ -64,6 +64,7 @@ MSBuild:Compile Designer + MSBuild:Compile Designer @@ -72,7 +73,7 @@ App.xaml Code - + MainWindow.xaml diff --git a/GetADoc/MainWindow.xaml b/GetADoc/MainWindow.xaml index a2979fe..d92f60d 100644 --- a/GetADoc/MainWindow.xaml +++ b/GetADoc/MainWindow.xaml @@ -5,13 +5,13 @@ xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" xmlns:local="clr-namespace:GetADoc" mc:Ignorable="d" - Title="GetADoc" Height="260" Width="400" MinWidth="375" MinHeight="240"> + Title="GetADoc" Height="260" Width="430" MinWidth="400" MinHeight="245"> - - - - + + + + @@ -19,21 +19,22 @@ -