Form1Property
Form1
<Form>
Text=算数:足し算引き算
AutoSizeMode=GrowAndShrink
StartPosition=CenterScreen
<GroupBox>
Text=""
このコンテナの上に以下のRadioBoutton2つを設置
<RadioButton>
Name=radioButtonAddition
Checked=True
Text=足し算
TabStop=False
Font.スタイル=太字
.サイズ=18
<RadioButton>
Name=radioButtonSubtraction
TabStop=false
Font.スタイル=太字
.サイズ=18
<RichTextBox>
Name=richTextBoxAnswer
Width=72
Height=50
Font.スタイル=太字
.サイズ=28
Text=99
RightToLeft=Yes
ScrollBars=None
Enabled=False
TabStop=False
以上を2個
<RichTextBox>
Width=90
Height=50
Font.スタイル=太字
.サイズ=28
Text=999
RightToLeft=Yes
ScrollBars=None
Enabled=False
TabStop=False
<Label>
Name=labelArithmetic
Font.スタイル=太字
.サイズ=20
Text=+
<Label>
Font.スタイル=太字
.サイズ=20
Text=(全角)=
<Button>
Name=buttonStart
Text=スタート
<Button>
Name=buttonMatching
Text=答え合わせ
<TextBox>
Name=textBoxJug
Text=スタートを押してね
Font.サイズ=20
Enabled=False
<Label>
Name=labelScore
font.サイズ=18
Text=0問:正解0 間違い0
<Button>
Name=buttonScoreClear
Font.サイズ=18
Text=成績クリア