Commit 8109a55a authored by tsuji's avatar tsuji

Update GetADoc/MainWindow.xaml

parent f23f9c12
......@@ -54,7 +54,7 @@
<!-- Visibility="Hidden" -->
<!-- ここから2024追加分 -->
<Label x:Name="label4" Content="オプション:" HorizontalAlignment="Left" Margin="15,5,0,0" VerticalAlignment="Top" Height="26" Width="92" FontWeight="Bold" FontSize="14" Grid.Row="2"/>
<Label x:Name="label4" Content="オプション:" HorizontalAlignment="Left" Margin="10,5,0,0" VerticalAlignment="Top" Height="26" Width="92" FontWeight="Bold" FontSize="14" Grid.Row="2"/>
<CheckBox x:Name="FreePageCheckbox" Content="フリーページ" Margin="15,71,279,0" Panel.ZIndex="2" GotFocus="DeleteCompLabel" Height="18" VerticalAlignment="Top" FontSize="14" Grid.Row="2" Grid.Column="1"/>
<Label x:Name="label5" Content="文書フォーマット:" HorizontalAlignment="Left" VerticalAlignment="Top" Height="26" Width="109" Margin="12,55,0,0" FontWeight="Bold" FontSize="14"/>
<ComboBox HorizontalAlignment="Left" Name="DocStileBox" Margin="128,60,0,0" VerticalAlignment="Top" Width="306" Height="22" Grid.ColumnSpan="2"/>
......
......@@ -393,7 +393,7 @@ namespace GetADoc
DocStileBox.Items.Clear();
DocStileBox.Items.Add("ノーマル");
DocStileBox.Items.Add("QnA");
DocStileBox.Items.Add("不具合解析");
//DocStileBox.Items.Add("不具合解析");
DocStileBox.Items.Add("基本設計資料");
DocStileBox.Items.Add("議事録");
DocStileBox.SelectedItem = DocStileBox.Items[SelectNum];
......@@ -414,7 +414,7 @@ namespace GetADoc
FolderPathBox.Text = "<select folder>";
}
button1.Content = "borwse...";
button1.Content = "browse...";
button2.Content = "Create";
RightClickInstButton.Content = "Add right-click shortcut";
......@@ -429,9 +429,9 @@ namespace GetADoc
DocStileBox.Items.Clear();
DocStileBox.Items.Add("Normal");
DocStileBox.Items.Add("QnA");
DocStileBox.Items.Add("Troubleshooting");
//DocStileBox.Items.Add("Troubleshooting");
DocStileBox.Items.Add("Basic Design");
DocStileBox.Items.Add("record of proceedings");
DocStileBox.Items.Add("Record of proceedings");
DocStileBox.SelectedItem = DocStileBox.Items[SelectNum];
ToggleButton.IsOn = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment